Add missing ChangeLog entry:
[gnus] / lisp / ChangeLog
1 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4
5 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6
7         * message.el (message-citation-line-format)
8         (message-insert-formated-citation-line): Fix implementation of %E, %N
9         and %n according to the doc string.
10
11 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use
14         car-safe to avoid bad parses
15
16 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19         names.
20
21         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
22
23 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
26         header.
27
28         * message.el (message-draft-headers): Add Date.
29         (message-headers-to-generate): Fix typo in docstring.
30
31         * nndraft.el (nndraft-required-headers): New variable.
32         (nndraft-generate-headers): Use it.
33
34         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
35
36 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
37
38         * gnus-registry.el (gnus-registry-wash-for-keywords)
39         (gnus-registry-find-keywords): new functions to allow easy searching of
40         articles that are in the registry
41
42 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
43
44         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use
45         ietf-drums-parse-address instead of gnus-extract-address-components.
46         Reported by Damien Elmes <damien@repose.cx>.
47
48 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
49
50         * gnus.el (gnus-mime): Remove unused custom group.
51
52 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
53
54         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
55         "blank line" when searching for end of armor headers.
56
57 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gmm-utils.el (gmm-write-region): Fix variable name.
60
61 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
62
63         * gmm-utils.el (gmm-write-region): New function based on compatibility
64         code from `mm-make-temp-file'.
65
66         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
67
68         * nnmaildir.el (nnmaildir--update-nov)
69         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
70         Use `gmm-write-region'.
71
72 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
73
74         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
75         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
76
77         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
78
79         * message.el (message-replacement-char): New variable.
80         (message-fix-before-sending): Use it.
81         (message-simplify-subject): New function to remove duplicate code.
82         (message-reply, message-followup): Use it.
83
84         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
85         gnus-summary-limit-to-articles.
86
87 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * gnus-util.el (gnus-with-local-quit): New macro.
90
91         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
92
93 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
94
95         * gnus-util.el (gnus-string-remove-all-properties): another fix
96
97 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
98
99         * gnus-util.el (gnus-string-remove-all-properties): fix to ignore
100         non-string data (needs to be done in the registry too)
101
102 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
105         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
106         (gnus-registry-split-fancy-with-parent)
107         (gnus-registry-fetch-simplified-message-subject-fast)
108         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
109         remove text properties on ingress into the registry and when it's saved
110         (gnus-registry-clean-empty-function): fixed bug with cleaning the
111         registry from entries with no groups
112
113 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
114
115         * gnus-util.el (gnus-string-remove-all-properties): utility function to
116         remove string properties
117
118 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
119
120         * gmm-utils.el (gmm): Adjust custom version.
121
122         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
123         custom version.
124
125         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
126
127 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
128
129         * gnus-art.el (gnus-insert-prev-page-button)
130         (gnus-insert-next-page-button): Simplify.  Reformat.
131
132 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
133
134         * gnus-art.el (gnus-insert-prev-page-button)
135         (gnus-insert-next-page-button): Apply gnus-article-button-face.
136
137 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
138
139         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
140
141 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
142
143         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
144         gnus-article-button-face to MIME and security buttons.
145
146 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
147
148         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
149         readable.
150
151 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
154
155 2006-09-20  Steve Youngs  <steve@sxemacs.org>
156
157         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
158         `browse-url-of-file' instead of `browse-url'.
159
160 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
161
162         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
163         regexp.  Articles containing quotation were cut prematurely.
164
165 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * message.el (message-cite-original-1): Use nobody by default for the
168         value of From header.
169         (message-reply): Ditto.
170
171 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
172
173         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
174         to the gnus-info.  This fixes a bug of inline-PGP message verification.
175         Reported by Michael Piotrowski <mxp@dynalabs.de>.
176
177 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
178
179         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
180         mails in the doc string.  Add some URLs in comment.
181         (pop3-movemail): Warn about pop3-leave-mail-on-server.
182
183 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
186         backslashes handling and the way to find boundaries of quoted strings.
187
188 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
189
190         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
191         mml1991-encrypt-to-self is set and mml1991-signers is not set.
192         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
193         mml2015-encrypt-to-self is set and mml2015-signers is not set.
194
195 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
196
197         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
198         doc string.
199         (gnus-button-regexp, gnus-button-last): Remove unused variables.
200
201 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * lpath.el: Fbind epg-check-configuration.
204
205 2006-09-06  Simon Josefsson  <jas@extundo.com>
206
207         * mml2015.el (mml2015-use): Doc fix, mention epg.
208
209 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
210
211         * mml2015.el (mml2015-use): Default to epg, if available.
212
213 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
214
215         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
216         message-sender.
217         (mml1991-epg-encrypt): Ditto.
218         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
219         message-sender.
220         (mml2015-epg-encrypt): Ditto.
221
222 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
223
224         * message.el (message-send-mail-with-sendmail): Look for sendmail in
225         several common directories.
226
227 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
228
229         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
230         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
231
232 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * gnus-art.el (article-decode-encoded-words): Make it fast.
235
236 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
239
240         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
241         in quoted string into `\'.
242
243 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
246         Use standard-syntax-table.
247
248 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus-art.el (gnus-decode-address-function): New variable.
251         (article-decode-encoded-words): Use it to decode headers which are
252         assumed to contain addresses.
253         (gnus-mime-delete-part): Remove useless `or'.
254
255         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
256         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
257         (gnus-nov-parse-line): Use it to decode From header.
258         (gnus-get-newsgroup-headers): Ditto.
259         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
260
261         * mail-parse.el (mail-decode-encoded-address-region): New alias.
262         (mail-decode-encoded-address-string): New alias.
263
264         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
265         New function.
266         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
267         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
268         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
269         (rfc2047-decode-string): Ditto.
270         (rfc2047-decode-address-region): New function.
271         (rfc2047-decode-address-string): New function.
272
273 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
274
275         * message.el (message-caesar-buffer-body): Allow rotating headers.
276
277         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
278
279         * message.el (message-insert-formated-citation-line): Fix %f.
280         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
281
282 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
285         (gnus-bookmark-mouse-available-p): New macro.
286         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
287         (gnus-bookmark-bmenu-show-infos): Use it.
288         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
289         (gnus-bookmark-bmenu-hide-infos): Ditto.
290         (gnus-bookmark-remove-properties): New function.
291         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
292         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
293         (gnus-bookmark-write-file): Bind coding-system-for-write.
294         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
295         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
296         group before selecting it.
297         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
298         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
299         quit-window if it is not available; use gnus-mouse-2 and bind it to
300         gnus-bookmark-bmenu-select-by-mouse.
301         (gnus-bookmark-show-details): Remove unused variable `details-list'.
302         (gnus-bookmark-bmenu-select-by-mouse): New function.
303
304 2006-08-13  Romain Francoise  <romain@orebokech.com>
305
306         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
307         space.
308
309 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * compface.el (uncompface): Use binary rather than raw-text-unix.
312
313 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * compface.el (uncompface): Make sure the eol conversion doesn't take
316         place when communicating with the external programs.  Reported by
317         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
318
319 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * nnheader.el (nnheader-insert-head): Fix typo in comment.
322
323 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
324
325         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
326         Make it more robust by parsing author and date independently.
327
328 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
331
332 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
333
334         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
335         first matching secret key.
336         (mml2015-epg-encrypt): Ditto.
337
338         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
339         first matching secret key.
340         (mml1991-epg-encrypt): Ditto.
341
342         * mml2015.el (mml2015-encrypt-to-self): New user option.
343         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
344         mml2015-epg-encrypt-to-self is set.
345
346         * mml1991.el (mml1991-encrypt-to-self): New variable.
347         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
348         mml1991-epg-encrypt-to-self is set.
349
350         * mml2015.el (mml2015-signers): New user option.
351         (mml2015-epg-sign): Reflect the value of mml2015-signers.
352         (mml2015-epg-encrypt): Allow to select signing keys.
353
354         * mml1991.el (mml1991-signers): New variable.
355         (mml1991-epg-sign): Reflect the value of mml1991-signers.
356         (mml1991-epg-encrypt): Allow to select signing keys.
357
358 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * nnheader.el (nnheader-insert-head): Make it work even if the file
361         uses CRLF for the line-break code.
362
363 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
364
365         * mml2015.el: Require mml-sec instead of password.
366         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
367         (mml2015-cache-passphrase): Inherit the default value from
368         mml-secure-cache-passphrase.
369         (mml2015-passphrase-cache-expiry): Inherit the default value from
370         mml-secure-passphrase-cache-expiry.
371
372         * mml1991.el: Require mml-sec instead of password.
373         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
374         (mml1991-cache-passphrase): Inherit the default value from
375         mml-secure-cache-passphrase.
376         (mml1991-passphrase-cache-expiry): Inherit the default value from
377         mml-secure-passphrase-cache-expiry.
378
379         * mml-sec.el: Require password.
380         (mml-secure-verbose): New user option.
381         (mml-secure-cache-passphrase): New user option.
382         (mml-secure-passphrase-cache-expiry): New user option.
383
384 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
385
386         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
387         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
388         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
389
390         FIXME: Use `tiny change'?
391
392 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
393
394         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
395         workaround for the url package included with Emacs.
396
397         * nnweb.el (nnweb-google-create-mapping): Update regexp.
398
399 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
402         correctly.  This fixes a bug caused by the 2006-05-12 change.
403
404 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
405
406         * nnmail.el (nnmail-article-group): If splitting raises an error, give
407         some information about the error when saying that the `bogus' mail
408         group will be used.
409
410 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
411
412         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
413         string.
414
415 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
416
417         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
418
419 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
420
421         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
422
423 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
424
425         * mml1991.el (mml1991-function-alist): Add epg.
426         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
427         (mml1991-epg-encrypt): New functions.
428
429 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
430
431         * mml2015.el (mml2015-verbose): New variable.
432         (mml2015-cache-passphrase): Ditto.
433         (mml2015-passphrase-cache-expiry): Ditto.
434         (mml2015-function-alist): Add epg.
435         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
436         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
437         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
438         functions.
439
440 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
441
442         * message.el (message-cite-original-1): Preserve region when removing
443         quoted text due to X-No-Archive in order to avoid bogus attribution
444         when citing multiple messages.
445
446 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
447
448         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
449         Kenneth Jacker <khj@be.cs.appstate.edu>.
450
451 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
452
453         * gnus-diary.el (gnus-user-format-function-d)
454         (gnus-user-format-function-D): Autoload.
455
456         * imap.el (Commentary): Fix typo.
457
458         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
459         2006-04-22 contribution.
460
461 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
462
463         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
464         It didn't really fix the bogosity I'm seeing with solid web groups.
465
466 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
467
468         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
469         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
470         created using server names.  If we use the feature without declaring
471         it, Gnus does not properly manage server and group state.
472
473         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
474         bound.
475
476 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
477
478         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
479         looking up the method using GROUP's prefix before inventing a new one.
480         It is used on killed/unknown groups in various places where returning
481         an all-new method isn't expected by the caller.
482
483         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
484         and match semantics of gnus-group-real-prefix.
485
486 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
487
488         * nnmail.el (nnmail-broken-references-mailers): New variable.
489         (nnmail-ignore-broken-references): New function generalizing
490         nnmail-fix-eudora-headers.
491         (nnmail-fix-eudora-headers): Now obsolete.
492
493         * gnus-art.el (gnus-button-handle-custom): Support
494         `customize-apropos*'.
495
496 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
499
500         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
501         articles.
502
503 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
504
505         * message.el (message-cite-reply-above): New variable.
506         (message-yank-original): Use it.
507
508 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
511
512 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
513
514         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
515         as read.
516
517         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
518
519 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
520
521         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
522         (gnus-bookmark-default-file): Use gnus-directory.
523         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
524         Remove "*" in doc string.
525         (gnus-bookmark-write-file): Simplify.
526         (gnus-bookmark-maybe-sort-alist): Use `when'.
527         (gnus-bookmark-get-bookmark): Fix typo in doc string.
528         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
529         FIXME about Emacs 21 and XEmacs compatibility.
530         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
531         compatibility.
532         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
533         compatibility.
534         (gnus-bookmark-menu-heading): Fix version.
535
536 2006-06-19  Bastien Guerry  <bzg@altern.org>
537
538         * gnus-bookmark.el: New file.
539
540 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * message.el (message-syntax-checks): Doc fix.
543
544 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
545
546         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
547         unsubscribed groups as if they were killed ones.  It causes duplicate
548         entries in gnus-newsrc-alist.
549
550 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * message.el (message-syntax-checks): Doc fix.
553         (message-send-mail): Add check for continuation headers.
554         (message-check-news-header-syntax): Fix regexp used to check for
555         continuation headers.
556
557 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
560
561 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
562
563         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
564
565 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
568         default-truncate-lines.
569
570 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
573         to fill the utf-8 entry.
574
575         * lpath.el: Fbind unicode-precedence-list.
576
577 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
578
579         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
580
581 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
582
583         * gnus-agent.el (directory-files-and-attributes): Move all the way
584         forward (the third and final move).
585         (gnus-agent-read-agentview): Trap reconstruction errors due to
586         nonexistant directory.  Handle by returning nil.
587
588 2006-05-30  Didier Verna  <didier@xemacs.org>
589
590         * message.el (message-dont-reply-to-names): Update the custom type.
591         * message.el (message-dont-reply-to-names): New defsubst: potentially
592         convert a list of regexps into a single one.
593         * message.el (message-get-reply-headers): Use it.
594         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
595
596 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * gnus-agent.el (directory-files-and-attributes): Move forward.
599
600 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
601
602         * gnus-ml.el (gnus-mailing-list-subscribe)
603         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
604         (gnus-mailing-list-message): Fix doc strings.
605
606 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
607
608         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
609         of doing it manually.
610
611 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
612
613         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
614         comment.
615
616 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
617
618         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
619         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
620         (gnus-agent-read-local): All symbols allocated in my-obarray
621         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
622         (gnus-agent-regenerate-group): Check numeric names to see if they are
623         messages or groups.
624         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
625         better way of do this...)
626
627         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
628         'dummy.group' (there should be a better way of do this...)
629
630 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
633         (gnus-saved-headers): Ditto.
634         (gnus-default-article-saver): Mention functions may have properties.
635         (gnus-article-save): Override gnus-save-all-headers and
636         gnus-saved-headers by :headers property which saver function may have.
637         (gnus-summary-save-in-file): Add :headers property.
638         (gnus-summary-write-to-file): Ditto.
639
640         * gnus-sum.el (gnus-summary-save-article): Bind
641         gnus-prompt-before-saving to t when saving many articles in a file;
642         always show all headers.
643
644         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
645
646 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
647
648         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
649         marks.
650
651         * message.el (message-indent-citation): Add optional arguments to allow
652         using it outside of message buffers.
653
654         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
655         (gnus-article-treat-unfold-headers): Use it.
656         (gnus-article-truncate-lines): New variable.
657         (gnus-article-mode): Use it.
658         (gnus-article-toggle-truncate-lines): New function.
659
660         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
661         gnus-article-toggle-truncate-lines.
662
663         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
664         coding system in XEmacs, use binary.
665
666 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
669         after-load-alist.
670
671         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
672         this function should save decoded articles.
673         (gnus-summary-write-to-file): Use property to specify this function
674         should save decoded articles and specify gnus-summary-save-in-file
675         should be used to save articles other than the first one when saving
676         many articles.
677         (gnus-summary-save-body-in-file): Use property to specify this
678         function should save decoded articles.
679         (gnus-summary-write-body-to-file): Use property to specify this
680         function should save decoded articles and specify
681         gnus-summary-save-body-in-file should be used to save articles other
682         than the first one when saving many articles.
683
684         * gnus-sum.el (gnus-summary-save-article): Simplify.
685
686 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gnus-art.el (gnus-default-article-saver): Add
689         gnus-summary-write-body-to-file.
690         (gnus-article-save-coding-system): Don't use coding system object
691         in XEmacs.
692         (gnus-read-save-file-name): Add optional `dir-var' argument which
693         specifies directory in which files are saved; work even if optional
694         `variable' argument is not specified.
695         (gnus-summary-write-to-file): Read file name.
696         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
697         (gnus-summary-write-body-to-file): New function.
698
699         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
700         (gnus-summary-local-variables): Add it.
701         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
702         (gnus-summary-save-article): Remove optional `decode' argument;
703         determine whether to decode articles by the value of
704         gnus-default-article-saver; when saving many files using
705         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
706         it first and use gnus-summary-save-in-file or
707         gnus-summary-save-body-in-file thereafter unless
708         gnus-prompt-before-saving is always; move point to article which
709         will be saved.
710         (gnus-summary-save-article-file): Revert.
711         (gnus-summary-write-article-file): Revert.
712         (gnus-summary-save-article-body-file): Revert.
713         (gnus-summary-write-article-body-file): New function.
714
715 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * gnus-art.el (gnus-default-article-saver): Doc fix.
718         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
719         from gnus-summary-save-article-coding-system, and default to a
720         certain coding system.
721         (gnus-output-to-file): Add coding cookie and encode text according
722         to gnus-article-save-coding-system; don't use mm-append-to-file.
723
724         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
725         gnus-art.el and rename to gnus-article-save-coding-system.
726         (gnus-summary-save-article): Require gnus-art; don't show all
727         headers if it decodes articles; don't add coding cookie here;
728         don't bind mm-text-coding-system-for-write.
729         (gnus-summary-save-article-file): Save decoded articles.
730         (gnus-summary-write-article-file): When saving many files, use
731         gnus-summary-write-to-file first and gnus-summary-save-in-file
732         thereafter unless gnus-prompt-before-saving is always.
733         (gnus-summary-save-article-body-file): Save decoded articles.
734
735         * lpath.el: Fbind select-safe-coding-system for XEmacs.
736
737 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
738
739         * nnrss.el (nnrss-check-group): Bind hash-index.
740
741 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
742
743         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
744         its hash index.  Store this hash in `nnrss-group-data'.
745         (nnrss-read-group-data): Update accordingly.
746
747 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
748
749         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
750         entry.
751
752         * gnus-sum.el (gnus-summary-make-menu-bar): Add
753         gnus-article-browse-html-article.
754
755 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
756
757         * gnus-sum.el (gnus-summary-mime-map): Add
758         gnus-article-browse-html-article.
759
760         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
761
762 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
763
764         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
765         suitable coding systems in customize.
766
767 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
768
769         * mail-source.el (mail-sources): Fix custom type.
770
771 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
772
773         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
774         (gnus-summary-expire-articles-now): Shorten prompt.
775
776         * gmm-utils.el (wid-edit): Require.
777         (defun-gmm): Renamed from `gmm-defun-compat'.
778         (gmm-image-search-load-path): Use it.
779         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
780
781 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * gnus-sum.el (gnus-summary-save-article-coding-system): New
784         variable.
785         (gnus-summary-save-article): Add optional `decode' argument.  If
786         it is set and gnus-summary-save-article-coding-system is non-nil,
787         save decoded article.
788         (gnus-summary-write-article-file): Save decoded article if
789         gnus-summary-save-article-coding-system is non-nil.
790
791         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
792         type.
793
794 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
797
798 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
801         first to test gnus-single-article-buffer which may be buffer-local.
802
803         * gnus-sum.el (gnus-summary-setup-buffer): Make
804         gnus-single-article-buffer buffer-local and nil in ephemeral
805         group; make gnus-article-buffer, gnus-article-current, and
806         gnus-original-article-buffer always buffer-local.
807         (gnus-summary-exit): Kill article buffer belonging to ephemeral
808         group.
809         (gnus-handle-ephemeral-exit): Don't move to next summary line.
810
811 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
812
813         * nnml.el (nnml-request-compact-group): Compressed files might not
814         have .gz extension.
815
816 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
817
818         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
819         (mm-copy-to-buffer): Use with-current-buffer.
820         (mm-display-part): Simplify.
821         (mm-inlinable-p): Add optional arg `type'.
822
823 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
824
825         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
826         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
827         Try harder to show the attachment internally or externally using
828         gnus-mime-view-part-as-type.
829
830 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
831
832         * message.el (message-from-style, message-signature-separator)
833         (message-user-organization-file, message-send-mail-function)
834         (message-citation-line-function, message-yank-prefix)
835         (message-indent-citation-function, message-signature)
836         (message-signature-file, message-signature-insert-empty-line):
837         Remove autoloads.
838
839         * gnus-art.el (gnus-buttonized-mime-types): Remove
840         "multipart/signed".  Revert 2006-04-26 change.
841
842 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus.el (gnus-version-number): Bump version.
845
846 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
847
848         * gnus.el: No Gnus v0.5 is released.
849
850 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
851
852         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
853         fetching articles by message-id.
854
855 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * message.el (hashcash): Require hashcash as normal.
858
859         * ecomplete.el (ecomplete-highlight-match-line): Use
860         point-at-eol.
861         (ecomplete-highlight-match-line): Use `highlight', because that
862         face exists in both Emacs and XEmacs.
863
864         * message.el (message-display-abbrev): Use point-at-bol.
865
866         * mail-source.el: Don't require timer/timer-funcs.
867
868         * gnus-async.el: Ditto.
869
870         * password.el: Ditto.
871
872         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
873
874         * mm-url.el: Ditto.
875
876         * gnus-xmas.el: Don't require timer-funcs.
877
878         * mm-util.el: Require timer/timer-funcs.
879
880 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
881
882         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
883         Close.
884
885 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
888         unibyte after clear-decrypt function runs.
889
890         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
891         returns as a unibyte string.
892
893 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * lpath.el: Revert.
896
897         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
898         (pgg-gpg-process-sentinel): Revert.
899
900         * pgg-pgp.el (pgg-pgp-process-region): Revert.
901         (pgg-pgp-lookup-key): Revert.
902
903         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
904         (pgg-pgp5-lookup-key): Revert.
905
906         * pgg.el (pgg-fetch-key): Revert.
907
908 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * lpath.el: Fbind string-as-multibyte for XEmacs.
911
912         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
913         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
914         (mml1991-pgg-encrypt): Ditto.
915
916         * pgg-gpg.el (pgg-string-to-multibyte): New function.
917         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
918         a multibyte buffer.
919
920         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
921         (pgg-pgp-lookup-key): Ditto.
922
923         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
924         (pgg-pgp5-lookup-key): Ditto.
925
926         * pgg.el (pgg-fetch-key): Ditto.
927
928 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
929
930         * message.el (message-user-organization-file): Check several
931         locations of the organization file.
932
933         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
934         Add gnus-article-view-part-as-type.
935
936         * gnus-art.el (gnus-article-view-part-as-type): New function.
937
938         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
939         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
940
941         * mml.el: Simplify autoload.
942         (mml-mode): defvar dnd-protocol-alist instead of using
943         symbol-value.
944         (mml-default-directory): New variable.
945         (mml-minibuffer-read-file): Use it.
946         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
947
948         * message.el (message-citation-line-format): New variable.
949         (message-insert-formated-citation-line): New function.
950         (message-citation-line-function): Add
951         `message-insert-formated-citation-line' to custom type.
952
953         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
954         to doc string.
955
956         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
957         depending on mm-verify-option.
958
959 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
962         binding pgg-* variables; reimplement the section which prevents
963         MIME header from being signed.
964         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
965         pgg-text-mode; remove a blank line at the top of body.
966
967         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
968         lines at the top of body; use gnus-newsgroup-charset if there's no
969         Charset header.
970
971 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * message.el (message-self-insert-commands): Doc fix.
974
975         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
976         (mm-uu-pgp-encrypted-test): Ditto.
977         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
978         between header and body; return application/pgp-encrypted handle
979         if decryption failed; decode decrypted body by charset.
980
981         * mm-decode.el (mm-automatic-display): Don't make application/pgp
982         element match to application/pgp-*.
983
984 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
985
986         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
987         HTML.
988
989 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * mail-source.el (mail-source-call-script): Message the error
992         string.
993
994 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * gnus-util.el (gnus-byte-compile): Use it.
997
998 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
999
1000         * gnus-util.el (kill-empty-logs): New function.
1001
1002 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * message.el (message-mail-alias-type): Doc fix.
1005         (message-mail-alias-type-p): New function.
1006         (message-send): Use it.
1007         (message-mode): Ditto.
1008         (message-strip-forbidden-properties): Ditto.
1009
1010         * ecomplete.el (ecomplete-database-file-coding-system): New
1011         variable.
1012         (ecomplete-save): Use it.
1013         (ecomplete-setup): Use it.
1014
1015 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * message.el (message-self-insert-commands): New variable.
1018         (message-strip-forbidden-properties): Use it.
1019
1020 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1021
1022         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1023         that doesn't make XEmacs choke.
1024
1025 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1026
1027         * gnus-util.el (gnus-replace-in-string):
1028         Prefer replace-regexp-in-string over of replace-in-string.
1029
1030 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-util.el (gnus-select-frame-set-input-focus):
1033         Use select-frame-set-input-focus if it is available in XEmacs; use
1034         definition defined in Emacs 22 for old Emacsen.
1035
1036         * dgnushack.el: Autoload unmorse-region for XEmacs.
1037
1038         * lpath.el: Bind cursor-in-non-selected-windows and
1039         select-frame-set-input-focus for XEmacs.
1040
1041 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1044
1045 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1046
1047         * gnus-registry.el (gnus-registry-cache-save): remove text
1048         properties when saving via the temp buffer
1049
1050 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1051
1052         * message.el (message-generate-hashcash): Honor custom type.
1053
1054 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * message.el (message-generate-hashcash): Default to non-nil when
1057         hashcash is found.
1058
1059         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1060         (gnus-refer-thread-limit): Increase default to 500.
1061
1062         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1063
1064         * flow-fill.el (fill-flowed): Allow delete-space.
1065
1066 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1067
1068         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1069         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1070         Remove autoloads.
1071
1072 2006-04-18  Simon Josefsson  <jas@extundo.com>
1073
1074         * message.el (message-generate-hashcash): Default to.
1075
1076 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1079         concatenating segments rather than before concatenating them.
1080
1081 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1082
1083         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1084
1085 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1088
1089         * message.el (message-forward-make-body-plain): Allow
1090         message-forward-ignored-headers to be a list.
1091         (message-remove-ignored-headers): Factor out into function.
1092         (message-forward-make-body-mml): Use it.
1093
1094         * imap.el (imap-quote-specials): New function.
1095         (imap-login-auth): Quote specials.
1096
1097         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1098         (rfc2231-parse-string): Allow concatanation of parameters that
1099         aren't contiguous.  The test case is
1100           (mail-header-parse-content-type "message/external-body;
1101             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1102             access-type=LOCAL-FILE;
1103             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1104
1105 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1106
1107         * nntp.el (nntp-accept-process-output): Return the value of
1108         `nnheader-accept-process-output'.
1109
1110 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1113         (gnus-button-alist): Recognize more diff formats.
1114         (gnus-button-patch): Strip directory.
1115
1116 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1117
1118         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1119         Emacs 22 when setting focus.
1120
1121 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * gnus-art.el (gnus-article-treat-types): Do treatment of
1124         text/x-verbatim parts.
1125         (gnus-button-patch): New command.
1126
1127         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1128         addresses that contain invalid characters.
1129
1130 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * message.el (message-put-addresses-in-ecomplete): Use
1133         gnus-replace-in-string.
1134         (message-is-yours-p): Use the more correct
1135         mail-header-parse-address instead of
1136         mail-extract-address-components.
1137         (message-put-addresses-in-ecomplete): Fix typo.
1138
1139         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1140         keystroke.
1141
1142         * gnus-art.el (gnus-treatment-function-alist): Change order of
1143         newsgroups/generic header folding to avoid double-folding.
1144
1145         * message.el (message-hidden-headers): Add X-Draft-From.
1146
1147         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1148         command.
1149         (gnus-summary-repeat-search-article-backward): New command.
1150
1151         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1152         groups in the parent topic.
1153
1154 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1155
1156         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1157         (spam-extra-header-to-number): Return the CRM114 number as a
1158         number instead of a string.
1159
1160 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus-art.el (gnus-face-properties-alist): Moved here from
1163         gnus-fun.
1164
1165         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1166
1167 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * message.el (message-strip-forbidden-properties): Only display on
1170         self-insert-command.
1171
1172         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1173         reindent.
1174         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1175
1176 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1177
1178         * smiley.el (smiley-style): Fix typo.
1179
1180 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * hashcash.el (hashcash-insert-payment-async-2): Use
1183         message-goto-eoh instead of doing it manually.
1184         (mail-add-payment): Use message-narrow-to-header instead of trying
1185         to do the same itself.
1186
1187         * message.el (message-hidden-headers): Add Face.
1188
1189         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1190         reparenting code.
1191         (gnus-summary-reparent-children): Refactored out code.
1192         (gnus-summary-thread-map): New keystroke.
1193         (gnus-summary-reparent-children): Make into command.
1194
1195         * smiley.el (smiley-style): Default to `medium' if using a large
1196         font.
1197
1198         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1199         does it itself.
1200
1201         * message.el (message-point-in-header-p): Simplify definition.
1202
1203 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * nnagent.el (nnagent-request-set-mark): Silence log file
1206         writing.
1207         (nnagent-request-set-mark): Use write-region instead of
1208         append-to-file.
1209
1210         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1211         strange select method.
1212
1213         * ecomplete.el (ecomplete-display-matches): Get highlightling
1214         right.
1215         (ecomplete-display-matches): Use literals.
1216         (ecomplete-display-matches): Disable message logging.
1217
1218         * message.el (message-display-abbrev): Small optimization.
1219
1220         * ecomplete.el (ecomplete-display-matches): Allow automatic
1221         display.
1222
1223         * message.el (message-strip-forbidden-properties): Display
1224         abbrevs.
1225         (message-display-abbrev): Get automatic display right.
1226
1227         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1228         keystrokes.
1229
1230 2006-04-13  Romain Francoise  <romain@orebokech.com>
1231
1232         TODO: Backport to v5-10!
1233
1234         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1235         Moved here (and renamed) from gnus-registry.el.
1236
1237         * gnus-registry.el: Require gnus-util.
1238         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1239
1240 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * gnus-group.el (gnus-group-catchup-current): Change
1243         if-then-else-if-then-else into cond.
1244         (gnus-group-catchup): Indent.
1245         (group-name-at-point): New function.
1246         (gnus-fetch-group): Provide default from thing at point.
1247
1248 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249
1250         * message.el (message-display-abbrev): Fix regexp.
1251
1252         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1253         choosing.
1254         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1255         dead variables.
1256
1257         * message.el (message-newline-and-indent): Remove debugging.
1258         (message-display-abbrev): Use new implementation.
1259
1260 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1261
1262         * gnus-art.el (gnus-article-mode): Set
1263         cursor-in-non-selected-windows to nil.
1264
1265         * smiley.el: Revert previous change.
1266         (smiley-data-directory): defvar it before using it in the
1267         defcustom of `smiley-style'.
1268
1269 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * message.el (message-newline-and-indent): New function.
1272
1273         * ecomplete.el: Implement more bits.
1274
1275         * message.el (message-put-addresses-in-ecomplete): Clean up the
1276         string.
1277
1278         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1279
1280         * gnus-sum.el (gnus-summary-save-parts): Bind
1281         gnus-summary-save-parts-counter and use it to make unique file
1282         names.
1283
1284         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1285
1286         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1287         parameter to say whether to actually parse the individual
1288         addresses.
1289
1290         * message.el (message-put-addresses-in-ecomplete): New function.
1291         (ecomplete): Require.
1292         (message-mail-alias-type): Add ecomplete as an option.
1293
1294 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1295
1296         * flow-fill.el (fill-flowed): Remove trailing space from blank
1297         quoted lines.
1298
1299 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * smiley.el (smiley-style): Move definition later to avoid a
1302         compilation warning.
1303
1304 2006-04-12  Kenichi Handa  <handa@m17n.org>
1305
1306         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1307         buffer and then decode the buffer text if necessary.
1308         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1309         first, and after mm-encode-body, change the buffer to unibyte.
1310         Use mm-disable-multibyte instead of set-buffer-multibyte.
1311
1312 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1315         Content-Type header instead of Content-Disposition header.
1316         (gnus-mime-inline-part): Ditto.
1317         (gnus-mime-view-part-as-charset): Ignore charset that the part
1318         specifies.
1319
1320         * mm-decode.el (mm-display-part): Work with external parts and
1321         usual parts similarly.
1322
1323         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1324         instead of gnus-display-mime.
1325
1326         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1327         instead of with-temp-buffer.
1328
1329         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1330         tag to summarized topics part in order to encode non-ASCII text.
1331
1332 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1333
1334         * smiley.el (smiley-style): New variable.
1335         (smiley-directory): New function.
1336         (smiley-data-directory): Derive from `smiley-style' using
1337         `smiley-directory'.
1338         (smiley-regexp-alist): Add new entries.
1339
1340         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1341         (gnus-article-browse-delete-temp): Add :version.
1342
1343 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1344
1345         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1346         the sieve region.
1347
1348 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * gnus.el (gnus-version-number): Bump version.
1351
1352 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1353
1354         * gnus.el: No Gnus v0.4 is released.
1355
1356 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1359         layout.
1360
1361         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1362         unknown charset.
1363
1364         * message.el (message-header-synonyms): Add Original-To to the
1365         default.
1366
1367         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1368         optional parameter.
1369
1370 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1371
1372         * gnus-fun.el (gnus): Require it for gnus-directory.
1373
1374 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1377
1378 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1379
1380         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1381
1382 2006-04-05  Simon Josefsson  <jas@extundo.com>
1383
1384         * password.el (password-reset): New function.
1385
1386 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1387
1388         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1389         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1390
1391 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1392
1393         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1394         Some whitespace was matched into the url, which broke browsing hits
1395         > 100 when mm-url-use-external was nil.
1396
1397 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1398
1399         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1400         gnus-extra-headers for 'Newsgroups.
1401
1402         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1403         bound.
1404
1405 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1406
1407         * pgg-gpg.el: Clean up process buffers every time gpg processes
1408         complete.
1409
1410 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1411
1412         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1413         doc string.
1414
1415 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1416
1417         * pgg-gpg.el (pgg-gpg-process-filter)
1418         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1419
1420         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1421         lines, temporary fix.
1422
1423 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1424
1425         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1426
1427 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1428
1429         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1430         default-enable-multibyte-characters.  This reverts the change from
1431         revision 6.17 which is no longer necessary because the passphrase
1432         is sent separately now.  GnuPG messages are unreadable under
1433         multibyte locales with default-enable-multibyte-characters set to
1434         nil.
1435
1436 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1437
1438         * message.el (message-tool-bar-gnome): Move "spell".
1439
1440 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1441
1442         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1443         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1444         instead.
1445
1446 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1447
1448         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1449         newsgroups handling for NNTP overviews which don't include
1450         Newsgroups.
1451
1452 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1453
1454         * message.el (message-resend): Bind message-generate-hashcash to
1455         to nil.
1456
1457 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1458
1459         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1460         when searching for already-paid recipients.
1461
1462 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1463
1464         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1465         passphrases when it is not needed.
1466         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1467         passphrase stuff from gpg, should only be necessary when you use
1468         gpg with a smartcard.
1469
1470 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * mml.el (mml-insert-mime): Ignore cached contents of
1473         message/external-body part.
1474
1475         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1476         (mm-insert-part): Ditto.
1477
1478 2006-03-23  Simon Josefsson  <jas@extundo.com>
1479
1480         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1481         Reiner.
1482         (pgg-gpg-use-agent-p): Use it again.
1483
1484 2006-03-23  Simon Josefsson  <jas@extundo.com>
1485
1486         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1487         older emacsen.
1488         (pgg-gpg-use-agent-p): Don't use it.
1489
1490 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1491
1492         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1493         if we can.
1494
1495 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1496
1497         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1498         (pgg-gpg-update-agent): New function.
1499         (pgg-gpg-use-agent-p): New function.
1500         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1501         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1502         (pgg-gpg-sign-region): Use it.
1503
1504 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1507         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1508
1509 2006-03-21  Simon Josefsson  <jas@extundo.com>
1510
1511         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1512         <wilde@sha-bang.de>.
1513         (pgg-gpg-use-agent): New variable.
1514         (pgg-gpg-process-region): Use it.
1515         (pgg-gpg-encrypt-region): Likewise.
1516         (pgg-gpg-encrypt-symmetric-region): Likewise.
1517         (pgg-gpg-decrypt-region): Likewise.
1518         (pgg-gpg-sign-region): Likewise.
1519         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1520
1521 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1522
1523         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1524
1525         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1526         Add comment on version.
1527
1528 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1529
1530         * smiley.el: Add missing test smiley.
1531
1532 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * mm-decode.el (mm-with-part): New macro.
1535         (mm-get-part): Use it; work with message/external-body as well.
1536         (mm-save-part): Treat name and filename equally.
1537
1538         * mm-extern.el (mm-extern-cache-contents): New function.
1539         (mm-inline-external-body): Use it; force the part to be displayed;
1540         move undisplayer added to the cached handle to the parent.
1541
1542         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1543         (gnus-mime-view-part-as-type): Work with message/external-body.
1544
1545         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1546
1547 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1548
1549         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1550         images in image-load-path.  [Sync with image.el, revision 1.60, in
1551         Emacs.]
1552
1553 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1554
1555         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1556         path rather than symbol.  Always return list of directories.
1557         Guarantee that image directory comes first.  [Sync with image.el,
1558         revision 1.59, in Emacs.]
1559
1560         * message.el (message-make-tool-bar): Adjust to new API of
1561         `gmm-image-load-path-for-library'.
1562
1563         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1564
1565         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1566
1567 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1568
1569         * gnus-art.el (gnus-article-only-boring-p):
1570         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1571         intangible text.
1572         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1573
1574 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1575
1576         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1577         `defun' instead of `gmm-defun-compat'.
1578
1579 2006-03-14  Simon Josefsson  <jas@extundo.com>
1580
1581         * message.el (message-unique-id): Don't use message-number-base36
1582         if (user-uid) is a float.
1583         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1584
1585 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1588
1589         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1590         empty line between a part and a message part.
1591
1592 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1593
1594         * smiley.el: Add more test smileys.
1595         (smiley-data-directory, smiley-regexp-alist)
1596         (gnus-smiley-file-types): Fix doc strings.
1597         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1598         adding new elements.
1599         (smiley-mouse-map): Unused code.  Make it a comment.
1600
1601 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1604         scan latest NoCeM messages instead of old ones.
1605         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1606         delimiters that are recently used.
1607         (gnus-nocem-load-cache): Add autoload cookie.
1608
1609         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1610
1611         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1612         level which is larger than gnus-use-nocem is specified.
1613
1614         * gnus-group.el (gnus-group-get-new-news): Ditto.
1615
1616 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1617
1618         * gnus-util.el (gnus-tool-bar-update): New function.
1619
1620         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1621         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1622
1623         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1624
1625         * gnus-group.el (gnus-group-redraw-when-idle)
1626         (gnus-group-redraw-check): Remove.
1627         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1628
1629 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1632         if optional last element is specified in splits (FIELD VALUE...).
1633
1634 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1635
1636         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1637         to gmm-image-load-path-for-library.  Call with no-error argument.
1638         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1639
1640         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1641
1642         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1643
1644         * gmm-utils.el (gmm-image-load-path): Remove alias.
1645
1646 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1647
1648         * gmm-utils.el (gmm-image-load-path): Add alias.
1649
1650         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1651         nnml-generate-nov-databases-1.
1652         (nnml-generate-nov-databases): Use it.
1653         (nnml-generate-nov-databases-directory): Document no-active
1654         argument.
1655
1656         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1657         directory if path is t.  Add no-error.
1658
1659         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1660         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1661
1662         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1663         resetting gnus-article-browse-html-temp-list.
1664
1665         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1666         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1667         Add example to docstring.  Rename local variables.  Move error
1668         checks to default case in cond and simplify.
1669
1670 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1673         handle is multipart when calling it recursively.
1674         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1675
1676 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
1677
1678         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1679         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1680
1681 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1684         is loaded.
1685
1686         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1687         loaded.
1688
1689 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1690
1691         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1692         to "Emacs 23 (unicode)" in doc string.
1693
1694         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1695         "Emacs 23 (unicode)" in comment.
1696
1697 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1700
1701         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1702         characters 160 through 255 in Emacs 23.
1703
1704 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1705
1706         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1707         gnus-article-browse-html-temp.
1708         (gnus-article-browse-delete-temp): Make it customizable.  Add
1709         `file'.  Adjust doc string.
1710         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1711         query for each file.  Adjust doc string.
1712         (gnus-article-browse-html-parts): Add
1713         `gnus-article-browse-delete-temp-files' to
1714         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1715
1716 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1717
1718         * gnus-art.el (gnus-article-browse-html-temp)
1719         (gnus-article-browse-delete-temp): New variables.
1720         (gnus-article-browse-delete-temp-files): New function.
1721         (gnus-article-browse-html-parts): Use it.
1722
1723 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1724
1725         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1726
1727         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1728         string.
1729
1730         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1731         gnus-summary-insert-new-articles when unplugged.  Remove
1732         gnus-summary-search-article-forward.
1733
1734         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1735         display-visual-class instead of display-color-cells.
1736
1737 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * dgnushack.el: Autoload customize-group for XEmacs.
1740
1741         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1742         message/* containing non-ASCII text properly.
1743
1744 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1745
1746         * message.el: Require gmm-utils, remove autoloads.
1747         (message-tool-bar): Set default based on
1748         gmm-tool-bar-style.
1749         (message-tool-bar-gnome): Add gmm-customize-mode.
1750
1751         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1752         gmm-tool-bar-style.
1753         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1754
1755         * gnus-group.el (gnus-group-tool-bar): Set default based on
1756         gmm-tool-bar-style.
1757         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1758
1759         * gmm-utils.el (gmm-image-directory): Rename variable from
1760         gmm-image-load-path.
1761         (gmm-image-load-path): Use gmm-image-directory.
1762         (gmm-customize-mode): New function.
1763         (gmm-tool-bar-style): New variable.
1764
1765         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1766         gnus-group-redraw-line-number.
1767         (gnus-group-redraw-check): Simplify.
1768         (gnus-group-tool-bar-update): Remove redraw check.
1769         (gnus-group-make-tool-bar): Add redraw check.
1770
1771 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1772
1773         * gnus-art.el (gnus-button): Add missing parentheses.
1774
1775 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * lpath.el: Fbind line-number-at-pos.
1778
1779 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1782
1783 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1784
1785         * gnus-art.el (gnus-button): New face.
1786         (gnus-article-button-face): Use it.
1787
1788         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1789         gnus-summary-next-page.  Re-order.
1790
1791         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1792         next-node are now included.
1793         (gnus-group-redraw-line-number): New internal variable.
1794         (gnus-group-redraw-check): Helper function for updating the tool
1795         bar.
1796         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1797
1798         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1799
1800         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1801         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1802         Use it to match format of Spamassassin 3.0 and later.  Reported by
1803         IRIE Tetsuya <irie@t.email.ne.jp>.
1804         (spam-check-bogofilter)
1805         (spam-bogofilter-register-with-bogofilter): Fix args of
1806         `gnus-error' calls.
1807
1808 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1809
1810         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1811         unnecessary interaction when sending queued mails.  Reported by
1812         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1813
1814 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1815
1816         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1817         first or last are nil.
1818
1819 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1820
1821         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1822
1823 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1826
1827 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * dns.el (query-dns): Protect more against buggy tcp output.
1830
1831 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1832
1833         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1834         nov.php.
1835
1836 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1837
1838         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1839         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1840         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1841         output on the server side.
1842         (nnweb-google-create-mapping): Update regexps and add some
1843         progress indication.
1844
1845 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1846
1847         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1848         gnus-agent-toggle-plugged.  Re-order icons.
1849         (gnus-group-tool-bar-gnome): Add
1850         gnus-group-{prev,next}-unread-group.
1851         (gnus-group-tool-bar-gnome): Re-order icons.
1852
1853         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1854         gnus-summary-insert-new-articles.
1855
1856         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1857         comments.
1858
1859         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1860         also available in Emacs 21.3.
1861
1862         * message.el (message-fix-before-sending): Change "Emacs 22" to
1863         "Emacs 23 (unicode)" in comment.
1864
1865         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1866         "Emacs 23 (unicode)" in comment.
1867
1868         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1869         comment.
1870         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1871
1872         * mm-view.el (mm-fill-flowed): Add :version.
1873
1874 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1877         and load-path.
1878
1879 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1880
1881         * message.el: Autoload gmm-image-load-path.
1882         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1883         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1884         consitency.
1885
1886         * gmm-utils.el (gmm-image-load-path): Also search in
1887         "../etc/images".  Don't set gmm-image-load-path if we don't find
1888         the image.
1889
1890 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * gmm-utils.el (gmm-image-load-path): Don't make
1893         `gmm-image-load-path' include subdirectories which the second arg
1894         `image' might specify.
1895
1896         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1897         subdirectory to icon file names.
1898
1899         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1900
1901 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1902
1903         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1904         gmm-image-load-path calls.
1905
1906         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1907
1908         * message.el (message-make-tool-bar): Ditto.
1909
1910         * mml.el (mml-preview): Added comment concerning tool bar icons.
1911
1912         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1913         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1914
1915         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1916         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1917
1918         * message.el (message-tool-bar-gnome): Use new icon names.
1919         (message-make-tool-bar): Use `gmm-image-load-path'.
1920
1921         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1922         functions from MH-E.
1923         (gmm-image-load-path): New variable from MH-E.
1924         (gmm-image-load-path): New function from MH-E.  Added arguments
1925         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1926         *-image-load-path-called-flag.
1927
1928 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
1929
1930         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1931
1932 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1933         (tiny change)
1934
1935         * nnimap.el (nnimap-request-move-article): Change folder back to
1936         source group before deleting.
1937
1938 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1939
1940         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
1941
1942         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
1943         mm-url.
1944
1945         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
1946
1947 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1950         coding system which mm-charset-to-coding-system returns for a
1951         given charset is valid.
1952
1953 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1954
1955         * html2text.el (html2text-remove-tag-list):
1956         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1957
1958 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1959
1960         * gnus-cus.el: Revert 2005-10-17 change.
1961
1962 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-art.el (article-strip-banner): Call
1965         article-really-strip-banner only when the regexp match is made.
1966
1967 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * gnus-art.el (article-strip-banner): Use
1970         gnus-extract-address-components instead of
1971         mail-header-parse-addresses to make it work with non-ASCII text;
1972         remove mail-encode-encoded-word-string.
1973
1974         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1975         values which are surrounded with \"...\"; make it never cause a
1976         Lisp error; give up parsing of parameters if it failed in
1977         extracting type.
1978
1979 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1980
1981         * smime.el (smime-cert-by-ldap-1): Fix bug where
1982         `smime-ldap-search' returns results without userCertificates.
1983
1984 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
1987
1988 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1989
1990         * spam.el (spam-check-spamassassin-headers): Adapt format for
1991         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
1992         <ari@mbf.ocn.ne.jp>.
1993         (spam-list-of-processors): Add spam-use-gmane.
1994
1995 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1998         make-temp-file; make it work with XEmacs as well.
1999
2000         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2001         mm-make-temp-file.
2002
2003         * mm-decode.el (mm-display-external): Use the 3rd arg of
2004         mm-make-temp-file.
2005         (mm-create-image-xemacs): Ditto.
2006
2007 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2008
2009         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2010         with message-narrow-to-headers.
2011         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2012         (gnus-draft-check-draft-articles): New function.
2013         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2014
2015 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2016
2017         * gnus-art.el (gnus-article-browse-html-parts):
2018         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2019         Don't use suffix argument for mm-make-temp-file for Emacs 21
2020         compatibility.  Remove useless `format'.
2021
2022 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2023
2024         * nnweb.el (nnweb-google-wash-article): Update regexps.
2025         (nnweb-group-alist): Use defvoo instead of defvar.
2026
2027 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2030         re-loading nn* modules.
2031
2032 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2033
2034         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2035         for `tool-bar-mode' and don't check it's default-value.
2036
2037         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2038
2039         * message.el (message-make-tool-bar): Ditto.
2040
2041         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2042         `substring'.  Shorten tmp-file name.
2043
2044         * gnus.el: Remove bogus comment.
2045
2046 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2047
2048         * gnus-art.el (gnus-article-browse-html-parts): New function.
2049         (gnus-article-browse-html-article): New function for viewing html
2050         articles with a browser.
2051
2052 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2053
2054         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2055         in elisp.
2056         (pgg-gpg-encrypt-symmetric-region): Ditto.
2057         (pgg-gpg-sign-region): Ditto.
2058
2059         * pgg-def.el (pgg-text-mode): New variable.
2060
2061         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2062         (mml2015-pgg-encrypt): Ditto.
2063
2064         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2065         (mml1991-pgg-encrypt): Ditto.
2066
2067 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2070         message-make-date instead of current-time-string.
2071
2072         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2073         to gnus-decoded which mm-uu might set.
2074
2075 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2078         don't decode quoted parameters; remove misimported Emacs code.
2079         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2080         (rfc2231-decode-encoded-string): Don't use split-string which
2081         behaves differently according to Emacs version; use
2082         mm-decode-coding-region to convert charset to coding-system.
2083         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2084         (rfc2231-encode-string): Remove misimported Emacs code.
2085
2086 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2089         when calling mail-header-parse-content-type.
2090         (article-de-quoted-unreadable): Ditto.
2091         (article-de-base64-unreadable): Ditto.
2092         (article-wash-html): Ditto.
2093
2094         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2095         calling mail-header-parse-content-type and
2096         mail-header-parse-content-disposition.
2097         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2098         mail-header-parse-content-type.
2099
2100         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2101         insert charset and format parameters; encode description after
2102         inserting it to buffer.
2103         (mml-insert-parameter): Fold lines properly even if a parameter is
2104         segmented into two or more lines; change the max column to 76.
2105
2106         * rfc1843.el (rfc1843-decode-article-body): Don't use
2107         ignore-errors when calling mail-header-parse-content-type.
2108
2109         * rfc2231.el (rfc2231-parse-string): Return at least type if
2110         possible; don't cause an error even if it fails in parsing of
2111         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2112         (rfc2231-encode-string): Don't break lines at the beginning, leave
2113         it to mml-insert-parameter.
2114
2115         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2116         calling mail-header-parse-content-type.
2117
2118 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2119
2120         * spam-report.el (spam-report-gmane-use-article-number):
2121         Improve doc string.
2122         (spam-report-gmane-internal): Check if a suitable header was found
2123         in the article.
2124
2125 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2128         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2129
2130 2006-02-05  Romain Francoise  <romain@orebokech.com>
2131
2132         Update copyright notices of all files in the gnus directory.
2133
2134 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2135
2136         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2137
2138 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2141         segmented lines of parameter value to cope with Thunderbird 1.5
2142         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2143         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2144         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2145
2146 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2147
2148         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2149         parts.
2150
2151 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2152
2153         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2154         there's only one active file for all servers.
2155         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2156         solid groups.  Gnus might have used a FAST request to select the group.
2157         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2158         and nnweb-search redundantly in the active file.
2159         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2160         (nnweb-request-create-group): Don't use ARGS.
2161         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2162         initialisations.  Let nnoo do the work.
2163
2164 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2167         Say the part has been decoded.
2168
2169         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2170
2171 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2172
2173         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2174         mailcap-viewer-test-cache when there's no 'test clause, since that
2175         will invert the meaning of a "nil" test previously determined by
2176         mailcap-mailcap-entry-passes-test.
2177
2178 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2181         compiling.
2182
2183         * gnus-sum.el: Ditto.
2184
2185         * message.el: Don't bind tool-bar-map when compiling.
2186
2187 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2188
2189         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2190
2191 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2192
2193         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2194         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2195         current Google Groups.
2196
2197 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2198
2199         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2200         and tool-bar-mode.
2201
2202         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2203         and tool-bar-mode.
2204
2205         * message.el (message-tool-bar-update): Simplify.
2206         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2207
2208         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2209         gnus-summary-buffer.
2210         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2211         gnus-summary-reply.
2212
2213         * gmm-utils.el (gmm): Add :version.
2214
2215 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * Makefile.in (clean): New rule.
2218         (distclean): Use it.
2219
2220 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2221
2222         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2223         autoload.
2224
2225 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * gmm-utils.el (gmm-verbose): Add :group.
2228
2229 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2230
2231         * message.el: Change some comments WRT tool-bars.
2232
2233         * gnus-sum.el (gnus-summary-tool-bar)
2234         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2235         (gnus-summary-tool-bar-zap-list): New variables.
2236         (gnus-summary-make-tool-bar): Complete rewrite using
2237         `gmm-tool-bar-from-list'.
2238
2239         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2240         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2241         variables.
2242         (gnus-group-make-tool-bar): Complete rewrite using
2243         `gmm-tool-bar-from-list'.
2244         (gnus-group-tool-bar-update): New function.
2245
2246         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2247
2248 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2251         is dissected into a single part of which the type is the same as
2252         the given one; decode charset.
2253
2254 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2255
2256         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2257         into alists as symbol not string, since that's what
2258         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2259         look for.
2260
2261 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2262
2263         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2264         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2265
2266         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2267
2268 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2271         (gnus-xmas-mime-security-button-menu): New function.
2272
2273         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2274         (gnus-mime-security-button-menu): New definition.
2275         (gnus-mime-security-button-map): Use them.
2276         (gnus-mime-security-button-menu): New function.
2277         (gnus-insert-mime-security-button): Addition to help echo.
2278         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2279         (gnus-mime-security-pipe-part): New functions.
2280
2281         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2282         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2283
2284         * mm-decode.el (mm-handle-set-disposition): Remove.
2285         (mm-handle-set-description): Remove.
2286
2287 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2290         (mm-w3m-standalone-supports-m17n-p): New function.
2291         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2292         w3m usage.
2293
2294         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2295         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2296
2297 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2298
2299         * message.el (message-tool-bar-zap-list): Use
2300         gmm-tool-bar-zap-list as custom type.
2301         (message-tool-bar-update): New function.
2302         (message-tool-bar, message-tool-bar-gnome)
2303         (message-tool-bar-retro): Add message-tool-bar-update.
2304         (message-tool-bar-gnome): Add flyspell-buffer.
2305
2306         * gnus-util.el (gnus-error): Describe `args'.
2307
2308         * gmm-utils.el (gmm-error): Describe `args'.
2309         (gmm-tool-bar-zap-list): New widget.
2310         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2311
2312 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2315         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2316         the number of recursive calls.
2317
2318         * mm-decode.el (mm-handle-set-disposition): New macro.
2319         (mm-handle-set-description): New macro.
2320
2321 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2324         encoding.
2325
2326 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2327
2328         * message.el (message-tool-bar-zap-list, message-tool-bar)
2329         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2330         (message-tool-bar-local-item-from-menu): Remove.
2331         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2332         (message-make-tool-bar): New function.
2333         (message-mode): Use `message-make-tool-bar'.
2334
2335         * gmm-utils.el: New file.
2336         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2337         (gmm-lazy): New widget copied from `nnmail.el'.
2338         (gmm-tool-bar-from-list): New function for creating customizable
2339         tool bars.
2340         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2341         output.
2342         (gmm): Add :prefix to defgroup.
2343
2344 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2345
2346         * gmm-utils.el (gmm-widget-p): New function.
2347
2348 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2349
2350         * mml.el (mml-attach-file): Describe `description' in doc string.
2351         (mml-menu): Add Emacs MIME manual and PGG manual.
2352
2353 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2354
2355         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2356
2357 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2358
2359         * nntp.el (nntp-end-of-line): Doc fix.
2360
2361 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2362
2363         * imap.el (imap-open): Handle case where buffer is a buffer
2364         object.
2365
2366 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2367
2368         * gnus-delay.el (gnus-delay): Don't autoload.
2369         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2370         to be re-loaded when customizing the `gnus-delay' group.
2371
2372 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2373
2374         * message.el (message-insert-citation-line): Use newlines.
2375
2376 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2377
2378         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2379         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2380         these routines, so the passphrase can be managed externally and
2381         passed in to the system.
2382         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2383         pgg-add-passphrase-to-cache function.
2384
2385         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2386         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2387         these routines, so the passphrase can be managed externally and
2388         passed in to the system.
2389         (pgg-pgp5-sign-region): Use new name of
2390         pgg-add-passphrase-to-cache function.
2391
2392 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2393
2394         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2395         part of the decoded armor to find the key-identifier.
2396         (pgg-gpg-lookup-key-owner): New function to return the
2397         human-readable identifier of a key owner.
2398         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2399         itself.
2400         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2401         the key value) if we have a key and can match it against a secret
2402         key.  Also, added a note pointing out fact that the prompt only
2403         indicates the first matching key.
2404
2405         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2406         pgg-decrypt-region.
2407         (pgg-add-passphrase-to-cache): Rename from
2408         `pgg-add-passphrase-cache' to reduce confusion (all callers
2409         changed).
2410         (pgg-remove-passphrase-from-cache): Rename from
2411         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2412         changed).
2413         (pgg-read-passphrase, pgg-add-passphrase-cache)
2414         (pgg-remove-passphrase-cache): Add informative docstrings.
2415         (pgg-decrypt): Convey provided passphrase in subordinate call to
2416         pgg-decrypt-region.
2417
2418 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2419
2420         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2421         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2422         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2423         'passphrase' argument, so the passphrase can be managed externally
2424         and then passed in to the system.
2425
2426         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2427         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2428         so the passphrase cache can be used reliably with identifiers
2429         besides a pgp packet's key id.
2430
2431         * pgg-gpg.el (pgg-gpg-encrypt-region)
2432         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2433         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2434         these routines, so the passphrase can be managed externally and
2435         passed in to the system.
2436
2437         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2438         'notruncate' argument, so the passphrase cache can be used
2439         reliably with identifiers besides a pgp packet's key id.
2440
2441 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2442
2443         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2444         symmetric encryption.
2445         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2446         encrypted session key.
2447         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2448         message ask for the passphrase in a proper way.
2449
2450         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2451         New user commands for symmetric encryption.
2452
2453 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2456
2457         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2458
2459 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2460
2461         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2462
2463 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * mm-decode.el (mm-inlined-types): Add application/pgp.
2466         (mm-automatic-display): Ditto.
2467
2468         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2469         part as text.
2470
2471 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2472
2473         * nnrss.el: Update copyright.
2474         (nnrss-opml-import): Query whether to subscribe to each entry.
2475
2476         * gnus-art.el:
2477         * gnus-sum.el:
2478         * gnus-xmas.el:
2479         * messagexmas.el:
2480         * mm-uu.el:
2481         * mm-view.el: Update copyright.
2482
2483 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2484
2485         * message.el (message-info): New function.
2486         (message-mode-menu): Add it.
2487         Update copyright.
2488
2489         * ChangeLog: Fix and update copyright.
2490
2491 2006-01-13  Romain Francoise  <romain@orebokech.com>
2492
2493         * message.el (message-forward-subject-name-subject): Prefer the
2494         address to 'nowhere' if the sender has no name.
2495         Fix typo.  Update copyright year.
2496
2497 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * gnus-art.el (article-wash-html): Use
2500         gnus-summary-show-article-charset-alist if a numeric arg is given.
2501         (gnus-article-wash-html-with-w3m-standalone): New function.
2502
2503         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2504         mm-inline-text-html-render-with-w3m-standalone.
2505         (mm-text-html-washer-alist): Map w3m-standalone to
2506         gnus-article-wash-html-with-w3m-standalone.
2507         (mm-inline-text-html-render-with-w3m-standalone): New function.
2508
2509 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2510
2511         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2512         Improve LaTeX.
2513
2514 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2517         (nnrss-request-article): Render text/plain parts as HTML.
2518
2519         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2520         the buffer.
2521
2522 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2523
2524         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2525         custom definition of `gnus-posting-styles'.
2526
2527         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2528         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2529
2530 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2531
2532         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2533         Use nntp for bug archive.
2534
2535 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2538         parts.
2539         (nnrss-normalize-date): New function converts ISO 8601 date into
2540         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2541         (nnrss-check-group): Use it.
2542
2543 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2546
2547         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2548         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2549         (nnrss-insert-w3): Ditto.
2550
2551 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2554         the articles to be forwarded including the case where neither a
2555         number of articles nor a region is specified.
2556
2557 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * nnrss.el (nnrss-request-article): Fix last change; fill
2560         text/plain parts.
2561
2562 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2565         in text/plain part.
2566         (nnrss-check-group): Don't add excessive newline to dc:subject.
2567
2568 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2569
2570         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2571         article.
2572
2573 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2574
2575         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2576         (nnml-use-compressed-files, nnml-save-mail): Support other
2577         comression programs such as bzip2.
2578
2579 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * dns.el (query-dns): Make sure we check the buffer size before
2582         removing tcp headers.
2583
2584 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2587         remove MIME buttons associated with multipart/alternative parts.
2588         (gnus-mime-display-alternative): Tag buttons using `article-type'
2589         text property.
2590
2591         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2592         associated with multipart/alternative parts.
2593
2594         * gnus-art.el (gnus-signature-separator): Fix custom type.
2595
2596         * mm-decode.el (mm-inlined-types): Fix custom type.
2597         (mm-keep-viewer-alive-types): Ditto.
2598         (mm-automatic-display): Ditto.
2599         (mm-attachment-override-types): Ditto.
2600         (mm-inline-override-types): Ditto.
2601         (mm-automatic-external-display): Ditto.
2602
2603 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2604
2605         * spam-report.el (spam-report-user-mail-address)
2606         (spam-report-user-agent): New variables.
2607         (spam-report-url-ping-plain): Use spam-report-user-agent.
2608
2609 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2610
2611         * gnus-art.el (gnus-button-handle-custom): Do not just use
2612         `customize-apropos' for any "M-x customize-*" button but the
2613         function called for.  Accept both the function name and its
2614         argument in order to achieve this.
2615         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2616         function name to `gnus-button-handle-custom' in case of "M-x
2617         customize-*" buttons.
2618
2619 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2622         multipart/alternative and add xref to mm-discouraged-alternatives
2623         in doc string.
2624
2625         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2626         gnus-buttonized-mime-types in doc string.
2627
2628 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2629
2630         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2631         Suggest image/.* in the doc string.
2632
2633 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2634
2635         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2636         message-marks (Debian bug #342521).
2637
2638 2005-12-12  Simon Josefsson  <jas@extundo.com>
2639
2640         * password.el (password-read-from-cache): Add.
2641         (password-read): Use it.
2642
2643 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2646         us-ascii as a MIME charset.
2647
2648         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2649         against the case where the 2nd arg TYPE is nil.
2650
2651 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2652
2653         * pop3.el (pop3-stream-type): Fix custom version.
2654
2655         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2656
2657 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2658
2659         * mm-decode.el (mm-display-external): Add missing cdr.
2660
2661 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2664         RFC1524) if it is in mailcap or add a suffix according to
2665         mailcap-mime-extensions when generating a temp filename; postpone
2666         deleting a temp file for 2 seconds for some wrappers, shell
2667         scripts, and so on, which might exit right after having started a
2668         viewer command as a background job.
2669
2670 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2671
2672         * nntp.el (nntp-marks-directory): Fix custom group.
2673
2674         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2675         steps when < 10.
2676
2677         * gnus-start.el (gnus-no-server-1): Mention
2678         `gnus-level-default-subscribed' in doc string.
2679
2680 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2681
2682         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2683         parens.
2684
2685 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * gnus-xmas.el (gnus-use-toolbar): Revert.
2688         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2689         gnus-use-toolbar is default.
2690
2691         * messagexmas.el (message-use-toolbar): Revert.
2692         (message-setup-toolbar): Use global default-toolbar if
2693         message-use-toolbar is default.
2694
2695 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2698         according to default-toolbar-visible-p.
2699
2700         * messagexmas.el (message-use-toolbar): Ditto.
2701
2702 2005-11-26  Dave Love  <fx@gnu.org>
2703
2704         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2705         (tls-program, tls-success): Provide openssl alternative.
2706
2707         * starttls.el: Doc fixes.
2708         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2709         SERVICE to PORT.
2710
2711         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2712         port null or service name.
2713         (starttls-negotiate): Autoload.
2714
2715 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * message.el (message-kill-to-signature): Fix interactive spec.
2718
2719 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * pop3.el (pop3-open-server): Recognize a string as a service name.
2722
2723 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2724
2725         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2726
2727 2005-11-23  Dave Love  <fx@gnu.org>
2728
2729         Add pop3s, pop3/starttls.
2730
2731         * pop3.el (pop3-authentication-scheme): Clarify doc.
2732         (open-tls-stream, starttls-open-stream): Autoload.
2733         (pop3-stream-type): New.
2734         (pop3-open-server): Use it.
2735
2736         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2737         for POP.
2738         (mail-source-keyword-map): Add :stream for POP.
2739         (mail-source-fetch-pop): Use pop3-stream-type.
2740
2741 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2744         of current-time-string.
2745
2746 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2747
2748         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2749         date header.
2750
2751 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2752
2753         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2754         it can seriously impact performance as it bypasses the agent's
2755         local caches.
2756
2757 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2758
2759         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2760         must be explicitly online rather than "not explicitly offline" for
2761         its flags to be synchronized.
2762
2763         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2764         that gnus-uu-unmark-thread will function correctly.
2765
2766         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2767         1024K is instead displayed as 1M.
2768
2769 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770
2771         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2772
2773 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2774
2775         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2776
2777 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2778
2779         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2780         error message to display actual error condition.
2781         (gnus-agent-save-local): Avoid saving symbols that are bound to
2782         nil as they simply result in a warning message in
2783         gnus-agent-read-local.
2784
2785 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2788         rather than make-variable-buffer-local for file-precious-flag.
2789
2790 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2791
2792         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2793         for duplicates which are removed.  The invalid sort check then
2794         triggers a rescan after the sort as sorting may have moved
2795         duplicate entries such that they can be cheaply detected.
2796
2797 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2800
2801 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2802
2803         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2804         internal variable to a custom variable.  Changed default value
2805         from compressed(2) to uncompressed(1).
2806         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2807         support for uncompressed agentview files.  Taken together, reading
2808         the agentview file should now be 6-7 times faster.
2809
2810 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2811
2812         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2813         as a buffer-local variable.  This avoids creating truncated
2814         dribble files as a result of a hang up, eg.
2815
2816 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2817
2818         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2819         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2820         XEmacs.
2821
2822 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2823
2824         * gnus-start.el (gnus-start-draft-setup): Enforce
2825         `gnus-draft-mode' for nndraft:drafts at startup.
2826
2827         * gnus.el (gnus-splash): Change custom group.
2828         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2829         allow-list argument.
2830
2831         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2832         string.
2833
2834 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2835
2836         * gnus-art.el (gnus-default-article-saver): Add user-defined
2837         `function' to custom type.
2838
2839 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2840
2841         * imap.el (imap-open): Handle case where buffer is a buffer
2842         object.
2843
2844 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2845
2846         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2847         long lines.
2848         (gnus-cache-delete-group): Wrap doc strings.
2849
2850         * gnus-agent.el (gnus-agent-rename-group)
2851         (gnus-agent-delete-group): Wrap doc strings.
2852
2853
2854 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * messagexmas.el (message-use-toolbar): Change the valid values
2857         into default, top, bottom, left, and right.
2858         (message-toolbar-thickness): New variable.
2859         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2860         well.
2861         (message-setup-toolbar): Make it work.
2862
2863         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2864         (gnus-use-toolbar): Change the valid values into default, top,
2865         bottom, left, and right.
2866         (gnus-toolbar-thickness): New variable.
2867         (gnus-xmas-setup-toolbar): New function.
2868         (gnus-xmas-setup-group-toolbar): Use it.
2869         (gnus-xmas-setup-summary-toolbar): Use it.
2870
2871 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * gnus-start.el (gnus-1): Add "native" to
2874         gnus-predefined-server-alist.
2875
2876         * gnus.el (gnus-method-to-server): Don't add "native" to the
2877         lists here, because that leads to problems when
2878         gnus-select-method is bound.
2879
2880 2005-11-09  Simon Josefsson  <jas@extundo.com>
2881
2882         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2883         use (not sort-by-date) instead.
2884
2885 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2886
2887         * gnus-delay.el (gnus-delay-group): Don't autoload.
2888         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2889         to be re-loaded when customizing the `gnus-delay' group.
2890
2891 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2892
2893         * message.el: Revert last changes.
2894         (message-insert-citation-line): Use newlines.
2895
2896 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2897
2898         * message.el (message-courtesy-message)
2899         (message-mark-insert-begin, message-mark-insert-end)
2900         (message-elide-ellipsis, message-cancel-message)
2901         (message-add-header, message-change-subject)
2902         (message-cross-post-followup-to-header)
2903         (message-cross-post-insert-note, message-reduce-to-to-cc)
2904         (message-widen-reply, message-delete-not-region)
2905         (message-kill-to-signature, message-insert-signature)
2906         (message-insert-importance-high, message-insert-importance-low)
2907         (message-insert-or-toggle-importance)
2908         (message-insert-disposition-notification-to)
2909         (message-indent-citation, message-yank-original)
2910         (message-cite-original-without-signature, message-cite-original)
2911         (message-insert-citation-line, message-position-on-field)
2912         (message-fix-before-sending, message-send-mail-partially)
2913         (message-send-mail, message-send-mail-with-sendmail)
2914         (message-send-mail-with-qmail, message-send-news)
2915         (message-check-news-header-syntax, message-generate-headers)
2916         (message-insert-courtesy-copy, message-fill-address)
2917         (message-fill-header, message-shorten-references)
2918         (message-setup-1, message-cancel-news)
2919         (message-forward-make-body-plain, message-forward-make-body-mime)
2920         (message-forward-make-body-mml, message-encode-message-body)
2921         (message-forward-make-body-digest-plain)
2922         (message-forward-make-body-digest-mime)
2923         (message-use-alternative-email-as-from): Insert `hard-newline'
2924         instead of ordinary newlines.
2925
2926 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * message.el (message-generate-headers): Downcase the argument
2929         given to message-check-element.
2930
2931 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2932
2933         * nntp.el (nntp-authinfo-rejected): New error condition.
2934         (nntp-wait-for): Use new error condition to signal authentication
2935         error.
2936         (nntp-retrieve-data): Rethrow new error condition to break out of
2937         recursive call to nntp-send-authinfo.
2938
2939 2005-11-08  Romain Francoise  <romain@orebokech.com>
2940
2941         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
2942         (gnus-summary-exit-map): Bind to `Z p'.
2943         (gnus-summary-make-menu-bar): Add menu item.
2944
2945 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2946
2947         * gnus-art.el (gnus-article-treat-custom): Add `first'.
2948         (gnus-treat-*): Add `first' in all doc strings.
2949
2950         * gnus-group.el (gnus-group-compact-group): Fix typo.
2951
2952 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * gnus.el (gnus-parameters-case-fold-search): New variable.
2955         (gnus-parameters-get-parameter): Use it.
2956
2957         * gnus-score.el (gnus-home-score-file): Doc fix.
2958
2959 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2960
2961         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2962
2963 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * mm-util.el (mm-special-display-p): New function.
2966
2967         * mml.el (mml-preview): Use it; doc fix.
2968
2969 2005-10-29  Romain Francoise  <romain@orebokech.com>
2970
2971         * message.el (message-fix-before-sending): Fix comment.
2972
2973 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2974
2975         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
2976
2977 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2978
2979         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
2980         Used in gnus-score.el.
2981
2982 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2983
2984         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
2985
2986 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2987
2988         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2989         whitespace removed in revision 7.8.  Use concatenated string to
2990         protect trailing whitespace.
2991
2992 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
2993
2994         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2995         (nnimap-request-expire-articles): Use it to avoid sending 'UID
2996         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2997         Courier IMAP ("some version from 2004").  Mostly based on similar
2998         code in the same function.
2999
3000 2005-10-26  Didier Verna  <didier@xemacs.org>
3001
3002         * gnus-group.el (gnus-group-compact-group): invalidate original
3003         article buffer.
3004         * gnus-srvr.el (gnus-server-compact-server): ditto.
3005         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3006         NOV database and in article itself.
3007         Invalidate article backlog.
3008
3009 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3010
3011         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3012
3013 2005-10-26  Simon Josefsson  <jas@extundo.com>
3014
3015         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3016         part of 2004-07-25 change.
3017
3018 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * message.el (message-display-completion-list): New function.
3021         (message-expand-group): Use it; make sure the Completions buffer
3022         is modifiable.
3023
3024 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3025
3026         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3027         user-mail-name is an empty string.
3028
3029 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3030
3031         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3032         depending on gnus-score-decay-constant.
3033
3034         * encrypt.el (encrypt-insert-file-contents)
3035         (encrypt-write-file-contents): Don't use `gnus-message'.
3036
3037         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3038         arguments.
3039         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3040         arguments to mm-uu-verbatim-marks-extract.
3041         (mm-uu-hide-markers): New variable.
3042         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3043
3044         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3045         (gnus-convert-image-to-face-command): Use "convert" by default to
3046         allow other input image formats.
3047         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3048         accordingly.
3049
3050 2005-10-23  Simon Josefsson  <jas@extundo.com>
3051
3052         * imap.el (imap-gssapi-program): Align command line parameters
3053         with latest GNU SASL.
3054         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3055
3056 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3059         HTML.
3060         (nnslashdot-request-article): Ditto.
3061
3062         * lpath.el (featurep): Add nobreak-char-display.
3063
3064 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3065
3066         * mail-source.el (mail-source-fetch-pop): Require pop3.
3067         (mail-source-check-pop): Ditto.
3068
3069 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3072         errors.
3073
3074 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3075
3076         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3077         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3078
3079         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3080
3081         * mm-bodies.el (mm-decode-string): Call
3082         `mm-charset-to-coding-system' with allow-override argument.
3083
3084 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3087         (rfc2047-charset-to-coding-system): New function.
3088         (rfc2047-decode-encoded-words): New function.
3089         (rfc2047-decode-region): Use them.
3090         (rfc2047-decode-cte): Remove.
3091         (rfc2047-parse-and-decode): Remove.
3092         (rfc2047-decode): Remove.
3093
3094 2005-10-15  Kenichi Handa  <handa@m17n.org>
3095
3096         * rfc2047.el (rfc2047-decode-cte): New function.
3097         (rfc2047-decode-region): Change the way to decode successive
3098         encoded-words: decode B- or Q-encoding in each encoded-word,
3099         concatenate them, and decode it as charset.
3100
3101 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * lpath.el: Fbind codepage-setup for XEmacs.
3104
3105 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3106
3107         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3108         widget-move-and-invoke.
3109         (gnus-custom-mode): Use gnus-custom-map.
3110
3111 2005-10-15  Bill Wohler  <wohler@newt.com>
3112
3113         * message.el (message-tool-bar-map): Renamed image file from
3114         mail_send to mail/send.
3115
3116 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3117
3118         * message.el (message-expand-group): Pass the common
3119         prefix substring of completion to `display-completion-list'.
3120
3121 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3122
3123         * mml-sec.el (mml-secure-method): New internal variable.
3124         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3125         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3126         functions using mml-secure-method.
3127
3128         * mml.el (mml-mode-map): Add key bindings for those functions.
3129         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3130         Harder <harder@myrealbox.com>.
3131         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3132         end of message if point is the headers of the message.
3133
3134         * message.el (message-in-body-p): New function.
3135
3136         * assistant.el: Autoload gnus-util and netrc.
3137
3138         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3139         Use `mm-charset-override-alist' only when decoding.
3140
3141         * mm-bodies.el (mm-decode-body): Call
3142         `mm-charset-to-coding-system' with allow-override argument.
3143
3144         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3145         `filename' from Content-Disposition if Content-Type doesn't
3146         provide `name'.
3147         (gnus-mime-view-part-as-type): Set default instead of
3148         initial-input.
3149
3150 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3151
3152         * format-spec.el (format-spec): Propagate text properties of % spec.
3153
3154 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3155
3156         * gnus-art.el (gnus-treat-predicate): Add `first'.
3157
3158 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3159
3160         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3161         (mm-charset-override-alist): New variable.
3162         (mm-charset-to-coding-system): Use it.
3163         (mm-codepage-setup): New helper function.
3164         (mm-charset-eval-alist): New variable.
3165         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3166         about unknown charsets.
3167
3168         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3169
3170 2005-10-04  David Hansen  <david.hansen@gmx.net>
3171
3172         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3173         (nnrss-check-group): Ditto.
3174
3175 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3176
3177         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3178         Rename x-gnus-verbatim to x-verbatim.
3179         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3180
3181         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3182         x-verbatim.
3183
3184         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3185
3186         * gnus-util.el (gnus-remove-duplicates): Remove.
3187
3188         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3189         instead of gnus-remove-duplicates.
3190
3191         * message.el (message-remove-duplicates): Remove.
3192         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3193         message-remove-duplicates.
3194
3195         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3196         available, else use implementation from `delete-dups'.
3197
3198         * message.el (message-insert-expires): New function.
3199         (message-mode-map): Add key binding.
3200         (message-mode-field-menu): Add menu entry.
3201         (message-mode): Document it.
3202         (message-make-expires-date): Use `message-make-date'.
3203
3204 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3205
3206         * message.el (message-make-expires-date): New function.
3207
3208 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * Makefile.in (list-installed-shadows): New entry.
3211         (install): Use it.
3212         (remove-installed-shadows): New entry.
3213
3214         * dgnushack.el (dgnushack-default-load-path): New variable.
3215         (dgnushack-find-lisp-shadows): New function.
3216         (dgnushack-remove-lisp-shadows): New function.
3217
3218 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * Makefile.in (install-el-elc): New entry.
3221         (install): Use it so that .el files are necessarily installed.
3222
3223 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3226
3227 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3228
3229         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3230         function rather than the diff-mode.el package.
3231         (mm-display-external): Use with-current-buffer.
3232         (mm-viewer-completion-map, mm-viewer-completion-map):
3233         Move initialization inside declaration.
3234
3235 2005-09-29  Simon Josefsson  <jas@extundo.com>
3236
3237         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3238         autoload mail-check-payment.
3239         (spam-check-hashcash): Define unconditionally, since hashcash.el
3240         is part of Gnus now.  Ignore errors from payment checking.
3241
3242 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3243
3244         * message.el (message-bold-region, message-unbold-region): Rename
3245         from `bold-region' and `unbold-region'.
3246
3247         * message.el: Remove useless autoloads.
3248
3249 2005-09-28  Simon Josefsson  <jas@extundo.com>
3250
3251         * message.el (message-use-idna): Default to t.
3252         (message-use-idna): Test whether encoding works too.  Doc fix.
3253
3254 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * nntp.el (nntp-warn-about-losing-connection): Remove.
3257
3258 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3259
3260         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3261         customizable.  Change default value.
3262         (mm-uu-diff-groups-regexp): Change default value.
3263         (mm-uu-type-alist): Add doc string.
3264         (mm-uu-configure): Add doc string.  Make it interactive.
3265         (mm-uu-tex-groups-regexp): New variable.
3266         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3267         (mm-uu-type-alist): Add LaTeX documents.
3268         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3269         of "text/verbatim".
3270         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3271
3272         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3273         instead of "text/verbatim".
3274
3275         * message.el (message-mark-inserted-region)
3276         (message-mark-insert-file): Use slrn style marks when called with
3277         prefix argument.
3278
3279 2005-09-27  Simon Josefsson  <jas@extundo.com>
3280
3281         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3282
3283 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3284
3285         * message.el (message-remove-duplicates): New function.
3286         Implementation borrowed from `gnus-remove-duplicates'.
3287         (message-idna-to-ascii-rhs): Also encode idna addresses in
3288         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3289         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3290         only ask about the same idna domain once per header and also tell
3291         in what header to replace the idna domain.
3292
3293         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3294         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3295         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3296         a header is decoded and not just the last one.
3297
3298 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3301         has been decoded.
3302
3303         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3304         (mm-insert-part): Don't modify text if it has been decoded.
3305
3306         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3307         decoded.
3308
3309         * mm-view.el (mm-inline-text): Don't strip text props unless
3310         decoding enriched or richtext parts.
3311
3312 2005-09-25  Romain Francoise  <romain@orebokech.com>
3313
3314         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3315         * gnus-start.el (gnus-subscribe-interactively):
3316         * gnus-uu.el (gnus-uu-grab-articles):
3317         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3318         space.
3319
3320 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3321
3322         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3323         * mm-view.el (mm-view-pkcs7-decrypt):
3324         * gnus-sum.el (gnus-summary-limit-to-extra)
3325         (gnus-summary-respool-article, gnus-read-move-group-name):
3326         * gnus-score.el (gnus-summary-increase-score):
3327         * gnus-util.el (gnus-completing-read-with-default):
3328         * gnus-art.el (gnus-read-save-file-name)
3329         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3330         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3331         * message.el (message-check-news-header-syntax):
3332         Follow convention for reading with the minibuffer.
3333
3334 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3335
3336         * spam-report.el (spam-report-url-ping-plain):
3337         Use gnus-extended-version as User-Agent.
3338
3339         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3340         default value is nil.
3341
3342         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3343         (mm-uu-verbatim-marks-extract): New function.
3344         (mm-uu-extract): New face.
3345         (mm-uu-copy-to-buffer): Use it.
3346
3347         * spam-report.el (spam-report-gmane-ham): Renamed from
3348         `spam-report-gmane-unspam'.
3349         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3350         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3351
3352         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3353         Autoload.
3354         (spam-report-gmane-unregister-routine): Renamed
3355         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3356
3357 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3358
3359         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3360         (spam-report-gmane-unregister-routine): added support for gmane
3361         unregistration
3362
3363         * spam-report.el (spam-report-gmane-unspam)
3364         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3365         (spam-report-gmane): changed to take a single article and do
3366         unspam registration
3367
3368 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3369
3370         * mm-url.el (mm-url-decode-entities): Fix regexp.
3371
3372 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3375         default to nil, to be able to use Gnus at all.  If the default
3376         switches to something else, then the function should be fixed not
3377         be exceedingly slow.
3378
3379 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3380
3381         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3382         fail hard
3383
3384         * spam-report.el: better Keywords line
3385
3386         * spam.el: added Maintainer and better Keywords line
3387
3388 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3389
3390         * gnus-art.el (gnus-article-replace-part)
3391         (gnus-mime-replace-part): New functions.
3392         (gnus-mime-action-alist, gnus-mime-button-commands)
3393         (gnus-mime-save-part-and-strip): Added file argument.
3394         (gnus-article-part-wrapper): Added interactive argument.
3395
3396         * gnus-sum.el (gnus-summary-mime-map): Add
3397         `gnus-article-replace-part'.
3398
3399 2005-09-19  Didier Verna  <didier@xemacs.org>
3400
3401         The nnml compaction feature:
3402         * nnml.el (nnml-request-compact-group): New function.
3403         * nnml.el (nnml-request-compact): New function.
3404         * gnus-int.el (gnus-request-compact-group): New function.
3405         * gnus-int.el (gnus-request-compact): New function.
3406         * gnus-group.el (gnus-group-compact-group): New function.
3407         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3408         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3409         * gnus-srvr.el (gnus-server-compact-server): New function.
3410         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3411         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3412
3413 2005-09-18  Deepak Goel  <deego@gnufans.org>
3414
3415         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3416         format spec.
3417
3418 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3421
3422 2005-09-15  Romain Francoise  <romain@orebokech.com>
3423
3424         * message.el (message-fill-paragraph): Clarify docstring.
3425
3426 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-art.el (gnus-mime-display-part): Protect against broken
3429         MIME messages.
3430
3431 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3434         before parsing header.
3435
3436 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3437
3438         * html2text.el: (html2text-replace-list): Add new entities.
3439
3440 2005-09-11  Romain Francoise  <romain@orebokech.com>
3441
3442         * message.el (message-alternative-emails): Improve docstring.
3443         (message-setup-1): Call `message-use-alternative-email-as-from'
3444         after `message-setup-hook' to give it precedence over posting
3445         styles, etc.
3446         (message-use-alternative-email-as-from): Add docstring.  Remove
3447         the original From header if present.
3448
3449         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3450         (nnml-save-mail): Use it.
3451
3452         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3453         articles.  Add new argument `silent'.
3454         (gnus-uu-mark-all): Report the total number of marked articles.
3455
3456 2005-09-10  Romain Francoise  <romain@orebokech.com>
3457
3458         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3459         (gnus-uu-mark-series): Likewise.
3460
3461 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3462
3463         * spam-report.el (spam-report-gmane): Fix generation of spam
3464         report URL.
3465
3466 2005-09-10  Simon Josefsson  <jas@extundo.com>
3467
3468         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3469         t, based on discussion on the ding list with Robert Epprecht
3470         <epprecht@solnet.ch>.
3471
3472 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3473
3474         * spam-report.el (spam-report-gmane): Make it work without
3475         X-Report-Spam header.  Gmane now only provides Archived-At.
3476         This is only used if `spam-report-gmane-use-article-number' is nil.
3477         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3478
3479         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3480         make `gnus-summary-sort-by-recipient' work with threading.
3481
3482         * nnweb.el (nnweb-google-wash-article): Print a message if article
3483         is not available.
3484
3485 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3486
3487         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3488         change.  Decode text/* parts content before displaying.
3489
3490 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3491
3492         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3493
3494 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3497
3498         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3499         url-package-name, url-package-version,
3500         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3501         w3m-display-inline-images, and w3m-minor-mode-map.
3502
3503 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3504
3505         * message.el (message-tab-body-function): Fixed mismatched custom
3506         type.
3507
3508         * gnus.el (gnus-group-change-level-function): Ditto.
3509
3510         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3511
3512         * gnus-art.el (gnus-signature-limit)
3513         (gnus-article-mime-part-function): Ditto.
3514
3515 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * mml.el (mml-mode): Silence the byte compiler.
3518
3519         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3520         using `(sit-for 0)' before moving the point to the specified part;
3521         skip unbuttonized parts.
3522         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3523         return to the summary window if gnus-auto-select-part is non-nil.
3524
3525 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3526
3527         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3528         variables.
3529         (mml-dnd-attach-file, mml-mode): Use them.
3530
3531         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3532         Make fetching article by MID work again for Google Groups.  Added
3533         FIXME concerning gnus-group-make-web-group.
3534
3535         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3536         Don't depend on Gnus by using mail-extract-address-components if
3537         gnus-extract-address-components is not bound.
3538
3539 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * gnus-art.el (gnus-mime-display-security): Don't display the
3542         signature, but only the signed part.
3543
3544 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3547
3548         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3549         list, not listp.
3550
3551 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3552
3553         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3554         when encoding.
3555
3556         * mm-bodies.el (mm-decode-content-transfer-encoding):
3557         De-canonicalize CRLF for all text content types, not just
3558         text/plain.
3559
3560 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3563         valid article; point arrow and cursor at the MIME button.
3564
3565 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3568         Suggested by Dan Christensen <jdc@uwo.ca>.
3569
3570         * mm-decode.el (mm-save-part): Enable change of prompt.
3571
3572 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3573
3574         * gnus-msg.el (gnus-inews-add-send-actions): Made
3575         `message-post-method' lambda parameter ARG `&optional'.
3576
3577 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3578
3579         * gnus-sum.el (gnus-summary-mime-map): Added
3580         gnus-article-save-part-and-strip, gnus-article-delete-part and
3581         gnus-article-jump-to-part.
3582
3583         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3584         (gnus-article-edit-part): Use it.
3585         (gnus-article-part-wrapper): Added no-handle argument.
3586         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3587         functions.
3588
3589 2005-08-29  Romain Francoise  <romain@orebokech.com>
3590
3591         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3592         docstring.
3593         (gnus-face-from-file): Likewise.
3594
3595 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3596
3597         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3598         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3599         non-nil.
3600         (gnus-auto-select-part): New variable.
3601         (gnus-article-jump-to-part): New function.
3602         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3603         (gnus-mime-delete-part): Allow selecting specified part after
3604         deleting or stripping parts.
3605         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3606         part if argument is bogus.
3607
3608 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3609
3610         * gnus-art.el (w3m-minor-mode-map):
3611         * gnus-spec.el (gnus-newsrc-file-version):
3612         * gnus-util.el (nnmail-active-file-coding-system)
3613         (gnus-original-article-buffer, gnus-user-agent):
3614         * gnus.el (gnus-ham-process-destinations)
3615         (gnus-parameter-ham-marks-alist)
3616         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3617         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3618         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3619         * mm-decode.el (gnus-current-window-configuration):
3620         * mm-extern.el (gnus-article-mime-handles):
3621         * mm-url.el (url-current-object, url-package-name)
3622         (url-package-version):
3623         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3624         (smime-keys, w3m-cid-retrieve-function-alist)
3625         (w3m-current-buffer, w3m-display-inline-images)
3626         (w3m-minor-mode-map):
3627         * mml-smime.el (gnus-extract-address-components):
3628         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3629         (gnus-newsrc-hashtb, message-default-charset)
3630         (message-deletable-headers, message-options)
3631         (message-posting-charset, message-required-mail-headers)
3632         (message-required-news-headers):
3633         * mml1991.el (mc-pgp-always-sign):
3634         * mml2015.el (mc-pgp-always-sign):
3635         * nnheader.el (nnmail-extra-headers):
3636         * rfc1843.el (gnus-decode-encoded-word-function)
3637         (gnus-decode-header-function, gnus-newsgroup-name):
3638         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3639
3640 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3641
3642         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3643         the end of the date treatments.
3644
3645 2005-08-15  Simon Josefsson  <jas@extundo.com>
3646
3647         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3648         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3649         Capello and Romain Francoise.
3650         (pgg-fetch-key-function): Removed, not used?
3651         (pgg-insert-url-with-w3): Require url, to get
3652         url-insert-file-contents regardless of where it is defined.
3653
3654 2005-08-13  Romain Francoise  <romain@orebokech.com>
3655
3656         * message.el (message-cite-original-1): New function.
3657         (message-cite-original): Use it.
3658         (message-cite-original-without-signature): Ditto.
3659
3660 2005-08-08  Romain Francoise  <romain@orebokech.com>
3661
3662         * message.el (message-yank-empty-prefix): New variable.
3663         (message-indent-citation): Use it.
3664         (message-cite-original-without-signature): Respect X-No-Archive.
3665
3666 2005-08-08  Simon Josefsson  <jas@extundo.com>
3667
3668         * pgg.el: Autoload url-insert-file-contents instead of loading
3669         w3/url.
3670         (pgg-insert-url-with-w3): Don't load url here.
3671
3672 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3673
3674         * message.el (message-kill-to-signature): Don't insert newline at
3675         bol.
3676         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3677
3678 2005-08-06  Romain Francoise  <romain@orebokech.com>
3679
3680         * message.el (message-user-fqdn): Fix typo in docstring.
3681
3682 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3683
3684         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3685
3686         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3687
3688 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * mm-bodies.el (mm-encode-body): Use coding system rather than
3691         charset to encode text.
3692
3693         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3694         number of charsets if utf-8 is available (XEmacs).
3695
3696 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3697
3698         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3699         taken from `gnus-button-mid-or-mail-regexp'.
3700         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3701         (gnus-button-alist): Improve regexp for domain part of the MIDs
3702         for news:localpart@domain buttons.
3703         (gnus-button-ctan-directory-regexp): Update.
3704
3705 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * sieve-manage.el (sieve-manage-interactive-login): Use
3708         make-local-variable rather than make-variable-buffer-local.
3709         (sieve-manage-open): Ditto.
3710         (sieve-manage-authenticate): Ditto.
3711
3712         * mml.el (mml-generate-mime-1): Make the content type default to
3713         text/plain if the filename is not specified.
3714
3715 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3718         instead of insert-buffer.
3719
3720         * message.el (message-yank-original): Ditto; set the mark at the
3721         end of the yanked message.
3722
3723 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3726         lines to scroll rather than to stop it.
3727
3728         * mml.el (mml-generate-default-type): Add doc string.
3729         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3730         default to application/octet-stream when determining the content
3731         type if it is not specified for the part or the mml contents; add
3732         a comment about mml-generate-default-type.
3733
3734 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3735
3736         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3737         make it default to application/octet-stream when determining the
3738         content type if it is not specified for the external contents.
3739
3740 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3743         segmented parameter but also other parameters might be there.
3744
3745 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * mm-decode.el (mm-display-external): Delete temp file, directory
3748         and buffer immediately if the external process is exited.
3749
3750 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3753         fewer lines than that of scroll-margin.
3754         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3755
3756 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * gnus-art.el (gnus-article-next-page): Revert.
3759         (gnus-article-beginning-of-window): New macro.
3760         (gnus-article-next-page-1): Use it.
3761         (gnus-article-prev-page): Ditto.
3762         (gnus-article-edit-part): Use insert-buffer-substring instead of
3763         insert-buffer.
3764         (gnus-article-edit-exit): Ditto.
3765
3766         * gnus-util.el (gnus-beginning-of-window): Remove.
3767         (gnus-end-of-window): Remove.
3768
3769         * lpath.el: Don't bind header-line-format and scroll-margin.
3770
3771 2005-07-25  Simon Josefsson  <jas@extundo.com>
3772
3773         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3774         to have the url package without w3.  Reported by Daiki Ueno
3775         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3776
3777 2005-07-20  Didier Verna  <didier@xemacs.org>
3778
3779         * gnus-diary.el: Remove the description comment (nndiary is now
3780         properly documented in the Gnus manual).
3781         Fix the spelling of "Back End".
3782         * nndiary.el: Ditto.
3783         Fix the copyright notice.
3784
3785 2005-07-18  Romain Francoise  <romain@orebokech.com>
3786
3787         * gnus-sum.el (gnus-summary-to-prefix,
3788         gnus-summary-newsgroup-prefix): New variables.
3789         (gnus-summary-from-or-to-or-newsgroups): Use them.
3790
3791 2005-07-17  Romain Francoise  <romain@orebokech.com>
3792
3793         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3794         space as it's generally not especially interesting to the user.
3795
3796 2005-07-16  Romain Francoise  <romain@orebokech.com>
3797
3798         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3799         nil to avoid prompting and file modification if one of the
3800         messages at the top of the nnfolder file contains a copyright
3801         notice.
3802         Update copyright notice.
3803
3804         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3805         instead of `current-time-string' as the latter creates a time
3806         string that is not RFC 2822 compliant (it lacks the zone).
3807         Update copyright notice.
3808
3809 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3810
3811         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3812         for text/rtf.  Display default in prompt.  Pass default for M-n.
3813
3814         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3815
3816 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * gnus-msg.el (gnus-button-mailto): Remove
3819         save-selected-window-window hackery because it relies on
3820         save-selected-window internals.
3821
3822 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3825         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3826         (gnus-article-prev-page): Ditto.
3827
3828         * gnus-util.el (gnus-beginning-of-window): New function.
3829         (gnus-end-of-window): New function.
3830
3831         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3832
3833 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3834
3835         * gnus-score.el (gnus-score-edit-all-score): Set
3836         gnus-score-edit-exit-function to gnus-score-edit-done and call
3837         gnus-message.
3838
3839 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3840
3841         * gnus-msg.el (gnus-button-mailto): Remove
3842         save-selected-window-window hackery because it relies on
3843         save-selected-window internals.
3844
3845 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3848         add-minor-mode.
3849         (gnus-binary-mode): Ditto.
3850
3851         * gnus-topic.el (gnus-topic-mode): Ditto.
3852
3853 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3854
3855         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3856         (gnus-article-prev-page): Take scroll-margin into consideration.
3857
3858 2005-07-04  Lute Kamstra  <lute@gnu.org>
3859
3860         Update FSF's address in GPL notices.
3861
3862 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3863
3864         * gnus.el (gnus-exit):
3865         * gnus-group.el (gnus-group-icons):
3866         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3867
3868         * gnus-nocem.el (gnus-nocem):
3869         * message.el (message-various, message-buffers, message-sending)
3870         (message-interface, message-forwarding, message-insertion)
3871         (message-headers, message-news, message-mail):
3872         * pgg-gpg.el (pgg-gpg):
3873         * pgg-parse.el (pgg-parse):
3874         * pgg-pgp.el (pgg-pgp):
3875         * pgg-pgp5.el (pgg-pgp5):
3876         * pop3.el (pop3): Finish `defgroup' description with period.
3877
3878 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * gnus-art.el (article-display-face): Improve the efficiency.
3881         (article-display-x-face): Ditto; remove grey x-face stuff.
3882
3883 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-art.el (article-display-face): Correct the position in
3886         which Faces are inserted.
3887
3888 2005-06-29  Didier Verna  <didier@xemacs.org>
3889
3890         * gnus-art.el (article-display-face): Display faces in correct
3891         order.
3892
3893 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3896         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3897         (gnus-nocem-check-article): Fetch the Type header.
3898         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3899         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3900         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3901         make sure gnus-nocem-hashtb is initialized.
3902         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3903         (gnus-nocem-unwanted-article-p): Ditto.
3904
3905         * pgg.el (pgg-verify): Return the verification result.
3906
3907 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3910         is ascii.
3911
3912 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3913
3914         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3915         `show-nonbreak-escape'.
3916
3917 2005-06-23  Lute Kamstra  <lute@gnu.org>
3918
3919         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3920
3921         * dig.el (dig-mode):
3922         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3923
3924 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3925
3926         * nnimap.el (nnimap-split-download-body): Fix spellings.
3927
3928 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3929
3930         * gnus-art.el (gnus-article-encrypt-body):
3931         * gnus-cus.el (gnus-score-customize):
3932         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3933         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3934
3935 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3936
3937         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
3938         header by looking for magic "MII" at the beginnig.
3939
3940 2005-06-16  Miles Bader  <miles@gnu.org>
3941
3942         * gnus-xmas.el (gnus-xmas-group-startup-message):
3943         Use renamed gnus-splash face.
3944
3945         * assistant.el (assistant-field): Remove "-face" suffix from face name.
3946         (assistant-field-face): New backward-compatibility alias for renamed
3947         face.
3948         (assistant-render-text): Use renamed assistant-field face.
3949
3950         * spam.el (spam): Remove "-face" suffix from face name.
3951         (spam-face): New backward-compatibility alias for renamed face.
3952         (spam-face, spam-initialize): Use renamed spam face.
3953
3954         * message.el (message-header-to, message-header-cc)
3955         (message-header-subject, message-header-newsgroups)
3956         (message-header-other, message-header-name)
3957         (message-header-xheader, message-separator, message-cited-text)
3958         (message-mml): Remove "-face" suffix from face names.
3959         (message-header-to-face, message-header-cc-face)
3960         (message-header-subject-face, message-header-newsgroups-face)
3961         (message-header-other-face, message-header-name-face)
3962         (message-header-xheader-face, message-separator-face)
3963         (message-cited-text-face, message-mml-face):
3964         New backward-compatibility aliases for renamed faces.
3965         (message-font-lock-keywords): Use renamed message faces.
3966
3967         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
3968         (sieve-test-commands, sieve-tagged-arguments):
3969         Remove "-face" suffix from face names.
3970         (sieve-control-commands-face, sieve-action-commands-face)
3971         (sieve-test-commands-face, sieve-tagged-arguments-face):
3972         New backward-compatibility aliases for renamed faces.
3973         (sieve-control-commands-face, sieve-action-commands-face)
3974         (sieve-test-commands-face, sieve-tagged-arguments-face):
3975         Use renamed sieve faces.
3976
3977         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
3978         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
3979         (gnus-group-news-3-empty, gnus-group-news-4)
3980         (gnus-group-news-4-empty, gnus-group-news-5)
3981         (gnus-group-news-5-empty, gnus-group-news-6)
3982         (gnus-group-news-6-empty, gnus-group-news-low)
3983         (gnus-group-news-low-empty, gnus-group-mail-1)
3984         (gnus-group-mail-1-empty, gnus-group-mail-2)
3985         (gnus-group-mail-2-empty, gnus-group-mail-3)
3986         (gnus-group-mail-3-empty, gnus-group-mail-low)
3987         (gnus-group-mail-low-empty, gnus-summary-selected)
3988         (gnus-summary-cancelled, gnus-summary-high-ticked)
3989         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
3990         (gnus-summary-high-ancient, gnus-summary-low-ancient)
3991         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
3992         (gnus-summary-low-undownloaded)
3993         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
3994         (gnus-summary-low-unread, gnus-summary-normal-unread)
3995         (gnus-summary-high-read, gnus-summary-low-read)
3996         (gnus-summary-normal-read, gnus-splash):
3997         Remove "-face" suffix from face names.
3998         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3999         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4000         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4001         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4002         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4003         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4004         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4005         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4006         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4007         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4008         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4009         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4010         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4011         (gnus-summary-normal-ticked-face)
4012         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4013         (gnus-summary-normal-ancient-face)
4014         (gnus-summary-high-undownloaded-face)
4015         (gnus-summary-low-undownloaded-face)
4016         (gnus-summary-normal-undownloaded-face)
4017         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4018         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4019         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4020         (gnus-splash-face):
4021         New backward-compatibility aliases for renamed faces.
4022         (gnus-group-startup-message): Use renamed gnus faces.
4023
4024         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4025         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4026         (gnus-server-agent): Remove "-face" suffix from face names.
4027         (gnus-server-agent-face, gnus-server-opened-face)
4028         (gnus-server-closed-face, gnus-server-denied-face)
4029         (gnus-server-offline-face):
4030         New backward-compatibility aliases for renamed faces.
4031         (gnus-server-agent-face, gnus-server-opened-face)
4032         (gnus-server-closed-face, gnus-server-denied-face)
4033         (gnus-server-offline-face): Use renamed gnus faces.
4034
4035         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4036         Remove "-face" suffix from face names.
4037         (gnus-picon-xbm-face, gnus-picon-face):
4038         New backward-compatibility aliases for renamed faces.
4039
4040         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4041         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4042         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4043         (gnus-cite-11): Remove "-face" suffix from face names.
4044         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4045         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4046         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4047         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4048         New backward-compatibility aliases for renamed faces.
4049         (gnus-cite-attribution-face, gnus-cite-face-list)
4050         (gnus-article-boring-faces): Use renamed gnus faces.
4051
4052         * gnus-art.el (gnus-signature, gnus-header-from)
4053         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4054         (gnus-header-content): Remove "-face" suffix from face names.
4055         (gnus-signature-face, gnus-header-from-face)
4056         (gnus-header-subject-face, gnus-header-newsgroups-face)
4057         (gnus-header-name-face, gnus-header-content-face):
4058         New backward-compatibility aliases for renamed faces.
4059         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4060
4061         * gnus-sum.el (gnus-summary-selected-face)
4062         (gnus-summary-highlight): Use renamed gnus faces.
4063         * gnus-group.el (gnus-group-highlight): Likewise.
4064
4065 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4066
4067         * gnus-sieve.el (gnus-sieve-article-add-rule):
4068         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4069         * spam-stat.el (spam-stat-buffer-change-to-spam)
4070         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4071
4072         * message.el (message-is-yours-p):
4073         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4074
4075 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * mm-view.el (mm-inline-text): Withdraw the last change.
4078
4079 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4082         executing enriched-decode.
4083
4084 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4087         charset of tar files.
4088
4089 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4090
4091         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4092
4093 2005-06-04  Lute Kamstra  <lute@gnu.org>
4094
4095         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4096         information is never recorded.
4097
4098 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4099
4100         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4101
4102 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * pop3.el (pop3-apop): Run md5 in the binary mode.
4105
4106         * starttls.el (starttls-set-process-query-on-exit-flag):
4107         Use eval-and-compile.
4108
4109 2005-05-31  Simon Josefsson  <jas@extundo.com>
4110
4111         * smime.el (smime-replace-in-string): Define.
4112         (smime-cert-by-ldap-1): Use it.
4113
4114 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * gnus-art.el (article-display-x-face): Replace
4117         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4118
4119         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4120         set-process-query-on-exit-flag or process-kill-without-query.
4121
4122         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4123         loop instead of replace-regexp.
4124
4125         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4126         instead of process-kill-without-query if it is available.
4127
4128         * lpath.el: Fbind ldap-search-entries.
4129
4130         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4131         instead of find-file-hooks if it is available.
4132
4133         * mml1991.el: Bind pgg-default-user-id when compiling.
4134
4135         * mml2015.el: Bind pgg-default-user-id when compiling.
4136
4137         * nndraft.el (nndraft-request-associate-buffer):
4138         Use write-contents-functions instead of write-contents-hooks if it is
4139         available.
4140
4141         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4142         instead of find-file-hooks if it is available.
4143
4144         * nntp.el (nntp-open-connection): Replace
4145         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4146         (nntp-open-ssl-stream): Ditto.
4147         (nntp-open-tls-stream): Ditto.
4148
4149         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4150         set-process-query-on-exit-flag or process-kill-without-query.
4151         (starttls-open-stream-gnutls): Use it instead of
4152         process-kill-without-query.
4153         (starttls-open-stream): Ditto.
4154
4155 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4156
4157         * smime.el (smime-cert-by-ldap-1): Don't use
4158         replace-regexp-in-string.
4159
4160 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4161
4162         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4163
4164         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4165         in PEM format. Adjust to the XEmacs compability.
4166
4167 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4168
4169         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4170         by `string-to-number'.
4171         * gnus-agent.el (gnus-agent-regenerate-group)
4172         (gnus-agent-fetch-articles): Ditto.
4173         * gnus-art.el (gnus-button-fetch-group): Ditto.
4174         * gnus-cache.el (gnus-cache-generate-active)
4175         (gnus-cache-articles-in-group): Ditto.
4176         * gnus-group.el (gnus-group-set-current-level)
4177         (gnus-group-insert-group-line): Ditto.
4178         * gnus-score.el (gnus-score-set-expunge-below)
4179         (gnus-score-set-mark-below, gnus-summary-score-effect)
4180         (gnus-summary-score-entry): Ditto.
4181         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4182         (gnus-soup-pack): Ditto.
4183         * gnus-spec.el (gnus-xmas-format): Ditto.
4184         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4185         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4186         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4187         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4188         * nndb.el (nndb-get-remote-expire-response): Ditto.
4189         * nndiary.el (nndiary-parse-schedule-value)
4190         (nndiary-string-to-number, nndiary-request-replace-article)
4191         (nndiary-request-article): Ditto.
4192         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4193         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4194         * nneething.el (nneething-make-head): Ditto.
4195         * nnfolder.el (nnfolder-request-article)
4196         (nnfolder-retrieve-headers): Ditto.
4197         * nnheader.el (nnheader-file-to-number): Ditto.
4198         * nnkiboze.el (nnkiboze-request-article): Ditto.
4199         * nnmail.el (nnmail-process-unix-mail-format)
4200         (nnmail-process-babyl-mail-format): Ditto.
4201         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4202         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4203         (nnmh-request-create-group, nnmh-request-list-1)
4204         (nnmh-request-group, nnmh-request-article): Ditto.
4205         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4206         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4207         * nnsoup.el (nnsoup-make-active): Ditto.
4208         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4209         * nntp.el (nntp-find-group-and-number)
4210         (nntp-retrieve-headers-with-xover): Ditto.
4211         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4212         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4213         (pgg-format-key-identifier): Ditto.
4214         * pop3.el (pop3-last, pop3-stat): Ditto.
4215         * qp.el (quoted-printable-decode-region): Ditto.
4216
4217         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4218         of concat.
4219
4220 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4223
4224         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4225
4226         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4227
4228         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4229
4230         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4231
4232         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4233
4234         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4235         (gnus-carpal-mode): Ditto.
4236
4237         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4238         (gnus-browse-mode): Ditto.
4239
4240         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4241
4242         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4243
4244 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4245
4246         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4247
4248 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-util.el (gnus-run-mode-hooks): New function.
4251
4252         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4253
4254         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4255         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4256
4257 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4258
4259         * gnus-agent.el (gnus-agent-make-mode-line-string):
4260         Use mode-line-highlight as mouse-face.
4261
4262 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * canlock.el (canlock): Change the parent group to news.
4265
4266         * deuglify.el (gnus-outlook-deuglify): Add :group.
4267
4268         * dig.el (dig): Add :group.
4269
4270         * dns-mode.el (dns-mode): Add :group.
4271
4272         * encrypt.el (encrypt): Add :group.
4273
4274         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4275         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4276         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4277         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4278         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4279
4280         * gnus-diary.el (gnus-diary): Add :group.
4281
4282         * gnus.el (gnus-group-news-1-face): Add :group.
4283         (gnus-group-news-1-empty-face): Ditto.
4284         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4285         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4286         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4287         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4288         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4289         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4290         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4291         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4292         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4293         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4294         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4295         (gnus-summary-high-ticked-face): Ditto.
4296         (gnus-summary-low-ticked-face): Ditto.
4297         (gnus-summary-normal-ticked-face): Ditto.
4298         (gnus-summary-high-ancient-face): Ditto.
4299         (gnus-summary-low-ancient-face): Ditto.
4300         (gnus-summary-normal-ancient-face): Ditto.
4301         (gnus-summary-high-undownloaded-face): Ditto.
4302         (gnus-summary-low-undownloaded-face): Ditto.
4303         (gnus-summary-normal-undownloaded-face): Ditto.
4304         (gnus-summary-high-unread-face): Ditto.
4305         (gnus-summary-low-unread-face): Ditto.
4306         (gnus-summary-normal-unread-face): Ditto.
4307         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4308         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4309
4310         * hashcash.el (hashcash): New custom group.
4311         (hashcash-default-payment): Add :group.
4312         (hashcash-payment-alist): Ditto.
4313         (hashcash-default-accept-payment): Ditto.
4314         (hashcash-accept-resources): Ditto.
4315         (hashcash-path): Ditto.
4316         (hashcash-extra-generate-parameters): Ditto.
4317         (hashcash-double-spend-database): Ditto.
4318         (hashcash-in-news): Ditto.
4319
4320         * message.el (message-minibuffer-local-map): Add :group.
4321
4322         * netrc.el (netrc): Add :group.
4323
4324         * sieve-manage.el (sieve-manage-log): Add :group.
4325         (sieve-manage-default-user): Diito.
4326         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4327         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4328         (sieve-manage-authenticators): Ditto.
4329         (sieve-manage-authenticator-alist): Ditto.
4330         (sieve-manage-default-port): Ditto.
4331
4332         * sieve-mode.el (sieve-control-commands-face): Add :group.
4333         (sieve-action-commands-face): Ditto.
4334         (sieve-test-commands-face): Ditto.
4335         (sieve-tagged-arguments-face): Ditto.
4336
4337         * smime.el (smime): Add :group.
4338
4339         * spam-report.el (spam-report): Add :group.
4340
4341         * spam.el (spam, spam-face): Add :group.
4342
4343 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4346         return \n.\n.\n at the end of articles.  Protect against that.
4347         (nntp-with-open-group): Allow debugging.
4348
4349         * nnheader.el (mail-header-set-extra): Make into a function
4350         because I just could't understand how to quote the list properly.
4351
4352         * dns.el (query-dns-cached): New function.
4353
4354 2005-05-26  Lute Kamstra  <lute@gnu.org>
4355
4356         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4357
4358 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4361
4362         * gnus-art.el: Don't autoload mail-extract-address-components.
4363
4364         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4365         eval-and-compile to evaluate it.
4366
4367         * hashcash.el: Don't autoload executable-find.
4368
4369         * nndb.el: Don't declare the nndb back end two or more times; don't
4370         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4371
4372         * nntp.el: Autoload format-spec instead of format; use
4373         eval-and-compile to evaluate autoload forms.
4374
4375 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4376
4377         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4378
4379 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * gnus.el (gnus-version-number): Bump version.
4382
4383 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4384
4385         * gnus.el: No Gnus v0.3 is released.
4386
4387 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * lpath.el (featurep): Bind show-nonbreak-escape.
4390
4391 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * gnus-art.el (gnus-article-edit-part): Disable undo.
4394
4395 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4398         gnus-article-date-lapsed-new-header is t if date timer is active;
4399         skip headers in which the original date value is empty.
4400         (gnus-article-save-original-date): Redefine it as a macro.
4401         (gnus-display-mime): Use it.
4402
4403 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * gnus-art.el (article-date-ut): Support converting date in
4406         forwarded parts as well.
4407         (gnus-article-save-original-date): New function.
4408         (gnus-display-mime): Use it.
4409
4410 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4411
4412         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4413         enclosure element of <item>.
4414
4415 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4416
4417         * message.el (message-kill-buffer-query): Renamed from
4418         `message-kill-buffer-query-if-modified'.  Added :version.
4419
4420 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4423         window layout.
4424
4425 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * mml.el: Autoload dnd when compiling.
4428
4429 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4430
4431         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4432         x-dnd-*.
4433
4434 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * qp.el (quoted-printable-encode-region): Save excursion.
4437
4438 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4439
4440         * message.el (message-kill-buffer-query-if-modified): new variable
4441         so the user can kill a modified message buffer quickly
4442         (message-kill-buffer): use it.
4443
4444 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * lpath.el: Fbind display-time-event-handler; don't fbind
4447         string-to-multibyte.
4448
4449         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4450
4451 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4454         contained in text because xml.el decodes entities) with LFs.
4455
4456 2005-04-11  Lute Kamstra  <lute@gnu.org>
4457
4458         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4459         differently.
4460
4461 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4462
4463         * mm-util.el (mm-detect-coding-region): Typo.
4464
4465 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4468
4469 2005-04-06  D Goel  <deego@gnufans.org>
4470
4471         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4472         user-function allow user modifications of the scores.
4473         (spam-stat-score-buffer-user): New function, to allow
4474         user-computed modifications to the score.
4475         (spam-stat-score-buffer-user-functions): list of additional
4476         scoring functions
4477         (spam-stat-error-holder): global temporary error holder
4478         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4479         variable
4480
4481 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4482
4483         * gnus-registry.el (gnus-registry-clean-empty-function)
4484         (gnus-registry-trim, gnus-registry-fetch-groups)
4485         (gnus-registry-delete-group): now groups that match
4486         `gnus-registry-ignored-groups' will be removed from the registry
4487         entries, not just ignored for splitting.  This helps clean up the
4488         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4489         to get all the groups a message ID is in.
4490
4491         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4492         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4493         (spam-stat-score-buffer-user-functions): added :number custom type
4494
4495 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4498         argument in XEmacs.
4499
4500         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4501         (nnrss-request-group): Decode group name first.
4502         (nnrss-request-article): Make a text/plain article if mml-to-mime
4503         failed.
4504         (nnrss-get-encoding): Return a compatible encoding according to
4505         nnrss-compatible-encoding-alist.
4506         (nnrss-find-el): Use consp instead of listp.
4507         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4508
4509 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4512         which Emacs 20 doesn't support.
4513         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4514
4515 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4516
4517         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4518         silence the byte compiler inside the defun
4519
4520         * gnus-demon.el (parse-time-string): Add autoload.
4521
4522         * gnus-delay.el (parse-time-string): Add autoload.
4523
4524         * gnus-art.el (parse-time-string): Add autoload.
4525
4526         * nnultimate.el (parse-time): Require for `parse-time-string'.
4527
4528 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4529
4530         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4531
4532         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4533
4534         * smime.el (smime-ldap-host-list): Add :version.
4535
4536 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4537
4538         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4539         pass it to `gnus-browse-read-group'.
4540         (gnus-browse-read-group): Add NUMBER argument and pass it to
4541         `gnus-group-read-ephemeral-group'.
4542
4543         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4544         argument and pass it to `gnus-group-read-group'.
4545
4546 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4547
4548         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4549         mm-xemacs-find-mime-charset-1 if we have the mule feature
4550         available at runtime.
4551
4552 2005-03-25  Werner Lemberg  <wl@gnu.org>
4553
4554         * nnmaildir.el: Replace `illegal' with `invalid'.
4555
4556 2005-03-23  Lute Kamstra  <lute@gnu.org>
4557
4558         * time-date.el: Add comment on time value formats.
4559         Don't require parse-time.
4560         (with-decoded-time-value): New macro.
4561         (encode-time-value): New function.
4562         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4563         (days-to-time): Return a valid time value when arg is huge.
4564         (time-since): Use time-subtract.
4565         (time-to-number-of-days): Use time-to-seconds.
4566
4567 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4568
4569         * gnus-start.el (gnus-display-time-event-handler):
4570         Check display-time-timer at runtime rather than only at load time
4571         in case display-time-mode is turned off in the mean time.
4572
4573 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4574
4575         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4576         used.
4577
4578         * nneething.el (nneething-map-file-directory): Derive from
4579         `gnus-directory'.
4580
4581         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4582         the To/Cc button.
4583
4584 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4585
4586         * nnmaildir.el (nnmaildir-request-accept-article):
4587         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4588
4589 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4590
4591         * gnus-async.el: Require timer-funcs at compile time when in
4592         XEmacs for `run-with-idle-timer'.
4593
4594 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4595
4596         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4597         autoloaded function.
4598
4599 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4600
4601         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4602
4603 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4604
4605         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4606
4607 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4610         gnus-expert-user to default.
4611
4612 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4613
4614         * nnimap.el (nnimap-open-server): Ditto.
4615
4616         * imap.el (imap-authenticate): Fix typo.
4617
4618 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4619
4620         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4621         buffer (since IMAP server might return FETCH response out of
4622         order, and the nntp buffer must be sorted).
4623
4624 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4625
4626         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4627         comparison on string.
4628
4629         * gnus-agent.el (gnus-agent-long-article,
4630         gnus-agent-short-article, gnus-agent-score): Renamed category
4631         keywords to match gnus-cus.
4632         (gnus-agent-summary-fetch-series): Modified to protect against
4633         gnus-agent-summary-fetch-group clearing processable flags.
4634         (gnus-agent-synchronize-group-flags): Update live group buffer as
4635         synchronization may occur due to the user toggle the plugged
4636         status.
4637         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4638         successfully downloaded.
4639         (gnus-agent-expire-group-1): Avoid using markers when the overview
4640         is in ascending order; greatly improves performance.
4641         (gnus-agent-regenerate-group): Use
4642         gnus-agent-synchronize-group-flags to reset read status in both
4643         gnus and server.
4644         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4645
4646 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4647
4648         * message.el: Don't autoload former message-utils variables.
4649         (message-strip-subject-trailing-was): Change doc string.
4650
4651         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4652         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4653         (nnweb-google-search): Add "hl=en" here.
4654         (nnweb-google-parse-1, nnweb-google-create-mapping):
4655         Don't hardcode URL.
4656
4657 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4658
4659         * message.el (message-get-reply-headers, message-followup):
4660         Mention related variables `message-use-followup-to' and
4661         `message-use-mail-followup-to', in the information buffer.
4662
4663         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4664         of broken groups(-beta).google.com.
4665
4666 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4667
4668         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4669         parameter to invoked gnus-request-move-article; remove the
4670         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4671         all at once instead of once per article
4672         (gnus-summary-remove-process-mark): accept a list of articles as
4673         well as a single article for processing
4674
4675         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4676
4677         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4678
4679         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4680
4681         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4682
4683         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4684
4685         * nnimap.el (nnimap-request-move-article): add move-is-internal
4686         parameter and remove the gnus-sum-hint-move-is-internal variable
4687
4688         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4689
4690         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4691
4692         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4693
4694         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4695
4696         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4697
4698         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4699
4700 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4701
4702         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4703         a more conservative way.
4704
4705 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4706
4707         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4708         buffer, so it moves the window's cursor.
4709
4710 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4711
4712         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4713         `mm-dissect-multipart' and receive the from field as an (optional)
4714         argument from `mm-dissect-multipart'.
4715         (mm-dissect-multipart): Receive the from field as an argument and
4716         pass it on when we call `mm-dissect-buffer' on MIME parts.
4717         Fixes verification/decryption of signed/encrypted MIME parts.
4718
4719 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4720
4721         * gnus-sum.el (gnus-summary-move-article): set
4722         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4723         whatever it calls (right now, only nnimap-request-move article
4724         respects it)
4725
4726         * nnimap.el (nnimap-request-move-article): when
4727         gnus-sum-hint-move-is-internal is set, don't do the extra
4728         nnimap-request-article
4729
4730 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4733
4734         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4735         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4736
4737         * gnus-sum.el (gnus-summary-caesar-message):
4738         Apply `gnus-treat-article' after rotation.
4739
4740         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4741         doc string.
4742
4743 2005-02-22  Simon Josefsson  <jas@extundo.com>
4744
4745         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4746         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4747         <arne@arnested.dk>.
4748         (encrypt): Add password-cache and password-cache-expiry as group
4749         members.
4750
4751 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4752
4753         * smime.el (smime-ldap-host-list): Doc fix.
4754         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4755         cache) password.
4756         (smime-sign-region): Use it.
4757         (smime-decrypt-region): Use it.
4758         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4759         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4760         fails.
4761         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4762         certificate from DER to PEM format rather than calling openssl.
4763
4764         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4765
4766         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4767         for signing/encryption.
4768
4769         * mml.el (mml-parse-1): Use them.
4770
4771 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4772
4773         * nnrss.el (nnrss-verbose): Removed.
4774         (nnrss-request-group): Use `nnheader-message' instead.
4775
4776 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4777
4778         * nnrss.el (nnrss-verbose): New variable.
4779         (nnrss-request-group): Make it say nnrss is requesting a group.
4780
4781 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4782
4783         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4784         Handle news URL with given port correctly.
4785
4786 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4789         containing special characters.
4790
4791         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4792
4793         * mml.el (mime-to-mml): Ditto.
4794
4795         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4796         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4797         (rfc2047-decode-region): Quote decoded words containing special
4798         characters when rfc2047-quote-decoded-words-containing-tspecials
4799         is non-nil.
4800
4801 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4802
4803         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4804
4805         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4806
4807 2005-02-15  Simon Josefsson  <jas@extundo.com>
4808
4809         * nnimap.el (nnimap-debug): Doc fix.
4810
4811         * imap.el (imap-debug): Doc fix.
4812
4813 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4816
4817 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4818
4819         * gnus.el (spam-contents): improve docs for spam-contents
4820         parameter in its variable incarnation
4821
4822 2005-02-14  Simon Josefsson  <jas@extundo.com>
4823
4824         * smime-ldap.el: Use require instead of load-library for ldap.
4825         (smime-ldap-search): Indent.
4826         (smime-ldap-search-internal): Shorten line.
4827
4828         * smime.el (smime-cert-by-dns): Add doc-string.
4829         (smime-cert-by-ldap-1): Indent.
4830
4831         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4832         mml-smime-get-dns-ldap.
4833         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4834
4835 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4836
4837         * smime.el: Require smime-ldap.
4838         (smime-ldap-host-list): New variable.
4839         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4840
4841         * mml-smime.el (mml-smime-encrypt-query): New function.
4842         (mml-smime-encrypt-query): Use it.
4843
4844         * smime-ldap.el: New file.
4845
4846 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4849
4850 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4851
4852         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4853         argument in doc string.  Make query for type more clear.
4854
4855 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4856
4857         * gnus.el (gnus-group-startup-message): Search for gnus images in
4858         etc/images/gnus.
4859         * mm-util.el (mm-image-load-path): Likewise.
4860         * smiley.el (smiley-data-directory): Search for smilies in
4861         etc/images/smilies.
4862
4863 2005-02-09  Kim F. Storm  <storm@cua.dk>
4864
4865         Change Emacs release version from 21.4 to 22.1 throughout.
4866         Change Emacs development version from 21.3.50 to 22.0.50.
4867
4868 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4871
4872         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4873         non-Mule XEmacs as well.
4874         (mm-decompress-buffer): Signal an error intentionally if it does
4875         not decompress compressed data because auto-compression-mode is
4876         disabled.
4877
4878 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4879
4880         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4881         an ID in the registry even if it has no groups
4882
4883 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4886         merge it into mm-decompress-buffer.
4887         (gnus-mime-copy-part): Use the MIME part charset, the value which
4888         a user specified or gnus-newsgroup-charset for decoding, like
4889         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4890         save-buffer what was used.  Suggested by Kevin Ryde
4891         <user42@zip.com.au>.
4892         (gnus-mime-inline-part): Allow the name parameter as well as the
4893         filename parameter; force decompressing of compressed data; always
4894         display contents being not decoded as unibyte.
4895
4896         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4897         as well as the filename parameter.
4898
4899         * mm-util.el (mm-decompress-buffer): Merge
4900         gnus-mime-jka-compr-maybe-uncompress.
4901         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4902         of compressed data.
4903
4904 2005-02-08  Simon Josefsson  <jas@extundo.com>
4905
4906         * imap.el (imap-log): Doc fix.
4907
4908 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4911         the coding cookies; decompress compressed parts.
4912
4913         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4914         to the value which a user specified manually or the coding cookie.
4915
4916         * mm-util.el (mm-string-to-multibyte): New function.
4917         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4918         (mm-coding-system-to-mime-charset): New function.
4919         (mm-decompress-buffer): New function.
4920         (mm-find-buffer-file-coding-system): New function.
4921
4922         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4923         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4924         parts.
4925
4926 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4927
4928         * mm-view.el (mm-display-inline-fontify): Decode a part according
4929         to the charset parameter.
4930
4931 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4934         prefix arg is neither nil nor a number, as info specifies.
4935
4936 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
4939         timestamps.
4940
4941 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
4942
4943         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
4944         groups error checking and notify user.
4945
4946 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
4947
4948         * message.el (message-send-mail-function): Check existence of
4949         sendmail-program first before using default value
4950         `message-send-mail-with-sendmail'.  Otherwise use more generic
4951         `smtpmail-send-it'.
4952
4953 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * nntp.el (nntp-request-update-info): Always return nil.
4956
4957 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4958
4959         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
4960
4961 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4962
4963         * message.el (message-beginning-of-line): Change the behavior when
4964         invoked between BOL and : so that it first moves backward.
4965
4966 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
4969         article buffer when editing of the article is discarded.
4970         (gnus-article-prepare): Revert.
4971
4972 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * gnus-art.el (gnus-article-prepare):
4975         Remove message-strip-forbidden-properties from the local hook.
4976
4977 2005-01-27  Simon Josefsson  <jas@extundo.com>
4978
4979         * password.el (password-cache-add): Only start one timer per key.
4980         Reported by Derek Atkins <warlord@MIT.EDU>.
4981
4982 2005-01-26  Steve Youngs  <steve@sxemacs.org>
4983
4984         * run-at-time.el: Removed.  It is no longer needed as
4985         timer-funcs.el in the xemacs-base package has a working version of
4986         `run-at-time'.
4987
4988         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
4989
4990         * password.el: Require timer-funcs instead of run-at-time in
4991         XEmacs.
4992         Remove `password-run-at-time' macro.
4993         (password-cache-add): Use `run-at-time' instead of
4994         `password-run-at-time'.
4995
4996         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
4997         Remove `nnheader-cancel-function-timers' alias,
4998         `cancel-function-timers' exists in XEmacs in timer-funcs.
4999
5000         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5001         for `run-with-idle-timer'.
5002
5003         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5004         for `run-at-time'.
5005
5006         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5007         for `with-timeout'.
5008
5009         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5010         the same as for XEmacs 21.4.
5011         No need to ignore `run-with-idle-timer', this function exists in
5012         XEmacs now in timer-funcs.el in the xemacs-base package.
5013         (dgnushack-compile): No need to delete
5014         run-at-time.el from the list of files to compile because it
5015         doesn't exist anymore.
5016
5017 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5020         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5021
5022 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5023
5024         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5025         sensitively.
5026
5027 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5028
5029         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5030
5031 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5034         which will be inserted according to the multibyteness of a buffer
5035         rather than the type of contents.  Suggested by ARISAWA Akihiro
5036         <ari@mbf.ocn.ne.jp>.
5037
5038         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5039         of string which old xml.el may return rather than a string.
5040
5041 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5044
5045 2005-01-16  Simon Josefsson  <jas@extundo.com>
5046
5047         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5048         idn/idna.el isn't available.
5049         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5050         <michael@waxrat.com>.
5051
5052         * hashcash.el: Remove non-FSF copyright header.
5053
5054         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5055         (hashcash-generate-payment): Use it.
5056         (hashcash-generate-payment-async): Use it.
5057
5058 2005-01-15  Simon Josefsson  <jas@extundo.com>
5059
5060         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5061         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5062
5063         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5064         gnus-summary-idna-message.
5065         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5066         (gnus-summary-idna-message): New function.
5067
5068 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5069
5070         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5071         gnus-novice-user.
5072
5073 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * nnrss.el (nnrss-request-delete-group): Delete entries in
5076         nnrss-group-alist as well.
5077         (nnrss-save-server-data): Insert newline.
5078
5079 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5080
5081         * gnus.el (gnus-user-agent): Use list of symbols instead of
5082         symbols.  Display full version number for (S)XEmacs.  Optionally
5083         display (S)XEmacs codename.
5084
5085         * gnus-util.el (gnus-emacs-version): Update for new
5086         `gnus-user-agent'.
5087
5088         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5089         Gnus version.
5090
5091 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5092
5093         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5094         which is unreadable in some setups.
5095
5096 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * gnus-spec.el (gnus-update-format-specifications): Flush the
5099         group format spec cache if it doesn't support decoded group names.
5100
5101 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5104         to apply decay on score files matching a regexp.
5105
5106 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5109         compatibility in %g and %c.
5110
5111 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5114         name for only %g and %c.
5115         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5116         of gnus-tmp-group to decoded group name.
5117         (gnus-group-make-rss-group): Exclude `/'s from group names.
5118
5119 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * nnrss.el (nnrss-get-encoding): Fix regexp.
5122
5123 2004-12-27  Simon Josefsson  <jas@extundo.com>
5124
5125         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5126         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5127         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5128
5129 2004-12-17  Kim F. Storm  <storm@cua.dk>
5130
5131         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5132
5133         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5134
5135 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5136
5137         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5138
5139 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * nnrss.el: Require rfc2047 and mml.
5142         (nnrss-file-coding-system): New variable.
5143         (nnrss-format-string): Redefine it as an inline function.
5144         (nnrss-decode-group-name): New function.
5145         (nnrss-string-as-multibyte): Remove.
5146         (nnrss-retrieve-headers): Decode group name; don't use
5147         nnrss-format-string.
5148         (nnrss-request-group): Decode group name.
5149         (nnrss-request-article): Decode group name; allow a Message-ID as
5150         well as an article number; don't use nnrss-format-string; encode a
5151         Message-ID string which may contain non-ASCII characters; use
5152         mml-to-mime to compose a MIME article.
5153         (nnrss-request-expire-articles): Decode group name.
5154         (nnrss-request-delete-group): Decode group name.
5155         (nnrss-fetch): Clarify error message.
5156         (nnrss-read-server-data): Use insert-file-contents instead of load;
5157         bind file-name-coding-system; use multibyte buffer.
5158         (nnrss-save-server-data): Bind coding-system-for-write to the
5159         value of nnrss-file-coding-system; bind file-name-coding-system;
5160         add coding cookie.
5161         (nnrss-read-group-data): Use insert-file-contents instead of load;
5162         bind file-name-coding-system; use multibyte buffer.
5163         (nnrss-save-group-data): Bind coding-system-for-write to the
5164         value of nnrss-file-coding-system; bind file-name-coding-system.
5165         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5166         make it work with non-ASCII text.
5167         (nnrss-find-el): Make it work with old xml.el as well.
5168
5169 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5170
5171         * nnrss.el (nnrss-get-encoding): New function.
5172         (nnrss-fetch): Use unibyte buffer initially; bind
5173         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5174         decode contents according to the encoding attribute.
5175         (nnrss-save-group-data): Add coding cookie.
5176         (nnrss-mime-encode-string): New function.
5177         (nnrss-check-group): Use it to encode subject and author.
5178
5179 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5180
5181         * spam.el (spam-check-BBDB): don't get the symbol-value of an
5182         imaginary variable
5183
5184 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5187         correctly even if there are wide characters.
5188
5189 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5190
5191         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
5192         downcased symbol names; make a new cache instead of reusing
5193         bbdb-hashtable
5194
5195 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5198         concatenating segments rather than before concatenating them.
5199         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5200
5201         * message.el (message-get-reply-headers): Bind `extra'.
5202
5203 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * message.el (message-extra-wide-headers): New variable.
5206         (message-get-reply-headers): Use it.
5207
5208 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5211         (gnus-agent-group-pathname): Ditto.
5212
5213         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5214
5215         * gnus-group.el (gnus-group-make-group): Decode group name.
5216         (gnus-group-make-rss-group): Register the group data after opening
5217         the nnrss group.
5218
5219 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5220
5221         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5222         by expiry now get marked as read.
5223
5224 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5227
5228 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5229
5230         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5231         unify Latin characters in XEmacs.
5232         (mm-find-mime-charset-region): Use it.
5233
5234 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * gnus-util.el (gnus-delete-directory): New function.
5237
5238         * gnus-agent.el (gnus-agent-delete-group): Use it.
5239
5240         * gnus-cache.el (gnus-cache-delete-group): Use it.
5241
5242 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5245         names.
5246
5247 2004-12-16  Simon Josefsson  <jas@extundo.com>
5248
5249         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5250
5251 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5254
5255         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5256         (gnus-group-set-current-level): Decode group name.
5257
5258 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5259
5260         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5261         failed.
5262
5263 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-group.el (gnus-group-delete-group): Decode group name.
5266         (gnus-group-make-rss-group): Encode group name.
5267         (gnus-group-catchup-current): Decode group name.
5268         (gnus-group-kill-group): Decode group name.
5269
5270 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5271
5272         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5273
5274 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-group.el (gnus-group-make-rss-group):
5277         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5278
5279         * gnus-start.el (gnus-setup-news): Honor user's setting to
5280         gnus-message-archive-method.  Suggested by Lute Kamstra
5281         <lute@gnu.org>.
5282
5283 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5284
5285         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5286         global counterparts of the buffer-local variables.
5287
5288 2004-11-16  Romain Francoise  <romain@orebokech.com>
5289
5290         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5291         counterparts of the buffer-local variables.
5292
5293 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5294
5295         * message.el (message-forbidden-properties): Fixed typo in doc
5296         string.
5297
5298 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * gnus-util.el (gnus-replace-in-string): Added doc string.
5301
5302         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5303         to avoid problems when splitting mails with many recipients.
5304
5305 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5306
5307         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5308         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5309
5310 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5311
5312         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5313         if there is no hashtable in memory or file modification time is
5314         newer than cached timestamp.
5315
5316 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5317
5318         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5319         not-matching option.
5320
5321 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5324         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5325         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5326         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5327         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5328         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5329
5330 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * message.el (message-forward-make-body-mml): Remove headers
5333         according to message-forward-ignored-headers if a message is decoded.
5334
5335 2004-12-02  Romain Francoise  <romain@orebokech.com>
5336
5337         * message.el (message-forward-make-body-plain): Always remove
5338         headers according to message-forward-ignored-headers.
5339
5340 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5341
5342         * spam.el (spam-summary-prepare-exit): remove the
5343         gnus-summary-limit pop for now, it has problems with ham marks for
5344         me
5345
5346 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5347
5348         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5349         correctly
5350
5351 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5352
5353         * format-spec.el (format-spec): Message the char.
5354
5355 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5356
5357         * gnus-art.el (gnus-split-methods): reformat comments
5358
5359         * spam.el (spam-summary-prepare-exit): remove article limits
5360         before exiting the summary buffer
5361
5362 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5365         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5366
5367         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5368         order to silence the byte compiler.
5369
5370         * spam.el: Fix the way to silence the byte compiler, which
5371         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5372         bbdb-search-simple, spam-BBDB-register-routine,
5373         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5374         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5375         spam-stat-buffer-is-spam, spam-stat-load,
5376         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5377         spam-stat-save and spam-stat-split-fancy.
5378
5379 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5382         which may confuse users.
5383         (canlock-password-for-verify): Ditto.
5384
5385         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5386
5387         * gnus-art.el (gnus-emphasis-alist): Ditto.
5388
5389         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5390
5391         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5392
5393         * gnus-start.el (gnus-save-killed-list): Ditto.
5394
5395         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5396         (gnus-sum-thread-tree-root): Ditto.
5397         (gnus-sum-thread-tree-false-root): Ditto.
5398         (gnus-sum-thread-tree-single-indent): Ditto.
5399
5400         * message.el (message-courtesy-message): Ditto.
5401         (message-archive-note): Ditto.
5402         (message-subscribed-address-file): Ditto.
5403         (message-user-fqdn): Ditto.
5404
5405         * spam-report.el (spam-report-gmane-regex): Ditto.
5406
5407         * spam.el (spam-blackhole-good-server-regex): Ditto.
5408
5409 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * mml.el (mml-preview): Widen the message buffer before copying
5412         the contents to the preview buffer; sort headers before previewing.
5413
5414         * message.el (message-hidden-headers): Fix the way to avoid a bug
5415         in the `repeat' widget in Emacs 21.3 or earlier.
5416
5417 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * message.el (message-hidden-headers): Default to "^References:".
5420         Improve customization type.  Suggested by Reiner Steib
5421         <Reiner.Steib@gmx.de>.
5422
5423 2004-11-25  Romain Francoise  <romain@orebokech.com>
5424
5425         * message.el (message-strip-forbidden-properties): Remove check for
5426         obsolete `message-hidden' text property, hidden headers are not
5427         accessible in the buffer anymore.
5428
5429 2004-11-22  Romain Francoise  <romain@orebokech.com>
5430
5431         * message.el (message-header-format-alist): Add `From' in list
5432         so that it can be sorted.
5433         (message-fix-before-sending): Widen and sort headers before
5434         sending.
5435         (message-hide-headers): Use narrowing to hide headers by moving
5436         them to the top of the buffer and narrowing to the region
5437         underneath.
5438
5439 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440
5441         * message.el (message-strip-forbidden-properties): Bind
5442         buffer-read-only (etc) to nil.
5443
5444 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5447         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5448
5449 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5450
5451         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5452
5453 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * dns.el (query-dns): Use sit-for to time instead of
5456         accept-process-output, since that doesn't seem to work on udp
5457         sockets.
5458
5459 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5462
5463 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5464
5465         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5466         doc string.  Improve doc string.
5467
5468 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * nntp.el (nntp-request-update-info): Return nil if
5471         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5472         may not call gnus-activate-group which uselessly issues the GROUP
5473         commands for all nntp groups and wastes time.  Reported by Romain
5474         Francoise <romain@orebokech.com>.
5475
5476         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5477
5478 2004-11-15  Simon Josefsson  <jas@extundo.com>
5479
5480         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5481         headers separately.
5482         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5483         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5484
5485 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5486
5487         * gnus-start.el (gnus-convert-old-newsrc):
5488         Assign legacy-gnus-agent to 5.10.7.
5489
5490 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5493         start of the lines.
5494
5495 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5496
5497         * hashcash.el (hashcash-default-payment): Change default to 20
5498         (hashcash-default-accept-payment): Change default to 20
5499         (hashcash-process-alist): New variable
5500         (hashcash-generate-payment-async): Add
5501         (hashcash-already-paid-p): Add
5502         (hashcash-insert-payment): Don't generate payments twice
5503         (hashcash-insert-payment-async): Add
5504         (hashcash-insert-payment-async-2): Add
5505         (hashcash-cancel-async): Add
5506         (hashcash-wait-async): Add
5507         (hashcash-processes-running-p): Add
5508         (hashcash-wait-or-cancel): Add
5509         (mail-add-payment): New optional argument.  Conditionally start
5510         asynchronous calculation.
5511         (mail-add-payment-async): Add
5512
5513         * message.el (message-send-mail): Wait for asynchronous hashcash
5514         results.  Don't clobber existing X-Hashcash headers.
5515         (message-setup-1): Call mail-add-payment-async when
5516         message-generate-hashcash is non-nil.
5517
5518 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5519
5520         * message.el (message-use-alternative-email-as-from): Examine the
5521         From header as well; use message-make-from in order to include a
5522         user's full name.
5523
5524 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5527         default; improve customization type.
5528         (gnus-emphasis-custom-with-format): New macro.
5529         (gnus-emphasis-custom-value-to-external): New function.
5530         (gnus-emphasis-custom-value-to-internal): New function.
5531
5532 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5533
5534         * dns.el (query-dns): Resolve reverse addresses.
5535
5536 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5537
5538         * gnus-group.el (gnus-group-get-new-news): Use it.
5539
5540         * gnus-start.el (gnus-check-reasonable-setup): New function.
5541
5542 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5545         "Args out of range" error.  Reported by Arnaud Giersch
5546         <arnaud.giersch@free.fr>.
5547
5548 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
5549
5550         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5551
5552 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5553
5554         * spam.el (spam group): Add :version.
5555
5556         * pgg-def.el (pgg group): Add :version.
5557
5558 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-art.el (gnus-article-edit-article): Don't associate the
5561         article buffer with a draft file.  This is a temporary measure
5562         against the 2004-08-22 change to gnus-article-edit-mode.
5563
5564 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5567         (html2text-format-tags): Remove unused variable `attr'.
5568
5569 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5570
5571         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5572
5573         * tls.el (tls-process-connection-type, tls-success)
5574         (tls-certtool-program): Add :version.
5575
5576         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5577         (starttls-extra-arguments, starttls-process-connection-type)
5578         (starttls-connect, starttls-failure, starttls-success):
5579
5580         * spam-stat.el (spam-stat): Add :version.
5581
5582         * sieve.el (sieve): Add :version.
5583
5584         * sha1.el (sha1): Add :version.
5585         (sha1-use-external): Remove redundant version.
5586
5587         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5588         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5589         (nnmail-split-fancy-match-partial-words)
5590         (nnmail-split-lowercase-expanded):
5591
5592         * nndiary.el (nndiary): Add :version.
5593
5594         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5595
5596         * mml-sec.el (mml-default-sign-method)
5597         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5598         Add :version.
5599
5600         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5601
5602         * mm-url.el (mm-url-use-external, mm-url-program)
5603         (mm-url-arguments): Add :version.
5604
5605         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5606         (mm-attachment-file-modes, mm-decrypt-option)
5607         (mm-w3m-safe-url-regexp): Add :version.
5608
5609         * message.el (message-cite-prefix-regexp)
5610         (message-sendmail-envelope-from, message-minibuffer-local-map)
5611         (message-user-fqdn, message-completion-alist): Add :version.
5612
5613         * gnus-win.el (gnus-configure-windows-hook)
5614         (gnus-use-frames-on-any-display): Add :version.
5615
5616         * gnus-art.el (gnus-article-address-banner-alist)
5617         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5618         (gnus-treat-from-picon, gnus-treat-mail-picon)
5619         (gnus-treat-x-pgp-sig): Add :version.
5620
5621         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5622         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5623         (gnus-summary-article-delete-hook)
5624         (gnus-summary-display-while-building): Add :version.
5625
5626         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5627         (gnus-get-top-new-news-hook):Add :version.
5628
5629         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5630         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5631
5632         * gnus-registry.el (gnus-registry): Add :version.
5633
5634         * gnus-spec.el (gnus-use-correct-string-widths)
5635         (gnus-make-format-preserve-properties): Add :version.
5636
5637         * gnus.el (gnus-group-charter-alist)
5638         (gnus-group-fetch-control-use-browse-url)
5639         (gnus-install-group-spam-parameters): Add :version.
5640
5641         * gnus-diary.el (gnus-diary): Add :version.
5642
5643         * gnus-delay.el (gnus-delay): Add :version.
5644
5645         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5646         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5647         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5648         Add :version.
5649
5650         * gnus-agent.el (gnus-agent-max-fetch-size)
5651         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5652         (gnus-agent-prompt-send-queue): Add :version.
5653
5654         * deuglify.el (gnus-outlook-deuglify): Add :version.
5655
5656         * html2text.el: Beautify code.  Improve doc strings.  Some
5657         checkdoc cleanup.
5658         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5659
5660 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
5661
5662         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5663
5664 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5665
5666         * gnus-registry.el (gnus-registry-hashtb): create the registry
5667         when package is loaded
5668
5669         * spam.el (spam-summary-score-preferred-header): global preference
5670         for people who want to override the default SpamAssassin over
5671         Bogofilter preference (when both are set)
5672         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5673         (spam-user-format-function-S): check spam-summary-score-preferred-header
5674         (spam-extra-header-to-number): add X-Bogosity header parsing
5675         (spam-user-format-function-S): format the score correctly
5676
5677 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5680         signature file.  Suggested by Manoj Srivastava
5681         <srivasta@golden-gryphon.com>.
5682
5683         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5684         iso-2022-jp even in the Japanese language environment.
5685         Suggested by Jason Rumney <jasonr@gnu.org>.
5686
5687 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5690         use the same characters as the dummy marks; make it free from
5691         getting affected by the language environment.
5692         (gnus-summary-read-group-1): Update mark positions only when the
5693         format spec is updated.
5694
5695         * gnus-spec.el (gnus-update-format-specifications): Return a list
5696         of updated types.
5697
5698 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5701         of boundp to check if display-warning is available.
5702
5703 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5706
5707 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * nnspool.el (nnspool-spool-directory): Use news-path if the
5710         news-directory variable is not bound.
5711
5712         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5713         function instead of display-warning if it is not available.
5714
5715 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5718         v5-10: Use `point-at-bol'.
5719
5720 2004-10-26  Simon Josefsson  <jas@extundo.com>
5721
5722         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5723         <chenggao@gmail.com>.
5724
5725 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5726
5727         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5728         instead.
5729
5730 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5731
5732         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5733         to remove a server from the nnimap-server-buffer-alist
5734         (nnimap-open-connection, nnimap-close-server): use it
5735
5736         * gnus-encrypt.el: removed in favor of encrypt.el
5737
5738 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5741         running the major-mode function.
5742
5743 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5746         dummy marks in the right way.
5747
5748 2004-10-18  David Edmondson  <dme@dme.org>
5749
5750         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5751         excessively.
5752
5753 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * gnus-util.el (gnus-split-references): accept a nil references
5756         string and go on blissfully
5757
5758         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5759         cases where the references string is non-nil but has no references
5760
5761         * encrypt.el: add autoload tags
5762
5763         * spam.el (spam-resolve-registrations-routine): remove article
5764         from unregistration list too.  Reported by David Hanak
5765         <dhanak@isis.vanderbilt.edu>
5766
5767 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5770         nil.  Changed custom type.
5771
5772 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5773
5774         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5775
5776         * gnus-sum.el (gnus-summary-move-article): Use it.
5777
5778 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5779
5780         * encrypt.el: add autoload cookies
5781
5782         * spam.el (spam-backend-article-list-property)
5783         (spam-backend-get-article-todo-list)
5784         (spam-backend-put-article-todo-list, )
5785         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5786         resolve registrations separately
5787         (spam-register-routine): format comments
5788         (spam-unregister-routine, spam-register-routine): always call with
5789         specific-articles, no default list
5790         (spam-summary-prepare-exit): use the spam-classifications function
5791
5792         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5793         gnus-encrypt.el
5794
5795         * encrypt.el: copied from gnus-encrypt.el
5796
5797         * gnus-encrypt.el: commented that it's obsolete
5798
5799 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5800
5801         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5802         (gnus-score-save): Use it.
5803
5804         * message.el (message-bury): Use `window-dedicated-p'.
5805
5806 2004-10-15  Simon Josefsson  <jas@extundo.com>
5807
5808         * pop3.el (top-level): Don't require nnheader.
5809         (pop3-read-timeout): Add.
5810         (pop3-accept-process-output): Add.
5811         (pop3-read-response, pop3-retr): Use it.
5812
5813 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5814
5815         * spam.el (spam-register-routine): move comment
5816         (spam-verify-bogofilter): we use 'unknown for the initial
5817         spam-bogofilter-valid state, not 'never
5818
5819         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5820         for netrc-machine
5821
5822         * nnimap.el (nnimap-open-connection): use
5823         netrc-machine-user-or-password
5824
5825 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5826
5827         * gnus-registry.el (gnus-registry-unload-hook):
5828         Set as a variable with add-hook.
5829
5830         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5831         of news-path.
5832
5833         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5834
5835         * spam.el: Delete duplicate `provide'.
5836         (spam-unload-hook): Set as a variable with add-hook.
5837
5838 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5839
5840         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5841         in the doc string.
5842
5843         * message.el (message-ignored-news-headers)
5844         (message-ignored-supersedes-headers)
5845         (message-ignored-resent-headers)
5846         (message-forward-ignored-headers): Improve custom type.
5847
5848 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * message.el (message-tokenize-header): Fix 2004-09-06 change
5851         which used point-min in the wrong place.
5852
5853 2004-10-12  Simon Josefsson  <jas@extundo.com>
5854
5855         * net/tls.el (tls-certtool-program): New variable.
5856         (tls-certificate-information): New function, based on
5857         ssl-certificate-information.
5858
5859 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * compface.el: Move the version of ELisp-based uncompface program
5862         to the contrib directory because of the copyright problem.
5863
5864 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * message.el (message-kill-buffer): Raise the current frame.
5867
5868 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5871
5872         * gnus.el (message-y-or-n-p): Autoload.
5873
5874         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5875         (pop3-password-required, pop3-authentication-scheme)
5876         (pop3-leave-mail-on-server): Made customizable.
5877         (pop3): New custom group.
5878         (pop3-retr): Remove `sleep-for' statements.
5879         Suggested by Dave Love <fx@gnu.org>.
5880
5881         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5882         Windows/DOS.
5883
5884         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5885         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5886         Dave Love <fx@gnu.org>.
5887
5888         * mml.el (mml-minibuffer-read-disposition): Require match.
5889         Suggested by Dave Love <fx@gnu.org>.
5890
5891 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5892
5893         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5894         doc string.
5895
5896 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5899
5900 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5901
5902         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5903         instead of calling `mm-insert-inline', to decode text/* parts
5904         before displaying them.
5905
5906 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * mm-uu.el (mm-uu-text-plain-type): New variable.
5909         (mm-uu-pgp-signed-extract-1): Use it.
5910         (mm-uu-pgp-encrypted-extract-1): Use it.
5911         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5912         bind mm-uu-text-plain-type with that value.
5913         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5914         mm-uu-dissect.
5915
5916 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-group.el (gnus-update-group-mark-positions):
5919         * gnus-sum.el (gnus-update-summary-mark-positions):
5920         * message.el (message-check-news-body-syntax):
5921         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5922         of string-as-multibyte.
5923
5924 2004-10-05  Juri Linkov  <juri@jurta.org>
5925
5926         * gnus-group.el (gnus-update-group-mark-positions):
5927         * gnus-sum.el (gnus-update-summary-mark-positions):
5928         * message.el (message-check-news-body-syntax):
5929         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5930         8-bit unibyte values to a multibyte string for search functions.
5931
5932 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5935         (mm-uu-dissect-text-parts): New function.
5936
5937         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
5938         dissect text parts.
5939
5940         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
5941         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
5942
5943         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
5944
5945         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
5946         gnus-current-topics instead of gnus-current-topic.
5947
5948 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
5949
5950         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
5951
5952 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
5953
5954         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
5955         where approriate.
5956
5957         * nnml.el (nnml-generate-active-info): do.
5958
5959         * nndiary.el (nndiary-generate-active-info): do.
5960
5961         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
5962         (gnus-topic-move): do.
5963
5964         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
5965         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
5966
5967         * gnus-srvr.el (gnus-server-prepare)
5968         (gnus-server-open-all-servers): do.
5969
5970         * gnus-msg.el (gnus-summary-cancel-article)
5971         (gnus-summary-resend-message)
5972         (gnus-summary-mail-crosspost-complaint): do.
5973
5974         * gnus-move.el (gnus-change-server): do.
5975
5976         * gnus-group.el (gnus-group-unmark-all-groups)
5977         (gnus-group-set-current-level): do.
5978
5979 2004-10-04  Simon Josefsson  <jas@extundo.com>
5980
5981         * message.el (message-generate-hashcash): Doc fix.
5982
5983 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
5984
5985         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
5986         avoid infinite recursion via gnus-get-function.
5987
5988 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
5989
5990         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
5991
5992         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
5993
5994         * nnmail.el (nnmail-split-history): do.
5995
5996         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
5997         (nnml-request-delete-group): do.
5998
5999         * nnslashdot.el (nnslashdot-read-groups): do.
6000
6001         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6002         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6003
6004         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6005         (nnspool-sift-nov-with-sed): Use last
6006         (nnspool-retrieve-headers-with-nov): Use mapc.
6007         (nnspool-request-newgroups): Use dolist.
6008         (nnspool-request-group): Use last.
6009
6010         * nntp.el (nntp-read-server-type): Use dolist.
6011
6012         * nnvirtual.el (nnvirtual-create-mapping)
6013         (nnvirtual-update-read-and-marked): Use dolist.
6014         (nnvirtual-convert-headers): Simplify.
6015
6016 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6017
6018         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6019         support for sync'ing tick marks.
6020
6021 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6024         there's no visible header.
6025
6026 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6027
6028         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6029         necessary, pass full group name to gnus-request-set-marks.
6030
6031 2004-10-01  Simon Josefsson  <jas@extundo.com>
6032
6033         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6034         acroread.
6035
6036 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * spam-report.el (spam-report-gmane): Fix interactive.
6039
6040         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6041
6042         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6043         when writing file.
6044         (gnus-agent-synchronize-flags): Don't default to being
6045         interactive.
6046
6047 2004-09-30  Simon Josefsson  <jas@extundo.com>
6048
6049         * message.el (message-generate-hashcash): Add.
6050         (message-send-mail): Use it, call mail-add-payment.
6051
6052 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6053
6054         * spam.el (spam-verify-bogofilter): -V, not -sV option
6055
6056 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6057
6058         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6059         gnus-requst-update-info with explicit code to sync the in-memory
6060         info read flags with the marks being sync'd to the backend.
6061
6062         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6063
6064 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * spam.el (spam-verify-bogofilter): new function
6067         (spam-check-bogofilter)
6068         (spam-bogofilter-register-with-bogofilter): use it
6069         (spam-verify-bogofilter): small fixes
6070
6071 2004-09-28  Simon Josefsson  <jas@extundo.com>
6072
6073         * hashcash.el (hashcash-generate-payment): Revert.
6074
6075 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6076
6077         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
6078         gnus-extract-references instead of gnus-split-references
6079
6080         * gnus-util.el (gnus-extract-references): new function, analogous
6081         to gnus-split-references but extracts only the message-ID without
6082         anything extra
6083
6084         * hashcash.el (hashcash-generate-payment)
6085         (hashcash-check-payment): do the right thing if hashcash-path is
6086         nil (because the hashcash program could not be found)
6087
6088         * spam.el (spam-use-hashcash): remove comment
6089
6090 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6091
6092         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6093         (gnus-cache-enter-article, gnus-cache-remove-article)
6094         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6095
6096         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6097
6098         * gnus-art.el (article-hide-boring-headers)
6099         (article-translate-strings, article-display-face)
6100         (gnus-article-mime-match-handle-first)
6101         (gnus-article-highlight-headers)
6102         (gnus-article-add-buttons-to-head): do.
6103
6104 2004-09-27  Simon Josefsson  <jas@extundo.com>
6105
6106         * hashcash.el: New version, from
6107         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6108         ../contrib/.
6109
6110 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6113
6114 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6115
6116         * gnus-dup.el (gnus-dup-open): Use mapc.
6117         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6118
6119         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6120         Reported by Stefan Wiens <s.wi@gmx.net>.
6121
6122         * gnus.el (gnus-shutdown): Use dolist.
6123
6124         * gnus-undo.el (gnus-undo): Use mapc.
6125
6126         * nnrss.el (nnrss-generate-active): do.
6127
6128         * message.el (message-cite-original-without-signature)
6129         (message-cite-original): Use mapc.
6130         (message-do-actions, message-make-forward-subject): Use dolist.
6131
6132 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6133
6134         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6135         deletion to remove entire duplicate line.  Fixes merged article
6136         number bug.
6137
6138 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6139
6140         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6141         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6142         first ask if you want to open a server and then, even when you
6143         responded with no, asking if you want to synchronize the server's
6144         flags.
6145         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6146         multi-line expressions.
6147         (gnus-agent-synchronize-group-flags): New internal function.
6148         Updates marks in memory (in the info structure) AND in the
6149         backend.
6150
6151         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6152
6153         * nnagent.el (nnagent-request-set-mark): Use
6154         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6155         method, to ensure that synchronization updates marks in the
6156         backend and in the info (in memory) structure.
6157
6158 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6161         convention fully; don't miss the root article of a thread; make
6162         the X-Draft-From header with correct article numbers.
6163
6164 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6165
6166         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6167         unless plugged.  Disable the agent so that an open failure causes
6168         an error.
6169
6170         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6171         Reverted 2004-09-21 change.  The backend must be opened while
6172         synchronizing flags even when the backend stores the flags
6173         locally.
6174
6175 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6178         in `header' match.  Reported by Svend Tollak Munkejord.
6179
6180         * message.el (message-cite-original): Fix use of
6181         `message-cite-articles-with-x-no-archive'.
6182
6183 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6186         (gnus-window-to-buffer): Ditto.
6187
6188         * mml.el (mml-preview-buffer): New variable.
6189         (mml-preview): Manage window layout with gnus-buffer-configuration.
6190
6191         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6192         X-Draft-From header even if those articles aren't quoted.
6193
6194 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6195
6196         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6197         (gnus-request-set-mark, gnus-request-update-mark): Use new
6198         g-s-t-u-l-m to decide to use backend even when unplugged.
6199
6200 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6203         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6204
6205 2004-09-20  Simon Josefsson  <jas@extundo.com>
6206
6207         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6208         "utf-16-le".
6209
6210 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6211
6212         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6213
6214 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * uudecode.el (uudecode-use-external): Add :version.
6217
6218         * smime.el (smime-CA-file, smime-encrypt-cipher)
6219         (smime-dns-server): Add :version.
6220
6221         * smiley.el (gnus-smiley-file-types): Add :version.
6222
6223         * sha1.el (sha1-use-external): Add :version.
6224
6225         * pgg-def.el (pgg-query-keyserver): Add :version.
6226
6227         * nnmail.el (nnmail-fancy-expiry-targets)
6228         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6229
6230         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6231         (nnimap-retrieve-groups-asynchronous): Add :version.
6232         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6233
6234         * mml.el (mml-content-disposition-parameters)
6235         (mml-insert-mime-headers-always): Add :version.
6236
6237         * mm-util.el (mm-coding-system-priorities):
6238
6239         * mm-decode.el (mm-inline-text-html-with-images)
6240         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6241         (mm-verify-option): Add :version.
6242         (mm-text-html-renderer): Change :version.
6243
6244         * message.el (message-fcc-externalize-attachments)
6245         (message-required-headers, message-draft-headers)
6246         (message-subject-trailing-was-query)
6247         (message-subject-trailing-was-ask-regexp)
6248         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6249         (message-mark-insert-end, message-archive-header)
6250         (message-archive-note, message-cross-post-default)
6251         (message-cross-post-note, message-followup-to-note)
6252         (message-cross-post-note-function, message-use-mail-followup-to)
6253         (message-subscribed-address-functions)
6254         (message-subscribed-address-file, message-subscribed-addresses)
6255         (message-subscribed-regexps, message-allow-no-recipients)
6256         (message-yank-cited-prefix, message-signature-insert-empty-line)
6257         (message-hidden-headers, message-hierarchical-addresses)
6258         (message-mail-user-agent, message-use-idna)
6259         (message-valid-fqdn-regexp)
6260         (message-strip-special-text-properties, message-header-synonyms)
6261         (message-beginning-of-line, message-tab-body-function): Add :version.
6262         (message-insert-canlock, message-wide-reply-confirm-recipients):
6263         Change :version.
6264
6265         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6266         and :version.
6267         (mail-source-delete-old-incoming-confirm)
6268         (mail-source-movemail-program): Add :version.
6269
6270         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6271         (gnus-agent-cache, gnus-agent): Change :version.
6272
6273         * gnus-util.el (gnus-use-byte-compile): Change :version.
6274
6275         * gnus-sum.el (gnus-summary-make-false-root-always)
6276         (gnus-summary-default-high-score)
6277         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6278         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6279         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6280         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6281         (gnus-sum-thread-tree-single-indent)
6282         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6283         (gnus-sum-thread-tree-leaf-with-other)
6284         (gnus-sum-thread-tree-single-leaf): Add :version.
6285         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6286         (gnus-article-loose-mime): Change :version.
6287
6288         * gnus-start.el (gnus-backup-startup-file)
6289         (gnus-save-startup-file-via-temp-buffer): Add :version.
6290
6291         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6292         (gnus-server-offline-face): Add :version.
6293
6294         * gnus-score.el (gnus-adaptive-word-length-limit):
6295
6296         * gnus-msg.el (gnus-gcc-externalize-attachments)
6297         (gnus-debug-files, gnus-debug-exclude-variables)
6298         (gnus-discouraged-post-methods): Change :version.
6299         (gnus-confirm-mail-reply-to-news)
6300         (gnus-confirm-treat-mail-like-news): Add :version.
6301
6302         * gnus-int.el (gnus-server-unopen-status): Add :version.
6303
6304         * gnus-group.el (gnus-group-jump-to-group-prompt)
6305         (gnus-large-ephemeral-newsgroup)
6306         (gnus-fetch-old-ephemeral-headers): Add :version.
6307
6308         * gnus-fun.el (gnus-x-face-directory)
6309         (gnus-convert-pbm-to-x-face-command)
6310         (gnus-convert-image-to-x-face-command)
6311         (gnus-convert-image-to-face-command): Add :version.
6312
6313         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6314
6315         * gnus-cite.el (gnus-cite-blank-line-after-header)
6316         (gnus-article-boring-faces):
6317
6318         * gnus-art.el (gnus-buttonized-mime-types)
6319         (gnus-inhibit-mime-unbuttonizing)
6320         (gnus-treat-display-face)
6321         (gnus-treat-body-boundary): Change :version.
6322         (gnus-body-boundary-delimiter, gnus-picon-databases)
6323         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6324         (gnus-treat-date-english, gnus-treat-fold-headers)
6325         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6326         (gnus-treat-mail-picon, gnus-treat-wash-html)
6327         (gnus-article-encrypt-protocol)
6328         (gnus-use-idna, gnus-article-over-scroll)
6329         (gnus-mime-display-multipart-alternative-as-mixed)
6330         (gnus-mime-display-multipart-related-as-mixed)
6331         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6332         (gnus-ctan-url, gnus-button-ctan-handler)
6333         (gnus-button-handle-ctan-bogus-regexp)
6334         (gnus-button-ctan-directory-regexp)
6335         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6336         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6337         (gnus-button-man-level, gnus-button-emacs-level)
6338         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6339
6340         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6341         (gnus-agent-go-online): Change :version.
6342         (gnus-agent-expire-unagentized-dirs)
6343         (gnus-agent-auto-agentize-methods): Add :version.
6344
6345         * flow-fill.el (fill-flowed-display-column)
6346         (fill-flowed-encode-column): Add :version.
6347
6348         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6349         (gnus-outlook-deuglify-unwrap-max)
6350         (gnus-outlook-deuglify-cite-marks)
6351         (gnus-outlook-deuglify-unwrap-stop-chars)
6352         (gnus-outlook-deuglify-no-wrap-chars)
6353         (gnus-outlook-deuglify-attrib-cut-regexp)
6354         (gnus-outlook-deuglify-attrib-verb-regexp)
6355         (gnus-outlook-deuglify-attrib-end-regexp)
6356         (gnus-outlook-display-hook): Add :version.
6357
6358         * binhex.el (binhex-use-external): Add :version.
6359
6360 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6363         and `invisible'.
6364
6365 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6366
6367         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6368         in gnus-registry-trim
6369
6370 2004-09-13  Simon Josefsson  <jas@extundo.com>
6371
6372         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6373
6374         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6375
6376         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6377         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6378         <yamaoka@jpl.org>.
6379         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6380         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6381         <yamaoka@jpl.org>.
6382
6383         * sieve.el (sieve-manage-mode): Ditto.
6384
6385 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6386
6387         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6388
6389 2004-09-11  Simon Josefsson  <jas@extundo.com>
6390
6391         * dns-mode.el: Add.
6392
6393         * mm-view.el (mm-display-dns-inline): Add.
6394
6395         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6396         (mm-automatic-display): Ditto.
6397
6398         * mailcap.el (mailcap-mime-data): Add text/dns.
6399         (mailcap-mime-extensions): Map .soa to text/dns.
6400
6401 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6402
6403         * gnus-art.el (article-decode-mime-words, article-babel)
6404         (gnus-article-highlight-signature, gnus-article-add-buttons)
6405         (gnus-signature-toggle): Remove unnecessary bindings of
6406         `inhibit-read-only' inherited from v5.10 merge.
6407
6408 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * nntp.el (nntp): New customization group.
6411         (nntp-authinfo-file): Add customization group.
6412
6413         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6414
6415         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6416
6417         * gnus.el (to-address, to-list, subscribed)
6418         (large-newsgroup-initial): Ditto.
6419
6420         * flow-fill.el (fill-flowed-display-column)
6421         (fill-flowed-encode-column): Ditto.
6422
6423 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6424
6425         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6426         Use point-min rather than 1.
6427         (message-send-mail): Use buffer-size rather than point-max.
6428
6429         * gnus-sum.el (gnus-summary-search-article-forward):
6430         Signal a specific `search-failed' rather than a generic `error'.
6431
6432         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6433         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6434         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6435
6436 2004-09-10  Simon Josefsson  <jas@extundo.com>
6437
6438         * nndb.el (require): Remove tcp and duplicate cl.
6439
6440 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * gnus-agent.el (directory-files-and-attributes): Move forward.
6443
6444 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6445
6446         * gnus-agent.el (directory-files-and-attributes): Optionally
6447         defined to support XEmacs.
6448
6449 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6450
6451         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6452         to avoid run-time CL dependencies.
6453         (gnus-agent-unfetch-articles): New function.
6454         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6455         article numbers even when local .overview file is missing.
6456         (gnus-agent-read-article-number): New function. Only accepts
6457         27-bit article numbers.
6458         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6459         gnus-agent-read-article-number.
6460         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6461         from backend while recognizing that article numbers in .overview
6462         must be valid.
6463         (gnus-agent-update-files-total-fetched-for): Use
6464         directory-files-and-attributes to improve performance.
6465         * gnus-int.el (gnus-request-move-article): Use
6466         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6467         improve performance.
6468
6469         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6470         some users confused by references to .newsrc when they only have a
6471         .newsrc.eld file.
6472         (gnus-convert-mark-converter-prompt,
6473         gnus-convert-converter-needs-prompt): Fixed use of property list.
6474         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6475         New function. Used internally to only display 'gnus converting
6476         files' message when actually necessary.
6477
6478         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6479         methods now autoloaded.
6480
6481 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6484         identifiers.
6485
6486 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6487
6488         * gnus-picon.el: Fix indentation and closing parenthesis.
6489
6490 2004-09-01  Simon Josefsson  <jas@extundo.com>
6491
6492         * message.el (message-canlock-generate): Require sha1, not
6493         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6494         to require within a function.  Sadly, if sha1.el isn't loaded, the
6495         let binding in m-c-g will hide the defcustom definition, which is
6496         bad.)
6497
6498         * canlock.el: Require sha1, not sha1-el.
6499
6500         * message.el: Don't autoload sha1 (there is a autoload cookie in
6501         sha1.el).
6502
6503         * sha1-el.el: Renamed to sha1.el.
6504
6505 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6506
6507         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6508
6509 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6510
6511         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6512
6513 2004-08-30  Kim F. Storm  <storm@cua.dk>
6514
6515         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6516
6517         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6518         Add :group 'nnimap.
6519
6520 2004-08-30  Andreas Schwab  <schwab@suse.de>
6521
6522         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6523         ?* and ?\;.
6524
6525         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6526         and ?\' to symbol instead of whitespace.
6527
6528 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6531
6532         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6533         instead of re-search-forward.
6534
6535         * gnus-uu.el (gnus-uu-save-article): Ditto.
6536         (gnus-uu-post-encode-uuencode): Ditto.
6537
6538         * html2text.el (html2text-clean-list-items): Ditto.
6539         (html2text-clean-dtdd): Ditto.
6540         (html2text-format-tags): Ditto.
6541
6542         * message.el (message-send-mail-with-sendmail): Fix regexp.
6543         (message-fill-field-general): Use search-forward instead of
6544         re-search-forward.
6545         (unbold-region): Ditto.
6546
6547         * nnrss.el (nnrss-request-article): Ditto.
6548
6549         * nnslashdot.el (nnslashdot-request-article): Ditto.
6550
6551         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6552
6553         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6554         "Unrecognized menu descriptor" error in XEmacs.
6555
6556 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6557
6558         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6559         parent article of a sparse article in the thread hashtb.
6560
6561 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
6562
6563         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6564         (nnmail-expand-newtext): Lowercase expanded entries if
6565         nnmail-split-lowercase-expanded is non-nil.
6566
6567 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6570         entry.
6571
6572         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6573         of gnus-tmp-news-method into string under XEmacs.  It will be
6574         passed to gnus-correct-length which takes only a string argument.
6575
6576 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * gnus-util.el (gnus-bind-print-variables): New macro.
6579         (gnus-prin1): Use it.
6580         (gnus-prin1-to-string): Use it.
6581         (gnus-pp): New function.
6582         (gnus-pp-to-string): New function.
6583
6584         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6585         pp-to-string with gnus-pp-to-string.
6586         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6587         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6588         * gnus-msg.el (gnus-debug): Ditto.
6589         * gnus-score.el (gnus-score-save): Ditto.
6590         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6591         gnus-pp-to-string.
6592         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6593         with gnus-pp.
6594         * score-mode.el (gnus-score-pretty-print): Ditto.
6595         * webmail.el (webmail-debug): Ditto.
6596
6597 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-art.el (article-display-face, article-display-x-face): Use
6600         buffer-read-only.
6601
6602 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * gnus-art.el (article-hide-list-identifiers): Bind
6605         inhibit-read-only as t.
6606
6607 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6608
6609         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6610
6611 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6612
6613         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6614         (gnus-narrow-to-page): Don't assume point-min == 1.
6615         (gnus-article-edit-mode): Derive from message-mode.
6616
6617         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6618         point-min == 1.
6619
6620         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6621         Disable incorrect use of `assert'.
6622
6623         * message.el (message-mode): Set comment-start-skip.
6624
6625
6626 2004-08-22  Sam Steingold  <sds@gnu.org>
6627
6628         * pop3.el (pop3-leave-mail-on-server): New user variable.
6629         (pop3-movemail): Delete mail only when it is nil.
6630
6631 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6632
6633         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6634
6635         * mml.el (mml-preview): Use `pop-to-buffer'.
6636
6637         * message.el (message-goto-mail-followup-to): Insert after "To".
6638         (message-carefully-insert-headers): Add comment.
6639
6640         * gnus.el: Remove unused variable `gnus-article-check-size'.
6641
6642         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6643
6644         * gnus-art.el (gnus-button-alist): Improve
6645         `gnus-button-handle-library' entry.
6646
6647 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
6648
6649         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6650         downcase, since XEmacs capitalizes error messages differently.
6651
6652 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6653
6654         * nntp.el: Add (require 'gnus) due to reference to
6655         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6656
6657 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6658
6659         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6660         `mm-fill-flowed'.
6661
6662         * mm-decode.el (mm-dissect-singlepart): Check it.
6663
6664 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6665
6666         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6667         'imap' for netrc parsing
6668
6669 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * mailcap.el (mailcap-mime-data): Mark as risky.
6672
6673 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6676         may be included in the encoded word.
6677         (rfc2047-encode): Don't append a space if the encoded word
6678         includes close parenthesis.
6679
6680 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6683         of text within parentheses.
6684
6685 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6686
6687         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6688         (gnus-encrypt-write-file-contents): the password key is the file
6689         name PLUS the cipher, not just the cipher.  Also remove failed
6690         passwords from the cache.
6691
6692 2004-08-06  Simon Josefsson  <jas@extundo.com>
6693
6694         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6695         fix.
6696
6697 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6700         LWSP.
6701
6702 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6703
6704         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6705         to append in-reply-to: data to the references: header
6706
6707         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6708         (netrc-parse): use gnus-encrypt.el functions
6709
6710         * gnus-encrypt.el: new file for encryption support; currently
6711         does only a few GPG ciphers and an internal XOR cipher
6712
6713         * password.el: add comments on using password-read-and-add
6714         (password-read-and-add): new function to read and add the
6715         password to the cache at once
6716
6717 2004-07-28  Simon Josefsson  <jas@extundo.com>
6718
6719         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6720         parameter (but don't use it, for now).
6721
6722         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6723         instead of hard coding to nil.
6724
6725 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6728         as mm-inline-image-xemacs does.
6729
6730 2004-07-26  Simon Josefsson  <jas@extundo.com>
6731
6732         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6733         Revert part of 2004-07-17 change below.
6734
6735 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6738         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6739
6740 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6741
6742         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6743         quotes that actually start with ">" at the beginning of the
6744         lines.
6745
6746 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * rfc2047.el (rfc2047-encode-region): Fix last change.
6749         (rfc2047-encode-parameter): Remove useless concat.
6750
6751 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6754         encode special characters; fix some kind of misconfigured headers;
6755         signal a real error if debug-on-quit or debug-on-error is non-nil.
6756         (rfc2047-encode-max-chars): New variable.
6757         (rfc2047-encode-1): Use it.
6758         (rfc2047-encode-parameter): New function.
6759
6760         * mml.el (mml-insert-parameter): Remove an excessive space.
6761
6762 2004-07-17  Simon Josefsson  <jas@extundo.com>
6763
6764         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6765         Kai Grossjohann <kai@emptydomain.de>.
6766         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6767         (gnus-group-make-menu-bar): Ditto.
6768
6769         * gnus-util.el (gnus-group-server): Add.
6770
6771 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6772
6773         * message.el (message-clone-locals): Clone sendmail and smtp
6774         variables.
6775
6776 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * rfc2047.el (rfc2047-encode-region): Fix last change.
6779
6780 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6783         characters as non-special.
6784
6785 2004-07-09  Simon Josefsson  <jas@extundo.com>
6786
6787         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6788         Users will lose all flag changes made while unplugged with
6789         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6790         good default.  See numerous reports on ding mailing list.
6791
6792 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6795         add generate-head-function and generate-article-function to the
6796         rfc822-forward entry.
6797         (nndoc-rfc822-forward-generate-article): New function.
6798         (nndoc-rfc822-forward-generate-head): New function.
6799
6800         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6801
6802 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6803
6804         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
6805         respect display group parameter and gnus-summary-expunge-below.
6806         (gnus-articles-to-read): Remove unused reference to display group
6807         parameter.
6808
6809 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * nnheader.el (nnheader-uniquify-message-id): New experimental
6812         variable.
6813         (nnheader-nov-read-message-id): Use it.
6814
6815         * spam-report.el (spam-report-gmane): Add interactive.
6816
6817 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6820         qp-or-base64 for the application/* types.
6821
6822 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6823
6824         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6825
6826 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6829         trim value
6830
6831 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6832
6833         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6834         New macro and function.
6835         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6836
6837 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6840         after-load-alist.
6841
6842 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6845         update info that isn't there.
6846
6847 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6848
6849         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6850         entry.
6851
6852 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * mm-view.el (mm-inline-render-with-function): Use multibyte
6855         buffer; decode html source by charset.
6856
6857         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6858
6859         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6860         Mule-UCS is loaded under XEmacs.
6861         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6862
6863 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6864
6865         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6866
6867 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * mm-util.el (mm-coding-system-p): Return a coding-system.
6870         (mm-mime-mule-charset-alist): Use shift_jis instead of
6871         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6872         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6873         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6874         instead of japanese-shift-jis and iso-latin-1 respectively in
6875         order to share the default value with both Emacs and XEmacs-mule.
6876         (mm-mule-charset-to-mime-charset): Make
6877         mm-coding-system-priorities effective.
6878         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6879         while predicating of candidates upon the priorities.
6880
6881 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6882
6883         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6884         gnus-uu-invert-processable.
6885
6886         * gnus.el: Autoload gnus-uu-invert-processable.
6887
6888 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * mm-util.el (mm-with-multibyte-buffer): New macro.
6891
6892         * rfc2047.el (rfc2047-encode-string): Use it.
6893         (rfc2047-encode-region): Move point to the end of the region after
6894         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6895
6896 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6899         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6900
6901 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6904         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6905         Karl Chen <quarl@nospam.quarl.org>.
6906
6907 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6908
6909         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6910         invalid addresses.
6911
6912 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6913
6914         * spam.el: section markers changed, TODO list revised
6915         (spam-backends): new master list of all installed backends
6916         (spam-summary-exit-behavior): new variable to determine how
6917         messages moves are done at summary exit
6918         (spam-move-spam-nonspam-groups-only)
6919         (spam-process-ham-in-nonham-groups)
6920         (spam-process-ham-in-spam-groups): variables removed, the
6921         spam-summary-exit-behavior variable should be used to manage this
6922         behavior
6923         (spam-old-ham-articles, spam-old-spam-articles): removed
6924         (spam-old-articles): new variable, replacing spam-old-ham-articles
6925         and spam-old-spam-articles
6926         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6927         empty variables, placeholders for the backends they represent
6928         (spam-set-difference): moved, unchanged
6929         (spam-list-of-processors): variable OBSOLETE, not used anymore
6930         unless the user has a processor variable
6931         (spam-classifications, spam-classification-valid-p)
6932         (spam-backend-properties, spam-backend-property-valid-p)
6933         (spam-backend-function-type-valid-p)
6934         (spam-process-type-valid-p, spam-list-articles): helper functions
6935         (spam-report-articles-gmane, spam-report-articles-resend):
6936         functions removed, they are not needed
6937         (spam-install-backend-super, spam-backend-list)
6938         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
6939         (spam-backend-function, spam-backend-ham-registration-function)
6940         (spam-backend-spam-registration-function)
6941         (spam-backend-ham-unregistration-function)
6942         (spam-backend-spam-unregistration-function)
6943         (spam-backend-statistical-p, spam-backend-mover-p)
6944         (spam-install-backend-alias, spam-install-checkonly-backend)
6945         (spam-install-mover-backend, spam-install-nocheck-backend)
6946         (spam-install-backend, spam-install-statistical-backend)
6947         (spam-install-statistical-checkonly-backend): backend installation
6948         support
6949         (spam-summary-prepare-exit): rewritten to use the new backend code
6950         (spam-group-processor-p): use the new backend code and respect the
6951         summary exit behavior
6952         (spam-mark-spam-as-expired-and-move-routine): removed
6953         (spam-summary-prepare): changed to use the new spam-old-articles
6954         variable
6955         (spam-copy-or-move-routine, spam-copy-spam-routine)
6956         (spam-move-spam-routine, spam-copy-ham-routine)
6957         (spam-move-ham-routine): new code to copy/move ham or spam
6958         (spam-fetch-field-fast): doc and code improved, plus it allows the
6959         'number request
6960         (spam-list-of-checks, spam-list-of-statistical-checks): variables
6961         removed, no longer used
6962         (spam-split, spam-find-spam): use the new backend code
6963         (spam-registration-functions): variable removed, no longer used
6964         (spam-unregister-routine): convenience wrapper
6965         (spam-log-undo-registration, spam-register-routine)
6966         (spam-log-processing-to-registry)
6967         (spam-log-unregistration-needed-p): renamed "check" to "backend"
6968         where possible
6969         (spam-check-gmane-xref, spam-check-regex-headers)
6970         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
6971         (spam-check-whitelist, spam-check-blacklist)
6972         (spam-check-bogofilter-headers, spam-check-spamoracle)
6973         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
6974         (spam-check-crm114-headers): use the spam-split-group that
6975         spam-split prepares, no need to determine it every time
6976
6977         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
6978         the nnheader-parse-naked-head call
6979
6980         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
6981
6982         * gnus-sum.el (gnus-nov-parse-line): add the message number to
6983         the nnheader-nov-read-message-id call
6984
6985 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
6988         gnus-activate-group twice.  Suggested by Markus Peter
6989         <warp@spin.de>.
6990
6991 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * gnus-art.el (gnus-article-time-format): Exchange the order of
6994         day and month in the default value; fix customization type.
6995         (article-date-ut): Use add-text-properties.
6996         (article-make-date-line): Use message-make-date instead of
6997         current-time-string.
6998
6999         * message.el (message-fetch-field): Don't use set-text-properties.
7000         (message-make-date): Simplify.
7001
7002         * messagexmas.el (message-xmas-make-date): New function.
7003         (message-xmas-redefine): Defalias message-make-date to it.
7004
7005 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7008         (rfc2047-encode-region): Treat text within parentheses as special;
7009         show the original text when error has occurred.
7010
7011         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7012         already-computed method to gnus-activate-group.
7013
7014         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7015         same select-methods identical Lisp objects.
7016
7017         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7018         object when modifying the info.
7019
7020 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7023         gnus-opened-servers since it has never been opened with the new
7024         configuration yet.
7025
7026 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7029         arg to nnheader-generate-fake-message-id.
7030
7031 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7032
7033         * nnheader.el (nnheader-generate-fake-message-id): accept a
7034         number and build a fake message ID localized to a group and
7035         article number (so it's repeatable from that point on)
7036         (nnheader-fake-message-id-p): change regex to accomodate new fake
7037         ID format
7038
7039         * gnus-sum.el (gnus-get-newsgroup-headers): call
7040         nnheader-generate-fake-message-id with the article number
7041
7042 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7043
7044         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7045         end-of-buffer.
7046
7047 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7048
7049         * message.el (message-ignored-supersedes-headers): Add Approved.
7050
7051 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7054         goto-char.
7055         (rfc2047-encode): Fold the line before encoding.
7056
7057 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7060         folding -- not all headers can be folded, and this should be done
7061         by the message composition mode.  Probably.  I think.
7062
7063 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7066         fast.
7067
7068         * gnus-ems.el (gnus-remove-image): Don't use
7069         message-text-with-property; remove only the image found first.
7070
7071         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7072         found first.
7073
7074 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7075
7076         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7077
7078 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * message.el (message-text-with-property): Make it fast and accept
7081         optional arguments.
7082         (message-strip-forbidden-properties): Use it.
7083         (message-fix-before-sending): Follow the m-t-w-p change.
7084
7085         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7086
7087 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * gnus-art.el (article-hide-headers): Don't change the buffer
7090         mistakenly when performing mml-preview even if
7091         gnus-single-article-buffer is nil.
7092
7093 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7094
7095         * message.el (message-expand-name-databases): New user option.
7096         (message-expand-name): Use it.
7097
7098 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         * spam.el (spam-report-articles-resend)
7101         (spam-report-resend-register-routine): allow ham reporting
7102         (spam-report-resend-register-ham-routine): simple wrapper
7103         (spam-registration-functions): add ham resending functions
7104         (spam-list-of-processors): add ham resend processor
7105
7106         * gnus.el (ham-resend-to): new group parameter
7107         (spam-process): add ham resend option
7108
7109         * spam-report.el (spam-report-resend): allow reporting ham
7110         (spam-report-resend-ham): simple wrapper
7111
7112 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * message.el (message-cite-articles-with-x-no-archive): New
7115         variable.
7116         (message-cite-original): Use it.
7117
7118 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7119
7120         * message.el (message-cite-original): Respect X-No-Archive.
7121
7122 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * gnus-art.el (article-hide-headers): Refer to the values for
7125         gnus-ignored-headers and gnus-visible-headers in the summary
7126         buffer since a user may have set them as group parameters.
7127
7128 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7129
7130         * assistant.el (assistant-node-name): new convenience function
7131         (assistant-render-text, assistant-render-node): error handling,
7132         plus handle multiple next nodes
7133         (assistant-find-next-node): commented out for now
7134         (assistant-find-next-nodes): new function, returns list of next
7135         nodes
7136
7137 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * mail-source.el (mail-source-directory): Fix doc-string.
7140
7141 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7142
7143         * assistant.el (assistant-render-text, assistant-eval): add :set
7144         widget type, which is different because it takes and returns a
7145         list.  Much hilarity ensues.
7146
7147 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7150
7151         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7152         doc-string.
7153
7154         * gnus-start.el (gnus-activate-group): Added doc-string.
7155
7156 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7159
7160 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7161
7162         * assistant.el (assistant-render-text): trying to add a :set
7163         widget, more to come...
7164
7165         * spam.el (spam-group-spam-contents-p): handle empty groupname
7166         strings
7167         (spam-report-articles-resend)
7168         (spam-register-routine): do registration iff any articles warrant
7169         it.
7170         (spam-summary-prepare-exit): changed log message for nil group
7171         destinations
7172
7173 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7174
7175         * spam.el (spam-report-resend-register-routine): allow
7176         spam-report-resend-to to be a group parameter or a global value
7177
7178 2004-05-26  Simon Josefsson  <jas@extundo.com>
7179
7180         * starttls.el: Merge with my GNUTLS based starttls.el.
7181         (starttls-gnutls-program, starttls-use-gnutls)
7182         (starttls-extra-arguments, starttls-process-connection-type)
7183         (starttls-connect, starttls-failure, starttls-success): New
7184         variables.
7185         (starttls-program, starttls-extra-args): Doc fix.
7186         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7187         functions.
7188         (starttls-negotiate, starttls-open-stream): Check
7189         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7190         function if it is set.
7191
7192 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7195         structured fields.
7196
7197 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7200
7201 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7202
7203         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7204         variable.
7205         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7206         assigning the spam-mark to new messages.
7207
7208 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7209
7210         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7211
7212 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7215
7216         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7217         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7218         default.
7219
7220 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7221
7222         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7223         correct data.
7224
7225 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7226
7227         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7228         (spam-group-processor-p): fixed function so it works properly
7229         (spam-group-processor-multiple-p)
7230         (spam-group-spam-processor-report-gmane-p)
7231         (spam-group-spam-processor-report-resend-p)
7232         (spam-group-spam-processor-bogofilter-p)
7233         (spam-group-spam-processor-blacklist-p)
7234         (spam-group-spam-processor-ifile-p)
7235         (spam-group-ham-processor-ifile-p)
7236         (spam-group-spam-processor-spamoracle-p)
7237         (spam-group-spam-processor-crm114-p)
7238         (spam-group-ham-processor-bogofilter-p)
7239         (spam-group-spam-processor-stat-p)
7240         (spam-group-ham-processor-stat-p)
7241         (spam-group-ham-processor-whitelist-p)
7242         (spam-group-ham-processor-BBDB-p)
7243         (spam-group-ham-processor-spamoracle-p)
7244         (spam-group-ham-processor-copy-p): functions removed with some
7245         prejudice against unneeded code
7246         (spam-report-articles-resend)
7247         (spam-report-resend-register-routine): allow the group/topic
7248         spam-resend-to value to override spam-report-resend-to
7249         (spam-summary-prepare-exit): invoke spam-group-processor-p
7250         properly now
7251
7252         * gnus.el (spam-resend-to): new group/topic parameter
7253         (spam-process): move the OBSOLETE processors to the end of the
7254         choices.
7255
7256 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7257
7258         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7259         with resend-to set to nil, and then ask the user if necessary.
7260         (spam-report-resend): spam-report-resend takes a list of articles, not
7261         separate article numbers.
7262
7263 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7266         addition to emacs-w3m.
7267
7268 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * assistant.el (assistant-authinfo-data): New function.
7271         (assistant-eval): Eval for entire assistant.
7272
7273         * netrc.el (netrc-services-file): New variable.
7274         (netrc-parse-services): New function.
7275         (netrc-find-service-name): New function.
7276         (netrc-find-service-number): New function.
7277         (netrc-port-equal): New function.
7278         (netrc-machine): Use it.
7279
7280         * nnimap.el (nnimap-open-connection): Use netrc.
7281
7282         * gnus-util.el (gnus-netrc-get): Remove aliases.
7283
7284         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7285
7286         * assistant.el (wid-edit): Fix compilation.
7287
7288         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7289
7290 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7291
7292         * gnus-util.el (gnus-set-file-modes): New function.  (small
7293         patch).
7294
7295 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296
7297         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7298
7299         * assistant.el (assistant-render-node): Fix up rendering and
7300         read-only text.
7301         (assistant-render-node): Reset.
7302         (assistant-make-read-only): Not sticky.
7303
7304 2004-05-20  Danny Siu  <dsiu@adobe.com>
7305
7306         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7307         centered even when gnus-auto-center-summary is t
7308
7309 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310
7311         * dns.el (dns-get-txt-answer): New function.
7312         (dns-read-txt): Ditto.
7313         (query-dns): Use it.
7314
7315 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7318         active for foreign groups even if the group level is higher than
7319         the specified value.
7320
7321 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7324         non-active groups.
7325
7326         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7327
7328 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7329
7330         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7331
7332 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7333
7334         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7335         (spam-crm114-header, spam-crm114-spam-switch)
7336         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7337         (spam-crm114-positive-spam-header)
7338         (spam-crm114-database-directory, spam-list-of-processors)
7339         (spam-group-spam-processor-crm114-p)
7340         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7341         (spam-generic-score, spam-list-of-checks)
7342         (spam-list-of-statistical-checks, spam-registration-functions)
7343         (spam-check-crm114-headers, spam-crm114-score)
7344         (spam-check-crm114, spam-crm114-register-with-crm114)
7345         (spam-crm114-register-spam-routine)
7346         (spam-crm114-unregister-spam-routine)
7347         (spam-crm114-register-ham-routine)
7348         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7349         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7350
7351         * gnus.el: added spam-use-crm114
7352
7353         * spam.el (spam-list-of-processors, spam-registration-functions):
7354         add spam-use-resend
7355         (spam-group-spam-processor-report-resend-p): utility wrapper
7356         (spam-report-articles-gmane): doc fix
7357         (spam-report-articles-resend,
7358         spam-report-resend-register-routine): wrappers around
7359         spam-report-resend-to
7360
7361         * spam-report.el (spam-report-resend-to, spam-report-resend):
7362         support for resending spam
7363         (spam-report-gmane): line length >80 fix
7364
7365         * gnus.el (spam-process): add spam-use-resend
7366
7367 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7368
7369         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7370         number of processed spam messages.
7371         (spam-ham-copy-or-move-routine): Return the number of processed
7372         ham messages.
7373         (spam-summary-prepare-exit): Use the above values to decide
7374         whether status messages shouled be displayed.
7375
7376 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7379         `rfc2047-encoding-function-alist' in order to avoid conflicting
7380         with the old version.
7381         (rfc2047-encode-region): Concatenate words containing non-ASCII
7382         characters in structured fields; don't encode space-delimited
7383         ASCII words even in unstructured fields; don't break words at
7384         char-category boundaries.
7385         (rfc2047-encode-1): New function.
7386         (rfc2047-encode): Use it; encode text so that it occupies the
7387         maximum width within 76-column; work correctly on Q encoding for
7388         iso-2022-* charsets.
7389         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7390         sure not to break a line just after the header name.
7391         (rfc2047-b-encode-region): Removed.
7392         (rfc2047-b-encode-string): New function.
7393         (rfc2047-q-encode-region): Removed.
7394         (rfc2047-q-encode-string): New function.
7395
7396         * mm-util.el (mm-replace-in-string): New function.
7397
7398 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7399
7400         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7401         get it right.
7402         (gnus-inews-make-draft): Really.
7403
7404 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7405
7406         * nnmh.el (nnmh-request-list-1): Don't check the link count
7407         before descending.  (small patch)
7408
7409 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410
7411         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7412         stuff.
7413
7414         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7415         on real group name.
7416
7417         * gnus-art.el (gnus-signature-limit): Doc fix.
7418
7419         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7420
7421         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7422
7423 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7424
7425         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7426         isn't a string.
7427
7428 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7429
7430         * gnus-draft.el (gnus-draft-send): Bind
7431         rfc2047-encode-encoded-words.
7432
7433         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7434         (rfc2047-encodable-p): Say that =? needs encoding.
7435         (rfc2047-encode-encoded-words): New variable.
7436
7437         * gnus-group.el (gnus-group-select-group): Doc fix.
7438
7439         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7440
7441         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7442         to nil.
7443
7444         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7445
7446         * nnheader.el (nnheader-get-lines-and-char): New function.
7447
7448 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * gnus-msg.el (gnus-summary-followup-with-original): Document
7451         yanking of region when active.
7452
7453 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7456         groups if the group level is higher than the specified value.
7457
7458 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7459
7460         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7461         (gnus-group-jump-to-group): Added prefix argument using
7462         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7463         non-active group.
7464
7465         * compface.el (uncompface): Be verbose when changing
7466         `uncompface-use-external'.
7467
7468         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7469         handle manual section.
7470
7471 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * gnus-art.el (gnus-button-alist): Revert previous change.
7474
7475 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7476
7477         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7478
7479 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7480
7481         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7482         whether backend can accept message.
7483
7484         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7485
7486 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7487
7488         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7489         Avoid creating directory when nntp-marks-is-evil is true.
7490         Reported by Reiner Steib.
7491
7492 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7493
7494         * gnus-picon.el (gnus-picon-style): New variable.
7495         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7496         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7497         Jesper Harder <harder@ifa.au.dk>.
7498
7499 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7500
7501         * message.el (message-fill-field): Return point.
7502         (message-generate-headers): Go to end of field.
7503
7504         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7505         stuff for non-living groups.
7506
7507 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7508
7509         * gnus-art.el (gnus-article-followup-with-original)
7510         (gnus-article-reply-with-original): gnus-mark-active-p ->
7511         gnus-region-active-p.
7512
7513 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7514
7515         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7516         only when there is spam or ham to be processed
7517
7518 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * mail-source.el (mail-source-delete-crash-box): Refactor.
7521         (mail-source-fetch): Use it.
7522         (mail-source-fetch-file): Ditto.
7523         (mail-source-fetch-directory): Run postscript in loop.
7524         (mail-source-fetch-pop): Delete.
7525         (mail-source-fetch-maildir): Ditto.
7526         (mail-source-fetch-imap): Ditto.
7527
7528         * imap.el (imap-authenticators): Comment out sasl.
7529
7530         * message.el (message-skip-to-next-address): New function.
7531         (message-fill-header-address): Refactor.
7532         (message-fill-address): Use it.
7533         (message-delete-address): Use it.
7534         (message-fill-header-general): Refactor.
7535         (message-fill-field-address): Rename.
7536         (message-narrow-to-field): Find the start of the header.
7537         (message-header-format-alist): Don't pre-fill.
7538         (message-fill-header): Removed.
7539         (message-insert-header): New function.
7540         (message-shorten-references): Use it.
7541
7542         * rfc2047.el (rfc2047-field-value): Strip props.
7543
7544         * mail-parse.el (mail-header-make-address): New alias.
7545
7546         * ietf-drums.el (ietf-drums-make-address): New function.
7547
7548         * imap.el: Add compiler directives.
7549
7550         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7551
7552         * gnus-art.el (article-decode-idna-rhs): Don't use
7553         message-idna-inside-rhs-p.
7554
7555 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * message.el (message-idna-inside-rhs-p): Removed.
7558         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7559
7560         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7561         false positives.
7562
7563 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7564
7565         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7566
7567 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7568
7569         * nneething.el (nneething-file-name): Don't create spurions
7570         files.
7571
7572         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7573         (gnus-inews-do-gcc): Remove sleep.
7574
7575         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7576         part under point.
7577
7578         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7579         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7580
7581 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7582
7583         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7584
7585 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7586
7587         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7588         as expired without moving it" message when there are spam
7589         messages left
7590
7591 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7592
7593         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7594         header is not nil.
7595
7596 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7597
7598         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7599         nntp-possibly-create-directory, not nntp-possibly-change-group.
7600         (nntp-marks-changed-p): New arg SERVER.
7601         (nntp-request-update-info): Adjust caller.
7602
7603 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7604
7605         * nntp.el (nntp-save-marks): Pass missing arg.
7606
7607 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7608
7609         * nntp.el: Support marks.
7610         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7611         (nntp-marks-modtime, nntp-marks-directory): New variables.
7612         (nntp-request-set-mark, nntp-request-update-info)
7613         (nntp-possibly-create-directory, nntp-marks-changed-p)
7614         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7615         functions.
7616
7617 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7618
7619         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7620         (gnus-xmas-redefine): Rename.
7621
7622         * gnus-score.el (gnus-score-insert-help): Use
7623         gnus-select-lowest-window.
7624
7625         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7626         appt-select-lowest-window and rename to gnus-select-lowest-window.
7627
7628         * gnus.el: do.
7629
7630 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7631
7632         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7633         encodings of MIME-encoded words, in order to improve
7634         interoperability with several broken MUAs.
7635
7636 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7637
7638         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7639         tags, only when charsets are not specified in headers.
7640         (mm-inline-text-html-render-with-w3m): Ditto.
7641
7642         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7643         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7644
7645 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7646
7647         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7648         instead of MIME-decoded from fields when checking
7649         `gnus-article-address-banner-alist'.
7650
7651 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7652
7653         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7654         description rather than subject.
7655
7656 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7657
7658         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7659
7660 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7661
7662         * gnus.el (gnus-version-number): Bump.
7663
7664 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7665
7666         * gnus.el: No Gnus v0.2 is released.
7667
7668 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * gnus-agent.el (gnus-agent-read-agentview): Inline
7671         gnus-uncompress-range.
7672
7673 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7674
7675         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7676         `exec-installed-p'.
7677
7678 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7679
7680         * gnus.el (spam-process, spam-autodetect-methods): Add
7681         bsfilter and bsfilter-headers.
7682
7683         * spam.el (spam-bsfilter): New customize group.
7684         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7685         (spam-bsfilter-header, spam-bsfilter-probability-header)
7686         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7687         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7688         (spam-bsfilter-database-directory): New options.
7689         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7690         (spam-list-of-statistical-checks, spam-registration-functions):
7691         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7692         (spam-bsfilter-score): New command.
7693         (spam-check-bsfilter-headers, spam-check-bsfilter)
7694         (spam-bsfilter-register-with-bsfilter)
7695         (spam-bsfilter-register-spam-routine)
7696         (spam-bsfilter-unregister-spam-routine)
7697         (spam-bsfilter-register-ham-routine)
7698         (spam-bsfilter-unregister-ham-routine): New functions.
7699         (spam-generic-score): Support bsfilter; Accept an optional argument
7700         to recalcurate spam score even if scoring header has already been
7701         added.
7702         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7703         optional argument to recalcurate spam score even if scoring header
7704         has already been added.
7705
7706 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7707
7708         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7709         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7710         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7711         link is missing.
7712
7713 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7714
7715         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7716         (html2text-get-attr): Rewrite.
7717
7718         * message.el (message-setup-1): Remove redundant put-text-property
7719         on mail-header-separator.
7720
7721 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7722
7723         * gnus-registry.el (gnus-registry-cache-whitespace)
7724         (gnus-registry-action, gnus-registry-spool-action)
7725         (gnus-registry-split-fancy-with-parent): changed message levels
7726         from 5 to 3 or 7, as needed
7727
7728         * spam.el (spam-summary-prepare-exit)
7729         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7730         (spam-split, spam-find-spam, spam-log-undo-registration)
7731         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7732         level from 5 to 6
7733
7734 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7737         2004-03-04 change).
7738
7739 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7740
7741         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7742         Use mapc when appropriate.
7743
7744         * sieve-manage.el (sieve-manage-open): do.
7745
7746         * nnweb.el (nnweb-insert-html): do.
7747
7748         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7749         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7750
7751         * nnspool.el (nnspool-request-group): do.
7752
7753         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7754         do.
7755
7756         * nnml.el (nnml-request-update-info): do.
7757
7758         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7759         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7760
7761         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7762         (nnimap-request-set-mark): do.
7763
7764         * nnfolder.el (nnfolder-request-update-info): do.
7765
7766         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7767         do.
7768
7769         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7770
7771         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7772
7773         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7774         do.
7775
7776         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7777         do.
7778
7779         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7780
7781         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7782
7783         * gnus-int.el (gnus-start-news-server): do.
7784
7785         * gnus-group.el (gnus-group-make-kiboze-group)
7786         (gnus-group-browse-foreign-server): do.
7787
7788 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7789
7790         FIXME: Make separate entries for each person.
7791
7792         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7793         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7794         <shields@msrl.com>:
7795
7796         * spam.el (spam-necessary-extra-headers): get the extra headers we
7797         may need for spam sorting and scoring
7798         (spam-user-format-function-S): a user format function suitable for
7799         general use
7800         (spam-article-sort-by-spam-status): sorting function for summary
7801         sorting
7802         (spam-extra-header-to-number): get a score from a header
7803         (spam-summary-score): get a numeric score from the headers
7804         (spam-generic-score): oops, function doc in wrong place
7805         (spam-initialize): take symbols when it's run, and install the
7806         extra headers that spam-necessary-extra-headers thinks we need
7807
7808 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7809
7810         * spam.el (spam-summary-prepare-exit): logic and message fix.
7811         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7812
7813 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7814
7815         * gnus-sum.el (gnus-set-global-variables)
7816         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7817         (gnus-article-get-xrefs, gnus-summary-best-group)
7818         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7819         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7820         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7821         with-current-buffer.
7822
7823 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7824
7825         * spam.el (spam-summary-prepare-exit): simplified logic
7826         (spam-fetch-article-header): read the article header if it's not
7827         available
7828         (spam-list-articles): simplified logic
7829         (spam-filelist-register-routine): found bug with unregister-list
7830
7831         * gnus-registry.el: clarified comments at beginning
7832
7833 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7834
7835         * message.el (message-cater-to-broken-inn): Remove.
7836         (message-shorten-references): Make sure the total folded length of
7837         References is shorter than 998 characters to cater to a bug in INN
7838         2.3.  Also, don't pretend that references aren't folded -- this
7839         hasn't worked for a while.
7840
7841 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7842
7843         * gnus-agent.el (gnus-agentize):
7844         gnus-agent-send-mail-real-function no longer set to current value
7845         of message-send-mail-function but rather a lambda that calls
7846         message-send-mail-function.  The change makes the agent real-time
7847         responsive to user changes to message-send-mail-function.
7848
7849 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7850
7851         * legacy-gnus-agent.el
7852         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7853         help from Florian Weimer <fw@deneb.enyo.de>
7854
7855 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * nnmail.el (nnmail-cache-insert): Revert last change.
7858
7859 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * nnmail.el (nnmail-cache-insert): Always check whether
7862         nnmail-cache-ignore-groups matches a group name.
7863
7864 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7865
7866         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7867         (spam-find-spam, spam-log-processing-to-registry)
7868         (spam-log-registered-p, spam-log-unregistration-needed-p)
7869         (spam-log-undo-registration): use gnus-message instead of
7870         gnus-error, none of these errors are fatal
7871
7872         * gnus-registry.el (gnus-registry-clean-empty-function)
7873         (gnus-registry-clean-empty): remove only empty entries without
7874         extra data
7875
7876 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7877
7878         * spam-stat.el (spam-stat-buffer-change-to-spam)
7879         (spam-stat-buffer-change-to-non-spam): change (error) to
7880         (gnus-message 8) invocation
7881
7882 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * nntp.el (nntp-via-netcat-command): New variable.
7885         (nntp-via-netcat-switches): New variable.
7886         (nntp-open-via-rlogin-and-netcat): New function.
7887         (nntp-open-connection-function): Doc fix.
7888         (nntp-telnet-command): Doc fix.
7889         (nntp-end-of-line): Doc fix.
7890         (nntp-via-rlogin-command): Doc fix.
7891         (nntp-via-user-name): Doc fix.
7892         (nntp-via-address): Doc fix.
7893
7894 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7897         error in Emacs 21.1.
7898
7899 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7900
7901         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7902
7903 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7904         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7905         (gnus-agent-with-refreshed-group): New macro.
7906         (gnus-agent-rename-group): New function.
7907         (gnus-agent-delete-group): New function.
7908         (gnus-agent-save-group-info): Use gnus-command-method when
7909         `method' parameter is nil.  Don't write nil entries into the
7910         active file.
7911         (gnus-agent-get-group-info): New function.
7912         (gnus-agent-fetch-articles): Use
7913         gnus-agent-update-files-total-fetched-for to increment disk space
7914         used.
7915         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7916         gnus-agent-update-view-total-fetched-for to increment disk space
7917         used.
7918         (gnus-agent-get-local): Added optional parameters to avoid calling
7919         gnus-group-real-name and gnus-find-method-for-group.
7920         (gnus-agent-set-local): Delete stored entry if either min, or max,
7921         are nil.
7922         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7923         quit, use gnus-agent-regenerate-group to record existance of any
7924         articles fetched to disk before the quit occurred.
7925         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7926         gnus-agent-update-view-total-fetched-for, and
7927         gnus-agent-update-files-total-fetched-for to decrement disk space
7928         used.
7929         (gnus-agent-retrieve-headers): Use
7930         gnus-agent-update-view-total-fetched-for to increment disk space
7931         used.
7932         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7933         with gnus-agent-update-files-total-fetched-for to decrement disk
7934         space and fresh group buffer.
7935         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7936         (gnus-agent-need-update-total-fetched-for): New variable.
7937         (gnus-agent-update-files-total-fetched-for): New function.
7938         (gnus-agent-update-view-total-fetched-for): New function.
7939         (gnus-agent-total-fetched-for): New function.
7940
7941         * gnus-cache.el (gnus-cache-save-buffers): Use
7942         gnus-cache-update-overview-total-fetched-for to change disk space
7943         used by this group.
7944         (gnus-cache-possibly-enter-article): Use
7945         gnus-cache-update-file-total-fetched-for to increment disk space
7946         used by this group.
7947         (gnus-cache-possibly-remove-article): Use
7948         gnus-cache-update-file-total-fetched-for to decrement disk space
7949         used by this group.
7950         (gnus-cache-generate-nov-databases): Purge total fetched cache.
7951         (gnus-cache-rename-group): New function.
7952         (gnus-cache-delete-group): New function.
7953         (gnus-cache-inhibit-update-total-fetched-for): New variable.
7954         (gnus-cache-need-update-total-fetched-for): New variable.
7955         (gnus-cache-with-refreshed-group): New macro.
7956         (gnus-cache-update-file-total-fetched-for): New function.
7957         (gnus-cache-update-overview-total-fetched-for): New function.
7958         (gnus-cache-rename-group-total-fetched-for): New function.
7959         (gnus-cache-delete-group-total-fetched-for): New function.
7960         (gnus-cache-total-fetched-for): New function.
7961
7962         * gnus-group.el: Require gnus-sum and autoload functions to
7963         resolve warnings when gnus-group.el compiled alone.
7964         (gnus-group-line-format): Documented new %F
7965         (size of Fetched data) group line format; identifies disk space
7966         used by agent and cache.
7967         (gnus-group-line-format-alist): Defined new F format.
7968         (gnus-total-fetched-for): New function.
7969         (gnus-group-delete-group): No longer update
7970         gnus-cache-active-altered as gnus-request-delete-group now keeps
7971         the cache in sync.
7972         (gnus-group-list-active): Let the agent store a server's active
7973         list if currently plugged.
7974
7975         * gnus-int.el (gnus-request-delete-group): Use
7976         gnus-cache-delete-group and gnus-agent-delete-group to keep the
7977         local disk in sync with the server.
7978          (gnus-request-rename-group): Use
7979         gnus-cache-rename-group and gnus-agent-rename-group to keep the
7980         local disk in sync with the server.
7981
7982         * gnus-start.el (gnus-get-unread-articles): Cosmetic
7983         simplification to logic.
7984
7985         * gnus-util.el (gnus-rename-file): New function.
7986
7987 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
7988
7989         * mm-util.el (mm-image-load-path): Handle nil in load-path.
7990
7991 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
7992
7993         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
7994         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
7995
7996 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
7997
7998         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
7999         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8000
8001 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8002
8003         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8004
8005 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8006
8007         * spam.el (spam-set-difference): new function to replace
8008         gnus-set-difference in spam.el
8009         (spam-summary-prepare-exit): use spam-set-difference
8010
8011 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8012
8013         * gnus-registry.el (gnus-registry-cache-file): updated to use
8014         gnus-dribble-directory OR gnus-home-directory OR ~
8015         (gnus-registry-split-fancy-with-parent): fixed doc
8016
8017 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * message.el (message-exchange-point-and-mark): Use
8020         message-mark-active-p.  Suggested by Jesper Harder
8021         <harder@ifa.au.dk>.
8022
8023 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * message.el (message-exchange-point-and-mark): Don't activate
8026         region if it was inactive.  Suggested by Hiroshi Fujishima
8027         <pooh@nature.tsukuba.ac.jp>.
8028
8029 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * gnus-art.el (article-display-face): Display Faces in the same
8032         order as X-Faces.
8033
8034 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8037
8038 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8041         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8042         (gnus-article-mime-hierarchy): Remove.
8043         (gnus-article-mime-hierarchy-next): Remove.
8044         (gnus-article-mode): Revert 2004-03-19 change.
8045         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8046         (gnus-insert-mime-button): Revert 2004-03-19 change.
8047         (gnus-mime-accumulate-hierarchy): Remove.
8048         (gnus-mime-enter-multipart): Remove.
8049         (gnus-mime-leave-multipart): Remove,
8050         (gnus-mime-display-part): Revert 2004-03-19 change.
8051         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8052
8053         * mml.el (mml-preview): Revert 2004-03-19 change.
8054
8055 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8056
8057         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8058
8059 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8062         t while entering a file name using the mm-with-multibyte macro.
8063         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8064
8065         * mm-util.el (mm-with-multibyte): New macro.
8066
8067 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8070         user option.
8071         (gnus-mime-multipart-functions): Doc and customization fix.
8072         (gnus-article-mime-hierarchy): New variable.
8073         (gnus-article-mime-hierarchy-next): New variable.
8074         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8075         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8076         gnus-article-mime-hierarchy-next to nil.
8077         (gnus-insert-mime-button): Show hierarchy numbers.
8078         (gnus-mime-accumulate-hierarchy): New function.
8079         (gnus-mime-enter-multipart): New function.
8080         (gnus-mime-leave-multipart): New function.
8081         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8082         (gnus-mime-display-alternative): Show hierarchy numbers.
8083
8084         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8085         gnus-article-mime-hierarchy-next to nil.
8086
8087 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8088
8089         * dns.el: Don't require gnus-xmas.
8090
8091 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8092
8093         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8094         inline PGP.
8095         (mml-menu): Disable mml-quote-region if mark is inactive.
8096
8097 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8100         when the group's active is not available.
8101
8102 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8105         error.
8106
8107 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * imap.el (imap-store-password): New variable.
8110         (imap-interactive-login): Use it.
8111         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8112
8113 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8116         window-start and hscroll to summary window.
8117
8118 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8119
8120         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8121         conversion message to newsrc-dribble when an actual conversion is
8122         performed.
8123
8124 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8125
8126         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8127
8128 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * mm-decode.el (mm-complicated-handles): New function reviving
8131         former definition of mm-multiple-handles.
8132
8133         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8134         (gnus-mime-delete-part): Use it.
8135
8136 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8137
8138         * gnus-agent.el (gnus-agent-read-local): Bind
8139         nnheader-file-coding-system to gnus-agent-file-coding-system to
8140         avoid the implicit assumption that they will always be equal.
8141         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8142         coding-system-for-write, as the with-temp-file macro first prints
8143         to a buffer then saves the buffer.
8144
8145 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-art.el (gnus-article-edit-part): New function.
8148         (gnus-mime-save-part-and-strip): Use it; do query instead of
8149         signaling an error; don't use mm-multiple-handles.
8150         (gnus-mime-delete-part): Ditto.
8151
8152 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8153
8154         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8155         old file versions.
8156         (gnus-group-prepare-hook): Removed function that converted list
8157         form of gnus-agent-expire-days to group properties.
8158
8159         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8160         (gnus-request-accept-article): Re-indented.
8161
8162         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8163         converters to handle old agent file formats.  Added logic for a
8164         "backup before upgrading warning".
8165         (gnus-convert-mark-converter-prompt): Developers can mark
8166         functions as needing (default), or not needing,
8167         gnus-convert-old-newsrc's "backup before upgrading warning".
8168         (gnus-convert-converter-needs-prompt): Tests whether the user
8169         should be protected from potentially irreversable changes by the
8170         function.
8171
8172         * legacy-gnus-agent.el (): New. Provides converters that are only
8173         loaded when gnus-convert-old-newsrc needs to call them.
8174
8175 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * mail-source.el (mail-source-touch-pop): Doc fix.
8178
8179         * message.el (message-smtpmail-send-it): Doc fix.
8180
8181 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8182
8183         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8184
8185         * nnmail.el (nnmail-split-fancy): do.
8186
8187         * gnus-kill.el (gnus-kill, gnus-execute): do.
8188
8189 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8190
8191         * gnus-sum.el (gnus-widget-reversible-match)
8192         (gnus-widget-reversible-to-internal)
8193         (gnus-widget-reversible-to-external): New functions.
8194         (gnus-widget-reversible): New widget.
8195         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8196
8197 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8198
8199         * gnus-sum.el (gnus-thread-sort-functions)
8200         (gnus-article-sort-functions): Document `(not F)' items.
8201
8202 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8203
8204         * spam.el (spam-use-gmane-xref): new backend
8205         (spam-gmane-xref-spam-group): variable to control the name of the
8206         Gmane spam group
8207         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8208         (spam-regex-headers-spam, spam-regex-headers-ham)
8209         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8210         (spam-list-of-checks): added spam-use-gmane-xref to list of
8211         backends and checks
8212         (spam-check-gmane-xref): function for spam-use-gmane-xref
8213
8214         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8215         an autodetect method
8216
8217 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8218
8219         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8220         articles are being added to a group.
8221         (gnus-request-replace-article): Inform the agent that articles
8222         need to be uncached as the cached contents are no longer valid.
8223
8224 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * binhex.el: Don't autoload executable-find.
8227
8228         * canlock.el: Don't autoload mail-fetch-field.
8229
8230         * dgnushack.el: Autoload c-mode for XEmacs.
8231
8232         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8233
8234         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8235         rmail-dont-reply-to and rmail-output.
8236
8237         * gnus-score.el: Don't autoload ffap-string-at-point.
8238
8239         * gnus-setup.el: Don't autoload sc-cite-original.
8240
8241         * imap.el: Don't autoload base64-decode-string,
8242         base64-encode-string and md5.
8243
8244         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8245         and rmail-msg-restore-non-pruned-header.
8246
8247         * mm-decode.el: Don't autoload executable-find.
8248
8249         * mm-url.el: Don't autoload executable-find.
8250
8251         * mm-view.el: Don't autoload diff-mode.
8252
8253         * nndb.el: Don't autoload news-reply-mode, news-setup,
8254         cancel-timer and telnet.
8255
8256         * password.el: Don't autoload run-at-time for Emacs.
8257
8258         * sha1-el.el: Don't autoload executable-find.
8259
8260         * sieve-mode.el: Don't autoload c-mode.
8261
8262         * uudecode.el: Don't autoload executable-find.
8263
8264 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8265
8266         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8267         (gnus-agent-possibly-alter-active): Avoid null in numeric
8268         comparison.
8269         (gnus-agent-set-local): Refuse to save null in local object table.
8270         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8271         list of articles that will be marked as unread.
8272
8273 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8276
8277 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8278
8279         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8280         language tags.
8281
8282 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8283
8284         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8285         Don't bind "obarray".
8286
8287         * gnus-sum.el (gnus-thread-sort-functions): Added
8288         `gnus-thread-sort-by-most-recent-number' and
8289         `gnus-thread-sort-by-most-recent-date'.
8290         Reported by Kai Grossjohann <kai@emptydomain.de>.
8291
8292 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8295
8296 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8297
8298         * gnus-cus.el (gnus-agent-customize-category): Removed
8299         ignore-errors macro reference that required cl to be loaded at
8300         run-time.
8301
8302         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8303         single-interval range of the form (min . max).  Previously the
8304         range had to look like ((min . max)).  Likewise, return
8305         (min . max) rather than ((min . max)).
8306         (gnus-range-map): Use gnus-range-normalize to accept
8307         single-interval range.
8308
8309         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8310         the cache, but not the agent, now appear with their usual face.
8311
8312         * dgnushack.el (loaddir): New variable that is bound to the
8313         directory containing the dgnushack.el file. Use loaddir, rather
8314         than srcdir, to update load-path. Change lets dgnushack compile
8315         code in directories other than GNUS/lisp.
8316
8317 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * lpath.el: Don't bind w3m-safe-url-regexp.
8320
8321         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8322         w3m-safe-url-regexp variable buffer-local.
8323
8324         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8325
8326 2004-02-27  Simon Josefsson  <jas@extundo.com>
8327
8328         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8329         gnus-group-real-prefix.
8330         (gnus-summary-move-article): Use it, instead of
8331         gnus-group-real-prefix.
8332
8333 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * lpath.el: Bind w3m-safe-url-regexp.
8336
8337         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8338         w3m-safe-url-regexp variable buffer-local and set it as the value
8339         of mm-w3m-safe-url-regexp.
8340
8341         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8342
8343         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8344         parsing gnus-posting-styles when the message is not for replying.
8345
8346         * dgnushack.el: Autoload sgml-mode for XEmacs.
8347
8348         * nnrss.el (nnrss-opml-export): Use
8349         mm-set-buffer-file-coding-system instead of
8350         set-buffer-file-coding-system.
8351
8352 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8353
8354         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8355         of checkdoc.el).
8356         * nnrss.el: do.
8357         * gnus-mlspl.el: do.
8358         * gnus-ml.el: do.
8359         * gnus-srvr.el: do.
8360
8361         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8362
8363 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8364
8365         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8366         Corrections to custom-manual links.
8367
8368         * gnus-art.el (gnus-article): Ditto.
8369
8370         * mm-decode.el (mime-display, mime-security): Ditto.
8371
8372 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8373
8374         * flow-fill.el: Typo.
8375
8376 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8377
8378         * spam-wash.el: New file.
8379
8380 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8381
8382         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8383
8384 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8385
8386         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8387         to be run with new-articles as LIST1, not LIST2
8388         (spam-registration-functions): add spam-use-ham-copy as a nil
8389         registration backend
8390
8391 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8392
8393         * spam-stat.el (spam-stat-washing-hook): New option.
8394         (spam-stat-buffer-words): Use it.
8395         (spam-stat-process-directory, spam-stat-test-directory): Use
8396         insert-file-contents-literally.
8397         (spam-stat-coding-system): New variable.
8398         (spam-stat-load, spam-stat-save): Use it.
8399
8400 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * spam-report.el (spam-report-plug-agent): Quote
8403         spam-report-url-to-file and spam-report-url-ping-plain.
8404
8405 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8406
8407         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8408         / in mailto URLs.
8409
8410 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8411
8412         * spam-report.el (spam-report-process-queue): Fix interactive use.
8413         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8414         (spam-report-unplug-agent): Doc fixes.
8415         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8416         (spam-report-agentize, spam-report-deagentize): Autoload
8417
8418 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8421
8422         * message.el (message-setup-fill-variables): Add mml tags to
8423         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8424         <ajk@iu.edu>.
8425         (message-mode): Don't modify paragraph-separate there.
8426
8427 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * compface.el (uncompface-use-external): Default to undecided.
8430         (uncompface-use-external-threshold): New variable.
8431         (uncompface-float-time): New macro.
8432         (uncompface): Determine whether to use the external decoder if
8433         uncompface-use-external is undecided.
8434
8435 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8436
8437         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8438         after images.
8439
8440         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8441
8442 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8443
8444         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8445
8446         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8447
8448         * gnus-sum.el (gnus-summary-limit-to-age)
8449         (gnus-summary-limit-children): do.
8450
8451         * gnus-int.el (gnus-request-scan): do.
8452
8453         * gnus-group.el (gnus-group-suspend): do.
8454
8455         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8456
8457         * gnus-cite.el (gnus-cite-parse-attributions): do.
8458
8459         * gnus-agent.el (gnus-summary-set-agent-mark)
8460         (gnus-agent-regenerate-group): do.
8461
8462         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8463
8464         * binhex.el (binhex-decode-region-internal): do.
8465
8466 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus-fun.el (gnus-face-properties-alist): New user option.
8469         (gnus-display-x-face-in-from): Use it.
8470
8471         * gnus-art.el (article-display-face): Ditto.
8472
8473         * compface.el (uncompface-use-external): Default to nil.
8474
8475 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8476
8477         * nntp.el (nntp-erase-buffer): New function.
8478         (nntp-retrieve-data, nntp-send-command)
8479         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8480         (nntp-possibly-change-group): Use it.
8481
8482         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8483         with-current-buffer.
8484
8485 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8486
8487         * compface.el: Merge the ELisp-based uncompface program.
8488         (compface): New customization group.
8489         (uncompface-use-external): New user option.
8490         (uncompface): Call uncompface-internal if uncompface-use-external
8491         is nil.
8492         (uncompface-internal): New function.  Note that there are also
8493         some other functions and variables added for this function.
8494
8495 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8496
8497         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8498         if necessary.
8499
8500 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8501
8502         * spam-report.el (spam-report-unplug-agent)
8503         (spam-report-plug-agent, spam-report-deagentize)
8504         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8505         support for the Agent in spam-report: when unplugged, report to a
8506         file; when plugged, submit all the requests
8507
8508         * spam.el (spam-register-routine): improved message about
8509         registration
8510
8511 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8512
8513         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8514         dependencies.
8515         (rfc2047-encode): Use it.
8516
8517         * gnus-art.el (gnus-button-marker-list): Move before first
8518         reference.
8519
8520         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8521         (imap-parse-body): Fix format string mismatch.
8522
8523         * gnus-score.el (gnus-summary-increase-score): do.
8524
8525         * nnrss.el (nnrss-close): New function.
8526
8527 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8528
8529         * nnrss.el (nnrss-make-filename): New function.
8530         (nnrss-request-delete-group, nnrss-read-server-data)
8531         (nnrss-save-server-data, nnrss-read-group-data)
8532         (nnrss-save-group-data): Use it.
8533         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8534         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8535         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8536
8537 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8538
8539         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8540
8541 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8542
8543         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8544         files.
8545
8546         * message.el (message-generate-headers-first): Don't quote nil
8547         and t in docstrings.
8548
8549         * imap.el (imap-id): do.
8550
8551         * gnus-agent.el (gnus-agent-consider-all-articles)
8552         (gnus-agent-queue-mail): do.
8553
8554 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8555
8556         * spam-report.el (spam-report-process-queue): New function.
8557         Process requests from `spam-report-requests-file'.
8558         (spam-report-process-queue): Doc fix.
8559
8560 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8561
8562         * spam.el (spam-register-routine)
8563         (spam-log-processing-to-registry, spam-log-registered-p)
8564         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8565         change "check" to "spam-check" for semi-clarity
8566
8567 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8568
8569         * pop3.el: Require nnheader.
8570
8571         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8572
8573         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8574
8575         * gnus-picon.el: Require cl.
8576
8577         * gnus-fun.el: Require gnus-ems and gnus-util.
8578
8579         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8580
8581         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8582
8583         * gnus-art.el (gnus-article-edit-mode): Define before first
8584         reference.
8585
8586 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8587
8588         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8589         (gnus-uu-post-encoded): Use point-at-bol.
8590
8591         * gnus-topic.el (gnus-group-active-topic-p): do.
8592
8593         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8594
8595         * gnus-group.el (gnus-group-kill-region): do.
8596
8597         * gnus-art.el (article-date-ut): do.
8598
8599         * message.el (message-fetch-field): Remove redundant
8600         case-fold-search binding.
8601         (message-narrow-to-field): Simplify.
8602
8603 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * spam.el (spam-directory): Derive from `gnus-directory'.
8606
8607         * spam-report.el (spam-report-url-to-file)
8608         (spam-report-requests-file): New function and variable for offline
8609         reporting.
8610         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8611         and user defined function.
8612         (spam-report-url-ping-mm-url): Remove doubled slash.
8613
8614 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8615
8616         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8617
8618 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8619
8620         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8621         format string mismatch.
8622
8623         * sieve.el (sieve-deactivate-all): do.
8624
8625         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8626
8627         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8628
8629         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8630
8631         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8632
8633 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8634
8635         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8636         the list of checks
8637
8638 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8639
8640         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8641         padding.
8642
8643 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8644
8645         * mm-view.el (mm-fill-flowed): New variable.
8646         (mm-inline-text): Use it.
8647
8648 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8649
8650         * spam.el (spam-spamassassin-register-ham-routine)
8651         (spam-spamassassin-register-spam-routine): fixed function names
8652
8653 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * gnus.el (gnus-tmp-grouplens): Remove.
8656         (gnus-summary-line-format): Remove grouplens.
8657
8658         * gnus-group.el (gnus-group-line-format): Ditto.
8659
8660         * gnus-spec.el (gnus-format-specs): Ditto.
8661         (gnus-update-format-specifications): Flush the group format spec
8662         cache if there's the grouplens stuff.
8663         (gnus-parse-simple-format): Replace %l with the empty string.
8664
8665 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
8666
8667         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8668         omission.
8669
8670 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8673         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8674
8675 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8676
8677         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8678         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8679         New macros and functions.
8680         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8681         Handle > NLINK_MAX messages.
8682         * nnmaildir.el (nnmaildir-request-set-mark): Use
8683         nnmaildir--emlink-p and nnmaildir--eexist-p.
8684
8685 2004-01-25  Alex Schroeder  <alex@gnu.org>
8686
8687         * spam-stat.el (spam-stat-process-directory-age): New option.
8688         (spam-stat-process-directory): Use it.
8689
8690 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8691
8692         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8693         (spam-stat-save): Accept prefix argument.
8694
8695 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8696
8697         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8698         links" error.
8699
8700 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8703         the rest of the and/or forms.
8704
8705 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8706
8707         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8708         compatibility with old .newsrc.eld files.
8709
8710         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8711
8712         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8713
8714         * gnus-start.el (gnus-1): do.
8715
8716         * gnus-group.el (gnus-group-line-format-alist): do.
8717
8718         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8719
8720         * gnus-gl.el: Remove.
8721
8722 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8723
8724         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8725         marks consisting of a single range {for example, (3 . 5)} rather
8726         than a list of a single range { ((3 . 5)) }.
8727
8728 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8729
8730         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8731         with-current-buffer.
8732         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8733         avoid consing a string.
8734
8735         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8736         Remove obsolete entries for big5 and gb2312.
8737
8738 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8739
8740         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8741         uncompressed list.
8742
8743 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8744
8745         * spam-stat.el (spam-stat-strip-xref): New function.
8746         (spam-stat-process-directory): Use it.
8747
8748         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8749         here -- it's done in message-fetch-field.
8750
8751 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8752
8753         * gnus-agent.el (gnus-agent-queue-mail,
8754         gnus-agent-prompt-send-queue): New variables.
8755         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8756         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8757         "nndraft:queue" along to gnus-draft-send.  Use
8758         gnus-agent-prompt-send-queue.
8759         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8760         is "nndraft:queue".  Suggested by Gaute Strokkenes
8761         <gs234@srcf.ucam.org>
8762
8763         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8764         (agent-enable-undownloaded-faces): Added
8765         (gnus-agent-cat-groups): Use eval-and-compile, not
8766         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8767         method of gnus-agent-cat-groups even when the buffer has been
8768         evaled.
8769         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8770         delete gnus-agent-save-active-1.
8771         (gnus-agent-save-groups): Deleted. Identical to
8772         gnus-agent-save-active.
8773         (gnus-agent-write-active): No longer adjust agent's copy of active
8774         file as agent's adjustments are now stored in their own
8775         file. Removed optional parameter.
8776         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8777         servers.  Add use of min/max range limits from server's local
8778         file.
8779         (gnus-agent-save-alist): Removed unused optional argument.
8780         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8781         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8782         (gnus-agent-set-local): A per-server file that keeps min/max range
8783         limits for articles known to the agent.  Provides a fast mechanism
8784         for altering many active ranges.
8785         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8786         active file (local makes it unnecessary).
8787         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8788
8789         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8790         (agent-enable-undownloaded-faces): Added
8791
8792         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8793         disable it when sending to "nndraft:queue".
8794         (gnus-group-send-queue): Add safety check to avoid sending queue
8795         when unplugged.
8796
8797         * gnus-group.el (gnus-group-catchup): Use new
8798         gnus-sequence-of-unread-articles, not
8799         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8800         numbers of articles.  Use gnus-range-map to avoid having to
8801         uncompress the unread list.
8802         (gnus-group-archive-directory,
8803         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8804         reference.
8805
8806         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8807         (gnus-sorted-range-intersection): Intersection of two ranges
8808         without requiring that they first be uncompressed.
8809
8810         * gnus-start.el (gnus-activate-group): Unless blocked by the
8811         caller, possibly expand the active range to include both cached
8812         and agentized articles.
8813         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8814         multiple version-dependent converters.
8815         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8816         gnus-agent-save-active.
8817         (gnus-save-newsrc-file): Save dirty agent range limits.
8818
8819         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8820         gnus-agent-possibly-alter-active.
8821         (gnus-adjust-marked-articles): Faster handling of simple lists
8822
8823 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8824
8825         * spam-stat.el (spam-stat-test-directory): New optional argument
8826         displays a list of files detected.  Suggested by Andrew Cohen
8827         <cohen@andy.bu.edu>.
8828         (spam-stat-buffer-words-with-scores): Don't narrow and change
8829         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8830
8831 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
8832
8833         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8834         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8835         (spam-spamassassin-arguments)
8836         (spam-spamassassin-spam-flag-header)
8837         (spam-spamassassin-positive-spam-flag-header)
8838         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8839         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8840         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8841         (spam-list-of-processors, spam-list-of-checks)
8842         (spam-list-of-statistical-checks, spam-registration-functions)
8843         (spam-check-spamassassin-headers, spam-check-spamassassin)
8844         (spam-spamassassin-score)
8845         (spam-spamassassin-register-with-sa-learn)
8846         (spam-spamassassin-register-spam-routine)
8847         (spam-spamassassin-register-ham-routine)
8848         (spam-assassin-register-spam-routine)
8849         (spam-assassin-register-ham-routine): add SpamAssassin support
8850         (spam-bogofilter-score): fix to show article before scoring
8851
8852 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8853
8854         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8855         default scoring function
8856         (spam-generic-score): calls spam-spamassassin-score if
8857         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8858         spam-bogofilter-score otherwise.
8859
8860         * gnus.el (spam-process, spam-autodetect-methods): add
8861         spamassassin and spamassassin-headers
8862
8863 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
8864
8865         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8866         Suppress unnecessary messages.
8867
8868 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8869
8870         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8871         make-hash-table.
8872
8873 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * canlock.el (base64-encode-string): Don't autoload it.
8876
8877 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * run-at-time.el: Remove useless (require 'itimer),
8880         eval-and-compile and (featurep 'xemacs).
8881
8882 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8883
8884         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8885         GROUP is a virtual group.
8886
8887 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8888
8889         * gnus.el: Autoload `message-y-or-n-p'.
8890
8891 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8892
8893         * pgg-parse.el: Remove unnecessary (require 'custom).
8894
8895         * pgg-def.el: do.
8896
8897         * nnmail.el: do.
8898
8899         * gnus-undo.el: do.
8900
8901         * gnus-picon.el: do.
8902
8903         * gnus-util.el: do.
8904
8905 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8908
8909 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8912         handle, as well as a list.
8913
8914         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8915         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8916         (mm-w3m-cid-retrieve): Simplify.
8917
8918 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
8919
8920         * message.el (message-kill-to-signature): Allow prefix arg to
8921         specify number of lines to keep before signature.
8922
8923 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8924
8925         (message-kill-to-signature): Change docstring.
8926
8927 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * canlock.el: Always require sha1-el.
8930         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8931
8932         * message.el: Autoload sha1 only when compiling.
8933
8934         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8935         eudc-expand-inline for XEmacs.
8936
8937 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * message.el (message-canlock-generate): Require sha1-el.
8940
8941 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
8942
8943         * message.el (message-expand-name): Silence the byte compiler.
8944
8945         * lpath.el: Add detect-coding-system.
8946
8947         * dgnushack.el (dgnushack-compile): Remove obsolete check for
8948         cus-edit.
8949
8950 2004-01-13  Simon Josefsson  <jas@extundo.com>
8951
8952         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
8953         Invoke gnus-score-mode.  Reported by
8954         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8955
8956         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
8957         Jim Blandy <jimb@redhat.com> (tiny change).
8958
8959 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8960
8961         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
8962
8963 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
8964
8965         * spam.el (spam-get-article-as-string): updated to use
8966         gnus-request-article-this-buffer, much simpler
8967         (spam-get-article-as-buffer): removed
8968
8969 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
8970
8971         * message.el (message-expand-name): Use EUDC if the user uses
8972         that.
8973
8974 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8975
8976         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
8977         character for the encoding to avoid consing a string.
8978
8979         * rfc2047.el (rfc2047-decode-string): Don't cons a string
8980         unnecessarily.
8981
8982         * mm-util.el (mm-replace-chars-in-string): Remove.
8983
8984         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
8985         of mm-replace-chars-in-string.
8986
8987 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
8988
8989         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
8990         strings.
8991
8992         * mm-util.el (mm-subst-char-in-string): Support inplace.
8993
8994         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
8995         a new string in every iteration.  Use shy groups.
8996
8997 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
8998
8999         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9000         (gnus-group-change-level, gnus-kill-newsgroup)
9001         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9002         (gnus-get-unread-articles, gnus-make-articles-unread)
9003         (gnus-make-ascending-articles-unread): Use accessor
9004         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9005         to get group information for improved readability.
9006
9007         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9008
9009         * gnus-soup.el (gnus-soup-group-brew): do.
9010
9011         * gnus-msg.el (gnus-put-message): do.
9012
9013         * gnus-move.el (gnus-group-move-group-to-server): do.
9014
9015         * gnus-kill.el (gnus-batch-score): do.
9016
9017         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9018         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9019         (gnus-group-update-group, gnus-group-read-group)
9020         (gnus-group-make-group, gnus-group-make-help-group)
9021         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9022         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9023         (gnus-group-sort-by-unread, gnus-group-catchup)
9024         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9025         (gnus-group-yank-group, gnus-group-set-info)
9026         (gnus-group-list-groups): do.
9027
9028         * gnus.el (gnus-generate-new-group-name): do.
9029
9030         * gnus-delay.el (gnus-delay-send-queue): do.
9031
9032         * nnvirtual.el (nnvirtual-catchup-group): do.
9033
9034         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9035         do.
9036
9037         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9038         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9039
9040         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9041         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9042         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9043         (gnus-group-make-articles-read): do.
9044
9045 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9046
9047         * gnus-art.el (article-decode-mime-words, article-babel)
9048         (gnus-article-highlight-signature, gnus-article-add-buttons)
9049         (gnus-signature-toggle): Use gnus-with-article-buffer.
9050
9051         * gnus-art.el (gnus-article-highlight-headers)
9052         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9053
9054         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9055         (gnus-article-set-globals, gnus-request-article-this-buffer)
9056         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9057         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9058         (gnus-mime-display-alternative): Use with-current-buffer.
9059
9060 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9061
9062         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
9063         also under 80 char limit, and call gnus-error if needed
9064         (spam-fetch-article-header): finally fixed - it was a
9065         buffer-local variable (gnus-newsgroup-data)
9066         (spam-find-spam): use spam-generate-fake-headers, forget about
9067         spam-insert-fake-headers
9068         (spam-insert-fake-headers): removed
9069
9070 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9071
9072         * deuglify.el (gnus-article-outlook-unwrap-lines)
9073         (gnus-outlook-rearrange-article)
9074         (gnus-outlook-repair-attribution-outlook)
9075         (gnus-outlook-repair-attribution-block)
9076         (gnus-outlook-repair-attribution-other): Remove redundant
9077         save-excursion.
9078
9079 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9080
9081         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9082         (spam-fetch-field-subject-fast)
9083         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9084         (spam-fetch-article-header): new functions to deal with Gnus
9085         internals for fast retrieval of article header data
9086         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
9087
9088 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9089
9090         * pop3.el (pop3-md5): Remove.
9091         (pop3-apop): Replace pop3-md5 with md5.
9092
9093         * mm-bodies.el: base64 is always built-in.
9094
9095         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9096         with-current-buffer.
9097
9098 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * canlock.el (canlock-insert-header): Remove excessive grouping in
9101         regexp.
9102
9103         * gnus-sum.el (gnus-summary-read-document): Ditto.
9104
9105         * gnus-uu.el (gnus-uu-part-number): Ditto.
9106
9107         * html2text.el (html2text-remove-tags): Ditto.
9108         (html2text-format-tags): Ditto.
9109         (html2text-format-single-elements): Ditto.
9110
9111         * mml.el (mml-parse-1): Ditto.
9112
9113 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9114
9115         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9116
9117         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9118
9119         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9120
9121         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9122
9123 2003-11-15  Simon Josefsson  <jas@extundo.com>
9124
9125         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9126         (pgg-gpg-lookup-key): Use regexp match instead of
9127         split-string (split-string is different between emacs 21.2 and
9128         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9129
9130 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9131
9132         * gnus-art.el (gnus-mime-view-all-parts)
9133         (gnus-article-part-wrapper, gnus-article-view-part): Use
9134         with-current-buffer.
9135
9136 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9137
9138         * spam.el (spam-disable-spam-split-during-ham-respool)
9139         (spam-spamoracle-database, spam-cache-lookups)
9140         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9141         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9142         (spam-group-ham-marks, spam-group-spam-marks)
9143         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9144         (spam-list-of-processors, spam-list-of-statistical-checks): doc
9145         fix, also add spam-use-blackholes to the statistical checks
9146         (spam-fetch-field-fast): new interface to fetching fields, may
9147         become a macro
9148         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9149         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
9150         (spam-insert-fake-headers): fake an article when needed
9151         (spam-find-spam): fake article when possible
9152         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9153         (spam-check-bogofilter-headers): use message-fetch-field instead
9154         of nnmail-fetch-field
9155
9156 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9159
9160 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9161
9162         * spam.el (spam-split): do not require spam-use-CHECK to be
9163         enabled if that check is passed to spam-split explicitly; also
9164         fix so 'spam doesn't get converted to spam-split-group when
9165         spam-split-symbolic-return is t
9166         (spam-find-spam): find registrations of the article and use those
9167         instead of re-running spam-split to find the spam/ham
9168         classification of the article
9169         (spam-log-processing-to-registry, spam-log-registered-p)
9170         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9171         use gnus-error instead of gnus-message
9172         (spam-log-registration-type): new function to determine the
9173         classification of a message based on registry entries; will
9174         return nil if both 'spam and 'ham are found
9175         (spam-check-BBDB): expand all the BBDB macros here so we can have
9176         a reasonably fast local cache without the loading errors
9177         (spam-cache-lookups): set to t by default
9178         (spam-find-spam): don't try to guess spam-cache-lookups
9179         (spam-enter-whitelist, spam-enter-blacklist): also clear the
9180         spam-caches entry
9181         (spam-filelist-build-cache, spam-filelist-check-cache): better
9182         caching of whitelist/blacklist entries
9183         (spam-check-whitelist, spam-check-blacklist): invoke
9184         spam-from-listed-p with a type, not a cache variable
9185         (spam-from-listed-p): wrap around spam-filelist-check-cache
9186
9187 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9188
9189         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9190
9191         * nnmail.el (nnmail-split-fancy): do.
9192
9193         * mml.el (mml-parse): do.
9194
9195         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9196         (gnus-score-adaptive): do.
9197
9198 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9201         (gnus-mime-button-map): Don't set keymap parent.
9202         (gnus-button-ctan-directory-regexp): Use shy grouping.
9203         (gnus-prev-page-map): Don't set keymap parent.
9204         (gnus-prev-page-map): Remove duplicated one.
9205         (gnus-next-page-map): Don't set keymap parent.
9206         (gnus-mime-security-button-map): Ditto.
9207
9208         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9209         version number.
9210
9211         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9212
9213 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * canlock.el (canlock-sha1-function): Remove.
9216         (canlock-sha1-function-for-verify): Remove.
9217         (canlock-openssl-program): Remove.
9218         (canlock-openssl-args): Remove.
9219         (canlock-ignore-errors): Remove.
9220         (canlock-sha1-with-openssl): Remove.
9221         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9222         (canlock-verify): Don't use canlock-ignore-errors.
9223
9224         * sha1-el.el (sha1-string-external): Make it can return a string
9225         in binary form.
9226         (sha1-region-external): Ditto.
9227         (sha1-string-internal): Ditto.
9228         (sha1-region-internal): Ditto.
9229         (sha1-region): Ditto.
9230         (sha1-string): Ditto.
9231         (sha1): Ditto.
9232
9233 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234
9235         * spam.el (spam-report-articles-gmane): New command.
9236
9237 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9240
9241         * run-at-time.el (run-at-time-saved): Remove.
9242         (run-at-time): Doc fix.
9243
9244 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9245
9246         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9247         (gnus-summary-limit-map): Add it.
9248         (gnus-summary-make-menu-bar): do.
9249
9250 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9251
9252         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9253         first attempt at some caching support (done for BBDB only now)
9254         (spam-find-spam): set spam-cache-lookups if there are more than 2
9255         addresses to be checked
9256         (spam-clear-cache-BBDB): new function, to be invoked by
9257         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9258         (spam-check-BBDB): check and use the caches, if
9259         spam-cache-lookups is on
9260         remove superfluous (provide)
9261
9262 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9263
9264         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9265
9266 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9267
9268         * run-at-time.el (run-at-time-saved): Move to after the definition
9269         of `run-at-time'.
9270
9271         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9272
9273 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9276         mm-w3m-local-map-property.
9277
9278         * mm-view.el (mm-w3m-mode-map): Remove.
9279         (mm-w3m-local-map-property): Remove.
9280         (mm-inline-text-html-render-with-w3m): Don't use
9281         mm-w3m-local-map-property.
9282
9283 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * run-at-time.el: New file.
9286
9287         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9288         under Emacs.
9289
9290         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9291         of gnus-set-text-properties.
9292
9293         * gnus-uu.el (gnus-uu-save-article): Ditto.
9294
9295         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9296
9297         * gnus-cite.el (gnus-cite-parse): Ditto.
9298
9299         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9300         of gnus-.
9301
9302         * gnus-xmas.el (run-at-time): Require run-at-time.
9303
9304         * gnus.el: Changed calls to nnheader-run-at-time and
9305         password-run-at-time throughout to use run-at-time directly.
9306
9307         * password.el: Removed definition of run-at-time.
9308
9309         * nnheaderxm.el: Remove definition of run-at-time.
9310
9311 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9312
9313         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9314         in prompt.
9315
9316 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9317
9318         * messagexmas.el (message-xmas-redefine): Alias
9319         `message-make-caesar-translation-table' to
9320         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9321         version.
9322
9323         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9324         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9325         `gnus-xmas-set-text-properties'.
9326         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9327         `gnus-xmas-completing-read'.
9328         (gnus-xmas-completing-read): Removed.
9329         (gnus-xmas-open-network-stream): Removed.
9330
9331         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9332         XEmacs version.
9333
9334         * dns.el (dns-make-network-process): Use `open-network-stream'
9335         instead of `gnus-xmas-open-network-stream'.
9336
9337         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9338
9339         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9340
9341 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9342
9343         * gnus-art.el (gnus-mime-display-alternative)
9344         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9345         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9346         Don't use gnus-local-map-property.
9347
9348         * gnus-util.el (gnus-local-map-property): Remove.
9349
9350         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9351         gnus-completing-read-maybe-default with completing-read.
9352
9353         * gnus-util.el (gnus-completing-read): do.
9354         (gnus-completing-read-maybe-default): Remove.
9355
9356 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9357
9358         * password.el: Only autoload `run-at-time' if not XEmacs.
9359         Only autoload the itimer functions if XEmacs.
9360
9361 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9364         XEmacsen.
9365
9366         * dgnushack.el: Autoload executable-find for XEmacs.
9367
9368 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9369
9370         * gnus-art.el (gnus-read-string): Remove.
9371         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9372         read-string.
9373
9374 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9375
9376         * netrc.el: autoload password-read
9377         (netrc): new configuration group
9378         (netrc-encoding-method, netrc-openssl-path): configuration
9379         variables for encoding and decoding of files with symmetric
9380         ciphers
9381         (netrc-encode): assistant function to encode a file with
9382         netrc-encoding-method
9383         (netrc-parse): added interactive parameter, added optional
9384         decoding if netrc-encoding-method is non-nil but otherwise
9385         behavior is standard
9386         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9387         s/encode/encrypt/ everywhere
9388
9389         * spam.el: remove executable-find autoload
9390
9391 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9392
9393         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9394
9395         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9396
9397 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * gnus-art.el (gnus-treat-ansi-sequences,
9400         article-treat-ansi-sequences): New variable and function.
9401         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9402
9403         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9404         Use it.
9405
9406 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9407
9408         * mm-util.el (mm-quote-arg): Remove.
9409
9410         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9411         shell-quote-argument.
9412
9413         * gnus-uu.el (gnus-uu-command): do.
9414
9415         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9416
9417         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9418         with make-char.
9419
9420         * mm-util.el (mm-make-char): Remove.
9421
9422         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9423         add-minor-mode.
9424
9425         * gnus-undo.el (gnus-undo-mode): do.
9426
9427         * gnus-topic.el (gnus-topic-mode): do.
9428
9429         * gnus-sum.el (gnus-dead-summary-mode): do.
9430
9431         * gnus-start.el (gnus-slave-mode): do.
9432
9433         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9434
9435         * gnus-ml.el (gnus-mailing-list-mode): do.
9436
9437         * gnus-gl.el (gnus-grouplens-mode): do.
9438
9439         * gnus-draft.el (gnus-draft-mode): do.
9440
9441         * gnus-dired.el (gnus-dired-mode): do.
9442
9443         * gnus-ems.el (gnus-add-minor-mode): Remove.
9444
9445         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9446         Replace gnus-char-width with char-width.
9447
9448         * gnus-ems.el (gnus-char-width): Remove.
9449
9450         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9451         Replace gnus-char-width with char-width.
9452
9453         * gnus-ems.el (gnus-char-width): Remove.
9454
9455         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9456         definition.
9457         Remove Emacs 20 hash table compatibility code.
9458
9459         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9460         20 compatibility code.
9461
9462         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9463
9464         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9465
9466         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9467         with point-at-{eol,bol}.
9468
9469         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9470
9471         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9472
9473         * flow-fill.el (fill-flowed-point-at-bol,
9474         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9475
9476         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9477         Replace with point-at-{eol,bol} throughout all files.
9478
9479 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * ntlm.el (ntlm-string-as-unibyte): New macro.
9482         (ntlm-build-auth-response): Use it.
9483
9484         Remove Emacs 20 stuff:
9485         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9486         (butlast, mapc, remove): Remove the compiler macros.
9487         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9488         of delq and copy-sequence.
9489         * gnus-art.el (popup-menu): Remove the compiler macro.
9490         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9491         Emacs 20.
9492
9493 2004-01-05  Simon Josefsson  <jas@extundo.com>
9494
9495         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9496         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9497         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9498         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9499         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9500         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9501         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9502         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9503         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9504         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9505         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9506         string-xor into ntlm-string-xor.  Suggested by
9507         Jesper Harder <harder@myrealbox.com>.
9508
9509         * ntlm.el: Don't include poem.
9510
9511         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9512         Jesper Harder <harder@myrealbox.com>.
9513
9514         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9515
9516         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9517         probably breaks emacs with DL patch, but do we care? Is anyone
9518         still using the DL stuff?)
9519
9520         * sieve-manage.el: Use the password package.
9521         (sieve-manage-read-passwd): Remove.
9522         (sieve-manage-interactive-login): Use password.  Re-add
9523         condition-case around loop.
9524
9525         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9526         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9527         the password package.
9528
9529 2003-02-19  Simon Josefsson  <jas@extundo.com>
9530
9531         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9532         token.
9533
9534 2002-08-07  Simon Josefsson  <jas@extundo.com>
9535
9536         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9537         (sieve-manage-authenticators):
9538         (sieve-manage-authenticator-alist): Add some SASL mechs.
9539         (sieve-sasl-auth): New function.
9540         (sieve-manage-cram-md5-auth):
9541         (sieve-manage-plain-auth): Rewrite using SASL library.
9542         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9543         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9544         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9545         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9546
9547 2004-01-05  Simon Josefsson  <jas@extundo.com>
9548
9549         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9550         New files.
9551
9552 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553
9554         * gnus-group.el (gnus-no-groups-message): Update.
9555
9556         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9557
9558 2003-11-09  Simon Josefsson  <jas@extundo.com>
9559
9560         * imap.el: Support for ID IMAP extension (RFC 2971).
9561         (imap-local-variables): Add imap-id.
9562         (imap-id): New variable.
9563         (imap-id): New function.
9564         (imap-parse-response): Parse untagged ID response.
9565         * nnimap.el (nnimap-id): New variable.
9566         (nnimap-open-connection): Use it.
9567
9568 2003-12-28  Simon Josefsson  <jas@extundo.com>
9569
9570         * gnus-score.el (gnus-score-edit-all-score): New.
9571         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9572
9573 2004-01-04  Simon Josefsson  <jas@extundo.com>
9574
9575         * password.el: Add.
9576
9577 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9578
9579         * dns.el: Add support for AAAA records (see RFC 3596)
9580
9581         * Fix typo PRT -> PTR
9582
9583         * Parse MX, PTR and SOA replies (see RFC 1035)
9584
9585 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9586
9587         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9588
9589         * Moved to Changelog.2.
9590
9591 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * gnus.el (gnus-version-number): Bump version.
9594
9595 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9596
9597         * gnus.el: No Gnus v0.1 is released.
9598
9599 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9600
9601         * gnus.el: No Gnus v0.0 is released.
9602
9603 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * gnus.el (gnus-version-number): Bump.
9606         (gnus-version): No.
9607
9608 See ChangeLog.2 for earlier changes.
9609
9610     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9611   Copying and distribution of this file, with or without modification,
9612   are permitted provided the copyright notice and this notice are preserved.
9613
9614 ;; Local Variables:
9615 ;; coding: iso-2022-7bit
9616 ;; fill-column: 79
9617 ;; End:
9618
9619 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4