6d999cad437b9c86f37e6c709b55f3e534ef1c0b
[gnus] / lisp / ChangeLog
1 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-art.el (article-hide-boring-headers): Fetch date from
4         gnus-original-article-buffer to avoid problems with localized date
5         strings.
6
7 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10
11 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14
15 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16
17         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18         with Emacs 21 and XEmacs.
19
20 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
21
22         * spam.el (spam-parse-address): New function for better parsing,
23         catching errors, etc.
24         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
25
26 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
27
28         * mm-view.el: Add interactive arg to html2text autoload.
29
30 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
33
34 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
35
36         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
37         variables.
38         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
39         (mm-charset-synonym-alist): Move some entries to
40         mm-codepage-iso-8859-list.
41
42         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
43
44 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
45
46         * message.el (message-citation-line-format)
47         (message-insert-formated-citation-line): Fix implementation of %E, %N
48         and %n according to the doc string.
49
50 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
51
52         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
53         car-safe to avoid bad parses.
54
55 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
58         names.
59
60         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
61
62 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
65         header.
66
67         * message.el (message-draft-headers): Add Date.
68         (message-headers-to-generate): Fix typo in docstring.
69
70         * nndraft.el (nndraft-required-headers): New variable.
71         (nndraft-generate-headers): Use it.
72
73         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
74
75 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
76
77         * gnus-registry.el (gnus-registry-wash-for-keywords)
78         (gnus-registry-find-keywords): New functions to allow easy searching of
79         articles that are in the registry.
80
81 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
82
83         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
84         ietf-drums-parse-address instead of gnus-extract-address-components.
85         Reported by Damien Elmes <damien@repose.cx>.
86
87 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
88
89         * gnus.el (gnus-mime): Remove unused custom group.
90
91 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
92
93         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
94         "blank line" when searching for end of armor headers.
95
96 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * gmm-utils.el (gmm-write-region): Fix variable name.
99
100 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
101
102         * gmm-utils.el (gmm-write-region): New function based on compatibility
103         code from `mm-make-temp-file'.
104
105         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
106
107         * nnmaildir.el (nnmaildir--update-nov)
108         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
109         Use `gmm-write-region'.
110
111 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
112
113         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
114         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
115
116         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
117
118         * message.el (message-replacement-char): New variable.
119         (message-fix-before-sending): Use it.
120         (message-simplify-subject): New function to remove duplicate code.
121         (message-reply, message-followup): Use it.
122
123         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
124         gnus-summary-limit-to-articles.
125
126 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * gnus-util.el (gnus-with-local-quit): New macro.
129
130         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
131
132 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
133
134         * gnus-util.el (gnus-string-remove-all-properties): another fix
135
136 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
137
138         * gnus-util.el (gnus-string-remove-all-properties): fix to ignore
139         non-string data (needs to be done in the registry too)
140
141 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
142
143         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
144         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
145         (gnus-registry-split-fancy-with-parent)
146         (gnus-registry-fetch-simplified-message-subject-fast)
147         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
148         remove text properties on ingress into the registry and when it's saved
149         (gnus-registry-clean-empty-function): fixed bug with cleaning the
150         registry from entries with no groups
151
152 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
153
154         * gnus-util.el (gnus-string-remove-all-properties): utility function to
155         remove string properties
156
157 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
158
159         * gmm-utils.el (gmm): Adjust custom version.
160
161         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
162         custom version.
163
164         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
165
166 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
167
168         * gnus-art.el (gnus-insert-prev-page-button)
169         (gnus-insert-next-page-button): Simplify.  Reformat.
170
171 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
172
173         * gnus-art.el (gnus-insert-prev-page-button)
174         (gnus-insert-next-page-button): Apply gnus-article-button-face.
175
176 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
177
178         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
179
180 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
181
182         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
183         gnus-article-button-face to MIME and security buttons.
184
185 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
186
187         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
188         readable.
189
190 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
193
194 2006-09-20  Steve Youngs  <steve@sxemacs.org>
195
196         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
197         `browse-url-of-file' instead of `browse-url'.
198
199 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
200
201         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
202         regexp.  Articles containing quotation were cut prematurely.
203
204 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * message.el (message-cite-original-1): Use nobody by default for the
207         value of From header.
208         (message-reply): Ditto.
209
210 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
211
212         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
213         to the gnus-info.  This fixes a bug of inline-PGP message verification.
214         Reported by Michael Piotrowski <mxp@dynalabs.de>.
215
216 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
217
218         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
219         mails in the doc string.  Add some URLs in comment.
220         (pop3-movemail): Warn about pop3-leave-mail-on-server.
221
222 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
225         backslashes handling and the way to find boundaries of quoted strings.
226
227 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
228
229         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
230         mml1991-encrypt-to-self is set and mml1991-signers is not set.
231         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
232         mml2015-encrypt-to-self is set and mml2015-signers is not set.
233
234 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
235
236         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
237         doc string.
238         (gnus-button-regexp, gnus-button-last): Remove unused variables.
239
240 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * lpath.el: Fbind epg-check-configuration.
243
244 2006-09-06  Simon Josefsson  <jas@extundo.com>
245
246         * mml2015.el (mml2015-use): Doc fix, mention epg.
247
248 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
249
250         * mml2015.el (mml2015-use): Default to epg, if available.
251
252 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
253
254         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
255         message-sender.
256         (mml1991-epg-encrypt): Ditto.
257         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
258         message-sender.
259         (mml2015-epg-encrypt): Ditto.
260
261 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
262
263         * message.el (message-send-mail-with-sendmail): Look for sendmail in
264         several common directories.
265
266 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
267
268         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
269         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
270
271 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * gnus-art.el (article-decode-encoded-words): Make it fast.
274
275 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
278
279         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
280         in quoted string into `\'.
281
282 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
285         Use standard-syntax-table.
286
287 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * gnus-art.el (gnus-decode-address-function): New variable.
290         (article-decode-encoded-words): Use it to decode headers which are
291         assumed to contain addresses.
292         (gnus-mime-delete-part): Remove useless `or'.
293
294         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
295         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
296         (gnus-nov-parse-line): Use it to decode From header.
297         (gnus-get-newsgroup-headers): Ditto.
298         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
299
300         * mail-parse.el (mail-decode-encoded-address-region): New alias.
301         (mail-decode-encoded-address-string): New alias.
302
303         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
304         New function.
305         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
306         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
307         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
308         (rfc2047-decode-string): Ditto.
309         (rfc2047-decode-address-region): New function.
310         (rfc2047-decode-address-string): New function.
311
312 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
313
314         * message.el (message-caesar-buffer-body): Allow rotating headers.
315
316         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
317
318         * message.el (message-insert-formated-citation-line): Fix %f.
319         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
320
321 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
324         (gnus-bookmark-mouse-available-p): New macro.
325         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
326         (gnus-bookmark-bmenu-show-infos): Use it.
327         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
328         (gnus-bookmark-bmenu-hide-infos): Ditto.
329         (gnus-bookmark-remove-properties): New function.
330         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
331         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
332         (gnus-bookmark-write-file): Bind coding-system-for-write.
333         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
334         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
335         group before selecting it.
336         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
337         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
338         quit-window if it is not available; use gnus-mouse-2 and bind it to
339         gnus-bookmark-bmenu-select-by-mouse.
340         (gnus-bookmark-show-details): Remove unused variable `details-list'.
341         (gnus-bookmark-bmenu-select-by-mouse): New function.
342
343 2006-08-13  Romain Francoise  <romain@orebokech.com>
344
345         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
346         space.
347
348 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * compface.el (uncompface): Use binary rather than raw-text-unix.
351
352 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * compface.el (uncompface): Make sure the eol conversion doesn't take
355         place when communicating with the external programs.  Reported by
356         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
357
358 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * nnheader.el (nnheader-insert-head): Fix typo in comment.
361
362 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
363
364         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
365         Make it more robust by parsing author and date independently.
366
367 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
370
371 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
372
373         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
374         first matching secret key.
375         (mml2015-epg-encrypt): Ditto.
376
377         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
378         first matching secret key.
379         (mml1991-epg-encrypt): Ditto.
380
381         * mml2015.el (mml2015-encrypt-to-self): New user option.
382         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
383         mml2015-epg-encrypt-to-self is set.
384
385         * mml1991.el (mml1991-encrypt-to-self): New variable.
386         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
387         mml1991-epg-encrypt-to-self is set.
388
389         * mml2015.el (mml2015-signers): New user option.
390         (mml2015-epg-sign): Reflect the value of mml2015-signers.
391         (mml2015-epg-encrypt): Allow to select signing keys.
392
393         * mml1991.el (mml1991-signers): New variable.
394         (mml1991-epg-sign): Reflect the value of mml1991-signers.
395         (mml1991-epg-encrypt): Allow to select signing keys.
396
397 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * nnheader.el (nnheader-insert-head): Make it work even if the file
400         uses CRLF for the line-break code.
401
402 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
403
404         * mml2015.el: Require mml-sec instead of password.
405         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
406         (mml2015-cache-passphrase): Inherit the default value from
407         mml-secure-cache-passphrase.
408         (mml2015-passphrase-cache-expiry): Inherit the default value from
409         mml-secure-passphrase-cache-expiry.
410
411         * mml1991.el: Require mml-sec instead of password.
412         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
413         (mml1991-cache-passphrase): Inherit the default value from
414         mml-secure-cache-passphrase.
415         (mml1991-passphrase-cache-expiry): Inherit the default value from
416         mml-secure-passphrase-cache-expiry.
417
418         * mml-sec.el: Require password.
419         (mml-secure-verbose): New user option.
420         (mml-secure-cache-passphrase): New user option.
421         (mml-secure-passphrase-cache-expiry): New user option.
422
423 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
424
425         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
426         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
427         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
428
429         FIXME: Use `tiny change'?
430
431 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
432
433         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
434         workaround for the url package included with Emacs.
435
436         * nnweb.el (nnweb-google-create-mapping): Update regexp.
437
438 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
441         correctly.  This fixes a bug caused by the 2006-05-12 change.
442
443 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
444
445         * nnmail.el (nnmail-article-group): If splitting raises an error, give
446         some information about the error when saying that the `bogus' mail
447         group will be used.
448
449 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
450
451         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
452         string.
453
454 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
455
456         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
457
458 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
459
460         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
461
462 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
463
464         * mml1991.el (mml1991-function-alist): Add epg.
465         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
466         (mml1991-epg-encrypt): New functions.
467
468 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
469
470         * mml2015.el (mml2015-verbose): New variable.
471         (mml2015-cache-passphrase): Ditto.
472         (mml2015-passphrase-cache-expiry): Ditto.
473         (mml2015-function-alist): Add epg.
474         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
475         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
476         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
477         functions.
478
479 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
480
481         * message.el (message-cite-original-1): Preserve region when removing
482         quoted text due to X-No-Archive in order to avoid bogus attribution
483         when citing multiple messages.
484
485 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
486
487         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
488         Kenneth Jacker <khj@be.cs.appstate.edu>.
489
490 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
491
492         * gnus-diary.el (gnus-user-format-function-d)
493         (gnus-user-format-function-D): Autoload.
494
495         * imap.el (Commentary): Fix typo.
496
497         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
498         2006-04-22 contribution.
499
500 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
501
502         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
503         It didn't really fix the bogosity I'm seeing with solid web groups.
504
505 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
506
507         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
508         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
509         created using server names.  If we use the feature without declaring
510         it, Gnus does not properly manage server and group state.
511
512         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
513         bound.
514
515 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
516
517         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
518         looking up the method using GROUP's prefix before inventing a new one.
519         It is used on killed/unknown groups in various places where returning
520         an all-new method isn't expected by the caller.
521
522         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
523         and match semantics of gnus-group-real-prefix.
524
525 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
526
527         * nnmail.el (nnmail-broken-references-mailers): New variable.
528         (nnmail-ignore-broken-references): New function generalizing
529         nnmail-fix-eudora-headers.
530         (nnmail-fix-eudora-headers): Now obsolete.
531
532         * gnus-art.el (gnus-button-handle-custom): Support
533         `customize-apropos*'.
534
535 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
538
539         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
540         articles.
541
542 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
543
544         * message.el (message-cite-reply-above): New variable.
545         (message-yank-original): Use it.
546
547 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
550
551 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
552
553         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
554         as read.
555
556         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
557
558 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
559
560         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
561         (gnus-bookmark-default-file): Use gnus-directory.
562         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
563         Remove "*" in doc string.
564         (gnus-bookmark-write-file): Simplify.
565         (gnus-bookmark-maybe-sort-alist): Use `when'.
566         (gnus-bookmark-get-bookmark): Fix typo in doc string.
567         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
568         FIXME about Emacs 21 and XEmacs compatibility.
569         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
570         compatibility.
571         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
572         compatibility.
573         (gnus-bookmark-menu-heading): Fix version.
574
575 2006-06-19  Bastien Guerry  <bzg@altern.org>
576
577         * gnus-bookmark.el: New file.
578
579 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * message.el (message-syntax-checks): Doc fix.
582
583 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
584
585         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
586         unsubscribed groups as if they were killed ones.  It causes duplicate
587         entries in gnus-newsrc-alist.
588
589 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * message.el (message-syntax-checks): Doc fix.
592         (message-send-mail): Add check for continuation headers.
593         (message-check-news-header-syntax): Fix regexp used to check for
594         continuation headers.
595
596 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
599
600 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
601
602         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
603
604 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
607         default-truncate-lines.
608
609 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
612         to fill the utf-8 entry.
613
614         * lpath.el: Fbind unicode-precedence-list.
615
616 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
617
618         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
619
620 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
621
622         * gnus-agent.el (directory-files-and-attributes): Move all the way
623         forward (the third and final move).
624         (gnus-agent-read-agentview): Trap reconstruction errors due to
625         nonexistant directory.  Handle by returning nil.
626
627 2006-05-30  Didier Verna  <didier@xemacs.org>
628
629         * message.el (message-dont-reply-to-names): Update the custom type.
630         * message.el (message-dont-reply-to-names): New defsubst: potentially
631         convert a list of regexps into a single one.
632         * message.el (message-get-reply-headers): Use it.
633         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
634
635 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus-agent.el (directory-files-and-attributes): Move forward.
638
639 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
640
641         * gnus-ml.el (gnus-mailing-list-subscribe)
642         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
643         (gnus-mailing-list-message): Fix doc strings.
644
645 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
646
647         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
648         of doing it manually.
649
650 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
651
652         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
653         comment.
654
655 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
656
657         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
658         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
659         (gnus-agent-read-local): All symbols allocated in my-obarray
660         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
661         (gnus-agent-regenerate-group): Check numeric names to see if they are
662         messages or groups.
663         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
664         better way of do this...)
665
666         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
667         'dummy.group' (there should be a better way of do this...)
668
669 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
672         (gnus-saved-headers): Ditto.
673         (gnus-default-article-saver): Mention functions may have properties.
674         (gnus-article-save): Override gnus-save-all-headers and
675         gnus-saved-headers by :headers property which saver function may have.
676         (gnus-summary-save-in-file): Add :headers property.
677         (gnus-summary-write-to-file): Ditto.
678
679         * gnus-sum.el (gnus-summary-save-article): Bind
680         gnus-prompt-before-saving to t when saving many articles in a file;
681         always show all headers.
682
683         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
684
685 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
686
687         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
688         marks.
689
690         * message.el (message-indent-citation): Add optional arguments to allow
691         using it outside of message buffers.
692
693         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
694         (gnus-article-treat-unfold-headers): Use it.
695         (gnus-article-truncate-lines): New variable.
696         (gnus-article-mode): Use it.
697         (gnus-article-toggle-truncate-lines): New function.
698
699         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
700         gnus-article-toggle-truncate-lines.
701
702         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
703         coding system in XEmacs, use binary.
704
705 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
708         after-load-alist.
709
710         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
711         this function should save decoded articles.
712         (gnus-summary-write-to-file): Use property to specify this function
713         should save decoded articles and specify gnus-summary-save-in-file
714         should be used to save articles other than the first one when saving
715         many articles.
716         (gnus-summary-save-body-in-file): Use property to specify this
717         function should save decoded articles.
718         (gnus-summary-write-body-to-file): Use property to specify this
719         function should save decoded articles and specify
720         gnus-summary-save-body-in-file should be used to save articles other
721         than the first one when saving many articles.
722
723         * gnus-sum.el (gnus-summary-save-article): Simplify.
724
725 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-art.el (gnus-default-article-saver): Add
728         gnus-summary-write-body-to-file.
729         (gnus-article-save-coding-system): Don't use coding system object
730         in XEmacs.
731         (gnus-read-save-file-name): Add optional `dir-var' argument which
732         specifies directory in which files are saved; work even if optional
733         `variable' argument is not specified.
734         (gnus-summary-write-to-file): Read file name.
735         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
736         (gnus-summary-write-body-to-file): New function.
737
738         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
739         (gnus-summary-local-variables): Add it.
740         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
741         (gnus-summary-save-article): Remove optional `decode' argument;
742         determine whether to decode articles by the value of
743         gnus-default-article-saver; when saving many files using
744         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
745         it first and use gnus-summary-save-in-file or
746         gnus-summary-save-body-in-file thereafter unless
747         gnus-prompt-before-saving is always; move point to article which
748         will be saved.
749         (gnus-summary-save-article-file): Revert.
750         (gnus-summary-write-article-file): Revert.
751         (gnus-summary-save-article-body-file): Revert.
752         (gnus-summary-write-article-body-file): New function.
753
754 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * gnus-art.el (gnus-default-article-saver): Doc fix.
757         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
758         from gnus-summary-save-article-coding-system, and default to a
759         certain coding system.
760         (gnus-output-to-file): Add coding cookie and encode text according
761         to gnus-article-save-coding-system; don't use mm-append-to-file.
762
763         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
764         gnus-art.el and rename to gnus-article-save-coding-system.
765         (gnus-summary-save-article): Require gnus-art; don't show all
766         headers if it decodes articles; don't add coding cookie here;
767         don't bind mm-text-coding-system-for-write.
768         (gnus-summary-save-article-file): Save decoded articles.
769         (gnus-summary-write-article-file): When saving many files, use
770         gnus-summary-write-to-file first and gnus-summary-save-in-file
771         thereafter unless gnus-prompt-before-saving is always.
772         (gnus-summary-save-article-body-file): Save decoded articles.
773
774         * lpath.el: Fbind select-safe-coding-system for XEmacs.
775
776 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
777
778         * nnrss.el (nnrss-check-group): Bind hash-index.
779
780 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
781
782         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
783         its hash index.  Store this hash in `nnrss-group-data'.
784         (nnrss-read-group-data): Update accordingly.
785
786 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
787
788         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
789         entry.
790
791         * gnus-sum.el (gnus-summary-make-menu-bar): Add
792         gnus-article-browse-html-article.
793
794 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
795
796         * gnus-sum.el (gnus-summary-mime-map): Add
797         gnus-article-browse-html-article.
798
799         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
800
801 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
802
803         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
804         suitable coding systems in customize.
805
806 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
807
808         * mail-source.el (mail-sources): Fix custom type.
809
810 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
811
812         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
813         (gnus-summary-expire-articles-now): Shorten prompt.
814
815         * gmm-utils.el (wid-edit): Require.
816         (defun-gmm): Renamed from `gmm-defun-compat'.
817         (gmm-image-search-load-path): Use it.
818         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
819
820 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * gnus-sum.el (gnus-summary-save-article-coding-system): New
823         variable.
824         (gnus-summary-save-article): Add optional `decode' argument.  If
825         it is set and gnus-summary-save-article-coding-system is non-nil,
826         save decoded article.
827         (gnus-summary-write-article-file): Save decoded article if
828         gnus-summary-save-article-coding-system is non-nil.
829
830         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
831         type.
832
833 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
836
837 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
840         first to test gnus-single-article-buffer which may be buffer-local.
841
842         * gnus-sum.el (gnus-summary-setup-buffer): Make
843         gnus-single-article-buffer buffer-local and nil in ephemeral
844         group; make gnus-article-buffer, gnus-article-current, and
845         gnus-original-article-buffer always buffer-local.
846         (gnus-summary-exit): Kill article buffer belonging to ephemeral
847         group.
848         (gnus-handle-ephemeral-exit): Don't move to next summary line.
849
850 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
851
852         * nnml.el (nnml-request-compact-group): Compressed files might not
853         have .gz extension.
854
855 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
856
857         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
858         (mm-copy-to-buffer): Use with-current-buffer.
859         (mm-display-part): Simplify.
860         (mm-inlinable-p): Add optional arg `type'.
861
862 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
863
864         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
865         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
866         Try harder to show the attachment internally or externally using
867         gnus-mime-view-part-as-type.
868
869 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
870
871         * message.el (message-from-style, message-signature-separator)
872         (message-user-organization-file, message-send-mail-function)
873         (message-citation-line-function, message-yank-prefix)
874         (message-indent-citation-function, message-signature)
875         (message-signature-file, message-signature-insert-empty-line):
876         Remove autoloads.
877
878         * gnus-art.el (gnus-buttonized-mime-types): Remove
879         "multipart/signed".  Revert 2006-04-26 change.
880
881 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * gnus.el (gnus-version-number): Bump version.
884
885 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
886
887         * gnus.el: No Gnus v0.5 is released.
888
889 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
890
891         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
892         fetching articles by message-id.
893
894 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * message.el (hashcash): Require hashcash as normal.
897
898         * ecomplete.el (ecomplete-highlight-match-line): Use
899         point-at-eol.
900         (ecomplete-highlight-match-line): Use `highlight', because that
901         face exists in both Emacs and XEmacs.
902
903         * message.el (message-display-abbrev): Use point-at-bol.
904
905         * mail-source.el: Don't require timer/timer-funcs.
906
907         * gnus-async.el: Ditto.
908
909         * password.el: Ditto.
910
911         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
912
913         * mm-url.el: Ditto.
914
915         * gnus-xmas.el: Don't require timer-funcs.
916
917         * mm-util.el: Require timer/timer-funcs.
918
919 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
920
921         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
922         Close.
923
924 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
927         unibyte after clear-decrypt function runs.
928
929         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
930         returns as a unibyte string.
931
932 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
933
934         * lpath.el: Revert.
935
936         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
937         (pgg-gpg-process-sentinel): Revert.
938
939         * pgg-pgp.el (pgg-pgp-process-region): Revert.
940         (pgg-pgp-lookup-key): Revert.
941
942         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
943         (pgg-pgp5-lookup-key): Revert.
944
945         * pgg.el (pgg-fetch-key): Revert.
946
947 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * lpath.el: Fbind string-as-multibyte for XEmacs.
950
951         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
952         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
953         (mml1991-pgg-encrypt): Ditto.
954
955         * pgg-gpg.el (pgg-string-to-multibyte): New function.
956         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
957         a multibyte buffer.
958
959         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
960         (pgg-pgp-lookup-key): Ditto.
961
962         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
963         (pgg-pgp5-lookup-key): Ditto.
964
965         * pgg.el (pgg-fetch-key): Ditto.
966
967 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
968
969         * message.el (message-user-organization-file): Check several
970         locations of the organization file.
971
972         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
973         Add gnus-article-view-part-as-type.
974
975         * gnus-art.el (gnus-article-view-part-as-type): New function.
976
977         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
978         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
979
980         * mml.el: Simplify autoload.
981         (mml-mode): defvar dnd-protocol-alist instead of using
982         symbol-value.
983         (mml-default-directory): New variable.
984         (mml-minibuffer-read-file): Use it.
985         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
986
987         * message.el (message-citation-line-format): New variable.
988         (message-insert-formated-citation-line): New function.
989         (message-citation-line-function): Add
990         `message-insert-formated-citation-line' to custom type.
991
992         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
993         to doc string.
994
995         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
996         depending on mm-verify-option.
997
998 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1001         binding pgg-* variables; reimplement the section which prevents
1002         MIME header from being signed.
1003         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1004         pgg-text-mode; remove a blank line at the top of body.
1005
1006         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1007         lines at the top of body; use gnus-newsgroup-charset if there's no
1008         Charset header.
1009
1010 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * message.el (message-self-insert-commands): Doc fix.
1013
1014         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1015         (mm-uu-pgp-encrypted-test): Ditto.
1016         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1017         between header and body; return application/pgp-encrypted handle
1018         if decryption failed; decode decrypted body by charset.
1019
1020         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1021         element match to application/pgp-*.
1022
1023 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1024
1025         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1026         HTML.
1027
1028 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * mail-source.el (mail-source-call-script): Message the error
1031         string.
1032
1033 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-util.el (gnus-byte-compile): Use it.
1036
1037 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1038
1039         * gnus-util.el (kill-empty-logs): New function.
1040
1041 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * message.el (message-mail-alias-type): Doc fix.
1044         (message-mail-alias-type-p): New function.
1045         (message-send): Use it.
1046         (message-mode): Ditto.
1047         (message-strip-forbidden-properties): Ditto.
1048
1049         * ecomplete.el (ecomplete-database-file-coding-system): New
1050         variable.
1051         (ecomplete-save): Use it.
1052         (ecomplete-setup): Use it.
1053
1054 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * message.el (message-self-insert-commands): New variable.
1057         (message-strip-forbidden-properties): Use it.
1058
1059 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1062         that doesn't make XEmacs choke.
1063
1064 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1065
1066         * gnus-util.el (gnus-replace-in-string):
1067         Prefer replace-regexp-in-string over of replace-in-string.
1068
1069 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * gnus-util.el (gnus-select-frame-set-input-focus):
1072         Use select-frame-set-input-focus if it is available in XEmacs; use
1073         definition defined in Emacs 22 for old Emacsen.
1074
1075         * dgnushack.el: Autoload unmorse-region for XEmacs.
1076
1077         * lpath.el: Bind cursor-in-non-selected-windows and
1078         select-frame-set-input-focus for XEmacs.
1079
1080 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1083
1084 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1085
1086         * gnus-registry.el (gnus-registry-cache-save): remove text
1087         properties when saving via the temp buffer
1088
1089 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1090
1091         * message.el (message-generate-hashcash): Honor custom type.
1092
1093 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * message.el (message-generate-hashcash): Default to non-nil when
1096         hashcash is found.
1097
1098         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1099         (gnus-refer-thread-limit): Increase default to 500.
1100
1101         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1102
1103         * flow-fill.el (fill-flowed): Allow delete-space.
1104
1105 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1106
1107         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1108         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1109         Remove autoloads.
1110
1111 2006-04-18  Simon Josefsson  <jas@extundo.com>
1112
1113         * message.el (message-generate-hashcash): Default to.
1114
1115 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1118         concatenating segments rather than before concatenating them.
1119
1120 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1121
1122         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1123
1124 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1127
1128         * message.el (message-forward-make-body-plain): Allow
1129         message-forward-ignored-headers to be a list.
1130         (message-remove-ignored-headers): Factor out into function.
1131         (message-forward-make-body-mml): Use it.
1132
1133         * imap.el (imap-quote-specials): New function.
1134         (imap-login-auth): Quote specials.
1135
1136         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1137         (rfc2231-parse-string): Allow concatanation of parameters that
1138         aren't contiguous.  The test case is
1139           (mail-header-parse-content-type "message/external-body;
1140             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1141             access-type=LOCAL-FILE;
1142             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1143
1144 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1145
1146         * nntp.el (nntp-accept-process-output): Return the value of
1147         `nnheader-accept-process-output'.
1148
1149 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1152         (gnus-button-alist): Recognize more diff formats.
1153         (gnus-button-patch): Strip directory.
1154
1155 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1156
1157         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1158         Emacs 22 when setting focus.
1159
1160 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus-art.el (gnus-article-treat-types): Do treatment of
1163         text/x-verbatim parts.
1164         (gnus-button-patch): New command.
1165
1166         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1167         addresses that contain invalid characters.
1168
1169 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * message.el (message-put-addresses-in-ecomplete): Use
1172         gnus-replace-in-string.
1173         (message-is-yours-p): Use the more correct
1174         mail-header-parse-address instead of
1175         mail-extract-address-components.
1176         (message-put-addresses-in-ecomplete): Fix typo.
1177
1178         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1179         keystroke.
1180
1181         * gnus-art.el (gnus-treatment-function-alist): Change order of
1182         newsgroups/generic header folding to avoid double-folding.
1183
1184         * message.el (message-hidden-headers): Add X-Draft-From.
1185
1186         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1187         command.
1188         (gnus-summary-repeat-search-article-backward): New command.
1189
1190         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1191         groups in the parent topic.
1192
1193 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1194
1195         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1196         (spam-extra-header-to-number): Return the CRM114 number as a
1197         number instead of a string.
1198
1199 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * gnus-art.el (gnus-face-properties-alist): Moved here from
1202         gnus-fun.
1203
1204         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1205
1206 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * message.el (message-strip-forbidden-properties): Only display on
1209         self-insert-command.
1210
1211         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1212         reindent.
1213         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1214
1215 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1216
1217         * smiley.el (smiley-style): Fix typo.
1218
1219 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * hashcash.el (hashcash-insert-payment-async-2): Use
1222         message-goto-eoh instead of doing it manually.
1223         (mail-add-payment): Use message-narrow-to-header instead of trying
1224         to do the same itself.
1225
1226         * message.el (message-hidden-headers): Add Face.
1227
1228         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1229         reparenting code.
1230         (gnus-summary-reparent-children): Refactored out code.
1231         (gnus-summary-thread-map): New keystroke.
1232         (gnus-summary-reparent-children): Make into command.
1233
1234         * smiley.el (smiley-style): Default to `medium' if using a large
1235         font.
1236
1237         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1238         does it itself.
1239
1240         * message.el (message-point-in-header-p): Simplify definition.
1241
1242 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * nnagent.el (nnagent-request-set-mark): Silence log file
1245         writing.
1246         (nnagent-request-set-mark): Use write-region instead of
1247         append-to-file.
1248
1249         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1250         strange select method.
1251
1252         * ecomplete.el (ecomplete-display-matches): Get highlightling
1253         right.
1254         (ecomplete-display-matches): Use literals.
1255         (ecomplete-display-matches): Disable message logging.
1256
1257         * message.el (message-display-abbrev): Small optimization.
1258
1259         * ecomplete.el (ecomplete-display-matches): Allow automatic
1260         display.
1261
1262         * message.el (message-strip-forbidden-properties): Display
1263         abbrevs.
1264         (message-display-abbrev): Get automatic display right.
1265
1266         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1267         keystrokes.
1268
1269 2006-04-13  Romain Francoise  <romain@orebokech.com>
1270
1271         TODO: Backport to v5-10!
1272
1273         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1274         Moved here (and renamed) from gnus-registry.el.
1275
1276         * gnus-registry.el: Require gnus-util.
1277         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1278
1279 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * gnus-group.el (gnus-group-catchup-current): Change
1282         if-then-else-if-then-else into cond.
1283         (gnus-group-catchup): Indent.
1284         (group-name-at-point): New function.
1285         (gnus-fetch-group): Provide default from thing at point.
1286
1287 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * message.el (message-display-abbrev): Fix regexp.
1290
1291         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1292         choosing.
1293         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1294         dead variables.
1295
1296         * message.el (message-newline-and-indent): Remove debugging.
1297         (message-display-abbrev): Use new implementation.
1298
1299 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1300
1301         * gnus-art.el (gnus-article-mode): Set
1302         cursor-in-non-selected-windows to nil.
1303
1304         * smiley.el: Revert previous change.
1305         (smiley-data-directory): defvar it before using it in the
1306         defcustom of `smiley-style'.
1307
1308 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * message.el (message-newline-and-indent): New function.
1311
1312         * ecomplete.el: Implement more bits.
1313
1314         * message.el (message-put-addresses-in-ecomplete): Clean up the
1315         string.
1316
1317         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1318
1319         * gnus-sum.el (gnus-summary-save-parts): Bind
1320         gnus-summary-save-parts-counter and use it to make unique file
1321         names.
1322
1323         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1324
1325         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1326         parameter to say whether to actually parse the individual
1327         addresses.
1328
1329         * message.el (message-put-addresses-in-ecomplete): New function.
1330         (ecomplete): Require.
1331         (message-mail-alias-type): Add ecomplete as an option.
1332
1333 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1334
1335         * flow-fill.el (fill-flowed): Remove trailing space from blank
1336         quoted lines.
1337
1338 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * smiley.el (smiley-style): Move definition later to avoid a
1341         compilation warning.
1342
1343 2006-04-12  Kenichi Handa  <handa@m17n.org>
1344
1345         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1346         buffer and then decode the buffer text if necessary.
1347         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1348         first, and after mm-encode-body, change the buffer to unibyte.
1349         Use mm-disable-multibyte instead of set-buffer-multibyte.
1350
1351 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1354         Content-Type header instead of Content-Disposition header.
1355         (gnus-mime-inline-part): Ditto.
1356         (gnus-mime-view-part-as-charset): Ignore charset that the part
1357         specifies.
1358
1359         * mm-decode.el (mm-display-part): Work with external parts and
1360         usual parts similarly.
1361
1362         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1363         instead of gnus-display-mime.
1364
1365         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1366         instead of with-temp-buffer.
1367
1368         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1369         tag to summarized topics part in order to encode non-ASCII text.
1370
1371 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1372
1373         * smiley.el (smiley-style): New variable.
1374         (smiley-directory): New function.
1375         (smiley-data-directory): Derive from `smiley-style' using
1376         `smiley-directory'.
1377         (smiley-regexp-alist): Add new entries.
1378
1379         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1380         (gnus-article-browse-delete-temp): Add :version.
1381
1382 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1383
1384         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1385         the sieve region.
1386
1387 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * gnus.el (gnus-version-number): Bump version.
1390
1391 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1392
1393         * gnus.el: No Gnus v0.4 is released.
1394
1395 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1398         layout.
1399
1400         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1401         unknown charset.
1402
1403         * message.el (message-header-synonyms): Add Original-To to the
1404         default.
1405
1406         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1407         optional parameter.
1408
1409 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1410
1411         * gnus-fun.el (gnus): Require it for gnus-directory.
1412
1413 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1416
1417 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1418
1419         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1420
1421 2006-04-05  Simon Josefsson  <jas@extundo.com>
1422
1423         * password.el (password-reset): New function.
1424
1425 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1426
1427         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1428         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1429
1430 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1431
1432         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1433         Some whitespace was matched into the url, which broke browsing hits
1434         > 100 when mm-url-use-external was nil.
1435
1436 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1437
1438         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1439         gnus-extra-headers for 'Newsgroups.
1440
1441         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1442         bound.
1443
1444 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1445
1446         * pgg-gpg.el: Clean up process buffers every time gpg processes
1447         complete.
1448
1449 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1450
1451         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1452         doc string.
1453
1454 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1455
1456         * pgg-gpg.el (pgg-gpg-process-filter)
1457         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1458
1459         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1460         lines, temporary fix.
1461
1462 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1463
1464         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1465
1466 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1467
1468         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1469         default-enable-multibyte-characters.  This reverts the change from
1470         revision 6.17 which is no longer necessary because the passphrase
1471         is sent separately now.  GnuPG messages are unreadable under
1472         multibyte locales with default-enable-multibyte-characters set to
1473         nil.
1474
1475 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1476
1477         * message.el (message-tool-bar-gnome): Move "spell".
1478
1479 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1480
1481         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1482         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1483         instead.
1484
1485 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1486
1487         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1488         newsgroups handling for NNTP overviews which don't include
1489         Newsgroups.
1490
1491 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1492
1493         * message.el (message-resend): Bind message-generate-hashcash to
1494         to nil.
1495
1496 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1497
1498         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1499         when searching for already-paid recipients.
1500
1501 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1502
1503         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1504         passphrases when it is not needed.
1505         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1506         passphrase stuff from gpg, should only be necessary when you use
1507         gpg with a smartcard.
1508
1509 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * mml.el (mml-insert-mime): Ignore cached contents of
1512         message/external-body part.
1513
1514         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1515         (mm-insert-part): Ditto.
1516
1517 2006-03-23  Simon Josefsson  <jas@extundo.com>
1518
1519         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1520         Reiner.
1521         (pgg-gpg-use-agent-p): Use it again.
1522
1523 2006-03-23  Simon Josefsson  <jas@extundo.com>
1524
1525         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1526         older emacsen.
1527         (pgg-gpg-use-agent-p): Don't use it.
1528
1529 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1530
1531         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1532         if we can.
1533
1534 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1535
1536         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1537         (pgg-gpg-update-agent): New function.
1538         (pgg-gpg-use-agent-p): New function.
1539         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1540         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1541         (pgg-gpg-sign-region): Use it.
1542
1543 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1544
1545         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1546         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1547
1548 2006-03-21  Simon Josefsson  <jas@extundo.com>
1549
1550         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1551         <wilde@sha-bang.de>.
1552         (pgg-gpg-use-agent): New variable.
1553         (pgg-gpg-process-region): Use it.
1554         (pgg-gpg-encrypt-region): Likewise.
1555         (pgg-gpg-encrypt-symmetric-region): Likewise.
1556         (pgg-gpg-decrypt-region): Likewise.
1557         (pgg-gpg-sign-region): Likewise.
1558         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1559
1560 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1561
1562         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1563
1564         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1565         Add comment on version.
1566
1567 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1568
1569         * smiley.el: Add missing test smiley.
1570
1571 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * mm-decode.el (mm-with-part): New macro.
1574         (mm-get-part): Use it; work with message/external-body as well.
1575         (mm-save-part): Treat name and filename equally.
1576
1577         * mm-extern.el (mm-extern-cache-contents): New function.
1578         (mm-inline-external-body): Use it; force the part to be displayed;
1579         move undisplayer added to the cached handle to the parent.
1580
1581         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1582         (gnus-mime-view-part-as-type): Work with message/external-body.
1583
1584         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1585
1586 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1587
1588         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1589         images in image-load-path.  [Sync with image.el, revision 1.60, in
1590         Emacs.]
1591
1592 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1593
1594         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1595         path rather than symbol.  Always return list of directories.
1596         Guarantee that image directory comes first.  [Sync with image.el,
1597         revision 1.59, in Emacs.]
1598
1599         * message.el (message-make-tool-bar): Adjust to new API of
1600         `gmm-image-load-path-for-library'.
1601
1602         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1603
1604         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1605
1606 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1607
1608         * gnus-art.el (gnus-article-only-boring-p):
1609         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1610         intangible text.
1611         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1612
1613 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1614
1615         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1616         `defun' instead of `gmm-defun-compat'.
1617
1618 2006-03-14  Simon Josefsson  <jas@extundo.com>
1619
1620         * message.el (message-unique-id): Don't use message-number-base36
1621         if (user-uid) is a float.
1622         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1623
1624 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1627
1628         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1629         empty line between a part and a message part.
1630
1631 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1632
1633         * smiley.el: Add more test smileys.
1634         (smiley-data-directory, smiley-regexp-alist)
1635         (gnus-smiley-file-types): Fix doc strings.
1636         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1637         adding new elements.
1638         (smiley-mouse-map): Unused code.  Make it a comment.
1639
1640 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1643         scan latest NoCeM messages instead of old ones.
1644         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1645         delimiters that are recently used.
1646         (gnus-nocem-load-cache): Add autoload cookie.
1647
1648         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1649
1650         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1651         level which is larger than gnus-use-nocem is specified.
1652
1653         * gnus-group.el (gnus-group-get-new-news): Ditto.
1654
1655 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1656
1657         * gnus-util.el (gnus-tool-bar-update): New function.
1658
1659         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1660         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1661
1662         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1663
1664         * gnus-group.el (gnus-group-redraw-when-idle)
1665         (gnus-group-redraw-check): Remove.
1666         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1667
1668 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1671         if optional last element is specified in splits (FIELD VALUE...).
1672
1673 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1674
1675         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1676         to gmm-image-load-path-for-library.  Call with no-error argument.
1677         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1678
1679         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1680
1681         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1682
1683         * gmm-utils.el (gmm-image-load-path): Remove alias.
1684
1685 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1686
1687         * gmm-utils.el (gmm-image-load-path): Add alias.
1688
1689         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1690         nnml-generate-nov-databases-1.
1691         (nnml-generate-nov-databases): Use it.
1692         (nnml-generate-nov-databases-directory): Document no-active
1693         argument.
1694
1695         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1696         directory if path is t.  Add no-error.
1697
1698         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1699         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1700
1701         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1702         resetting gnus-article-browse-html-temp-list.
1703
1704         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1705         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1706         Add example to docstring.  Rename local variables.  Move error
1707         checks to default case in cond and simplify.
1708
1709 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1712         handle is multipart when calling it recursively.
1713         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1714
1715 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
1716
1717         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1718         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1719
1720 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1723         is loaded.
1724
1725         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1726         loaded.
1727
1728 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1729
1730         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1731         to "Emacs 23 (unicode)" in doc string.
1732
1733         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1734         "Emacs 23 (unicode)" in comment.
1735
1736 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1739
1740         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1741         characters 160 through 255 in Emacs 23.
1742
1743 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1744
1745         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1746         gnus-article-browse-html-temp.
1747         (gnus-article-browse-delete-temp): Make it customizable.  Add
1748         `file'.  Adjust doc string.
1749         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1750         query for each file.  Adjust doc string.
1751         (gnus-article-browse-html-parts): Add
1752         `gnus-article-browse-delete-temp-files' to
1753         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1754
1755 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1756
1757         * gnus-art.el (gnus-article-browse-html-temp)
1758         (gnus-article-browse-delete-temp): New variables.
1759         (gnus-article-browse-delete-temp-files): New function.
1760         (gnus-article-browse-html-parts): Use it.
1761
1762 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1763
1764         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1765
1766         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1767         string.
1768
1769         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1770         gnus-summary-insert-new-articles when unplugged.  Remove
1771         gnus-summary-search-article-forward.
1772
1773         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1774         display-visual-class instead of display-color-cells.
1775
1776 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * dgnushack.el: Autoload customize-group for XEmacs.
1779
1780         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1781         message/* containing non-ASCII text properly.
1782
1783 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1784
1785         * message.el: Require gmm-utils, remove autoloads.
1786         (message-tool-bar): Set default based on
1787         gmm-tool-bar-style.
1788         (message-tool-bar-gnome): Add gmm-customize-mode.
1789
1790         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1791         gmm-tool-bar-style.
1792         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1793
1794         * gnus-group.el (gnus-group-tool-bar): Set default based on
1795         gmm-tool-bar-style.
1796         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1797
1798         * gmm-utils.el (gmm-image-directory): Rename variable from
1799         gmm-image-load-path.
1800         (gmm-image-load-path): Use gmm-image-directory.
1801         (gmm-customize-mode): New function.
1802         (gmm-tool-bar-style): New variable.
1803
1804         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1805         gnus-group-redraw-line-number.
1806         (gnus-group-redraw-check): Simplify.
1807         (gnus-group-tool-bar-update): Remove redraw check.
1808         (gnus-group-make-tool-bar): Add redraw check.
1809
1810 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1811
1812         * gnus-art.el (gnus-button): Add missing parentheses.
1813
1814 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * lpath.el: Fbind line-number-at-pos.
1817
1818 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1821
1822 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1823
1824         * gnus-art.el (gnus-button): New face.
1825         (gnus-article-button-face): Use it.
1826
1827         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1828         gnus-summary-next-page.  Re-order.
1829
1830         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1831         next-node are now included.
1832         (gnus-group-redraw-line-number): New internal variable.
1833         (gnus-group-redraw-check): Helper function for updating the tool
1834         bar.
1835         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1836
1837         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1838
1839         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1840         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1841         Use it to match format of Spamassassin 3.0 and later.  Reported by
1842         IRIE Tetsuya <irie@t.email.ne.jp>.
1843         (spam-check-bogofilter)
1844         (spam-bogofilter-register-with-bogofilter): Fix args of
1845         `gnus-error' calls.
1846
1847 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1848
1849         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1850         unnecessary interaction when sending queued mails.  Reported by
1851         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1852
1853 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1854
1855         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1856         first or last are nil.
1857
1858 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1859
1860         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1861
1862 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1865
1866 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * dns.el (query-dns): Protect more against buggy tcp output.
1869
1870 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1871
1872         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1873         nov.php.
1874
1875 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1876
1877         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1878         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1879         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1880         output on the server side.
1881         (nnweb-google-create-mapping): Update regexps and add some
1882         progress indication.
1883
1884 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1885
1886         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1887         gnus-agent-toggle-plugged.  Re-order icons.
1888         (gnus-group-tool-bar-gnome): Add
1889         gnus-group-{prev,next}-unread-group.
1890         (gnus-group-tool-bar-gnome): Re-order icons.
1891
1892         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1893         gnus-summary-insert-new-articles.
1894
1895         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1896         comments.
1897
1898         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1899         also available in Emacs 21.3.
1900
1901         * message.el (message-fix-before-sending): Change "Emacs 22" to
1902         "Emacs 23 (unicode)" in comment.
1903
1904         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1905         "Emacs 23 (unicode)" in comment.
1906
1907         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1908         comment.
1909         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1910
1911         * mm-view.el (mm-fill-flowed): Add :version.
1912
1913 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1916         and load-path.
1917
1918 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1919
1920         * message.el: Autoload gmm-image-load-path.
1921         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1922         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1923         consitency.
1924
1925         * gmm-utils.el (gmm-image-load-path): Also search in
1926         "../etc/images".  Don't set gmm-image-load-path if we don't find
1927         the image.
1928
1929 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * gmm-utils.el (gmm-image-load-path): Don't make
1932         `gmm-image-load-path' include subdirectories which the second arg
1933         `image' might specify.
1934
1935         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1936         subdirectory to icon file names.
1937
1938         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1939
1940 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1941
1942         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1943         gmm-image-load-path calls.
1944
1945         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1946
1947         * message.el (message-make-tool-bar): Ditto.
1948
1949         * mml.el (mml-preview): Added comment concerning tool bar icons.
1950
1951         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1952         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1953
1954         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1955         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1956
1957         * message.el (message-tool-bar-gnome): Use new icon names.
1958         (message-make-tool-bar): Use `gmm-image-load-path'.
1959
1960         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1961         functions from MH-E.
1962         (gmm-image-load-path): New variable from MH-E.
1963         (gmm-image-load-path): New function from MH-E.  Added arguments
1964         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1965         *-image-load-path-called-flag.
1966
1967 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
1968
1969         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1970
1971 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1972         (tiny change)
1973
1974         * nnimap.el (nnimap-request-move-article): Change folder back to
1975         source group before deleting.
1976
1977 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1978
1979         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
1980
1981         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
1982         mm-url.
1983
1984         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
1985
1986 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1989         coding system which mm-charset-to-coding-system returns for a
1990         given charset is valid.
1991
1992 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1993
1994         * html2text.el (html2text-remove-tag-list):
1995         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1996
1997 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1998
1999         * gnus-cus.el: Revert 2005-10-17 change.
2000
2001 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * gnus-art.el (article-strip-banner): Call
2004         article-really-strip-banner only when the regexp match is made.
2005
2006 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * gnus-art.el (article-strip-banner): Use
2009         gnus-extract-address-components instead of
2010         mail-header-parse-addresses to make it work with non-ASCII text;
2011         remove mail-encode-encoded-word-string.
2012
2013         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2014         values which are surrounded with \"...\"; make it never cause a
2015         Lisp error; give up parsing of parameters if it failed in
2016         extracting type.
2017
2018 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2019
2020         * smime.el (smime-cert-by-ldap-1): Fix bug where
2021         `smime-ldap-search' returns results without userCertificates.
2022
2023 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2026
2027 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2028
2029         * spam.el (spam-check-spamassassin-headers): Adapt format for
2030         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2031         <ari@mbf.ocn.ne.jp>.
2032         (spam-list-of-processors): Add spam-use-gmane.
2033
2034 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2037         make-temp-file; make it work with XEmacs as well.
2038
2039         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2040         mm-make-temp-file.
2041
2042         * mm-decode.el (mm-display-external): Use the 3rd arg of
2043         mm-make-temp-file.
2044         (mm-create-image-xemacs): Ditto.
2045
2046 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2049         with message-narrow-to-headers.
2050         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2051         (gnus-draft-check-draft-articles): New function.
2052         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2053
2054 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2055
2056         * gnus-art.el (gnus-article-browse-html-parts):
2057         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2058         Don't use suffix argument for mm-make-temp-file for Emacs 21
2059         compatibility.  Remove useless `format'.
2060
2061 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2062
2063         * nnweb.el (nnweb-google-wash-article): Update regexps.
2064         (nnweb-group-alist): Use defvoo instead of defvar.
2065
2066 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2069         re-loading nn* modules.
2070
2071 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2072
2073         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2074         for `tool-bar-mode' and don't check it's default-value.
2075
2076         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2077
2078         * message.el (message-make-tool-bar): Ditto.
2079
2080         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2081         `substring'.  Shorten tmp-file name.
2082
2083         * gnus.el: Remove bogus comment.
2084
2085 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2086
2087         * gnus-art.el (gnus-article-browse-html-parts): New function.
2088         (gnus-article-browse-html-article): New function for viewing html
2089         articles with a browser.
2090
2091 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2092
2093         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2094         in elisp.
2095         (pgg-gpg-encrypt-symmetric-region): Ditto.
2096         (pgg-gpg-sign-region): Ditto.
2097
2098         * pgg-def.el (pgg-text-mode): New variable.
2099
2100         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2101         (mml2015-pgg-encrypt): Ditto.
2102
2103         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2104         (mml1991-pgg-encrypt): Ditto.
2105
2106 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2109         message-make-date instead of current-time-string.
2110
2111         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2112         to gnus-decoded which mm-uu might set.
2113
2114 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2117         don't decode quoted parameters; remove misimported Emacs code.
2118         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2119         (rfc2231-decode-encoded-string): Don't use split-string which
2120         behaves differently according to Emacs version; use
2121         mm-decode-coding-region to convert charset to coding-system.
2122         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2123         (rfc2231-encode-string): Remove misimported Emacs code.
2124
2125 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2128         when calling mail-header-parse-content-type.
2129         (article-de-quoted-unreadable): Ditto.
2130         (article-de-base64-unreadable): Ditto.
2131         (article-wash-html): Ditto.
2132
2133         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2134         calling mail-header-parse-content-type and
2135         mail-header-parse-content-disposition.
2136         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2137         mail-header-parse-content-type.
2138
2139         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2140         insert charset and format parameters; encode description after
2141         inserting it to buffer.
2142         (mml-insert-parameter): Fold lines properly even if a parameter is
2143         segmented into two or more lines; change the max column to 76.
2144
2145         * rfc1843.el (rfc1843-decode-article-body): Don't use
2146         ignore-errors when calling mail-header-parse-content-type.
2147
2148         * rfc2231.el (rfc2231-parse-string): Return at least type if
2149         possible; don't cause an error even if it fails in parsing of
2150         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2151         (rfc2231-encode-string): Don't break lines at the beginning, leave
2152         it to mml-insert-parameter.
2153
2154         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2155         calling mail-header-parse-content-type.
2156
2157 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2158
2159         * spam-report.el (spam-report-gmane-use-article-number):
2160         Improve doc string.
2161         (spam-report-gmane-internal): Check if a suitable header was found
2162         in the article.
2163
2164 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2167         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2168
2169 2006-02-05  Romain Francoise  <romain@orebokech.com>
2170
2171         Update copyright notices of all files in the gnus directory.
2172
2173 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2174
2175         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2176
2177 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2180         segmented lines of parameter value to cope with Thunderbird 1.5
2181         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2182         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2183         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2184
2185 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2186
2187         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2188         parts.
2189
2190 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2191
2192         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2193         there's only one active file for all servers.
2194         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2195         solid groups.  Gnus might have used a FAST request to select the group.
2196         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2197         and nnweb-search redundantly in the active file.
2198         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2199         (nnweb-request-create-group): Don't use ARGS.
2200         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2201         initialisations.  Let nnoo do the work.
2202
2203 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2206         Say the part has been decoded.
2207
2208         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2209
2210 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2211
2212         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2213         mailcap-viewer-test-cache when there's no 'test clause, since that
2214         will invert the meaning of a "nil" test previously determined by
2215         mailcap-mailcap-entry-passes-test.
2216
2217 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2220         compiling.
2221
2222         * gnus-sum.el: Ditto.
2223
2224         * message.el: Don't bind tool-bar-map when compiling.
2225
2226 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2227
2228         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2229
2230 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2231
2232         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2233         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2234         current Google Groups.
2235
2236 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2237
2238         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2239         and tool-bar-mode.
2240
2241         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2242         and tool-bar-mode.
2243
2244         * message.el (message-tool-bar-update): Simplify.
2245         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2246
2247         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2248         gnus-summary-buffer.
2249         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2250         gnus-summary-reply.
2251
2252         * gmm-utils.el (gmm): Add :version.
2253
2254 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * Makefile.in (clean): New rule.
2257         (distclean): Use it.
2258
2259 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2260
2261         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2262         autoload.
2263
2264 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * gmm-utils.el (gmm-verbose): Add :group.
2267
2268 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2269
2270         * message.el: Change some comments WRT tool-bars.
2271
2272         * gnus-sum.el (gnus-summary-tool-bar)
2273         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2274         (gnus-summary-tool-bar-zap-list): New variables.
2275         (gnus-summary-make-tool-bar): Complete rewrite using
2276         `gmm-tool-bar-from-list'.
2277
2278         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2279         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2280         variables.
2281         (gnus-group-make-tool-bar): Complete rewrite using
2282         `gmm-tool-bar-from-list'.
2283         (gnus-group-tool-bar-update): New function.
2284
2285         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2286
2287 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2290         is dissected into a single part of which the type is the same as
2291         the given one; decode charset.
2292
2293 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2294
2295         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2296         into alists as symbol not string, since that's what
2297         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2298         look for.
2299
2300 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2301
2302         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2303         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2304
2305         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2306
2307 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2310         (gnus-xmas-mime-security-button-menu): New function.
2311
2312         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2313         (gnus-mime-security-button-menu): New definition.
2314         (gnus-mime-security-button-map): Use them.
2315         (gnus-mime-security-button-menu): New function.
2316         (gnus-insert-mime-security-button): Addition to help echo.
2317         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2318         (gnus-mime-security-pipe-part): New functions.
2319
2320         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2321         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2322
2323         * mm-decode.el (mm-handle-set-disposition): Remove.
2324         (mm-handle-set-description): Remove.
2325
2326 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2329         (mm-w3m-standalone-supports-m17n-p): New function.
2330         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2331         w3m usage.
2332
2333         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2334         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2335
2336 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2337
2338         * message.el (message-tool-bar-zap-list): Use
2339         gmm-tool-bar-zap-list as custom type.
2340         (message-tool-bar-update): New function.
2341         (message-tool-bar, message-tool-bar-gnome)
2342         (message-tool-bar-retro): Add message-tool-bar-update.
2343         (message-tool-bar-gnome): Add flyspell-buffer.
2344
2345         * gnus-util.el (gnus-error): Describe `args'.
2346
2347         * gmm-utils.el (gmm-error): Describe `args'.
2348         (gmm-tool-bar-zap-list): New widget.
2349         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2350
2351 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2354         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2355         the number of recursive calls.
2356
2357         * mm-decode.el (mm-handle-set-disposition): New macro.
2358         (mm-handle-set-description): New macro.
2359
2360 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2363         encoding.
2364
2365 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2366
2367         * message.el (message-tool-bar-zap-list, message-tool-bar)
2368         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2369         (message-tool-bar-local-item-from-menu): Remove.
2370         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2371         (message-make-tool-bar): New function.
2372         (message-mode): Use `message-make-tool-bar'.
2373
2374         * gmm-utils.el: New file.
2375         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2376         (gmm-lazy): New widget copied from `nnmail.el'.
2377         (gmm-tool-bar-from-list): New function for creating customizable
2378         tool bars.
2379         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2380         output.
2381         (gmm): Add :prefix to defgroup.
2382
2383 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2384
2385         * gmm-utils.el (gmm-widget-p): New function.
2386
2387 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2388
2389         * mml.el (mml-attach-file): Describe `description' in doc string.
2390         (mml-menu): Add Emacs MIME manual and PGG manual.
2391
2392 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2393
2394         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2395
2396 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2397
2398         * nntp.el (nntp-end-of-line): Doc fix.
2399
2400 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2401
2402         * imap.el (imap-open): Handle case where buffer is a buffer
2403         object.
2404
2405 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2406
2407         * gnus-delay.el (gnus-delay): Don't autoload.
2408         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2409         to be re-loaded when customizing the `gnus-delay' group.
2410
2411 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2412
2413         * message.el (message-insert-citation-line): Use newlines.
2414
2415 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2416
2417         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2418         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2419         these routines, so the passphrase can be managed externally and
2420         passed in to the system.
2421         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2422         pgg-add-passphrase-to-cache function.
2423
2424         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2425         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2426         these routines, so the passphrase can be managed externally and
2427         passed in to the system.
2428         (pgg-pgp5-sign-region): Use new name of
2429         pgg-add-passphrase-to-cache function.
2430
2431 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2432
2433         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2434         part of the decoded armor to find the key-identifier.
2435         (pgg-gpg-lookup-key-owner): New function to return the
2436         human-readable identifier of a key owner.
2437         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2438         itself.
2439         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2440         the key value) if we have a key and can match it against a secret
2441         key.  Also, added a note pointing out fact that the prompt only
2442         indicates the first matching key.
2443
2444         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2445         pgg-decrypt-region.
2446         (pgg-add-passphrase-to-cache): Rename from
2447         `pgg-add-passphrase-cache' to reduce confusion (all callers
2448         changed).
2449         (pgg-remove-passphrase-from-cache): Rename from
2450         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2451         changed).
2452         (pgg-read-passphrase, pgg-add-passphrase-cache)
2453         (pgg-remove-passphrase-cache): Add informative docstrings.
2454         (pgg-decrypt): Convey provided passphrase in subordinate call to
2455         pgg-decrypt-region.
2456
2457 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2458
2459         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2460         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2461         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2462         'passphrase' argument, so the passphrase can be managed externally
2463         and then passed in to the system.
2464
2465         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2466         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2467         so the passphrase cache can be used reliably with identifiers
2468         besides a pgp packet's key id.
2469
2470         * pgg-gpg.el (pgg-gpg-encrypt-region)
2471         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2472         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2473         these routines, so the passphrase can be managed externally and
2474         passed in to the system.
2475
2476         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2477         'notruncate' argument, so the passphrase cache can be used
2478         reliably with identifiers besides a pgp packet's key id.
2479
2480 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2481
2482         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2483         symmetric encryption.
2484         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2485         encrypted session key.
2486         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2487         message ask for the passphrase in a proper way.
2488
2489         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2490         New user commands for symmetric encryption.
2491
2492 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2495
2496         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2497
2498 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2499
2500         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2501
2502 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * mm-decode.el (mm-inlined-types): Add application/pgp.
2505         (mm-automatic-display): Ditto.
2506
2507         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2508         part as text.
2509
2510 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2511
2512         * nnrss.el: Update copyright.
2513         (nnrss-opml-import): Query whether to subscribe to each entry.
2514
2515         * gnus-art.el:
2516         * gnus-sum.el:
2517         * gnus-xmas.el:
2518         * messagexmas.el:
2519         * mm-uu.el:
2520         * mm-view.el: Update copyright.
2521
2522 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2523
2524         * message.el (message-info): New function.
2525         (message-mode-menu): Add it.
2526         Update copyright.
2527
2528         * ChangeLog: Fix and update copyright.
2529
2530 2006-01-13  Romain Francoise  <romain@orebokech.com>
2531
2532         * message.el (message-forward-subject-name-subject): Prefer the
2533         address to 'nowhere' if the sender has no name.
2534         Fix typo.  Update copyright year.
2535
2536 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * gnus-art.el (article-wash-html): Use
2539         gnus-summary-show-article-charset-alist if a numeric arg is given.
2540         (gnus-article-wash-html-with-w3m-standalone): New function.
2541
2542         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2543         mm-inline-text-html-render-with-w3m-standalone.
2544         (mm-text-html-washer-alist): Map w3m-standalone to
2545         gnus-article-wash-html-with-w3m-standalone.
2546         (mm-inline-text-html-render-with-w3m-standalone): New function.
2547
2548 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2549
2550         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2551         Improve LaTeX.
2552
2553 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2556         (nnrss-request-article): Render text/plain parts as HTML.
2557
2558         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2559         the buffer.
2560
2561 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2562
2563         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2564         custom definition of `gnus-posting-styles'.
2565
2566         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2567         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2568
2569 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2570
2571         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2572         Use nntp for bug archive.
2573
2574 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2577         parts.
2578         (nnrss-normalize-date): New function converts ISO 8601 date into
2579         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2580         (nnrss-check-group): Use it.
2581
2582 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2585
2586         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2587         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2588         (nnrss-insert-w3): Ditto.
2589
2590 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2593         the articles to be forwarded including the case where neither a
2594         number of articles nor a region is specified.
2595
2596 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * nnrss.el (nnrss-request-article): Fix last change; fill
2599         text/plain parts.
2600
2601 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2604         in text/plain part.
2605         (nnrss-check-group): Don't add excessive newline to dc:subject.
2606
2607 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2608
2609         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2610         article.
2611
2612 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2613
2614         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2615         (nnml-use-compressed-files, nnml-save-mail): Support other
2616         comression programs such as bzip2.
2617
2618 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * dns.el (query-dns): Make sure we check the buffer size before
2621         removing tcp headers.
2622
2623 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2626         remove MIME buttons associated with multipart/alternative parts.
2627         (gnus-mime-display-alternative): Tag buttons using `article-type'
2628         text property.
2629
2630         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2631         associated with multipart/alternative parts.
2632
2633         * gnus-art.el (gnus-signature-separator): Fix custom type.
2634
2635         * mm-decode.el (mm-inlined-types): Fix custom type.
2636         (mm-keep-viewer-alive-types): Ditto.
2637         (mm-automatic-display): Ditto.
2638         (mm-attachment-override-types): Ditto.
2639         (mm-inline-override-types): Ditto.
2640         (mm-automatic-external-display): Ditto.
2641
2642 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2643
2644         * spam-report.el (spam-report-user-mail-address)
2645         (spam-report-user-agent): New variables.
2646         (spam-report-url-ping-plain): Use spam-report-user-agent.
2647
2648 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2649
2650         * gnus-art.el (gnus-button-handle-custom): Do not just use
2651         `customize-apropos' for any "M-x customize-*" button but the
2652         function called for.  Accept both the function name and its
2653         argument in order to achieve this.
2654         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2655         function name to `gnus-button-handle-custom' in case of "M-x
2656         customize-*" buttons.
2657
2658 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2661         multipart/alternative and add xref to mm-discouraged-alternatives
2662         in doc string.
2663
2664         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2665         gnus-buttonized-mime-types in doc string.
2666
2667 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2668
2669         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2670         Suggest image/.* in the doc string.
2671
2672 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2673
2674         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2675         message-marks (Debian bug #342521).
2676
2677 2005-12-12  Simon Josefsson  <jas@extundo.com>
2678
2679         * password.el (password-read-from-cache): Add.
2680         (password-read): Use it.
2681
2682 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2685         us-ascii as a MIME charset.
2686
2687         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2688         against the case where the 2nd arg TYPE is nil.
2689
2690 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2691
2692         * pop3.el (pop3-stream-type): Fix custom version.
2693
2694         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2695
2696 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2697
2698         * mm-decode.el (mm-display-external): Add missing cdr.
2699
2700 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2703         RFC1524) if it is in mailcap or add a suffix according to
2704         mailcap-mime-extensions when generating a temp filename; postpone
2705         deleting a temp file for 2 seconds for some wrappers, shell
2706         scripts, and so on, which might exit right after having started a
2707         viewer command as a background job.
2708
2709 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2710
2711         * nntp.el (nntp-marks-directory): Fix custom group.
2712
2713         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2714         steps when < 10.
2715
2716         * gnus-start.el (gnus-no-server-1): Mention
2717         `gnus-level-default-subscribed' in doc string.
2718
2719 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2720
2721         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2722         parens.
2723
2724 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-xmas.el (gnus-use-toolbar): Revert.
2727         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2728         gnus-use-toolbar is default.
2729
2730         * messagexmas.el (message-use-toolbar): Revert.
2731         (message-setup-toolbar): Use global default-toolbar if
2732         message-use-toolbar is default.
2733
2734 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2737         according to default-toolbar-visible-p.
2738
2739         * messagexmas.el (message-use-toolbar): Ditto.
2740
2741 2005-11-26  Dave Love  <fx@gnu.org>
2742
2743         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2744         (tls-program, tls-success): Provide openssl alternative.
2745
2746         * starttls.el: Doc fixes.
2747         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2748         SERVICE to PORT.
2749
2750         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2751         port null or service name.
2752         (starttls-negotiate): Autoload.
2753
2754 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * message.el (message-kill-to-signature): Fix interactive spec.
2757
2758 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * pop3.el (pop3-open-server): Recognize a string as a service name.
2761
2762 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2763
2764         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2765
2766 2005-11-23  Dave Love  <fx@gnu.org>
2767
2768         Add pop3s, pop3/starttls.
2769
2770         * pop3.el (pop3-authentication-scheme): Clarify doc.
2771         (open-tls-stream, starttls-open-stream): Autoload.
2772         (pop3-stream-type): New.
2773         (pop3-open-server): Use it.
2774
2775         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2776         for POP.
2777         (mail-source-keyword-map): Add :stream for POP.
2778         (mail-source-fetch-pop): Use pop3-stream-type.
2779
2780 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2783         of current-time-string.
2784
2785 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2786
2787         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2788         date header.
2789
2790 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2791
2792         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2793         it can seriously impact performance as it bypasses the agent's
2794         local caches.
2795
2796 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2797
2798         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2799         must be explicitly online rather than "not explicitly offline" for
2800         its flags to be synchronized.
2801
2802         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2803         that gnus-uu-unmark-thread will function correctly.
2804
2805         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2806         1024K is instead displayed as 1M.
2807
2808 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2811
2812 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2813
2814         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2815
2816 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2817
2818         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2819         error message to display actual error condition.
2820         (gnus-agent-save-local): Avoid saving symbols that are bound to
2821         nil as they simply result in a warning message in
2822         gnus-agent-read-local.
2823
2824 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2827         rather than make-variable-buffer-local for file-precious-flag.
2828
2829 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2830
2831         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2832         for duplicates which are removed.  The invalid sort check then
2833         triggers a rescan after the sort as sorting may have moved
2834         duplicate entries such that they can be cheaply detected.
2835
2836 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2839
2840 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2841
2842         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2843         internal variable to a custom variable.  Changed default value
2844         from compressed(2) to uncompressed(1).
2845         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2846         support for uncompressed agentview files.  Taken together, reading
2847         the agentview file should now be 6-7 times faster.
2848
2849 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2850
2851         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2852         as a buffer-local variable.  This avoids creating truncated
2853         dribble files as a result of a hang up, eg.
2854
2855 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2856
2857         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2858         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2859         XEmacs.
2860
2861 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2862
2863         * gnus-start.el (gnus-start-draft-setup): Enforce
2864         `gnus-draft-mode' for nndraft:drafts at startup.
2865
2866         * gnus.el (gnus-splash): Change custom group.
2867         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2868         allow-list argument.
2869
2870         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2871         string.
2872
2873 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2874
2875         * gnus-art.el (gnus-default-article-saver): Add user-defined
2876         `function' to custom type.
2877
2878 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2879
2880         * imap.el (imap-open): Handle case where buffer is a buffer
2881         object.
2882
2883 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2884
2885         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2886         long lines.
2887         (gnus-cache-delete-group): Wrap doc strings.
2888
2889         * gnus-agent.el (gnus-agent-rename-group)
2890         (gnus-agent-delete-group): Wrap doc strings.
2891
2892
2893 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * messagexmas.el (message-use-toolbar): Change the valid values
2896         into default, top, bottom, left, and right.
2897         (message-toolbar-thickness): New variable.
2898         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2899         well.
2900         (message-setup-toolbar): Make it work.
2901
2902         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2903         (gnus-use-toolbar): Change the valid values into default, top,
2904         bottom, left, and right.
2905         (gnus-toolbar-thickness): New variable.
2906         (gnus-xmas-setup-toolbar): New function.
2907         (gnus-xmas-setup-group-toolbar): Use it.
2908         (gnus-xmas-setup-summary-toolbar): Use it.
2909
2910 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2911
2912         * gnus-start.el (gnus-1): Add "native" to
2913         gnus-predefined-server-alist.
2914
2915         * gnus.el (gnus-method-to-server): Don't add "native" to the
2916         lists here, because that leads to problems when
2917         gnus-select-method is bound.
2918
2919 2005-11-09  Simon Josefsson  <jas@extundo.com>
2920
2921         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2922         use (not sort-by-date) instead.
2923
2924 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2925
2926         * gnus-delay.el (gnus-delay-group): Don't autoload.
2927         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2928         to be re-loaded when customizing the `gnus-delay' group.
2929
2930 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2931
2932         * message.el: Revert last changes.
2933         (message-insert-citation-line): Use newlines.
2934
2935 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2936
2937         * message.el (message-courtesy-message)
2938         (message-mark-insert-begin, message-mark-insert-end)
2939         (message-elide-ellipsis, message-cancel-message)
2940         (message-add-header, message-change-subject)
2941         (message-cross-post-followup-to-header)
2942         (message-cross-post-insert-note, message-reduce-to-to-cc)
2943         (message-widen-reply, message-delete-not-region)
2944         (message-kill-to-signature, message-insert-signature)
2945         (message-insert-importance-high, message-insert-importance-low)
2946         (message-insert-or-toggle-importance)
2947         (message-insert-disposition-notification-to)
2948         (message-indent-citation, message-yank-original)
2949         (message-cite-original-without-signature, message-cite-original)
2950         (message-insert-citation-line, message-position-on-field)
2951         (message-fix-before-sending, message-send-mail-partially)
2952         (message-send-mail, message-send-mail-with-sendmail)
2953         (message-send-mail-with-qmail, message-send-news)
2954         (message-check-news-header-syntax, message-generate-headers)
2955         (message-insert-courtesy-copy, message-fill-address)
2956         (message-fill-header, message-shorten-references)
2957         (message-setup-1, message-cancel-news)
2958         (message-forward-make-body-plain, message-forward-make-body-mime)
2959         (message-forward-make-body-mml, message-encode-message-body)
2960         (message-forward-make-body-digest-plain)
2961         (message-forward-make-body-digest-mime)
2962         (message-use-alternative-email-as-from): Insert `hard-newline'
2963         instead of ordinary newlines.
2964
2965 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * message.el (message-generate-headers): Downcase the argument
2968         given to message-check-element.
2969
2970 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2971
2972         * nntp.el (nntp-authinfo-rejected): New error condition.
2973         (nntp-wait-for): Use new error condition to signal authentication
2974         error.
2975         (nntp-retrieve-data): Rethrow new error condition to break out of
2976         recursive call to nntp-send-authinfo.
2977
2978 2005-11-08  Romain Francoise  <romain@orebokech.com>
2979
2980         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
2981         (gnus-summary-exit-map): Bind to `Z p'.
2982         (gnus-summary-make-menu-bar): Add menu item.
2983
2984 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2985
2986         * gnus-art.el (gnus-article-treat-custom): Add `first'.
2987         (gnus-treat-*): Add `first' in all doc strings.
2988
2989         * gnus-group.el (gnus-group-compact-group): Fix typo.
2990
2991 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * gnus.el (gnus-parameters-case-fold-search): New variable.
2994         (gnus-parameters-get-parameter): Use it.
2995
2996         * gnus-score.el (gnus-home-score-file): Doc fix.
2997
2998 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2999
3000         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3001
3002 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * mm-util.el (mm-special-display-p): New function.
3005
3006         * mml.el (mml-preview): Use it; doc fix.
3007
3008 2005-10-29  Romain Francoise  <romain@orebokech.com>
3009
3010         * message.el (message-fix-before-sending): Fix comment.
3011
3012 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3013
3014         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3015
3016 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3017
3018         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3019         Used in gnus-score.el.
3020
3021 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3022
3023         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3024
3025 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3028         whitespace removed in revision 7.8.  Use concatenated string to
3029         protect trailing whitespace.
3030
3031 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
3032
3033         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3034         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3035         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3036         Courier IMAP ("some version from 2004").  Mostly based on similar
3037         code in the same function.
3038
3039 2005-10-26  Didier Verna  <didier@xemacs.org>
3040
3041         * gnus-group.el (gnus-group-compact-group): invalidate original
3042         article buffer.
3043         * gnus-srvr.el (gnus-server-compact-server): ditto.
3044         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3045         NOV database and in article itself.
3046         Invalidate article backlog.
3047
3048 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3049
3050         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3051
3052 2005-10-26  Simon Josefsson  <jas@extundo.com>
3053
3054         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3055         part of 2004-07-25 change.
3056
3057 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * message.el (message-display-completion-list): New function.
3060         (message-expand-group): Use it; make sure the Completions buffer
3061         is modifiable.
3062
3063 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3064
3065         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3066         user-mail-name is an empty string.
3067
3068 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3069
3070         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3071         depending on gnus-score-decay-constant.
3072
3073         * encrypt.el (encrypt-insert-file-contents)
3074         (encrypt-write-file-contents): Don't use `gnus-message'.
3075
3076         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3077         arguments.
3078         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3079         arguments to mm-uu-verbatim-marks-extract.
3080         (mm-uu-hide-markers): New variable.
3081         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3082
3083         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3084         (gnus-convert-image-to-face-command): Use "convert" by default to
3085         allow other input image formats.
3086         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3087         accordingly.
3088
3089 2005-10-23  Simon Josefsson  <jas@extundo.com>
3090
3091         * imap.el (imap-gssapi-program): Align command line parameters
3092         with latest GNU SASL.
3093         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3094
3095 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3098         HTML.
3099         (nnslashdot-request-article): Ditto.
3100
3101         * lpath.el (featurep): Add nobreak-char-display.
3102
3103 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3104
3105         * mail-source.el (mail-source-fetch-pop): Require pop3.
3106         (mail-source-check-pop): Ditto.
3107
3108 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3111         errors.
3112
3113 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3114
3115         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3116         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3117
3118         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3119
3120         * mm-bodies.el (mm-decode-string): Call
3121         `mm-charset-to-coding-system' with allow-override argument.
3122
3123 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3126         (rfc2047-charset-to-coding-system): New function.
3127         (rfc2047-decode-encoded-words): New function.
3128         (rfc2047-decode-region): Use them.
3129         (rfc2047-decode-cte): Remove.
3130         (rfc2047-parse-and-decode): Remove.
3131         (rfc2047-decode): Remove.
3132
3133 2005-10-15  Kenichi Handa  <handa@m17n.org>
3134
3135         * rfc2047.el (rfc2047-decode-cte): New function.
3136         (rfc2047-decode-region): Change the way to decode successive
3137         encoded-words: decode B- or Q-encoding in each encoded-word,
3138         concatenate them, and decode it as charset.
3139
3140 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * lpath.el: Fbind codepage-setup for XEmacs.
3143
3144 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3145
3146         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3147         widget-move-and-invoke.
3148         (gnus-custom-mode): Use gnus-custom-map.
3149
3150 2005-10-15  Bill Wohler  <wohler@newt.com>
3151
3152         * message.el (message-tool-bar-map): Renamed image file from
3153         mail_send to mail/send.
3154
3155 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3156
3157         * message.el (message-expand-group): Pass the common
3158         prefix substring of completion to `display-completion-list'.
3159
3160 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3161
3162         * mml-sec.el (mml-secure-method): New internal variable.
3163         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3164         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3165         functions using mml-secure-method.
3166
3167         * mml.el (mml-mode-map): Add key bindings for those functions.
3168         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3169         Harder <harder@myrealbox.com>.
3170         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3171         end of message if point is the headers of the message.
3172
3173         * message.el (message-in-body-p): New function.
3174
3175         * assistant.el: Autoload gnus-util and netrc.
3176
3177         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3178         Use `mm-charset-override-alist' only when decoding.
3179
3180         * mm-bodies.el (mm-decode-body): Call
3181         `mm-charset-to-coding-system' with allow-override argument.
3182
3183         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3184         `filename' from Content-Disposition if Content-Type doesn't
3185         provide `name'.
3186         (gnus-mime-view-part-as-type): Set default instead of
3187         initial-input.
3188
3189 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3190
3191         * format-spec.el (format-spec): Propagate text properties of % spec.
3192
3193 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3194
3195         * gnus-art.el (gnus-treat-predicate): Add `first'.
3196
3197 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3198
3199         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3200         (mm-charset-override-alist): New variable.
3201         (mm-charset-to-coding-system): Use it.
3202         (mm-codepage-setup): New helper function.
3203         (mm-charset-eval-alist): New variable.
3204         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3205         about unknown charsets.
3206
3207         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3208
3209 2005-10-04  David Hansen  <david.hansen@gmx.net>
3210
3211         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3212         (nnrss-check-group): Ditto.
3213
3214 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3215
3216         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3217         Rename x-gnus-verbatim to x-verbatim.
3218         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3219
3220         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3221         x-verbatim.
3222
3223         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3224
3225         * gnus-util.el (gnus-remove-duplicates): Remove.
3226
3227         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3228         instead of gnus-remove-duplicates.
3229
3230         * message.el (message-remove-duplicates): Remove.
3231         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3232         message-remove-duplicates.
3233
3234         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3235         available, else use implementation from `delete-dups'.
3236
3237         * message.el (message-insert-expires): New function.
3238         (message-mode-map): Add key binding.
3239         (message-mode-field-menu): Add menu entry.
3240         (message-mode): Document it.
3241         (message-make-expires-date): Use `message-make-date'.
3242
3243 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3244
3245         * message.el (message-make-expires-date): New function.
3246
3247 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * Makefile.in (list-installed-shadows): New entry.
3250         (install): Use it.
3251         (remove-installed-shadows): New entry.
3252
3253         * dgnushack.el (dgnushack-default-load-path): New variable.
3254         (dgnushack-find-lisp-shadows): New function.
3255         (dgnushack-remove-lisp-shadows): New function.
3256
3257 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * Makefile.in (install-el-elc): New entry.
3260         (install): Use it so that .el files are necessarily installed.
3261
3262 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3265
3266 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3267
3268         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3269         function rather than the diff-mode.el package.
3270         (mm-display-external): Use with-current-buffer.
3271         (mm-viewer-completion-map, mm-viewer-completion-map):
3272         Move initialization inside declaration.
3273
3274 2005-09-29  Simon Josefsson  <jas@extundo.com>
3275
3276         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3277         autoload mail-check-payment.
3278         (spam-check-hashcash): Define unconditionally, since hashcash.el
3279         is part of Gnus now.  Ignore errors from payment checking.
3280
3281 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3282
3283         * message.el (message-bold-region, message-unbold-region): Rename
3284         from `bold-region' and `unbold-region'.
3285
3286         * message.el: Remove useless autoloads.
3287
3288 2005-09-28  Simon Josefsson  <jas@extundo.com>
3289
3290         * message.el (message-use-idna): Default to t.
3291         (message-use-idna): Test whether encoding works too.  Doc fix.
3292
3293 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * nntp.el (nntp-warn-about-losing-connection): Remove.
3296
3297 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3298
3299         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3300         customizable.  Change default value.
3301         (mm-uu-diff-groups-regexp): Change default value.
3302         (mm-uu-type-alist): Add doc string.
3303         (mm-uu-configure): Add doc string.  Make it interactive.
3304         (mm-uu-tex-groups-regexp): New variable.
3305         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3306         (mm-uu-type-alist): Add LaTeX documents.
3307         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3308         of "text/verbatim".
3309         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3310
3311         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3312         instead of "text/verbatim".
3313
3314         * message.el (message-mark-inserted-region)
3315         (message-mark-insert-file): Use slrn style marks when called with
3316         prefix argument.
3317
3318 2005-09-27  Simon Josefsson  <jas@extundo.com>
3319
3320         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3321
3322 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3323
3324         * message.el (message-remove-duplicates): New function.
3325         Implementation borrowed from `gnus-remove-duplicates'.
3326         (message-idna-to-ascii-rhs): Also encode idna addresses in
3327         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3328         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3329         only ask about the same idna domain once per header and also tell
3330         in what header to replace the idna domain.
3331
3332         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3333         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3334         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3335         a header is decoded and not just the last one.
3336
3337 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3340         has been decoded.
3341
3342         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3343         (mm-insert-part): Don't modify text if it has been decoded.
3344
3345         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3346         decoded.
3347
3348         * mm-view.el (mm-inline-text): Don't strip text props unless
3349         decoding enriched or richtext parts.
3350
3351 2005-09-25  Romain Francoise  <romain@orebokech.com>
3352
3353         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3354         * gnus-start.el (gnus-subscribe-interactively):
3355         * gnus-uu.el (gnus-uu-grab-articles):
3356         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3357         space.
3358
3359 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3360
3361         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3362         * mm-view.el (mm-view-pkcs7-decrypt):
3363         * gnus-sum.el (gnus-summary-limit-to-extra)
3364         (gnus-summary-respool-article, gnus-read-move-group-name):
3365         * gnus-score.el (gnus-summary-increase-score):
3366         * gnus-util.el (gnus-completing-read-with-default):
3367         * gnus-art.el (gnus-read-save-file-name)
3368         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3369         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3370         * message.el (message-check-news-header-syntax):
3371         Follow convention for reading with the minibuffer.
3372
3373 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3374
3375         * spam-report.el (spam-report-url-ping-plain):
3376         Use gnus-extended-version as User-Agent.
3377
3378         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3379         default value is nil.
3380
3381         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3382         (mm-uu-verbatim-marks-extract): New function.
3383         (mm-uu-extract): New face.
3384         (mm-uu-copy-to-buffer): Use it.
3385
3386         * spam-report.el (spam-report-gmane-ham): Renamed from
3387         `spam-report-gmane-unspam'.
3388         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3389         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3390
3391         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3392         Autoload.
3393         (spam-report-gmane-unregister-routine): Renamed
3394         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3395
3396 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3397
3398         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3399         (spam-report-gmane-unregister-routine): added support for gmane
3400         unregistration
3401
3402         * spam-report.el (spam-report-gmane-unspam)
3403         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3404         (spam-report-gmane): changed to take a single article and do
3405         unspam registration
3406
3407 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3408
3409         * mm-url.el (mm-url-decode-entities): Fix regexp.
3410
3411 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3414         default to nil, to be able to use Gnus at all.  If the default
3415         switches to something else, then the function should be fixed not
3416         be exceedingly slow.
3417
3418 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3419
3420         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3421         fail hard
3422
3423         * spam-report.el: better Keywords line
3424
3425         * spam.el: added Maintainer and better Keywords line
3426
3427 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3428
3429         * gnus-art.el (gnus-article-replace-part)
3430         (gnus-mime-replace-part): New functions.
3431         (gnus-mime-action-alist, gnus-mime-button-commands)
3432         (gnus-mime-save-part-and-strip): Added file argument.
3433         (gnus-article-part-wrapper): Added interactive argument.
3434
3435         * gnus-sum.el (gnus-summary-mime-map): Add
3436         `gnus-article-replace-part'.
3437
3438 2005-09-19  Didier Verna  <didier@xemacs.org>
3439
3440         The nnml compaction feature:
3441         * nnml.el (nnml-request-compact-group): New function.
3442         * nnml.el (nnml-request-compact): New function.
3443         * gnus-int.el (gnus-request-compact-group): New function.
3444         * gnus-int.el (gnus-request-compact): New function.
3445         * gnus-group.el (gnus-group-compact-group): New function.
3446         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3447         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3448         * gnus-srvr.el (gnus-server-compact-server): New function.
3449         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3450         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3451
3452 2005-09-18  Deepak Goel  <deego@gnufans.org>
3453
3454         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3455         format spec.
3456
3457 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3460
3461 2005-09-15  Romain Francoise  <romain@orebokech.com>
3462
3463         * message.el (message-fill-paragraph): Clarify docstring.
3464
3465 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * gnus-art.el (gnus-mime-display-part): Protect against broken
3468         MIME messages.
3469
3470 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3473         before parsing header.
3474
3475 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3476
3477         * html2text.el: (html2text-replace-list): Add new entities.
3478
3479 2005-09-11  Romain Francoise  <romain@orebokech.com>
3480
3481         * message.el (message-alternative-emails): Improve docstring.
3482         (message-setup-1): Call `message-use-alternative-email-as-from'
3483         after `message-setup-hook' to give it precedence over posting
3484         styles, etc.
3485         (message-use-alternative-email-as-from): Add docstring.  Remove
3486         the original From header if present.
3487
3488         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3489         (nnml-save-mail): Use it.
3490
3491         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3492         articles.  Add new argument `silent'.
3493         (gnus-uu-mark-all): Report the total number of marked articles.
3494
3495 2005-09-10  Romain Francoise  <romain@orebokech.com>
3496
3497         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3498         (gnus-uu-mark-series): Likewise.
3499
3500 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3501
3502         * spam-report.el (spam-report-gmane): Fix generation of spam
3503         report URL.
3504
3505 2005-09-10  Simon Josefsson  <jas@extundo.com>
3506
3507         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3508         t, based on discussion on the ding list with Robert Epprecht
3509         <epprecht@solnet.ch>.
3510
3511 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3512
3513         * spam-report.el (spam-report-gmane): Make it work without
3514         X-Report-Spam header.  Gmane now only provides Archived-At.
3515         This is only used if `spam-report-gmane-use-article-number' is nil.
3516         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3517
3518         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3519         make `gnus-summary-sort-by-recipient' work with threading.
3520
3521         * nnweb.el (nnweb-google-wash-article): Print a message if article
3522         is not available.
3523
3524 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3525
3526         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3527         change.  Decode text/* parts content before displaying.
3528
3529 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3530
3531         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3532
3533 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3536
3537         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3538         url-package-name, url-package-version,
3539         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3540         w3m-display-inline-images, and w3m-minor-mode-map.
3541
3542 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3543
3544         * message.el (message-tab-body-function): Fixed mismatched custom
3545         type.
3546
3547         * gnus.el (gnus-group-change-level-function): Ditto.
3548
3549         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3550
3551         * gnus-art.el (gnus-signature-limit)
3552         (gnus-article-mime-part-function): Ditto.
3553
3554 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * mml.el (mml-mode): Silence the byte compiler.
3557
3558         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3559         using `(sit-for 0)' before moving the point to the specified part;
3560         skip unbuttonized parts.
3561         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3562         return to the summary window if gnus-auto-select-part is non-nil.
3563
3564 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3565
3566         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3567         variables.
3568         (mml-dnd-attach-file, mml-mode): Use them.
3569
3570         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3571         Make fetching article by MID work again for Google Groups.  Added
3572         FIXME concerning gnus-group-make-web-group.
3573
3574         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3575         Don't depend on Gnus by using mail-extract-address-components if
3576         gnus-extract-address-components is not bound.
3577
3578 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * gnus-art.el (gnus-mime-display-security): Don't display the
3581         signature, but only the signed part.
3582
3583 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3586
3587         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3588         list, not listp.
3589
3590 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3591
3592         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3593         when encoding.
3594
3595         * mm-bodies.el (mm-decode-content-transfer-encoding):
3596         De-canonicalize CRLF for all text content types, not just
3597         text/plain.
3598
3599 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3602         valid article; point arrow and cursor at the MIME button.
3603
3604 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3607         Suggested by Dan Christensen <jdc@uwo.ca>.
3608
3609         * mm-decode.el (mm-save-part): Enable change of prompt.
3610
3611 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3612
3613         * gnus-msg.el (gnus-inews-add-send-actions): Made
3614         `message-post-method' lambda parameter ARG `&optional'.
3615
3616 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3617
3618         * gnus-sum.el (gnus-summary-mime-map): Added
3619         gnus-article-save-part-and-strip, gnus-article-delete-part and
3620         gnus-article-jump-to-part.
3621
3622         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3623         (gnus-article-edit-part): Use it.
3624         (gnus-article-part-wrapper): Added no-handle argument.
3625         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3626         functions.
3627
3628 2005-08-29  Romain Francoise  <romain@orebokech.com>
3629
3630         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3631         docstring.
3632         (gnus-face-from-file): Likewise.
3633
3634 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3635
3636         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3637         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3638         non-nil.
3639         (gnus-auto-select-part): New variable.
3640         (gnus-article-jump-to-part): New function.
3641         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3642         (gnus-mime-delete-part): Allow selecting specified part after
3643         deleting or stripping parts.
3644         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3645         part if argument is bogus.
3646
3647 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3648
3649         * gnus-art.el (w3m-minor-mode-map):
3650         * gnus-spec.el (gnus-newsrc-file-version):
3651         * gnus-util.el (nnmail-active-file-coding-system)
3652         (gnus-original-article-buffer, gnus-user-agent):
3653         * gnus.el (gnus-ham-process-destinations)
3654         (gnus-parameter-ham-marks-alist)
3655         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3656         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3657         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3658         * mm-decode.el (gnus-current-window-configuration):
3659         * mm-extern.el (gnus-article-mime-handles):
3660         * mm-url.el (url-current-object, url-package-name)
3661         (url-package-version):
3662         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3663         (smime-keys, w3m-cid-retrieve-function-alist)
3664         (w3m-current-buffer, w3m-display-inline-images)
3665         (w3m-minor-mode-map):
3666         * mml-smime.el (gnus-extract-address-components):
3667         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3668         (gnus-newsrc-hashtb, message-default-charset)
3669         (message-deletable-headers, message-options)
3670         (message-posting-charset, message-required-mail-headers)
3671         (message-required-news-headers):
3672         * mml1991.el (mc-pgp-always-sign):
3673         * mml2015.el (mc-pgp-always-sign):
3674         * nnheader.el (nnmail-extra-headers):
3675         * rfc1843.el (gnus-decode-encoded-word-function)
3676         (gnus-decode-header-function, gnus-newsgroup-name):
3677         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3678
3679 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3680
3681         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3682         the end of the date treatments.
3683
3684 2005-08-15  Simon Josefsson  <jas@extundo.com>
3685
3686         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3687         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3688         Capello and Romain Francoise.
3689         (pgg-fetch-key-function): Removed, not used?
3690         (pgg-insert-url-with-w3): Require url, to get
3691         url-insert-file-contents regardless of where it is defined.
3692
3693 2005-08-13  Romain Francoise  <romain@orebokech.com>
3694
3695         * message.el (message-cite-original-1): New function.
3696         (message-cite-original): Use it.
3697         (message-cite-original-without-signature): Ditto.
3698
3699 2005-08-08  Romain Francoise  <romain@orebokech.com>
3700
3701         * message.el (message-yank-empty-prefix): New variable.
3702         (message-indent-citation): Use it.
3703         (message-cite-original-without-signature): Respect X-No-Archive.
3704
3705 2005-08-08  Simon Josefsson  <jas@extundo.com>
3706
3707         * pgg.el: Autoload url-insert-file-contents instead of loading
3708         w3/url.
3709         (pgg-insert-url-with-w3): Don't load url here.
3710
3711 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3712
3713         * message.el (message-kill-to-signature): Don't insert newline at
3714         bol.
3715         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3716
3717 2005-08-06  Romain Francoise  <romain@orebokech.com>
3718
3719         * message.el (message-user-fqdn): Fix typo in docstring.
3720
3721 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3722
3723         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3724
3725         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3726
3727 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * mm-bodies.el (mm-encode-body): Use coding system rather than
3730         charset to encode text.
3731
3732         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3733         number of charsets if utf-8 is available (XEmacs).
3734
3735 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3736
3737         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3738         taken from `gnus-button-mid-or-mail-regexp'.
3739         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3740         (gnus-button-alist): Improve regexp for domain part of the MIDs
3741         for news:localpart@domain buttons.
3742         (gnus-button-ctan-directory-regexp): Update.
3743
3744 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * sieve-manage.el (sieve-manage-interactive-login): Use
3747         make-local-variable rather than make-variable-buffer-local.
3748         (sieve-manage-open): Ditto.
3749         (sieve-manage-authenticate): Ditto.
3750
3751         * mml.el (mml-generate-mime-1): Make the content type default to
3752         text/plain if the filename is not specified.
3753
3754 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3757         instead of insert-buffer.
3758
3759         * message.el (message-yank-original): Ditto; set the mark at the
3760         end of the yanked message.
3761
3762 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3765         lines to scroll rather than to stop it.
3766
3767         * mml.el (mml-generate-default-type): Add doc string.
3768         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3769         default to application/octet-stream when determining the content
3770         type if it is not specified for the part or the mml contents; add
3771         a comment about mml-generate-default-type.
3772
3773 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3774
3775         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3776         make it default to application/octet-stream when determining the
3777         content type if it is not specified for the external contents.
3778
3779 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3782         segmented parameter but also other parameters might be there.
3783
3784 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * mm-decode.el (mm-display-external): Delete temp file, directory
3787         and buffer immediately if the external process is exited.
3788
3789 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3792         fewer lines than that of scroll-margin.
3793         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3794
3795 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * gnus-art.el (gnus-article-next-page): Revert.
3798         (gnus-article-beginning-of-window): New macro.
3799         (gnus-article-next-page-1): Use it.
3800         (gnus-article-prev-page): Ditto.
3801         (gnus-article-edit-part): Use insert-buffer-substring instead of
3802         insert-buffer.
3803         (gnus-article-edit-exit): Ditto.
3804
3805         * gnus-util.el (gnus-beginning-of-window): Remove.
3806         (gnus-end-of-window): Remove.
3807
3808         * lpath.el: Don't bind header-line-format and scroll-margin.
3809
3810 2005-07-25  Simon Josefsson  <jas@extundo.com>
3811
3812         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3813         to have the url package without w3.  Reported by Daiki Ueno
3814         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3815
3816 2005-07-20  Didier Verna  <didier@xemacs.org>
3817
3818         * gnus-diary.el: Remove the description comment (nndiary is now
3819         properly documented in the Gnus manual).
3820         Fix the spelling of "Back End".
3821         * nndiary.el: Ditto.
3822         Fix the copyright notice.
3823
3824 2005-07-18  Romain Francoise  <romain@orebokech.com>
3825
3826         * gnus-sum.el (gnus-summary-to-prefix,
3827         gnus-summary-newsgroup-prefix): New variables.
3828         (gnus-summary-from-or-to-or-newsgroups): Use them.
3829
3830 2005-07-17  Romain Francoise  <romain@orebokech.com>
3831
3832         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3833         space as it's generally not especially interesting to the user.
3834
3835 2005-07-16  Romain Francoise  <romain@orebokech.com>
3836
3837         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3838         nil to avoid prompting and file modification if one of the
3839         messages at the top of the nnfolder file contains a copyright
3840         notice.
3841         Update copyright notice.
3842
3843         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3844         instead of `current-time-string' as the latter creates a time
3845         string that is not RFC 2822 compliant (it lacks the zone).
3846         Update copyright notice.
3847
3848 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3849
3850         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3851         for text/rtf.  Display default in prompt.  Pass default for M-n.
3852
3853         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3854
3855 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856
3857         * gnus-msg.el (gnus-button-mailto): Remove
3858         save-selected-window-window hackery because it relies on
3859         save-selected-window internals.
3860
3861 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3864         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3865         (gnus-article-prev-page): Ditto.
3866
3867         * gnus-util.el (gnus-beginning-of-window): New function.
3868         (gnus-end-of-window): New function.
3869
3870         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3871
3872 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3873
3874         * gnus-score.el (gnus-score-edit-all-score): Set
3875         gnus-score-edit-exit-function to gnus-score-edit-done and call
3876         gnus-message.
3877
3878 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * gnus-msg.el (gnus-button-mailto): Remove
3881         save-selected-window-window hackery because it relies on
3882         save-selected-window internals.
3883
3884 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3887         add-minor-mode.
3888         (gnus-binary-mode): Ditto.
3889
3890         * gnus-topic.el (gnus-topic-mode): Ditto.
3891
3892 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3893
3894         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3895         (gnus-article-prev-page): Take scroll-margin into consideration.
3896
3897 2005-07-04  Lute Kamstra  <lute@gnu.org>
3898
3899         Update FSF's address in GPL notices.
3900
3901 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3902
3903         * gnus.el (gnus-exit):
3904         * gnus-group.el (gnus-group-icons):
3905         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3906
3907         * gnus-nocem.el (gnus-nocem):
3908         * message.el (message-various, message-buffers, message-sending)
3909         (message-interface, message-forwarding, message-insertion)
3910         (message-headers, message-news, message-mail):
3911         * pgg-gpg.el (pgg-gpg):
3912         * pgg-parse.el (pgg-parse):
3913         * pgg-pgp.el (pgg-pgp):
3914         * pgg-pgp5.el (pgg-pgp5):
3915         * pop3.el (pop3): Finish `defgroup' description with period.
3916
3917 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * gnus-art.el (article-display-face): Improve the efficiency.
3920         (article-display-x-face): Ditto; remove grey x-face stuff.
3921
3922 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * gnus-art.el (article-display-face): Correct the position in
3925         which Faces are inserted.
3926
3927 2005-06-29  Didier Verna  <didier@xemacs.org>
3928
3929         * gnus-art.el (article-display-face): Display faces in correct
3930         order.
3931
3932 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3935         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3936         (gnus-nocem-check-article): Fetch the Type header.
3937         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3938         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3939         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3940         make sure gnus-nocem-hashtb is initialized.
3941         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3942         (gnus-nocem-unwanted-article-p): Ditto.
3943
3944         * pgg.el (pgg-verify): Return the verification result.
3945
3946 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3949         is ascii.
3950
3951 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3952
3953         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3954         `show-nonbreak-escape'.
3955
3956 2005-06-23  Lute Kamstra  <lute@gnu.org>
3957
3958         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3959
3960         * dig.el (dig-mode):
3961         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3962
3963 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3964
3965         * nnimap.el (nnimap-split-download-body): Fix spellings.
3966
3967 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3968
3969         * gnus-art.el (gnus-article-encrypt-body):
3970         * gnus-cus.el (gnus-score-customize):
3971         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3972         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3973
3974 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3975
3976         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
3977         header by looking for magic "MII" at the beginnig.
3978
3979 2005-06-16  Miles Bader  <miles@gnu.org>
3980
3981         * gnus-xmas.el (gnus-xmas-group-startup-message):
3982         Use renamed gnus-splash face.
3983
3984         * assistant.el (assistant-field): Remove "-face" suffix from face name.
3985         (assistant-field-face): New backward-compatibility alias for renamed
3986         face.
3987         (assistant-render-text): Use renamed assistant-field face.
3988
3989         * spam.el (spam): Remove "-face" suffix from face name.
3990         (spam-face): New backward-compatibility alias for renamed face.
3991         (spam-face, spam-initialize): Use renamed spam face.
3992
3993         * message.el (message-header-to, message-header-cc)
3994         (message-header-subject, message-header-newsgroups)
3995         (message-header-other, message-header-name)
3996         (message-header-xheader, message-separator, message-cited-text)
3997         (message-mml): Remove "-face" suffix from face names.
3998         (message-header-to-face, message-header-cc-face)
3999         (message-header-subject-face, message-header-newsgroups-face)
4000         (message-header-other-face, message-header-name-face)
4001         (message-header-xheader-face, message-separator-face)
4002         (message-cited-text-face, message-mml-face):
4003         New backward-compatibility aliases for renamed faces.
4004         (message-font-lock-keywords): Use renamed message faces.
4005
4006         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4007         (sieve-test-commands, sieve-tagged-arguments):
4008         Remove "-face" suffix from face names.
4009         (sieve-control-commands-face, sieve-action-commands-face)
4010         (sieve-test-commands-face, sieve-tagged-arguments-face):
4011         New backward-compatibility aliases for renamed faces.
4012         (sieve-control-commands-face, sieve-action-commands-face)
4013         (sieve-test-commands-face, sieve-tagged-arguments-face):
4014         Use renamed sieve faces.
4015
4016         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4017         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4018         (gnus-group-news-3-empty, gnus-group-news-4)
4019         (gnus-group-news-4-empty, gnus-group-news-5)
4020         (gnus-group-news-5-empty, gnus-group-news-6)
4021         (gnus-group-news-6-empty, gnus-group-news-low)
4022         (gnus-group-news-low-empty, gnus-group-mail-1)
4023         (gnus-group-mail-1-empty, gnus-group-mail-2)
4024         (gnus-group-mail-2-empty, gnus-group-mail-3)
4025         (gnus-group-mail-3-empty, gnus-group-mail-low)
4026         (gnus-group-mail-low-empty, gnus-summary-selected)
4027         (gnus-summary-cancelled, gnus-summary-high-ticked)
4028         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4029         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4030         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4031         (gnus-summary-low-undownloaded)
4032         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4033         (gnus-summary-low-unread, gnus-summary-normal-unread)
4034         (gnus-summary-high-read, gnus-summary-low-read)
4035         (gnus-summary-normal-read, gnus-splash):
4036         Remove "-face" suffix from face names.
4037         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4038         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4039         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4040         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4041         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4042         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4043         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4044         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4045         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4046         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4047         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4048         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4049         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4050         (gnus-summary-normal-ticked-face)
4051         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4052         (gnus-summary-normal-ancient-face)
4053         (gnus-summary-high-undownloaded-face)
4054         (gnus-summary-low-undownloaded-face)
4055         (gnus-summary-normal-undownloaded-face)
4056         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4057         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4058         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4059         (gnus-splash-face):
4060         New backward-compatibility aliases for renamed faces.
4061         (gnus-group-startup-message): Use renamed gnus faces.
4062
4063         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4064         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4065         (gnus-server-agent): Remove "-face" suffix from face names.
4066         (gnus-server-agent-face, gnus-server-opened-face)
4067         (gnus-server-closed-face, gnus-server-denied-face)
4068         (gnus-server-offline-face):
4069         New backward-compatibility aliases for renamed faces.
4070         (gnus-server-agent-face, gnus-server-opened-face)
4071         (gnus-server-closed-face, gnus-server-denied-face)
4072         (gnus-server-offline-face): Use renamed gnus faces.
4073
4074         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4075         Remove "-face" suffix from face names.
4076         (gnus-picon-xbm-face, gnus-picon-face):
4077         New backward-compatibility aliases for renamed faces.
4078
4079         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4080         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4081         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4082         (gnus-cite-11): Remove "-face" suffix from face names.
4083         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4084         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4085         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4086         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4087         New backward-compatibility aliases for renamed faces.
4088         (gnus-cite-attribution-face, gnus-cite-face-list)
4089         (gnus-article-boring-faces): Use renamed gnus faces.
4090
4091         * gnus-art.el (gnus-signature, gnus-header-from)
4092         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4093         (gnus-header-content): Remove "-face" suffix from face names.
4094         (gnus-signature-face, gnus-header-from-face)
4095         (gnus-header-subject-face, gnus-header-newsgroups-face)
4096         (gnus-header-name-face, gnus-header-content-face):
4097         New backward-compatibility aliases for renamed faces.
4098         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4099
4100         * gnus-sum.el (gnus-summary-selected-face)
4101         (gnus-summary-highlight): Use renamed gnus faces.
4102         * gnus-group.el (gnus-group-highlight): Likewise.
4103
4104 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4105
4106         * gnus-sieve.el (gnus-sieve-article-add-rule):
4107         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4108         * spam-stat.el (spam-stat-buffer-change-to-spam)
4109         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4110
4111         * message.el (message-is-yours-p):
4112         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4113
4114 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * mm-view.el (mm-inline-text): Withdraw the last change.
4117
4118 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4121         executing enriched-decode.
4122
4123 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4126         charset of tar files.
4127
4128 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4129
4130         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4131
4132 2005-06-04  Lute Kamstra  <lute@gnu.org>
4133
4134         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4135         information is never recorded.
4136
4137 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4138
4139         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4140
4141 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * pop3.el (pop3-apop): Run md5 in the binary mode.
4144
4145         * starttls.el (starttls-set-process-query-on-exit-flag):
4146         Use eval-and-compile.
4147
4148 2005-05-31  Simon Josefsson  <jas@extundo.com>
4149
4150         * smime.el (smime-replace-in-string): Define.
4151         (smime-cert-by-ldap-1): Use it.
4152
4153 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * gnus-art.el (article-display-x-face): Replace
4156         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4157
4158         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4159         set-process-query-on-exit-flag or process-kill-without-query.
4160
4161         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4162         loop instead of replace-regexp.
4163
4164         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4165         instead of process-kill-without-query if it is available.
4166
4167         * lpath.el: Fbind ldap-search-entries.
4168
4169         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4170         instead of find-file-hooks if it is available.
4171
4172         * mml1991.el: Bind pgg-default-user-id when compiling.
4173
4174         * mml2015.el: Bind pgg-default-user-id when compiling.
4175
4176         * nndraft.el (nndraft-request-associate-buffer):
4177         Use write-contents-functions instead of write-contents-hooks if it is
4178         available.
4179
4180         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4181         instead of find-file-hooks if it is available.
4182
4183         * nntp.el (nntp-open-connection): Replace
4184         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4185         (nntp-open-ssl-stream): Ditto.
4186         (nntp-open-tls-stream): Ditto.
4187
4188         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4189         set-process-query-on-exit-flag or process-kill-without-query.
4190         (starttls-open-stream-gnutls): Use it instead of
4191         process-kill-without-query.
4192         (starttls-open-stream): Ditto.
4193
4194 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4195
4196         * smime.el (smime-cert-by-ldap-1): Don't use
4197         replace-regexp-in-string.
4198
4199 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4200
4201         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4202
4203         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4204         in PEM format. Adjust to the XEmacs compability.
4205
4206 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4207
4208         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4209         by `string-to-number'.
4210         * gnus-agent.el (gnus-agent-regenerate-group)
4211         (gnus-agent-fetch-articles): Ditto.
4212         * gnus-art.el (gnus-button-fetch-group): Ditto.
4213         * gnus-cache.el (gnus-cache-generate-active)
4214         (gnus-cache-articles-in-group): Ditto.
4215         * gnus-group.el (gnus-group-set-current-level)
4216         (gnus-group-insert-group-line): Ditto.
4217         * gnus-score.el (gnus-score-set-expunge-below)
4218         (gnus-score-set-mark-below, gnus-summary-score-effect)
4219         (gnus-summary-score-entry): Ditto.
4220         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4221         (gnus-soup-pack): Ditto.
4222         * gnus-spec.el (gnus-xmas-format): Ditto.
4223         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4224         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4225         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4226         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4227         * nndb.el (nndb-get-remote-expire-response): Ditto.
4228         * nndiary.el (nndiary-parse-schedule-value)
4229         (nndiary-string-to-number, nndiary-request-replace-article)
4230         (nndiary-request-article): Ditto.
4231         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4232         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4233         * nneething.el (nneething-make-head): Ditto.
4234         * nnfolder.el (nnfolder-request-article)
4235         (nnfolder-retrieve-headers): Ditto.
4236         * nnheader.el (nnheader-file-to-number): Ditto.
4237         * nnkiboze.el (nnkiboze-request-article): Ditto.
4238         * nnmail.el (nnmail-process-unix-mail-format)
4239         (nnmail-process-babyl-mail-format): Ditto.
4240         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4241         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4242         (nnmh-request-create-group, nnmh-request-list-1)
4243         (nnmh-request-group, nnmh-request-article): Ditto.
4244         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4245         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4246         * nnsoup.el (nnsoup-make-active): Ditto.
4247         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4248         * nntp.el (nntp-find-group-and-number)
4249         (nntp-retrieve-headers-with-xover): Ditto.
4250         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4251         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4252         (pgg-format-key-identifier): Ditto.
4253         * pop3.el (pop3-last, pop3-stat): Ditto.
4254         * qp.el (quoted-printable-decode-region): Ditto.
4255
4256         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4257         of concat.
4258
4259 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4262
4263         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4264
4265         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4266
4267         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4268
4269         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4270
4271         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4272
4273         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4274         (gnus-carpal-mode): Ditto.
4275
4276         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4277         (gnus-browse-mode): Ditto.
4278
4279         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4280
4281         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4282
4283 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4284
4285         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4286
4287 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-util.el (gnus-run-mode-hooks): New function.
4290
4291         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4292
4293         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4294         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4295
4296 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4297
4298         * gnus-agent.el (gnus-agent-make-mode-line-string):
4299         Use mode-line-highlight as mouse-face.
4300
4301 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * canlock.el (canlock): Change the parent group to news.
4304
4305         * deuglify.el (gnus-outlook-deuglify): Add :group.
4306
4307         * dig.el (dig): Add :group.
4308
4309         * dns-mode.el (dns-mode): Add :group.
4310
4311         * encrypt.el (encrypt): Add :group.
4312
4313         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4314         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4315         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4316         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4317         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4318
4319         * gnus-diary.el (gnus-diary): Add :group.
4320
4321         * gnus.el (gnus-group-news-1-face): Add :group.
4322         (gnus-group-news-1-empty-face): Ditto.
4323         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4324         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4325         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4326         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4327         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4328         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4329         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4330         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4331         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4332         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4333         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4334         (gnus-summary-high-ticked-face): Ditto.
4335         (gnus-summary-low-ticked-face): Ditto.
4336         (gnus-summary-normal-ticked-face): Ditto.
4337         (gnus-summary-high-ancient-face): Ditto.
4338         (gnus-summary-low-ancient-face): Ditto.
4339         (gnus-summary-normal-ancient-face): Ditto.
4340         (gnus-summary-high-undownloaded-face): Ditto.
4341         (gnus-summary-low-undownloaded-face): Ditto.
4342         (gnus-summary-normal-undownloaded-face): Ditto.
4343         (gnus-summary-high-unread-face): Ditto.
4344         (gnus-summary-low-unread-face): Ditto.
4345         (gnus-summary-normal-unread-face): Ditto.
4346         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4347         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4348
4349         * hashcash.el (hashcash): New custom group.
4350         (hashcash-default-payment): Add :group.
4351         (hashcash-payment-alist): Ditto.
4352         (hashcash-default-accept-payment): Ditto.
4353         (hashcash-accept-resources): Ditto.
4354         (hashcash-path): Ditto.
4355         (hashcash-extra-generate-parameters): Ditto.
4356         (hashcash-double-spend-database): Ditto.
4357         (hashcash-in-news): Ditto.
4358
4359         * message.el (message-minibuffer-local-map): Add :group.
4360
4361         * netrc.el (netrc): Add :group.
4362
4363         * sieve-manage.el (sieve-manage-log): Add :group.
4364         (sieve-manage-default-user): Diito.
4365         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4366         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4367         (sieve-manage-authenticators): Ditto.
4368         (sieve-manage-authenticator-alist): Ditto.
4369         (sieve-manage-default-port): Ditto.
4370
4371         * sieve-mode.el (sieve-control-commands-face): Add :group.
4372         (sieve-action-commands-face): Ditto.
4373         (sieve-test-commands-face): Ditto.
4374         (sieve-tagged-arguments-face): Ditto.
4375
4376         * smime.el (smime): Add :group.
4377
4378         * spam-report.el (spam-report): Add :group.
4379
4380         * spam.el (spam, spam-face): Add :group.
4381
4382 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4385         return \n.\n.\n at the end of articles.  Protect against that.
4386         (nntp-with-open-group): Allow debugging.
4387
4388         * nnheader.el (mail-header-set-extra): Make into a function
4389         because I just could't understand how to quote the list properly.
4390
4391         * dns.el (query-dns-cached): New function.
4392
4393 2005-05-26  Lute Kamstra  <lute@gnu.org>
4394
4395         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4396
4397 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4400
4401         * gnus-art.el: Don't autoload mail-extract-address-components.
4402
4403         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4404         eval-and-compile to evaluate it.
4405
4406         * hashcash.el: Don't autoload executable-find.
4407
4408         * nndb.el: Don't declare the nndb back end two or more times; don't
4409         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4410
4411         * nntp.el: Autoload format-spec instead of format; use
4412         eval-and-compile to evaluate autoload forms.
4413
4414 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4415
4416         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4417
4418 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * gnus.el (gnus-version-number): Bump version.
4421
4422 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4423
4424         * gnus.el: No Gnus v0.3 is released.
4425
4426 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * lpath.el (featurep): Bind show-nonbreak-escape.
4429
4430 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * gnus-art.el (gnus-article-edit-part): Disable undo.
4433
4434 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4437         gnus-article-date-lapsed-new-header is t if date timer is active;
4438         skip headers in which the original date value is empty.
4439         (gnus-article-save-original-date): Redefine it as a macro.
4440         (gnus-display-mime): Use it.
4441
4442 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-art.el (article-date-ut): Support converting date in
4445         forwarded parts as well.
4446         (gnus-article-save-original-date): New function.
4447         (gnus-display-mime): Use it.
4448
4449 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4450
4451         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4452         enclosure element of <item>.
4453
4454 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4455
4456         * message.el (message-kill-buffer-query): Renamed from
4457         `message-kill-buffer-query-if-modified'.  Added :version.
4458
4459 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4462         window layout.
4463
4464 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * mml.el: Autoload dnd when compiling.
4467
4468 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4469
4470         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4471         x-dnd-*.
4472
4473 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * qp.el (quoted-printable-encode-region): Save excursion.
4476
4477 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4478
4479         * message.el (message-kill-buffer-query-if-modified): new variable
4480         so the user can kill a modified message buffer quickly
4481         (message-kill-buffer): use it.
4482
4483 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * lpath.el: Fbind display-time-event-handler; don't fbind
4486         string-to-multibyte.
4487
4488         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4489
4490 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4493         contained in text because xml.el decodes entities) with LFs.
4494
4495 2005-04-11  Lute Kamstra  <lute@gnu.org>
4496
4497         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4498         differently.
4499
4500 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4501
4502         * mm-util.el (mm-detect-coding-region): Typo.
4503
4504 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4507
4508 2005-04-06  D Goel  <deego@gnufans.org>
4509
4510         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4511         user-function allow user modifications of the scores.
4512         (spam-stat-score-buffer-user): New function, to allow
4513         user-computed modifications to the score.
4514         (spam-stat-score-buffer-user-functions): list of additional
4515         scoring functions
4516         (spam-stat-error-holder): global temporary error holder
4517         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4518         variable
4519
4520 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4521
4522         * gnus-registry.el (gnus-registry-clean-empty-function)
4523         (gnus-registry-trim, gnus-registry-fetch-groups)
4524         (gnus-registry-delete-group): now groups that match
4525         `gnus-registry-ignored-groups' will be removed from the registry
4526         entries, not just ignored for splitting.  This helps clean up the
4527         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4528         to get all the groups a message ID is in.
4529
4530         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4531         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4532         (spam-stat-score-buffer-user-functions): added :number custom type
4533
4534 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4537         argument in XEmacs.
4538
4539         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4540         (nnrss-request-group): Decode group name first.
4541         (nnrss-request-article): Make a text/plain article if mml-to-mime
4542         failed.
4543         (nnrss-get-encoding): Return a compatible encoding according to
4544         nnrss-compatible-encoding-alist.
4545         (nnrss-find-el): Use consp instead of listp.
4546         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4547
4548 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4551         which Emacs 20 doesn't support.
4552         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4553
4554 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4555
4556         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4557         silence the byte compiler inside the defun
4558
4559         * gnus-demon.el (parse-time-string): Add autoload.
4560
4561         * gnus-delay.el (parse-time-string): Add autoload.
4562
4563         * gnus-art.el (parse-time-string): Add autoload.
4564
4565         * nnultimate.el (parse-time): Require for `parse-time-string'.
4566
4567 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4568
4569         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4570
4571         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4572
4573         * smime.el (smime-ldap-host-list): Add :version.
4574
4575 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4576
4577         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4578         pass it to `gnus-browse-read-group'.
4579         (gnus-browse-read-group): Add NUMBER argument and pass it to
4580         `gnus-group-read-ephemeral-group'.
4581
4582         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4583         argument and pass it to `gnus-group-read-group'.
4584
4585 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4586
4587         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4588         mm-xemacs-find-mime-charset-1 if we have the mule feature
4589         available at runtime.
4590
4591 2005-03-25  Werner Lemberg  <wl@gnu.org>
4592
4593         * nnmaildir.el: Replace `illegal' with `invalid'.
4594
4595 2005-03-23  Lute Kamstra  <lute@gnu.org>
4596
4597         * time-date.el: Add comment on time value formats.
4598         Don't require parse-time.
4599         (with-decoded-time-value): New macro.
4600         (encode-time-value): New function.
4601         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4602         (days-to-time): Return a valid time value when arg is huge.
4603         (time-since): Use time-subtract.
4604         (time-to-number-of-days): Use time-to-seconds.
4605
4606 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4607
4608         * gnus-start.el (gnus-display-time-event-handler):
4609         Check display-time-timer at runtime rather than only at load time
4610         in case display-time-mode is turned off in the mean time.
4611
4612 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4613
4614         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4615         used.
4616
4617         * nneething.el (nneething-map-file-directory): Derive from
4618         `gnus-directory'.
4619
4620         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4621         the To/Cc button.
4622
4623 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4624
4625         * nnmaildir.el (nnmaildir-request-accept-article):
4626         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4627
4628 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4629
4630         * gnus-async.el: Require timer-funcs at compile time when in
4631         XEmacs for `run-with-idle-timer'.
4632
4633 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4634
4635         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4636         autoloaded function.
4637
4638 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4639
4640         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4641
4642 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4643
4644         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4645
4646 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4649         gnus-expert-user to default.
4650
4651 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4652
4653         * nnimap.el (nnimap-open-server): Ditto.
4654
4655         * imap.el (imap-authenticate): Fix typo.
4656
4657 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4658
4659         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4660         buffer (since IMAP server might return FETCH response out of
4661         order, and the nntp buffer must be sorted).
4662
4663 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4664
4665         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4666         comparison on string.
4667
4668         * gnus-agent.el (gnus-agent-long-article,
4669         gnus-agent-short-article, gnus-agent-score): Renamed category
4670         keywords to match gnus-cus.
4671         (gnus-agent-summary-fetch-series): Modified to protect against
4672         gnus-agent-summary-fetch-group clearing processable flags.
4673         (gnus-agent-synchronize-group-flags): Update live group buffer as
4674         synchronization may occur due to the user toggle the plugged
4675         status.
4676         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4677         successfully downloaded.
4678         (gnus-agent-expire-group-1): Avoid using markers when the overview
4679         is in ascending order; greatly improves performance.
4680         (gnus-agent-regenerate-group): Use
4681         gnus-agent-synchronize-group-flags to reset read status in both
4682         gnus and server.
4683         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4684
4685 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4686
4687         * message.el: Don't autoload former message-utils variables.
4688         (message-strip-subject-trailing-was): Change doc string.
4689
4690         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4691         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4692         (nnweb-google-search): Add "hl=en" here.
4693         (nnweb-google-parse-1, nnweb-google-create-mapping):
4694         Don't hardcode URL.
4695
4696 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * message.el (message-get-reply-headers, message-followup):
4699         Mention related variables `message-use-followup-to' and
4700         `message-use-mail-followup-to', in the information buffer.
4701
4702         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4703         of broken groups(-beta).google.com.
4704
4705 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4706
4707         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4708         parameter to invoked gnus-request-move-article; remove the
4709         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4710         all at once instead of once per article
4711         (gnus-summary-remove-process-mark): accept a list of articles as
4712         well as a single article for processing
4713
4714         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4715
4716         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4717
4718         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4719
4720         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4721
4722         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4723
4724         * nnimap.el (nnimap-request-move-article): add move-is-internal
4725         parameter and remove the gnus-sum-hint-move-is-internal variable
4726
4727         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4728
4729         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4730
4731         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4732
4733         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4734
4735         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4736
4737         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4738
4739 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4740
4741         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4742         a more conservative way.
4743
4744 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4745
4746         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4747         buffer, so it moves the window's cursor.
4748
4749 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4750
4751         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4752         `mm-dissect-multipart' and receive the from field as an (optional)
4753         argument from `mm-dissect-multipart'.
4754         (mm-dissect-multipart): Receive the from field as an argument and
4755         pass it on when we call `mm-dissect-buffer' on MIME parts.
4756         Fixes verification/decryption of signed/encrypted MIME parts.
4757
4758 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4759
4760         * gnus-sum.el (gnus-summary-move-article): set
4761         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4762         whatever it calls (right now, only nnimap-request-move article
4763         respects it)
4764
4765         * nnimap.el (nnimap-request-move-article): when
4766         gnus-sum-hint-move-is-internal is set, don't do the extra
4767         nnimap-request-article
4768
4769 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4772
4773         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4774         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4775
4776         * gnus-sum.el (gnus-summary-caesar-message):
4777         Apply `gnus-treat-article' after rotation.
4778
4779         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4780         doc string.
4781
4782 2005-02-22  Simon Josefsson  <jas@extundo.com>
4783
4784         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4785         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4786         <arne@arnested.dk>.
4787         (encrypt): Add password-cache and password-cache-expiry as group
4788         members.
4789
4790 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4791
4792         * smime.el (smime-ldap-host-list): Doc fix.
4793         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4794         cache) password.
4795         (smime-sign-region): Use it.
4796         (smime-decrypt-region): Use it.
4797         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4798         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4799         fails.
4800         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4801         certificate from DER to PEM format rather than calling openssl.
4802
4803         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4804
4805         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4806         for signing/encryption.
4807
4808         * mml.el (mml-parse-1): Use them.
4809
4810 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4811
4812         * nnrss.el (nnrss-verbose): Removed.
4813         (nnrss-request-group): Use `nnheader-message' instead.
4814
4815 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4816
4817         * nnrss.el (nnrss-verbose): New variable.
4818         (nnrss-request-group): Make it say nnrss is requesting a group.
4819
4820 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4821
4822         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4823         Handle news URL with given port correctly.
4824
4825 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4828         containing special characters.
4829
4830         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4831
4832         * mml.el (mime-to-mml): Ditto.
4833
4834         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4835         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4836         (rfc2047-decode-region): Quote decoded words containing special
4837         characters when rfc2047-quote-decoded-words-containing-tspecials
4838         is non-nil.
4839
4840 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4841
4842         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4843
4844         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4845
4846 2005-02-15  Simon Josefsson  <jas@extundo.com>
4847
4848         * nnimap.el (nnimap-debug): Doc fix.
4849
4850         * imap.el (imap-debug): Doc fix.
4851
4852 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4855
4856 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4857
4858         * gnus.el (spam-contents): improve docs for spam-contents
4859         parameter in its variable incarnation
4860
4861 2005-02-14  Simon Josefsson  <jas@extundo.com>
4862
4863         * smime-ldap.el: Use require instead of load-library for ldap.
4864         (smime-ldap-search): Indent.
4865         (smime-ldap-search-internal): Shorten line.
4866
4867         * smime.el (smime-cert-by-dns): Add doc-string.
4868         (smime-cert-by-ldap-1): Indent.
4869
4870         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4871         mml-smime-get-dns-ldap.
4872         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4873
4874 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4875
4876         * smime.el: Require smime-ldap.
4877         (smime-ldap-host-list): New variable.
4878         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4879
4880         * mml-smime.el (mml-smime-encrypt-query): New function.
4881         (mml-smime-encrypt-query): Use it.
4882
4883         * smime-ldap.el: New file.
4884
4885 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4888
4889 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4892         argument in doc string.  Make query for type more clear.
4893
4894 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4895
4896         * gnus.el (gnus-group-startup-message): Search for gnus images in
4897         etc/images/gnus.
4898         * mm-util.el (mm-image-load-path): Likewise.
4899         * smiley.el (smiley-data-directory): Search for smilies in
4900         etc/images/smilies.
4901
4902 2005-02-09  Kim F. Storm  <storm@cua.dk>
4903
4904         Change Emacs release version from 21.4 to 22.1 throughout.
4905         Change Emacs development version from 21.3.50 to 22.0.50.
4906
4907 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4910
4911         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4912         non-Mule XEmacs as well.
4913         (mm-decompress-buffer): Signal an error intentionally if it does
4914         not decompress compressed data because auto-compression-mode is
4915         disabled.
4916
4917 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4918
4919         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4920         an ID in the registry even if it has no groups
4921
4922 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4925         merge it into mm-decompress-buffer.
4926         (gnus-mime-copy-part): Use the MIME part charset, the value which
4927         a user specified or gnus-newsgroup-charset for decoding, like
4928         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4929         save-buffer what was used.  Suggested by Kevin Ryde
4930         <user42@zip.com.au>.
4931         (gnus-mime-inline-part): Allow the name parameter as well as the
4932         filename parameter; force decompressing of compressed data; always
4933         display contents being not decoded as unibyte.
4934
4935         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4936         as well as the filename parameter.
4937
4938         * mm-util.el (mm-decompress-buffer): Merge
4939         gnus-mime-jka-compr-maybe-uncompress.
4940         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4941         of compressed data.
4942
4943 2005-02-08  Simon Josefsson  <jas@extundo.com>
4944
4945         * imap.el (imap-log): Doc fix.
4946
4947 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4950         the coding cookies; decompress compressed parts.
4951
4952         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4953         to the value which a user specified manually or the coding cookie.
4954
4955         * mm-util.el (mm-string-to-multibyte): New function.
4956         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4957         (mm-coding-system-to-mime-charset): New function.
4958         (mm-decompress-buffer): New function.
4959         (mm-find-buffer-file-coding-system): New function.
4960
4961         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4962         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4963         parts.
4964
4965 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4966
4967         * mm-view.el (mm-display-inline-fontify): Decode a part according
4968         to the charset parameter.
4969
4970 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4973         prefix arg is neither nil nor a number, as info specifies.
4974
4975 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
4978         timestamps.
4979
4980 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
4981
4982         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
4983         groups error checking and notify user.
4984
4985 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
4986
4987         * message.el (message-send-mail-function): Check existence of
4988         sendmail-program first before using default value
4989         `message-send-mail-with-sendmail'.  Otherwise use more generic
4990         `smtpmail-send-it'.
4991
4992 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * nntp.el (nntp-request-update-info): Always return nil.
4995
4996 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4997
4998         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
4999
5000 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5001
5002         * message.el (message-beginning-of-line): Change the behavior when
5003         invoked between BOL and : so that it first moves backward.
5004
5005 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5008         article buffer when editing of the article is discarded.
5009         (gnus-article-prepare): Revert.
5010
5011 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * gnus-art.el (gnus-article-prepare):
5014         Remove message-strip-forbidden-properties from the local hook.
5015
5016 2005-01-27  Simon Josefsson  <jas@extundo.com>
5017
5018         * password.el (password-cache-add): Only start one timer per key.
5019         Reported by Derek Atkins <warlord@MIT.EDU>.
5020
5021 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5022
5023         * run-at-time.el: Removed.  It is no longer needed as
5024         timer-funcs.el in the xemacs-base package has a working version of
5025         `run-at-time'.
5026
5027         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5028
5029         * password.el: Require timer-funcs instead of run-at-time in
5030         XEmacs.
5031         Remove `password-run-at-time' macro.
5032         (password-cache-add): Use `run-at-time' instead of
5033         `password-run-at-time'.
5034
5035         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5036         Remove `nnheader-cancel-function-timers' alias,
5037         `cancel-function-timers' exists in XEmacs in timer-funcs.
5038
5039         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5040         for `run-with-idle-timer'.
5041
5042         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5043         for `run-at-time'.
5044
5045         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5046         for `with-timeout'.
5047
5048         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5049         the same as for XEmacs 21.4.
5050         No need to ignore `run-with-idle-timer', this function exists in
5051         XEmacs now in timer-funcs.el in the xemacs-base package.
5052         (dgnushack-compile): No need to delete
5053         run-at-time.el from the list of files to compile because it
5054         doesn't exist anymore.
5055
5056 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5059         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5060
5061 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5062
5063         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5064         sensitively.
5065
5066 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5067
5068         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5069
5070 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5073         which will be inserted according to the multibyteness of a buffer
5074         rather than the type of contents.  Suggested by ARISAWA Akihiro
5075         <ari@mbf.ocn.ne.jp>.
5076
5077         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5078         of string which old xml.el may return rather than a string.
5079
5080 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5083
5084 2005-01-16  Simon Josefsson  <jas@extundo.com>
5085
5086         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5087         idn/idna.el isn't available.
5088         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5089         <michael@waxrat.com>.
5090
5091         * hashcash.el: Remove non-FSF copyright header.
5092
5093         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5094         (hashcash-generate-payment): Use it.
5095         (hashcash-generate-payment-async): Use it.
5096
5097 2005-01-15  Simon Josefsson  <jas@extundo.com>
5098
5099         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5100         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5101
5102         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5103         gnus-summary-idna-message.
5104         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5105         (gnus-summary-idna-message): New function.
5106
5107 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5108
5109         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5110         gnus-novice-user.
5111
5112 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * nnrss.el (nnrss-request-delete-group): Delete entries in
5115         nnrss-group-alist as well.
5116         (nnrss-save-server-data): Insert newline.
5117
5118 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         * gnus.el (gnus-user-agent): Use list of symbols instead of
5121         symbols.  Display full version number for (S)XEmacs.  Optionally
5122         display (S)XEmacs codename.
5123
5124         * gnus-util.el (gnus-emacs-version): Update for new
5125         `gnus-user-agent'.
5126
5127         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5128         Gnus version.
5129
5130 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5131
5132         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5133         which is unreadable in some setups.
5134
5135 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * gnus-spec.el (gnus-update-format-specifications): Flush the
5138         group format spec cache if it doesn't support decoded group names.
5139
5140 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5141
5142         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5143         to apply decay on score files matching a regexp.
5144
5145 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5148         compatibility in %g and %c.
5149
5150 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5153         name for only %g and %c.
5154         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5155         of gnus-tmp-group to decoded group name.
5156         (gnus-group-make-rss-group): Exclude `/'s from group names.
5157
5158 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * nnrss.el (nnrss-get-encoding): Fix regexp.
5161
5162 2004-12-27  Simon Josefsson  <jas@extundo.com>
5163
5164         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5165         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5166         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5167
5168 2004-12-17  Kim F. Storm  <storm@cua.dk>
5169
5170         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5171
5172         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5173
5174 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5175
5176         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5177
5178 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * nnrss.el: Require rfc2047 and mml.
5181         (nnrss-file-coding-system): New variable.
5182         (nnrss-format-string): Redefine it as an inline function.
5183         (nnrss-decode-group-name): New function.
5184         (nnrss-string-as-multibyte): Remove.
5185         (nnrss-retrieve-headers): Decode group name; don't use
5186         nnrss-format-string.
5187         (nnrss-request-group): Decode group name.
5188         (nnrss-request-article): Decode group name; allow a Message-ID as
5189         well as an article number; don't use nnrss-format-string; encode a
5190         Message-ID string which may contain non-ASCII characters; use
5191         mml-to-mime to compose a MIME article.
5192         (nnrss-request-expire-articles): Decode group name.
5193         (nnrss-request-delete-group): Decode group name.
5194         (nnrss-fetch): Clarify error message.
5195         (nnrss-read-server-data): Use insert-file-contents instead of load;
5196         bind file-name-coding-system; use multibyte buffer.
5197         (nnrss-save-server-data): Bind coding-system-for-write to the
5198         value of nnrss-file-coding-system; bind file-name-coding-system;
5199         add coding cookie.
5200         (nnrss-read-group-data): Use insert-file-contents instead of load;
5201         bind file-name-coding-system; use multibyte buffer.
5202         (nnrss-save-group-data): Bind coding-system-for-write to the
5203         value of nnrss-file-coding-system; bind file-name-coding-system.
5204         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5205         make it work with non-ASCII text.
5206         (nnrss-find-el): Make it work with old xml.el as well.
5207
5208 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5209
5210         * nnrss.el (nnrss-get-encoding): New function.
5211         (nnrss-fetch): Use unibyte buffer initially; bind
5212         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5213         decode contents according to the encoding attribute.
5214         (nnrss-save-group-data): Add coding cookie.
5215         (nnrss-mime-encode-string): New function.
5216         (nnrss-check-group): Use it to encode subject and author.
5217
5218 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5219
5220         * spam.el (spam-check-BBDB): don't get the symbol-value of an
5221         imaginary variable
5222
5223 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5226         correctly even if there are wide characters.
5227
5228 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5229
5230         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
5231         downcased symbol names; make a new cache instead of reusing
5232         bbdb-hashtable
5233
5234 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5237         concatenating segments rather than before concatenating them.
5238         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5239
5240         * message.el (message-get-reply-headers): Bind `extra'.
5241
5242 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243
5244         * message.el (message-extra-wide-headers): New variable.
5245         (message-get-reply-headers): Use it.
5246
5247 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5250         (gnus-agent-group-pathname): Ditto.
5251
5252         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5253
5254         * gnus-group.el (gnus-group-make-group): Decode group name.
5255         (gnus-group-make-rss-group): Register the group data after opening
5256         the nnrss group.
5257
5258 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5259
5260         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5261         by expiry now get marked as read.
5262
5263 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5266
5267 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5268
5269         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5270         unify Latin characters in XEmacs.
5271         (mm-find-mime-charset-region): Use it.
5272
5273 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus-util.el (gnus-delete-directory): New function.
5276
5277         * gnus-agent.el (gnus-agent-delete-group): Use it.
5278
5279         * gnus-cache.el (gnus-cache-delete-group): Use it.
5280
5281 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5284         names.
5285
5286 2004-12-16  Simon Josefsson  <jas@extundo.com>
5287
5288         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5289
5290 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5293
5294         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5295         (gnus-group-set-current-level): Decode group name.
5296
5297 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5298
5299         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5300         failed.
5301
5302 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-group.el (gnus-group-delete-group): Decode group name.
5305         (gnus-group-make-rss-group): Encode group name.
5306         (gnus-group-catchup-current): Decode group name.
5307         (gnus-group-kill-group): Decode group name.
5308
5309 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5310
5311         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5312
5313 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-group.el (gnus-group-make-rss-group):
5316         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5317
5318         * gnus-start.el (gnus-setup-news): Honor user's setting to
5319         gnus-message-archive-method.  Suggested by Lute Kamstra
5320         <lute@gnu.org>.
5321
5322 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5323
5324         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5325         global counterparts of the buffer-local variables.
5326
5327 2004-11-16  Romain Francoise  <romain@orebokech.com>
5328
5329         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5330         counterparts of the buffer-local variables.
5331
5332 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5333
5334         * message.el (message-forbidden-properties): Fixed typo in doc
5335         string.
5336
5337 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5338
5339         * gnus-util.el (gnus-replace-in-string): Added doc string.
5340
5341         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5342         to avoid problems when splitting mails with many recipients.
5343
5344 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5345
5346         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5347         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5348
5349 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5350
5351         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5352         if there is no hashtable in memory or file modification time is
5353         newer than cached timestamp.
5354
5355 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5358         not-matching option.
5359
5360 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5361
5362         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5363         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5364         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5365         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5366         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5367         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5368
5369 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * message.el (message-forward-make-body-mml): Remove headers
5372         according to message-forward-ignored-headers if a message is decoded.
5373
5374 2004-12-02  Romain Francoise  <romain@orebokech.com>
5375
5376         * message.el (message-forward-make-body-plain): Always remove
5377         headers according to message-forward-ignored-headers.
5378
5379 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5380
5381         * spam.el (spam-summary-prepare-exit): remove the
5382         gnus-summary-limit pop for now, it has problems with ham marks for
5383         me
5384
5385 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5386
5387         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5388         correctly
5389
5390 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5391
5392         * format-spec.el (format-spec): Message the char.
5393
5394 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * gnus-art.el (gnus-split-methods): reformat comments
5397
5398         * spam.el (spam-summary-prepare-exit): remove article limits
5399         before exiting the summary buffer
5400
5401 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5404         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5405
5406         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5407         order to silence the byte compiler.
5408
5409         * spam.el: Fix the way to silence the byte compiler, which
5410         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5411         bbdb-search-simple, spam-BBDB-register-routine,
5412         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5413         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5414         spam-stat-buffer-is-spam, spam-stat-load,
5415         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5416         spam-stat-save and spam-stat-split-fancy.
5417
5418 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5421         which may confuse users.
5422         (canlock-password-for-verify): Ditto.
5423
5424         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5425
5426         * gnus-art.el (gnus-emphasis-alist): Ditto.
5427
5428         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5429
5430         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5431
5432         * gnus-start.el (gnus-save-killed-list): Ditto.
5433
5434         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5435         (gnus-sum-thread-tree-root): Ditto.
5436         (gnus-sum-thread-tree-false-root): Ditto.
5437         (gnus-sum-thread-tree-single-indent): Ditto.
5438
5439         * message.el (message-courtesy-message): Ditto.
5440         (message-archive-note): Ditto.
5441         (message-subscribed-address-file): Ditto.
5442         (message-user-fqdn): Ditto.
5443
5444         * spam-report.el (spam-report-gmane-regex): Ditto.
5445
5446         * spam.el (spam-blackhole-good-server-regex): Ditto.
5447
5448 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * mml.el (mml-preview): Widen the message buffer before copying
5451         the contents to the preview buffer; sort headers before previewing.
5452
5453         * message.el (message-hidden-headers): Fix the way to avoid a bug
5454         in the `repeat' widget in Emacs 21.3 or earlier.
5455
5456 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * message.el (message-hidden-headers): Default to "^References:".
5459         Improve customization type.  Suggested by Reiner Steib
5460         <Reiner.Steib@gmx.de>.
5461
5462 2004-11-25  Romain Francoise  <romain@orebokech.com>
5463
5464         * message.el (message-strip-forbidden-properties): Remove check for
5465         obsolete `message-hidden' text property, hidden headers are not
5466         accessible in the buffer anymore.
5467
5468 2004-11-22  Romain Francoise  <romain@orebokech.com>
5469
5470         * message.el (message-header-format-alist): Add `From' in list
5471         so that it can be sorted.
5472         (message-fix-before-sending): Widen and sort headers before
5473         sending.
5474         (message-hide-headers): Use narrowing to hide headers by moving
5475         them to the top of the buffer and narrowing to the region
5476         underneath.
5477
5478 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479
5480         * message.el (message-strip-forbidden-properties): Bind
5481         buffer-read-only (etc) to nil.
5482
5483 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5486         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5487
5488 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5489
5490         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5491
5492 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5493
5494         * dns.el (query-dns): Use sit-for to time instead of
5495         accept-process-output, since that doesn't seem to work on udp
5496         sockets.
5497
5498 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5501
5502 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5503
5504         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5505         doc string.  Improve doc string.
5506
5507 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * nntp.el (nntp-request-update-info): Return nil if
5510         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5511         may not call gnus-activate-group which uselessly issues the GROUP
5512         commands for all nntp groups and wastes time.  Reported by Romain
5513         Francoise <romain@orebokech.com>.
5514
5515         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5516
5517 2004-11-15  Simon Josefsson  <jas@extundo.com>
5518
5519         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5520         headers separately.
5521         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5522         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5523
5524 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * gnus-start.el (gnus-convert-old-newsrc):
5527         Assign legacy-gnus-agent to 5.10.7.
5528
5529 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5530
5531         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5532         start of the lines.
5533
5534 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5535
5536         * hashcash.el (hashcash-default-payment): Change default to 20
5537         (hashcash-default-accept-payment): Change default to 20
5538         (hashcash-process-alist): New variable
5539         (hashcash-generate-payment-async): Add
5540         (hashcash-already-paid-p): Add
5541         (hashcash-insert-payment): Don't generate payments twice
5542         (hashcash-insert-payment-async): Add
5543         (hashcash-insert-payment-async-2): Add
5544         (hashcash-cancel-async): Add
5545         (hashcash-wait-async): Add
5546         (hashcash-processes-running-p): Add
5547         (hashcash-wait-or-cancel): Add
5548         (mail-add-payment): New optional argument.  Conditionally start
5549         asynchronous calculation.
5550         (mail-add-payment-async): Add
5551
5552         * message.el (message-send-mail): Wait for asynchronous hashcash
5553         results.  Don't clobber existing X-Hashcash headers.
5554         (message-setup-1): Call mail-add-payment-async when
5555         message-generate-hashcash is non-nil.
5556
5557 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5558
5559         * message.el (message-use-alternative-email-as-from): Examine the
5560         From header as well; use message-make-from in order to include a
5561         user's full name.
5562
5563 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5566         default; improve customization type.
5567         (gnus-emphasis-custom-with-format): New macro.
5568         (gnus-emphasis-custom-value-to-external): New function.
5569         (gnus-emphasis-custom-value-to-internal): New function.
5570
5571 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572
5573         * dns.el (query-dns): Resolve reverse addresses.
5574
5575 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * gnus-group.el (gnus-group-get-new-news): Use it.
5578
5579         * gnus-start.el (gnus-check-reasonable-setup): New function.
5580
5581 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5584         "Args out of range" error.  Reported by Arnaud Giersch
5585         <arnaud.giersch@free.fr>.
5586
5587 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
5588
5589         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5590
5591 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5592
5593         * spam.el (spam group): Add :version.
5594
5595         * pgg-def.el (pgg group): Add :version.
5596
5597 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-art.el (gnus-article-edit-article): Don't associate the
5600         article buffer with a draft file.  This is a temporary measure
5601         against the 2004-08-22 change to gnus-article-edit-mode.
5602
5603 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5606         (html2text-format-tags): Remove unused variable `attr'.
5607
5608 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5611
5612         * tls.el (tls-process-connection-type, tls-success)
5613         (tls-certtool-program): Add :version.
5614
5615         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5616         (starttls-extra-arguments, starttls-process-connection-type)
5617         (starttls-connect, starttls-failure, starttls-success):
5618
5619         * spam-stat.el (spam-stat): Add :version.
5620
5621         * sieve.el (sieve): Add :version.
5622
5623         * sha1.el (sha1): Add :version.
5624         (sha1-use-external): Remove redundant version.
5625
5626         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5627         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5628         (nnmail-split-fancy-match-partial-words)
5629         (nnmail-split-lowercase-expanded):
5630
5631         * nndiary.el (nndiary): Add :version.
5632
5633         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5634
5635         * mml-sec.el (mml-default-sign-method)
5636         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5637         Add :version.
5638
5639         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5640
5641         * mm-url.el (mm-url-use-external, mm-url-program)
5642         (mm-url-arguments): Add :version.
5643
5644         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5645         (mm-attachment-file-modes, mm-decrypt-option)
5646         (mm-w3m-safe-url-regexp): Add :version.
5647
5648         * message.el (message-cite-prefix-regexp)
5649         (message-sendmail-envelope-from, message-minibuffer-local-map)
5650         (message-user-fqdn, message-completion-alist): Add :version.
5651
5652         * gnus-win.el (gnus-configure-windows-hook)
5653         (gnus-use-frames-on-any-display): Add :version.
5654
5655         * gnus-art.el (gnus-article-address-banner-alist)
5656         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5657         (gnus-treat-from-picon, gnus-treat-mail-picon)
5658         (gnus-treat-x-pgp-sig): Add :version.
5659
5660         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5661         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5662         (gnus-summary-article-delete-hook)
5663         (gnus-summary-display-while-building): Add :version.
5664
5665         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5666         (gnus-get-top-new-news-hook):Add :version.
5667
5668         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5669         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5670
5671         * gnus-registry.el (gnus-registry): Add :version.
5672
5673         * gnus-spec.el (gnus-use-correct-string-widths)
5674         (gnus-make-format-preserve-properties): Add :version.
5675
5676         * gnus.el (gnus-group-charter-alist)
5677         (gnus-group-fetch-control-use-browse-url)
5678         (gnus-install-group-spam-parameters): Add :version.
5679
5680         * gnus-diary.el (gnus-diary): Add :version.
5681
5682         * gnus-delay.el (gnus-delay): Add :version.
5683
5684         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5685         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5686         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5687         Add :version.
5688
5689         * gnus-agent.el (gnus-agent-max-fetch-size)
5690         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5691         (gnus-agent-prompt-send-queue): Add :version.
5692
5693         * deuglify.el (gnus-outlook-deuglify): Add :version.
5694
5695         * html2text.el: Beautify code.  Improve doc strings.  Some
5696         checkdoc cleanup.
5697         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5698
5699 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
5700
5701         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5702
5703 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * gnus-registry.el (gnus-registry-hashtb): create the registry
5706         when package is loaded
5707
5708         * spam.el (spam-summary-score-preferred-header): global preference
5709         for people who want to override the default SpamAssassin over
5710         Bogofilter preference (when both are set)
5711         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5712         (spam-user-format-function-S): check spam-summary-score-preferred-header
5713         (spam-extra-header-to-number): add X-Bogosity header parsing
5714         (spam-user-format-function-S): format the score correctly
5715
5716 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5719         signature file.  Suggested by Manoj Srivastava
5720         <srivasta@golden-gryphon.com>.
5721
5722         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5723         iso-2022-jp even in the Japanese language environment.
5724         Suggested by Jason Rumney <jasonr@gnu.org>.
5725
5726 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5729         use the same characters as the dummy marks; make it free from
5730         getting affected by the language environment.
5731         (gnus-summary-read-group-1): Update mark positions only when the
5732         format spec is updated.
5733
5734         * gnus-spec.el (gnus-update-format-specifications): Return a list
5735         of updated types.
5736
5737 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5740         of boundp to check if display-warning is available.
5741
5742 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5743
5744         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5745
5746 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * nnspool.el (nnspool-spool-directory): Use news-path if the
5749         news-directory variable is not bound.
5750
5751         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5752         function instead of display-warning if it is not available.
5753
5754 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5755
5756         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5757         v5-10: Use `point-at-bol'.
5758
5759 2004-10-26  Simon Josefsson  <jas@extundo.com>
5760
5761         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5762         <chenggao@gmail.com>.
5763
5764 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5765
5766         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5767         instead.
5768
5769 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5770
5771         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5772         to remove a server from the nnimap-server-buffer-alist
5773         (nnimap-open-connection, nnimap-close-server): use it
5774
5775         * gnus-encrypt.el: removed in favor of encrypt.el
5776
5777 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5780         running the major-mode function.
5781
5782 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5785         dummy marks in the right way.
5786
5787 2004-10-18  David Edmondson  <dme@dme.org>
5788
5789         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5790         excessively.
5791
5792 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5793
5794         * gnus-util.el (gnus-split-references): accept a nil references
5795         string and go on blissfully
5796
5797         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5798         cases where the references string is non-nil but has no references
5799
5800         * encrypt.el: add autoload tags
5801
5802         * spam.el (spam-resolve-registrations-routine): remove article
5803         from unregistration list too.  Reported by David Hanak
5804         <dhanak@isis.vanderbilt.edu>
5805
5806 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5807
5808         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5809         nil.  Changed custom type.
5810
5811 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5812
5813         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5814
5815         * gnus-sum.el (gnus-summary-move-article): Use it.
5816
5817 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * encrypt.el: add autoload cookies
5820
5821         * spam.el (spam-backend-article-list-property)
5822         (spam-backend-get-article-todo-list)
5823         (spam-backend-put-article-todo-list, )
5824         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5825         resolve registrations separately
5826         (spam-register-routine): format comments
5827         (spam-unregister-routine, spam-register-routine): always call with
5828         specific-articles, no default list
5829         (spam-summary-prepare-exit): use the spam-classifications function
5830
5831         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5832         gnus-encrypt.el
5833
5834         * encrypt.el: copied from gnus-encrypt.el
5835
5836         * gnus-encrypt.el: commented that it's obsolete
5837
5838 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5839
5840         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5841         (gnus-score-save): Use it.
5842
5843         * message.el (message-bury): Use `window-dedicated-p'.
5844
5845 2004-10-15  Simon Josefsson  <jas@extundo.com>
5846
5847         * pop3.el (top-level): Don't require nnheader.
5848         (pop3-read-timeout): Add.
5849         (pop3-accept-process-output): Add.
5850         (pop3-read-response, pop3-retr): Use it.
5851
5852 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * spam.el (spam-register-routine): move comment
5855         (spam-verify-bogofilter): we use 'unknown for the initial
5856         spam-bogofilter-valid state, not 'never
5857
5858         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5859         for netrc-machine
5860
5861         * nnimap.el (nnimap-open-connection): use
5862         netrc-machine-user-or-password
5863
5864 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5865
5866         * gnus-registry.el (gnus-registry-unload-hook):
5867         Set as a variable with add-hook.
5868
5869         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5870         of news-path.
5871
5872         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5873
5874         * spam.el: Delete duplicate `provide'.
5875         (spam-unload-hook): Set as a variable with add-hook.
5876
5877 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5878
5879         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5880         in the doc string.
5881
5882         * message.el (message-ignored-news-headers)
5883         (message-ignored-supersedes-headers)
5884         (message-ignored-resent-headers)
5885         (message-forward-ignored-headers): Improve custom type.
5886
5887 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * message.el (message-tokenize-header): Fix 2004-09-06 change
5890         which used point-min in the wrong place.
5891
5892 2004-10-12  Simon Josefsson  <jas@extundo.com>
5893
5894         * net/tls.el (tls-certtool-program): New variable.
5895         (tls-certificate-information): New function, based on
5896         ssl-certificate-information.
5897
5898 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * compface.el: Move the version of ELisp-based uncompface program
5901         to the contrib directory because of the copyright problem.
5902
5903 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * message.el (message-kill-buffer): Raise the current frame.
5906
5907 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5908
5909         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5910
5911         * gnus.el (message-y-or-n-p): Autoload.
5912
5913         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5914         (pop3-password-required, pop3-authentication-scheme)
5915         (pop3-leave-mail-on-server): Made customizable.
5916         (pop3): New custom group.
5917         (pop3-retr): Remove `sleep-for' statements.
5918         Suggested by Dave Love <fx@gnu.org>.
5919
5920         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5921         Windows/DOS.
5922
5923         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5924         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5925         Dave Love <fx@gnu.org>.
5926
5927         * mml.el (mml-minibuffer-read-disposition): Require match.
5928         Suggested by Dave Love <fx@gnu.org>.
5929
5930 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5933         doc string.
5934
5935 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5938
5939 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5940
5941         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5942         instead of calling `mm-insert-inline', to decode text/* parts
5943         before displaying them.
5944
5945 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * mm-uu.el (mm-uu-text-plain-type): New variable.
5948         (mm-uu-pgp-signed-extract-1): Use it.
5949         (mm-uu-pgp-encrypted-extract-1): Use it.
5950         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5951         bind mm-uu-text-plain-type with that value.
5952         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5953         mm-uu-dissect.
5954
5955 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-group.el (gnus-update-group-mark-positions):
5958         * gnus-sum.el (gnus-update-summary-mark-positions):
5959         * message.el (message-check-news-body-syntax):
5960         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5961         of string-as-multibyte.
5962
5963 2004-10-05  Juri Linkov  <juri@jurta.org>
5964
5965         * gnus-group.el (gnus-update-group-mark-positions):
5966         * gnus-sum.el (gnus-update-summary-mark-positions):
5967         * message.el (message-check-news-body-syntax):
5968         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5969         8-bit unibyte values to a multibyte string for search functions.
5970
5971 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5974         (mm-uu-dissect-text-parts): New function.
5975
5976         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
5977         dissect text parts.
5978
5979         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
5980         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
5981
5982         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
5983
5984         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
5985         gnus-current-topics instead of gnus-current-topic.
5986
5987 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
5988
5989         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
5990
5991 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
5992
5993         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
5994         where approriate.
5995
5996         * nnml.el (nnml-generate-active-info): do.
5997
5998         * nndiary.el (nndiary-generate-active-info): do.
5999
6000         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6001         (gnus-topic-move): do.
6002
6003         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6004         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6005
6006         * gnus-srvr.el (gnus-server-prepare)
6007         (gnus-server-open-all-servers): do.
6008
6009         * gnus-msg.el (gnus-summary-cancel-article)
6010         (gnus-summary-resend-message)
6011         (gnus-summary-mail-crosspost-complaint): do.
6012
6013         * gnus-move.el (gnus-change-server): do.
6014
6015         * gnus-group.el (gnus-group-unmark-all-groups)
6016         (gnus-group-set-current-level): do.
6017
6018 2004-10-04  Simon Josefsson  <jas@extundo.com>
6019
6020         * message.el (message-generate-hashcash): Doc fix.
6021
6022 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6023
6024         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6025         avoid infinite recursion via gnus-get-function.
6026
6027 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6028
6029         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6030
6031         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6032
6033         * nnmail.el (nnmail-split-history): do.
6034
6035         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6036         (nnml-request-delete-group): do.
6037
6038         * nnslashdot.el (nnslashdot-read-groups): do.
6039
6040         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6041         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6042
6043         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6044         (nnspool-sift-nov-with-sed): Use last
6045         (nnspool-retrieve-headers-with-nov): Use mapc.
6046         (nnspool-request-newgroups): Use dolist.
6047         (nnspool-request-group): Use last.
6048
6049         * nntp.el (nntp-read-server-type): Use dolist.
6050
6051         * nnvirtual.el (nnvirtual-create-mapping)
6052         (nnvirtual-update-read-and-marked): Use dolist.
6053         (nnvirtual-convert-headers): Simplify.
6054
6055 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6056
6057         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6058         support for sync'ing tick marks.
6059
6060 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6063         there's no visible header.
6064
6065 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6066
6067         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6068         necessary, pass full group name to gnus-request-set-marks.
6069
6070 2004-10-01  Simon Josefsson  <jas@extundo.com>
6071
6072         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6073         acroread.
6074
6075 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076
6077         * spam-report.el (spam-report-gmane): Fix interactive.
6078
6079         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6080
6081         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6082         when writing file.
6083         (gnus-agent-synchronize-flags): Don't default to being
6084         interactive.
6085
6086 2004-09-30  Simon Josefsson  <jas@extundo.com>
6087
6088         * message.el (message-generate-hashcash): Add.
6089         (message-send-mail): Use it, call mail-add-payment.
6090
6091 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6092
6093         * spam.el (spam-verify-bogofilter): -V, not -sV option
6094
6095 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6096
6097         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6098         gnus-requst-update-info with explicit code to sync the in-memory
6099         info read flags with the marks being sync'd to the backend.
6100
6101         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6102
6103 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6104
6105         * spam.el (spam-verify-bogofilter): new function
6106         (spam-check-bogofilter)
6107         (spam-bogofilter-register-with-bogofilter): use it
6108         (spam-verify-bogofilter): small fixes
6109
6110 2004-09-28  Simon Josefsson  <jas@extundo.com>
6111
6112         * hashcash.el (hashcash-generate-payment): Revert.
6113
6114 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6115
6116         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
6117         gnus-extract-references instead of gnus-split-references
6118
6119         * gnus-util.el (gnus-extract-references): new function, analogous
6120         to gnus-split-references but extracts only the message-ID without
6121         anything extra
6122
6123         * hashcash.el (hashcash-generate-payment)
6124         (hashcash-check-payment): do the right thing if hashcash-path is
6125         nil (because the hashcash program could not be found)
6126
6127         * spam.el (spam-use-hashcash): remove comment
6128
6129 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6130
6131         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6132         (gnus-cache-enter-article, gnus-cache-remove-article)
6133         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6134
6135         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6136
6137         * gnus-art.el (article-hide-boring-headers)
6138         (article-translate-strings, article-display-face)
6139         (gnus-article-mime-match-handle-first)
6140         (gnus-article-highlight-headers)
6141         (gnus-article-add-buttons-to-head): do.
6142
6143 2004-09-27  Simon Josefsson  <jas@extundo.com>
6144
6145         * hashcash.el: New version, from
6146         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6147         ../contrib/.
6148
6149 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6152
6153 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6154
6155         * gnus-dup.el (gnus-dup-open): Use mapc.
6156         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6157
6158         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6159         Reported by Stefan Wiens <s.wi@gmx.net>.
6160
6161         * gnus.el (gnus-shutdown): Use dolist.
6162
6163         * gnus-undo.el (gnus-undo): Use mapc.
6164
6165         * nnrss.el (nnrss-generate-active): do.
6166
6167         * message.el (message-cite-original-without-signature)
6168         (message-cite-original): Use mapc.
6169         (message-do-actions, message-make-forward-subject): Use dolist.
6170
6171 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6172
6173         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6174         deletion to remove entire duplicate line.  Fixes merged article
6175         number bug.
6176
6177 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6178
6179         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6180         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6181         first ask if you want to open a server and then, even when you
6182         responded with no, asking if you want to synchronize the server's
6183         flags.
6184         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6185         multi-line expressions.
6186         (gnus-agent-synchronize-group-flags): New internal function.
6187         Updates marks in memory (in the info structure) AND in the
6188         backend.
6189
6190         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6191
6192         * nnagent.el (nnagent-request-set-mark): Use
6193         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6194         method, to ensure that synchronization updates marks in the
6195         backend and in the info (in memory) structure.
6196
6197 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6200         convention fully; don't miss the root article of a thread; make
6201         the X-Draft-From header with correct article numbers.
6202
6203 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6204
6205         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6206         unless plugged.  Disable the agent so that an open failure causes
6207         an error.
6208
6209         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6210         Reverted 2004-09-21 change.  The backend must be opened while
6211         synchronizing flags even when the backend stores the flags
6212         locally.
6213
6214 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6217         in `header' match.  Reported by Svend Tollak Munkejord.
6218
6219         * message.el (message-cite-original): Fix use of
6220         `message-cite-articles-with-x-no-archive'.
6221
6222 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6225         (gnus-window-to-buffer): Ditto.
6226
6227         * mml.el (mml-preview-buffer): New variable.
6228         (mml-preview): Manage window layout with gnus-buffer-configuration.
6229
6230         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6231         X-Draft-From header even if those articles aren't quoted.
6232
6233 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6234
6235         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6236         (gnus-request-set-mark, gnus-request-update-mark): Use new
6237         g-s-t-u-l-m to decide to use backend even when unplugged.
6238
6239 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6242         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6243
6244 2004-09-20  Simon Josefsson  <jas@extundo.com>
6245
6246         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6247         "utf-16-le".
6248
6249 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6250
6251         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6252
6253 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6254
6255         * uudecode.el (uudecode-use-external): Add :version.
6256
6257         * smime.el (smime-CA-file, smime-encrypt-cipher)
6258         (smime-dns-server): Add :version.
6259
6260         * smiley.el (gnus-smiley-file-types): Add :version.
6261
6262         * sha1.el (sha1-use-external): Add :version.
6263
6264         * pgg-def.el (pgg-query-keyserver): Add :version.
6265
6266         * nnmail.el (nnmail-fancy-expiry-targets)
6267         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6268
6269         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6270         (nnimap-retrieve-groups-asynchronous): Add :version.
6271         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6272
6273         * mml.el (mml-content-disposition-parameters)
6274         (mml-insert-mime-headers-always): Add :version.
6275
6276         * mm-util.el (mm-coding-system-priorities):
6277
6278         * mm-decode.el (mm-inline-text-html-with-images)
6279         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6280         (mm-verify-option): Add :version.
6281         (mm-text-html-renderer): Change :version.
6282
6283         * message.el (message-fcc-externalize-attachments)
6284         (message-required-headers, message-draft-headers)
6285         (message-subject-trailing-was-query)
6286         (message-subject-trailing-was-ask-regexp)
6287         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6288         (message-mark-insert-end, message-archive-header)
6289         (message-archive-note, message-cross-post-default)
6290         (message-cross-post-note, message-followup-to-note)
6291         (message-cross-post-note-function, message-use-mail-followup-to)
6292         (message-subscribed-address-functions)
6293         (message-subscribed-address-file, message-subscribed-addresses)
6294         (message-subscribed-regexps, message-allow-no-recipients)
6295         (message-yank-cited-prefix, message-signature-insert-empty-line)
6296         (message-hidden-headers, message-hierarchical-addresses)
6297         (message-mail-user-agent, message-use-idna)
6298         (message-valid-fqdn-regexp)
6299         (message-strip-special-text-properties, message-header-synonyms)
6300         (message-beginning-of-line, message-tab-body-function): Add :version.
6301         (message-insert-canlock, message-wide-reply-confirm-recipients):
6302         Change :version.
6303
6304         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6305         and :version.
6306         (mail-source-delete-old-incoming-confirm)
6307         (mail-source-movemail-program): Add :version.
6308
6309         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6310         (gnus-agent-cache, gnus-agent): Change :version.
6311
6312         * gnus-util.el (gnus-use-byte-compile): Change :version.
6313
6314         * gnus-sum.el (gnus-summary-make-false-root-always)
6315         (gnus-summary-default-high-score)
6316         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6317         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6318         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6319         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6320         (gnus-sum-thread-tree-single-indent)
6321         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6322         (gnus-sum-thread-tree-leaf-with-other)
6323         (gnus-sum-thread-tree-single-leaf): Add :version.
6324         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6325         (gnus-article-loose-mime): Change :version.
6326
6327         * gnus-start.el (gnus-backup-startup-file)
6328         (gnus-save-startup-file-via-temp-buffer): Add :version.
6329
6330         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6331         (gnus-server-offline-face): Add :version.
6332
6333         * gnus-score.el (gnus-adaptive-word-length-limit):
6334
6335         * gnus-msg.el (gnus-gcc-externalize-attachments)
6336         (gnus-debug-files, gnus-debug-exclude-variables)
6337         (gnus-discouraged-post-methods): Change :version.
6338         (gnus-confirm-mail-reply-to-news)
6339         (gnus-confirm-treat-mail-like-news): Add :version.
6340
6341         * gnus-int.el (gnus-server-unopen-status): Add :version.
6342
6343         * gnus-group.el (gnus-group-jump-to-group-prompt)
6344         (gnus-large-ephemeral-newsgroup)
6345         (gnus-fetch-old-ephemeral-headers): Add :version.
6346
6347         * gnus-fun.el (gnus-x-face-directory)
6348         (gnus-convert-pbm-to-x-face-command)
6349         (gnus-convert-image-to-x-face-command)
6350         (gnus-convert-image-to-face-command): Add :version.
6351
6352         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6353
6354         * gnus-cite.el (gnus-cite-blank-line-after-header)
6355         (gnus-article-boring-faces):
6356
6357         * gnus-art.el (gnus-buttonized-mime-types)
6358         (gnus-inhibit-mime-unbuttonizing)
6359         (gnus-treat-display-face)
6360         (gnus-treat-body-boundary): Change :version.
6361         (gnus-body-boundary-delimiter, gnus-picon-databases)
6362         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6363         (gnus-treat-date-english, gnus-treat-fold-headers)
6364         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6365         (gnus-treat-mail-picon, gnus-treat-wash-html)
6366         (gnus-article-encrypt-protocol)
6367         (gnus-use-idna, gnus-article-over-scroll)
6368         (gnus-mime-display-multipart-alternative-as-mixed)
6369         (gnus-mime-display-multipart-related-as-mixed)
6370         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6371         (gnus-ctan-url, gnus-button-ctan-handler)
6372         (gnus-button-handle-ctan-bogus-regexp)
6373         (gnus-button-ctan-directory-regexp)
6374         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6375         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6376         (gnus-button-man-level, gnus-button-emacs-level)
6377         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6378
6379         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6380         (gnus-agent-go-online): Change :version.
6381         (gnus-agent-expire-unagentized-dirs)
6382         (gnus-agent-auto-agentize-methods): Add :version.
6383
6384         * flow-fill.el (fill-flowed-display-column)
6385         (fill-flowed-encode-column): Add :version.
6386
6387         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6388         (gnus-outlook-deuglify-unwrap-max)
6389         (gnus-outlook-deuglify-cite-marks)
6390         (gnus-outlook-deuglify-unwrap-stop-chars)
6391         (gnus-outlook-deuglify-no-wrap-chars)
6392         (gnus-outlook-deuglify-attrib-cut-regexp)
6393         (gnus-outlook-deuglify-attrib-verb-regexp)
6394         (gnus-outlook-deuglify-attrib-end-regexp)
6395         (gnus-outlook-display-hook): Add :version.
6396
6397         * binhex.el (binhex-use-external): Add :version.
6398
6399 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6402         and `invisible'.
6403
6404 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6405
6406         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6407         in gnus-registry-trim
6408
6409 2004-09-13  Simon Josefsson  <jas@extundo.com>
6410
6411         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6412
6413         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6414
6415         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6416         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6417         <yamaoka@jpl.org>.
6418         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6419         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6420         <yamaoka@jpl.org>.
6421
6422         * sieve.el (sieve-manage-mode): Ditto.
6423
6424 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6425
6426         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6427
6428 2004-09-11  Simon Josefsson  <jas@extundo.com>
6429
6430         * dns-mode.el: Add.
6431
6432         * mm-view.el (mm-display-dns-inline): Add.
6433
6434         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6435         (mm-automatic-display): Ditto.
6436
6437         * mailcap.el (mailcap-mime-data): Add text/dns.
6438         (mailcap-mime-extensions): Map .soa to text/dns.
6439
6440 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6441
6442         * gnus-art.el (article-decode-mime-words, article-babel)
6443         (gnus-article-highlight-signature, gnus-article-add-buttons)
6444         (gnus-signature-toggle): Remove unnecessary bindings of
6445         `inhibit-read-only' inherited from v5.10 merge.
6446
6447 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6448
6449         * nntp.el (nntp): New customization group.
6450         (nntp-authinfo-file): Add customization group.
6451
6452         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6453
6454         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6455
6456         * gnus.el (to-address, to-list, subscribed)
6457         (large-newsgroup-initial): Ditto.
6458
6459         * flow-fill.el (fill-flowed-display-column)
6460         (fill-flowed-encode-column): Ditto.
6461
6462 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6463
6464         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6465         Use point-min rather than 1.
6466         (message-send-mail): Use buffer-size rather than point-max.
6467
6468         * gnus-sum.el (gnus-summary-search-article-forward):
6469         Signal a specific `search-failed' rather than a generic `error'.
6470
6471         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6472         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6473         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6474
6475 2004-09-10  Simon Josefsson  <jas@extundo.com>
6476
6477         * nndb.el (require): Remove tcp and duplicate cl.
6478
6479 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus-agent.el (directory-files-and-attributes): Move forward.
6482
6483 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6484
6485         * gnus-agent.el (directory-files-and-attributes): Optionally
6486         defined to support XEmacs.
6487
6488 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6489
6490         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6491         to avoid run-time CL dependencies.
6492         (gnus-agent-unfetch-articles): New function.
6493         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6494         article numbers even when local .overview file is missing.
6495         (gnus-agent-read-article-number): New function. Only accepts
6496         27-bit article numbers.
6497         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6498         gnus-agent-read-article-number.
6499         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6500         from backend while recognizing that article numbers in .overview
6501         must be valid.
6502         (gnus-agent-update-files-total-fetched-for): Use
6503         directory-files-and-attributes to improve performance.
6504         * gnus-int.el (gnus-request-move-article): Use
6505         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6506         improve performance.
6507
6508         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6509         some users confused by references to .newsrc when they only have a
6510         .newsrc.eld file.
6511         (gnus-convert-mark-converter-prompt,
6512         gnus-convert-converter-needs-prompt): Fixed use of property list.
6513         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6514         New function. Used internally to only display 'gnus converting
6515         files' message when actually necessary.
6516
6517         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6518         methods now autoloaded.
6519
6520 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6523         identifiers.
6524
6525 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         * gnus-picon.el: Fix indentation and closing parenthesis.
6528
6529 2004-09-01  Simon Josefsson  <jas@extundo.com>
6530
6531         * message.el (message-canlock-generate): Require sha1, not
6532         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6533         to require within a function.  Sadly, if sha1.el isn't loaded, the
6534         let binding in m-c-g will hide the defcustom definition, which is
6535         bad.)
6536
6537         * canlock.el: Require sha1, not sha1-el.
6538
6539         * message.el: Don't autoload sha1 (there is a autoload cookie in
6540         sha1.el).
6541
6542         * sha1-el.el: Renamed to sha1.el.
6543
6544 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6545
6546         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6547
6548 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6549
6550         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6551
6552 2004-08-30  Kim F. Storm  <storm@cua.dk>
6553
6554         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6555
6556         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6557         Add :group 'nnimap.
6558
6559 2004-08-30  Andreas Schwab  <schwab@suse.de>
6560
6561         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6562         ?* and ?\;.
6563
6564         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6565         and ?\' to symbol instead of whitespace.
6566
6567 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6570
6571         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6572         instead of re-search-forward.
6573
6574         * gnus-uu.el (gnus-uu-save-article): Ditto.
6575         (gnus-uu-post-encode-uuencode): Ditto.
6576
6577         * html2text.el (html2text-clean-list-items): Ditto.
6578         (html2text-clean-dtdd): Ditto.
6579         (html2text-format-tags): Ditto.
6580
6581         * message.el (message-send-mail-with-sendmail): Fix regexp.
6582         (message-fill-field-general): Use search-forward instead of
6583         re-search-forward.
6584         (unbold-region): Ditto.
6585
6586         * nnrss.el (nnrss-request-article): Ditto.
6587
6588         * nnslashdot.el (nnslashdot-request-article): Ditto.
6589
6590         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6591
6592         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6593         "Unrecognized menu descriptor" error in XEmacs.
6594
6595 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6596
6597         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6598         parent article of a sparse article in the thread hashtb.
6599
6600 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
6601
6602         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6603         (nnmail-expand-newtext): Lowercase expanded entries if
6604         nnmail-split-lowercase-expanded is non-nil.
6605
6606 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6609         entry.
6610
6611         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6612         of gnus-tmp-news-method into string under XEmacs.  It will be
6613         passed to gnus-correct-length which takes only a string argument.
6614
6615 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * gnus-util.el (gnus-bind-print-variables): New macro.
6618         (gnus-prin1): Use it.
6619         (gnus-prin1-to-string): Use it.
6620         (gnus-pp): New function.
6621         (gnus-pp-to-string): New function.
6622
6623         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6624         pp-to-string with gnus-pp-to-string.
6625         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6626         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6627         * gnus-msg.el (gnus-debug): Ditto.
6628         * gnus-score.el (gnus-score-save): Ditto.
6629         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6630         gnus-pp-to-string.
6631         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6632         with gnus-pp.
6633         * score-mode.el (gnus-score-pretty-print): Ditto.
6634         * webmail.el (webmail-debug): Ditto.
6635
6636 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * gnus-art.el (article-display-face, article-display-x-face): Use
6639         buffer-read-only.
6640
6641 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * gnus-art.el (article-hide-list-identifiers): Bind
6644         inhibit-read-only as t.
6645
6646 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6649
6650 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6651
6652         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6653         (gnus-narrow-to-page): Don't assume point-min == 1.
6654         (gnus-article-edit-mode): Derive from message-mode.
6655
6656         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6657         point-min == 1.
6658
6659         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6660         Disable incorrect use of `assert'.
6661
6662         * message.el (message-mode): Set comment-start-skip.
6663
6664
6665 2004-08-22  Sam Steingold  <sds@gnu.org>
6666
6667         * pop3.el (pop3-leave-mail-on-server): New user variable.
6668         (pop3-movemail): Delete mail only when it is nil.
6669
6670 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6671
6672         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6673
6674         * mml.el (mml-preview): Use `pop-to-buffer'.
6675
6676         * message.el (message-goto-mail-followup-to): Insert after "To".
6677         (message-carefully-insert-headers): Add comment.
6678
6679         * gnus.el: Remove unused variable `gnus-article-check-size'.
6680
6681         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6682
6683         * gnus-art.el (gnus-button-alist): Improve
6684         `gnus-button-handle-library' entry.
6685
6686 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
6687
6688         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6689         downcase, since XEmacs capitalizes error messages differently.
6690
6691 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6692
6693         * nntp.el: Add (require 'gnus) due to reference to
6694         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6695
6696 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6697
6698         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6699         `mm-fill-flowed'.
6700
6701         * mm-decode.el (mm-dissect-singlepart): Check it.
6702
6703 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6704
6705         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6706         'imap' for netrc parsing
6707
6708 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6709
6710         * mailcap.el (mailcap-mime-data): Mark as risky.
6711
6712 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6715         may be included in the encoded word.
6716         (rfc2047-encode): Don't append a space if the encoded word
6717         includes close parenthesis.
6718
6719 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6722         of text within parentheses.
6723
6724 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6727         (gnus-encrypt-write-file-contents): the password key is the file
6728         name PLUS the cipher, not just the cipher.  Also remove failed
6729         passwords from the cache.
6730
6731 2004-08-06  Simon Josefsson  <jas@extundo.com>
6732
6733         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6734         fix.
6735
6736 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6739         LWSP.
6740
6741 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6742
6743         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6744         to append in-reply-to: data to the references: header
6745
6746         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6747         (netrc-parse): use gnus-encrypt.el functions
6748
6749         * gnus-encrypt.el: new file for encryption support; currently
6750         does only a few GPG ciphers and an internal XOR cipher
6751
6752         * password.el: add comments on using password-read-and-add
6753         (password-read-and-add): new function to read and add the
6754         password to the cache at once
6755
6756 2004-07-28  Simon Josefsson  <jas@extundo.com>
6757
6758         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6759         parameter (but don't use it, for now).
6760
6761         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6762         instead of hard coding to nil.
6763
6764 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6767         as mm-inline-image-xemacs does.
6768
6769 2004-07-26  Simon Josefsson  <jas@extundo.com>
6770
6771         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6772         Revert part of 2004-07-17 change below.
6773
6774 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6777         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6778
6779 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6780
6781         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6782         quotes that actually start with ">" at the beginning of the
6783         lines.
6784
6785 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * rfc2047.el (rfc2047-encode-region): Fix last change.
6788         (rfc2047-encode-parameter): Remove useless concat.
6789
6790 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6793         encode special characters; fix some kind of misconfigured headers;
6794         signal a real error if debug-on-quit or debug-on-error is non-nil.
6795         (rfc2047-encode-max-chars): New variable.
6796         (rfc2047-encode-1): Use it.
6797         (rfc2047-encode-parameter): New function.
6798
6799         * mml.el (mml-insert-parameter): Remove an excessive space.
6800
6801 2004-07-17  Simon Josefsson  <jas@extundo.com>
6802
6803         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6804         Kai Grossjohann <kai@emptydomain.de>.
6805         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6806         (gnus-group-make-menu-bar): Ditto.
6807
6808         * gnus-util.el (gnus-group-server): Add.
6809
6810 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6811
6812         * message.el (message-clone-locals): Clone sendmail and smtp
6813         variables.
6814
6815 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * rfc2047.el (rfc2047-encode-region): Fix last change.
6818
6819 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6822         characters as non-special.
6823
6824 2004-07-09  Simon Josefsson  <jas@extundo.com>
6825
6826         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6827         Users will lose all flag changes made while unplugged with
6828         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6829         good default.  See numerous reports on ding mailing list.
6830
6831 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6834         add generate-head-function and generate-article-function to the
6835         rfc822-forward entry.
6836         (nndoc-rfc822-forward-generate-article): New function.
6837         (nndoc-rfc822-forward-generate-head): New function.
6838
6839         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6840
6841 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6842
6843         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
6844         respect display group parameter and gnus-summary-expunge-below.
6845         (gnus-articles-to-read): Remove unused reference to display group
6846         parameter.
6847
6848 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6849
6850         * nnheader.el (nnheader-uniquify-message-id): New experimental
6851         variable.
6852         (nnheader-nov-read-message-id): Use it.
6853
6854         * spam-report.el (spam-report-gmane): Add interactive.
6855
6856 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6859         qp-or-base64 for the application/* types.
6860
6861 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6862
6863         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6864
6865 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6866
6867         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6868         trim value
6869
6870 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6871
6872         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6873         New macro and function.
6874         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6875
6876 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6879         after-load-alist.
6880
6881 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6884         update info that isn't there.
6885
6886 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6887
6888         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6889         entry.
6890
6891 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * mm-view.el (mm-inline-render-with-function): Use multibyte
6894         buffer; decode html source by charset.
6895
6896         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6897
6898         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6899         Mule-UCS is loaded under XEmacs.
6900         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6901
6902 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6903
6904         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6905
6906 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * mm-util.el (mm-coding-system-p): Return a coding-system.
6909         (mm-mime-mule-charset-alist): Use shift_jis instead of
6910         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6911         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6912         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6913         instead of japanese-shift-jis and iso-latin-1 respectively in
6914         order to share the default value with both Emacs and XEmacs-mule.
6915         (mm-mule-charset-to-mime-charset): Make
6916         mm-coding-system-priorities effective.
6917         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6918         while predicating of candidates upon the priorities.
6919
6920 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6921
6922         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6923         gnus-uu-invert-processable.
6924
6925         * gnus.el: Autoload gnus-uu-invert-processable.
6926
6927 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * mm-util.el (mm-with-multibyte-buffer): New macro.
6930
6931         * rfc2047.el (rfc2047-encode-string): Use it.
6932         (rfc2047-encode-region): Move point to the end of the region after
6933         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6934
6935 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6938         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6939
6940 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6943         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6944         Karl Chen <quarl@nospam.quarl.org>.
6945
6946 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6947
6948         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6949         invalid addresses.
6950
6951 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6952
6953         * spam.el: section markers changed, TODO list revised
6954         (spam-backends): new master list of all installed backends
6955         (spam-summary-exit-behavior): new variable to determine how
6956         messages moves are done at summary exit
6957         (spam-move-spam-nonspam-groups-only)
6958         (spam-process-ham-in-nonham-groups)
6959         (spam-process-ham-in-spam-groups): variables removed, the
6960         spam-summary-exit-behavior variable should be used to manage this
6961         behavior
6962         (spam-old-ham-articles, spam-old-spam-articles): removed
6963         (spam-old-articles): new variable, replacing spam-old-ham-articles
6964         and spam-old-spam-articles
6965         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6966         empty variables, placeholders for the backends they represent
6967         (spam-set-difference): moved, unchanged
6968         (spam-list-of-processors): variable OBSOLETE, not used anymore
6969         unless the user has a processor variable
6970         (spam-classifications, spam-classification-valid-p)
6971         (spam-backend-properties, spam-backend-property-valid-p)
6972         (spam-backend-function-type-valid-p)
6973         (spam-process-type-valid-p, spam-list-articles): helper functions
6974         (spam-report-articles-gmane, spam-report-articles-resend):
6975         functions removed, they are not needed
6976         (spam-install-backend-super, spam-backend-list)
6977         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
6978         (spam-backend-function, spam-backend-ham-registration-function)
6979         (spam-backend-spam-registration-function)
6980         (spam-backend-ham-unregistration-function)
6981         (spam-backend-spam-unregistration-function)
6982         (spam-backend-statistical-p, spam-backend-mover-p)
6983         (spam-install-backend-alias, spam-install-checkonly-backend)
6984         (spam-install-mover-backend, spam-install-nocheck-backend)
6985         (spam-install-backend, spam-install-statistical-backend)
6986         (spam-install-statistical-checkonly-backend): backend installation
6987         support
6988         (spam-summary-prepare-exit): rewritten to use the new backend code
6989         (spam-group-processor-p): use the new backend code and respect the
6990         summary exit behavior
6991         (spam-mark-spam-as-expired-and-move-routine): removed
6992         (spam-summary-prepare): changed to use the new spam-old-articles
6993         variable
6994         (spam-copy-or-move-routine, spam-copy-spam-routine)
6995         (spam-move-spam-routine, spam-copy-ham-routine)
6996         (spam-move-ham-routine): new code to copy/move ham or spam
6997         (spam-fetch-field-fast): doc and code improved, plus it allows the
6998         'number request
6999         (spam-list-of-checks, spam-list-of-statistical-checks): variables
7000         removed, no longer used
7001         (spam-split, spam-find-spam): use the new backend code
7002         (spam-registration-functions): variable removed, no longer used
7003         (spam-unregister-routine): convenience wrapper
7004         (spam-log-undo-registration, spam-register-routine)
7005         (spam-log-processing-to-registry)
7006         (spam-log-unregistration-needed-p): renamed "check" to "backend"
7007         where possible
7008         (spam-check-gmane-xref, spam-check-regex-headers)
7009         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
7010         (spam-check-whitelist, spam-check-blacklist)
7011         (spam-check-bogofilter-headers, spam-check-spamoracle)
7012         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7013         (spam-check-crm114-headers): use the spam-split-group that
7014         spam-split prepares, no need to determine it every time
7015
7016         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
7017         the nnheader-parse-naked-head call
7018
7019         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
7020
7021         * gnus-sum.el (gnus-nov-parse-line): add the message number to
7022         the nnheader-nov-read-message-id call
7023
7024 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7027         gnus-activate-group twice.  Suggested by Markus Peter
7028         <warp@spin.de>.
7029
7030 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-art.el (gnus-article-time-format): Exchange the order of
7033         day and month in the default value; fix customization type.
7034         (article-date-ut): Use add-text-properties.
7035         (article-make-date-line): Use message-make-date instead of
7036         current-time-string.
7037
7038         * message.el (message-fetch-field): Don't use set-text-properties.
7039         (message-make-date): Simplify.
7040
7041         * messagexmas.el (message-xmas-make-date): New function.
7042         (message-xmas-redefine): Defalias message-make-date to it.
7043
7044 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7047         (rfc2047-encode-region): Treat text within parentheses as special;
7048         show the original text when error has occurred.
7049
7050         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7051         already-computed method to gnus-activate-group.
7052
7053         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7054         same select-methods identical Lisp objects.
7055
7056         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7057         object when modifying the info.
7058
7059 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7062         gnus-opened-servers since it has never been opened with the new
7063         configuration yet.
7064
7065 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7068         arg to nnheader-generate-fake-message-id.
7069
7070 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7071
7072         * nnheader.el (nnheader-generate-fake-message-id): accept a
7073         number and build a fake message ID localized to a group and
7074         article number (so it's repeatable from that point on)
7075         (nnheader-fake-message-id-p): change regex to accomodate new fake
7076         ID format
7077
7078         * gnus-sum.el (gnus-get-newsgroup-headers): call
7079         nnheader-generate-fake-message-id with the article number
7080
7081 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7082
7083         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7084         end-of-buffer.
7085
7086 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * message.el (message-ignored-supersedes-headers): Add Approved.
7089
7090 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7093         goto-char.
7094         (rfc2047-encode): Fold the line before encoding.
7095
7096 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7097
7098         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7099         folding -- not all headers can be folded, and this should be done
7100         by the message composition mode.  Probably.  I think.
7101
7102 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7105         fast.
7106
7107         * gnus-ems.el (gnus-remove-image): Don't use
7108         message-text-with-property; remove only the image found first.
7109
7110         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7111         found first.
7112
7113 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7114
7115         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7116
7117 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * message.el (message-text-with-property): Make it fast and accept
7120         optional arguments.
7121         (message-strip-forbidden-properties): Use it.
7122         (message-fix-before-sending): Follow the m-t-w-p change.
7123
7124         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7125
7126 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-art.el (article-hide-headers): Don't change the buffer
7129         mistakenly when performing mml-preview even if
7130         gnus-single-article-buffer is nil.
7131
7132 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7133
7134         * message.el (message-expand-name-databases): New user option.
7135         (message-expand-name): Use it.
7136
7137 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7138
7139         * spam.el (spam-report-articles-resend)
7140         (spam-report-resend-register-routine): allow ham reporting
7141         (spam-report-resend-register-ham-routine): simple wrapper
7142         (spam-registration-functions): add ham resending functions
7143         (spam-list-of-processors): add ham resend processor
7144
7145         * gnus.el (ham-resend-to): new group parameter
7146         (spam-process): add ham resend option
7147
7148         * spam-report.el (spam-report-resend): allow reporting ham
7149         (spam-report-resend-ham): simple wrapper
7150
7151 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * message.el (message-cite-articles-with-x-no-archive): New
7154         variable.
7155         (message-cite-original): Use it.
7156
7157 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7158
7159         * message.el (message-cite-original): Respect X-No-Archive.
7160
7161 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * gnus-art.el (article-hide-headers): Refer to the values for
7164         gnus-ignored-headers and gnus-visible-headers in the summary
7165         buffer since a user may have set them as group parameters.
7166
7167 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7168
7169         * assistant.el (assistant-node-name): new convenience function
7170         (assistant-render-text, assistant-render-node): error handling,
7171         plus handle multiple next nodes
7172         (assistant-find-next-node): commented out for now
7173         (assistant-find-next-nodes): new function, returns list of next
7174         nodes
7175
7176 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * mail-source.el (mail-source-directory): Fix doc-string.
7179
7180 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7181
7182         * assistant.el (assistant-render-text, assistant-eval): add :set
7183         widget type, which is different because it takes and returns a
7184         list.  Much hilarity ensues.
7185
7186 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7189
7190         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7191         doc-string.
7192
7193         * gnus-start.el (gnus-activate-group): Added doc-string.
7194
7195 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7198
7199 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7200
7201         * assistant.el (assistant-render-text): trying to add a :set
7202         widget, more to come...
7203
7204         * spam.el (spam-group-spam-contents-p): handle empty groupname
7205         strings
7206         (spam-report-articles-resend)
7207         (spam-register-routine): do registration iff any articles warrant
7208         it.
7209         (spam-summary-prepare-exit): changed log message for nil group
7210         destinations
7211
7212 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7213
7214         * spam.el (spam-report-resend-register-routine): allow
7215         spam-report-resend-to to be a group parameter or a global value
7216
7217 2004-05-26  Simon Josefsson  <jas@extundo.com>
7218
7219         * starttls.el: Merge with my GNUTLS based starttls.el.
7220         (starttls-gnutls-program, starttls-use-gnutls)
7221         (starttls-extra-arguments, starttls-process-connection-type)
7222         (starttls-connect, starttls-failure, starttls-success): New
7223         variables.
7224         (starttls-program, starttls-extra-args): Doc fix.
7225         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7226         functions.
7227         (starttls-negotiate, starttls-open-stream): Check
7228         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7229         function if it is set.
7230
7231 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7234         structured fields.
7235
7236 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7239
7240 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7241
7242         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7243         variable.
7244         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7245         assigning the spam-mark to new messages.
7246
7247 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7248
7249         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7250
7251 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7254
7255         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7256         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7257         default.
7258
7259 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7260
7261         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7262         correct data.
7263
7264 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7265
7266         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7267         (spam-group-processor-p): fixed function so it works properly
7268         (spam-group-processor-multiple-p)
7269         (spam-group-spam-processor-report-gmane-p)
7270         (spam-group-spam-processor-report-resend-p)
7271         (spam-group-spam-processor-bogofilter-p)
7272         (spam-group-spam-processor-blacklist-p)
7273         (spam-group-spam-processor-ifile-p)
7274         (spam-group-ham-processor-ifile-p)
7275         (spam-group-spam-processor-spamoracle-p)
7276         (spam-group-spam-processor-crm114-p)
7277         (spam-group-ham-processor-bogofilter-p)
7278         (spam-group-spam-processor-stat-p)
7279         (spam-group-ham-processor-stat-p)
7280         (spam-group-ham-processor-whitelist-p)
7281         (spam-group-ham-processor-BBDB-p)
7282         (spam-group-ham-processor-spamoracle-p)
7283         (spam-group-ham-processor-copy-p): functions removed with some
7284         prejudice against unneeded code
7285         (spam-report-articles-resend)
7286         (spam-report-resend-register-routine): allow the group/topic
7287         spam-resend-to value to override spam-report-resend-to
7288         (spam-summary-prepare-exit): invoke spam-group-processor-p
7289         properly now
7290
7291         * gnus.el (spam-resend-to): new group/topic parameter
7292         (spam-process): move the OBSOLETE processors to the end of the
7293         choices.
7294
7295 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7296
7297         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7298         with resend-to set to nil, and then ask the user if necessary.
7299         (spam-report-resend): spam-report-resend takes a list of articles, not
7300         separate article numbers.
7301
7302 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7305         addition to emacs-w3m.
7306
7307 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7308
7309         * assistant.el (assistant-authinfo-data): New function.
7310         (assistant-eval): Eval for entire assistant.
7311
7312         * netrc.el (netrc-services-file): New variable.
7313         (netrc-parse-services): New function.
7314         (netrc-find-service-name): New function.
7315         (netrc-find-service-number): New function.
7316         (netrc-port-equal): New function.
7317         (netrc-machine): Use it.
7318
7319         * nnimap.el (nnimap-open-connection): Use netrc.
7320
7321         * gnus-util.el (gnus-netrc-get): Remove aliases.
7322
7323         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7324
7325         * assistant.el (wid-edit): Fix compilation.
7326
7327         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7328
7329 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7330
7331         * gnus-util.el (gnus-set-file-modes): New function.  (small
7332         patch).
7333
7334 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7337
7338         * assistant.el (assistant-render-node): Fix up rendering and
7339         read-only text.
7340         (assistant-render-node): Reset.
7341         (assistant-make-read-only): Not sticky.
7342
7343 2004-05-20  Danny Siu  <dsiu@adobe.com>
7344
7345         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7346         centered even when gnus-auto-center-summary is t
7347
7348 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * dns.el (dns-get-txt-answer): New function.
7351         (dns-read-txt): Ditto.
7352         (query-dns): Use it.
7353
7354 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7357         active for foreign groups even if the group level is higher than
7358         the specified value.
7359
7360 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361
7362         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7363         non-active groups.
7364
7365         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7366
7367 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7368
7369         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7370
7371 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7372
7373         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7374         (spam-crm114-header, spam-crm114-spam-switch)
7375         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7376         (spam-crm114-positive-spam-header)
7377         (spam-crm114-database-directory, spam-list-of-processors)
7378         (spam-group-spam-processor-crm114-p)
7379         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7380         (spam-generic-score, spam-list-of-checks)
7381         (spam-list-of-statistical-checks, spam-registration-functions)
7382         (spam-check-crm114-headers, spam-crm114-score)
7383         (spam-check-crm114, spam-crm114-register-with-crm114)
7384         (spam-crm114-register-spam-routine)
7385         (spam-crm114-unregister-spam-routine)
7386         (spam-crm114-register-ham-routine)
7387         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7388         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7389
7390         * gnus.el: added spam-use-crm114
7391
7392         * spam.el (spam-list-of-processors, spam-registration-functions):
7393         add spam-use-resend
7394         (spam-group-spam-processor-report-resend-p): utility wrapper
7395         (spam-report-articles-gmane): doc fix
7396         (spam-report-articles-resend,
7397         spam-report-resend-register-routine): wrappers around
7398         spam-report-resend-to
7399
7400         * spam-report.el (spam-report-resend-to, spam-report-resend):
7401         support for resending spam
7402         (spam-report-gmane): line length >80 fix
7403
7404         * gnus.el (spam-process): add spam-use-resend
7405
7406 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7407
7408         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7409         number of processed spam messages.
7410         (spam-ham-copy-or-move-routine): Return the number of processed
7411         ham messages.
7412         (spam-summary-prepare-exit): Use the above values to decide
7413         whether status messages shouled be displayed.
7414
7415 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7418         `rfc2047-encoding-function-alist' in order to avoid conflicting
7419         with the old version.
7420         (rfc2047-encode-region): Concatenate words containing non-ASCII
7421         characters in structured fields; don't encode space-delimited
7422         ASCII words even in unstructured fields; don't break words at
7423         char-category boundaries.
7424         (rfc2047-encode-1): New function.
7425         (rfc2047-encode): Use it; encode text so that it occupies the
7426         maximum width within 76-column; work correctly on Q encoding for
7427         iso-2022-* charsets.
7428         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7429         sure not to break a line just after the header name.
7430         (rfc2047-b-encode-region): Removed.
7431         (rfc2047-b-encode-string): New function.
7432         (rfc2047-q-encode-region): Removed.
7433         (rfc2047-q-encode-string): New function.
7434
7435         * mm-util.el (mm-replace-in-string): New function.
7436
7437 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7440         get it right.
7441         (gnus-inews-make-draft): Really.
7442
7443 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7444
7445         * nnmh.el (nnmh-request-list-1): Don't check the link count
7446         before descending.  (small patch)
7447
7448 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449
7450         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7451         stuff.
7452
7453         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7454         on real group name.
7455
7456         * gnus-art.el (gnus-signature-limit): Doc fix.
7457
7458         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7459
7460         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7461
7462 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7463
7464         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7465         isn't a string.
7466
7467 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7468
7469         * gnus-draft.el (gnus-draft-send): Bind
7470         rfc2047-encode-encoded-words.
7471
7472         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7473         (rfc2047-encodable-p): Say that =? needs encoding.
7474         (rfc2047-encode-encoded-words): New variable.
7475
7476         * gnus-group.el (gnus-group-select-group): Doc fix.
7477
7478         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7479
7480         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7481         to nil.
7482
7483         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7484
7485         * nnheader.el (nnheader-get-lines-and-char): New function.
7486
7487 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7488
7489         * gnus-msg.el (gnus-summary-followup-with-original): Document
7490         yanking of region when active.
7491
7492 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7495         groups if the group level is higher than the specified value.
7496
7497 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7500         (gnus-group-jump-to-group): Added prefix argument using
7501         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7502         non-active group.
7503
7504         * compface.el (uncompface): Be verbose when changing
7505         `uncompface-use-external'.
7506
7507         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7508         handle manual section.
7509
7510 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7511
7512         * gnus-art.el (gnus-button-alist): Revert previous change.
7513
7514 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7517
7518 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7521         whether backend can accept message.
7522
7523         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7524
7525 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7526
7527         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7528         Avoid creating directory when nntp-marks-is-evil is true.
7529         Reported by Reiner Steib.
7530
7531 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus-picon.el (gnus-picon-style): New variable.
7534         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7535         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7536         Jesper Harder <harder@ifa.au.dk>.
7537
7538 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * message.el (message-fill-field): Return point.
7541         (message-generate-headers): Go to end of field.
7542
7543         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7544         stuff for non-living groups.
7545
7546 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7547
7548         * gnus-art.el (gnus-article-followup-with-original)
7549         (gnus-article-reply-with-original): gnus-mark-active-p ->
7550         gnus-region-active-p.
7551
7552 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7553
7554         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7555         only when there is spam or ham to be processed
7556
7557 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7558
7559         * mail-source.el (mail-source-delete-crash-box): Refactor.
7560         (mail-source-fetch): Use it.
7561         (mail-source-fetch-file): Ditto.
7562         (mail-source-fetch-directory): Run postscript in loop.
7563         (mail-source-fetch-pop): Delete.
7564         (mail-source-fetch-maildir): Ditto.
7565         (mail-source-fetch-imap): Ditto.
7566
7567         * imap.el (imap-authenticators): Comment out sasl.
7568
7569         * message.el (message-skip-to-next-address): New function.
7570         (message-fill-header-address): Refactor.
7571         (message-fill-address): Use it.
7572         (message-delete-address): Use it.
7573         (message-fill-header-general): Refactor.
7574         (message-fill-field-address): Rename.
7575         (message-narrow-to-field): Find the start of the header.
7576         (message-header-format-alist): Don't pre-fill.
7577         (message-fill-header): Removed.
7578         (message-insert-header): New function.
7579         (message-shorten-references): Use it.
7580
7581         * rfc2047.el (rfc2047-field-value): Strip props.
7582
7583         * mail-parse.el (mail-header-make-address): New alias.
7584
7585         * ietf-drums.el (ietf-drums-make-address): New function.
7586
7587         * imap.el: Add compiler directives.
7588
7589         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7590
7591         * gnus-art.el (article-decode-idna-rhs): Don't use
7592         message-idna-inside-rhs-p.
7593
7594 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * message.el (message-idna-inside-rhs-p): Removed.
7597         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7598
7599         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7600         false positives.
7601
7602 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7603
7604         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7605
7606 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7607
7608         * nneething.el (nneething-file-name): Don't create spurions
7609         files.
7610
7611         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7612         (gnus-inews-do-gcc): Remove sleep.
7613
7614         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7615         part under point.
7616
7617         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7618         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7619
7620 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7621
7622         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7623
7624 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7625
7626         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7627         as expired without moving it" message when there are spam
7628         messages left
7629
7630 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7631
7632         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7633         header is not nil.
7634
7635 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7636
7637         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7638         nntp-possibly-create-directory, not nntp-possibly-change-group.
7639         (nntp-marks-changed-p): New arg SERVER.
7640         (nntp-request-update-info): Adjust caller.
7641
7642 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7643
7644         * nntp.el (nntp-save-marks): Pass missing arg.
7645
7646 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7647
7648         * nntp.el: Support marks.
7649         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7650         (nntp-marks-modtime, nntp-marks-directory): New variables.
7651         (nntp-request-set-mark, nntp-request-update-info)
7652         (nntp-possibly-create-directory, nntp-marks-changed-p)
7653         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7654         functions.
7655
7656 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7657
7658         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7659         (gnus-xmas-redefine): Rename.
7660
7661         * gnus-score.el (gnus-score-insert-help): Use
7662         gnus-select-lowest-window.
7663
7664         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7665         appt-select-lowest-window and rename to gnus-select-lowest-window.
7666
7667         * gnus.el: do.
7668
7669 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7670
7671         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7672         encodings of MIME-encoded words, in order to improve
7673         interoperability with several broken MUAs.
7674
7675 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7676
7677         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7678         tags, only when charsets are not specified in headers.
7679         (mm-inline-text-html-render-with-w3m): Ditto.
7680
7681         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7682         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7683
7684 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7685
7686         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7687         instead of MIME-decoded from fields when checking
7688         `gnus-article-address-banner-alist'.
7689
7690 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7691
7692         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7693         description rather than subject.
7694
7695 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7696
7697         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7698
7699 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7700
7701         * gnus.el (gnus-version-number): Bump.
7702
7703 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7704
7705         * gnus.el: No Gnus v0.2 is released.
7706
7707 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7708
7709         * gnus-agent.el (gnus-agent-read-agentview): Inline
7710         gnus-uncompress-range.
7711
7712 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7713
7714         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7715         `exec-installed-p'.
7716
7717 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7718
7719         * gnus.el (spam-process, spam-autodetect-methods): Add
7720         bsfilter and bsfilter-headers.
7721
7722         * spam.el (spam-bsfilter): New customize group.
7723         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7724         (spam-bsfilter-header, spam-bsfilter-probability-header)
7725         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7726         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7727         (spam-bsfilter-database-directory): New options.
7728         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7729         (spam-list-of-statistical-checks, spam-registration-functions):
7730         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7731         (spam-bsfilter-score): New command.
7732         (spam-check-bsfilter-headers, spam-check-bsfilter)
7733         (spam-bsfilter-register-with-bsfilter)
7734         (spam-bsfilter-register-spam-routine)
7735         (spam-bsfilter-unregister-spam-routine)
7736         (spam-bsfilter-register-ham-routine)
7737         (spam-bsfilter-unregister-ham-routine): New functions.
7738         (spam-generic-score): Support bsfilter; Accept an optional argument
7739         to recalcurate spam score even if scoring header has already been
7740         added.
7741         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7742         optional argument to recalcurate spam score even if scoring header
7743         has already been added.
7744
7745 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7746
7747         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7748         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7749         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7750         link is missing.
7751
7752 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7753
7754         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7755         (html2text-get-attr): Rewrite.
7756
7757         * message.el (message-setup-1): Remove redundant put-text-property
7758         on mail-header-separator.
7759
7760 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7761
7762         * gnus-registry.el (gnus-registry-cache-whitespace)
7763         (gnus-registry-action, gnus-registry-spool-action)
7764         (gnus-registry-split-fancy-with-parent): changed message levels
7765         from 5 to 3 or 7, as needed
7766
7767         * spam.el (spam-summary-prepare-exit)
7768         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7769         (spam-split, spam-find-spam, spam-log-undo-registration)
7770         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7771         level from 5 to 6
7772
7773 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7776         2004-03-04 change).
7777
7778 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7779
7780         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7781         Use mapc when appropriate.
7782
7783         * sieve-manage.el (sieve-manage-open): do.
7784
7785         * nnweb.el (nnweb-insert-html): do.
7786
7787         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7788         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7789
7790         * nnspool.el (nnspool-request-group): do.
7791
7792         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7793         do.
7794
7795         * nnml.el (nnml-request-update-info): do.
7796
7797         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7798         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7799
7800         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7801         (nnimap-request-set-mark): do.
7802
7803         * nnfolder.el (nnfolder-request-update-info): do.
7804
7805         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7806         do.
7807
7808         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7809
7810         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7811
7812         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7813         do.
7814
7815         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7816         do.
7817
7818         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7819
7820         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7821
7822         * gnus-int.el (gnus-start-news-server): do.
7823
7824         * gnus-group.el (gnus-group-make-kiboze-group)
7825         (gnus-group-browse-foreign-server): do.
7826
7827 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7828
7829         FIXME: Make separate entries for each person.
7830
7831         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7832         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7833         <shields@msrl.com>:
7834
7835         * spam.el (spam-necessary-extra-headers): get the extra headers we
7836         may need for spam sorting and scoring
7837         (spam-user-format-function-S): a user format function suitable for
7838         general use
7839         (spam-article-sort-by-spam-status): sorting function for summary
7840         sorting
7841         (spam-extra-header-to-number): get a score from a header
7842         (spam-summary-score): get a numeric score from the headers
7843         (spam-generic-score): oops, function doc in wrong place
7844         (spam-initialize): take symbols when it's run, and install the
7845         extra headers that spam-necessary-extra-headers thinks we need
7846
7847 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7848
7849         * spam.el (spam-summary-prepare-exit): logic and message fix.
7850         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7851
7852 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7853
7854         * gnus-sum.el (gnus-set-global-variables)
7855         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7856         (gnus-article-get-xrefs, gnus-summary-best-group)
7857         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7858         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7859         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7860         with-current-buffer.
7861
7862 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7863
7864         * spam.el (spam-summary-prepare-exit): simplified logic
7865         (spam-fetch-article-header): read the article header if it's not
7866         available
7867         (spam-list-articles): simplified logic
7868         (spam-filelist-register-routine): found bug with unregister-list
7869
7870         * gnus-registry.el: clarified comments at beginning
7871
7872 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7873
7874         * message.el (message-cater-to-broken-inn): Remove.
7875         (message-shorten-references): Make sure the total folded length of
7876         References is shorter than 998 characters to cater to a bug in INN
7877         2.3.  Also, don't pretend that references aren't folded -- this
7878         hasn't worked for a while.
7879
7880 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7881
7882         * gnus-agent.el (gnus-agentize):
7883         gnus-agent-send-mail-real-function no longer set to current value
7884         of message-send-mail-function but rather a lambda that calls
7885         message-send-mail-function.  The change makes the agent real-time
7886         responsive to user changes to message-send-mail-function.
7887
7888 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7889
7890         * legacy-gnus-agent.el
7891         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7892         help from Florian Weimer <fw@deneb.enyo.de>
7893
7894 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * nnmail.el (nnmail-cache-insert): Revert last change.
7897
7898 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * nnmail.el (nnmail-cache-insert): Always check whether
7901         nnmail-cache-ignore-groups matches a group name.
7902
7903 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7904
7905         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7906         (spam-find-spam, spam-log-processing-to-registry)
7907         (spam-log-registered-p, spam-log-unregistration-needed-p)
7908         (spam-log-undo-registration): use gnus-message instead of
7909         gnus-error, none of these errors are fatal
7910
7911         * gnus-registry.el (gnus-registry-clean-empty-function)
7912         (gnus-registry-clean-empty): remove only empty entries without
7913         extra data
7914
7915 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7916
7917         * spam-stat.el (spam-stat-buffer-change-to-spam)
7918         (spam-stat-buffer-change-to-non-spam): change (error) to
7919         (gnus-message 8) invocation
7920
7921 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * nntp.el (nntp-via-netcat-command): New variable.
7924         (nntp-via-netcat-switches): New variable.
7925         (nntp-open-via-rlogin-and-netcat): New function.
7926         (nntp-open-connection-function): Doc fix.
7927         (nntp-telnet-command): Doc fix.
7928         (nntp-end-of-line): Doc fix.
7929         (nntp-via-rlogin-command): Doc fix.
7930         (nntp-via-user-name): Doc fix.
7931         (nntp-via-address): Doc fix.
7932
7933 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7936         error in Emacs 21.1.
7937
7938 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7939
7940         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7941
7942 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7943         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7944         (gnus-agent-with-refreshed-group): New macro.
7945         (gnus-agent-rename-group): New function.
7946         (gnus-agent-delete-group): New function.
7947         (gnus-agent-save-group-info): Use gnus-command-method when
7948         `method' parameter is nil.  Don't write nil entries into the
7949         active file.
7950         (gnus-agent-get-group-info): New function.
7951         (gnus-agent-fetch-articles): Use
7952         gnus-agent-update-files-total-fetched-for to increment disk space
7953         used.
7954         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7955         gnus-agent-update-view-total-fetched-for to increment disk space
7956         used.
7957         (gnus-agent-get-local): Added optional parameters to avoid calling
7958         gnus-group-real-name and gnus-find-method-for-group.
7959         (gnus-agent-set-local): Delete stored entry if either min, or max,
7960         are nil.
7961         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7962         quit, use gnus-agent-regenerate-group to record existance of any
7963         articles fetched to disk before the quit occurred.
7964         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7965         gnus-agent-update-view-total-fetched-for, and
7966         gnus-agent-update-files-total-fetched-for to decrement disk space
7967         used.
7968         (gnus-agent-retrieve-headers): Use
7969         gnus-agent-update-view-total-fetched-for to increment disk space
7970         used.
7971         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7972         with gnus-agent-update-files-total-fetched-for to decrement disk
7973         space and fresh group buffer.
7974         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7975         (gnus-agent-need-update-total-fetched-for): New variable.
7976         (gnus-agent-update-files-total-fetched-for): New function.
7977         (gnus-agent-update-view-total-fetched-for): New function.
7978         (gnus-agent-total-fetched-for): New function.
7979
7980         * gnus-cache.el (gnus-cache-save-buffers): Use
7981         gnus-cache-update-overview-total-fetched-for to change disk space
7982         used by this group.
7983         (gnus-cache-possibly-enter-article): Use
7984         gnus-cache-update-file-total-fetched-for to increment disk space
7985         used by this group.
7986         (gnus-cache-possibly-remove-article): Use
7987         gnus-cache-update-file-total-fetched-for to decrement disk space
7988         used by this group.
7989         (gnus-cache-generate-nov-databases): Purge total fetched cache.
7990         (gnus-cache-rename-group): New function.
7991         (gnus-cache-delete-group): New function.
7992         (gnus-cache-inhibit-update-total-fetched-for): New variable.
7993         (gnus-cache-need-update-total-fetched-for): New variable.
7994         (gnus-cache-with-refreshed-group): New macro.
7995         (gnus-cache-update-file-total-fetched-for): New function.
7996         (gnus-cache-update-overview-total-fetched-for): New function.
7997         (gnus-cache-rename-group-total-fetched-for): New function.
7998         (gnus-cache-delete-group-total-fetched-for): New function.
7999         (gnus-cache-total-fetched-for): New function.
8000
8001         * gnus-group.el: Require gnus-sum and autoload functions to
8002         resolve warnings when gnus-group.el compiled alone.
8003         (gnus-group-line-format): Documented new %F
8004         (size of Fetched data) group line format; identifies disk space
8005         used by agent and cache.
8006         (gnus-group-line-format-alist): Defined new F format.
8007         (gnus-total-fetched-for): New function.
8008         (gnus-group-delete-group): No longer update
8009         gnus-cache-active-altered as gnus-request-delete-group now keeps
8010         the cache in sync.
8011         (gnus-group-list-active): Let the agent store a server's active
8012         list if currently plugged.
8013
8014         * gnus-int.el (gnus-request-delete-group): Use
8015         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8016         local disk in sync with the server.
8017          (gnus-request-rename-group): Use
8018         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8019         local disk in sync with the server.
8020
8021         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8022         simplification to logic.
8023
8024         * gnus-util.el (gnus-rename-file): New function.
8025
8026 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8027
8028         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8029
8030 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8031
8032         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8033         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8034
8035 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8036
8037         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8038         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8039
8040 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8041
8042         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8043
8044 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8045
8046         * spam.el (spam-set-difference): new function to replace
8047         gnus-set-difference in spam.el
8048         (spam-summary-prepare-exit): use spam-set-difference
8049
8050 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8051
8052         * gnus-registry.el (gnus-registry-cache-file): updated to use
8053         gnus-dribble-directory OR gnus-home-directory OR ~
8054         (gnus-registry-split-fancy-with-parent): fixed doc
8055
8056 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * message.el (message-exchange-point-and-mark): Use
8059         message-mark-active-p.  Suggested by Jesper Harder
8060         <harder@ifa.au.dk>.
8061
8062 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * message.el (message-exchange-point-and-mark): Don't activate
8065         region if it was inactive.  Suggested by Hiroshi Fujishima
8066         <pooh@nature.tsukuba.ac.jp>.
8067
8068 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * gnus-art.el (article-display-face): Display Faces in the same
8071         order as X-Faces.
8072
8073 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8076
8077 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8080         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8081         (gnus-article-mime-hierarchy): Remove.
8082         (gnus-article-mime-hierarchy-next): Remove.
8083         (gnus-article-mode): Revert 2004-03-19 change.
8084         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8085         (gnus-insert-mime-button): Revert 2004-03-19 change.
8086         (gnus-mime-accumulate-hierarchy): Remove.
8087         (gnus-mime-enter-multipart): Remove.
8088         (gnus-mime-leave-multipart): Remove,
8089         (gnus-mime-display-part): Revert 2004-03-19 change.
8090         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8091
8092         * mml.el (mml-preview): Revert 2004-03-19 change.
8093
8094 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8095
8096         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8097
8098 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8101         t while entering a file name using the mm-with-multibyte macro.
8102         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8103
8104         * mm-util.el (mm-with-multibyte): New macro.
8105
8106 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8109         user option.
8110         (gnus-mime-multipart-functions): Doc and customization fix.
8111         (gnus-article-mime-hierarchy): New variable.
8112         (gnus-article-mime-hierarchy-next): New variable.
8113         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8114         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8115         gnus-article-mime-hierarchy-next to nil.
8116         (gnus-insert-mime-button): Show hierarchy numbers.
8117         (gnus-mime-accumulate-hierarchy): New function.
8118         (gnus-mime-enter-multipart): New function.
8119         (gnus-mime-leave-multipart): New function.
8120         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8121         (gnus-mime-display-alternative): Show hierarchy numbers.
8122
8123         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8124         gnus-article-mime-hierarchy-next to nil.
8125
8126 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8127
8128         * dns.el: Don't require gnus-xmas.
8129
8130 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8131
8132         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8133         inline PGP.
8134         (mml-menu): Disable mml-quote-region if mark is inactive.
8135
8136 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8139         when the group's active is not available.
8140
8141 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8144         error.
8145
8146 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8147
8148         * imap.el (imap-store-password): New variable.
8149         (imap-interactive-login): Use it.
8150         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8151
8152 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8155         window-start and hscroll to summary window.
8156
8157 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8158
8159         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8160         conversion message to newsrc-dribble when an actual conversion is
8161         performed.
8162
8163 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8164
8165         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8166
8167 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * mm-decode.el (mm-complicated-handles): New function reviving
8170         former definition of mm-multiple-handles.
8171
8172         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8173         (gnus-mime-delete-part): Use it.
8174
8175 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8176
8177         * gnus-agent.el (gnus-agent-read-local): Bind
8178         nnheader-file-coding-system to gnus-agent-file-coding-system to
8179         avoid the implicit assumption that they will always be equal.
8180         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8181         coding-system-for-write, as the with-temp-file macro first prints
8182         to a buffer then saves the buffer.
8183
8184 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-art.el (gnus-article-edit-part): New function.
8187         (gnus-mime-save-part-and-strip): Use it; do query instead of
8188         signaling an error; don't use mm-multiple-handles.
8189         (gnus-mime-delete-part): Ditto.
8190
8191 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8192
8193         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8194         old file versions.
8195         (gnus-group-prepare-hook): Removed function that converted list
8196         form of gnus-agent-expire-days to group properties.
8197
8198         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8199         (gnus-request-accept-article): Re-indented.
8200
8201         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8202         converters to handle old agent file formats.  Added logic for a
8203         "backup before upgrading warning".
8204         (gnus-convert-mark-converter-prompt): Developers can mark
8205         functions as needing (default), or not needing,
8206         gnus-convert-old-newsrc's "backup before upgrading warning".
8207         (gnus-convert-converter-needs-prompt): Tests whether the user
8208         should be protected from potentially irreversable changes by the
8209         function.
8210
8211         * legacy-gnus-agent.el (): New. Provides converters that are only
8212         loaded when gnus-convert-old-newsrc needs to call them.
8213
8214 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * mail-source.el (mail-source-touch-pop): Doc fix.
8217
8218         * message.el (message-smtpmail-send-it): Doc fix.
8219
8220 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8221
8222         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8223
8224         * nnmail.el (nnmail-split-fancy): do.
8225
8226         * gnus-kill.el (gnus-kill, gnus-execute): do.
8227
8228 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8229
8230         * gnus-sum.el (gnus-widget-reversible-match)
8231         (gnus-widget-reversible-to-internal)
8232         (gnus-widget-reversible-to-external): New functions.
8233         (gnus-widget-reversible): New widget.
8234         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8235
8236 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8237
8238         * gnus-sum.el (gnus-thread-sort-functions)
8239         (gnus-article-sort-functions): Document `(not F)' items.
8240
8241 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8242
8243         * spam.el (spam-use-gmane-xref): new backend
8244         (spam-gmane-xref-spam-group): variable to control the name of the
8245         Gmane spam group
8246         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8247         (spam-regex-headers-spam, spam-regex-headers-ham)
8248         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8249         (spam-list-of-checks): added spam-use-gmane-xref to list of
8250         backends and checks
8251         (spam-check-gmane-xref): function for spam-use-gmane-xref
8252
8253         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8254         an autodetect method
8255
8256 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8257
8258         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8259         articles are being added to a group.
8260         (gnus-request-replace-article): Inform the agent that articles
8261         need to be uncached as the cached contents are no longer valid.
8262
8263 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * binhex.el: Don't autoload executable-find.
8266
8267         * canlock.el: Don't autoload mail-fetch-field.
8268
8269         * dgnushack.el: Autoload c-mode for XEmacs.
8270
8271         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8272
8273         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8274         rmail-dont-reply-to and rmail-output.
8275
8276         * gnus-score.el: Don't autoload ffap-string-at-point.
8277
8278         * gnus-setup.el: Don't autoload sc-cite-original.
8279
8280         * imap.el: Don't autoload base64-decode-string,
8281         base64-encode-string and md5.
8282
8283         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8284         and rmail-msg-restore-non-pruned-header.
8285
8286         * mm-decode.el: Don't autoload executable-find.
8287
8288         * mm-url.el: Don't autoload executable-find.
8289
8290         * mm-view.el: Don't autoload diff-mode.
8291
8292         * nndb.el: Don't autoload news-reply-mode, news-setup,
8293         cancel-timer and telnet.
8294
8295         * password.el: Don't autoload run-at-time for Emacs.
8296
8297         * sha1-el.el: Don't autoload executable-find.
8298
8299         * sieve-mode.el: Don't autoload c-mode.
8300
8301         * uudecode.el: Don't autoload executable-find.
8302
8303 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8304
8305         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8306         (gnus-agent-possibly-alter-active): Avoid null in numeric
8307         comparison.
8308         (gnus-agent-set-local): Refuse to save null in local object table.
8309         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8310         list of articles that will be marked as unread.
8311
8312 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8315
8316 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8317
8318         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8319         language tags.
8320
8321 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8322
8323         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8324         Don't bind "obarray".
8325
8326         * gnus-sum.el (gnus-thread-sort-functions): Added
8327         `gnus-thread-sort-by-most-recent-number' and
8328         `gnus-thread-sort-by-most-recent-date'.
8329         Reported by Kai Grossjohann <kai@emptydomain.de>.
8330
8331 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8334
8335 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8336
8337         * gnus-cus.el (gnus-agent-customize-category): Removed
8338         ignore-errors macro reference that required cl to be loaded at
8339         run-time.
8340
8341         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8342         single-interval range of the form (min . max).  Previously the
8343         range had to look like ((min . max)).  Likewise, return
8344         (min . max) rather than ((min . max)).
8345         (gnus-range-map): Use gnus-range-normalize to accept
8346         single-interval range.
8347
8348         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8349         the cache, but not the agent, now appear with their usual face.
8350
8351         * dgnushack.el (loaddir): New variable that is bound to the
8352         directory containing the dgnushack.el file. Use loaddir, rather
8353         than srcdir, to update load-path. Change lets dgnushack compile
8354         code in directories other than GNUS/lisp.
8355
8356 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * lpath.el: Don't bind w3m-safe-url-regexp.
8359
8360         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8361         w3m-safe-url-regexp variable buffer-local.
8362
8363         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8364
8365 2004-02-27  Simon Josefsson  <jas@extundo.com>
8366
8367         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8368         gnus-group-real-prefix.
8369         (gnus-summary-move-article): Use it, instead of
8370         gnus-group-real-prefix.
8371
8372 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * lpath.el: Bind w3m-safe-url-regexp.
8375
8376         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8377         w3m-safe-url-regexp variable buffer-local and set it as the value
8378         of mm-w3m-safe-url-regexp.
8379
8380         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8381
8382         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8383         parsing gnus-posting-styles when the message is not for replying.
8384
8385         * dgnushack.el: Autoload sgml-mode for XEmacs.
8386
8387         * nnrss.el (nnrss-opml-export): Use
8388         mm-set-buffer-file-coding-system instead of
8389         set-buffer-file-coding-system.
8390
8391 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8392
8393         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8394         of checkdoc.el).
8395         * nnrss.el: do.
8396         * gnus-mlspl.el: do.
8397         * gnus-ml.el: do.
8398         * gnus-srvr.el: do.
8399
8400         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8401
8402 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8403
8404         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8405         Corrections to custom-manual links.
8406
8407         * gnus-art.el (gnus-article): Ditto.
8408
8409         * mm-decode.el (mime-display, mime-security): Ditto.
8410
8411 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8412
8413         * flow-fill.el: Typo.
8414
8415 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8416
8417         * spam-wash.el: New file.
8418
8419 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8420
8421         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8422
8423 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8424
8425         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8426         to be run with new-articles as LIST1, not LIST2
8427         (spam-registration-functions): add spam-use-ham-copy as a nil
8428         registration backend
8429
8430 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8431
8432         * spam-stat.el (spam-stat-washing-hook): New option.
8433         (spam-stat-buffer-words): Use it.
8434         (spam-stat-process-directory, spam-stat-test-directory): Use
8435         insert-file-contents-literally.
8436         (spam-stat-coding-system): New variable.
8437         (spam-stat-load, spam-stat-save): Use it.
8438
8439 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * spam-report.el (spam-report-plug-agent): Quote
8442         spam-report-url-to-file and spam-report-url-ping-plain.
8443
8444 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8447         / in mailto URLs.
8448
8449 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8450
8451         * spam-report.el (spam-report-process-queue): Fix interactive use.
8452         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8453         (spam-report-unplug-agent): Doc fixes.
8454         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8455         (spam-report-agentize, spam-report-deagentize): Autoload
8456
8457 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8460
8461         * message.el (message-setup-fill-variables): Add mml tags to
8462         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8463         <ajk@iu.edu>.
8464         (message-mode): Don't modify paragraph-separate there.
8465
8466 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * compface.el (uncompface-use-external): Default to undecided.
8469         (uncompface-use-external-threshold): New variable.
8470         (uncompface-float-time): New macro.
8471         (uncompface): Determine whether to use the external decoder if
8472         uncompface-use-external is undecided.
8473
8474 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8475
8476         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8477         after images.
8478
8479         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8480
8481 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8482
8483         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8484
8485         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8486
8487         * gnus-sum.el (gnus-summary-limit-to-age)
8488         (gnus-summary-limit-children): do.
8489
8490         * gnus-int.el (gnus-request-scan): do.
8491
8492         * gnus-group.el (gnus-group-suspend): do.
8493
8494         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8495
8496         * gnus-cite.el (gnus-cite-parse-attributions): do.
8497
8498         * gnus-agent.el (gnus-summary-set-agent-mark)
8499         (gnus-agent-regenerate-group): do.
8500
8501         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8502
8503         * binhex.el (binhex-decode-region-internal): do.
8504
8505 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus-fun.el (gnus-face-properties-alist): New user option.
8508         (gnus-display-x-face-in-from): Use it.
8509
8510         * gnus-art.el (article-display-face): Ditto.
8511
8512         * compface.el (uncompface-use-external): Default to nil.
8513
8514 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8515
8516         * nntp.el (nntp-erase-buffer): New function.
8517         (nntp-retrieve-data, nntp-send-command)
8518         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8519         (nntp-possibly-change-group): Use it.
8520
8521         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8522         with-current-buffer.
8523
8524 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8525
8526         * compface.el: Merge the ELisp-based uncompface program.
8527         (compface): New customization group.
8528         (uncompface-use-external): New user option.
8529         (uncompface): Call uncompface-internal if uncompface-use-external
8530         is nil.
8531         (uncompface-internal): New function.  Note that there are also
8532         some other functions and variables added for this function.
8533
8534 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8535
8536         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8537         if necessary.
8538
8539 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8540
8541         * spam-report.el (spam-report-unplug-agent)
8542         (spam-report-plug-agent, spam-report-deagentize)
8543         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8544         support for the Agent in spam-report: when unplugged, report to a
8545         file; when plugged, submit all the requests
8546
8547         * spam.el (spam-register-routine): improved message about
8548         registration
8549
8550 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8551
8552         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8553         dependencies.
8554         (rfc2047-encode): Use it.
8555
8556         * gnus-art.el (gnus-button-marker-list): Move before first
8557         reference.
8558
8559         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8560         (imap-parse-body): Fix format string mismatch.
8561
8562         * gnus-score.el (gnus-summary-increase-score): do.
8563
8564         * nnrss.el (nnrss-close): New function.
8565
8566 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8567
8568         * nnrss.el (nnrss-make-filename): New function.
8569         (nnrss-request-delete-group, nnrss-read-server-data)
8570         (nnrss-save-server-data, nnrss-read-group-data)
8571         (nnrss-save-group-data): Use it.
8572         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8573         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8574         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8575
8576 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8577
8578         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8579
8580 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8581
8582         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8583         files.
8584
8585         * message.el (message-generate-headers-first): Don't quote nil
8586         and t in docstrings.
8587
8588         * imap.el (imap-id): do.
8589
8590         * gnus-agent.el (gnus-agent-consider-all-articles)
8591         (gnus-agent-queue-mail): do.
8592
8593 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * spam-report.el (spam-report-process-queue): New function.
8596         Process requests from `spam-report-requests-file'.
8597         (spam-report-process-queue): Doc fix.
8598
8599 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8600
8601         * spam.el (spam-register-routine)
8602         (spam-log-processing-to-registry, spam-log-registered-p)
8603         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8604         change "check" to "spam-check" for semi-clarity
8605
8606 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8607
8608         * pop3.el: Require nnheader.
8609
8610         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8611
8612         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8613
8614         * gnus-picon.el: Require cl.
8615
8616         * gnus-fun.el: Require gnus-ems and gnus-util.
8617
8618         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8619
8620         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8621
8622         * gnus-art.el (gnus-article-edit-mode): Define before first
8623         reference.
8624
8625 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8626
8627         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8628         (gnus-uu-post-encoded): Use point-at-bol.
8629
8630         * gnus-topic.el (gnus-group-active-topic-p): do.
8631
8632         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8633
8634         * gnus-group.el (gnus-group-kill-region): do.
8635
8636         * gnus-art.el (article-date-ut): do.
8637
8638         * message.el (message-fetch-field): Remove redundant
8639         case-fold-search binding.
8640         (message-narrow-to-field): Simplify.
8641
8642 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * spam.el (spam-directory): Derive from `gnus-directory'.
8645
8646         * spam-report.el (spam-report-url-to-file)
8647         (spam-report-requests-file): New function and variable for offline
8648         reporting.
8649         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8650         and user defined function.
8651         (spam-report-url-ping-mm-url): Remove doubled slash.
8652
8653 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8654
8655         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8656
8657 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8658
8659         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8660         format string mismatch.
8661
8662         * sieve.el (sieve-deactivate-all): do.
8663
8664         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8665
8666         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8667
8668         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8669
8670         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8671
8672 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8675         the list of checks
8676
8677 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8678
8679         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8680         padding.
8681
8682 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8683
8684         * mm-view.el (mm-fill-flowed): New variable.
8685         (mm-inline-text): Use it.
8686
8687 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8688
8689         * spam.el (spam-spamassassin-register-ham-routine)
8690         (spam-spamassassin-register-spam-routine): fixed function names
8691
8692 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus.el (gnus-tmp-grouplens): Remove.
8695         (gnus-summary-line-format): Remove grouplens.
8696
8697         * gnus-group.el (gnus-group-line-format): Ditto.
8698
8699         * gnus-spec.el (gnus-format-specs): Ditto.
8700         (gnus-update-format-specifications): Flush the group format spec
8701         cache if there's the grouplens stuff.
8702         (gnus-parse-simple-format): Replace %l with the empty string.
8703
8704 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
8705
8706         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8707         omission.
8708
8709 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8712         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8713
8714 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8715
8716         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8717         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8718         New macros and functions.
8719         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8720         Handle > NLINK_MAX messages.
8721         * nnmaildir.el (nnmaildir-request-set-mark): Use
8722         nnmaildir--emlink-p and nnmaildir--eexist-p.
8723
8724 2004-01-25  Alex Schroeder  <alex@gnu.org>
8725
8726         * spam-stat.el (spam-stat-process-directory-age): New option.
8727         (spam-stat-process-directory): Use it.
8728
8729 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8730
8731         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8732         (spam-stat-save): Accept prefix argument.
8733
8734 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8735
8736         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8737         links" error.
8738
8739 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8742         the rest of the and/or forms.
8743
8744 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8745
8746         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8747         compatibility with old .newsrc.eld files.
8748
8749         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8750
8751         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8752
8753         * gnus-start.el (gnus-1): do.
8754
8755         * gnus-group.el (gnus-group-line-format-alist): do.
8756
8757         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8758
8759         * gnus-gl.el: Remove.
8760
8761 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8762
8763         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8764         marks consisting of a single range {for example, (3 . 5)} rather
8765         than a list of a single range { ((3 . 5)) }.
8766
8767 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8768
8769         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8770         with-current-buffer.
8771         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8772         avoid consing a string.
8773
8774         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8775         Remove obsolete entries for big5 and gb2312.
8776
8777 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8778
8779         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8780         uncompressed list.
8781
8782 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8783
8784         * spam-stat.el (spam-stat-strip-xref): New function.
8785         (spam-stat-process-directory): Use it.
8786
8787         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8788         here -- it's done in message-fetch-field.
8789
8790 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8791
8792         * gnus-agent.el (gnus-agent-queue-mail,
8793         gnus-agent-prompt-send-queue): New variables.
8794         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8795         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8796         "nndraft:queue" along to gnus-draft-send.  Use
8797         gnus-agent-prompt-send-queue.
8798         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8799         is "nndraft:queue".  Suggested by Gaute Strokkenes
8800         <gs234@srcf.ucam.org>
8801
8802         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8803         (agent-enable-undownloaded-faces): Added
8804         (gnus-agent-cat-groups): Use eval-and-compile, not
8805         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8806         method of gnus-agent-cat-groups even when the buffer has been
8807         evaled.
8808         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8809         delete gnus-agent-save-active-1.
8810         (gnus-agent-save-groups): Deleted. Identical to
8811         gnus-agent-save-active.
8812         (gnus-agent-write-active): No longer adjust agent's copy of active
8813         file as agent's adjustments are now stored in their own
8814         file. Removed optional parameter.
8815         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8816         servers.  Add use of min/max range limits from server's local
8817         file.
8818         (gnus-agent-save-alist): Removed unused optional argument.
8819         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8820         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8821         (gnus-agent-set-local): A per-server file that keeps min/max range
8822         limits for articles known to the agent.  Provides a fast mechanism
8823         for altering many active ranges.
8824         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8825         active file (local makes it unnecessary).
8826         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8827
8828         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8829         (agent-enable-undownloaded-faces): Added
8830
8831         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8832         disable it when sending to "nndraft:queue".
8833         (gnus-group-send-queue): Add safety check to avoid sending queue
8834         when unplugged.
8835
8836         * gnus-group.el (gnus-group-catchup): Use new
8837         gnus-sequence-of-unread-articles, not
8838         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8839         numbers of articles.  Use gnus-range-map to avoid having to
8840         uncompress the unread list.
8841         (gnus-group-archive-directory,
8842         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8843         reference.
8844
8845         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8846         (gnus-sorted-range-intersection): Intersection of two ranges
8847         without requiring that they first be uncompressed.
8848
8849         * gnus-start.el (gnus-activate-group): Unless blocked by the
8850         caller, possibly expand the active range to include both cached
8851         and agentized articles.
8852         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8853         multiple version-dependent converters.
8854         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8855         gnus-agent-save-active.
8856         (gnus-save-newsrc-file): Save dirty agent range limits.
8857
8858         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8859         gnus-agent-possibly-alter-active.
8860         (gnus-adjust-marked-articles): Faster handling of simple lists
8861
8862 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8863
8864         * spam-stat.el (spam-stat-test-directory): New optional argument
8865         displays a list of files detected.  Suggested by Andrew Cohen
8866         <cohen@andy.bu.edu>.
8867         (spam-stat-buffer-words-with-scores): Don't narrow and change
8868         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8869
8870 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
8871
8872         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8873         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8874         (spam-spamassassin-arguments)
8875         (spam-spamassassin-spam-flag-header)
8876         (spam-spamassassin-positive-spam-flag-header)
8877         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8878         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8879         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8880         (spam-list-of-processors, spam-list-of-checks)
8881         (spam-list-of-statistical-checks, spam-registration-functions)
8882         (spam-check-spamassassin-headers, spam-check-spamassassin)
8883         (spam-spamassassin-score)
8884         (spam-spamassassin-register-with-sa-learn)
8885         (spam-spamassassin-register-spam-routine)
8886         (spam-spamassassin-register-ham-routine)
8887         (spam-assassin-register-spam-routine)
8888         (spam-assassin-register-ham-routine): add SpamAssassin support
8889         (spam-bogofilter-score): fix to show article before scoring
8890
8891 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8892
8893         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8894         default scoring function
8895         (spam-generic-score): calls spam-spamassassin-score if
8896         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8897         spam-bogofilter-score otherwise.
8898
8899         * gnus.el (spam-process, spam-autodetect-methods): add
8900         spamassassin and spamassassin-headers
8901
8902 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
8903
8904         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8905         Suppress unnecessary messages.
8906
8907 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8908
8909         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8910         make-hash-table.
8911
8912 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * canlock.el (base64-encode-string): Don't autoload it.
8915
8916 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * run-at-time.el: Remove useless (require 'itimer),
8919         eval-and-compile and (featurep 'xemacs).
8920
8921 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8922
8923         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8924         GROUP is a virtual group.
8925
8926 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8927
8928         * gnus.el: Autoload `message-y-or-n-p'.
8929
8930 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8931
8932         * pgg-parse.el: Remove unnecessary (require 'custom).
8933
8934         * pgg-def.el: do.
8935
8936         * nnmail.el: do.
8937
8938         * gnus-undo.el: do.
8939
8940         * gnus-picon.el: do.
8941
8942         * gnus-util.el: do.
8943
8944 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8947
8948 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8951         handle, as well as a list.
8952
8953         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8954         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8955         (mm-w3m-cid-retrieve): Simplify.
8956
8957 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
8958
8959         * message.el (message-kill-to-signature): Allow prefix arg to
8960         specify number of lines to keep before signature.
8961
8962 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8963
8964         (message-kill-to-signature): Change docstring.
8965
8966 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * canlock.el: Always require sha1-el.
8969         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8970
8971         * message.el: Autoload sha1 only when compiling.
8972
8973         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8974         eudc-expand-inline for XEmacs.
8975
8976 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * message.el (message-canlock-generate): Require sha1-el.
8979
8980 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
8981
8982         * message.el (message-expand-name): Silence the byte compiler.
8983
8984         * lpath.el: Add detect-coding-system.
8985
8986         * dgnushack.el (dgnushack-compile): Remove obsolete check for
8987         cus-edit.
8988
8989 2004-01-13  Simon Josefsson  <jas@extundo.com>
8990
8991         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
8992         Invoke gnus-score-mode.  Reported by
8993         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8994
8995         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
8996         Jim Blandy <jimb@redhat.com> (tiny change).
8997
8998 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8999
9000         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9001
9002 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9003
9004         * spam.el (spam-get-article-as-string): updated to use
9005         gnus-request-article-this-buffer, much simpler
9006         (spam-get-article-as-buffer): removed
9007
9008 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9009
9010         * message.el (message-expand-name): Use EUDC if the user uses
9011         that.
9012
9013 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9014
9015         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9016         character for the encoding to avoid consing a string.
9017
9018         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9019         unnecessarily.
9020
9021         * mm-util.el (mm-replace-chars-in-string): Remove.
9022
9023         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9024         of mm-replace-chars-in-string.
9025
9026 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9027
9028         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9029         strings.
9030
9031         * mm-util.el (mm-subst-char-in-string): Support inplace.
9032
9033         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9034         a new string in every iteration.  Use shy groups.
9035
9036 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9037
9038         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9039         (gnus-group-change-level, gnus-kill-newsgroup)
9040         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9041         (gnus-get-unread-articles, gnus-make-articles-unread)
9042         (gnus-make-ascending-articles-unread): Use accessor
9043         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9044         to get group information for improved readability.
9045
9046         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9047
9048         * gnus-soup.el (gnus-soup-group-brew): do.
9049
9050         * gnus-msg.el (gnus-put-message): do.
9051
9052         * gnus-move.el (gnus-group-move-group-to-server): do.
9053
9054         * gnus-kill.el (gnus-batch-score): do.
9055
9056         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9057         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9058         (gnus-group-update-group, gnus-group-read-group)
9059         (gnus-group-make-group, gnus-group-make-help-group)
9060         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9061         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9062         (gnus-group-sort-by-unread, gnus-group-catchup)
9063         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9064         (gnus-group-yank-group, gnus-group-set-info)
9065         (gnus-group-list-groups): do.
9066
9067         * gnus.el (gnus-generate-new-group-name): do.
9068
9069         * gnus-delay.el (gnus-delay-send-queue): do.
9070
9071         * nnvirtual.el (nnvirtual-catchup-group): do.
9072
9073         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9074         do.
9075
9076         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9077         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9078
9079         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9080         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9081         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9082         (gnus-group-make-articles-read): do.
9083
9084 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9085
9086         * gnus-art.el (article-decode-mime-words, article-babel)
9087         (gnus-article-highlight-signature, gnus-article-add-buttons)
9088         (gnus-signature-toggle): Use gnus-with-article-buffer.
9089
9090         * gnus-art.el (gnus-article-highlight-headers)
9091         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9092
9093         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9094         (gnus-article-set-globals, gnus-request-article-this-buffer)
9095         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9096         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9097         (gnus-mime-display-alternative): Use with-current-buffer.
9098
9099 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9100
9101         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
9102         also under 80 char limit, and call gnus-error if needed
9103         (spam-fetch-article-header): finally fixed - it was a
9104         buffer-local variable (gnus-newsgroup-data)
9105         (spam-find-spam): use spam-generate-fake-headers, forget about
9106         spam-insert-fake-headers
9107         (spam-insert-fake-headers): removed
9108
9109 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9110
9111         * deuglify.el (gnus-article-outlook-unwrap-lines)
9112         (gnus-outlook-rearrange-article)
9113         (gnus-outlook-repair-attribution-outlook)
9114         (gnus-outlook-repair-attribution-block)
9115         (gnus-outlook-repair-attribution-other): Remove redundant
9116         save-excursion.
9117
9118 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9119
9120         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9121         (spam-fetch-field-subject-fast)
9122         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9123         (spam-fetch-article-header): new functions to deal with Gnus
9124         internals for fast retrieval of article header data
9125         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
9126
9127 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9128
9129         * pop3.el (pop3-md5): Remove.
9130         (pop3-apop): Replace pop3-md5 with md5.
9131
9132         * mm-bodies.el: base64 is always built-in.
9133
9134         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9135         with-current-buffer.
9136
9137 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * canlock.el (canlock-insert-header): Remove excessive grouping in
9140         regexp.
9141
9142         * gnus-sum.el (gnus-summary-read-document): Ditto.
9143
9144         * gnus-uu.el (gnus-uu-part-number): Ditto.
9145
9146         * html2text.el (html2text-remove-tags): Ditto.
9147         (html2text-format-tags): Ditto.
9148         (html2text-format-single-elements): Ditto.
9149
9150         * mml.el (mml-parse-1): Ditto.
9151
9152 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9153
9154         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9155
9156         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9157
9158         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9159
9160         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9161
9162 2003-11-15  Simon Josefsson  <jas@extundo.com>
9163
9164         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9165         (pgg-gpg-lookup-key): Use regexp match instead of
9166         split-string (split-string is different between emacs 21.2 and
9167         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9168
9169 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9170
9171         * gnus-art.el (gnus-mime-view-all-parts)
9172         (gnus-article-part-wrapper, gnus-article-view-part): Use
9173         with-current-buffer.
9174
9175 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9176
9177         * spam.el (spam-disable-spam-split-during-ham-respool)
9178         (spam-spamoracle-database, spam-cache-lookups)
9179         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9180         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9181         (spam-group-ham-marks, spam-group-spam-marks)
9182         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9183         (spam-list-of-processors, spam-list-of-statistical-checks): doc
9184         fix, also add spam-use-blackholes to the statistical checks
9185         (spam-fetch-field-fast): new interface to fetching fields, may
9186         become a macro
9187         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9188         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
9189         (spam-insert-fake-headers): fake an article when needed
9190         (spam-find-spam): fake article when possible
9191         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9192         (spam-check-bogofilter-headers): use message-fetch-field instead
9193         of nnmail-fetch-field
9194
9195 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9198
9199 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9200
9201         * spam.el (spam-split): do not require spam-use-CHECK to be
9202         enabled if that check is passed to spam-split explicitly; also
9203         fix so 'spam doesn't get converted to spam-split-group when
9204         spam-split-symbolic-return is t
9205         (spam-find-spam): find registrations of the article and use those
9206         instead of re-running spam-split to find the spam/ham
9207         classification of the article
9208         (spam-log-processing-to-registry, spam-log-registered-p)
9209         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9210         use gnus-error instead of gnus-message
9211         (spam-log-registration-type): new function to determine the
9212         classification of a message based on registry entries; will
9213         return nil if both 'spam and 'ham are found
9214         (spam-check-BBDB): expand all the BBDB macros here so we can have
9215         a reasonably fast local cache without the loading errors
9216         (spam-cache-lookups): set to t by default
9217         (spam-find-spam): don't try to guess spam-cache-lookups
9218         (spam-enter-whitelist, spam-enter-blacklist): also clear the
9219         spam-caches entry
9220         (spam-filelist-build-cache, spam-filelist-check-cache): better
9221         caching of whitelist/blacklist entries
9222         (spam-check-whitelist, spam-check-blacklist): invoke
9223         spam-from-listed-p with a type, not a cache variable
9224         (spam-from-listed-p): wrap around spam-filelist-check-cache
9225
9226 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9227
9228         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9229
9230         * nnmail.el (nnmail-split-fancy): do.
9231
9232         * mml.el (mml-parse): do.
9233
9234         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9235         (gnus-score-adaptive): do.
9236
9237 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9240         (gnus-mime-button-map): Don't set keymap parent.
9241         (gnus-button-ctan-directory-regexp): Use shy grouping.
9242         (gnus-prev-page-map): Don't set keymap parent.
9243         (gnus-prev-page-map): Remove duplicated one.
9244         (gnus-next-page-map): Don't set keymap parent.
9245         (gnus-mime-security-button-map): Ditto.
9246
9247         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9248         version number.
9249
9250         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9251
9252 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * canlock.el (canlock-sha1-function): Remove.
9255         (canlock-sha1-function-for-verify): Remove.
9256         (canlock-openssl-program): Remove.
9257         (canlock-openssl-args): Remove.
9258         (canlock-ignore-errors): Remove.
9259         (canlock-sha1-with-openssl): Remove.
9260         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9261         (canlock-verify): Don't use canlock-ignore-errors.
9262
9263         * sha1-el.el (sha1-string-external): Make it can return a string
9264         in binary form.
9265         (sha1-region-external): Ditto.
9266         (sha1-string-internal): Ditto.
9267         (sha1-region-internal): Ditto.
9268         (sha1-region): Ditto.
9269         (sha1-string): Ditto.
9270         (sha1): Ditto.
9271
9272 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9273
9274         * spam.el (spam-report-articles-gmane): New command.
9275
9276 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9279
9280         * run-at-time.el (run-at-time-saved): Remove.
9281         (run-at-time): Doc fix.
9282
9283 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9284
9285         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9286         (gnus-summary-limit-map): Add it.
9287         (gnus-summary-make-menu-bar): do.
9288
9289 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9290
9291         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9292         first attempt at some caching support (done for BBDB only now)
9293         (spam-find-spam): set spam-cache-lookups if there are more than 2
9294         addresses to be checked
9295         (spam-clear-cache-BBDB): new function, to be invoked by
9296         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9297         (spam-check-BBDB): check and use the caches, if
9298         spam-cache-lookups is on
9299         remove superfluous (provide)
9300
9301 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9304
9305 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9306
9307         * run-at-time.el (run-at-time-saved): Move to after the definition
9308         of `run-at-time'.
9309
9310         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9311
9312 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9315         mm-w3m-local-map-property.
9316
9317         * mm-view.el (mm-w3m-mode-map): Remove.
9318         (mm-w3m-local-map-property): Remove.
9319         (mm-inline-text-html-render-with-w3m): Don't use
9320         mm-w3m-local-map-property.
9321
9322 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * run-at-time.el: New file.
9325
9326         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9327         under Emacs.
9328
9329         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9330         of gnus-set-text-properties.
9331
9332         * gnus-uu.el (gnus-uu-save-article): Ditto.
9333
9334         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9335
9336         * gnus-cite.el (gnus-cite-parse): Ditto.
9337
9338         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9339         of gnus-.
9340
9341         * gnus-xmas.el (run-at-time): Require run-at-time.
9342
9343         * gnus.el: Changed calls to nnheader-run-at-time and
9344         password-run-at-time throughout to use run-at-time directly.
9345
9346         * password.el: Removed definition of run-at-time.
9347
9348         * nnheaderxm.el: Remove definition of run-at-time.
9349
9350 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9351
9352         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9353         in prompt.
9354
9355 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9356
9357         * messagexmas.el (message-xmas-redefine): Alias
9358         `message-make-caesar-translation-table' to
9359         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9360         version.
9361
9362         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9363         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9364         `gnus-xmas-set-text-properties'.
9365         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9366         `gnus-xmas-completing-read'.
9367         (gnus-xmas-completing-read): Removed.
9368         (gnus-xmas-open-network-stream): Removed.
9369
9370         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9371         XEmacs version.
9372
9373         * dns.el (dns-make-network-process): Use `open-network-stream'
9374         instead of `gnus-xmas-open-network-stream'.
9375
9376         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9377
9378         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9379
9380 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9381
9382         * gnus-art.el (gnus-mime-display-alternative)
9383         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9384         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9385         Don't use gnus-local-map-property.
9386
9387         * gnus-util.el (gnus-local-map-property): Remove.
9388
9389         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9390         gnus-completing-read-maybe-default with completing-read.
9391
9392         * gnus-util.el (gnus-completing-read): do.
9393         (gnus-completing-read-maybe-default): Remove.
9394
9395 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9396
9397         * password.el: Only autoload `run-at-time' if not XEmacs.
9398         Only autoload the itimer functions if XEmacs.
9399
9400 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9403         XEmacsen.
9404
9405         * dgnushack.el: Autoload executable-find for XEmacs.
9406
9407 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9408
9409         * gnus-art.el (gnus-read-string): Remove.
9410         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9411         read-string.
9412
9413 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9414
9415         * netrc.el: autoload password-read
9416         (netrc): new configuration group
9417         (netrc-encoding-method, netrc-openssl-path): configuration
9418         variables for encoding and decoding of files with symmetric
9419         ciphers
9420         (netrc-encode): assistant function to encode a file with
9421         netrc-encoding-method
9422         (netrc-parse): added interactive parameter, added optional
9423         decoding if netrc-encoding-method is non-nil but otherwise
9424         behavior is standard
9425         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9426         s/encode/encrypt/ everywhere
9427
9428         * spam.el: remove executable-find autoload
9429
9430 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9431
9432         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9433
9434         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9435
9436 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * gnus-art.el (gnus-treat-ansi-sequences,
9439         article-treat-ansi-sequences): New variable and function.
9440         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9441
9442         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9443         Use it.
9444
9445 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9446
9447         * mm-util.el (mm-quote-arg): Remove.
9448
9449         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9450         shell-quote-argument.
9451
9452         * gnus-uu.el (gnus-uu-command): do.
9453
9454         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9455
9456         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9457         with make-char.
9458
9459         * mm-util.el (mm-make-char): Remove.
9460
9461         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9462         add-minor-mode.
9463
9464         * gnus-undo.el (gnus-undo-mode): do.
9465
9466         * gnus-topic.el (gnus-topic-mode): do.
9467
9468         * gnus-sum.el (gnus-dead-summary-mode): do.
9469
9470         * gnus-start.el (gnus-slave-mode): do.
9471
9472         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9473
9474         * gnus-ml.el (gnus-mailing-list-mode): do.
9475
9476         * gnus-gl.el (gnus-grouplens-mode): do.
9477
9478         * gnus-draft.el (gnus-draft-mode): do.
9479
9480         * gnus-dired.el (gnus-dired-mode): do.
9481
9482         * gnus-ems.el (gnus-add-minor-mode): Remove.
9483
9484         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9485         Replace gnus-char-width with char-width.
9486
9487         * gnus-ems.el (gnus-char-width): Remove.
9488
9489         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9490         Replace gnus-char-width with char-width.
9491
9492         * gnus-ems.el (gnus-char-width): Remove.
9493
9494         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9495         definition.
9496         Remove Emacs 20 hash table compatibility code.
9497
9498         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9499         20 compatibility code.
9500
9501         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9502
9503         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9504
9505         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9506         with point-at-{eol,bol}.
9507
9508         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9509
9510         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9511
9512         * flow-fill.el (fill-flowed-point-at-bol,
9513         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9514
9515         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9516         Replace with point-at-{eol,bol} throughout all files.
9517
9518 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * ntlm.el (ntlm-string-as-unibyte): New macro.
9521         (ntlm-build-auth-response): Use it.
9522
9523         Remove Emacs 20 stuff:
9524         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9525         (butlast, mapc, remove): Remove the compiler macros.
9526         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9527         of delq and copy-sequence.
9528         * gnus-art.el (popup-menu): Remove the compiler macro.
9529         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9530         Emacs 20.
9531
9532 2004-01-05  Simon Josefsson  <jas@extundo.com>
9533
9534         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9535         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9536         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9537         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9538         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9539         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9540         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9541         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9542         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9543         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9544         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9545         string-xor into ntlm-string-xor.  Suggested by
9546         Jesper Harder <harder@myrealbox.com>.
9547
9548         * ntlm.el: Don't include poem.
9549
9550         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9551         Jesper Harder <harder@myrealbox.com>.
9552
9553         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9554
9555         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9556         probably breaks emacs with DL patch, but do we care? Is anyone
9557         still using the DL stuff?)
9558
9559         * sieve-manage.el: Use the password package.
9560         (sieve-manage-read-passwd): Remove.
9561         (sieve-manage-interactive-login): Use password.  Re-add
9562         condition-case around loop.
9563
9564         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9565         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9566         the password package.
9567
9568 2003-02-19  Simon Josefsson  <jas@extundo.com>
9569
9570         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9571         token.
9572
9573 2002-08-07  Simon Josefsson  <jas@extundo.com>
9574
9575         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9576         (sieve-manage-authenticators):
9577         (sieve-manage-authenticator-alist): Add some SASL mechs.
9578         (sieve-sasl-auth): New function.
9579         (sieve-manage-cram-md5-auth):
9580         (sieve-manage-plain-auth): Rewrite using SASL library.
9581         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9582         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9583         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9584         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9585
9586 2004-01-05  Simon Josefsson  <jas@extundo.com>
9587
9588         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9589         New files.
9590
9591 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * gnus-group.el (gnus-no-groups-message): Update.
9594
9595         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9596
9597 2003-11-09  Simon Josefsson  <jas@extundo.com>
9598
9599         * imap.el: Support for ID IMAP extension (RFC 2971).
9600         (imap-local-variables): Add imap-id.
9601         (imap-id): New variable.
9602         (imap-id): New function.
9603         (imap-parse-response): Parse untagged ID response.
9604         * nnimap.el (nnimap-id): New variable.
9605         (nnimap-open-connection): Use it.
9606
9607 2003-12-28  Simon Josefsson  <jas@extundo.com>
9608
9609         * gnus-score.el (gnus-score-edit-all-score): New.
9610         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9611
9612 2004-01-04  Simon Josefsson  <jas@extundo.com>
9613
9614         * password.el: Add.
9615
9616 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9617
9618         * dns.el: Add support for AAAA records (see RFC 3596)
9619
9620         * Fix typo PRT -> PTR
9621
9622         * Parse MX, PTR and SOA replies (see RFC 1035)
9623
9624 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9625
9626         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9627
9628         * Moved to Changelog.2.
9629
9630 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631
9632         * gnus.el (gnus-version-number): Bump version.
9633
9634 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9635
9636         * gnus.el: No Gnus v0.1 is released.
9637
9638 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9639
9640         * gnus.el: No Gnus v0.0 is released.
9641
9642 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9643
9644         * gnus.el (gnus-version-number): Bump.
9645         (gnus-version): No.
9646
9647 See ChangeLog.2 for earlier changes.
9648
9649     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9650   Copying and distribution of this file, with or without modification,
9651   are permitted provided the copyright notice and this notice are preserved.
9652
9653 ;; Local Variables:
9654 ;; coding: iso-2022-7bit
9655 ;; fill-column: 79
9656 ;; End:
9657
9658 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4