(spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use
[gnus] / lisp / ChangeLog
1 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use
4         ietf-drums-parse-address instead of gnus-extract-address-components.
5         Reported by Damien Elmes <damien@repose.cx>.
6
7 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8
9         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10         "blank line" when searching for end of armor headers.
11
12 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * gmm-utils.el (gmm-write-region): Fix variable name.
15
16 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17
18         * gmm-utils.el (gmm-write-region): New function based on compatibility
19         code from `mm-make-temp-file'.
20
21         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
22
23         * nnmaildir.el (nnmaildir--update-nov)
24         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
25         Use `gmm-write-region'.
26
27 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
28
29         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
30         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
31
32         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
33
34         * message.el (message-replacement-char): New variable.
35         (message-fix-before-sending): Use it.
36         (message-simplify-subject): New function to remove duplicate code.
37         (message-reply, message-followup): Use it.
38
39         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
40         gnus-summary-limit-to-articles.
41
42 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus-util.el (gnus-with-local-quit): New macro.
45
46         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
47
48 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
49
50         * gnus-util.el (gnus-string-remove-all-properties): another fix
51
52 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
53
54         * gnus-util.el (gnus-string-remove-all-properties): fix to ignore
55         non-string data (needs to be done in the registry too)
56
57 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
58
59         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
60         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
61         (gnus-registry-split-fancy-with-parent)
62         (gnus-registry-fetch-simplified-message-subject-fast)
63         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
64         remove text properties on ingress into the registry and when it's saved
65         (gnus-registry-clean-empty-function): fixed bug with cleaning the
66         registry from entries with no groups
67
68 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
69
70         * gnus-util.el (gnus-string-remove-all-properties): utility function to
71         remove string properties
72
73 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
74
75         * gmm-utils.el (gmm): Adjust custom version.
76
77         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
78         custom version.
79
80         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
81
82 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
83
84         * gnus-art.el (gnus-insert-prev-page-button)
85         (gnus-insert-next-page-button): Simplify.  Reformat.
86
87 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
88
89         * gnus-art.el (gnus-insert-prev-page-button)
90         (gnus-insert-next-page-button): Apply gnus-article-button-face.
91
92 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
93
94         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
95
96 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
97
98         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
99         gnus-article-button-face to MIME and security buttons.
100
101 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
102
103         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
104         readable.
105
106 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
109
110 2006-09-20  Steve Youngs  <steve@sxemacs.org>
111
112         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
113         `browse-url-of-file' instead of `browse-url'.
114
115 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
116
117         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
118         regexp.  Articles containing quotation were cut prematurely.
119
120 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * message.el (message-cite-original-1): Use nobody by default for the
123         value of From header.
124         (message-reply): Ditto.
125
126 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
127
128         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
129         to the gnus-info.  This fixes a bug of inline-PGP message verification.
130         Reported by Michael Piotrowski <mxp@dynalabs.de>.
131
132 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
133
134         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
135         mails in the doc string.  Add some URLs in comment.
136         (pop3-movemail): Warn about pop3-leave-mail-on-server.
137
138 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
141         backslashes handling and the way to find boundaries of quoted strings.
142
143 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
144
145         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
146         mml1991-encrypt-to-self is set and mml1991-signers is not set.
147         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
148         mml2015-encrypt-to-self is set and mml2015-signers is not set.
149
150 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
151
152         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
153         doc string.
154         (gnus-button-regexp, gnus-button-last): Remove unused variables.
155
156 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * lpath.el: Fbind epg-check-configuration.
159
160 2006-09-06  Simon Josefsson  <jas@extundo.com>
161
162         * mml2015.el (mml2015-use): Doc fix, mention epg.
163
164 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
165
166         * mml2015.el (mml2015-use): Default to epg, if available.
167
168 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
169
170         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
171         message-sender.
172         (mml1991-epg-encrypt): Ditto.
173         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
174         message-sender.
175         (mml2015-epg-encrypt): Ditto.
176
177 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
178
179         * message.el (message-send-mail-with-sendmail): Look for sendmail in
180         several common directories.
181
182 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
183
184         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
185         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
186
187 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * gnus-art.el (article-decode-encoded-words): Make it fast.
190
191 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
194
195         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
196         in quoted string into `\'.
197
198 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
201         Use standard-syntax-table.
202
203 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * gnus-art.el (gnus-decode-address-function): New variable.
206         (article-decode-encoded-words): Use it to decode headers which are
207         assumed to contain addresses.
208         (gnus-mime-delete-part): Remove useless `or'.
209
210         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
211         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
212         (gnus-nov-parse-line): Use it to decode From header.
213         (gnus-get-newsgroup-headers): Ditto.
214         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
215
216         * mail-parse.el (mail-decode-encoded-address-region): New alias.
217         (mail-decode-encoded-address-string): New alias.
218
219         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
220         New function.
221         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
222         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
223         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
224         (rfc2047-decode-string): Ditto.
225         (rfc2047-decode-address-region): New function.
226         (rfc2047-decode-address-string): New function.
227
228 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
229
230         * message.el (message-caesar-buffer-body): Allow rotating headers.
231
232         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
233
234         * message.el (message-insert-formated-citation-line): Fix %f.
235         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
236
237 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
240         (gnus-bookmark-mouse-available-p): New macro.
241         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
242         (gnus-bookmark-bmenu-show-infos): Use it.
243         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
244         (gnus-bookmark-bmenu-hide-infos): Ditto.
245         (gnus-bookmark-remove-properties): New function.
246         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
247         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
248         (gnus-bookmark-write-file): Bind coding-system-for-write.
249         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
250         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
251         group before selecting it.
252         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
253         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
254         quit-window if it is not available; use gnus-mouse-2 and bind it to
255         gnus-bookmark-bmenu-select-by-mouse.
256         (gnus-bookmark-show-details): Remove unused variable `details-list'.
257         (gnus-bookmark-bmenu-select-by-mouse): New function.
258
259 2006-08-13  Romain Francoise  <romain@orebokech.com>
260
261         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
262         space.
263
264 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * compface.el (uncompface): Use binary rather than raw-text-unix.
267
268 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * compface.el (uncompface): Make sure the eol conversion doesn't take
271         place when communicating with the external programs.  Reported by
272         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
273
274 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * nnheader.el (nnheader-insert-head): Fix typo in comment.
277
278 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
279
280         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
281         Make it more robust by parsing author and date independently.
282
283 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
286
287 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
288
289         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
290         first matching secret key.
291         (mml2015-epg-encrypt): Ditto.
292
293         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
294         first matching secret key.
295         (mml1991-epg-encrypt): Ditto.
296
297         * mml2015.el (mml2015-encrypt-to-self): New user option.
298         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
299         mml2015-epg-encrypt-to-self is set.
300
301         * mml1991.el (mml1991-encrypt-to-self): New variable.
302         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
303         mml1991-epg-encrypt-to-self is set.
304
305         * mml2015.el (mml2015-signers): New user option.
306         (mml2015-epg-sign): Reflect the value of mml2015-signers.
307         (mml2015-epg-encrypt): Allow to select signing keys.
308
309         * mml1991.el (mml1991-signers): New variable.
310         (mml1991-epg-sign): Reflect the value of mml1991-signers.
311         (mml1991-epg-encrypt): Allow to select signing keys.
312
313 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * nnheader.el (nnheader-insert-head): Make it work even if the file
316         uses CRLF for the line-break code.
317
318 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
319
320         * mml2015.el: Require mml-sec instead of password.
321         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
322         (mml2015-cache-passphrase): Inherit the default value from
323         mml-secure-cache-passphrase.
324         (mml2015-passphrase-cache-expiry): Inherit the default value from
325         mml-secure-passphrase-cache-expiry.
326
327         * mml1991.el: Require mml-sec instead of password.
328         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
329         (mml1991-cache-passphrase): Inherit the default value from
330         mml-secure-cache-passphrase.
331         (mml1991-passphrase-cache-expiry): Inherit the default value from
332         mml-secure-passphrase-cache-expiry.
333
334         * mml-sec.el: Require password.
335         (mml-secure-verbose): New user option.
336         (mml-secure-cache-passphrase): New user option.
337         (mml-secure-passphrase-cache-expiry): New user option.
338
339 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
340
341         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
342         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
343         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
344
345         FIXME: Use `tiny change'?
346
347 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
348
349         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
350         workaround for the url package included with Emacs.
351
352         * nnweb.el (nnweb-google-create-mapping): Update regexp.
353
354 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
355
356         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
357         correctly.  This fixes a bug caused by the 2006-05-12 change.
358
359 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
360
361         * nnmail.el (nnmail-article-group): If splitting raises an error, give
362         some information about the error when saying that the `bogus' mail
363         group will be used.
364
365 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
366
367         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
368         string.
369
370 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
371
372         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
373
374 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
375
376         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
377
378 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
379
380         * mml1991.el (mml1991-function-alist): Add epg.
381         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
382         (mml1991-epg-encrypt): New functions.
383
384 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
385
386         * mml2015.el (mml2015-verbose): New variable.
387         (mml2015-cache-passphrase): Ditto.
388         (mml2015-passphrase-cache-expiry): Ditto.
389         (mml2015-function-alist): Add epg.
390         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
391         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
392         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
393         functions.
394
395 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
396
397         * message.el (message-cite-original-1): Preserve region when removing
398         quoted text due to X-No-Archive in order to avoid bogus attribution
399         when citing multiple messages.
400
401 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
402
403         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
404         Kenneth Jacker <khj@be.cs.appstate.edu>.
405
406 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
407
408         * gnus-diary.el (gnus-user-format-function-d)
409         (gnus-user-format-function-D): Autoload.
410
411         * imap.el (Commentary): Fix typo.
412
413         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
414         2006-04-22 contribution.
415
416 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
417
418         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
419         It didn't really fix the bogosity I'm seeing with solid web groups.
420
421 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
422
423         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
424         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
425         created using server names.  If we use the feature without declaring
426         it, Gnus does not properly manage server and group state.
427
428         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
429         bound.
430
431 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
432
433         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
434         looking up the method using GROUP's prefix before inventing a new one.
435         It is used on killed/unknown groups in various places where returning
436         an all-new method isn't expected by the caller.
437
438         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
439         and match semantics of gnus-group-real-prefix.
440
441 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
442
443         * nnmail.el (nnmail-broken-references-mailers): New variable.
444         (nnmail-ignore-broken-references): New function generalizing
445         nnmail-fix-eudora-headers.
446         (nnmail-fix-eudora-headers): Now obsolete.
447
448         * gnus-art.el (gnus-button-handle-custom): Support
449         `customize-apropos*'.
450
451 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
454
455         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
456         articles.
457
458 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
459
460         * message.el (message-cite-reply-above): New variable.
461         (message-yank-original): Use it.
462
463 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
466
467 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
468
469         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
470         as read.
471
472         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
473
474 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
475
476         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
477         (gnus-bookmark-default-file): Use gnus-directory.
478         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
479         Remove "*" in doc string.
480         (gnus-bookmark-write-file): Simplify.
481         (gnus-bookmark-maybe-sort-alist): Use `when'.
482         (gnus-bookmark-get-bookmark): Fix typo in doc string.
483         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
484         FIXME about Emacs 21 and XEmacs compatibility.
485         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
486         compatibility.
487         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
488         compatibility.
489         (gnus-bookmark-menu-heading): Fix version.
490
491 2006-06-19  Bastien Guerry  <bzg@altern.org>
492
493         * gnus-bookmark.el: New file.
494
495 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * message.el (message-syntax-checks): Doc fix.
498
499 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
500
501         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
502         unsubscribed groups as if they were killed ones.  It causes duplicate
503         entries in gnus-newsrc-alist.
504
505 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * message.el (message-syntax-checks): Doc fix.
508         (message-send-mail): Add check for continuation headers.
509         (message-check-news-header-syntax): Fix regexp used to check for
510         continuation headers.
511
512 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
515
516 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
517
518         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
519
520 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
523         default-truncate-lines.
524
525 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
528         to fill the utf-8 entry.
529
530         * lpath.el: Fbind unicode-precedence-list.
531
532 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
533
534         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
535
536 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
537
538         * gnus-agent.el (directory-files-and-attributes): Move all the way
539         forward (the third and final move).
540         (gnus-agent-read-agentview): Trap reconstruction errors due to
541         nonexistant directory.  Handle by returning nil.
542
543 2006-05-30  Didier Verna  <didier@xemacs.org>
544
545         * message.el (message-dont-reply-to-names): Update the custom type.
546         * message.el (message-dont-reply-to-names): New defsubst: potentially
547         convert a list of regexps into a single one.
548         * message.el (message-get-reply-headers): Use it.
549         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
550
551 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * gnus-agent.el (directory-files-and-attributes): Move forward.
554
555 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
556
557         * gnus-ml.el (gnus-mailing-list-subscribe)
558         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
559         (gnus-mailing-list-message): Fix doc strings.
560
561 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
562
563         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
564         of doing it manually.
565
566 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
567
568         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
569         comment.
570
571 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
572
573         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
574         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
575         (gnus-agent-read-local): All symbols allocated in my-obarray
576         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
577         (gnus-agent-regenerate-group): Check numeric names to see if they are
578         messages or groups.
579         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
580         better way of do this...)
581
582         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
583         'dummy.group' (there should be a better way of do this...)
584
585 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
588         (gnus-saved-headers): Ditto.
589         (gnus-default-article-saver): Mention functions may have properties.
590         (gnus-article-save): Override gnus-save-all-headers and
591         gnus-saved-headers by :headers property which saver function may have.
592         (gnus-summary-save-in-file): Add :headers property.
593         (gnus-summary-write-to-file): Ditto.
594
595         * gnus-sum.el (gnus-summary-save-article): Bind
596         gnus-prompt-before-saving to t when saving many articles in a file;
597         always show all headers.
598
599         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
600
601 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
602
603         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
604         marks.
605
606         * message.el (message-indent-citation): Add optional arguments to allow
607         using it outside of message buffers.
608
609         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
610         (gnus-article-treat-unfold-headers): Use it.
611         (gnus-article-truncate-lines): New variable.
612         (gnus-article-mode): Use it.
613         (gnus-article-toggle-truncate-lines): New function.
614
615         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
616         gnus-article-toggle-truncate-lines.
617
618         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
619         coding system in XEmacs, use binary.
620
621 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
624         after-load-alist.
625
626         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
627         this function should save decoded articles.
628         (gnus-summary-write-to-file): Use property to specify this function
629         should save decoded articles and specify gnus-summary-save-in-file
630         should be used to save articles other than the first one when saving
631         many articles.
632         (gnus-summary-save-body-in-file): Use property to specify this
633         function should save decoded articles.
634         (gnus-summary-write-body-to-file): Use property to specify this
635         function should save decoded articles and specify
636         gnus-summary-save-body-in-file should be used to save articles other
637         than the first one when saving many articles.
638
639         * gnus-sum.el (gnus-summary-save-article): Simplify.
640
641 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * gnus-art.el (gnus-default-article-saver): Add
644         gnus-summary-write-body-to-file.
645         (gnus-article-save-coding-system): Don't use coding system object
646         in XEmacs.
647         (gnus-read-save-file-name): Add optional `dir-var' argument which
648         specifies directory in which files are saved; work even if optional
649         `variable' argument is not specified.
650         (gnus-summary-write-to-file): Read file name.
651         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
652         (gnus-summary-write-body-to-file): New function.
653
654         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
655         (gnus-summary-local-variables): Add it.
656         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
657         (gnus-summary-save-article): Remove optional `decode' argument;
658         determine whether to decode articles by the value of
659         gnus-default-article-saver; when saving many files using
660         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
661         it first and use gnus-summary-save-in-file or
662         gnus-summary-save-body-in-file thereafter unless
663         gnus-prompt-before-saving is always; move point to article which
664         will be saved.
665         (gnus-summary-save-article-file): Revert.
666         (gnus-summary-write-article-file): Revert.
667         (gnus-summary-save-article-body-file): Revert.
668         (gnus-summary-write-article-body-file): New function.
669
670 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * gnus-art.el (gnus-default-article-saver): Doc fix.
673         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
674         from gnus-summary-save-article-coding-system, and default to a
675         certain coding system.
676         (gnus-output-to-file): Add coding cookie and encode text according
677         to gnus-article-save-coding-system; don't use mm-append-to-file.
678
679         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
680         gnus-art.el and rename to gnus-article-save-coding-system.
681         (gnus-summary-save-article): Require gnus-art; don't show all
682         headers if it decodes articles; don't add coding cookie here;
683         don't bind mm-text-coding-system-for-write.
684         (gnus-summary-save-article-file): Save decoded articles.
685         (gnus-summary-write-article-file): When saving many files, use
686         gnus-summary-write-to-file first and gnus-summary-save-in-file
687         thereafter unless gnus-prompt-before-saving is always.
688         (gnus-summary-save-article-body-file): Save decoded articles.
689
690         * lpath.el: Fbind select-safe-coding-system for XEmacs.
691
692 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
693
694         * nnrss.el (nnrss-check-group): Bind hash-index.
695
696 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
697
698         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
699         its hash index.  Store this hash in `nnrss-group-data'.
700         (nnrss-read-group-data): Update accordingly.
701
702 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
703
704         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
705         entry.
706
707         * gnus-sum.el (gnus-summary-make-menu-bar): Add
708         gnus-article-browse-html-article.
709
710 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
711
712         * gnus-sum.el (gnus-summary-mime-map): Add
713         gnus-article-browse-html-article.
714
715         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
716
717 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
718
719         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
720         suitable coding systems in customize.
721
722 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
723
724         * mail-source.el (mail-sources): Fix custom type.
725
726 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
727
728         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
729         (gnus-summary-expire-articles-now): Shorten prompt.
730
731         * gmm-utils.el (wid-edit): Require.
732         (defun-gmm): Renamed from `gmm-defun-compat'.
733         (gmm-image-search-load-path): Use it.
734         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
735
736 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * gnus-sum.el (gnus-summary-save-article-coding-system): New
739         variable.
740         (gnus-summary-save-article): Add optional `decode' argument.  If
741         it is set and gnus-summary-save-article-coding-system is non-nil,
742         save decoded article.
743         (gnus-summary-write-article-file): Save decoded article if
744         gnus-summary-save-article-coding-system is non-nil.
745
746         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
747         type.
748
749 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
752
753 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
756         first to test gnus-single-article-buffer which may be buffer-local.
757
758         * gnus-sum.el (gnus-summary-setup-buffer): Make
759         gnus-single-article-buffer buffer-local and nil in ephemeral
760         group; make gnus-article-buffer, gnus-article-current, and
761         gnus-original-article-buffer always buffer-local.
762         (gnus-summary-exit): Kill article buffer belonging to ephemeral
763         group.
764         (gnus-handle-ephemeral-exit): Don't move to next summary line.
765
766 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
767
768         * nnml.el (nnml-request-compact-group): Compressed files might not
769         have .gz extension.
770
771 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
772
773         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
774         (mm-copy-to-buffer): Use with-current-buffer.
775         (mm-display-part): Simplify.
776         (mm-inlinable-p): Add optional arg `type'.
777
778 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
779
780         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
781         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
782         Try harder to show the attachment internally or externally using
783         gnus-mime-view-part-as-type.
784
785 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
786
787         * message.el (message-from-style, message-signature-separator)
788         (message-user-organization-file, message-send-mail-function)
789         (message-citation-line-function, message-yank-prefix)
790         (message-indent-citation-function, message-signature)
791         (message-signature-file, message-signature-insert-empty-line):
792         Remove autoloads.
793
794         * gnus-art.el (gnus-buttonized-mime-types): Remove
795         "multipart/signed".  Revert 2006-04-26 change.
796
797 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * gnus.el (gnus-version-number): Bump version.
800
801 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
802
803         * gnus.el: No Gnus v0.5 is released.
804
805 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
806
807         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
808         fetching articles by message-id.
809
810 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * message.el (hashcash): Require hashcash as normal.
813
814         * ecomplete.el (ecomplete-highlight-match-line): Use
815         point-at-eol.
816         (ecomplete-highlight-match-line): Use `highlight', because that
817         face exists in both Emacs and XEmacs.
818
819         * message.el (message-display-abbrev): Use point-at-bol.
820
821         * mail-source.el: Don't require timer/timer-funcs.
822
823         * gnus-async.el: Ditto.
824
825         * password.el: Ditto.
826
827         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
828
829         * mm-url.el: Ditto.
830
831         * gnus-xmas.el: Don't require timer-funcs.
832
833         * mm-util.el: Require timer/timer-funcs.
834
835 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
836
837         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
838         Close.
839
840 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
843         unibyte after clear-decrypt function runs.
844
845         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
846         returns as a unibyte string.
847
848 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * lpath.el: Revert.
851
852         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
853         (pgg-gpg-process-sentinel): Revert.
854
855         * pgg-pgp.el (pgg-pgp-process-region): Revert.
856         (pgg-pgp-lookup-key): Revert.
857
858         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
859         (pgg-pgp5-lookup-key): Revert.
860
861         * pgg.el (pgg-fetch-key): Revert.
862
863 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * lpath.el: Fbind string-as-multibyte for XEmacs.
866
867         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
868         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
869         (mml1991-pgg-encrypt): Ditto.
870
871         * pgg-gpg.el (pgg-string-to-multibyte): New function.
872         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
873         a multibyte buffer.
874
875         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
876         (pgg-pgp-lookup-key): Ditto.
877
878         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
879         (pgg-pgp5-lookup-key): Ditto.
880
881         * pgg.el (pgg-fetch-key): Ditto.
882
883 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
884
885         * message.el (message-user-organization-file): Check several
886         locations of the organization file.
887
888         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
889         Add gnus-article-view-part-as-type.
890
891         * gnus-art.el (gnus-article-view-part-as-type): New function.
892
893         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
894         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
895
896         * mml.el: Simplify autoload.
897         (mml-mode): defvar dnd-protocol-alist instead of using
898         symbol-value.
899         (mml-default-directory): New variable.
900         (mml-minibuffer-read-file): Use it.
901         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
902
903         * message.el (message-citation-line-format): New variable.
904         (message-insert-formated-citation-line): New function.
905         (message-citation-line-function): Add
906         `message-insert-formated-citation-line' to custom type.
907
908         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
909         to doc string.
910
911         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
912         depending on mm-verify-option.
913
914 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
917         binding pgg-* variables; reimplement the section which prevents
918         MIME header from being signed.
919         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
920         pgg-text-mode; remove a blank line at the top of body.
921
922         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
923         lines at the top of body; use gnus-newsgroup-charset if there's no
924         Charset header.
925
926 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * message.el (message-self-insert-commands): Doc fix.
929
930         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
931         (mm-uu-pgp-encrypted-test): Ditto.
932         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
933         between header and body; return application/pgp-encrypted handle
934         if decryption failed; decode decrypted body by charset.
935
936         * mm-decode.el (mm-automatic-display): Don't make application/pgp
937         element match to application/pgp-*.
938
939 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
940
941         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
942         HTML.
943
944 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * mail-source.el (mail-source-call-script): Message the error
947         string.
948
949 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * gnus-util.el (gnus-byte-compile): Use it.
952
953 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
954
955         * gnus-util.el (kill-empty-logs): New function.
956
957 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * message.el (message-mail-alias-type): Doc fix.
960         (message-mail-alias-type-p): New function.
961         (message-send): Use it.
962         (message-mode): Ditto.
963         (message-strip-forbidden-properties): Ditto.
964
965         * ecomplete.el (ecomplete-database-file-coding-system): New
966         variable.
967         (ecomplete-save): Use it.
968         (ecomplete-setup): Use it.
969
970 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * message.el (message-self-insert-commands): New variable.
973         (message-strip-forbidden-properties): Use it.
974
975 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * message.el (message-put-addresses-in-ecomplete): Use a regexp
978         that doesn't make XEmacs choke.
979
980 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
981
982         * gnus-util.el (gnus-replace-in-string):
983         Prefer replace-regexp-in-string over of replace-in-string.
984
985 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
986
987         * gnus-util.el (gnus-select-frame-set-input-focus):
988         Use select-frame-set-input-focus if it is available in XEmacs; use
989         definition defined in Emacs 22 for old Emacsen.
990
991         * dgnushack.el: Autoload unmorse-region for XEmacs.
992
993         * lpath.el: Bind cursor-in-non-selected-windows and
994         select-frame-set-input-focus for XEmacs.
995
996 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * mm-view.el (mm-inline-text): Use equal instead of equalp.
999
1000 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1001
1002         * gnus-registry.el (gnus-registry-cache-save): remove text
1003         properties when saving via the temp buffer
1004
1005 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1006
1007         * message.el (message-generate-hashcash): Honor custom type.
1008
1009 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * message.el (message-generate-hashcash): Default to non-nil when
1012         hashcash is found.
1013
1014         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1015         (gnus-refer-thread-limit): Increase default to 500.
1016
1017         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1018
1019         * flow-fill.el (fill-flowed): Allow delete-space.
1020
1021 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1022
1023         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1024         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1025         Remove autoloads.
1026
1027 2006-04-18  Simon Josefsson  <jas@extundo.com>
1028
1029         * message.el (message-generate-hashcash): Default to.
1030
1031 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1034         concatenating segments rather than before concatenating them.
1035
1036 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1037
1038         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1039
1040 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1043
1044         * message.el (message-forward-make-body-plain): Allow
1045         message-forward-ignored-headers to be a list.
1046         (message-remove-ignored-headers): Factor out into function.
1047         (message-forward-make-body-mml): Use it.
1048
1049         * imap.el (imap-quote-specials): New function.
1050         (imap-login-auth): Quote specials.
1051
1052         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1053         (rfc2231-parse-string): Allow concatanation of parameters that
1054         aren't contiguous.  The test case is
1055           (mail-header-parse-content-type "message/external-body;
1056             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1057             access-type=LOCAL-FILE;
1058             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1059
1060 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1061
1062         * nntp.el (nntp-accept-process-output): Return the value of
1063         `nnheader-accept-process-output'.
1064
1065 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1068         (gnus-button-alist): Recognize more diff formats.
1069         (gnus-button-patch): Strip directory.
1070
1071 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1072
1073         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1074         Emacs 22 when setting focus.
1075
1076 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * gnus-art.el (gnus-article-treat-types): Do treatment of
1079         text/x-verbatim parts.
1080         (gnus-button-patch): New command.
1081
1082         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1083         addresses that contain invalid characters.
1084
1085 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * message.el (message-put-addresses-in-ecomplete): Use
1088         gnus-replace-in-string.
1089         (message-is-yours-p): Use the more correct
1090         mail-header-parse-address instead of
1091         mail-extract-address-components.
1092         (message-put-addresses-in-ecomplete): Fix typo.
1093
1094         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1095         keystroke.
1096
1097         * gnus-art.el (gnus-treatment-function-alist): Change order of
1098         newsgroups/generic header folding to avoid double-folding.
1099
1100         * message.el (message-hidden-headers): Add X-Draft-From.
1101
1102         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1103         command.
1104         (gnus-summary-repeat-search-article-backward): New command.
1105
1106         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1107         groups in the parent topic.
1108
1109 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1110
1111         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1112         (spam-extra-header-to-number): Return the CRM114 number as a
1113         number instead of a string.
1114
1115 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * gnus-art.el (gnus-face-properties-alist): Moved here from
1118         gnus-fun.
1119
1120         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1121
1122 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * message.el (message-strip-forbidden-properties): Only display on
1125         self-insert-command.
1126
1127         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1128         reindent.
1129         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1130
1131 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1132
1133         * smiley.el (smiley-style): Fix typo.
1134
1135 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * hashcash.el (hashcash-insert-payment-async-2): Use
1138         message-goto-eoh instead of doing it manually.
1139         (mail-add-payment): Use message-narrow-to-header instead of trying
1140         to do the same itself.
1141
1142         * message.el (message-hidden-headers): Add Face.
1143
1144         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1145         reparenting code.
1146         (gnus-summary-reparent-children): Refactored out code.
1147         (gnus-summary-thread-map): New keystroke.
1148         (gnus-summary-reparent-children): Make into command.
1149
1150         * smiley.el (smiley-style): Default to `medium' if using a large
1151         font.
1152
1153         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1154         does it itself.
1155
1156         * message.el (message-point-in-header-p): Simplify definition.
1157
1158 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * nnagent.el (nnagent-request-set-mark): Silence log file
1161         writing.
1162         (nnagent-request-set-mark): Use write-region instead of
1163         append-to-file.
1164
1165         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1166         strange select method.
1167
1168         * ecomplete.el (ecomplete-display-matches): Get highlightling
1169         right.
1170         (ecomplete-display-matches): Use literals.
1171         (ecomplete-display-matches): Disable message logging.
1172
1173         * message.el (message-display-abbrev): Small optimization.
1174
1175         * ecomplete.el (ecomplete-display-matches): Allow automatic
1176         display.
1177
1178         * message.el (message-strip-forbidden-properties): Display
1179         abbrevs.
1180         (message-display-abbrev): Get automatic display right.
1181
1182         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1183         keystrokes.
1184
1185 2006-04-13  Romain Francoise  <romain@orebokech.com>
1186
1187         TODO: Backport to v5-10!
1188
1189         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1190         Moved here (and renamed) from gnus-registry.el.
1191
1192         * gnus-registry.el: Require gnus-util.
1193         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1194
1195 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-group.el (gnus-group-catchup-current): Change
1198         if-then-else-if-then-else into cond.
1199         (gnus-group-catchup): Indent.
1200         (group-name-at-point): New function.
1201         (gnus-fetch-group): Provide default from thing at point.
1202
1203 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * message.el (message-display-abbrev): Fix regexp.
1206
1207         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1208         choosing.
1209         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1210         dead variables.
1211
1212         * message.el (message-newline-and-indent): Remove debugging.
1213         (message-display-abbrev): Use new implementation.
1214
1215 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1216
1217         * gnus-art.el (gnus-article-mode): Set
1218         cursor-in-non-selected-windows to nil.
1219
1220         * smiley.el: Revert previous change.
1221         (smiley-data-directory): defvar it before using it in the
1222         defcustom of `smiley-style'.
1223
1224 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * message.el (message-newline-and-indent): New function.
1227
1228         * ecomplete.el: Implement more bits.
1229
1230         * message.el (message-put-addresses-in-ecomplete): Clean up the
1231         string.
1232
1233         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1234
1235         * gnus-sum.el (gnus-summary-save-parts): Bind
1236         gnus-summary-save-parts-counter and use it to make unique file
1237         names.
1238
1239         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1240
1241         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1242         parameter to say whether to actually parse the individual
1243         addresses.
1244
1245         * message.el (message-put-addresses-in-ecomplete): New function.
1246         (ecomplete): Require.
1247         (message-mail-alias-type): Add ecomplete as an option.
1248
1249 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1250
1251         * flow-fill.el (fill-flowed): Remove trailing space from blank
1252         quoted lines.
1253
1254 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * smiley.el (smiley-style): Move definition later to avoid a
1257         compilation warning.
1258
1259 2006-04-12  Kenichi Handa  <handa@m17n.org>
1260
1261         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1262         buffer and then decode the buffer text if necessary.
1263         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1264         first, and after mm-encode-body, change the buffer to unibyte.
1265         Use mm-disable-multibyte instead of set-buffer-multibyte.
1266
1267 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1270         Content-Type header instead of Content-Disposition header.
1271         (gnus-mime-inline-part): Ditto.
1272         (gnus-mime-view-part-as-charset): Ignore charset that the part
1273         specifies.
1274
1275         * mm-decode.el (mm-display-part): Work with external parts and
1276         usual parts similarly.
1277
1278         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1279         instead of gnus-display-mime.
1280
1281         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1282         instead of with-temp-buffer.
1283
1284         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1285         tag to summarized topics part in order to encode non-ASCII text.
1286
1287 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1288
1289         * smiley.el (smiley-style): New variable.
1290         (smiley-directory): New function.
1291         (smiley-data-directory): Derive from `smiley-style' using
1292         `smiley-directory'.
1293         (smiley-regexp-alist): Add new entries.
1294
1295         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1296         (gnus-article-browse-delete-temp): Add :version.
1297
1298 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1299
1300         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1301         the sieve region.
1302
1303 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * gnus.el (gnus-version-number): Bump version.
1306
1307 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1308
1309         * gnus.el: No Gnus v0.4 is released.
1310
1311 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1314         layout.
1315
1316         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1317         unknown charset.
1318
1319         * message.el (message-header-synonyms): Add Original-To to the
1320         default.
1321
1322         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1323         optional parameter.
1324
1325 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1326
1327         * gnus-fun.el (gnus): Require it for gnus-directory.
1328
1329 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1332
1333 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1334
1335         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1336
1337 2006-04-05  Simon Josefsson  <jas@extundo.com>
1338
1339         * password.el (password-reset): New function.
1340
1341 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1342
1343         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1344         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1345
1346 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1347
1348         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1349         Some whitespace was matched into the url, which broke browsing hits
1350         > 100 when mm-url-use-external was nil.
1351
1352 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1353
1354         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1355         gnus-extra-headers for 'Newsgroups.
1356
1357         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1358         bound.
1359
1360 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1361
1362         * pgg-gpg.el: Clean up process buffers every time gpg processes
1363         complete.
1364
1365 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1366
1367         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1368         doc string.
1369
1370 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1371
1372         * pgg-gpg.el (pgg-gpg-process-filter)
1373         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1374
1375         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1376         lines, temporary fix.
1377
1378 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1379
1380         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1381
1382 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1383
1384         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1385         default-enable-multibyte-characters.  This reverts the change from
1386         revision 6.17 which is no longer necessary because the passphrase
1387         is sent separately now.  GnuPG messages are unreadable under
1388         multibyte locales with default-enable-multibyte-characters set to
1389         nil.
1390
1391 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1392
1393         * message.el (message-tool-bar-gnome): Move "spell".
1394
1395 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1396
1397         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1398         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1399         instead.
1400
1401 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1402
1403         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1404         newsgroups handling for NNTP overviews which don't include
1405         Newsgroups.
1406
1407 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1408
1409         * message.el (message-resend): Bind message-generate-hashcash to
1410         to nil.
1411
1412 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1413
1414         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1415         when searching for already-paid recipients.
1416
1417 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1418
1419         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1420         passphrases when it is not needed.
1421         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1422         passphrase stuff from gpg, should only be necessary when you use
1423         gpg with a smartcard.
1424
1425 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * mml.el (mml-insert-mime): Ignore cached contents of
1428         message/external-body part.
1429
1430         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1431         (mm-insert-part): Ditto.
1432
1433 2006-03-23  Simon Josefsson  <jas@extundo.com>
1434
1435         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1436         Reiner.
1437         (pgg-gpg-use-agent-p): Use it again.
1438
1439 2006-03-23  Simon Josefsson  <jas@extundo.com>
1440
1441         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1442         older emacsen.
1443         (pgg-gpg-use-agent-p): Don't use it.
1444
1445 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1446
1447         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1448         if we can.
1449
1450 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1451
1452         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1453         (pgg-gpg-update-agent): New function.
1454         (pgg-gpg-use-agent-p): New function.
1455         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1456         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1457         (pgg-gpg-sign-region): Use it.
1458
1459 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1462         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1463
1464 2006-03-21  Simon Josefsson  <jas@extundo.com>
1465
1466         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1467         <wilde@sha-bang.de>.
1468         (pgg-gpg-use-agent): New variable.
1469         (pgg-gpg-process-region): Use it.
1470         (pgg-gpg-encrypt-region): Likewise.
1471         (pgg-gpg-encrypt-symmetric-region): Likewise.
1472         (pgg-gpg-decrypt-region): Likewise.
1473         (pgg-gpg-sign-region): Likewise.
1474         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1475
1476 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1477
1478         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1479
1480         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1481         Add comment on version.
1482
1483 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1484
1485         * smiley.el: Add missing test smiley.
1486
1487 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * mm-decode.el (mm-with-part): New macro.
1490         (mm-get-part): Use it; work with message/external-body as well.
1491         (mm-save-part): Treat name and filename equally.
1492
1493         * mm-extern.el (mm-extern-cache-contents): New function.
1494         (mm-inline-external-body): Use it; force the part to be displayed;
1495         move undisplayer added to the cached handle to the parent.
1496
1497         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1498         (gnus-mime-view-part-as-type): Work with message/external-body.
1499
1500         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1501
1502 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1503
1504         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1505         images in image-load-path.  [Sync with image.el, revision 1.60, in
1506         Emacs.]
1507
1508 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1509
1510         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1511         path rather than symbol.  Always return list of directories.
1512         Guarantee that image directory comes first.  [Sync with image.el,
1513         revision 1.59, in Emacs.]
1514
1515         * message.el (message-make-tool-bar): Adjust to new API of
1516         `gmm-image-load-path-for-library'.
1517
1518         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1519
1520         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1521
1522 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1523
1524         * gnus-art.el (gnus-article-only-boring-p):
1525         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1526         intangible text.
1527         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1528
1529 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1530
1531         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1532         `defun' instead of `gmm-defun-compat'.
1533
1534 2006-03-14  Simon Josefsson  <jas@extundo.com>
1535
1536         * message.el (message-unique-id): Don't use message-number-base36
1537         if (user-uid) is a float.
1538         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1539
1540 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1543
1544         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1545         empty line between a part and a message part.
1546
1547 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1548
1549         * smiley.el: Add more test smileys.
1550         (smiley-data-directory, smiley-regexp-alist)
1551         (gnus-smiley-file-types): Fix doc strings.
1552         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1553         adding new elements.
1554         (smiley-mouse-map): Unused code.  Make it a comment.
1555
1556 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1559         scan latest NoCeM messages instead of old ones.
1560         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1561         delimiters that are recently used.
1562         (gnus-nocem-load-cache): Add autoload cookie.
1563
1564         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1565
1566         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1567         level which is larger than gnus-use-nocem is specified.
1568
1569         * gnus-group.el (gnus-group-get-new-news): Ditto.
1570
1571 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1572
1573         * gnus-util.el (gnus-tool-bar-update): New function.
1574
1575         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1576         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1577
1578         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1579
1580         * gnus-group.el (gnus-group-redraw-when-idle)
1581         (gnus-group-redraw-check): Remove.
1582         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1583
1584 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1587         if optional last element is specified in splits (FIELD VALUE...).
1588
1589 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1590
1591         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1592         to gmm-image-load-path-for-library.  Call with no-error argument.
1593         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1594
1595         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1596
1597         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1598
1599         * gmm-utils.el (gmm-image-load-path): Remove alias.
1600
1601 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1602
1603         * gmm-utils.el (gmm-image-load-path): Add alias.
1604
1605         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1606         nnml-generate-nov-databases-1.
1607         (nnml-generate-nov-databases): Use it.
1608         (nnml-generate-nov-databases-directory): Document no-active
1609         argument.
1610
1611         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1612         directory if path is t.  Add no-error.
1613
1614         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1615         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1616
1617         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1618         resetting gnus-article-browse-html-temp-list.
1619
1620         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1621         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1622         Add example to docstring.  Rename local variables.  Move error
1623         checks to default case in cond and simplify.
1624
1625 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1628         handle is multipart when calling it recursively.
1629         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1630
1631 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
1632
1633         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1634         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1635
1636 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1639         is loaded.
1640
1641         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1642         loaded.
1643
1644 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1645
1646         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1647         to "Emacs 23 (unicode)" in doc string.
1648
1649         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1650         "Emacs 23 (unicode)" in comment.
1651
1652 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1655
1656         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1657         characters 160 through 255 in Emacs 23.
1658
1659 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1660
1661         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1662         gnus-article-browse-html-temp.
1663         (gnus-article-browse-delete-temp): Make it customizable.  Add
1664         `file'.  Adjust doc string.
1665         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1666         query for each file.  Adjust doc string.
1667         (gnus-article-browse-html-parts): Add
1668         `gnus-article-browse-delete-temp-files' to
1669         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1670
1671 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1672
1673         * gnus-art.el (gnus-article-browse-html-temp)
1674         (gnus-article-browse-delete-temp): New variables.
1675         (gnus-article-browse-delete-temp-files): New function.
1676         (gnus-article-browse-html-parts): Use it.
1677
1678 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1679
1680         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1681
1682         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1683         string.
1684
1685         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1686         gnus-summary-insert-new-articles when unplugged.  Remove
1687         gnus-summary-search-article-forward.
1688
1689         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1690         display-visual-class instead of display-color-cells.
1691
1692 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * dgnushack.el: Autoload customize-group for XEmacs.
1695
1696         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1697         message/* containing non-ASCII text properly.
1698
1699 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1700
1701         * message.el: Require gmm-utils, remove autoloads.
1702         (message-tool-bar): Set default based on
1703         gmm-tool-bar-style.
1704         (message-tool-bar-gnome): Add gmm-customize-mode.
1705
1706         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1707         gmm-tool-bar-style.
1708         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1709
1710         * gnus-group.el (gnus-group-tool-bar): Set default based on
1711         gmm-tool-bar-style.
1712         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1713
1714         * gmm-utils.el (gmm-image-directory): Rename variable from
1715         gmm-image-load-path.
1716         (gmm-image-load-path): Use gmm-image-directory.
1717         (gmm-customize-mode): New function.
1718         (gmm-tool-bar-style): New variable.
1719
1720         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1721         gnus-group-redraw-line-number.
1722         (gnus-group-redraw-check): Simplify.
1723         (gnus-group-tool-bar-update): Remove redraw check.
1724         (gnus-group-make-tool-bar): Add redraw check.
1725
1726 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1727
1728         * gnus-art.el (gnus-button): Add missing parentheses.
1729
1730 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * lpath.el: Fbind line-number-at-pos.
1733
1734 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1737
1738 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1739
1740         * gnus-art.el (gnus-button): New face.
1741         (gnus-article-button-face): Use it.
1742
1743         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1744         gnus-summary-next-page.  Re-order.
1745
1746         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1747         next-node are now included.
1748         (gnus-group-redraw-line-number): New internal variable.
1749         (gnus-group-redraw-check): Helper function for updating the tool
1750         bar.
1751         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1752
1753         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1754
1755         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1756         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1757         Use it to match format of Spamassassin 3.0 and later.  Reported by
1758         IRIE Tetsuya <irie@t.email.ne.jp>.
1759         (spam-check-bogofilter)
1760         (spam-bogofilter-register-with-bogofilter): Fix args of
1761         `gnus-error' calls.
1762
1763 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1764
1765         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1766         unnecessary interaction when sending queued mails.  Reported by
1767         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1768
1769 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1770
1771         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1772         first or last are nil.
1773
1774 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1775
1776         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1777
1778 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1781
1782 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * dns.el (query-dns): Protect more against buggy tcp output.
1785
1786 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1787
1788         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1789         nov.php.
1790
1791 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1792
1793         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1794         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1795         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1796         output on the server side.
1797         (nnweb-google-create-mapping): Update regexps and add some
1798         progress indication.
1799
1800 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1801
1802         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1803         gnus-agent-toggle-plugged.  Re-order icons.
1804         (gnus-group-tool-bar-gnome): Add
1805         gnus-group-{prev,next}-unread-group.
1806         (gnus-group-tool-bar-gnome): Re-order icons.
1807
1808         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1809         gnus-summary-insert-new-articles.
1810
1811         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1812         comments.
1813
1814         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1815         also available in Emacs 21.3.
1816
1817         * message.el (message-fix-before-sending): Change "Emacs 22" to
1818         "Emacs 23 (unicode)" in comment.
1819
1820         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1821         "Emacs 23 (unicode)" in comment.
1822
1823         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1824         comment.
1825         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1826
1827         * mm-view.el (mm-fill-flowed): Add :version.
1828
1829 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1832         and load-path.
1833
1834 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1835
1836         * message.el: Autoload gmm-image-load-path.
1837         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1838         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1839         consitency.
1840
1841         * gmm-utils.el (gmm-image-load-path): Also search in
1842         "../etc/images".  Don't set gmm-image-load-path if we don't find
1843         the image.
1844
1845 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * gmm-utils.el (gmm-image-load-path): Don't make
1848         `gmm-image-load-path' include subdirectories which the second arg
1849         `image' might specify.
1850
1851         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1852         subdirectory to icon file names.
1853
1854         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1855
1856 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1857
1858         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1859         gmm-image-load-path calls.
1860
1861         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1862
1863         * message.el (message-make-tool-bar): Ditto.
1864
1865         * mml.el (mml-preview): Added comment concerning tool bar icons.
1866
1867         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1868         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1869
1870         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1871         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1872
1873         * message.el (message-tool-bar-gnome): Use new icon names.
1874         (message-make-tool-bar): Use `gmm-image-load-path'.
1875
1876         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1877         functions from MH-E.
1878         (gmm-image-load-path): New variable from MH-E.
1879         (gmm-image-load-path): New function from MH-E.  Added arguments
1880         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1881         *-image-load-path-called-flag.
1882
1883 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
1884
1885         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1886
1887 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1888         (tiny change)
1889
1890         * nnimap.el (nnimap-request-move-article): Change folder back to
1891         source group before deleting.
1892
1893 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1894
1895         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
1896
1897         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
1898         mm-url.
1899
1900         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
1901
1902 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1905         coding system which mm-charset-to-coding-system returns for a
1906         given charset is valid.
1907
1908 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1909
1910         * html2text.el (html2text-remove-tag-list):
1911         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1912
1913 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1914
1915         * gnus-cus.el: Revert 2005-10-17 change.
1916
1917 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus-art.el (article-strip-banner): Call
1920         article-really-strip-banner only when the regexp match is made.
1921
1922 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * gnus-art.el (article-strip-banner): Use
1925         gnus-extract-address-components instead of
1926         mail-header-parse-addresses to make it work with non-ASCII text;
1927         remove mail-encode-encoded-word-string.
1928
1929         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1930         values which are surrounded with \"...\"; make it never cause a
1931         Lisp error; give up parsing of parameters if it failed in
1932         extracting type.
1933
1934 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1935
1936         * smime.el (smime-cert-by-ldap-1): Fix bug where
1937         `smime-ldap-search' returns results without userCertificates.
1938
1939 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
1942
1943 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1944
1945         * spam.el (spam-check-spamassassin-headers): Adapt format for
1946         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
1947         <ari@mbf.ocn.ne.jp>.
1948         (spam-list-of-processors): Add spam-use-gmane.
1949
1950 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1951
1952         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1953         make-temp-file; make it work with XEmacs as well.
1954
1955         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
1956         mm-make-temp-file.
1957
1958         * mm-decode.el (mm-display-external): Use the 3rd arg of
1959         mm-make-temp-file.
1960         (mm-create-image-xemacs): Ditto.
1961
1962 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
1965         with message-narrow-to-headers.
1966         (gnus-draft-setup): Narrow to header to run message-fetch-field.
1967         (gnus-draft-check-draft-articles): New function.
1968         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
1969
1970 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1971
1972         * gnus-art.el (gnus-article-browse-html-parts):
1973         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
1974         Don't use suffix argument for mm-make-temp-file for Emacs 21
1975         compatibility.  Remove useless `format'.
1976
1977 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1978
1979         * nnweb.el (nnweb-google-wash-article): Update regexps.
1980         (nnweb-group-alist): Use defvoo instead of defvar.
1981
1982 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
1985         re-loading nn* modules.
1986
1987 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1988
1989         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
1990         for `tool-bar-mode' and don't check it's default-value.
1991
1992         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1993
1994         * message.el (message-make-tool-bar): Ditto.
1995
1996         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
1997         `substring'.  Shorten tmp-file name.
1998
1999         * gnus.el: Remove bogus comment.
2000
2001 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2002
2003         * gnus-art.el (gnus-article-browse-html-parts): New function.
2004         (gnus-article-browse-html-article): New function for viewing html
2005         articles with a browser.
2006
2007 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2008
2009         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2010         in elisp.
2011         (pgg-gpg-encrypt-symmetric-region): Ditto.
2012         (pgg-gpg-sign-region): Ditto.
2013
2014         * pgg-def.el (pgg-text-mode): New variable.
2015
2016         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2017         (mml2015-pgg-encrypt): Ditto.
2018
2019         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2020         (mml1991-pgg-encrypt): Ditto.
2021
2022 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2025         message-make-date instead of current-time-string.
2026
2027         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2028         to gnus-decoded which mm-uu might set.
2029
2030 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2033         don't decode quoted parameters; remove misimported Emacs code.
2034         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2035         (rfc2231-decode-encoded-string): Don't use split-string which
2036         behaves differently according to Emacs version; use
2037         mm-decode-coding-region to convert charset to coding-system.
2038         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2039         (rfc2231-encode-string): Remove misimported Emacs code.
2040
2041 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2044         when calling mail-header-parse-content-type.
2045         (article-de-quoted-unreadable): Ditto.
2046         (article-de-base64-unreadable): Ditto.
2047         (article-wash-html): Ditto.
2048
2049         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2050         calling mail-header-parse-content-type and
2051         mail-header-parse-content-disposition.
2052         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2053         mail-header-parse-content-type.
2054
2055         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2056         insert charset and format parameters; encode description after
2057         inserting it to buffer.
2058         (mml-insert-parameter): Fold lines properly even if a parameter is
2059         segmented into two or more lines; change the max column to 76.
2060
2061         * rfc1843.el (rfc1843-decode-article-body): Don't use
2062         ignore-errors when calling mail-header-parse-content-type.
2063
2064         * rfc2231.el (rfc2231-parse-string): Return at least type if
2065         possible; don't cause an error even if it fails in parsing of
2066         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2067         (rfc2231-encode-string): Don't break lines at the beginning, leave
2068         it to mml-insert-parameter.
2069
2070         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2071         calling mail-header-parse-content-type.
2072
2073 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2074
2075         * spam-report.el (spam-report-gmane-use-article-number):
2076         Improve doc string.
2077         (spam-report-gmane-internal): Check if a suitable header was found
2078         in the article.
2079
2080 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2083         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2084
2085 2006-02-05  Romain Francoise  <romain@orebokech.com>
2086
2087         Update copyright notices of all files in the gnus directory.
2088
2089 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2090
2091         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2092
2093 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2096         segmented lines of parameter value to cope with Thunderbird 1.5
2097         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2098         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2099         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2100
2101 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2102
2103         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2104         parts.
2105
2106 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2107
2108         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2109         there's only one active file for all servers.
2110         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2111         solid groups.  Gnus might have used a FAST request to select the group.
2112         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2113         and nnweb-search redundantly in the active file.
2114         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2115         (nnweb-request-create-group): Don't use ARGS.
2116         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2117         initialisations.  Let nnoo do the work.
2118
2119 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2122         Say the part has been decoded.
2123
2124         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2125
2126 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2127
2128         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2129         mailcap-viewer-test-cache when there's no 'test clause, since that
2130         will invert the meaning of a "nil" test previously determined by
2131         mailcap-mailcap-entry-passes-test.
2132
2133 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2136         compiling.
2137
2138         * gnus-sum.el: Ditto.
2139
2140         * message.el: Don't bind tool-bar-map when compiling.
2141
2142 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2143
2144         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2145
2146 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2147
2148         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2149         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2150         current Google Groups.
2151
2152 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2153
2154         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2155         and tool-bar-mode.
2156
2157         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2158         and tool-bar-mode.
2159
2160         * message.el (message-tool-bar-update): Simplify.
2161         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2162
2163         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2164         gnus-summary-buffer.
2165         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2166         gnus-summary-reply.
2167
2168         * gmm-utils.el (gmm): Add :version.
2169
2170 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * Makefile.in (clean): New rule.
2173         (distclean): Use it.
2174
2175 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2176
2177         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2178         autoload.
2179
2180 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * gmm-utils.el (gmm-verbose): Add :group.
2183
2184 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2185
2186         * message.el: Change some comments WRT tool-bars.
2187
2188         * gnus-sum.el (gnus-summary-tool-bar)
2189         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2190         (gnus-summary-tool-bar-zap-list): New variables.
2191         (gnus-summary-make-tool-bar): Complete rewrite using
2192         `gmm-tool-bar-from-list'.
2193
2194         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2195         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2196         variables.
2197         (gnus-group-make-tool-bar): Complete rewrite using
2198         `gmm-tool-bar-from-list'.
2199         (gnus-group-tool-bar-update): New function.
2200
2201         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2202
2203 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2206         is dissected into a single part of which the type is the same as
2207         the given one; decode charset.
2208
2209 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2210
2211         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2212         into alists as symbol not string, since that's what
2213         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2214         look for.
2215
2216 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2217
2218         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2219         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2220
2221         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2222
2223 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2226         (gnus-xmas-mime-security-button-menu): New function.
2227
2228         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2229         (gnus-mime-security-button-menu): New definition.
2230         (gnus-mime-security-button-map): Use them.
2231         (gnus-mime-security-button-menu): New function.
2232         (gnus-insert-mime-security-button): Addition to help echo.
2233         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2234         (gnus-mime-security-pipe-part): New functions.
2235
2236         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2237         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2238
2239         * mm-decode.el (mm-handle-set-disposition): Remove.
2240         (mm-handle-set-description): Remove.
2241
2242 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2245         (mm-w3m-standalone-supports-m17n-p): New function.
2246         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2247         w3m usage.
2248
2249         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2250         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2251
2252 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2253
2254         * message.el (message-tool-bar-zap-list): Use
2255         gmm-tool-bar-zap-list as custom type.
2256         (message-tool-bar-update): New function.
2257         (message-tool-bar, message-tool-bar-gnome)
2258         (message-tool-bar-retro): Add message-tool-bar-update.
2259         (message-tool-bar-gnome): Add flyspell-buffer.
2260
2261         * gnus-util.el (gnus-error): Describe `args'.
2262
2263         * gmm-utils.el (gmm-error): Describe `args'.
2264         (gmm-tool-bar-zap-list): New widget.
2265         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2266
2267 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2270         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2271         the number of recursive calls.
2272
2273         * mm-decode.el (mm-handle-set-disposition): New macro.
2274         (mm-handle-set-description): New macro.
2275
2276 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2279         encoding.
2280
2281 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2282
2283         * message.el (message-tool-bar-zap-list, message-tool-bar)
2284         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2285         (message-tool-bar-local-item-from-menu): Remove.
2286         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2287         (message-make-tool-bar): New function.
2288         (message-mode): Use `message-make-tool-bar'.
2289
2290         * gmm-utils.el: New file.
2291         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2292         (gmm-lazy): New widget copied from `nnmail.el'.
2293         (gmm-tool-bar-from-list): New function for creating customizable
2294         tool bars.
2295         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2296         output.
2297         (gmm): Add :prefix to defgroup.
2298
2299 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2300
2301         * gmm-utils.el (gmm-widget-p): New function.
2302
2303 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2304
2305         * mml.el (mml-attach-file): Describe `description' in doc string.
2306         (mml-menu): Add Emacs MIME manual and PGG manual.
2307
2308 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2309
2310         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2311
2312 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2313
2314         * nntp.el (nntp-end-of-line): Doc fix.
2315
2316 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2317
2318         * imap.el (imap-open): Handle case where buffer is a buffer
2319         object.
2320
2321 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2322
2323         * gnus-delay.el (gnus-delay): Don't autoload.
2324         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2325         to be re-loaded when customizing the `gnus-delay' group.
2326
2327 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2328
2329         * message.el (message-insert-citation-line): Use newlines.
2330
2331 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2332
2333         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2334         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2335         these routines, so the passphrase can be managed externally and
2336         passed in to the system.
2337         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2338         pgg-add-passphrase-to-cache function.
2339
2340         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2341         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2342         these routines, so the passphrase can be managed externally and
2343         passed in to the system.
2344         (pgg-pgp5-sign-region): Use new name of
2345         pgg-add-passphrase-to-cache function.
2346
2347 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2348
2349         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2350         part of the decoded armor to find the key-identifier.
2351         (pgg-gpg-lookup-key-owner): New function to return the
2352         human-readable identifier of a key owner.
2353         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2354         itself.
2355         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2356         the key value) if we have a key and can match it against a secret
2357         key.  Also, added a note pointing out fact that the prompt only
2358         indicates the first matching key.
2359
2360         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2361         pgg-decrypt-region.
2362         (pgg-add-passphrase-to-cache): Rename from
2363         `pgg-add-passphrase-cache' to reduce confusion (all callers
2364         changed).
2365         (pgg-remove-passphrase-from-cache): Rename from
2366         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2367         changed).
2368         (pgg-read-passphrase, pgg-add-passphrase-cache)
2369         (pgg-remove-passphrase-cache): Add informative docstrings.
2370         (pgg-decrypt): Convey provided passphrase in subordinate call to
2371         pgg-decrypt-region.
2372
2373 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2374
2375         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2376         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2377         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2378         'passphrase' argument, so the passphrase can be managed externally
2379         and then passed in to the system.
2380
2381         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2382         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2383         so the passphrase cache can be used reliably with identifiers
2384         besides a pgp packet's key id.
2385
2386         * pgg-gpg.el (pgg-gpg-encrypt-region)
2387         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2388         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2389         these routines, so the passphrase can be managed externally and
2390         passed in to the system.
2391
2392         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2393         'notruncate' argument, so the passphrase cache can be used
2394         reliably with identifiers besides a pgp packet's key id.
2395
2396 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2397
2398         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2399         symmetric encryption.
2400         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2401         encrypted session key.
2402         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2403         message ask for the passphrase in a proper way.
2404
2405         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2406         New user commands for symmetric encryption.
2407
2408 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2411
2412         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2413
2414 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2415
2416         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2417
2418 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * mm-decode.el (mm-inlined-types): Add application/pgp.
2421         (mm-automatic-display): Ditto.
2422
2423         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2424         part as text.
2425
2426 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * nnrss.el: Update copyright.
2429         (nnrss-opml-import): Query whether to subscribe to each entry.
2430
2431         * gnus-art.el:
2432         * gnus-sum.el:
2433         * gnus-xmas.el:
2434         * messagexmas.el:
2435         * mm-uu.el:
2436         * mm-view.el: Update copyright.
2437
2438 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2439
2440         * message.el (message-info): New function.
2441         (message-mode-menu): Add it.
2442         Update copyright.
2443
2444         * ChangeLog: Fix and update copyright.
2445
2446 2006-01-13  Romain Francoise  <romain@orebokech.com>
2447
2448         * message.el (message-forward-subject-name-subject): Prefer the
2449         address to 'nowhere' if the sender has no name.
2450         Fix typo.  Update copyright year.
2451
2452 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * gnus-art.el (article-wash-html): Use
2455         gnus-summary-show-article-charset-alist if a numeric arg is given.
2456         (gnus-article-wash-html-with-w3m-standalone): New function.
2457
2458         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2459         mm-inline-text-html-render-with-w3m-standalone.
2460         (mm-text-html-washer-alist): Map w3m-standalone to
2461         gnus-article-wash-html-with-w3m-standalone.
2462         (mm-inline-text-html-render-with-w3m-standalone): New function.
2463
2464 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2465
2466         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2467         Improve LaTeX.
2468
2469 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2472         (nnrss-request-article): Render text/plain parts as HTML.
2473
2474         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2475         the buffer.
2476
2477 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2478
2479         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2480         custom definition of `gnus-posting-styles'.
2481
2482         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2483         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2484
2485 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2486
2487         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2488         Use nntp for bug archive.
2489
2490 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2493         parts.
2494         (nnrss-normalize-date): New function converts ISO 8601 date into
2495         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2496         (nnrss-check-group): Use it.
2497
2498 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2501
2502         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2503         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2504         (nnrss-insert-w3): Ditto.
2505
2506 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2509         the articles to be forwarded including the case where neither a
2510         number of articles nor a region is specified.
2511
2512 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * nnrss.el (nnrss-request-article): Fix last change; fill
2515         text/plain parts.
2516
2517 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2520         in text/plain part.
2521         (nnrss-check-group): Don't add excessive newline to dc:subject.
2522
2523 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2524
2525         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2526         article.
2527
2528 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2529
2530         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2531         (nnml-use-compressed-files, nnml-save-mail): Support other
2532         comression programs such as bzip2.
2533
2534 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * dns.el (query-dns): Make sure we check the buffer size before
2537         removing tcp headers.
2538
2539 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2540
2541         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2542         remove MIME buttons associated with multipart/alternative parts.
2543         (gnus-mime-display-alternative): Tag buttons using `article-type'
2544         text property.
2545
2546         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2547         associated with multipart/alternative parts.
2548
2549         * gnus-art.el (gnus-signature-separator): Fix custom type.
2550
2551         * mm-decode.el (mm-inlined-types): Fix custom type.
2552         (mm-keep-viewer-alive-types): Ditto.
2553         (mm-automatic-display): Ditto.
2554         (mm-attachment-override-types): Ditto.
2555         (mm-inline-override-types): Ditto.
2556         (mm-automatic-external-display): Ditto.
2557
2558 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2559
2560         * spam-report.el (spam-report-user-mail-address)
2561         (spam-report-user-agent): New variables.
2562         (spam-report-url-ping-plain): Use spam-report-user-agent.
2563
2564 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2565
2566         * gnus-art.el (gnus-button-handle-custom): Do not just use
2567         `customize-apropos' for any "M-x customize-*" button but the
2568         function called for.  Accept both the function name and its
2569         argument in order to achieve this.
2570         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2571         function name to `gnus-button-handle-custom' in case of "M-x
2572         customize-*" buttons.
2573
2574 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2577         multipart/alternative and add xref to mm-discouraged-alternatives
2578         in doc string.
2579
2580         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2581         gnus-buttonized-mime-types in doc string.
2582
2583 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2584
2585         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2586         Suggest image/.* in the doc string.
2587
2588 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2589
2590         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2591         message-marks (Debian bug #342521).
2592
2593 2005-12-12  Simon Josefsson  <jas@extundo.com>
2594
2595         * password.el (password-read-from-cache): Add.
2596         (password-read): Use it.
2597
2598 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2601         us-ascii as a MIME charset.
2602
2603         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2604         against the case where the 2nd arg TYPE is nil.
2605
2606 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2607
2608         * pop3.el (pop3-stream-type): Fix custom version.
2609
2610         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2611
2612 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2613
2614         * mm-decode.el (mm-display-external): Add missing cdr.
2615
2616 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2619         RFC1524) if it is in mailcap or add a suffix according to
2620         mailcap-mime-extensions when generating a temp filename; postpone
2621         deleting a temp file for 2 seconds for some wrappers, shell
2622         scripts, and so on, which might exit right after having started a
2623         viewer command as a background job.
2624
2625 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2626
2627         * nntp.el (nntp-marks-directory): Fix custom group.
2628
2629         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2630         steps when < 10.
2631
2632         * gnus-start.el (gnus-no-server-1): Mention
2633         `gnus-level-default-subscribed' in doc string.
2634
2635 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2636
2637         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2638         parens.
2639
2640 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * gnus-xmas.el (gnus-use-toolbar): Revert.
2643         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2644         gnus-use-toolbar is default.
2645
2646         * messagexmas.el (message-use-toolbar): Revert.
2647         (message-setup-toolbar): Use global default-toolbar if
2648         message-use-toolbar is default.
2649
2650 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2653         according to default-toolbar-visible-p.
2654
2655         * messagexmas.el (message-use-toolbar): Ditto.
2656
2657 2005-11-26  Dave Love  <fx@gnu.org>
2658
2659         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2660         (tls-program, tls-success): Provide openssl alternative.
2661
2662         * starttls.el: Doc fixes.
2663         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2664         SERVICE to PORT.
2665
2666         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2667         port null or service name.
2668         (starttls-negotiate): Autoload.
2669
2670 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * message.el (message-kill-to-signature): Fix interactive spec.
2673
2674 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * pop3.el (pop3-open-server): Recognize a string as a service name.
2677
2678 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2679
2680         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2681
2682 2005-11-23  Dave Love  <fx@gnu.org>
2683
2684         Add pop3s, pop3/starttls.
2685
2686         * pop3.el (pop3-authentication-scheme): Clarify doc.
2687         (open-tls-stream, starttls-open-stream): Autoload.
2688         (pop3-stream-type): New.
2689         (pop3-open-server): Use it.
2690
2691         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2692         for POP.
2693         (mail-source-keyword-map): Add :stream for POP.
2694         (mail-source-fetch-pop): Use pop3-stream-type.
2695
2696 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2699         of current-time-string.
2700
2701 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2702
2703         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2704         date header.
2705
2706 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2707
2708         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2709         it can seriously impact performance as it bypasses the agent's
2710         local caches.
2711
2712 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2713
2714         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2715         must be explicitly online rather than "not explicitly offline" for
2716         its flags to be synchronized.
2717
2718         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2719         that gnus-uu-unmark-thread will function correctly.
2720
2721         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2722         1024K is instead displayed as 1M.
2723
2724 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2727
2728 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2729
2730         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2731
2732 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2733
2734         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2735         error message to display actual error condition.
2736         (gnus-agent-save-local): Avoid saving symbols that are bound to
2737         nil as they simply result in a warning message in
2738         gnus-agent-read-local.
2739
2740 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2743         rather than make-variable-buffer-local for file-precious-flag.
2744
2745 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2746
2747         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2748         for duplicates which are removed.  The invalid sort check then
2749         triggers a rescan after the sort as sorting may have moved
2750         duplicate entries such that they can be cheaply detected.
2751
2752 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2755
2756 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2757
2758         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2759         internal variable to a custom variable.  Changed default value
2760         from compressed(2) to uncompressed(1).
2761         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2762         support for uncompressed agentview files.  Taken together, reading
2763         the agentview file should now be 6-7 times faster.
2764
2765 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2766
2767         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2768         as a buffer-local variable.  This avoids creating truncated
2769         dribble files as a result of a hang up, eg.
2770
2771 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2772
2773         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2774         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2775         XEmacs.
2776
2777 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2778
2779         * gnus-start.el (gnus-start-draft-setup): Enforce
2780         `gnus-draft-mode' for nndraft:drafts at startup.
2781
2782         * gnus.el (gnus-splash): Change custom group.
2783         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2784         allow-list argument.
2785
2786         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2787         string.
2788
2789 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2790
2791         * gnus-art.el (gnus-default-article-saver): Add user-defined
2792         `function' to custom type.
2793
2794 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2795
2796         * imap.el (imap-open): Handle case where buffer is a buffer
2797         object.
2798
2799 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2800
2801         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2802         long lines.
2803         (gnus-cache-delete-group): Wrap doc strings.
2804
2805         * gnus-agent.el (gnus-agent-rename-group)
2806         (gnus-agent-delete-group): Wrap doc strings.
2807
2808
2809 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * messagexmas.el (message-use-toolbar): Change the valid values
2812         into default, top, bottom, left, and right.
2813         (message-toolbar-thickness): New variable.
2814         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2815         well.
2816         (message-setup-toolbar): Make it work.
2817
2818         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2819         (gnus-use-toolbar): Change the valid values into default, top,
2820         bottom, left, and right.
2821         (gnus-toolbar-thickness): New variable.
2822         (gnus-xmas-setup-toolbar): New function.
2823         (gnus-xmas-setup-group-toolbar): Use it.
2824         (gnus-xmas-setup-summary-toolbar): Use it.
2825
2826 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * gnus-start.el (gnus-1): Add "native" to
2829         gnus-predefined-server-alist.
2830
2831         * gnus.el (gnus-method-to-server): Don't add "native" to the
2832         lists here, because that leads to problems when
2833         gnus-select-method is bound.
2834
2835 2005-11-09  Simon Josefsson  <jas@extundo.com>
2836
2837         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2838         use (not sort-by-date) instead.
2839
2840 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2841
2842         * gnus-delay.el (gnus-delay-group): Don't autoload.
2843         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2844         to be re-loaded when customizing the `gnus-delay' group.
2845
2846 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2847
2848         * message.el: Revert last changes.
2849         (message-insert-citation-line): Use newlines.
2850
2851 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2852
2853         * message.el (message-courtesy-message)
2854         (message-mark-insert-begin, message-mark-insert-end)
2855         (message-elide-ellipsis, message-cancel-message)
2856         (message-add-header, message-change-subject)
2857         (message-cross-post-followup-to-header)
2858         (message-cross-post-insert-note, message-reduce-to-to-cc)
2859         (message-widen-reply, message-delete-not-region)
2860         (message-kill-to-signature, message-insert-signature)
2861         (message-insert-importance-high, message-insert-importance-low)
2862         (message-insert-or-toggle-importance)
2863         (message-insert-disposition-notification-to)
2864         (message-indent-citation, message-yank-original)
2865         (message-cite-original-without-signature, message-cite-original)
2866         (message-insert-citation-line, message-position-on-field)
2867         (message-fix-before-sending, message-send-mail-partially)
2868         (message-send-mail, message-send-mail-with-sendmail)
2869         (message-send-mail-with-qmail, message-send-news)
2870         (message-check-news-header-syntax, message-generate-headers)
2871         (message-insert-courtesy-copy, message-fill-address)
2872         (message-fill-header, message-shorten-references)
2873         (message-setup-1, message-cancel-news)
2874         (message-forward-make-body-plain, message-forward-make-body-mime)
2875         (message-forward-make-body-mml, message-encode-message-body)
2876         (message-forward-make-body-digest-plain)
2877         (message-forward-make-body-digest-mime)
2878         (message-use-alternative-email-as-from): Insert `hard-newline'
2879         instead of ordinary newlines.
2880
2881 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * message.el (message-generate-headers): Downcase the argument
2884         given to message-check-element.
2885
2886 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2887
2888         * nntp.el (nntp-authinfo-rejected): New error condition.
2889         (nntp-wait-for): Use new error condition to signal authentication
2890         error.
2891         (nntp-retrieve-data): Rethrow new error condition to break out of
2892         recursive call to nntp-send-authinfo.
2893
2894 2005-11-08  Romain Francoise  <romain@orebokech.com>
2895
2896         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
2897         (gnus-summary-exit-map): Bind to `Z p'.
2898         (gnus-summary-make-menu-bar): Add menu item.
2899
2900 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2901
2902         * gnus-art.el (gnus-article-treat-custom): Add `first'.
2903         (gnus-treat-*): Add `first' in all doc strings.
2904
2905         * gnus-group.el (gnus-group-compact-group): Fix typo.
2906
2907 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * gnus.el (gnus-parameters-case-fold-search): New variable.
2910         (gnus-parameters-get-parameter): Use it.
2911
2912         * gnus-score.el (gnus-home-score-file): Doc fix.
2913
2914 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2915
2916         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2917
2918 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * mm-util.el (mm-special-display-p): New function.
2921
2922         * mml.el (mml-preview): Use it; doc fix.
2923
2924 2005-10-29  Romain Francoise  <romain@orebokech.com>
2925
2926         * message.el (message-fix-before-sending): Fix comment.
2927
2928 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2929
2930         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
2931
2932 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2933
2934         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
2935         Used in gnus-score.el.
2936
2937 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2938
2939         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
2940
2941 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2942
2943         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2944         whitespace removed in revision 7.8.  Use concatenated string to
2945         protect trailing whitespace.
2946
2947 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
2948
2949         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2950         (nnimap-request-expire-articles): Use it to avoid sending 'UID
2951         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2952         Courier IMAP ("some version from 2004").  Mostly based on similar
2953         code in the same function.
2954
2955 2005-10-26  Didier Verna  <didier@xemacs.org>
2956
2957         * gnus-group.el (gnus-group-compact-group): invalidate original
2958         article buffer.
2959         * gnus-srvr.el (gnus-server-compact-server): ditto.
2960         * nnml.el (nnml-request-compact-group): handle self Xref: field in
2961         NOV database and in article itself.
2962         Invalidate article backlog.
2963
2964 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2965
2966         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
2967
2968 2005-10-26  Simon Josefsson  <jas@extundo.com>
2969
2970         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
2971         part of 2004-07-25 change.
2972
2973 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * message.el (message-display-completion-list): New function.
2976         (message-expand-group): Use it; make sure the Completions buffer
2977         is modifiable.
2978
2979 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2980
2981         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
2982         user-mail-name is an empty string.
2983
2984 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2985
2986         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
2987         depending on gnus-score-decay-constant.
2988
2989         * encrypt.el (encrypt-insert-file-contents)
2990         (encrypt-write-file-contents): Don't use `gnus-message'.
2991
2992         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
2993         arguments.
2994         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
2995         arguments to mm-uu-verbatim-marks-extract.
2996         (mm-uu-hide-markers): New variable.
2997         (mm-uu-extract): Use face similar to `gnus-cite-3'.
2998
2999         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3000         (gnus-convert-image-to-face-command): Use "convert" by default to
3001         allow other input image formats.
3002         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3003         accordingly.
3004
3005 2005-10-23  Simon Josefsson  <jas@extundo.com>
3006
3007         * imap.el (imap-gssapi-program): Align command line parameters
3008         with latest GNU SASL.
3009         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3010
3011 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3014         HTML.
3015         (nnslashdot-request-article): Ditto.
3016
3017         * lpath.el (featurep): Add nobreak-char-display.
3018
3019 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3020
3021         * mail-source.el (mail-source-fetch-pop): Require pop3.
3022         (mail-source-check-pop): Ditto.
3023
3024 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3027         errors.
3028
3029 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3030
3031         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3032         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3033
3034         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3035
3036         * mm-bodies.el (mm-decode-string): Call
3037         `mm-charset-to-coding-system' with allow-override argument.
3038
3039 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3042         (rfc2047-charset-to-coding-system): New function.
3043         (rfc2047-decode-encoded-words): New function.
3044         (rfc2047-decode-region): Use them.
3045         (rfc2047-decode-cte): Remove.
3046         (rfc2047-parse-and-decode): Remove.
3047         (rfc2047-decode): Remove.
3048
3049 2005-10-15  Kenichi Handa  <handa@m17n.org>
3050
3051         * rfc2047.el (rfc2047-decode-cte): New function.
3052         (rfc2047-decode-region): Change the way to decode successive
3053         encoded-words: decode B- or Q-encoding in each encoded-word,
3054         concatenate them, and decode it as charset.
3055
3056 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * lpath.el: Fbind codepage-setup for XEmacs.
3059
3060 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3061
3062         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3063         widget-move-and-invoke.
3064         (gnus-custom-mode): Use gnus-custom-map.
3065
3066 2005-10-15  Bill Wohler  <wohler@newt.com>
3067
3068         * message.el (message-tool-bar-map): Renamed image file from
3069         mail_send to mail/send.
3070
3071 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3072
3073         * message.el (message-expand-group): Pass the common
3074         prefix substring of completion to `display-completion-list'.
3075
3076 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3077
3078         * mml-sec.el (mml-secure-method): New internal variable.
3079         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3080         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3081         functions using mml-secure-method.
3082
3083         * mml.el (mml-mode-map): Add key bindings for those functions.
3084         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3085         Harder <harder@myrealbox.com>.
3086         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3087         end of message if point is the headers of the message.
3088
3089         * message.el (message-in-body-p): New function.
3090
3091         * assistant.el: Autoload gnus-util and netrc.
3092
3093         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3094         Use `mm-charset-override-alist' only when decoding.
3095
3096         * mm-bodies.el (mm-decode-body): Call
3097         `mm-charset-to-coding-system' with allow-override argument.
3098
3099         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3100         `filename' from Content-Disposition if Content-Type doesn't
3101         provide `name'.
3102         (gnus-mime-view-part-as-type): Set default instead of
3103         initial-input.
3104
3105 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3106
3107         * format-spec.el (format-spec): Propagate text properties of % spec.
3108
3109 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3110
3111         * gnus-art.el (gnus-treat-predicate): Add `first'.
3112
3113 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3114
3115         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3116         (mm-charset-override-alist): New variable.
3117         (mm-charset-to-coding-system): Use it.
3118         (mm-codepage-setup): New helper function.
3119         (mm-charset-eval-alist): New variable.
3120         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3121         about unknown charsets.
3122
3123         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3124
3125 2005-10-04  David Hansen  <david.hansen@gmx.net>
3126
3127         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3128         (nnrss-check-group): Ditto.
3129
3130 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3131
3132         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3133         Rename x-gnus-verbatim to x-verbatim.
3134         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3135
3136         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3137         x-verbatim.
3138
3139         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3140
3141         * gnus-util.el (gnus-remove-duplicates): Remove.
3142
3143         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3144         instead of gnus-remove-duplicates.
3145
3146         * message.el (message-remove-duplicates): Remove.
3147         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3148         message-remove-duplicates.
3149
3150         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3151         available, else use implementation from `delete-dups'.
3152
3153         * message.el (message-insert-expires): New function.
3154         (message-mode-map): Add key binding.
3155         (message-mode-field-menu): Add menu entry.
3156         (message-mode): Document it.
3157         (message-make-expires-date): Use `message-make-date'.
3158
3159 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3160
3161         * message.el (message-make-expires-date): New function.
3162
3163 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * Makefile.in (list-installed-shadows): New entry.
3166         (install): Use it.
3167         (remove-installed-shadows): New entry.
3168
3169         * dgnushack.el (dgnushack-default-load-path): New variable.
3170         (dgnushack-find-lisp-shadows): New function.
3171         (dgnushack-remove-lisp-shadows): New function.
3172
3173 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * Makefile.in (install-el-elc): New entry.
3176         (install): Use it so that .el files are necessarily installed.
3177
3178 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3181
3182 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3183
3184         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3185         function rather than the diff-mode.el package.
3186         (mm-display-external): Use with-current-buffer.
3187         (mm-viewer-completion-map, mm-viewer-completion-map):
3188         Move initialization inside declaration.
3189
3190 2005-09-29  Simon Josefsson  <jas@extundo.com>
3191
3192         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3193         autoload mail-check-payment.
3194         (spam-check-hashcash): Define unconditionally, since hashcash.el
3195         is part of Gnus now.  Ignore errors from payment checking.
3196
3197 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3198
3199         * message.el (message-bold-region, message-unbold-region): Rename
3200         from `bold-region' and `unbold-region'.
3201
3202         * message.el: Remove useless autoloads.
3203
3204 2005-09-28  Simon Josefsson  <jas@extundo.com>
3205
3206         * message.el (message-use-idna): Default to t.
3207         (message-use-idna): Test whether encoding works too.  Doc fix.
3208
3209 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * nntp.el (nntp-warn-about-losing-connection): Remove.
3212
3213 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3214
3215         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3216         customizable.  Change default value.
3217         (mm-uu-diff-groups-regexp): Change default value.
3218         (mm-uu-type-alist): Add doc string.
3219         (mm-uu-configure): Add doc string.  Make it interactive.
3220         (mm-uu-tex-groups-regexp): New variable.
3221         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3222         (mm-uu-type-alist): Add LaTeX documents.
3223         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3224         of "text/verbatim".
3225         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3226
3227         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3228         instead of "text/verbatim".
3229
3230         * message.el (message-mark-inserted-region)
3231         (message-mark-insert-file): Use slrn style marks when called with
3232         prefix argument.
3233
3234 2005-09-27  Simon Josefsson  <jas@extundo.com>
3235
3236         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3237
3238 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3239
3240         * message.el (message-remove-duplicates): New function.
3241         Implementation borrowed from `gnus-remove-duplicates'.
3242         (message-idna-to-ascii-rhs): Also encode idna addresses in
3243         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3244         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3245         only ask about the same idna domain once per header and also tell
3246         in what header to replace the idna domain.
3247
3248         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3249         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3250         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3251         a header is decoded and not just the last one.
3252
3253 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3256         has been decoded.
3257
3258         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3259         (mm-insert-part): Don't modify text if it has been decoded.
3260
3261         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3262         decoded.
3263
3264         * mm-view.el (mm-inline-text): Don't strip text props unless
3265         decoding enriched or richtext parts.
3266
3267 2005-09-25  Romain Francoise  <romain@orebokech.com>
3268
3269         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3270         * gnus-start.el (gnus-subscribe-interactively):
3271         * gnus-uu.el (gnus-uu-grab-articles):
3272         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3273         space.
3274
3275 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3276
3277         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3278         * mm-view.el (mm-view-pkcs7-decrypt):
3279         * gnus-sum.el (gnus-summary-limit-to-extra)
3280         (gnus-summary-respool-article, gnus-read-move-group-name):
3281         * gnus-score.el (gnus-summary-increase-score):
3282         * gnus-util.el (gnus-completing-read-with-default):
3283         * gnus-art.el (gnus-read-save-file-name)
3284         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3285         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3286         * message.el (message-check-news-header-syntax):
3287         Follow convention for reading with the minibuffer.
3288
3289 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3290
3291         * spam-report.el (spam-report-url-ping-plain):
3292         Use gnus-extended-version as User-Agent.
3293
3294         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3295         default value is nil.
3296
3297         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3298         (mm-uu-verbatim-marks-extract): New function.
3299         (mm-uu-extract): New face.
3300         (mm-uu-copy-to-buffer): Use it.
3301
3302         * spam-report.el (spam-report-gmane-ham): Renamed from
3303         `spam-report-gmane-unspam'.
3304         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3305         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3306
3307         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3308         Autoload.
3309         (spam-report-gmane-unregister-routine): Renamed
3310         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3311
3312 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3313
3314         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3315         (spam-report-gmane-unregister-routine): added support for gmane
3316         unregistration
3317
3318         * spam-report.el (spam-report-gmane-unspam)
3319         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3320         (spam-report-gmane): changed to take a single article and do
3321         unspam registration
3322
3323 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3324
3325         * mm-url.el (mm-url-decode-entities): Fix regexp.
3326
3327 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3330         default to nil, to be able to use Gnus at all.  If the default
3331         switches to something else, then the function should be fixed not
3332         be exceedingly slow.
3333
3334 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3335
3336         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3337         fail hard
3338
3339         * spam-report.el: better Keywords line
3340
3341         * spam.el: added Maintainer and better Keywords line
3342
3343 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3344
3345         * gnus-art.el (gnus-article-replace-part)
3346         (gnus-mime-replace-part): New functions.
3347         (gnus-mime-action-alist, gnus-mime-button-commands)
3348         (gnus-mime-save-part-and-strip): Added file argument.
3349         (gnus-article-part-wrapper): Added interactive argument.
3350
3351         * gnus-sum.el (gnus-summary-mime-map): Add
3352         `gnus-article-replace-part'.
3353
3354 2005-09-19  Didier Verna  <didier@xemacs.org>
3355
3356         The nnml compaction feature:
3357         * nnml.el (nnml-request-compact-group): New function.
3358         * nnml.el (nnml-request-compact): New function.
3359         * gnus-int.el (gnus-request-compact-group): New function.
3360         * gnus-int.el (gnus-request-compact): New function.
3361         * gnus-group.el (gnus-group-compact-group): New function.
3362         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3363         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3364         * gnus-srvr.el (gnus-server-compact-server): New function.
3365         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3366         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3367
3368 2005-09-18  Deepak Goel  <deego@gnufans.org>
3369
3370         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3371         format spec.
3372
3373 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3376
3377 2005-09-15  Romain Francoise  <romain@orebokech.com>
3378
3379         * message.el (message-fill-paragraph): Clarify docstring.
3380
3381 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * gnus-art.el (gnus-mime-display-part): Protect against broken
3384         MIME messages.
3385
3386 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3389         before parsing header.
3390
3391 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3392
3393         * html2text.el: (html2text-replace-list): Add new entities.
3394
3395 2005-09-11  Romain Francoise  <romain@orebokech.com>
3396
3397         * message.el (message-alternative-emails): Improve docstring.
3398         (message-setup-1): Call `message-use-alternative-email-as-from'
3399         after `message-setup-hook' to give it precedence over posting
3400         styles, etc.
3401         (message-use-alternative-email-as-from): Add docstring.  Remove
3402         the original From header if present.
3403
3404         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3405         (nnml-save-mail): Use it.
3406
3407         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3408         articles.  Add new argument `silent'.
3409         (gnus-uu-mark-all): Report the total number of marked articles.
3410
3411 2005-09-10  Romain Francoise  <romain@orebokech.com>
3412
3413         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3414         (gnus-uu-mark-series): Likewise.
3415
3416 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3417
3418         * spam-report.el (spam-report-gmane): Fix generation of spam
3419         report URL.
3420
3421 2005-09-10  Simon Josefsson  <jas@extundo.com>
3422
3423         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3424         t, based on discussion on the ding list with Robert Epprecht
3425         <epprecht@solnet.ch>.
3426
3427 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3428
3429         * spam-report.el (spam-report-gmane): Make it work without
3430         X-Report-Spam header.  Gmane now only provides Archived-At.
3431         This is only used if `spam-report-gmane-use-article-number' is nil.
3432         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3433
3434         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3435         make `gnus-summary-sort-by-recipient' work with threading.
3436
3437         * nnweb.el (nnweb-google-wash-article): Print a message if article
3438         is not available.
3439
3440 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3441
3442         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3443         change.  Decode text/* parts content before displaying.
3444
3445 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3446
3447         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3448
3449 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3452
3453         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3454         url-package-name, url-package-version,
3455         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3456         w3m-display-inline-images, and w3m-minor-mode-map.
3457
3458 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3459
3460         * message.el (message-tab-body-function): Fixed mismatched custom
3461         type.
3462
3463         * gnus.el (gnus-group-change-level-function): Ditto.
3464
3465         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3466
3467         * gnus-art.el (gnus-signature-limit)
3468         (gnus-article-mime-part-function): Ditto.
3469
3470 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * mml.el (mml-mode): Silence the byte compiler.
3473
3474         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3475         using `(sit-for 0)' before moving the point to the specified part;
3476         skip unbuttonized parts.
3477         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3478         return to the summary window if gnus-auto-select-part is non-nil.
3479
3480 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3481
3482         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3483         variables.
3484         (mml-dnd-attach-file, mml-mode): Use them.
3485
3486         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3487         Make fetching article by MID work again for Google Groups.  Added
3488         FIXME concerning gnus-group-make-web-group.
3489
3490         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3491         Don't depend on Gnus by using mail-extract-address-components if
3492         gnus-extract-address-components is not bound.
3493
3494 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * gnus-art.el (gnus-mime-display-security): Don't display the
3497         signature, but only the signed part.
3498
3499 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3502
3503         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3504         list, not listp.
3505
3506 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3507
3508         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3509         when encoding.
3510
3511         * mm-bodies.el (mm-decode-content-transfer-encoding):
3512         De-canonicalize CRLF for all text content types, not just
3513         text/plain.
3514
3515 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3518         valid article; point arrow and cursor at the MIME button.
3519
3520 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3523         Suggested by Dan Christensen <jdc@uwo.ca>.
3524
3525         * mm-decode.el (mm-save-part): Enable change of prompt.
3526
3527 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3528
3529         * gnus-msg.el (gnus-inews-add-send-actions): Made
3530         `message-post-method' lambda parameter ARG `&optional'.
3531
3532 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3533
3534         * gnus-sum.el (gnus-summary-mime-map): Added
3535         gnus-article-save-part-and-strip, gnus-article-delete-part and
3536         gnus-article-jump-to-part.
3537
3538         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3539         (gnus-article-edit-part): Use it.
3540         (gnus-article-part-wrapper): Added no-handle argument.
3541         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3542         functions.
3543
3544 2005-08-29  Romain Francoise  <romain@orebokech.com>
3545
3546         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3547         docstring.
3548         (gnus-face-from-file): Likewise.
3549
3550 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3551
3552         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3553         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3554         non-nil.
3555         (gnus-auto-select-part): New variable.
3556         (gnus-article-jump-to-part): New function.
3557         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3558         (gnus-mime-delete-part): Allow selecting specified part after
3559         deleting or stripping parts.
3560         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3561         part if argument is bogus.
3562
3563 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3564
3565         * gnus-art.el (w3m-minor-mode-map):
3566         * gnus-spec.el (gnus-newsrc-file-version):
3567         * gnus-util.el (nnmail-active-file-coding-system)
3568         (gnus-original-article-buffer, gnus-user-agent):
3569         * gnus.el (gnus-ham-process-destinations)
3570         (gnus-parameter-ham-marks-alist)
3571         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3572         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3573         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3574         * mm-decode.el (gnus-current-window-configuration):
3575         * mm-extern.el (gnus-article-mime-handles):
3576         * mm-url.el (url-current-object, url-package-name)
3577         (url-package-version):
3578         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3579         (smime-keys, w3m-cid-retrieve-function-alist)
3580         (w3m-current-buffer, w3m-display-inline-images)
3581         (w3m-minor-mode-map):
3582         * mml-smime.el (gnus-extract-address-components):
3583         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3584         (gnus-newsrc-hashtb, message-default-charset)
3585         (message-deletable-headers, message-options)
3586         (message-posting-charset, message-required-mail-headers)
3587         (message-required-news-headers):
3588         * mml1991.el (mc-pgp-always-sign):
3589         * mml2015.el (mc-pgp-always-sign):
3590         * nnheader.el (nnmail-extra-headers):
3591         * rfc1843.el (gnus-decode-encoded-word-function)
3592         (gnus-decode-header-function, gnus-newsgroup-name):
3593         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3594
3595 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3596
3597         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3598         the end of the date treatments.
3599
3600 2005-08-15  Simon Josefsson  <jas@extundo.com>
3601
3602         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3603         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3604         Capello and Romain Francoise.
3605         (pgg-fetch-key-function): Removed, not used?
3606         (pgg-insert-url-with-w3): Require url, to get
3607         url-insert-file-contents regardless of where it is defined.
3608
3609 2005-08-13  Romain Francoise  <romain@orebokech.com>
3610
3611         * message.el (message-cite-original-1): New function.
3612         (message-cite-original): Use it.
3613         (message-cite-original-without-signature): Ditto.
3614
3615 2005-08-08  Romain Francoise  <romain@orebokech.com>
3616
3617         * message.el (message-yank-empty-prefix): New variable.
3618         (message-indent-citation): Use it.
3619         (message-cite-original-without-signature): Respect X-No-Archive.
3620
3621 2005-08-08  Simon Josefsson  <jas@extundo.com>
3622
3623         * pgg.el: Autoload url-insert-file-contents instead of loading
3624         w3/url.
3625         (pgg-insert-url-with-w3): Don't load url here.
3626
3627 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3628
3629         * message.el (message-kill-to-signature): Don't insert newline at
3630         bol.
3631         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3632
3633 2005-08-06  Romain Francoise  <romain@orebokech.com>
3634
3635         * message.el (message-user-fqdn): Fix typo in docstring.
3636
3637 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3638
3639         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3640
3641         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3642
3643 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * mm-bodies.el (mm-encode-body): Use coding system rather than
3646         charset to encode text.
3647
3648         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3649         number of charsets if utf-8 is available (XEmacs).
3650
3651 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3652
3653         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3654         taken from `gnus-button-mid-or-mail-regexp'.
3655         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3656         (gnus-button-alist): Improve regexp for domain part of the MIDs
3657         for news:localpart@domain buttons.
3658         (gnus-button-ctan-directory-regexp): Update.
3659
3660 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * sieve-manage.el (sieve-manage-interactive-login): Use
3663         make-local-variable rather than make-variable-buffer-local.
3664         (sieve-manage-open): Ditto.
3665         (sieve-manage-authenticate): Ditto.
3666
3667         * mml.el (mml-generate-mime-1): Make the content type default to
3668         text/plain if the filename is not specified.
3669
3670 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3673         instead of insert-buffer.
3674
3675         * message.el (message-yank-original): Ditto; set the mark at the
3676         end of the yanked message.
3677
3678 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3681         lines to scroll rather than to stop it.
3682
3683         * mml.el (mml-generate-default-type): Add doc string.
3684         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3685         default to application/octet-stream when determining the content
3686         type if it is not specified for the part or the mml contents; add
3687         a comment about mml-generate-default-type.
3688
3689 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3690
3691         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3692         make it default to application/octet-stream when determining the
3693         content type if it is not specified for the external contents.
3694
3695 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3698         segmented parameter but also other parameters might be there.
3699
3700 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * mm-decode.el (mm-display-external): Delete temp file, directory
3703         and buffer immediately if the external process is exited.
3704
3705 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3708         fewer lines than that of scroll-margin.
3709         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3710
3711 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * gnus-art.el (gnus-article-next-page): Revert.
3714         (gnus-article-beginning-of-window): New macro.
3715         (gnus-article-next-page-1): Use it.
3716         (gnus-article-prev-page): Ditto.
3717         (gnus-article-edit-part): Use insert-buffer-substring instead of
3718         insert-buffer.
3719         (gnus-article-edit-exit): Ditto.
3720
3721         * gnus-util.el (gnus-beginning-of-window): Remove.
3722         (gnus-end-of-window): Remove.
3723
3724         * lpath.el: Don't bind header-line-format and scroll-margin.
3725
3726 2005-07-25  Simon Josefsson  <jas@extundo.com>
3727
3728         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3729         to have the url package without w3.  Reported by Daiki Ueno
3730         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3731
3732 2005-07-20  Didier Verna  <didier@xemacs.org>
3733
3734         * gnus-diary.el: Remove the description comment (nndiary is now
3735         properly documented in the Gnus manual).
3736         Fix the spelling of "Back End".
3737         * nndiary.el: Ditto.
3738         Fix the copyright notice.
3739
3740 2005-07-18  Romain Francoise  <romain@orebokech.com>
3741
3742         * gnus-sum.el (gnus-summary-to-prefix,
3743         gnus-summary-newsgroup-prefix): New variables.
3744         (gnus-summary-from-or-to-or-newsgroups): Use them.
3745
3746 2005-07-17  Romain Francoise  <romain@orebokech.com>
3747
3748         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3749         space as it's generally not especially interesting to the user.
3750
3751 2005-07-16  Romain Francoise  <romain@orebokech.com>
3752
3753         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3754         nil to avoid prompting and file modification if one of the
3755         messages at the top of the nnfolder file contains a copyright
3756         notice.
3757         Update copyright notice.
3758
3759         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3760         instead of `current-time-string' as the latter creates a time
3761         string that is not RFC 2822 compliant (it lacks the zone).
3762         Update copyright notice.
3763
3764 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3765
3766         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3767         for text/rtf.  Display default in prompt.  Pass default for M-n.
3768
3769         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3770
3771 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-msg.el (gnus-button-mailto): Remove
3774         save-selected-window-window hackery because it relies on
3775         save-selected-window internals.
3776
3777 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3780         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3781         (gnus-article-prev-page): Ditto.
3782
3783         * gnus-util.el (gnus-beginning-of-window): New function.
3784         (gnus-end-of-window): New function.
3785
3786         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3787
3788 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3789
3790         * gnus-score.el (gnus-score-edit-all-score): Set
3791         gnus-score-edit-exit-function to gnus-score-edit-done and call
3792         gnus-message.
3793
3794 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-msg.el (gnus-button-mailto): Remove
3797         save-selected-window-window hackery because it relies on
3798         save-selected-window internals.
3799
3800 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3803         add-minor-mode.
3804         (gnus-binary-mode): Ditto.
3805
3806         * gnus-topic.el (gnus-topic-mode): Ditto.
3807
3808 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3809
3810         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3811         (gnus-article-prev-page): Take scroll-margin into consideration.
3812
3813 2005-07-04  Lute Kamstra  <lute@gnu.org>
3814
3815         Update FSF's address in GPL notices.
3816
3817 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3818
3819         * gnus.el (gnus-exit):
3820         * gnus-group.el (gnus-group-icons):
3821         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3822
3823         * gnus-nocem.el (gnus-nocem):
3824         * message.el (message-various, message-buffers, message-sending)
3825         (message-interface, message-forwarding, message-insertion)
3826         (message-headers, message-news, message-mail):
3827         * pgg-gpg.el (pgg-gpg):
3828         * pgg-parse.el (pgg-parse):
3829         * pgg-pgp.el (pgg-pgp):
3830         * pgg-pgp5.el (pgg-pgp5):
3831         * pop3.el (pop3): Finish `defgroup' description with period.
3832
3833 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * gnus-art.el (article-display-face): Improve the efficiency.
3836         (article-display-x-face): Ditto; remove grey x-face stuff.
3837
3838 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * gnus-art.el (article-display-face): Correct the position in
3841         which Faces are inserted.
3842
3843 2005-06-29  Didier Verna  <didier@xemacs.org>
3844
3845         * gnus-art.el (article-display-face): Display faces in correct
3846         order.
3847
3848 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3851         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3852         (gnus-nocem-check-article): Fetch the Type header.
3853         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3854         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3855         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3856         make sure gnus-nocem-hashtb is initialized.
3857         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3858         (gnus-nocem-unwanted-article-p): Ditto.
3859
3860         * pgg.el (pgg-verify): Return the verification result.
3861
3862 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3865         is ascii.
3866
3867 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3868
3869         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3870         `show-nonbreak-escape'.
3871
3872 2005-06-23  Lute Kamstra  <lute@gnu.org>
3873
3874         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3875
3876         * dig.el (dig-mode):
3877         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3878
3879 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3880
3881         * nnimap.el (nnimap-split-download-body): Fix spellings.
3882
3883 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3884
3885         * gnus-art.el (gnus-article-encrypt-body):
3886         * gnus-cus.el (gnus-score-customize):
3887         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3888         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3889
3890 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3891
3892         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
3893         header by looking for magic "MII" at the beginnig.
3894
3895 2005-06-16  Miles Bader  <miles@gnu.org>
3896
3897         * gnus-xmas.el (gnus-xmas-group-startup-message):
3898         Use renamed gnus-splash face.
3899
3900         * assistant.el (assistant-field): Remove "-face" suffix from face name.
3901         (assistant-field-face): New backward-compatibility alias for renamed
3902         face.
3903         (assistant-render-text): Use renamed assistant-field face.
3904
3905         * spam.el (spam): Remove "-face" suffix from face name.
3906         (spam-face): New backward-compatibility alias for renamed face.
3907         (spam-face, spam-initialize): Use renamed spam face.
3908
3909         * message.el (message-header-to, message-header-cc)
3910         (message-header-subject, message-header-newsgroups)
3911         (message-header-other, message-header-name)
3912         (message-header-xheader, message-separator, message-cited-text)
3913         (message-mml): Remove "-face" suffix from face names.
3914         (message-header-to-face, message-header-cc-face)
3915         (message-header-subject-face, message-header-newsgroups-face)
3916         (message-header-other-face, message-header-name-face)
3917         (message-header-xheader-face, message-separator-face)
3918         (message-cited-text-face, message-mml-face):
3919         New backward-compatibility aliases for renamed faces.
3920         (message-font-lock-keywords): Use renamed message faces.
3921
3922         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
3923         (sieve-test-commands, sieve-tagged-arguments):
3924         Remove "-face" suffix from face names.
3925         (sieve-control-commands-face, sieve-action-commands-face)
3926         (sieve-test-commands-face, sieve-tagged-arguments-face):
3927         New backward-compatibility aliases for renamed faces.
3928         (sieve-control-commands-face, sieve-action-commands-face)
3929         (sieve-test-commands-face, sieve-tagged-arguments-face):
3930         Use renamed sieve faces.
3931
3932         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
3933         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
3934         (gnus-group-news-3-empty, gnus-group-news-4)
3935         (gnus-group-news-4-empty, gnus-group-news-5)
3936         (gnus-group-news-5-empty, gnus-group-news-6)
3937         (gnus-group-news-6-empty, gnus-group-news-low)
3938         (gnus-group-news-low-empty, gnus-group-mail-1)
3939         (gnus-group-mail-1-empty, gnus-group-mail-2)
3940         (gnus-group-mail-2-empty, gnus-group-mail-3)
3941         (gnus-group-mail-3-empty, gnus-group-mail-low)
3942         (gnus-group-mail-low-empty, gnus-summary-selected)
3943         (gnus-summary-cancelled, gnus-summary-high-ticked)
3944         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
3945         (gnus-summary-high-ancient, gnus-summary-low-ancient)
3946         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
3947         (gnus-summary-low-undownloaded)
3948         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
3949         (gnus-summary-low-unread, gnus-summary-normal-unread)
3950         (gnus-summary-high-read, gnus-summary-low-read)
3951         (gnus-summary-normal-read, gnus-splash):
3952         Remove "-face" suffix from face names.
3953         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3954         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3955         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3956         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3957         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3958         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3959         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3960         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3961         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3962         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3963         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3964         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3965         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3966         (gnus-summary-normal-ticked-face)
3967         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
3968         (gnus-summary-normal-ancient-face)
3969         (gnus-summary-high-undownloaded-face)
3970         (gnus-summary-low-undownloaded-face)
3971         (gnus-summary-normal-undownloaded-face)
3972         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3973         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3974         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3975         (gnus-splash-face):
3976         New backward-compatibility aliases for renamed faces.
3977         (gnus-group-startup-message): Use renamed gnus faces.
3978
3979         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
3980         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
3981         (gnus-server-agent): Remove "-face" suffix from face names.
3982         (gnus-server-agent-face, gnus-server-opened-face)
3983         (gnus-server-closed-face, gnus-server-denied-face)
3984         (gnus-server-offline-face):
3985         New backward-compatibility aliases for renamed faces.
3986         (gnus-server-agent-face, gnus-server-opened-face)
3987         (gnus-server-closed-face, gnus-server-denied-face)
3988         (gnus-server-offline-face): Use renamed gnus faces.
3989
3990         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
3991         Remove "-face" suffix from face names.
3992         (gnus-picon-xbm-face, gnus-picon-face):
3993         New backward-compatibility aliases for renamed faces.
3994
3995         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
3996         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
3997         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
3998         (gnus-cite-11): Remove "-face" suffix from face names.
3999         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4000         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4001         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4002         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4003         New backward-compatibility aliases for renamed faces.
4004         (gnus-cite-attribution-face, gnus-cite-face-list)
4005         (gnus-article-boring-faces): Use renamed gnus faces.
4006
4007         * gnus-art.el (gnus-signature, gnus-header-from)
4008         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4009         (gnus-header-content): Remove "-face" suffix from face names.
4010         (gnus-signature-face, gnus-header-from-face)
4011         (gnus-header-subject-face, gnus-header-newsgroups-face)
4012         (gnus-header-name-face, gnus-header-content-face):
4013         New backward-compatibility aliases for renamed faces.
4014         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4015
4016         * gnus-sum.el (gnus-summary-selected-face)
4017         (gnus-summary-highlight): Use renamed gnus faces.
4018         * gnus-group.el (gnus-group-highlight): Likewise.
4019
4020 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4021
4022         * gnus-sieve.el (gnus-sieve-article-add-rule):
4023         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4024         * spam-stat.el (spam-stat-buffer-change-to-spam)
4025         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4026
4027         * message.el (message-is-yours-p):
4028         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4029
4030 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * mm-view.el (mm-inline-text): Withdraw the last change.
4033
4034 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4037         executing enriched-decode.
4038
4039 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4042         charset of tar files.
4043
4044 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4045
4046         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4047
4048 2005-06-04  Lute Kamstra  <lute@gnu.org>
4049
4050         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4051         information is never recorded.
4052
4053 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4054
4055         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4056
4057 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * pop3.el (pop3-apop): Run md5 in the binary mode.
4060
4061         * starttls.el (starttls-set-process-query-on-exit-flag):
4062         Use eval-and-compile.
4063
4064 2005-05-31  Simon Josefsson  <jas@extundo.com>
4065
4066         * smime.el (smime-replace-in-string): Define.
4067         (smime-cert-by-ldap-1): Use it.
4068
4069 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * gnus-art.el (article-display-x-face): Replace
4072         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4073
4074         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4075         set-process-query-on-exit-flag or process-kill-without-query.
4076
4077         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4078         loop instead of replace-regexp.
4079
4080         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4081         instead of process-kill-without-query if it is available.
4082
4083         * lpath.el: Fbind ldap-search-entries.
4084
4085         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4086         instead of find-file-hooks if it is available.
4087
4088         * mml1991.el: Bind pgg-default-user-id when compiling.
4089
4090         * mml2015.el: Bind pgg-default-user-id when compiling.
4091
4092         * nndraft.el (nndraft-request-associate-buffer):
4093         Use write-contents-functions instead of write-contents-hooks if it is
4094         available.
4095
4096         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4097         instead of find-file-hooks if it is available.
4098
4099         * nntp.el (nntp-open-connection): Replace
4100         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4101         (nntp-open-ssl-stream): Ditto.
4102         (nntp-open-tls-stream): Ditto.
4103
4104         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4105         set-process-query-on-exit-flag or process-kill-without-query.
4106         (starttls-open-stream-gnutls): Use it instead of
4107         process-kill-without-query.
4108         (starttls-open-stream): Ditto.
4109
4110 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4111
4112         * smime.el (smime-cert-by-ldap-1): Don't use
4113         replace-regexp-in-string.
4114
4115 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4116
4117         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4118
4119         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4120         in PEM format. Adjust to the XEmacs compability.
4121
4122 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4123
4124         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4125         by `string-to-number'.
4126         * gnus-agent.el (gnus-agent-regenerate-group)
4127         (gnus-agent-fetch-articles): Ditto.
4128         * gnus-art.el (gnus-button-fetch-group): Ditto.
4129         * gnus-cache.el (gnus-cache-generate-active)
4130         (gnus-cache-articles-in-group): Ditto.
4131         * gnus-group.el (gnus-group-set-current-level)
4132         (gnus-group-insert-group-line): Ditto.
4133         * gnus-score.el (gnus-score-set-expunge-below)
4134         (gnus-score-set-mark-below, gnus-summary-score-effect)
4135         (gnus-summary-score-entry): Ditto.
4136         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4137         (gnus-soup-pack): Ditto.
4138         * gnus-spec.el (gnus-xmas-format): Ditto.
4139         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4140         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4141         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4142         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4143         * nndb.el (nndb-get-remote-expire-response): Ditto.
4144         * nndiary.el (nndiary-parse-schedule-value)
4145         (nndiary-string-to-number, nndiary-request-replace-article)
4146         (nndiary-request-article): Ditto.
4147         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4148         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4149         * nneething.el (nneething-make-head): Ditto.
4150         * nnfolder.el (nnfolder-request-article)
4151         (nnfolder-retrieve-headers): Ditto.
4152         * nnheader.el (nnheader-file-to-number): Ditto.
4153         * nnkiboze.el (nnkiboze-request-article): Ditto.
4154         * nnmail.el (nnmail-process-unix-mail-format)
4155         (nnmail-process-babyl-mail-format): Ditto.
4156         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4157         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4158         (nnmh-request-create-group, nnmh-request-list-1)
4159         (nnmh-request-group, nnmh-request-article): Ditto.
4160         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4161         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4162         * nnsoup.el (nnsoup-make-active): Ditto.
4163         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4164         * nntp.el (nntp-find-group-and-number)
4165         (nntp-retrieve-headers-with-xover): Ditto.
4166         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4167         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4168         (pgg-format-key-identifier): Ditto.
4169         * pop3.el (pop3-last, pop3-stat): Ditto.
4170         * qp.el (quoted-printable-decode-region): Ditto.
4171
4172         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4173         of concat.
4174
4175 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4178
4179         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4180
4181         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4182
4183         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4184
4185         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4186
4187         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4188
4189         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4190         (gnus-carpal-mode): Ditto.
4191
4192         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4193         (gnus-browse-mode): Ditto.
4194
4195         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4196
4197         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4198
4199 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4200
4201         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4202
4203 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * gnus-util.el (gnus-run-mode-hooks): New function.
4206
4207         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4208
4209         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4210         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4211
4212 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4213
4214         * gnus-agent.el (gnus-agent-make-mode-line-string):
4215         Use mode-line-highlight as mouse-face.
4216
4217 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * canlock.el (canlock): Change the parent group to news.
4220
4221         * deuglify.el (gnus-outlook-deuglify): Add :group.
4222
4223         * dig.el (dig): Add :group.
4224
4225         * dns-mode.el (dns-mode): Add :group.
4226
4227         * encrypt.el (encrypt): Add :group.
4228
4229         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4230         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4231         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4232         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4233         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4234
4235         * gnus-diary.el (gnus-diary): Add :group.
4236
4237         * gnus.el (gnus-group-news-1-face): Add :group.
4238         (gnus-group-news-1-empty-face): Ditto.
4239         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4240         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4241         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4242         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4243         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4244         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4245         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4246         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4247         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4248         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4249         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4250         (gnus-summary-high-ticked-face): Ditto.
4251         (gnus-summary-low-ticked-face): Ditto.
4252         (gnus-summary-normal-ticked-face): Ditto.
4253         (gnus-summary-high-ancient-face): Ditto.
4254         (gnus-summary-low-ancient-face): Ditto.
4255         (gnus-summary-normal-ancient-face): Ditto.
4256         (gnus-summary-high-undownloaded-face): Ditto.
4257         (gnus-summary-low-undownloaded-face): Ditto.
4258         (gnus-summary-normal-undownloaded-face): Ditto.
4259         (gnus-summary-high-unread-face): Ditto.
4260         (gnus-summary-low-unread-face): Ditto.
4261         (gnus-summary-normal-unread-face): Ditto.
4262         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4263         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4264
4265         * hashcash.el (hashcash): New custom group.
4266         (hashcash-default-payment): Add :group.
4267         (hashcash-payment-alist): Ditto.
4268         (hashcash-default-accept-payment): Ditto.
4269         (hashcash-accept-resources): Ditto.
4270         (hashcash-path): Ditto.
4271         (hashcash-extra-generate-parameters): Ditto.
4272         (hashcash-double-spend-database): Ditto.
4273         (hashcash-in-news): Ditto.
4274
4275         * message.el (message-minibuffer-local-map): Add :group.
4276
4277         * netrc.el (netrc): Add :group.
4278
4279         * sieve-manage.el (sieve-manage-log): Add :group.
4280         (sieve-manage-default-user): Diito.
4281         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4282         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4283         (sieve-manage-authenticators): Ditto.
4284         (sieve-manage-authenticator-alist): Ditto.
4285         (sieve-manage-default-port): Ditto.
4286
4287         * sieve-mode.el (sieve-control-commands-face): Add :group.
4288         (sieve-action-commands-face): Ditto.
4289         (sieve-test-commands-face): Ditto.
4290         (sieve-tagged-arguments-face): Ditto.
4291
4292         * smime.el (smime): Add :group.
4293
4294         * spam-report.el (spam-report): Add :group.
4295
4296         * spam.el (spam, spam-face): Add :group.
4297
4298 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299
4300         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4301         return \n.\n.\n at the end of articles.  Protect against that.
4302         (nntp-with-open-group): Allow debugging.
4303
4304         * nnheader.el (mail-header-set-extra): Make into a function
4305         because I just could't understand how to quote the list properly.
4306
4307         * dns.el (query-dns-cached): New function.
4308
4309 2005-05-26  Lute Kamstra  <lute@gnu.org>
4310
4311         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4312
4313 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4316
4317         * gnus-art.el: Don't autoload mail-extract-address-components.
4318
4319         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4320         eval-and-compile to evaluate it.
4321
4322         * hashcash.el: Don't autoload executable-find.
4323
4324         * nndb.el: Don't declare the nndb back end two or more times; don't
4325         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4326
4327         * nntp.el: Autoload format-spec instead of format; use
4328         eval-and-compile to evaluate autoload forms.
4329
4330 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4331
4332         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4333
4334 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * gnus.el (gnus-version-number): Bump version.
4337
4338 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4339
4340         * gnus.el: No Gnus v0.3 is released.
4341
4342 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343
4344         * lpath.el (featurep): Bind show-nonbreak-escape.
4345
4346 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * gnus-art.el (gnus-article-edit-part): Disable undo.
4349
4350 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4353         gnus-article-date-lapsed-new-header is t if date timer is active;
4354         skip headers in which the original date value is empty.
4355         (gnus-article-save-original-date): Redefine it as a macro.
4356         (gnus-display-mime): Use it.
4357
4358 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * gnus-art.el (article-date-ut): Support converting date in
4361         forwarded parts as well.
4362         (gnus-article-save-original-date): New function.
4363         (gnus-display-mime): Use it.
4364
4365 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4366
4367         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4368         enclosure element of <item>.
4369
4370 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4371
4372         * message.el (message-kill-buffer-query): Renamed from
4373         `message-kill-buffer-query-if-modified'.  Added :version.
4374
4375 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4378         window layout.
4379
4380 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * mml.el: Autoload dnd when compiling.
4383
4384 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4385
4386         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4387         x-dnd-*.
4388
4389 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * qp.el (quoted-printable-encode-region): Save excursion.
4392
4393 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4394
4395         * message.el (message-kill-buffer-query-if-modified): new variable
4396         so the user can kill a modified message buffer quickly
4397         (message-kill-buffer): use it.
4398
4399 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * lpath.el: Fbind display-time-event-handler; don't fbind
4402         string-to-multibyte.
4403
4404         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4405
4406 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4409         contained in text because xml.el decodes entities) with LFs.
4410
4411 2005-04-11  Lute Kamstra  <lute@gnu.org>
4412
4413         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4414         differently.
4415
4416 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4417
4418         * mm-util.el (mm-detect-coding-region): Typo.
4419
4420 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4423
4424 2005-04-06  D Goel  <deego@gnufans.org>
4425
4426         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4427         user-function allow user modifications of the scores.
4428         (spam-stat-score-buffer-user): New function, to allow
4429         user-computed modifications to the score.
4430         (spam-stat-score-buffer-user-functions): list of additional
4431         scoring functions
4432         (spam-stat-error-holder): global temporary error holder
4433         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4434         variable
4435
4436 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * gnus-registry.el (gnus-registry-clean-empty-function)
4439         (gnus-registry-trim, gnus-registry-fetch-groups)
4440         (gnus-registry-delete-group): now groups that match
4441         `gnus-registry-ignored-groups' will be removed from the registry
4442         entries, not just ignored for splitting.  This helps clean up the
4443         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4444         to get all the groups a message ID is in.
4445
4446         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4447         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4448         (spam-stat-score-buffer-user-functions): added :number custom type
4449
4450 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4453         argument in XEmacs.
4454
4455         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4456         (nnrss-request-group): Decode group name first.
4457         (nnrss-request-article): Make a text/plain article if mml-to-mime
4458         failed.
4459         (nnrss-get-encoding): Return a compatible encoding according to
4460         nnrss-compatible-encoding-alist.
4461         (nnrss-find-el): Use consp instead of listp.
4462         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4463
4464 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4467         which Emacs 20 doesn't support.
4468         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4469
4470 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4471
4472         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4473         silence the byte compiler inside the defun
4474
4475         * gnus-demon.el (parse-time-string): Add autoload.
4476
4477         * gnus-delay.el (parse-time-string): Add autoload.
4478
4479         * gnus-art.el (parse-time-string): Add autoload.
4480
4481         * nnultimate.el (parse-time): Require for `parse-time-string'.
4482
4483 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4484
4485         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4486
4487         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4488
4489         * smime.el (smime-ldap-host-list): Add :version.
4490
4491 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4492
4493         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4494         pass it to `gnus-browse-read-group'.
4495         (gnus-browse-read-group): Add NUMBER argument and pass it to
4496         `gnus-group-read-ephemeral-group'.
4497
4498         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4499         argument and pass it to `gnus-group-read-group'.
4500
4501 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4502
4503         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4504         mm-xemacs-find-mime-charset-1 if we have the mule feature
4505         available at runtime.
4506
4507 2005-03-25  Werner Lemberg  <wl@gnu.org>
4508
4509         * nnmaildir.el: Replace `illegal' with `invalid'.
4510
4511 2005-03-23  Lute Kamstra  <lute@gnu.org>
4512
4513         * time-date.el: Add comment on time value formats.
4514         Don't require parse-time.
4515         (with-decoded-time-value): New macro.
4516         (encode-time-value): New function.
4517         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4518         (days-to-time): Return a valid time value when arg is huge.
4519         (time-since): Use time-subtract.
4520         (time-to-number-of-days): Use time-to-seconds.
4521
4522 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4523
4524         * gnus-start.el (gnus-display-time-event-handler):
4525         Check display-time-timer at runtime rather than only at load time
4526         in case display-time-mode is turned off in the mean time.
4527
4528 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4529
4530         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4531         used.
4532
4533         * nneething.el (nneething-map-file-directory): Derive from
4534         `gnus-directory'.
4535
4536         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4537         the To/Cc button.
4538
4539 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4540
4541         * nnmaildir.el (nnmaildir-request-accept-article):
4542         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4543
4544 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4545
4546         * gnus-async.el: Require timer-funcs at compile time when in
4547         XEmacs for `run-with-idle-timer'.
4548
4549 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4550
4551         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4552         autoloaded function.
4553
4554 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4555
4556         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4557
4558 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4559
4560         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4561
4562 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4565         gnus-expert-user to default.
4566
4567 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4568
4569         * nnimap.el (nnimap-open-server): Ditto.
4570
4571         * imap.el (imap-authenticate): Fix typo.
4572
4573 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4574
4575         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4576         buffer (since IMAP server might return FETCH response out of
4577         order, and the nntp buffer must be sorted).
4578
4579 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4580
4581         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4582         comparison on string.
4583
4584         * gnus-agent.el (gnus-agent-long-article,
4585         gnus-agent-short-article, gnus-agent-score): Renamed category
4586         keywords to match gnus-cus.
4587         (gnus-agent-summary-fetch-series): Modified to protect against
4588         gnus-agent-summary-fetch-group clearing processable flags.
4589         (gnus-agent-synchronize-group-flags): Update live group buffer as
4590         synchronization may occur due to the user toggle the plugged
4591         status.
4592         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4593         successfully downloaded.
4594         (gnus-agent-expire-group-1): Avoid using markers when the overview
4595         is in ascending order; greatly improves performance.
4596         (gnus-agent-regenerate-group): Use
4597         gnus-agent-synchronize-group-flags to reset read status in both
4598         gnus and server.
4599         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4600
4601 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4602
4603         * message.el: Don't autoload former message-utils variables.
4604         (message-strip-subject-trailing-was): Change doc string.
4605
4606         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4607         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4608         (nnweb-google-search): Add "hl=en" here.
4609         (nnweb-google-parse-1, nnweb-google-create-mapping):
4610         Don't hardcode URL.
4611
4612 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4613
4614         * message.el (message-get-reply-headers, message-followup):
4615         Mention related variables `message-use-followup-to' and
4616         `message-use-mail-followup-to', in the information buffer.
4617
4618         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4619         of broken groups(-beta).google.com.
4620
4621 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4622
4623         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4624         parameter to invoked gnus-request-move-article; remove the
4625         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4626         all at once instead of once per article
4627         (gnus-summary-remove-process-mark): accept a list of articles as
4628         well as a single article for processing
4629
4630         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4631
4632         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4633
4634         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4635
4636         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4637
4638         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4639
4640         * nnimap.el (nnimap-request-move-article): add move-is-internal
4641         parameter and remove the gnus-sum-hint-move-is-internal variable
4642
4643         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4644
4645         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4646
4647         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4648
4649         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4650
4651         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4652
4653         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4654
4655 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4656
4657         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4658         a more conservative way.
4659
4660 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4661
4662         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4663         buffer, so it moves the window's cursor.
4664
4665 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4666
4667         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4668         `mm-dissect-multipart' and receive the from field as an (optional)
4669         argument from `mm-dissect-multipart'.
4670         (mm-dissect-multipart): Receive the from field as an argument and
4671         pass it on when we call `mm-dissect-buffer' on MIME parts.
4672         Fixes verification/decryption of signed/encrypted MIME parts.
4673
4674 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4675
4676         * gnus-sum.el (gnus-summary-move-article): set
4677         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4678         whatever it calls (right now, only nnimap-request-move article
4679         respects it)
4680
4681         * nnimap.el (nnimap-request-move-article): when
4682         gnus-sum-hint-move-is-internal is set, don't do the extra
4683         nnimap-request-article
4684
4685 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4686
4687         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4688
4689         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4690         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4691
4692         * gnus-sum.el (gnus-summary-caesar-message):
4693         Apply `gnus-treat-article' after rotation.
4694
4695         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4696         doc string.
4697
4698 2005-02-22  Simon Josefsson  <jas@extundo.com>
4699
4700         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4701         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4702         <arne@arnested.dk>.
4703         (encrypt): Add password-cache and password-cache-expiry as group
4704         members.
4705
4706 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4707
4708         * smime.el (smime-ldap-host-list): Doc fix.
4709         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4710         cache) password.
4711         (smime-sign-region): Use it.
4712         (smime-decrypt-region): Use it.
4713         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4714         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4715         fails.
4716         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4717         certificate from DER to PEM format rather than calling openssl.
4718
4719         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4720
4721         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4722         for signing/encryption.
4723
4724         * mml.el (mml-parse-1): Use them.
4725
4726 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4727
4728         * nnrss.el (nnrss-verbose): Removed.
4729         (nnrss-request-group): Use `nnheader-message' instead.
4730
4731 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4732
4733         * nnrss.el (nnrss-verbose): New variable.
4734         (nnrss-request-group): Make it say nnrss is requesting a group.
4735
4736 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4737
4738         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4739         Handle news URL with given port correctly.
4740
4741 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4744         containing special characters.
4745
4746         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4747
4748         * mml.el (mime-to-mml): Ditto.
4749
4750         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4751         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4752         (rfc2047-decode-region): Quote decoded words containing special
4753         characters when rfc2047-quote-decoded-words-containing-tspecials
4754         is non-nil.
4755
4756 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4757
4758         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4759
4760         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4761
4762 2005-02-15  Simon Josefsson  <jas@extundo.com>
4763
4764         * nnimap.el (nnimap-debug): Doc fix.
4765
4766         * imap.el (imap-debug): Doc fix.
4767
4768 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4771
4772 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * gnus.el (spam-contents): improve docs for spam-contents
4775         parameter in its variable incarnation
4776
4777 2005-02-14  Simon Josefsson  <jas@extundo.com>
4778
4779         * smime-ldap.el: Use require instead of load-library for ldap.
4780         (smime-ldap-search): Indent.
4781         (smime-ldap-search-internal): Shorten line.
4782
4783         * smime.el (smime-cert-by-dns): Add doc-string.
4784         (smime-cert-by-ldap-1): Indent.
4785
4786         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4787         mml-smime-get-dns-ldap.
4788         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4789
4790 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4791
4792         * smime.el: Require smime-ldap.
4793         (smime-ldap-host-list): New variable.
4794         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4795
4796         * mml-smime.el (mml-smime-encrypt-query): New function.
4797         (mml-smime-encrypt-query): Use it.
4798
4799         * smime-ldap.el: New file.
4800
4801 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4804
4805 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4806
4807         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4808         argument in doc string.  Make query for type more clear.
4809
4810 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4811
4812         * gnus.el (gnus-group-startup-message): Search for gnus images in
4813         etc/images/gnus.
4814         * mm-util.el (mm-image-load-path): Likewise.
4815         * smiley.el (smiley-data-directory): Search for smilies in
4816         etc/images/smilies.
4817
4818 2005-02-09  Kim F. Storm  <storm@cua.dk>
4819
4820         Change Emacs release version from 21.4 to 22.1 throughout.
4821         Change Emacs development version from 21.3.50 to 22.0.50.
4822
4823 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4826
4827         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4828         non-Mule XEmacs as well.
4829         (mm-decompress-buffer): Signal an error intentionally if it does
4830         not decompress compressed data because auto-compression-mode is
4831         disabled.
4832
4833 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4834
4835         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4836         an ID in the registry even if it has no groups
4837
4838 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4841         merge it into mm-decompress-buffer.
4842         (gnus-mime-copy-part): Use the MIME part charset, the value which
4843         a user specified or gnus-newsgroup-charset for decoding, like
4844         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4845         save-buffer what was used.  Suggested by Kevin Ryde
4846         <user42@zip.com.au>.
4847         (gnus-mime-inline-part): Allow the name parameter as well as the
4848         filename parameter; force decompressing of compressed data; always
4849         display contents being not decoded as unibyte.
4850
4851         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4852         as well as the filename parameter.
4853
4854         * mm-util.el (mm-decompress-buffer): Merge
4855         gnus-mime-jka-compr-maybe-uncompress.
4856         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4857         of compressed data.
4858
4859 2005-02-08  Simon Josefsson  <jas@extundo.com>
4860
4861         * imap.el (imap-log): Doc fix.
4862
4863 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4866         the coding cookies; decompress compressed parts.
4867
4868         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4869         to the value which a user specified manually or the coding cookie.
4870
4871         * mm-util.el (mm-string-to-multibyte): New function.
4872         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4873         (mm-coding-system-to-mime-charset): New function.
4874         (mm-decompress-buffer): New function.
4875         (mm-find-buffer-file-coding-system): New function.
4876
4877         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4878         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4879         parts.
4880
4881 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4882
4883         * mm-view.el (mm-display-inline-fontify): Decode a part according
4884         to the charset parameter.
4885
4886 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4889         prefix arg is neither nil nor a number, as info specifies.
4890
4891 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
4894         timestamps.
4895
4896 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
4897
4898         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
4899         groups error checking and notify user.
4900
4901 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
4902
4903         * message.el (message-send-mail-function): Check existence of
4904         sendmail-program first before using default value
4905         `message-send-mail-with-sendmail'.  Otherwise use more generic
4906         `smtpmail-send-it'.
4907
4908 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * nntp.el (nntp-request-update-info): Always return nil.
4911
4912 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4913
4914         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
4915
4916 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4917
4918         * message.el (message-beginning-of-line): Change the behavior when
4919         invoked between BOL and : so that it first moves backward.
4920
4921 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
4924         article buffer when editing of the article is discarded.
4925         (gnus-article-prepare): Revert.
4926
4927 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * gnus-art.el (gnus-article-prepare):
4930         Remove message-strip-forbidden-properties from the local hook.
4931
4932 2005-01-27  Simon Josefsson  <jas@extundo.com>
4933
4934         * password.el (password-cache-add): Only start one timer per key.
4935         Reported by Derek Atkins <warlord@MIT.EDU>.
4936
4937 2005-01-26  Steve Youngs  <steve@sxemacs.org>
4938
4939         * run-at-time.el: Removed.  It is no longer needed as
4940         timer-funcs.el in the xemacs-base package has a working version of
4941         `run-at-time'.
4942
4943         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
4944
4945         * password.el: Require timer-funcs instead of run-at-time in
4946         XEmacs.
4947         Remove `password-run-at-time' macro.
4948         (password-cache-add): Use `run-at-time' instead of
4949         `password-run-at-time'.
4950
4951         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
4952         Remove `nnheader-cancel-function-timers' alias,
4953         `cancel-function-timers' exists in XEmacs in timer-funcs.
4954
4955         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
4956         for `run-with-idle-timer'.
4957
4958         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
4959         for `run-at-time'.
4960
4961         * mm-url.el: Require timer-funcs at compile time when in XEmacs
4962         for `with-timeout'.
4963
4964         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
4965         the same as for XEmacs 21.4.
4966         No need to ignore `run-with-idle-timer', this function exists in
4967         XEmacs now in timer-funcs.el in the xemacs-base package.
4968         (dgnushack-compile): No need to delete
4969         run-at-time.el from the list of files to compile because it
4970         doesn't exist anymore.
4971
4972 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * mml.el (mml-generate-mime-1): Convert string into unibyte when
4975         inserting " *mml*" buffer's contents into a unibyte temp buffer.
4976
4977 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
4978
4979         * mail-source.el (mail-source-fetch-imap): Search for ^From case
4980         sensitively.
4981
4982 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
4983
4984         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
4985
4986 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
4989         which will be inserted according to the multibyteness of a buffer
4990         rather than the type of contents.  Suggested by ARISAWA Akihiro
4991         <ari@mbf.ocn.ne.jp>.
4992
4993         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
4994         of string which old xml.el may return rather than a string.
4995
4996 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
4999
5000 2005-01-16  Simon Josefsson  <jas@extundo.com>
5001
5002         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5003         idn/idna.el isn't available.
5004         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5005         <michael@waxrat.com>.
5006
5007         * hashcash.el: Remove non-FSF copyright header.
5008
5009         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5010         (hashcash-generate-payment): Use it.
5011         (hashcash-generate-payment-async): Use it.
5012
5013 2005-01-15  Simon Josefsson  <jas@extundo.com>
5014
5015         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5016         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5017
5018         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5019         gnus-summary-idna-message.
5020         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5021         (gnus-summary-idna-message): New function.
5022
5023 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5024
5025         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5026         gnus-novice-user.
5027
5028 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * nnrss.el (nnrss-request-delete-group): Delete entries in
5031         nnrss-group-alist as well.
5032         (nnrss-save-server-data): Insert newline.
5033
5034 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5035
5036         * gnus.el (gnus-user-agent): Use list of symbols instead of
5037         symbols.  Display full version number for (S)XEmacs.  Optionally
5038         display (S)XEmacs codename.
5039
5040         * gnus-util.el (gnus-emacs-version): Update for new
5041         `gnus-user-agent'.
5042
5043         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5044         Gnus version.
5045
5046 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5047
5048         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5049         which is unreadable in some setups.
5050
5051 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * gnus-spec.el (gnus-update-format-specifications): Flush the
5054         group format spec cache if it doesn't support decoded group names.
5055
5056 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5057
5058         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5059         to apply decay on score files matching a regexp.
5060
5061 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5064         compatibility in %g and %c.
5065
5066 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5069         name for only %g and %c.
5070         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5071         of gnus-tmp-group to decoded group name.
5072         (gnus-group-make-rss-group): Exclude `/'s from group names.
5073
5074 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * nnrss.el (nnrss-get-encoding): Fix regexp.
5077
5078 2004-12-27  Simon Josefsson  <jas@extundo.com>
5079
5080         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5081         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5082         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5083
5084 2004-12-17  Kim F. Storm  <storm@cua.dk>
5085
5086         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5087
5088         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5089
5090 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5091
5092         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5093
5094 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * nnrss.el: Require rfc2047 and mml.
5097         (nnrss-file-coding-system): New variable.
5098         (nnrss-format-string): Redefine it as an inline function.
5099         (nnrss-decode-group-name): New function.
5100         (nnrss-string-as-multibyte): Remove.
5101         (nnrss-retrieve-headers): Decode group name; don't use
5102         nnrss-format-string.
5103         (nnrss-request-group): Decode group name.
5104         (nnrss-request-article): Decode group name; allow a Message-ID as
5105         well as an article number; don't use nnrss-format-string; encode a
5106         Message-ID string which may contain non-ASCII characters; use
5107         mml-to-mime to compose a MIME article.
5108         (nnrss-request-expire-articles): Decode group name.
5109         (nnrss-request-delete-group): Decode group name.
5110         (nnrss-fetch): Clarify error message.
5111         (nnrss-read-server-data): Use insert-file-contents instead of load;
5112         bind file-name-coding-system; use multibyte buffer.
5113         (nnrss-save-server-data): Bind coding-system-for-write to the
5114         value of nnrss-file-coding-system; bind file-name-coding-system;
5115         add coding cookie.
5116         (nnrss-read-group-data): Use insert-file-contents instead of load;
5117         bind file-name-coding-system; use multibyte buffer.
5118         (nnrss-save-group-data): Bind coding-system-for-write to the
5119         value of nnrss-file-coding-system; bind file-name-coding-system.
5120         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5121         make it work with non-ASCII text.
5122         (nnrss-find-el): Make it work with old xml.el as well.
5123
5124 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5125
5126         * nnrss.el (nnrss-get-encoding): New function.
5127         (nnrss-fetch): Use unibyte buffer initially; bind
5128         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5129         decode contents according to the encoding attribute.
5130         (nnrss-save-group-data): Add coding cookie.
5131         (nnrss-mime-encode-string): New function.
5132         (nnrss-check-group): Use it to encode subject and author.
5133
5134 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5135
5136         * spam.el (spam-check-BBDB): don't get the symbol-value of an
5137         imaginary variable
5138
5139 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5142         correctly even if there are wide characters.
5143
5144 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
5147         downcased symbol names; make a new cache instead of reusing
5148         bbdb-hashtable
5149
5150 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5153         concatenating segments rather than before concatenating them.
5154         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5155
5156         * message.el (message-get-reply-headers): Bind `extra'.
5157
5158 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * message.el (message-extra-wide-headers): New variable.
5161         (message-get-reply-headers): Use it.
5162
5163 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5166         (gnus-agent-group-pathname): Ditto.
5167
5168         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5169
5170         * gnus-group.el (gnus-group-make-group): Decode group name.
5171         (gnus-group-make-rss-group): Register the group data after opening
5172         the nnrss group.
5173
5174 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5175
5176         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5177         by expiry now get marked as read.
5178
5179 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5182
5183 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5184
5185         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5186         unify Latin characters in XEmacs.
5187         (mm-find-mime-charset-region): Use it.
5188
5189 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * gnus-util.el (gnus-delete-directory): New function.
5192
5193         * gnus-agent.el (gnus-agent-delete-group): Use it.
5194
5195         * gnus-cache.el (gnus-cache-delete-group): Use it.
5196
5197 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5200         names.
5201
5202 2004-12-16  Simon Josefsson  <jas@extundo.com>
5203
5204         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5205
5206 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5209
5210         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5211         (gnus-group-set-current-level): Decode group name.
5212
5213 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5214
5215         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5216         failed.
5217
5218 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * gnus-group.el (gnus-group-delete-group): Decode group name.
5221         (gnus-group-make-rss-group): Encode group name.
5222         (gnus-group-catchup-current): Decode group name.
5223         (gnus-group-kill-group): Decode group name.
5224
5225 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5226
5227         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5228
5229 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-group.el (gnus-group-make-rss-group):
5232         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5233
5234         * gnus-start.el (gnus-setup-news): Honor user's setting to
5235         gnus-message-archive-method.  Suggested by Lute Kamstra
5236         <lute@gnu.org>.
5237
5238 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5239
5240         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5241         global counterparts of the buffer-local variables.
5242
5243 2004-11-16  Romain Francoise  <romain@orebokech.com>
5244
5245         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5246         counterparts of the buffer-local variables.
5247
5248 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5249
5250         * message.el (message-forbidden-properties): Fixed typo in doc
5251         string.
5252
5253 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5254
5255         * gnus-util.el (gnus-replace-in-string): Added doc string.
5256
5257         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5258         to avoid problems when splitting mails with many recipients.
5259
5260 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5261
5262         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5263         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5264
5265 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5266
5267         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5268         if there is no hashtable in memory or file modification time is
5269         newer than cached timestamp.
5270
5271 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5272
5273         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5274         not-matching option.
5275
5276 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5277
5278         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5279         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5280         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5281         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5282         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5283         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5284
5285 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * message.el (message-forward-make-body-mml): Remove headers
5288         according to message-forward-ignored-headers if a message is decoded.
5289
5290 2004-12-02  Romain Francoise  <romain@orebokech.com>
5291
5292         * message.el (message-forward-make-body-plain): Always remove
5293         headers according to message-forward-ignored-headers.
5294
5295 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5296
5297         * spam.el (spam-summary-prepare-exit): remove the
5298         gnus-summary-limit pop for now, it has problems with ham marks for
5299         me
5300
5301 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5302
5303         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5304         correctly
5305
5306 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5307
5308         * format-spec.el (format-spec): Message the char.
5309
5310 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5311
5312         * gnus-art.el (gnus-split-methods): reformat comments
5313
5314         * spam.el (spam-summary-prepare-exit): remove article limits
5315         before exiting the summary buffer
5316
5317 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5320         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5321
5322         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5323         order to silence the byte compiler.
5324
5325         * spam.el: Fix the way to silence the byte compiler, which
5326         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5327         bbdb-search-simple, spam-BBDB-register-routine,
5328         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5329         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5330         spam-stat-buffer-is-spam, spam-stat-load,
5331         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5332         spam-stat-save and spam-stat-split-fancy.
5333
5334 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5337         which may confuse users.
5338         (canlock-password-for-verify): Ditto.
5339
5340         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5341
5342         * gnus-art.el (gnus-emphasis-alist): Ditto.
5343
5344         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5345
5346         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5347
5348         * gnus-start.el (gnus-save-killed-list): Ditto.
5349
5350         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5351         (gnus-sum-thread-tree-root): Ditto.
5352         (gnus-sum-thread-tree-false-root): Ditto.
5353         (gnus-sum-thread-tree-single-indent): Ditto.
5354
5355         * message.el (message-courtesy-message): Ditto.
5356         (message-archive-note): Ditto.
5357         (message-subscribed-address-file): Ditto.
5358         (message-user-fqdn): Ditto.
5359
5360         * spam-report.el (spam-report-gmane-regex): Ditto.
5361
5362         * spam.el (spam-blackhole-good-server-regex): Ditto.
5363
5364 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * mml.el (mml-preview): Widen the message buffer before copying
5367         the contents to the preview buffer; sort headers before previewing.
5368
5369         * message.el (message-hidden-headers): Fix the way to avoid a bug
5370         in the `repeat' widget in Emacs 21.3 or earlier.
5371
5372 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * message.el (message-hidden-headers): Default to "^References:".
5375         Improve customization type.  Suggested by Reiner Steib
5376         <Reiner.Steib@gmx.de>.
5377
5378 2004-11-25  Romain Francoise  <romain@orebokech.com>
5379
5380         * message.el (message-strip-forbidden-properties): Remove check for
5381         obsolete `message-hidden' text property, hidden headers are not
5382         accessible in the buffer anymore.
5383
5384 2004-11-22  Romain Francoise  <romain@orebokech.com>
5385
5386         * message.el (message-header-format-alist): Add `From' in list
5387         so that it can be sorted.
5388         (message-fix-before-sending): Widen and sort headers before
5389         sending.
5390         (message-hide-headers): Use narrowing to hide headers by moving
5391         them to the top of the buffer and narrowing to the region
5392         underneath.
5393
5394 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * message.el (message-strip-forbidden-properties): Bind
5397         buffer-read-only (etc) to nil.
5398
5399 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5402         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5403
5404 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5405
5406         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5407
5408 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * dns.el (query-dns): Use sit-for to time instead of
5411         accept-process-output, since that doesn't seem to work on udp
5412         sockets.
5413
5414 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5417
5418 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5419
5420         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5421         doc string.  Improve doc string.
5422
5423 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * nntp.el (nntp-request-update-info): Return nil if
5426         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5427         may not call gnus-activate-group which uselessly issues the GROUP
5428         commands for all nntp groups and wastes time.  Reported by Romain
5429         Francoise <romain@orebokech.com>.
5430
5431         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5432
5433 2004-11-15  Simon Josefsson  <jas@extundo.com>
5434
5435         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5436         headers separately.
5437         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5438         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5439
5440 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5441
5442         * gnus-start.el (gnus-convert-old-newsrc):
5443         Assign legacy-gnus-agent to 5.10.7.
5444
5445 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5448         start of the lines.
5449
5450 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5451
5452         * hashcash.el (hashcash-default-payment): Change default to 20
5453         (hashcash-default-accept-payment): Change default to 20
5454         (hashcash-process-alist): New variable
5455         (hashcash-generate-payment-async): Add
5456         (hashcash-already-paid-p): Add
5457         (hashcash-insert-payment): Don't generate payments twice
5458         (hashcash-insert-payment-async): Add
5459         (hashcash-insert-payment-async-2): Add
5460         (hashcash-cancel-async): Add
5461         (hashcash-wait-async): Add
5462         (hashcash-processes-running-p): Add
5463         (hashcash-wait-or-cancel): Add
5464         (mail-add-payment): New optional argument.  Conditionally start
5465         asynchronous calculation.
5466         (mail-add-payment-async): Add
5467
5468         * message.el (message-send-mail): Wait for asynchronous hashcash
5469         results.  Don't clobber existing X-Hashcash headers.
5470         (message-setup-1): Call mail-add-payment-async when
5471         message-generate-hashcash is non-nil.
5472
5473 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5474
5475         * message.el (message-use-alternative-email-as-from): Examine the
5476         From header as well; use message-make-from in order to include a
5477         user's full name.
5478
5479 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5482         default; improve customization type.
5483         (gnus-emphasis-custom-with-format): New macro.
5484         (gnus-emphasis-custom-value-to-external): New function.
5485         (gnus-emphasis-custom-value-to-internal): New function.
5486
5487 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488
5489         * dns.el (query-dns): Resolve reverse addresses.
5490
5491 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * gnus-group.el (gnus-group-get-new-news): Use it.
5494
5495         * gnus-start.el (gnus-check-reasonable-setup): New function.
5496
5497 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5500         "Args out of range" error.  Reported by Arnaud Giersch
5501         <arnaud.giersch@free.fr>.
5502
5503 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
5504
5505         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5506
5507 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5508
5509         * spam.el (spam group): Add :version.
5510
5511         * pgg-def.el (pgg group): Add :version.
5512
5513 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * gnus-art.el (gnus-article-edit-article): Don't associate the
5516         article buffer with a draft file.  This is a temporary measure
5517         against the 2004-08-22 change to gnus-article-edit-mode.
5518
5519 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5522         (html2text-format-tags): Remove unused variable `attr'.
5523
5524 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5527
5528         * tls.el (tls-process-connection-type, tls-success)
5529         (tls-certtool-program): Add :version.
5530
5531         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5532         (starttls-extra-arguments, starttls-process-connection-type)
5533         (starttls-connect, starttls-failure, starttls-success):
5534
5535         * spam-stat.el (spam-stat): Add :version.
5536
5537         * sieve.el (sieve): Add :version.
5538
5539         * sha1.el (sha1): Add :version.
5540         (sha1-use-external): Remove redundant version.
5541
5542         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5543         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5544         (nnmail-split-fancy-match-partial-words)
5545         (nnmail-split-lowercase-expanded):
5546
5547         * nndiary.el (nndiary): Add :version.
5548
5549         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5550
5551         * mml-sec.el (mml-default-sign-method)
5552         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5553         Add :version.
5554
5555         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5556
5557         * mm-url.el (mm-url-use-external, mm-url-program)
5558         (mm-url-arguments): Add :version.
5559
5560         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5561         (mm-attachment-file-modes, mm-decrypt-option)
5562         (mm-w3m-safe-url-regexp): Add :version.
5563
5564         * message.el (message-cite-prefix-regexp)
5565         (message-sendmail-envelope-from, message-minibuffer-local-map)
5566         (message-user-fqdn, message-completion-alist): Add :version.
5567
5568         * gnus-win.el (gnus-configure-windows-hook)
5569         (gnus-use-frames-on-any-display): Add :version.
5570
5571         * gnus-art.el (gnus-article-address-banner-alist)
5572         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5573         (gnus-treat-from-picon, gnus-treat-mail-picon)
5574         (gnus-treat-x-pgp-sig): Add :version.
5575
5576         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5577         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5578         (gnus-summary-article-delete-hook)
5579         (gnus-summary-display-while-building): Add :version.
5580
5581         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5582         (gnus-get-top-new-news-hook):Add :version.
5583
5584         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5585         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5586
5587         * gnus-registry.el (gnus-registry): Add :version.
5588
5589         * gnus-spec.el (gnus-use-correct-string-widths)
5590         (gnus-make-format-preserve-properties): Add :version.
5591
5592         * gnus.el (gnus-group-charter-alist)
5593         (gnus-group-fetch-control-use-browse-url)
5594         (gnus-install-group-spam-parameters): Add :version.
5595
5596         * gnus-diary.el (gnus-diary): Add :version.
5597
5598         * gnus-delay.el (gnus-delay): Add :version.
5599
5600         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5601         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5602         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5603         Add :version.
5604
5605         * gnus-agent.el (gnus-agent-max-fetch-size)
5606         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5607         (gnus-agent-prompt-send-queue): Add :version.
5608
5609         * deuglify.el (gnus-outlook-deuglify): Add :version.
5610
5611         * html2text.el: Beautify code.  Improve doc strings.  Some
5612         checkdoc cleanup.
5613         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5614
5615 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
5616
5617         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5618
5619 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5620
5621         * gnus-registry.el (gnus-registry-hashtb): create the registry
5622         when package is loaded
5623
5624         * spam.el (spam-summary-score-preferred-header): global preference
5625         for people who want to override the default SpamAssassin over
5626         Bogofilter preference (when both are set)
5627         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5628         (spam-user-format-function-S): check spam-summary-score-preferred-header
5629         (spam-extra-header-to-number): add X-Bogosity header parsing
5630         (spam-user-format-function-S): format the score correctly
5631
5632 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5635         signature file.  Suggested by Manoj Srivastava
5636         <srivasta@golden-gryphon.com>.
5637
5638         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5639         iso-2022-jp even in the Japanese language environment.
5640         Suggested by Jason Rumney <jasonr@gnu.org>.
5641
5642 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5645         use the same characters as the dummy marks; make it free from
5646         getting affected by the language environment.
5647         (gnus-summary-read-group-1): Update mark positions only when the
5648         format spec is updated.
5649
5650         * gnus-spec.el (gnus-update-format-specifications): Return a list
5651         of updated types.
5652
5653 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5656         of boundp to check if display-warning is available.
5657
5658 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5659
5660         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5661
5662 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * nnspool.el (nnspool-spool-directory): Use news-path if the
5665         news-directory variable is not bound.
5666
5667         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5668         function instead of display-warning if it is not available.
5669
5670 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5673         v5-10: Use `point-at-bol'.
5674
5675 2004-10-26  Simon Josefsson  <jas@extundo.com>
5676
5677         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5678         <chenggao@gmail.com>.
5679
5680 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5683         instead.
5684
5685 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5686
5687         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5688         to remove a server from the nnimap-server-buffer-alist
5689         (nnimap-open-connection, nnimap-close-server): use it
5690
5691         * gnus-encrypt.el: removed in favor of encrypt.el
5692
5693 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5696         running the major-mode function.
5697
5698 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5701         dummy marks in the right way.
5702
5703 2004-10-18  David Edmondson  <dme@dme.org>
5704
5705         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5706         excessively.
5707
5708 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5709
5710         * gnus-util.el (gnus-split-references): accept a nil references
5711         string and go on blissfully
5712
5713         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5714         cases where the references string is non-nil but has no references
5715
5716         * encrypt.el: add autoload tags
5717
5718         * spam.el (spam-resolve-registrations-routine): remove article
5719         from unregistration list too.  Reported by David Hanak
5720         <dhanak@isis.vanderbilt.edu>
5721
5722 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5723
5724         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5725         nil.  Changed custom type.
5726
5727 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5728
5729         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5730
5731         * gnus-sum.el (gnus-summary-move-article): Use it.
5732
5733 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5734
5735         * encrypt.el: add autoload cookies
5736
5737         * spam.el (spam-backend-article-list-property)
5738         (spam-backend-get-article-todo-list)
5739         (spam-backend-put-article-todo-list, )
5740         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5741         resolve registrations separately
5742         (spam-register-routine): format comments
5743         (spam-unregister-routine, spam-register-routine): always call with
5744         specific-articles, no default list
5745         (spam-summary-prepare-exit): use the spam-classifications function
5746
5747         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5748         gnus-encrypt.el
5749
5750         * encrypt.el: copied from gnus-encrypt.el
5751
5752         * gnus-encrypt.el: commented that it's obsolete
5753
5754 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5755
5756         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5757         (gnus-score-save): Use it.
5758
5759         * message.el (message-bury): Use `window-dedicated-p'.
5760
5761 2004-10-15  Simon Josefsson  <jas@extundo.com>
5762
5763         * pop3.el (top-level): Don't require nnheader.
5764         (pop3-read-timeout): Add.
5765         (pop3-accept-process-output): Add.
5766         (pop3-read-response, pop3-retr): Use it.
5767
5768 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5769
5770         * spam.el (spam-register-routine): move comment
5771         (spam-verify-bogofilter): we use 'unknown for the initial
5772         spam-bogofilter-valid state, not 'never
5773
5774         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5775         for netrc-machine
5776
5777         * nnimap.el (nnimap-open-connection): use
5778         netrc-machine-user-or-password
5779
5780 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5781
5782         * gnus-registry.el (gnus-registry-unload-hook):
5783         Set as a variable with add-hook.
5784
5785         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5786         of news-path.
5787
5788         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5789
5790         * spam.el: Delete duplicate `provide'.
5791         (spam-unload-hook): Set as a variable with add-hook.
5792
5793 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5796         in the doc string.
5797
5798         * message.el (message-ignored-news-headers)
5799         (message-ignored-supersedes-headers)
5800         (message-ignored-resent-headers)
5801         (message-forward-ignored-headers): Improve custom type.
5802
5803 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * message.el (message-tokenize-header): Fix 2004-09-06 change
5806         which used point-min in the wrong place.
5807
5808 2004-10-12  Simon Josefsson  <jas@extundo.com>
5809
5810         * net/tls.el (tls-certtool-program): New variable.
5811         (tls-certificate-information): New function, based on
5812         ssl-certificate-information.
5813
5814 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * compface.el: Move the version of ELisp-based uncompface program
5817         to the contrib directory because of the copyright problem.
5818
5819 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5820
5821         * message.el (message-kill-buffer): Raise the current frame.
5822
5823 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5824
5825         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5826
5827         * gnus.el (message-y-or-n-p): Autoload.
5828
5829         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5830         (pop3-password-required, pop3-authentication-scheme)
5831         (pop3-leave-mail-on-server): Made customizable.
5832         (pop3): New custom group.
5833         (pop3-retr): Remove `sleep-for' statements.
5834         Suggested by Dave Love <fx@gnu.org>.
5835
5836         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5837         Windows/DOS.
5838
5839         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5840         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5841         Dave Love <fx@gnu.org>.
5842
5843         * mml.el (mml-minibuffer-read-disposition): Require match.
5844         Suggested by Dave Love <fx@gnu.org>.
5845
5846 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5847
5848         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5849         doc string.
5850
5851 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5854
5855 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5856
5857         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5858         instead of calling `mm-insert-inline', to decode text/* parts
5859         before displaying them.
5860
5861 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * mm-uu.el (mm-uu-text-plain-type): New variable.
5864         (mm-uu-pgp-signed-extract-1): Use it.
5865         (mm-uu-pgp-encrypted-extract-1): Use it.
5866         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5867         bind mm-uu-text-plain-type with that value.
5868         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5869         mm-uu-dissect.
5870
5871 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus-group.el (gnus-update-group-mark-positions):
5874         * gnus-sum.el (gnus-update-summary-mark-positions):
5875         * message.el (message-check-news-body-syntax):
5876         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5877         of string-as-multibyte.
5878
5879 2004-10-05  Juri Linkov  <juri@jurta.org>
5880
5881         * gnus-group.el (gnus-update-group-mark-positions):
5882         * gnus-sum.el (gnus-update-summary-mark-positions):
5883         * message.el (message-check-news-body-syntax):
5884         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5885         8-bit unibyte values to a multibyte string for search functions.
5886
5887 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5890         (mm-uu-dissect-text-parts): New function.
5891
5892         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
5893         dissect text parts.
5894
5895         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
5896         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
5897
5898         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
5899
5900         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
5901         gnus-current-topics instead of gnus-current-topic.
5902
5903 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
5904
5905         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
5906
5907 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
5908
5909         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
5910         where approriate.
5911
5912         * nnml.el (nnml-generate-active-info): do.
5913
5914         * nndiary.el (nndiary-generate-active-info): do.
5915
5916         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
5917         (gnus-topic-move): do.
5918
5919         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
5920         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
5921
5922         * gnus-srvr.el (gnus-server-prepare)
5923         (gnus-server-open-all-servers): do.
5924
5925         * gnus-msg.el (gnus-summary-cancel-article)
5926         (gnus-summary-resend-message)
5927         (gnus-summary-mail-crosspost-complaint): do.
5928
5929         * gnus-move.el (gnus-change-server): do.
5930
5931         * gnus-group.el (gnus-group-unmark-all-groups)
5932         (gnus-group-set-current-level): do.
5933
5934 2004-10-04  Simon Josefsson  <jas@extundo.com>
5935
5936         * message.el (message-generate-hashcash): Doc fix.
5937
5938 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
5939
5940         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
5941         avoid infinite recursion via gnus-get-function.
5942
5943 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
5944
5945         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
5946
5947         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
5948
5949         * nnmail.el (nnmail-split-history): do.
5950
5951         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
5952         (nnml-request-delete-group): do.
5953
5954         * nnslashdot.el (nnslashdot-read-groups): do.
5955
5956         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
5957         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
5958
5959         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
5960         (nnspool-sift-nov-with-sed): Use last
5961         (nnspool-retrieve-headers-with-nov): Use mapc.
5962         (nnspool-request-newgroups): Use dolist.
5963         (nnspool-request-group): Use last.
5964
5965         * nntp.el (nntp-read-server-type): Use dolist.
5966
5967         * nnvirtual.el (nnvirtual-create-mapping)
5968         (nnvirtual-update-read-and-marked): Use dolist.
5969         (nnvirtual-convert-headers): Simplify.
5970
5971 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5972
5973         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
5974         support for sync'ing tick marks.
5975
5976 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
5979         there's no visible header.
5980
5981 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5982
5983         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
5984         necessary, pass full group name to gnus-request-set-marks.
5985
5986 2004-10-01  Simon Josefsson  <jas@extundo.com>
5987
5988         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
5989         acroread.
5990
5991 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5992
5993         * spam-report.el (spam-report-gmane): Fix interactive.
5994
5995         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
5996
5997         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
5998         when writing file.
5999         (gnus-agent-synchronize-flags): Don't default to being
6000         interactive.
6001
6002 2004-09-30  Simon Josefsson  <jas@extundo.com>
6003
6004         * message.el (message-generate-hashcash): Add.
6005         (message-send-mail): Use it, call mail-add-payment.
6006
6007 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6008
6009         * spam.el (spam-verify-bogofilter): -V, not -sV option
6010
6011 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6012
6013         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6014         gnus-requst-update-info with explicit code to sync the in-memory
6015         info read flags with the marks being sync'd to the backend.
6016
6017         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6018
6019 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6020
6021         * spam.el (spam-verify-bogofilter): new function
6022         (spam-check-bogofilter)
6023         (spam-bogofilter-register-with-bogofilter): use it
6024         (spam-verify-bogofilter): small fixes
6025
6026 2004-09-28  Simon Josefsson  <jas@extundo.com>
6027
6028         * hashcash.el (hashcash-generate-payment): Revert.
6029
6030 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6031
6032         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
6033         gnus-extract-references instead of gnus-split-references
6034
6035         * gnus-util.el (gnus-extract-references): new function, analogous
6036         to gnus-split-references but extracts only the message-ID without
6037         anything extra
6038
6039         * hashcash.el (hashcash-generate-payment)
6040         (hashcash-check-payment): do the right thing if hashcash-path is
6041         nil (because the hashcash program could not be found)
6042
6043         * spam.el (spam-use-hashcash): remove comment
6044
6045 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6046
6047         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6048         (gnus-cache-enter-article, gnus-cache-remove-article)
6049         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6050
6051         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6052
6053         * gnus-art.el (article-hide-boring-headers)
6054         (article-translate-strings, article-display-face)
6055         (gnus-article-mime-match-handle-first)
6056         (gnus-article-highlight-headers)
6057         (gnus-article-add-buttons-to-head): do.
6058
6059 2004-09-27  Simon Josefsson  <jas@extundo.com>
6060
6061         * hashcash.el: New version, from
6062         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6063         ../contrib/.
6064
6065 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6068
6069 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6070
6071         * gnus-dup.el (gnus-dup-open): Use mapc.
6072         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6073
6074         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6075         Reported by Stefan Wiens <s.wi@gmx.net>.
6076
6077         * gnus.el (gnus-shutdown): Use dolist.
6078
6079         * gnus-undo.el (gnus-undo): Use mapc.
6080
6081         * nnrss.el (nnrss-generate-active): do.
6082
6083         * message.el (message-cite-original-without-signature)
6084         (message-cite-original): Use mapc.
6085         (message-do-actions, message-make-forward-subject): Use dolist.
6086
6087 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6088
6089         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6090         deletion to remove entire duplicate line.  Fixes merged article
6091         number bug.
6092
6093 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6094
6095         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6096         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6097         first ask if you want to open a server and then, even when you
6098         responded with no, asking if you want to synchronize the server's
6099         flags.
6100         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6101         multi-line expressions.
6102         (gnus-agent-synchronize-group-flags): New internal function.
6103         Updates marks in memory (in the info structure) AND in the
6104         backend.
6105
6106         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6107
6108         * nnagent.el (nnagent-request-set-mark): Use
6109         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6110         method, to ensure that synchronization updates marks in the
6111         backend and in the info (in memory) structure.
6112
6113 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6116         convention fully; don't miss the root article of a thread; make
6117         the X-Draft-From header with correct article numbers.
6118
6119 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6120
6121         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6122         unless plugged.  Disable the agent so that an open failure causes
6123         an error.
6124
6125         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6126         Reverted 2004-09-21 change.  The backend must be opened while
6127         synchronizing flags even when the backend stores the flags
6128         locally.
6129
6130 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6131
6132         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6133         in `header' match.  Reported by Svend Tollak Munkejord.
6134
6135         * message.el (message-cite-original): Fix use of
6136         `message-cite-articles-with-x-no-archive'.
6137
6138 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6141         (gnus-window-to-buffer): Ditto.
6142
6143         * mml.el (mml-preview-buffer): New variable.
6144         (mml-preview): Manage window layout with gnus-buffer-configuration.
6145
6146         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6147         X-Draft-From header even if those articles aren't quoted.
6148
6149 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6150
6151         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6152         (gnus-request-set-mark, gnus-request-update-mark): Use new
6153         g-s-t-u-l-m to decide to use backend even when unplugged.
6154
6155 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6158         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6159
6160 2004-09-20  Simon Josefsson  <jas@extundo.com>
6161
6162         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6163         "utf-16-le".
6164
6165 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6166
6167         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6168
6169 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * uudecode.el (uudecode-use-external): Add :version.
6172
6173         * smime.el (smime-CA-file, smime-encrypt-cipher)
6174         (smime-dns-server): Add :version.
6175
6176         * smiley.el (gnus-smiley-file-types): Add :version.
6177
6178         * sha1.el (sha1-use-external): Add :version.
6179
6180         * pgg-def.el (pgg-query-keyserver): Add :version.
6181
6182         * nnmail.el (nnmail-fancy-expiry-targets)
6183         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6184
6185         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6186         (nnimap-retrieve-groups-asynchronous): Add :version.
6187         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6188
6189         * mml.el (mml-content-disposition-parameters)
6190         (mml-insert-mime-headers-always): Add :version.
6191
6192         * mm-util.el (mm-coding-system-priorities):
6193
6194         * mm-decode.el (mm-inline-text-html-with-images)
6195         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6196         (mm-verify-option): Add :version.
6197         (mm-text-html-renderer): Change :version.
6198
6199         * message.el (message-fcc-externalize-attachments)
6200         (message-required-headers, message-draft-headers)
6201         (message-subject-trailing-was-query)
6202         (message-subject-trailing-was-ask-regexp)
6203         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6204         (message-mark-insert-end, message-archive-header)
6205         (message-archive-note, message-cross-post-default)
6206         (message-cross-post-note, message-followup-to-note)
6207         (message-cross-post-note-function, message-use-mail-followup-to)
6208         (message-subscribed-address-functions)
6209         (message-subscribed-address-file, message-subscribed-addresses)
6210         (message-subscribed-regexps, message-allow-no-recipients)
6211         (message-yank-cited-prefix, message-signature-insert-empty-line)
6212         (message-hidden-headers, message-hierarchical-addresses)
6213         (message-mail-user-agent, message-use-idna)
6214         (message-valid-fqdn-regexp)
6215         (message-strip-special-text-properties, message-header-synonyms)
6216         (message-beginning-of-line, message-tab-body-function): Add :version.
6217         (message-insert-canlock, message-wide-reply-confirm-recipients):
6218         Change :version.
6219
6220         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6221         and :version.
6222         (mail-source-delete-old-incoming-confirm)
6223         (mail-source-movemail-program): Add :version.
6224
6225         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6226         (gnus-agent-cache, gnus-agent): Change :version.
6227
6228         * gnus-util.el (gnus-use-byte-compile): Change :version.
6229
6230         * gnus-sum.el (gnus-summary-make-false-root-always)
6231         (gnus-summary-default-high-score)
6232         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6233         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6234         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6235         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6236         (gnus-sum-thread-tree-single-indent)
6237         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6238         (gnus-sum-thread-tree-leaf-with-other)
6239         (gnus-sum-thread-tree-single-leaf): Add :version.
6240         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6241         (gnus-article-loose-mime): Change :version.
6242
6243         * gnus-start.el (gnus-backup-startup-file)
6244         (gnus-save-startup-file-via-temp-buffer): Add :version.
6245
6246         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6247         (gnus-server-offline-face): Add :version.
6248
6249         * gnus-score.el (gnus-adaptive-word-length-limit):
6250
6251         * gnus-msg.el (gnus-gcc-externalize-attachments)
6252         (gnus-debug-files, gnus-debug-exclude-variables)
6253         (gnus-discouraged-post-methods): Change :version.
6254         (gnus-confirm-mail-reply-to-news)
6255         (gnus-confirm-treat-mail-like-news): Add :version.
6256
6257         * gnus-int.el (gnus-server-unopen-status): Add :version.
6258
6259         * gnus-group.el (gnus-group-jump-to-group-prompt)
6260         (gnus-large-ephemeral-newsgroup)
6261         (gnus-fetch-old-ephemeral-headers): Add :version.
6262
6263         * gnus-fun.el (gnus-x-face-directory)
6264         (gnus-convert-pbm-to-x-face-command)
6265         (gnus-convert-image-to-x-face-command)
6266         (gnus-convert-image-to-face-command): Add :version.
6267
6268         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6269
6270         * gnus-cite.el (gnus-cite-blank-line-after-header)
6271         (gnus-article-boring-faces):
6272
6273         * gnus-art.el (gnus-buttonized-mime-types)
6274         (gnus-inhibit-mime-unbuttonizing)
6275         (gnus-treat-display-face)
6276         (gnus-treat-body-boundary): Change :version.
6277         (gnus-body-boundary-delimiter, gnus-picon-databases)
6278         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6279         (gnus-treat-date-english, gnus-treat-fold-headers)
6280         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6281         (gnus-treat-mail-picon, gnus-treat-wash-html)
6282         (gnus-article-encrypt-protocol)
6283         (gnus-use-idna, gnus-article-over-scroll)
6284         (gnus-mime-display-multipart-alternative-as-mixed)
6285         (gnus-mime-display-multipart-related-as-mixed)
6286         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6287         (gnus-ctan-url, gnus-button-ctan-handler)
6288         (gnus-button-handle-ctan-bogus-regexp)
6289         (gnus-button-ctan-directory-regexp)
6290         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6291         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6292         (gnus-button-man-level, gnus-button-emacs-level)
6293         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6294
6295         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6296         (gnus-agent-go-online): Change :version.
6297         (gnus-agent-expire-unagentized-dirs)
6298         (gnus-agent-auto-agentize-methods): Add :version.
6299
6300         * flow-fill.el (fill-flowed-display-column)
6301         (fill-flowed-encode-column): Add :version.
6302
6303         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6304         (gnus-outlook-deuglify-unwrap-max)
6305         (gnus-outlook-deuglify-cite-marks)
6306         (gnus-outlook-deuglify-unwrap-stop-chars)
6307         (gnus-outlook-deuglify-no-wrap-chars)
6308         (gnus-outlook-deuglify-attrib-cut-regexp)
6309         (gnus-outlook-deuglify-attrib-verb-regexp)
6310         (gnus-outlook-deuglify-attrib-end-regexp)
6311         (gnus-outlook-display-hook): Add :version.
6312
6313         * binhex.el (binhex-use-external): Add :version.
6314
6315 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6316
6317         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6318         and `invisible'.
6319
6320 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6321
6322         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6323         in gnus-registry-trim
6324
6325 2004-09-13  Simon Josefsson  <jas@extundo.com>
6326
6327         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6328
6329         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6330
6331         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6332         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6333         <yamaoka@jpl.org>.
6334         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6335         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6336         <yamaoka@jpl.org>.
6337
6338         * sieve.el (sieve-manage-mode): Ditto.
6339
6340 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6343
6344 2004-09-11  Simon Josefsson  <jas@extundo.com>
6345
6346         * dns-mode.el: Add.
6347
6348         * mm-view.el (mm-display-dns-inline): Add.
6349
6350         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6351         (mm-automatic-display): Ditto.
6352
6353         * mailcap.el (mailcap-mime-data): Add text/dns.
6354         (mailcap-mime-extensions): Map .soa to text/dns.
6355
6356 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6357
6358         * gnus-art.el (article-decode-mime-words, article-babel)
6359         (gnus-article-highlight-signature, gnus-article-add-buttons)
6360         (gnus-signature-toggle): Remove unnecessary bindings of
6361         `inhibit-read-only' inherited from v5.10 merge.
6362
6363 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * nntp.el (nntp): New customization group.
6366         (nntp-authinfo-file): Add customization group.
6367
6368         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6369
6370         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6371
6372         * gnus.el (to-address, to-list, subscribed)
6373         (large-newsgroup-initial): Ditto.
6374
6375         * flow-fill.el (fill-flowed-display-column)
6376         (fill-flowed-encode-column): Ditto.
6377
6378 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6379
6380         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6381         Use point-min rather than 1.
6382         (message-send-mail): Use buffer-size rather than point-max.
6383
6384         * gnus-sum.el (gnus-summary-search-article-forward):
6385         Signal a specific `search-failed' rather than a generic `error'.
6386
6387         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6388         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6389         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6390
6391 2004-09-10  Simon Josefsson  <jas@extundo.com>
6392
6393         * nndb.el (require): Remove tcp and duplicate cl.
6394
6395 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-agent.el (directory-files-and-attributes): Move forward.
6398
6399 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6400
6401         * gnus-agent.el (directory-files-and-attributes): Optionally
6402         defined to support XEmacs.
6403
6404 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6405
6406         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6407         to avoid run-time CL dependencies.
6408         (gnus-agent-unfetch-articles): New function.
6409         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6410         article numbers even when local .overview file is missing.
6411         (gnus-agent-read-article-number): New function. Only accepts
6412         27-bit article numbers.
6413         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6414         gnus-agent-read-article-number.
6415         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6416         from backend while recognizing that article numbers in .overview
6417         must be valid.
6418         (gnus-agent-update-files-total-fetched-for): Use
6419         directory-files-and-attributes to improve performance.
6420         * gnus-int.el (gnus-request-move-article): Use
6421         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6422         improve performance.
6423
6424         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6425         some users confused by references to .newsrc when they only have a
6426         .newsrc.eld file.
6427         (gnus-convert-mark-converter-prompt,
6428         gnus-convert-converter-needs-prompt): Fixed use of property list.
6429         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6430         New function. Used internally to only display 'gnus converting
6431         files' message when actually necessary.
6432
6433         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6434         methods now autoloaded.
6435
6436 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6439         identifiers.
6440
6441 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * gnus-picon.el: Fix indentation and closing parenthesis.
6444
6445 2004-09-01  Simon Josefsson  <jas@extundo.com>
6446
6447         * message.el (message-canlock-generate): Require sha1, not
6448         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6449         to require within a function.  Sadly, if sha1.el isn't loaded, the
6450         let binding in m-c-g will hide the defcustom definition, which is
6451         bad.)
6452
6453         * canlock.el: Require sha1, not sha1-el.
6454
6455         * message.el: Don't autoload sha1 (there is a autoload cookie in
6456         sha1.el).
6457
6458         * sha1-el.el: Renamed to sha1.el.
6459
6460 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6461
6462         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6463
6464 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6465
6466         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6467
6468 2004-08-30  Kim F. Storm  <storm@cua.dk>
6469
6470         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6471
6472         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6473         Add :group 'nnimap.
6474
6475 2004-08-30  Andreas Schwab  <schwab@suse.de>
6476
6477         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6478         ?* and ?\;.
6479
6480         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6481         and ?\' to symbol instead of whitespace.
6482
6483 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6486
6487         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6488         instead of re-search-forward.
6489
6490         * gnus-uu.el (gnus-uu-save-article): Ditto.
6491         (gnus-uu-post-encode-uuencode): Ditto.
6492
6493         * html2text.el (html2text-clean-list-items): Ditto.
6494         (html2text-clean-dtdd): Ditto.
6495         (html2text-format-tags): Ditto.
6496
6497         * message.el (message-send-mail-with-sendmail): Fix regexp.
6498         (message-fill-field-general): Use search-forward instead of
6499         re-search-forward.
6500         (unbold-region): Ditto.
6501
6502         * nnrss.el (nnrss-request-article): Ditto.
6503
6504         * nnslashdot.el (nnslashdot-request-article): Ditto.
6505
6506         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6507
6508         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6509         "Unrecognized menu descriptor" error in XEmacs.
6510
6511 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6512
6513         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6514         parent article of a sparse article in the thread hashtb.
6515
6516 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
6517
6518         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6519         (nnmail-expand-newtext): Lowercase expanded entries if
6520         nnmail-split-lowercase-expanded is non-nil.
6521
6522 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6525         entry.
6526
6527         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6528         of gnus-tmp-news-method into string under XEmacs.  It will be
6529         passed to gnus-correct-length which takes only a string argument.
6530
6531 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * gnus-util.el (gnus-bind-print-variables): New macro.
6534         (gnus-prin1): Use it.
6535         (gnus-prin1-to-string): Use it.
6536         (gnus-pp): New function.
6537         (gnus-pp-to-string): New function.
6538
6539         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6540         pp-to-string with gnus-pp-to-string.
6541         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6542         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6543         * gnus-msg.el (gnus-debug): Ditto.
6544         * gnus-score.el (gnus-score-save): Ditto.
6545         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6546         gnus-pp-to-string.
6547         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6548         with gnus-pp.
6549         * score-mode.el (gnus-score-pretty-print): Ditto.
6550         * webmail.el (webmail-debug): Ditto.
6551
6552 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-art.el (article-display-face, article-display-x-face): Use
6555         buffer-read-only.
6556
6557 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-art.el (article-hide-list-identifiers): Bind
6560         inhibit-read-only as t.
6561
6562 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6565
6566 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6567
6568         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6569         (gnus-narrow-to-page): Don't assume point-min == 1.
6570         (gnus-article-edit-mode): Derive from message-mode.
6571
6572         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6573         point-min == 1.
6574
6575         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6576         Disable incorrect use of `assert'.
6577
6578         * message.el (message-mode): Set comment-start-skip.
6579
6580
6581 2004-08-22  Sam Steingold  <sds@gnu.org>
6582
6583         * pop3.el (pop3-leave-mail-on-server): New user variable.
6584         (pop3-movemail): Delete mail only when it is nil.
6585
6586 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6589
6590         * mml.el (mml-preview): Use `pop-to-buffer'.
6591
6592         * message.el (message-goto-mail-followup-to): Insert after "To".
6593         (message-carefully-insert-headers): Add comment.
6594
6595         * gnus.el: Remove unused variable `gnus-article-check-size'.
6596
6597         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6598
6599         * gnus-art.el (gnus-button-alist): Improve
6600         `gnus-button-handle-library' entry.
6601
6602 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
6603
6604         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6605         downcase, since XEmacs capitalizes error messages differently.
6606
6607 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6608
6609         * nntp.el: Add (require 'gnus) due to reference to
6610         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6611
6612 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6613
6614         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6615         `mm-fill-flowed'.
6616
6617         * mm-decode.el (mm-dissect-singlepart): Check it.
6618
6619 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6620
6621         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6622         'imap' for netrc parsing
6623
6624 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * mailcap.el (mailcap-mime-data): Mark as risky.
6627
6628 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6631         may be included in the encoded word.
6632         (rfc2047-encode): Don't append a space if the encoded word
6633         includes close parenthesis.
6634
6635 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6638         of text within parentheses.
6639
6640 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6641
6642         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6643         (gnus-encrypt-write-file-contents): the password key is the file
6644         name PLUS the cipher, not just the cipher.  Also remove failed
6645         passwords from the cache.
6646
6647 2004-08-06  Simon Josefsson  <jas@extundo.com>
6648
6649         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6650         fix.
6651
6652 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6655         LWSP.
6656
6657 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6658
6659         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6660         to append in-reply-to: data to the references: header
6661
6662         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6663         (netrc-parse): use gnus-encrypt.el functions
6664
6665         * gnus-encrypt.el: new file for encryption support; currently
6666         does only a few GPG ciphers and an internal XOR cipher
6667
6668         * password.el: add comments on using password-read-and-add
6669         (password-read-and-add): new function to read and add the
6670         password to the cache at once
6671
6672 2004-07-28  Simon Josefsson  <jas@extundo.com>
6673
6674         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6675         parameter (but don't use it, for now).
6676
6677         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6678         instead of hard coding to nil.
6679
6680 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6683         as mm-inline-image-xemacs does.
6684
6685 2004-07-26  Simon Josefsson  <jas@extundo.com>
6686
6687         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6688         Revert part of 2004-07-17 change below.
6689
6690 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6693         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6694
6695 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6696
6697         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6698         quotes that actually start with ">" at the beginning of the
6699         lines.
6700
6701 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * rfc2047.el (rfc2047-encode-region): Fix last change.
6704         (rfc2047-encode-parameter): Remove useless concat.
6705
6706 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6709         encode special characters; fix some kind of misconfigured headers;
6710         signal a real error if debug-on-quit or debug-on-error is non-nil.
6711         (rfc2047-encode-max-chars): New variable.
6712         (rfc2047-encode-1): Use it.
6713         (rfc2047-encode-parameter): New function.
6714
6715         * mml.el (mml-insert-parameter): Remove an excessive space.
6716
6717 2004-07-17  Simon Josefsson  <jas@extundo.com>
6718
6719         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6720         Kai Grossjohann <kai@emptydomain.de>.
6721         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6722         (gnus-group-make-menu-bar): Ditto.
6723
6724         * gnus-util.el (gnus-group-server): Add.
6725
6726 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6727
6728         * message.el (message-clone-locals): Clone sendmail and smtp
6729         variables.
6730
6731 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * rfc2047.el (rfc2047-encode-region): Fix last change.
6734
6735 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6738         characters as non-special.
6739
6740 2004-07-09  Simon Josefsson  <jas@extundo.com>
6741
6742         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6743         Users will lose all flag changes made while unplugged with
6744         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6745         good default.  See numerous reports on ding mailing list.
6746
6747 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6750         add generate-head-function and generate-article-function to the
6751         rfc822-forward entry.
6752         (nndoc-rfc822-forward-generate-article): New function.
6753         (nndoc-rfc822-forward-generate-head): New function.
6754
6755         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6756
6757 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6758
6759         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
6760         respect display group parameter and gnus-summary-expunge-below.
6761         (gnus-articles-to-read): Remove unused reference to display group
6762         parameter.
6763
6764 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * nnheader.el (nnheader-uniquify-message-id): New experimental
6767         variable.
6768         (nnheader-nov-read-message-id): Use it.
6769
6770         * spam-report.el (spam-report-gmane): Add interactive.
6771
6772 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6775         qp-or-base64 for the application/* types.
6776
6777 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6778
6779         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6780
6781 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6782
6783         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6784         trim value
6785
6786 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6787
6788         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6789         New macro and function.
6790         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6791
6792 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6795         after-load-alist.
6796
6797 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6798
6799         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6800         update info that isn't there.
6801
6802 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6803
6804         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6805         entry.
6806
6807 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * mm-view.el (mm-inline-render-with-function): Use multibyte
6810         buffer; decode html source by charset.
6811
6812         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6813
6814         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6815         Mule-UCS is loaded under XEmacs.
6816         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6817
6818 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6819
6820         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6821
6822 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * mm-util.el (mm-coding-system-p): Return a coding-system.
6825         (mm-mime-mule-charset-alist): Use shift_jis instead of
6826         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6827         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6828         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6829         instead of japanese-shift-jis and iso-latin-1 respectively in
6830         order to share the default value with both Emacs and XEmacs-mule.
6831         (mm-mule-charset-to-mime-charset): Make
6832         mm-coding-system-priorities effective.
6833         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6834         while predicating of candidates upon the priorities.
6835
6836 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6837
6838         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6839         gnus-uu-invert-processable.
6840
6841         * gnus.el: Autoload gnus-uu-invert-processable.
6842
6843 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * mm-util.el (mm-with-multibyte-buffer): New macro.
6846
6847         * rfc2047.el (rfc2047-encode-string): Use it.
6848         (rfc2047-encode-region): Move point to the end of the region after
6849         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6850
6851 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6854         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6855
6856 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6859         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6860         Karl Chen <quarl@nospam.quarl.org>.
6861
6862 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6863
6864         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6865         invalid addresses.
6866
6867 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6868
6869         * spam.el: section markers changed, TODO list revised
6870         (spam-backends): new master list of all installed backends
6871         (spam-summary-exit-behavior): new variable to determine how
6872         messages moves are done at summary exit
6873         (spam-move-spam-nonspam-groups-only)
6874         (spam-process-ham-in-nonham-groups)
6875         (spam-process-ham-in-spam-groups): variables removed, the
6876         spam-summary-exit-behavior variable should be used to manage this
6877         behavior
6878         (spam-old-ham-articles, spam-old-spam-articles): removed
6879         (spam-old-articles): new variable, replacing spam-old-ham-articles
6880         and spam-old-spam-articles
6881         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6882         empty variables, placeholders for the backends they represent
6883         (spam-set-difference): moved, unchanged
6884         (spam-list-of-processors): variable OBSOLETE, not used anymore
6885         unless the user has a processor variable
6886         (spam-classifications, spam-classification-valid-p)
6887         (spam-backend-properties, spam-backend-property-valid-p)
6888         (spam-backend-function-type-valid-p)
6889         (spam-process-type-valid-p, spam-list-articles): helper functions
6890         (spam-report-articles-gmane, spam-report-articles-resend):
6891         functions removed, they are not needed
6892         (spam-install-backend-super, spam-backend-list)
6893         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
6894         (spam-backend-function, spam-backend-ham-registration-function)
6895         (spam-backend-spam-registration-function)
6896         (spam-backend-ham-unregistration-function)
6897         (spam-backend-spam-unregistration-function)
6898         (spam-backend-statistical-p, spam-backend-mover-p)
6899         (spam-install-backend-alias, spam-install-checkonly-backend)
6900         (spam-install-mover-backend, spam-install-nocheck-backend)
6901         (spam-install-backend, spam-install-statistical-backend)
6902         (spam-install-statistical-checkonly-backend): backend installation
6903         support
6904         (spam-summary-prepare-exit): rewritten to use the new backend code
6905         (spam-group-processor-p): use the new backend code and respect the
6906         summary exit behavior
6907         (spam-mark-spam-as-expired-and-move-routine): removed
6908         (spam-summary-prepare): changed to use the new spam-old-articles
6909         variable
6910         (spam-copy-or-move-routine, spam-copy-spam-routine)
6911         (spam-move-spam-routine, spam-copy-ham-routine)
6912         (spam-move-ham-routine): new code to copy/move ham or spam
6913         (spam-fetch-field-fast): doc and code improved, plus it allows the
6914         'number request
6915         (spam-list-of-checks, spam-list-of-statistical-checks): variables
6916         removed, no longer used
6917         (spam-split, spam-find-spam): use the new backend code
6918         (spam-registration-functions): variable removed, no longer used
6919         (spam-unregister-routine): convenience wrapper
6920         (spam-log-undo-registration, spam-register-routine)
6921         (spam-log-processing-to-registry)
6922         (spam-log-unregistration-needed-p): renamed "check" to "backend"
6923         where possible
6924         (spam-check-gmane-xref, spam-check-regex-headers)
6925         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
6926         (spam-check-whitelist, spam-check-blacklist)
6927         (spam-check-bogofilter-headers, spam-check-spamoracle)
6928         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
6929         (spam-check-crm114-headers): use the spam-split-group that
6930         spam-split prepares, no need to determine it every time
6931
6932         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
6933         the nnheader-parse-naked-head call
6934
6935         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
6936
6937         * gnus-sum.el (gnus-nov-parse-line): add the message number to
6938         the nnheader-nov-read-message-id call
6939
6940 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
6943         gnus-activate-group twice.  Suggested by Markus Peter
6944         <warp@spin.de>.
6945
6946 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-art.el (gnus-article-time-format): Exchange the order of
6949         day and month in the default value; fix customization type.
6950         (article-date-ut): Use add-text-properties.
6951         (article-make-date-line): Use message-make-date instead of
6952         current-time-string.
6953
6954         * message.el (message-fetch-field): Don't use set-text-properties.
6955         (message-make-date): Simplify.
6956
6957         * messagexmas.el (message-xmas-make-date): New function.
6958         (message-xmas-redefine): Defalias message-make-date to it.
6959
6960 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
6963         (rfc2047-encode-region): Treat text within parentheses as special;
6964         show the original text when error has occurred.
6965
6966         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
6967         already-computed method to gnus-activate-group.
6968
6969         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
6970         same select-methods identical Lisp objects.
6971
6972         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
6973         object when modifying the info.
6974
6975 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-srvr.el (gnus-server-set-info): Remove the server from
6978         gnus-opened-servers since it has never been opened with the new
6979         configuration yet.
6980
6981 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
6984         arg to nnheader-generate-fake-message-id.
6985
6986 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
6987
6988         * nnheader.el (nnheader-generate-fake-message-id): accept a
6989         number and build a fake message ID localized to a group and
6990         article number (so it's repeatable from that point on)
6991         (nnheader-fake-message-id-p): change regex to accomodate new fake
6992         ID format
6993
6994         * gnus-sum.el (gnus-get-newsgroup-headers): call
6995         nnheader-generate-fake-message-id with the article number
6996
6997 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
6998
6999         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7000         end-of-buffer.
7001
7002 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7003
7004         * message.el (message-ignored-supersedes-headers): Add Approved.
7005
7006 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7009         goto-char.
7010         (rfc2047-encode): Fold the line before encoding.
7011
7012 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7013
7014         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7015         folding -- not all headers can be folded, and this should be done
7016         by the message composition mode.  Probably.  I think.
7017
7018 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7021         fast.
7022
7023         * gnus-ems.el (gnus-remove-image): Don't use
7024         message-text-with-property; remove only the image found first.
7025
7026         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7027         found first.
7028
7029 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7030
7031         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7032
7033 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * message.el (message-text-with-property): Make it fast and accept
7036         optional arguments.
7037         (message-strip-forbidden-properties): Use it.
7038         (message-fix-before-sending): Follow the m-t-w-p change.
7039
7040         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7041
7042 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * gnus-art.el (article-hide-headers): Don't change the buffer
7045         mistakenly when performing mml-preview even if
7046         gnus-single-article-buffer is nil.
7047
7048 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7049
7050         * message.el (message-expand-name-databases): New user option.
7051         (message-expand-name): Use it.
7052
7053 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7054
7055         * spam.el (spam-report-articles-resend)
7056         (spam-report-resend-register-routine): allow ham reporting
7057         (spam-report-resend-register-ham-routine): simple wrapper
7058         (spam-registration-functions): add ham resending functions
7059         (spam-list-of-processors): add ham resend processor
7060
7061         * gnus.el (ham-resend-to): new group parameter
7062         (spam-process): add ham resend option
7063
7064         * spam-report.el (spam-report-resend): allow reporting ham
7065         (spam-report-resend-ham): simple wrapper
7066
7067 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * message.el (message-cite-articles-with-x-no-archive): New
7070         variable.
7071         (message-cite-original): Use it.
7072
7073 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7074
7075         * message.el (message-cite-original): Respect X-No-Archive.
7076
7077 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-art.el (article-hide-headers): Refer to the values for
7080         gnus-ignored-headers and gnus-visible-headers in the summary
7081         buffer since a user may have set them as group parameters.
7082
7083 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7084
7085         * assistant.el (assistant-node-name): new convenience function
7086         (assistant-render-text, assistant-render-node): error handling,
7087         plus handle multiple next nodes
7088         (assistant-find-next-node): commented out for now
7089         (assistant-find-next-nodes): new function, returns list of next
7090         nodes
7091
7092 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7093
7094         * mail-source.el (mail-source-directory): Fix doc-string.
7095
7096 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7097
7098         * assistant.el (assistant-render-text, assistant-eval): add :set
7099         widget type, which is different because it takes and returns a
7100         list.  Much hilarity ensues.
7101
7102 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7105
7106         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7107         doc-string.
7108
7109         * gnus-start.el (gnus-activate-group): Added doc-string.
7110
7111 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7114
7115 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7116
7117         * assistant.el (assistant-render-text): trying to add a :set
7118         widget, more to come...
7119
7120         * spam.el (spam-group-spam-contents-p): handle empty groupname
7121         strings
7122         (spam-report-articles-resend)
7123         (spam-register-routine): do registration iff any articles warrant
7124         it.
7125         (spam-summary-prepare-exit): changed log message for nil group
7126         destinations
7127
7128 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7129
7130         * spam.el (spam-report-resend-register-routine): allow
7131         spam-report-resend-to to be a group parameter or a global value
7132
7133 2004-05-26  Simon Josefsson  <jas@extundo.com>
7134
7135         * starttls.el: Merge with my GNUTLS based starttls.el.
7136         (starttls-gnutls-program, starttls-use-gnutls)
7137         (starttls-extra-arguments, starttls-process-connection-type)
7138         (starttls-connect, starttls-failure, starttls-success): New
7139         variables.
7140         (starttls-program, starttls-extra-args): Doc fix.
7141         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7142         functions.
7143         (starttls-negotiate, starttls-open-stream): Check
7144         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7145         function if it is set.
7146
7147 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7150         structured fields.
7151
7152 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7155
7156 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7157
7158         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7159         variable.
7160         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7161         assigning the spam-mark to new messages.
7162
7163 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7164
7165         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7166
7167 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7170
7171         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7172         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7173         default.
7174
7175 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7176
7177         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7178         correct data.
7179
7180 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7181
7182         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7183         (spam-group-processor-p): fixed function so it works properly
7184         (spam-group-processor-multiple-p)
7185         (spam-group-spam-processor-report-gmane-p)
7186         (spam-group-spam-processor-report-resend-p)
7187         (spam-group-spam-processor-bogofilter-p)
7188         (spam-group-spam-processor-blacklist-p)
7189         (spam-group-spam-processor-ifile-p)
7190         (spam-group-ham-processor-ifile-p)
7191         (spam-group-spam-processor-spamoracle-p)
7192         (spam-group-spam-processor-crm114-p)
7193         (spam-group-ham-processor-bogofilter-p)
7194         (spam-group-spam-processor-stat-p)
7195         (spam-group-ham-processor-stat-p)
7196         (spam-group-ham-processor-whitelist-p)
7197         (spam-group-ham-processor-BBDB-p)
7198         (spam-group-ham-processor-spamoracle-p)
7199         (spam-group-ham-processor-copy-p): functions removed with some
7200         prejudice against unneeded code
7201         (spam-report-articles-resend)
7202         (spam-report-resend-register-routine): allow the group/topic
7203         spam-resend-to value to override spam-report-resend-to
7204         (spam-summary-prepare-exit): invoke spam-group-processor-p
7205         properly now
7206
7207         * gnus.el (spam-resend-to): new group/topic parameter
7208         (spam-process): move the OBSOLETE processors to the end of the
7209         choices.
7210
7211 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7212
7213         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7214         with resend-to set to nil, and then ask the user if necessary.
7215         (spam-report-resend): spam-report-resend takes a list of articles, not
7216         separate article numbers.
7217
7218 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7221         addition to emacs-w3m.
7222
7223 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224
7225         * assistant.el (assistant-authinfo-data): New function.
7226         (assistant-eval): Eval for entire assistant.
7227
7228         * netrc.el (netrc-services-file): New variable.
7229         (netrc-parse-services): New function.
7230         (netrc-find-service-name): New function.
7231         (netrc-find-service-number): New function.
7232         (netrc-port-equal): New function.
7233         (netrc-machine): Use it.
7234
7235         * nnimap.el (nnimap-open-connection): Use netrc.
7236
7237         * gnus-util.el (gnus-netrc-get): Remove aliases.
7238
7239         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7240
7241         * assistant.el (wid-edit): Fix compilation.
7242
7243         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7244
7245 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7246
7247         * gnus-util.el (gnus-set-file-modes): New function.  (small
7248         patch).
7249
7250 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7251
7252         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7253
7254         * assistant.el (assistant-render-node): Fix up rendering and
7255         read-only text.
7256         (assistant-render-node): Reset.
7257         (assistant-make-read-only): Not sticky.
7258
7259 2004-05-20  Danny Siu  <dsiu@adobe.com>
7260
7261         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7262         centered even when gnus-auto-center-summary is t
7263
7264 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * dns.el (dns-get-txt-answer): New function.
7267         (dns-read-txt): Ditto.
7268         (query-dns): Use it.
7269
7270 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7273         active for foreign groups even if the group level is higher than
7274         the specified value.
7275
7276 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7277
7278         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7279         non-active groups.
7280
7281         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7282
7283 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7284
7285         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7286
7287 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7288
7289         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7290         (spam-crm114-header, spam-crm114-spam-switch)
7291         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7292         (spam-crm114-positive-spam-header)
7293         (spam-crm114-database-directory, spam-list-of-processors)
7294         (spam-group-spam-processor-crm114-p)
7295         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7296         (spam-generic-score, spam-list-of-checks)
7297         (spam-list-of-statistical-checks, spam-registration-functions)
7298         (spam-check-crm114-headers, spam-crm114-score)
7299         (spam-check-crm114, spam-crm114-register-with-crm114)
7300         (spam-crm114-register-spam-routine)
7301         (spam-crm114-unregister-spam-routine)
7302         (spam-crm114-register-ham-routine)
7303         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7304         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7305
7306         * gnus.el: added spam-use-crm114
7307
7308         * spam.el (spam-list-of-processors, spam-registration-functions):
7309         add spam-use-resend
7310         (spam-group-spam-processor-report-resend-p): utility wrapper
7311         (spam-report-articles-gmane): doc fix
7312         (spam-report-articles-resend,
7313         spam-report-resend-register-routine): wrappers around
7314         spam-report-resend-to
7315
7316         * spam-report.el (spam-report-resend-to, spam-report-resend):
7317         support for resending spam
7318         (spam-report-gmane): line length >80 fix
7319
7320         * gnus.el (spam-process): add spam-use-resend
7321
7322 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7323
7324         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7325         number of processed spam messages.
7326         (spam-ham-copy-or-move-routine): Return the number of processed
7327         ham messages.
7328         (spam-summary-prepare-exit): Use the above values to decide
7329         whether status messages shouled be displayed.
7330
7331 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7334         `rfc2047-encoding-function-alist' in order to avoid conflicting
7335         with the old version.
7336         (rfc2047-encode-region): Concatenate words containing non-ASCII
7337         characters in structured fields; don't encode space-delimited
7338         ASCII words even in unstructured fields; don't break words at
7339         char-category boundaries.
7340         (rfc2047-encode-1): New function.
7341         (rfc2047-encode): Use it; encode text so that it occupies the
7342         maximum width within 76-column; work correctly on Q encoding for
7343         iso-2022-* charsets.
7344         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7345         sure not to break a line just after the header name.
7346         (rfc2047-b-encode-region): Removed.
7347         (rfc2047-b-encode-string): New function.
7348         (rfc2047-q-encode-region): Removed.
7349         (rfc2047-q-encode-string): New function.
7350
7351         * mm-util.el (mm-replace-in-string): New function.
7352
7353 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7354
7355         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7356         get it right.
7357         (gnus-inews-make-draft): Really.
7358
7359 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7360
7361         * nnmh.el (nnmh-request-list-1): Don't check the link count
7362         before descending.  (small patch)
7363
7364 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7367         stuff.
7368
7369         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7370         on real group name.
7371
7372         * gnus-art.el (gnus-signature-limit): Doc fix.
7373
7374         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7375
7376         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7377
7378 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7379
7380         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7381         isn't a string.
7382
7383 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * gnus-draft.el (gnus-draft-send): Bind
7386         rfc2047-encode-encoded-words.
7387
7388         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7389         (rfc2047-encodable-p): Say that =? needs encoding.
7390         (rfc2047-encode-encoded-words): New variable.
7391
7392         * gnus-group.el (gnus-group-select-group): Doc fix.
7393
7394         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7395
7396         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7397         to nil.
7398
7399         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7400
7401         * nnheader.el (nnheader-get-lines-and-char): New function.
7402
7403 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * gnus-msg.el (gnus-summary-followup-with-original): Document
7406         yanking of region when active.
7407
7408 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7411         groups if the group level is higher than the specified value.
7412
7413 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7416         (gnus-group-jump-to-group): Added prefix argument using
7417         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7418         non-active group.
7419
7420         * compface.el (uncompface): Be verbose when changing
7421         `uncompface-use-external'.
7422
7423         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7424         handle manual section.
7425
7426 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7427
7428         * gnus-art.el (gnus-button-alist): Revert previous change.
7429
7430 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7433
7434 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7437         whether backend can accept message.
7438
7439         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7440
7441 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7442
7443         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7444         Avoid creating directory when nntp-marks-is-evil is true.
7445         Reported by Reiner Steib.
7446
7447 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * gnus-picon.el (gnus-picon-style): New variable.
7450         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7451         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7452         Jesper Harder <harder@ifa.au.dk>.
7453
7454 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * message.el (message-fill-field): Return point.
7457         (message-generate-headers): Go to end of field.
7458
7459         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7460         stuff for non-living groups.
7461
7462 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7463
7464         * gnus-art.el (gnus-article-followup-with-original)
7465         (gnus-article-reply-with-original): gnus-mark-active-p ->
7466         gnus-region-active-p.
7467
7468 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7469
7470         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7471         only when there is spam or ham to be processed
7472
7473 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7474
7475         * mail-source.el (mail-source-delete-crash-box): Refactor.
7476         (mail-source-fetch): Use it.
7477         (mail-source-fetch-file): Ditto.
7478         (mail-source-fetch-directory): Run postscript in loop.
7479         (mail-source-fetch-pop): Delete.
7480         (mail-source-fetch-maildir): Ditto.
7481         (mail-source-fetch-imap): Ditto.
7482
7483         * imap.el (imap-authenticators): Comment out sasl.
7484
7485         * message.el (message-skip-to-next-address): New function.
7486         (message-fill-header-address): Refactor.
7487         (message-fill-address): Use it.
7488         (message-delete-address): Use it.
7489         (message-fill-header-general): Refactor.
7490         (message-fill-field-address): Rename.
7491         (message-narrow-to-field): Find the start of the header.
7492         (message-header-format-alist): Don't pre-fill.
7493         (message-fill-header): Removed.
7494         (message-insert-header): New function.
7495         (message-shorten-references): Use it.
7496
7497         * rfc2047.el (rfc2047-field-value): Strip props.
7498
7499         * mail-parse.el (mail-header-make-address): New alias.
7500
7501         * ietf-drums.el (ietf-drums-make-address): New function.
7502
7503         * imap.el: Add compiler directives.
7504
7505         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7506
7507         * gnus-art.el (article-decode-idna-rhs): Don't use
7508         message-idna-inside-rhs-p.
7509
7510 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7511
7512         * message.el (message-idna-inside-rhs-p): Removed.
7513         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7514
7515         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7516         false positives.
7517
7518 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7519
7520         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7521
7522 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523
7524         * nneething.el (nneething-file-name): Don't create spurions
7525         files.
7526
7527         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7528         (gnus-inews-do-gcc): Remove sleep.
7529
7530         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7531         part under point.
7532
7533         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7534         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7535
7536 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7537
7538         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7539
7540 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7541
7542         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7543         as expired without moving it" message when there are spam
7544         messages left
7545
7546 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7547
7548         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7549         header is not nil.
7550
7551 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7552
7553         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7554         nntp-possibly-create-directory, not nntp-possibly-change-group.
7555         (nntp-marks-changed-p): New arg SERVER.
7556         (nntp-request-update-info): Adjust caller.
7557
7558 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7559
7560         * nntp.el (nntp-save-marks): Pass missing arg.
7561
7562 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7563
7564         * nntp.el: Support marks.
7565         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7566         (nntp-marks-modtime, nntp-marks-directory): New variables.
7567         (nntp-request-set-mark, nntp-request-update-info)
7568         (nntp-possibly-create-directory, nntp-marks-changed-p)
7569         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7570         functions.
7571
7572 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7573
7574         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7575         (gnus-xmas-redefine): Rename.
7576
7577         * gnus-score.el (gnus-score-insert-help): Use
7578         gnus-select-lowest-window.
7579
7580         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7581         appt-select-lowest-window and rename to gnus-select-lowest-window.
7582
7583         * gnus.el: do.
7584
7585 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7586
7587         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7588         encodings of MIME-encoded words, in order to improve
7589         interoperability with several broken MUAs.
7590
7591 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7592
7593         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7594         tags, only when charsets are not specified in headers.
7595         (mm-inline-text-html-render-with-w3m): Ditto.
7596
7597         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7598         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7599
7600 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7601
7602         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7603         instead of MIME-decoded from fields when checking
7604         `gnus-article-address-banner-alist'.
7605
7606 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7607
7608         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7609         description rather than subject.
7610
7611 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7612
7613         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7614
7615 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7616
7617         * gnus.el (gnus-version-number): Bump.
7618
7619 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7620
7621         * gnus.el: No Gnus v0.2 is released.
7622
7623 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * gnus-agent.el (gnus-agent-read-agentview): Inline
7626         gnus-uncompress-range.
7627
7628 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7629
7630         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7631         `exec-installed-p'.
7632
7633 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7634
7635         * gnus.el (spam-process, spam-autodetect-methods): Add
7636         bsfilter and bsfilter-headers.
7637
7638         * spam.el (spam-bsfilter): New customize group.
7639         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7640         (spam-bsfilter-header, spam-bsfilter-probability-header)
7641         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7642         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7643         (spam-bsfilter-database-directory): New options.
7644         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7645         (spam-list-of-statistical-checks, spam-registration-functions):
7646         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7647         (spam-bsfilter-score): New command.
7648         (spam-check-bsfilter-headers, spam-check-bsfilter)
7649         (spam-bsfilter-register-with-bsfilter)
7650         (spam-bsfilter-register-spam-routine)
7651         (spam-bsfilter-unregister-spam-routine)
7652         (spam-bsfilter-register-ham-routine)
7653         (spam-bsfilter-unregister-ham-routine): New functions.
7654         (spam-generic-score): Support bsfilter; Accept an optional argument
7655         to recalcurate spam score even if scoring header has already been
7656         added.
7657         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7658         optional argument to recalcurate spam score even if scoring header
7659         has already been added.
7660
7661 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7662
7663         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7664         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7665         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7666         link is missing.
7667
7668 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7669
7670         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7671         (html2text-get-attr): Rewrite.
7672
7673         * message.el (message-setup-1): Remove redundant put-text-property
7674         on mail-header-separator.
7675
7676 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7677
7678         * gnus-registry.el (gnus-registry-cache-whitespace)
7679         (gnus-registry-action, gnus-registry-spool-action)
7680         (gnus-registry-split-fancy-with-parent): changed message levels
7681         from 5 to 3 or 7, as needed
7682
7683         * spam.el (spam-summary-prepare-exit)
7684         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7685         (spam-split, spam-find-spam, spam-log-undo-registration)
7686         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7687         level from 5 to 6
7688
7689 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7692         2004-03-04 change).
7693
7694 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7695
7696         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7697         Use mapc when appropriate.
7698
7699         * sieve-manage.el (sieve-manage-open): do.
7700
7701         * nnweb.el (nnweb-insert-html): do.
7702
7703         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7704         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7705
7706         * nnspool.el (nnspool-request-group): do.
7707
7708         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7709         do.
7710
7711         * nnml.el (nnml-request-update-info): do.
7712
7713         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7714         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7715
7716         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7717         (nnimap-request-set-mark): do.
7718
7719         * nnfolder.el (nnfolder-request-update-info): do.
7720
7721         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7722         do.
7723
7724         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7725
7726         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7727
7728         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7729         do.
7730
7731         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7732         do.
7733
7734         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7735
7736         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7737
7738         * gnus-int.el (gnus-start-news-server): do.
7739
7740         * gnus-group.el (gnus-group-make-kiboze-group)
7741         (gnus-group-browse-foreign-server): do.
7742
7743 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7744
7745         FIXME: Make separate entries for each person.
7746
7747         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7748         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7749         <shields@msrl.com>:
7750
7751         * spam.el (spam-necessary-extra-headers): get the extra headers we
7752         may need for spam sorting and scoring
7753         (spam-user-format-function-S): a user format function suitable for
7754         general use
7755         (spam-article-sort-by-spam-status): sorting function for summary
7756         sorting
7757         (spam-extra-header-to-number): get a score from a header
7758         (spam-summary-score): get a numeric score from the headers
7759         (spam-generic-score): oops, function doc in wrong place
7760         (spam-initialize): take symbols when it's run, and install the
7761         extra headers that spam-necessary-extra-headers thinks we need
7762
7763 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7764
7765         * spam.el (spam-summary-prepare-exit): logic and message fix.
7766         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7767
7768 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7769
7770         * gnus-sum.el (gnus-set-global-variables)
7771         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7772         (gnus-article-get-xrefs, gnus-summary-best-group)
7773         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7774         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7775         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7776         with-current-buffer.
7777
7778 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7779
7780         * spam.el (spam-summary-prepare-exit): simplified logic
7781         (spam-fetch-article-header): read the article header if it's not
7782         available
7783         (spam-list-articles): simplified logic
7784         (spam-filelist-register-routine): found bug with unregister-list
7785
7786         * gnus-registry.el: clarified comments at beginning
7787
7788 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7789
7790         * message.el (message-cater-to-broken-inn): Remove.
7791         (message-shorten-references): Make sure the total folded length of
7792         References is shorter than 998 characters to cater to a bug in INN
7793         2.3.  Also, don't pretend that references aren't folded -- this
7794         hasn't worked for a while.
7795
7796 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7797
7798         * gnus-agent.el (gnus-agentize):
7799         gnus-agent-send-mail-real-function no longer set to current value
7800         of message-send-mail-function but rather a lambda that calls
7801         message-send-mail-function.  The change makes the agent real-time
7802         responsive to user changes to message-send-mail-function.
7803
7804 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7805
7806         * legacy-gnus-agent.el
7807         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7808         help from Florian Weimer <fw@deneb.enyo.de>
7809
7810 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * nnmail.el (nnmail-cache-insert): Revert last change.
7813
7814 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * nnmail.el (nnmail-cache-insert): Always check whether
7817         nnmail-cache-ignore-groups matches a group name.
7818
7819 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7820
7821         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7822         (spam-find-spam, spam-log-processing-to-registry)
7823         (spam-log-registered-p, spam-log-unregistration-needed-p)
7824         (spam-log-undo-registration): use gnus-message instead of
7825         gnus-error, none of these errors are fatal
7826
7827         * gnus-registry.el (gnus-registry-clean-empty-function)
7828         (gnus-registry-clean-empty): remove only empty entries without
7829         extra data
7830
7831 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7832
7833         * spam-stat.el (spam-stat-buffer-change-to-spam)
7834         (spam-stat-buffer-change-to-non-spam): change (error) to
7835         (gnus-message 8) invocation
7836
7837 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * nntp.el (nntp-via-netcat-command): New variable.
7840         (nntp-via-netcat-switches): New variable.
7841         (nntp-open-via-rlogin-and-netcat): New function.
7842         (nntp-open-connection-function): Doc fix.
7843         (nntp-telnet-command): Doc fix.
7844         (nntp-end-of-line): Doc fix.
7845         (nntp-via-rlogin-command): Doc fix.
7846         (nntp-via-user-name): Doc fix.
7847         (nntp-via-address): Doc fix.
7848
7849 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7852         error in Emacs 21.1.
7853
7854 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7855
7856         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7857
7858 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7859         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7860         (gnus-agent-with-refreshed-group): New macro.
7861         (gnus-agent-rename-group): New function.
7862         (gnus-agent-delete-group): New function.
7863         (gnus-agent-save-group-info): Use gnus-command-method when
7864         `method' parameter is nil.  Don't write nil entries into the
7865         active file.
7866         (gnus-agent-get-group-info): New function.
7867         (gnus-agent-fetch-articles): Use
7868         gnus-agent-update-files-total-fetched-for to increment disk space
7869         used.
7870         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7871         gnus-agent-update-view-total-fetched-for to increment disk space
7872         used.
7873         (gnus-agent-get-local): Added optional parameters to avoid calling
7874         gnus-group-real-name and gnus-find-method-for-group.
7875         (gnus-agent-set-local): Delete stored entry if either min, or max,
7876         are nil.
7877         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7878         quit, use gnus-agent-regenerate-group to record existance of any
7879         articles fetched to disk before the quit occurred.
7880         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7881         gnus-agent-update-view-total-fetched-for, and
7882         gnus-agent-update-files-total-fetched-for to decrement disk space
7883         used.
7884         (gnus-agent-retrieve-headers): Use
7885         gnus-agent-update-view-total-fetched-for to increment disk space
7886         used.
7887         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7888         with gnus-agent-update-files-total-fetched-for to decrement disk
7889         space and fresh group buffer.
7890         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7891         (gnus-agent-need-update-total-fetched-for): New variable.
7892         (gnus-agent-update-files-total-fetched-for): New function.
7893         (gnus-agent-update-view-total-fetched-for): New function.
7894         (gnus-agent-total-fetched-for): New function.
7895
7896         * gnus-cache.el (gnus-cache-save-buffers): Use
7897         gnus-cache-update-overview-total-fetched-for to change disk space
7898         used by this group.
7899         (gnus-cache-possibly-enter-article): Use
7900         gnus-cache-update-file-total-fetched-for to increment disk space
7901         used by this group.
7902         (gnus-cache-possibly-remove-article): Use
7903         gnus-cache-update-file-total-fetched-for to decrement disk space
7904         used by this group.
7905         (gnus-cache-generate-nov-databases): Purge total fetched cache.
7906         (gnus-cache-rename-group): New function.
7907         (gnus-cache-delete-group): New function.
7908         (gnus-cache-inhibit-update-total-fetched-for): New variable.
7909         (gnus-cache-need-update-total-fetched-for): New variable.
7910         (gnus-cache-with-refreshed-group): New macro.
7911         (gnus-cache-update-file-total-fetched-for): New function.
7912         (gnus-cache-update-overview-total-fetched-for): New function.
7913         (gnus-cache-rename-group-total-fetched-for): New function.
7914         (gnus-cache-delete-group-total-fetched-for): New function.
7915         (gnus-cache-total-fetched-for): New function.
7916
7917         * gnus-group.el: Require gnus-sum and autoload functions to
7918         resolve warnings when gnus-group.el compiled alone.
7919         (gnus-group-line-format): Documented new %F
7920         (size of Fetched data) group line format; identifies disk space
7921         used by agent and cache.
7922         (gnus-group-line-format-alist): Defined new F format.
7923         (gnus-total-fetched-for): New function.
7924         (gnus-group-delete-group): No longer update
7925         gnus-cache-active-altered as gnus-request-delete-group now keeps
7926         the cache in sync.
7927         (gnus-group-list-active): Let the agent store a server's active
7928         list if currently plugged.
7929
7930         * gnus-int.el (gnus-request-delete-group): Use
7931         gnus-cache-delete-group and gnus-agent-delete-group to keep the
7932         local disk in sync with the server.
7933          (gnus-request-rename-group): Use
7934         gnus-cache-rename-group and gnus-agent-rename-group to keep the
7935         local disk in sync with the server.
7936
7937         * gnus-start.el (gnus-get-unread-articles): Cosmetic
7938         simplification to logic.
7939
7940         * gnus-util.el (gnus-rename-file): New function.
7941
7942 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
7943
7944         * mm-util.el (mm-image-load-path): Handle nil in load-path.
7945
7946 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
7947
7948         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
7949         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
7950
7951 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
7952
7953         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
7954         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
7955
7956 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
7957
7958         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
7959
7960 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
7961
7962         * spam.el (spam-set-difference): new function to replace
7963         gnus-set-difference in spam.el
7964         (spam-summary-prepare-exit): use spam-set-difference
7965
7966 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7967
7968         * gnus-registry.el (gnus-registry-cache-file): updated to use
7969         gnus-dribble-directory OR gnus-home-directory OR ~
7970         (gnus-registry-split-fancy-with-parent): fixed doc
7971
7972 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * message.el (message-exchange-point-and-mark): Use
7975         message-mark-active-p.  Suggested by Jesper Harder
7976         <harder@ifa.au.dk>.
7977
7978 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * message.el (message-exchange-point-and-mark): Don't activate
7981         region if it was inactive.  Suggested by Hiroshi Fujishima
7982         <pooh@nature.tsukuba.ac.jp>.
7983
7984 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * gnus-art.el (article-display-face): Display Faces in the same
7987         order as X-Faces.
7988
7989 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
7992
7993 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
7996         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
7997         (gnus-article-mime-hierarchy): Remove.
7998         (gnus-article-mime-hierarchy-next): Remove.
7999         (gnus-article-mode): Revert 2004-03-19 change.
8000         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8001         (gnus-insert-mime-button): Revert 2004-03-19 change.
8002         (gnus-mime-accumulate-hierarchy): Remove.
8003         (gnus-mime-enter-multipart): Remove.
8004         (gnus-mime-leave-multipart): Remove,
8005         (gnus-mime-display-part): Revert 2004-03-19 change.
8006         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8007
8008         * mml.el (mml-preview): Revert 2004-03-19 change.
8009
8010 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8011
8012         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8013
8014 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8017         t while entering a file name using the mm-with-multibyte macro.
8018         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8019
8020         * mm-util.el (mm-with-multibyte): New macro.
8021
8022 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8025         user option.
8026         (gnus-mime-multipart-functions): Doc and customization fix.
8027         (gnus-article-mime-hierarchy): New variable.
8028         (gnus-article-mime-hierarchy-next): New variable.
8029         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8030         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8031         gnus-article-mime-hierarchy-next to nil.
8032         (gnus-insert-mime-button): Show hierarchy numbers.
8033         (gnus-mime-accumulate-hierarchy): New function.
8034         (gnus-mime-enter-multipart): New function.
8035         (gnus-mime-leave-multipart): New function.
8036         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8037         (gnus-mime-display-alternative): Show hierarchy numbers.
8038
8039         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8040         gnus-article-mime-hierarchy-next to nil.
8041
8042 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8043
8044         * dns.el: Don't require gnus-xmas.
8045
8046 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8047
8048         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8049         inline PGP.
8050         (mml-menu): Disable mml-quote-region if mark is inactive.
8051
8052 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8055         when the group's active is not available.
8056
8057 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8060         error.
8061
8062 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * imap.el (imap-store-password): New variable.
8065         (imap-interactive-login): Use it.
8066         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8067
8068 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8071         window-start and hscroll to summary window.
8072
8073 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8074
8075         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8076         conversion message to newsrc-dribble when an actual conversion is
8077         performed.
8078
8079 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8080
8081         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8082
8083 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * mm-decode.el (mm-complicated-handles): New function reviving
8086         former definition of mm-multiple-handles.
8087
8088         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8089         (gnus-mime-delete-part): Use it.
8090
8091 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8092
8093         * gnus-agent.el (gnus-agent-read-local): Bind
8094         nnheader-file-coding-system to gnus-agent-file-coding-system to
8095         avoid the implicit assumption that they will always be equal.
8096         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8097         coding-system-for-write, as the with-temp-file macro first prints
8098         to a buffer then saves the buffer.
8099
8100 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * gnus-art.el (gnus-article-edit-part): New function.
8103         (gnus-mime-save-part-and-strip): Use it; do query instead of
8104         signaling an error; don't use mm-multiple-handles.
8105         (gnus-mime-delete-part): Ditto.
8106
8107 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8108
8109         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8110         old file versions.
8111         (gnus-group-prepare-hook): Removed function that converted list
8112         form of gnus-agent-expire-days to group properties.
8113
8114         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8115         (gnus-request-accept-article): Re-indented.
8116
8117         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8118         converters to handle old agent file formats.  Added logic for a
8119         "backup before upgrading warning".
8120         (gnus-convert-mark-converter-prompt): Developers can mark
8121         functions as needing (default), or not needing,
8122         gnus-convert-old-newsrc's "backup before upgrading warning".
8123         (gnus-convert-converter-needs-prompt): Tests whether the user
8124         should be protected from potentially irreversable changes by the
8125         function.
8126
8127         * legacy-gnus-agent.el (): New. Provides converters that are only
8128         loaded when gnus-convert-old-newsrc needs to call them.
8129
8130 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * mail-source.el (mail-source-touch-pop): Doc fix.
8133
8134         * message.el (message-smtpmail-send-it): Doc fix.
8135
8136 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8137
8138         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8139
8140         * nnmail.el (nnmail-split-fancy): do.
8141
8142         * gnus-kill.el (gnus-kill, gnus-execute): do.
8143
8144 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8145
8146         * gnus-sum.el (gnus-widget-reversible-match)
8147         (gnus-widget-reversible-to-internal)
8148         (gnus-widget-reversible-to-external): New functions.
8149         (gnus-widget-reversible): New widget.
8150         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8151
8152 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8153
8154         * gnus-sum.el (gnus-thread-sort-functions)
8155         (gnus-article-sort-functions): Document `(not F)' items.
8156
8157 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8158
8159         * spam.el (spam-use-gmane-xref): new backend
8160         (spam-gmane-xref-spam-group): variable to control the name of the
8161         Gmane spam group
8162         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8163         (spam-regex-headers-spam, spam-regex-headers-ham)
8164         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8165         (spam-list-of-checks): added spam-use-gmane-xref to list of
8166         backends and checks
8167         (spam-check-gmane-xref): function for spam-use-gmane-xref
8168
8169         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8170         an autodetect method
8171
8172 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8173
8174         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8175         articles are being added to a group.
8176         (gnus-request-replace-article): Inform the agent that articles
8177         need to be uncached as the cached contents are no longer valid.
8178
8179 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * binhex.el: Don't autoload executable-find.
8182
8183         * canlock.el: Don't autoload mail-fetch-field.
8184
8185         * dgnushack.el: Autoload c-mode for XEmacs.
8186
8187         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8188
8189         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8190         rmail-dont-reply-to and rmail-output.
8191
8192         * gnus-score.el: Don't autoload ffap-string-at-point.
8193
8194         * gnus-setup.el: Don't autoload sc-cite-original.
8195
8196         * imap.el: Don't autoload base64-decode-string,
8197         base64-encode-string and md5.
8198
8199         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8200         and rmail-msg-restore-non-pruned-header.
8201
8202         * mm-decode.el: Don't autoload executable-find.
8203
8204         * mm-url.el: Don't autoload executable-find.
8205
8206         * mm-view.el: Don't autoload diff-mode.
8207
8208         * nndb.el: Don't autoload news-reply-mode, news-setup,
8209         cancel-timer and telnet.
8210
8211         * password.el: Don't autoload run-at-time for Emacs.
8212
8213         * sha1-el.el: Don't autoload executable-find.
8214
8215         * sieve-mode.el: Don't autoload c-mode.
8216
8217         * uudecode.el: Don't autoload executable-find.
8218
8219 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8220
8221         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8222         (gnus-agent-possibly-alter-active): Avoid null in numeric
8223         comparison.
8224         (gnus-agent-set-local): Refuse to save null in local object table.
8225         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8226         list of articles that will be marked as unread.
8227
8228 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8231
8232 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8233
8234         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8235         language tags.
8236
8237 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8238
8239         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8240         Don't bind "obarray".
8241
8242         * gnus-sum.el (gnus-thread-sort-functions): Added
8243         `gnus-thread-sort-by-most-recent-number' and
8244         `gnus-thread-sort-by-most-recent-date'.
8245         Reported by Kai Grossjohann <kai@emptydomain.de>.
8246
8247 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8250
8251 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8252
8253         * gnus-cus.el (gnus-agent-customize-category): Removed
8254         ignore-errors macro reference that required cl to be loaded at
8255         run-time.
8256
8257         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8258         single-interval range of the form (min . max).  Previously the
8259         range had to look like ((min . max)).  Likewise, return
8260         (min . max) rather than ((min . max)).
8261         (gnus-range-map): Use gnus-range-normalize to accept
8262         single-interval range.
8263
8264         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8265         the cache, but not the agent, now appear with their usual face.
8266
8267         * dgnushack.el (loaddir): New variable that is bound to the
8268         directory containing the dgnushack.el file. Use loaddir, rather
8269         than srcdir, to update load-path. Change lets dgnushack compile
8270         code in directories other than GNUS/lisp.
8271
8272 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * lpath.el: Don't bind w3m-safe-url-regexp.
8275
8276         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8277         w3m-safe-url-regexp variable buffer-local.
8278
8279         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8280
8281 2004-02-27  Simon Josefsson  <jas@extundo.com>
8282
8283         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8284         gnus-group-real-prefix.
8285         (gnus-summary-move-article): Use it, instead of
8286         gnus-group-real-prefix.
8287
8288 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * lpath.el: Bind w3m-safe-url-regexp.
8291
8292         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8293         w3m-safe-url-regexp variable buffer-local and set it as the value
8294         of mm-w3m-safe-url-regexp.
8295
8296         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8297
8298         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8299         parsing gnus-posting-styles when the message is not for replying.
8300
8301         * dgnushack.el: Autoload sgml-mode for XEmacs.
8302
8303         * nnrss.el (nnrss-opml-export): Use
8304         mm-set-buffer-file-coding-system instead of
8305         set-buffer-file-coding-system.
8306
8307 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8308
8309         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8310         of checkdoc.el).
8311         * nnrss.el: do.
8312         * gnus-mlspl.el: do.
8313         * gnus-ml.el: do.
8314         * gnus-srvr.el: do.
8315
8316         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8317
8318 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8319
8320         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8321         Corrections to custom-manual links.
8322
8323         * gnus-art.el (gnus-article): Ditto.
8324
8325         * mm-decode.el (mime-display, mime-security): Ditto.
8326
8327 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8328
8329         * flow-fill.el: Typo.
8330
8331 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8332
8333         * spam-wash.el: New file.
8334
8335 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8336
8337         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8338
8339 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8340
8341         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8342         to be run with new-articles as LIST1, not LIST2
8343         (spam-registration-functions): add spam-use-ham-copy as a nil
8344         registration backend
8345
8346 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8347
8348         * spam-stat.el (spam-stat-washing-hook): New option.
8349         (spam-stat-buffer-words): Use it.
8350         (spam-stat-process-directory, spam-stat-test-directory): Use
8351         insert-file-contents-literally.
8352         (spam-stat-coding-system): New variable.
8353         (spam-stat-load, spam-stat-save): Use it.
8354
8355 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * spam-report.el (spam-report-plug-agent): Quote
8358         spam-report-url-to-file and spam-report-url-ping-plain.
8359
8360 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8363         / in mailto URLs.
8364
8365 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * spam-report.el (spam-report-process-queue): Fix interactive use.
8368         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8369         (spam-report-unplug-agent): Doc fixes.
8370         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8371         (spam-report-agentize, spam-report-deagentize): Autoload
8372
8373 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8376
8377         * message.el (message-setup-fill-variables): Add mml tags to
8378         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8379         <ajk@iu.edu>.
8380         (message-mode): Don't modify paragraph-separate there.
8381
8382 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * compface.el (uncompface-use-external): Default to undecided.
8385         (uncompface-use-external-threshold): New variable.
8386         (uncompface-float-time): New macro.
8387         (uncompface): Determine whether to use the external decoder if
8388         uncompface-use-external is undecided.
8389
8390 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8391
8392         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8393         after images.
8394
8395         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8396
8397 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8398
8399         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8400
8401         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8402
8403         * gnus-sum.el (gnus-summary-limit-to-age)
8404         (gnus-summary-limit-children): do.
8405
8406         * gnus-int.el (gnus-request-scan): do.
8407
8408         * gnus-group.el (gnus-group-suspend): do.
8409
8410         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8411
8412         * gnus-cite.el (gnus-cite-parse-attributions): do.
8413
8414         * gnus-agent.el (gnus-summary-set-agent-mark)
8415         (gnus-agent-regenerate-group): do.
8416
8417         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8418
8419         * binhex.el (binhex-decode-region-internal): do.
8420
8421 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * gnus-fun.el (gnus-face-properties-alist): New user option.
8424         (gnus-display-x-face-in-from): Use it.
8425
8426         * gnus-art.el (article-display-face): Ditto.
8427
8428         * compface.el (uncompface-use-external): Default to nil.
8429
8430 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8431
8432         * nntp.el (nntp-erase-buffer): New function.
8433         (nntp-retrieve-data, nntp-send-command)
8434         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8435         (nntp-possibly-change-group): Use it.
8436
8437         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8438         with-current-buffer.
8439
8440 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8441
8442         * compface.el: Merge the ELisp-based uncompface program.
8443         (compface): New customization group.
8444         (uncompface-use-external): New user option.
8445         (uncompface): Call uncompface-internal if uncompface-use-external
8446         is nil.
8447         (uncompface-internal): New function.  Note that there are also
8448         some other functions and variables added for this function.
8449
8450 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8451
8452         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8453         if necessary.
8454
8455 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8456
8457         * spam-report.el (spam-report-unplug-agent)
8458         (spam-report-plug-agent, spam-report-deagentize)
8459         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8460         support for the Agent in spam-report: when unplugged, report to a
8461         file; when plugged, submit all the requests
8462
8463         * spam.el (spam-register-routine): improved message about
8464         registration
8465
8466 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8467
8468         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8469         dependencies.
8470         (rfc2047-encode): Use it.
8471
8472         * gnus-art.el (gnus-button-marker-list): Move before first
8473         reference.
8474
8475         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8476         (imap-parse-body): Fix format string mismatch.
8477
8478         * gnus-score.el (gnus-summary-increase-score): do.
8479
8480         * nnrss.el (nnrss-close): New function.
8481
8482 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8483
8484         * nnrss.el (nnrss-make-filename): New function.
8485         (nnrss-request-delete-group, nnrss-read-server-data)
8486         (nnrss-save-server-data, nnrss-read-group-data)
8487         (nnrss-save-group-data): Use it.
8488         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8489         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8490         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8491
8492 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8493
8494         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8495
8496 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8497
8498         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8499         files.
8500
8501         * message.el (message-generate-headers-first): Don't quote nil
8502         and t in docstrings.
8503
8504         * imap.el (imap-id): do.
8505
8506         * gnus-agent.el (gnus-agent-consider-all-articles)
8507         (gnus-agent-queue-mail): do.
8508
8509 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8510
8511         * spam-report.el (spam-report-process-queue): New function.
8512         Process requests from `spam-report-requests-file'.
8513         (spam-report-process-queue): Doc fix.
8514
8515 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8516
8517         * spam.el (spam-register-routine)
8518         (spam-log-processing-to-registry, spam-log-registered-p)
8519         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8520         change "check" to "spam-check" for semi-clarity
8521
8522 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8523
8524         * pop3.el: Require nnheader.
8525
8526         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8527
8528         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8529
8530         * gnus-picon.el: Require cl.
8531
8532         * gnus-fun.el: Require gnus-ems and gnus-util.
8533
8534         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8535
8536         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8537
8538         * gnus-art.el (gnus-article-edit-mode): Define before first
8539         reference.
8540
8541 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8542
8543         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8544         (gnus-uu-post-encoded): Use point-at-bol.
8545
8546         * gnus-topic.el (gnus-group-active-topic-p): do.
8547
8548         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8549
8550         * gnus-group.el (gnus-group-kill-region): do.
8551
8552         * gnus-art.el (article-date-ut): do.
8553
8554         * message.el (message-fetch-field): Remove redundant
8555         case-fold-search binding.
8556         (message-narrow-to-field): Simplify.
8557
8558 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8559
8560         * spam.el (spam-directory): Derive from `gnus-directory'.
8561
8562         * spam-report.el (spam-report-url-to-file)
8563         (spam-report-requests-file): New function and variable for offline
8564         reporting.
8565         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8566         and user defined function.
8567         (spam-report-url-ping-mm-url): Remove doubled slash.
8568
8569 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8570
8571         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8572
8573 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8574
8575         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8576         format string mismatch.
8577
8578         * sieve.el (sieve-deactivate-all): do.
8579
8580         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8581
8582         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8583
8584         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8585
8586         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8587
8588 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8589
8590         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8591         the list of checks
8592
8593 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8594
8595         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8596         padding.
8597
8598 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8599
8600         * mm-view.el (mm-fill-flowed): New variable.
8601         (mm-inline-text): Use it.
8602
8603 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8604
8605         * spam.el (spam-spamassassin-register-ham-routine)
8606         (spam-spamassassin-register-spam-routine): fixed function names
8607
8608 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * gnus.el (gnus-tmp-grouplens): Remove.
8611         (gnus-summary-line-format): Remove grouplens.
8612
8613         * gnus-group.el (gnus-group-line-format): Ditto.
8614
8615         * gnus-spec.el (gnus-format-specs): Ditto.
8616         (gnus-update-format-specifications): Flush the group format spec
8617         cache if there's the grouplens stuff.
8618         (gnus-parse-simple-format): Replace %l with the empty string.
8619
8620 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
8621
8622         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8623         omission.
8624
8625 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8628         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8629
8630 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8631
8632         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8633         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8634         New macros and functions.
8635         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8636         Handle > NLINK_MAX messages.
8637         * nnmaildir.el (nnmaildir-request-set-mark): Use
8638         nnmaildir--emlink-p and nnmaildir--eexist-p.
8639
8640 2004-01-25  Alex Schroeder  <alex@gnu.org>
8641
8642         * spam-stat.el (spam-stat-process-directory-age): New option.
8643         (spam-stat-process-directory): Use it.
8644
8645 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8646
8647         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8648         (spam-stat-save): Accept prefix argument.
8649
8650 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8651
8652         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8653         links" error.
8654
8655 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8658         the rest of the and/or forms.
8659
8660 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8661
8662         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8663         compatibility with old .newsrc.eld files.
8664
8665         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8666
8667         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8668
8669         * gnus-start.el (gnus-1): do.
8670
8671         * gnus-group.el (gnus-group-line-format-alist): do.
8672
8673         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8674
8675         * gnus-gl.el: Remove.
8676
8677 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8678
8679         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8680         marks consisting of a single range {for example, (3 . 5)} rather
8681         than a list of a single range { ((3 . 5)) }.
8682
8683 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8684
8685         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8686         with-current-buffer.
8687         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8688         avoid consing a string.
8689
8690         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8691         Remove obsolete entries for big5 and gb2312.
8692
8693 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8694
8695         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8696         uncompressed list.
8697
8698 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8699
8700         * spam-stat.el (spam-stat-strip-xref): New function.
8701         (spam-stat-process-directory): Use it.
8702
8703         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8704         here -- it's done in message-fetch-field.
8705
8706 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8707
8708         * gnus-agent.el (gnus-agent-queue-mail,
8709         gnus-agent-prompt-send-queue): New variables.
8710         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8711         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8712         "nndraft:queue" along to gnus-draft-send.  Use
8713         gnus-agent-prompt-send-queue.
8714         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8715         is "nndraft:queue".  Suggested by Gaute Strokkenes
8716         <gs234@srcf.ucam.org>
8717
8718         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8719         (agent-enable-undownloaded-faces): Added
8720         (gnus-agent-cat-groups): Use eval-and-compile, not
8721         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8722         method of gnus-agent-cat-groups even when the buffer has been
8723         evaled.
8724         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8725         delete gnus-agent-save-active-1.
8726         (gnus-agent-save-groups): Deleted. Identical to
8727         gnus-agent-save-active.
8728         (gnus-agent-write-active): No longer adjust agent's copy of active
8729         file as agent's adjustments are now stored in their own
8730         file. Removed optional parameter.
8731         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8732         servers.  Add use of min/max range limits from server's local
8733         file.
8734         (gnus-agent-save-alist): Removed unused optional argument.
8735         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8736         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8737         (gnus-agent-set-local): A per-server file that keeps min/max range
8738         limits for articles known to the agent.  Provides a fast mechanism
8739         for altering many active ranges.
8740         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8741         active file (local makes it unnecessary).
8742         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8743
8744         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8745         (agent-enable-undownloaded-faces): Added
8746
8747         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8748         disable it when sending to "nndraft:queue".
8749         (gnus-group-send-queue): Add safety check to avoid sending queue
8750         when unplugged.
8751
8752         * gnus-group.el (gnus-group-catchup): Use new
8753         gnus-sequence-of-unread-articles, not
8754         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8755         numbers of articles.  Use gnus-range-map to avoid having to
8756         uncompress the unread list.
8757         (gnus-group-archive-directory,
8758         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8759         reference.
8760
8761         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8762         (gnus-sorted-range-intersection): Intersection of two ranges
8763         without requiring that they first be uncompressed.
8764
8765         * gnus-start.el (gnus-activate-group): Unless blocked by the
8766         caller, possibly expand the active range to include both cached
8767         and agentized articles.
8768         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8769         multiple version-dependent converters.
8770         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8771         gnus-agent-save-active.
8772         (gnus-save-newsrc-file): Save dirty agent range limits.
8773
8774         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8775         gnus-agent-possibly-alter-active.
8776         (gnus-adjust-marked-articles): Faster handling of simple lists
8777
8778 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8779
8780         * spam-stat.el (spam-stat-test-directory): New optional argument
8781         displays a list of files detected.  Suggested by Andrew Cohen
8782         <cohen@andy.bu.edu>.
8783         (spam-stat-buffer-words-with-scores): Don't narrow and change
8784         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8785
8786 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
8787
8788         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8789         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8790         (spam-spamassassin-arguments)
8791         (spam-spamassassin-spam-flag-header)
8792         (spam-spamassassin-positive-spam-flag-header)
8793         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8794         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8795         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8796         (spam-list-of-processors, spam-list-of-checks)
8797         (spam-list-of-statistical-checks, spam-registration-functions)
8798         (spam-check-spamassassin-headers, spam-check-spamassassin)
8799         (spam-spamassassin-score)
8800         (spam-spamassassin-register-with-sa-learn)
8801         (spam-spamassassin-register-spam-routine)
8802         (spam-spamassassin-register-ham-routine)
8803         (spam-assassin-register-spam-routine)
8804         (spam-assassin-register-ham-routine): add SpamAssassin support
8805         (spam-bogofilter-score): fix to show article before scoring
8806
8807 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8808
8809         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8810         default scoring function
8811         (spam-generic-score): calls spam-spamassassin-score if
8812         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8813         spam-bogofilter-score otherwise.
8814
8815         * gnus.el (spam-process, spam-autodetect-methods): add
8816         spamassassin and spamassassin-headers
8817
8818 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
8819
8820         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8821         Suppress unnecessary messages.
8822
8823 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8824
8825         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8826         make-hash-table.
8827
8828 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * canlock.el (base64-encode-string): Don't autoload it.
8831
8832 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * run-at-time.el: Remove useless (require 'itimer),
8835         eval-and-compile and (featurep 'xemacs).
8836
8837 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8838
8839         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8840         GROUP is a virtual group.
8841
8842 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8843
8844         * gnus.el: Autoload `message-y-or-n-p'.
8845
8846 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8847
8848         * pgg-parse.el: Remove unnecessary (require 'custom).
8849
8850         * pgg-def.el: do.
8851
8852         * nnmail.el: do.
8853
8854         * gnus-undo.el: do.
8855
8856         * gnus-picon.el: do.
8857
8858         * gnus-util.el: do.
8859
8860 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8863
8864 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8867         handle, as well as a list.
8868
8869         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8870         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8871         (mm-w3m-cid-retrieve): Simplify.
8872
8873 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
8874
8875         * message.el (message-kill-to-signature): Allow prefix arg to
8876         specify number of lines to keep before signature.
8877
8878 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8879
8880         (message-kill-to-signature): Change docstring.
8881
8882 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * canlock.el: Always require sha1-el.
8885         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8886
8887         * message.el: Autoload sha1 only when compiling.
8888
8889         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8890         eudc-expand-inline for XEmacs.
8891
8892 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * message.el (message-canlock-generate): Require sha1-el.
8895
8896 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
8897
8898         * message.el (message-expand-name): Silence the byte compiler.
8899
8900         * lpath.el: Add detect-coding-system.
8901
8902         * dgnushack.el (dgnushack-compile): Remove obsolete check for
8903         cus-edit.
8904
8905 2004-01-13  Simon Josefsson  <jas@extundo.com>
8906
8907         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
8908         Invoke gnus-score-mode.  Reported by
8909         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8910
8911         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
8912         Jim Blandy <jimb@redhat.com> (tiny change).
8913
8914 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8915
8916         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
8917
8918 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
8919
8920         * spam.el (spam-get-article-as-string): updated to use
8921         gnus-request-article-this-buffer, much simpler
8922         (spam-get-article-as-buffer): removed
8923
8924 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
8925
8926         * message.el (message-expand-name): Use EUDC if the user uses
8927         that.
8928
8929 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8930
8931         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
8932         character for the encoding to avoid consing a string.
8933
8934         * rfc2047.el (rfc2047-decode-string): Don't cons a string
8935         unnecessarily.
8936
8937         * mm-util.el (mm-replace-chars-in-string): Remove.
8938
8939         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
8940         of mm-replace-chars-in-string.
8941
8942 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
8943
8944         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
8945         strings.
8946
8947         * mm-util.el (mm-subst-char-in-string): Support inplace.
8948
8949         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
8950         a new string in every iteration.  Use shy groups.
8951
8952 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
8953
8954         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
8955         (gnus-group-change-level, gnus-kill-newsgroup)
8956         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
8957         (gnus-get-unread-articles, gnus-make-articles-unread)
8958         (gnus-make-ascending-articles-unread): Use accessor
8959         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
8960         to get group information for improved readability.
8961
8962         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
8963
8964         * gnus-soup.el (gnus-soup-group-brew): do.
8965
8966         * gnus-msg.el (gnus-put-message): do.
8967
8968         * gnus-move.el (gnus-group-move-group-to-server): do.
8969
8970         * gnus-kill.el (gnus-batch-score): do.
8971
8972         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
8973         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
8974         (gnus-group-update-group, gnus-group-read-group)
8975         (gnus-group-make-group, gnus-group-make-help-group)
8976         (gnus-group-make-archive-group, gnus-group-make-directory-group)
8977         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
8978         (gnus-group-sort-by-unread, gnus-group-catchup)
8979         (gnus-group-unsubscribe-group, gnus-group-kill-group)
8980         (gnus-group-yank-group, gnus-group-set-info)
8981         (gnus-group-list-groups): do.
8982
8983         * gnus.el (gnus-generate-new-group-name): do.
8984
8985         * gnus-delay.el (gnus-delay-send-queue): do.
8986
8987         * nnvirtual.el (nnvirtual-catchup-group): do.
8988
8989         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
8990         do.
8991
8992         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
8993         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
8994
8995         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
8996         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
8997         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
8998         (gnus-group-make-articles-read): do.
8999
9000 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9001
9002         * gnus-art.el (article-decode-mime-words, article-babel)
9003         (gnus-article-highlight-signature, gnus-article-add-buttons)
9004         (gnus-signature-toggle): Use gnus-with-article-buffer.
9005
9006         * gnus-art.el (gnus-article-highlight-headers)
9007         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9008
9009         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9010         (gnus-article-set-globals, gnus-request-article-this-buffer)
9011         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9012         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9013         (gnus-mime-display-alternative): Use with-current-buffer.
9014
9015 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9016
9017         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
9018         also under 80 char limit, and call gnus-error if needed
9019         (spam-fetch-article-header): finally fixed - it was a
9020         buffer-local variable (gnus-newsgroup-data)
9021         (spam-find-spam): use spam-generate-fake-headers, forget about
9022         spam-insert-fake-headers
9023         (spam-insert-fake-headers): removed
9024
9025 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9026
9027         * deuglify.el (gnus-article-outlook-unwrap-lines)
9028         (gnus-outlook-rearrange-article)
9029         (gnus-outlook-repair-attribution-outlook)
9030         (gnus-outlook-repair-attribution-block)
9031         (gnus-outlook-repair-attribution-other): Remove redundant
9032         save-excursion.
9033
9034 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9035
9036         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9037         (spam-fetch-field-subject-fast)
9038         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9039         (spam-fetch-article-header): new functions to deal with Gnus
9040         internals for fast retrieval of article header data
9041         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
9042
9043 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9044
9045         * pop3.el (pop3-md5): Remove.
9046         (pop3-apop): Replace pop3-md5 with md5.
9047
9048         * mm-bodies.el: base64 is always built-in.
9049
9050         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9051         with-current-buffer.
9052
9053 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * canlock.el (canlock-insert-header): Remove excessive grouping in
9056         regexp.
9057
9058         * gnus-sum.el (gnus-summary-read-document): Ditto.
9059
9060         * gnus-uu.el (gnus-uu-part-number): Ditto.
9061
9062         * html2text.el (html2text-remove-tags): Ditto.
9063         (html2text-format-tags): Ditto.
9064         (html2text-format-single-elements): Ditto.
9065
9066         * mml.el (mml-parse-1): Ditto.
9067
9068 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9069
9070         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9071
9072         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9073
9074         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9075
9076         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9077
9078 2003-11-15  Simon Josefsson  <jas@extundo.com>
9079
9080         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9081         (pgg-gpg-lookup-key): Use regexp match instead of
9082         split-string (split-string is different between emacs 21.2 and
9083         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9084
9085 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9086
9087         * gnus-art.el (gnus-mime-view-all-parts)
9088         (gnus-article-part-wrapper, gnus-article-view-part): Use
9089         with-current-buffer.
9090
9091 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9092
9093         * spam.el (spam-disable-spam-split-during-ham-respool)
9094         (spam-spamoracle-database, spam-cache-lookups)
9095         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9096         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9097         (spam-group-ham-marks, spam-group-spam-marks)
9098         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9099         (spam-list-of-processors, spam-list-of-statistical-checks): doc
9100         fix, also add spam-use-blackholes to the statistical checks
9101         (spam-fetch-field-fast): new interface to fetching fields, may
9102         become a macro
9103         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9104         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
9105         (spam-insert-fake-headers): fake an article when needed
9106         (spam-find-spam): fake article when possible
9107         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9108         (spam-check-bogofilter-headers): use message-fetch-field instead
9109         of nnmail-fetch-field
9110
9111 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9114
9115 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9116
9117         * spam.el (spam-split): do not require spam-use-CHECK to be
9118         enabled if that check is passed to spam-split explicitly; also
9119         fix so 'spam doesn't get converted to spam-split-group when
9120         spam-split-symbolic-return is t
9121         (spam-find-spam): find registrations of the article and use those
9122         instead of re-running spam-split to find the spam/ham
9123         classification of the article
9124         (spam-log-processing-to-registry, spam-log-registered-p)
9125         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9126         use gnus-error instead of gnus-message
9127         (spam-log-registration-type): new function to determine the
9128         classification of a message based on registry entries; will
9129         return nil if both 'spam and 'ham are found
9130         (spam-check-BBDB): expand all the BBDB macros here so we can have
9131         a reasonably fast local cache without the loading errors
9132         (spam-cache-lookups): set to t by default
9133         (spam-find-spam): don't try to guess spam-cache-lookups
9134         (spam-enter-whitelist, spam-enter-blacklist): also clear the
9135         spam-caches entry
9136         (spam-filelist-build-cache, spam-filelist-check-cache): better
9137         caching of whitelist/blacklist entries
9138         (spam-check-whitelist, spam-check-blacklist): invoke
9139         spam-from-listed-p with a type, not a cache variable
9140         (spam-from-listed-p): wrap around spam-filelist-check-cache
9141
9142 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9143
9144         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9145
9146         * nnmail.el (nnmail-split-fancy): do.
9147
9148         * mml.el (mml-parse): do.
9149
9150         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9151         (gnus-score-adaptive): do.
9152
9153 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9156         (gnus-mime-button-map): Don't set keymap parent.
9157         (gnus-button-ctan-directory-regexp): Use shy grouping.
9158         (gnus-prev-page-map): Don't set keymap parent.
9159         (gnus-prev-page-map): Remove duplicated one.
9160         (gnus-next-page-map): Don't set keymap parent.
9161         (gnus-mime-security-button-map): Ditto.
9162
9163         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9164         version number.
9165
9166         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9167
9168 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * canlock.el (canlock-sha1-function): Remove.
9171         (canlock-sha1-function-for-verify): Remove.
9172         (canlock-openssl-program): Remove.
9173         (canlock-openssl-args): Remove.
9174         (canlock-ignore-errors): Remove.
9175         (canlock-sha1-with-openssl): Remove.
9176         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9177         (canlock-verify): Don't use canlock-ignore-errors.
9178
9179         * sha1-el.el (sha1-string-external): Make it can return a string
9180         in binary form.
9181         (sha1-region-external): Ditto.
9182         (sha1-string-internal): Ditto.
9183         (sha1-region-internal): Ditto.
9184         (sha1-region): Ditto.
9185         (sha1-string): Ditto.
9186         (sha1): Ditto.
9187
9188 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189
9190         * spam.el (spam-report-articles-gmane): New command.
9191
9192 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9195
9196         * run-at-time.el (run-at-time-saved): Remove.
9197         (run-at-time): Doc fix.
9198
9199 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9200
9201         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9202         (gnus-summary-limit-map): Add it.
9203         (gnus-summary-make-menu-bar): do.
9204
9205 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9206
9207         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9208         first attempt at some caching support (done for BBDB only now)
9209         (spam-find-spam): set spam-cache-lookups if there are more than 2
9210         addresses to be checked
9211         (spam-clear-cache-BBDB): new function, to be invoked by
9212         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9213         (spam-check-BBDB): check and use the caches, if
9214         spam-cache-lookups is on
9215         remove superfluous (provide)
9216
9217 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9218
9219         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9220
9221 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9222
9223         * run-at-time.el (run-at-time-saved): Move to after the definition
9224         of `run-at-time'.
9225
9226         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9227
9228 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9231         mm-w3m-local-map-property.
9232
9233         * mm-view.el (mm-w3m-mode-map): Remove.
9234         (mm-w3m-local-map-property): Remove.
9235         (mm-inline-text-html-render-with-w3m): Don't use
9236         mm-w3m-local-map-property.
9237
9238 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239
9240         * run-at-time.el: New file.
9241
9242         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9243         under Emacs.
9244
9245         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9246         of gnus-set-text-properties.
9247
9248         * gnus-uu.el (gnus-uu-save-article): Ditto.
9249
9250         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9251
9252         * gnus-cite.el (gnus-cite-parse): Ditto.
9253
9254         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9255         of gnus-.
9256
9257         * gnus-xmas.el (run-at-time): Require run-at-time.
9258
9259         * gnus.el: Changed calls to nnheader-run-at-time and
9260         password-run-at-time throughout to use run-at-time directly.
9261
9262         * password.el: Removed definition of run-at-time.
9263
9264         * nnheaderxm.el: Remove definition of run-at-time.
9265
9266 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9267
9268         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9269         in prompt.
9270
9271 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9272
9273         * messagexmas.el (message-xmas-redefine): Alias
9274         `message-make-caesar-translation-table' to
9275         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9276         version.
9277
9278         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9279         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9280         `gnus-xmas-set-text-properties'.
9281         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9282         `gnus-xmas-completing-read'.
9283         (gnus-xmas-completing-read): Removed.
9284         (gnus-xmas-open-network-stream): Removed.
9285
9286         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9287         XEmacs version.
9288
9289         * dns.el (dns-make-network-process): Use `open-network-stream'
9290         instead of `gnus-xmas-open-network-stream'.
9291
9292         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9293
9294         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9295
9296 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9297
9298         * gnus-art.el (gnus-mime-display-alternative)
9299         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9300         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9301         Don't use gnus-local-map-property.
9302
9303         * gnus-util.el (gnus-local-map-property): Remove.
9304
9305         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9306         gnus-completing-read-maybe-default with completing-read.
9307
9308         * gnus-util.el (gnus-completing-read): do.
9309         (gnus-completing-read-maybe-default): Remove.
9310
9311 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9312
9313         * password.el: Only autoload `run-at-time' if not XEmacs.
9314         Only autoload the itimer functions if XEmacs.
9315
9316 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9319         XEmacsen.
9320
9321         * dgnushack.el: Autoload executable-find for XEmacs.
9322
9323 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9324
9325         * gnus-art.el (gnus-read-string): Remove.
9326         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9327         read-string.
9328
9329 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9330
9331         * netrc.el: autoload password-read
9332         (netrc): new configuration group
9333         (netrc-encoding-method, netrc-openssl-path): configuration
9334         variables for encoding and decoding of files with symmetric
9335         ciphers
9336         (netrc-encode): assistant function to encode a file with
9337         netrc-encoding-method
9338         (netrc-parse): added interactive parameter, added optional
9339         decoding if netrc-encoding-method is non-nil but otherwise
9340         behavior is standard
9341         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9342         s/encode/encrypt/ everywhere
9343
9344         * spam.el: remove executable-find autoload
9345
9346 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9347
9348         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9349
9350         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9351
9352 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * gnus-art.el (gnus-treat-ansi-sequences,
9355         article-treat-ansi-sequences): New variable and function.
9356         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9357
9358         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9359         Use it.
9360
9361 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9362
9363         * mm-util.el (mm-quote-arg): Remove.
9364
9365         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9366         shell-quote-argument.
9367
9368         * gnus-uu.el (gnus-uu-command): do.
9369
9370         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9371
9372         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9373         with make-char.
9374
9375         * mm-util.el (mm-make-char): Remove.
9376
9377         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9378         add-minor-mode.
9379
9380         * gnus-undo.el (gnus-undo-mode): do.
9381
9382         * gnus-topic.el (gnus-topic-mode): do.
9383
9384         * gnus-sum.el (gnus-dead-summary-mode): do.
9385
9386         * gnus-start.el (gnus-slave-mode): do.
9387
9388         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9389
9390         * gnus-ml.el (gnus-mailing-list-mode): do.
9391
9392         * gnus-gl.el (gnus-grouplens-mode): do.
9393
9394         * gnus-draft.el (gnus-draft-mode): do.
9395
9396         * gnus-dired.el (gnus-dired-mode): do.
9397
9398         * gnus-ems.el (gnus-add-minor-mode): Remove.
9399
9400         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9401         Replace gnus-char-width with char-width.
9402
9403         * gnus-ems.el (gnus-char-width): Remove.
9404
9405         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9406         Replace gnus-char-width with char-width.
9407
9408         * gnus-ems.el (gnus-char-width): Remove.
9409
9410         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9411         definition.
9412         Remove Emacs 20 hash table compatibility code.
9413
9414         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9415         20 compatibility code.
9416
9417         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9418
9419         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9420
9421         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9422         with point-at-{eol,bol}.
9423
9424         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9425
9426         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9427
9428         * flow-fill.el (fill-flowed-point-at-bol,
9429         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9430
9431         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9432         Replace with point-at-{eol,bol} throughout all files.
9433
9434 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * ntlm.el (ntlm-string-as-unibyte): New macro.
9437         (ntlm-build-auth-response): Use it.
9438
9439         Remove Emacs 20 stuff:
9440         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9441         (butlast, mapc, remove): Remove the compiler macros.
9442         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9443         of delq and copy-sequence.
9444         * gnus-art.el (popup-menu): Remove the compiler macro.
9445         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9446         Emacs 20.
9447
9448 2004-01-05  Simon Josefsson  <jas@extundo.com>
9449
9450         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9451         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9452         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9453         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9454         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9455         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9456         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9457         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9458         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9459         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9460         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9461         string-xor into ntlm-string-xor.  Suggested by
9462         Jesper Harder <harder@myrealbox.com>.
9463
9464         * ntlm.el: Don't include poem.
9465
9466         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9467         Jesper Harder <harder@myrealbox.com>.
9468
9469         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9470
9471         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9472         probably breaks emacs with DL patch, but do we care? Is anyone
9473         still using the DL stuff?)
9474
9475         * sieve-manage.el: Use the password package.
9476         (sieve-manage-read-passwd): Remove.
9477         (sieve-manage-interactive-login): Use password.  Re-add
9478         condition-case around loop.
9479
9480         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9481         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9482         the password package.
9483
9484 2003-02-19  Simon Josefsson  <jas@extundo.com>
9485
9486         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9487         token.
9488
9489 2002-08-07  Simon Josefsson  <jas@extundo.com>
9490
9491         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9492         (sieve-manage-authenticators):
9493         (sieve-manage-authenticator-alist): Add some SASL mechs.
9494         (sieve-sasl-auth): New function.
9495         (sieve-manage-cram-md5-auth):
9496         (sieve-manage-plain-auth): Rewrite using SASL library.
9497         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9498         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9499         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9500         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9501
9502 2004-01-05  Simon Josefsson  <jas@extundo.com>
9503
9504         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9505         New files.
9506
9507 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508
9509         * gnus-group.el (gnus-no-groups-message): Update.
9510
9511         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9512
9513 2003-11-09  Simon Josefsson  <jas@extundo.com>
9514
9515         * imap.el: Support for ID IMAP extension (RFC 2971).
9516         (imap-local-variables): Add imap-id.
9517         (imap-id): New variable.
9518         (imap-id): New function.
9519         (imap-parse-response): Parse untagged ID response.
9520         * nnimap.el (nnimap-id): New variable.
9521         (nnimap-open-connection): Use it.
9522
9523 2003-12-28  Simon Josefsson  <jas@extundo.com>
9524
9525         * gnus-score.el (gnus-score-edit-all-score): New.
9526         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9527
9528 2004-01-04  Simon Josefsson  <jas@extundo.com>
9529
9530         * password.el: Add.
9531
9532 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9533
9534         * dns.el: Add support for AAAA records (see RFC 3596)
9535
9536         * Fix typo PRT -> PTR
9537
9538         * Parse MX, PTR and SOA replies (see RFC 1035)
9539
9540 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9543
9544         * Moved to Changelog.2.
9545
9546 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547
9548         * gnus.el (gnus-version-number): Bump version.
9549
9550 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9551
9552         * gnus.el: No Gnus v0.1 is released.
9553
9554 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9555
9556         * gnus.el: No Gnus v0.0 is released.
9557
9558 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559
9560         * gnus.el (gnus-version-number): Bump.
9561         (gnus-version): No.
9562
9563 See ChangeLog.2 for earlier changes.
9564
9565     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9566   Copying and distribution of this file, with or without modification,
9567   are permitted provided the copyright notice and this notice are preserved.
9568
9569 ;; Local Variables:
9570 ;; coding: iso-2022-7bit
9571 ;; fill-column: 79
9572 ;; End:
9573
9574 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4