(message-strip-subject-encoded-words): New function
[gnus] / lisp / ChangeLog
1 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * message.el (message-strip-subject-encoded-words): New function
4         (message-simplify-subject-functions): New variable.
5         (message-simplify-subject): Use it.  Fix typo in doc string.
6         Support message-strip-subject-encoded-words.
7
8 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9
10         * gnus-diary.el (gnus-diary-delay-format-function):
11         * nndiary.el (nndiary-reminders):
12         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13
14 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15
16         * gnus-art.el (article-hide-boring-headers): Fetch date from
17         gnus-original-article-buffer to avoid problems with localized date
18         strings.
19
20 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
23
24 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
25
26         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
27         New variables.
28         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
29         (mm-charset-synonym-alist): Move some entries to
30         mm-codepage-iso-8859-list.
31         (mm-charset-synonym-alist, mm-charset-override-alist): Add
32         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
33
34 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
37
38 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
39
40         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
41         with Emacs 21 and XEmacs.
42
43 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
44
45         * spam.el (spam-parse-address): New function for better parsing,
46         catching errors, etc.
47         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
48
49 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
50
51         * mm-view.el: Add interactive arg to html2text autoload.
52
53 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
56
57 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
58
59         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
60         variables.
61         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
62         (mm-charset-synonym-alist): Move some entries to
63         mm-codepage-iso-8859-list.
64
65         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
66
67 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
68
69         * message.el (message-citation-line-format)
70         (message-insert-formated-citation-line): Fix implementation of %E, %N
71         and %n according to the doc string.
72
73 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
74
75         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
76         car-safe to avoid bad parses.
77
78 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
81         names.
82
83         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
84
85 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
88         header.
89
90         * message.el (message-draft-headers): Add Date.
91         (message-headers-to-generate): Fix typo in docstring.
92
93         * nndraft.el (nndraft-required-headers): New variable.
94         (nndraft-generate-headers): Use it.
95
96         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
97
98 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
99
100         * gnus-registry.el (gnus-registry-wash-for-keywords)
101         (gnus-registry-find-keywords): New functions to allow easy searching of
102         articles that are in the registry.
103
104 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
105
106         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
107         ietf-drums-parse-address instead of gnus-extract-address-components.
108         Reported by Damien Elmes <damien@repose.cx>.
109
110 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
111
112         * gnus.el (gnus-mime): Remove unused custom group.
113
114 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
115
116         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
117         "blank line" when searching for end of armor headers.
118
119 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * gmm-utils.el (gmm-write-region): Fix variable name.
122
123 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
124
125         * gmm-utils.el (gmm-write-region): New function based on compatibility
126         code from `mm-make-temp-file'.
127
128         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
129
130         * nnmaildir.el (nnmaildir--update-nov)
131         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
132         Use `gmm-write-region'.
133
134 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
135
136         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
137         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
138
139         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
140
141         * message.el (message-replacement-char): New variable.
142         (message-fix-before-sending): Use it.
143         (message-simplify-subject): New function to remove duplicate code.
144         (message-reply, message-followup): Use it.
145
146         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
147         gnus-summary-limit-to-articles.
148
149 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus-util.el (gnus-with-local-quit): New macro.
152
153         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
154
155 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * gnus-util.el (gnus-string-remove-all-properties): another fix
158
159 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
160
161         * gnus-util.el (gnus-string-remove-all-properties): fix to ignore
162         non-string data (needs to be done in the registry too)
163
164 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
165
166         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
167         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
168         (gnus-registry-split-fancy-with-parent)
169         (gnus-registry-fetch-simplified-message-subject-fast)
170         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
171         remove text properties on ingress into the registry and when it's saved
172         (gnus-registry-clean-empty-function): fixed bug with cleaning the
173         registry from entries with no groups
174
175 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
176
177         * gnus-util.el (gnus-string-remove-all-properties): utility function to
178         remove string properties
179
180 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
181
182         * gmm-utils.el (gmm): Adjust custom version.
183
184         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
185         custom version.
186
187         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
188
189 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
190
191         * gnus-art.el (gnus-insert-prev-page-button)
192         (gnus-insert-next-page-button): Simplify.  Reformat.
193
194 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
195
196         * gnus-art.el (gnus-insert-prev-page-button)
197         (gnus-insert-next-page-button): Apply gnus-article-button-face.
198
199 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
200
201         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
202
203 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
204
205         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
206         gnus-article-button-face to MIME and security buttons.
207
208 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
209
210         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
211         readable.
212
213 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
216
217 2006-09-20  Steve Youngs  <steve@sxemacs.org>
218
219         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
220         `browse-url-of-file' instead of `browse-url'.
221
222 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
223
224         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
225         regexp.  Articles containing quotation were cut prematurely.
226
227 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * message.el (message-cite-original-1): Use nobody by default for the
230         value of From header.
231         (message-reply): Ditto.
232
233 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
234
235         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
236         to the gnus-info.  This fixes a bug of inline-PGP message verification.
237         Reported by Michael Piotrowski <mxp@dynalabs.de>.
238
239 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
240
241         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
242         mails in the doc string.  Add some URLs in comment.
243         (pop3-movemail): Warn about pop3-leave-mail-on-server.
244
245 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
248         backslashes handling and the way to find boundaries of quoted strings.
249
250 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
251
252         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
253         mml1991-encrypt-to-self is set and mml1991-signers is not set.
254         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
255         mml2015-encrypt-to-self is set and mml2015-signers is not set.
256
257 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
258
259         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
260         doc string.
261         (gnus-button-regexp, gnus-button-last): Remove unused variables.
262
263 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * lpath.el: Fbind epg-check-configuration.
266
267 2006-09-06  Simon Josefsson  <jas@extundo.com>
268
269         * mml2015.el (mml2015-use): Doc fix, mention epg.
270
271 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
272
273         * mml2015.el (mml2015-use): Default to epg, if available.
274
275 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
276
277         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
278         message-sender.
279         (mml1991-epg-encrypt): Ditto.
280         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
281         message-sender.
282         (mml2015-epg-encrypt): Ditto.
283
284 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
285
286         * message.el (message-send-mail-with-sendmail): Look for sendmail in
287         several common directories.
288
289 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
290
291         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
292         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
293
294 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * gnus-art.el (article-decode-encoded-words): Make it fast.
297
298 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
301
302         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
303         in quoted string into `\'.
304
305 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
308         Use standard-syntax-table.
309
310 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * gnus-art.el (gnus-decode-address-function): New variable.
313         (article-decode-encoded-words): Use it to decode headers which are
314         assumed to contain addresses.
315         (gnus-mime-delete-part): Remove useless `or'.
316
317         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
318         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
319         (gnus-nov-parse-line): Use it to decode From header.
320         (gnus-get-newsgroup-headers): Ditto.
321         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
322
323         * mail-parse.el (mail-decode-encoded-address-region): New alias.
324         (mail-decode-encoded-address-string): New alias.
325
326         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
327         New function.
328         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
329         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
330         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
331         (rfc2047-decode-string): Ditto.
332         (rfc2047-decode-address-region): New function.
333         (rfc2047-decode-address-string): New function.
334
335 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
336
337         * message.el (message-caesar-buffer-body): Allow rotating headers.
338
339         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
340
341         * message.el (message-insert-formated-citation-line): Fix %f.
342         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
343
344 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
347         (gnus-bookmark-mouse-available-p): New macro.
348         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
349         (gnus-bookmark-bmenu-show-infos): Use it.
350         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
351         (gnus-bookmark-bmenu-hide-infos): Ditto.
352         (gnus-bookmark-remove-properties): New function.
353         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
354         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
355         (gnus-bookmark-write-file): Bind coding-system-for-write.
356         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
357         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
358         group before selecting it.
359         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
360         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
361         quit-window if it is not available; use gnus-mouse-2 and bind it to
362         gnus-bookmark-bmenu-select-by-mouse.
363         (gnus-bookmark-show-details): Remove unused variable `details-list'.
364         (gnus-bookmark-bmenu-select-by-mouse): New function.
365
366 2006-08-13  Romain Francoise  <romain@orebokech.com>
367
368         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
369         space.
370
371 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * compface.el (uncompface): Use binary rather than raw-text-unix.
374
375 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * compface.el (uncompface): Make sure the eol conversion doesn't take
378         place when communicating with the external programs.  Reported by
379         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
380
381 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * nnheader.el (nnheader-insert-head): Fix typo in comment.
384
385 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
386
387         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
388         Make it more robust by parsing author and date independently.
389
390 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
393
394 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
395
396         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
397         first matching secret key.
398         (mml2015-epg-encrypt): Ditto.
399
400         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
401         first matching secret key.
402         (mml1991-epg-encrypt): Ditto.
403
404         * mml2015.el (mml2015-encrypt-to-self): New user option.
405         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
406         mml2015-epg-encrypt-to-self is set.
407
408         * mml1991.el (mml1991-encrypt-to-self): New variable.
409         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
410         mml1991-epg-encrypt-to-self is set.
411
412         * mml2015.el (mml2015-signers): New user option.
413         (mml2015-epg-sign): Reflect the value of mml2015-signers.
414         (mml2015-epg-encrypt): Allow to select signing keys.
415
416         * mml1991.el (mml1991-signers): New variable.
417         (mml1991-epg-sign): Reflect the value of mml1991-signers.
418         (mml1991-epg-encrypt): Allow to select signing keys.
419
420 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * nnheader.el (nnheader-insert-head): Make it work even if the file
423         uses CRLF for the line-break code.
424
425 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
426
427         * mml2015.el: Require mml-sec instead of password.
428         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
429         (mml2015-cache-passphrase): Inherit the default value from
430         mml-secure-cache-passphrase.
431         (mml2015-passphrase-cache-expiry): Inherit the default value from
432         mml-secure-passphrase-cache-expiry.
433
434         * mml1991.el: Require mml-sec instead of password.
435         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
436         (mml1991-cache-passphrase): Inherit the default value from
437         mml-secure-cache-passphrase.
438         (mml1991-passphrase-cache-expiry): Inherit the default value from
439         mml-secure-passphrase-cache-expiry.
440
441         * mml-sec.el: Require password.
442         (mml-secure-verbose): New user option.
443         (mml-secure-cache-passphrase): New user option.
444         (mml-secure-passphrase-cache-expiry): New user option.
445
446 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
447
448         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
449         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
450         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
451
452         FIXME: Use `tiny change'?
453
454 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
455
456         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
457         workaround for the url package included with Emacs.
458
459         * nnweb.el (nnweb-google-create-mapping): Update regexp.
460
461 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
464         correctly.  This fixes a bug caused by the 2006-05-12 change.
465
466 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
467
468         * nnmail.el (nnmail-article-group): If splitting raises an error, give
469         some information about the error when saying that the `bogus' mail
470         group will be used.
471
472 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
473
474         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
475         string.
476
477 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
478
479         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
480
481 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
482
483         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
484
485 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
486
487         * mml1991.el (mml1991-function-alist): Add epg.
488         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
489         (mml1991-epg-encrypt): New functions.
490
491 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
492
493         * mml2015.el (mml2015-verbose): New variable.
494         (mml2015-cache-passphrase): Ditto.
495         (mml2015-passphrase-cache-expiry): Ditto.
496         (mml2015-function-alist): Add epg.
497         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
498         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
499         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
500         functions.
501
502 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
503
504         * message.el (message-cite-original-1): Preserve region when removing
505         quoted text due to X-No-Archive in order to avoid bogus attribution
506         when citing multiple messages.
507
508 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
509
510         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
511         Kenneth Jacker <khj@be.cs.appstate.edu>.
512
513 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
514
515         * gnus-diary.el (gnus-user-format-function-d)
516         (gnus-user-format-function-D): Autoload.
517
518         * imap.el (Commentary): Fix typo.
519
520         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
521         2006-04-22 contribution.
522
523 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
524
525         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
526         It didn't really fix the bogosity I'm seeing with solid web groups.
527
528 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
529
530         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
531         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
532         created using server names.  If we use the feature without declaring
533         it, Gnus does not properly manage server and group state.
534
535         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
536         bound.
537
538 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
539
540         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
541         looking up the method using GROUP's prefix before inventing a new one.
542         It is used on killed/unknown groups in various places where returning
543         an all-new method isn't expected by the caller.
544
545         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
546         and match semantics of gnus-group-real-prefix.
547
548 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
549
550         * nnmail.el (nnmail-broken-references-mailers): New variable.
551         (nnmail-ignore-broken-references): New function generalizing
552         nnmail-fix-eudora-headers.
553         (nnmail-fix-eudora-headers): Now obsolete.
554
555         * gnus-art.el (gnus-button-handle-custom): Support
556         `customize-apropos*'.
557
558 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
561
562         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
563         articles.
564
565 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
566
567         * message.el (message-cite-reply-above): New variable.
568         (message-yank-original): Use it.
569
570 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
573
574 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
575
576         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
577         as read.
578
579         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
580
581 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
582
583         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
584         (gnus-bookmark-default-file): Use gnus-directory.
585         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
586         Remove "*" in doc string.
587         (gnus-bookmark-write-file): Simplify.
588         (gnus-bookmark-maybe-sort-alist): Use `when'.
589         (gnus-bookmark-get-bookmark): Fix typo in doc string.
590         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
591         FIXME about Emacs 21 and XEmacs compatibility.
592         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
593         compatibility.
594         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
595         compatibility.
596         (gnus-bookmark-menu-heading): Fix version.
597
598 2006-06-19  Bastien Guerry  <bzg@altern.org>
599
600         * gnus-bookmark.el: New file.
601
602 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * message.el (message-syntax-checks): Doc fix.
605
606 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
607
608         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
609         unsubscribed groups as if they were killed ones.  It causes duplicate
610         entries in gnus-newsrc-alist.
611
612 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * message.el (message-syntax-checks): Doc fix.
615         (message-send-mail): Add check for continuation headers.
616         (message-check-news-header-syntax): Fix regexp used to check for
617         continuation headers.
618
619 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
622
623 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
624
625         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
626
627 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
630         default-truncate-lines.
631
632 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
635         to fill the utf-8 entry.
636
637         * lpath.el: Fbind unicode-precedence-list.
638
639 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
640
641         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
642
643 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
644
645         * gnus-agent.el (directory-files-and-attributes): Move all the way
646         forward (the third and final move).
647         (gnus-agent-read-agentview): Trap reconstruction errors due to
648         nonexistant directory.  Handle by returning nil.
649
650 2006-05-30  Didier Verna  <didier@xemacs.org>
651
652         * message.el (message-dont-reply-to-names): Update the custom type.
653         * message.el (message-dont-reply-to-names): New defsubst: potentially
654         convert a list of regexps into a single one.
655         * message.el (message-get-reply-headers): Use it.
656         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
657
658 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * gnus-agent.el (directory-files-and-attributes): Move forward.
661
662 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
663
664         * gnus-ml.el (gnus-mailing-list-subscribe)
665         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
666         (gnus-mailing-list-message): Fix doc strings.
667
668 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
669
670         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
671         of doing it manually.
672
673 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
674
675         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
676         comment.
677
678 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
679
680         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
681         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
682         (gnus-agent-read-local): All symbols allocated in my-obarray
683         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
684         (gnus-agent-regenerate-group): Check numeric names to see if they are
685         messages or groups.
686         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
687         better way of do this...)
688
689         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
690         'dummy.group' (there should be a better way of do this...)
691
692 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
695         (gnus-saved-headers): Ditto.
696         (gnus-default-article-saver): Mention functions may have properties.
697         (gnus-article-save): Override gnus-save-all-headers and
698         gnus-saved-headers by :headers property which saver function may have.
699         (gnus-summary-save-in-file): Add :headers property.
700         (gnus-summary-write-to-file): Ditto.
701
702         * gnus-sum.el (gnus-summary-save-article): Bind
703         gnus-prompt-before-saving to t when saving many articles in a file;
704         always show all headers.
705
706         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
707
708 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
709
710         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
711         marks.
712
713         * message.el (message-indent-citation): Add optional arguments to allow
714         using it outside of message buffers.
715
716         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
717         (gnus-article-treat-unfold-headers): Use it.
718         (gnus-article-truncate-lines): New variable.
719         (gnus-article-mode): Use it.
720         (gnus-article-toggle-truncate-lines): New function.
721
722         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
723         gnus-article-toggle-truncate-lines.
724
725         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
726         coding system in XEmacs, use binary.
727
728 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
731         after-load-alist.
732
733         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
734         this function should save decoded articles.
735         (gnus-summary-write-to-file): Use property to specify this function
736         should save decoded articles and specify gnus-summary-save-in-file
737         should be used to save articles other than the first one when saving
738         many articles.
739         (gnus-summary-save-body-in-file): Use property to specify this
740         function should save decoded articles.
741         (gnus-summary-write-body-to-file): Use property to specify this
742         function should save decoded articles and specify
743         gnus-summary-save-body-in-file should be used to save articles other
744         than the first one when saving many articles.
745
746         * gnus-sum.el (gnus-summary-save-article): Simplify.
747
748 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * gnus-art.el (gnus-default-article-saver): Add
751         gnus-summary-write-body-to-file.
752         (gnus-article-save-coding-system): Don't use coding system object
753         in XEmacs.
754         (gnus-read-save-file-name): Add optional `dir-var' argument which
755         specifies directory in which files are saved; work even if optional
756         `variable' argument is not specified.
757         (gnus-summary-write-to-file): Read file name.
758         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
759         (gnus-summary-write-body-to-file): New function.
760
761         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
762         (gnus-summary-local-variables): Add it.
763         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
764         (gnus-summary-save-article): Remove optional `decode' argument;
765         determine whether to decode articles by the value of
766         gnus-default-article-saver; when saving many files using
767         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
768         it first and use gnus-summary-save-in-file or
769         gnus-summary-save-body-in-file thereafter unless
770         gnus-prompt-before-saving is always; move point to article which
771         will be saved.
772         (gnus-summary-save-article-file): Revert.
773         (gnus-summary-write-article-file): Revert.
774         (gnus-summary-save-article-body-file): Revert.
775         (gnus-summary-write-article-body-file): New function.
776
777 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * gnus-art.el (gnus-default-article-saver): Doc fix.
780         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
781         from gnus-summary-save-article-coding-system, and default to a
782         certain coding system.
783         (gnus-output-to-file): Add coding cookie and encode text according
784         to gnus-article-save-coding-system; don't use mm-append-to-file.
785
786         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
787         gnus-art.el and rename to gnus-article-save-coding-system.
788         (gnus-summary-save-article): Require gnus-art; don't show all
789         headers if it decodes articles; don't add coding cookie here;
790         don't bind mm-text-coding-system-for-write.
791         (gnus-summary-save-article-file): Save decoded articles.
792         (gnus-summary-write-article-file): When saving many files, use
793         gnus-summary-write-to-file first and gnus-summary-save-in-file
794         thereafter unless gnus-prompt-before-saving is always.
795         (gnus-summary-save-article-body-file): Save decoded articles.
796
797         * lpath.el: Fbind select-safe-coding-system for XEmacs.
798
799 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
800
801         * nnrss.el (nnrss-check-group): Bind hash-index.
802
803 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
804
805         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
806         its hash index.  Store this hash in `nnrss-group-data'.
807         (nnrss-read-group-data): Update accordingly.
808
809 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
810
811         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
812         entry.
813
814         * gnus-sum.el (gnus-summary-make-menu-bar): Add
815         gnus-article-browse-html-article.
816
817 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
818
819         * gnus-sum.el (gnus-summary-mime-map): Add
820         gnus-article-browse-html-article.
821
822         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
823
824 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
825
826         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
827         suitable coding systems in customize.
828
829 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
830
831         * mail-source.el (mail-sources): Fix custom type.
832
833 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
834
835         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
836         (gnus-summary-expire-articles-now): Shorten prompt.
837
838         * gmm-utils.el (wid-edit): Require.
839         (defun-gmm): Renamed from `gmm-defun-compat'.
840         (gmm-image-search-load-path): Use it.
841         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
842
843 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-sum.el (gnus-summary-save-article-coding-system): New
846         variable.
847         (gnus-summary-save-article): Add optional `decode' argument.  If
848         it is set and gnus-summary-save-article-coding-system is non-nil,
849         save decoded article.
850         (gnus-summary-write-article-file): Save decoded article if
851         gnus-summary-save-article-coding-system is non-nil.
852
853         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
854         type.
855
856 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
859
860 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
861
862         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
863         first to test gnus-single-article-buffer which may be buffer-local.
864
865         * gnus-sum.el (gnus-summary-setup-buffer): Make
866         gnus-single-article-buffer buffer-local and nil in ephemeral
867         group; make gnus-article-buffer, gnus-article-current, and
868         gnus-original-article-buffer always buffer-local.
869         (gnus-summary-exit): Kill article buffer belonging to ephemeral
870         group.
871         (gnus-handle-ephemeral-exit): Don't move to next summary line.
872
873 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
874
875         * nnml.el (nnml-request-compact-group): Compressed files might not
876         have .gz extension.
877
878 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
879
880         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
881         (mm-copy-to-buffer): Use with-current-buffer.
882         (mm-display-part): Simplify.
883         (mm-inlinable-p): Add optional arg `type'.
884
885 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
886
887         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
888         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
889         Try harder to show the attachment internally or externally using
890         gnus-mime-view-part-as-type.
891
892 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
893
894         * message.el (message-from-style, message-signature-separator)
895         (message-user-organization-file, message-send-mail-function)
896         (message-citation-line-function, message-yank-prefix)
897         (message-indent-citation-function, message-signature)
898         (message-signature-file, message-signature-insert-empty-line):
899         Remove autoloads.
900
901         * gnus-art.el (gnus-buttonized-mime-types): Remove
902         "multipart/signed".  Revert 2006-04-26 change.
903
904 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus.el (gnus-version-number): Bump version.
907
908 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
909
910         * gnus.el: No Gnus v0.5 is released.
911
912 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
913
914         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
915         fetching articles by message-id.
916
917 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * message.el (hashcash): Require hashcash as normal.
920
921         * ecomplete.el (ecomplete-highlight-match-line): Use
922         point-at-eol.
923         (ecomplete-highlight-match-line): Use `highlight', because that
924         face exists in both Emacs and XEmacs.
925
926         * message.el (message-display-abbrev): Use point-at-bol.
927
928         * mail-source.el: Don't require timer/timer-funcs.
929
930         * gnus-async.el: Ditto.
931
932         * password.el: Ditto.
933
934         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
935
936         * mm-url.el: Ditto.
937
938         * gnus-xmas.el: Don't require timer-funcs.
939
940         * mm-util.el: Require timer/timer-funcs.
941
942 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
943
944         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
945         Close.
946
947 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
950         unibyte after clear-decrypt function runs.
951
952         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
953         returns as a unibyte string.
954
955 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * lpath.el: Revert.
958
959         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
960         (pgg-gpg-process-sentinel): Revert.
961
962         * pgg-pgp.el (pgg-pgp-process-region): Revert.
963         (pgg-pgp-lookup-key): Revert.
964
965         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
966         (pgg-pgp5-lookup-key): Revert.
967
968         * pgg.el (pgg-fetch-key): Revert.
969
970 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * lpath.el: Fbind string-as-multibyte for XEmacs.
973
974         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
975         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
976         (mml1991-pgg-encrypt): Ditto.
977
978         * pgg-gpg.el (pgg-string-to-multibyte): New function.
979         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
980         a multibyte buffer.
981
982         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
983         (pgg-pgp-lookup-key): Ditto.
984
985         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
986         (pgg-pgp5-lookup-key): Ditto.
987
988         * pgg.el (pgg-fetch-key): Ditto.
989
990 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
991
992         * message.el (message-user-organization-file): Check several
993         locations of the organization file.
994
995         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
996         Add gnus-article-view-part-as-type.
997
998         * gnus-art.el (gnus-article-view-part-as-type): New function.
999
1000         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1001         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1002
1003         * mml.el: Simplify autoload.
1004         (mml-mode): defvar dnd-protocol-alist instead of using
1005         symbol-value.
1006         (mml-default-directory): New variable.
1007         (mml-minibuffer-read-file): Use it.
1008         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1009
1010         * message.el (message-citation-line-format): New variable.
1011         (message-insert-formated-citation-line): New function.
1012         (message-citation-line-function): Add
1013         `message-insert-formated-citation-line' to custom type.
1014
1015         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1016         to doc string.
1017
1018         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1019         depending on mm-verify-option.
1020
1021 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1024         binding pgg-* variables; reimplement the section which prevents
1025         MIME header from being signed.
1026         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1027         pgg-text-mode; remove a blank line at the top of body.
1028
1029         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1030         lines at the top of body; use gnus-newsgroup-charset if there's no
1031         Charset header.
1032
1033 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * message.el (message-self-insert-commands): Doc fix.
1036
1037         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1038         (mm-uu-pgp-encrypted-test): Ditto.
1039         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1040         between header and body; return application/pgp-encrypted handle
1041         if decryption failed; decode decrypted body by charset.
1042
1043         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1044         element match to application/pgp-*.
1045
1046 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1047
1048         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1049         HTML.
1050
1051 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * mail-source.el (mail-source-call-script): Message the error
1054         string.
1055
1056 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * gnus-util.el (gnus-byte-compile): Use it.
1059
1060 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1061
1062         * gnus-util.el (kill-empty-logs): New function.
1063
1064 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * message.el (message-mail-alias-type): Doc fix.
1067         (message-mail-alias-type-p): New function.
1068         (message-send): Use it.
1069         (message-mode): Ditto.
1070         (message-strip-forbidden-properties): Ditto.
1071
1072         * ecomplete.el (ecomplete-database-file-coding-system): New
1073         variable.
1074         (ecomplete-save): Use it.
1075         (ecomplete-setup): Use it.
1076
1077 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * message.el (message-self-insert-commands): New variable.
1080         (message-strip-forbidden-properties): Use it.
1081
1082 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1085         that doesn't make XEmacs choke.
1086
1087 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1088
1089         * gnus-util.el (gnus-replace-in-string):
1090         Prefer replace-regexp-in-string over of replace-in-string.
1091
1092 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * gnus-util.el (gnus-select-frame-set-input-focus):
1095         Use select-frame-set-input-focus if it is available in XEmacs; use
1096         definition defined in Emacs 22 for old Emacsen.
1097
1098         * dgnushack.el: Autoload unmorse-region for XEmacs.
1099
1100         * lpath.el: Bind cursor-in-non-selected-windows and
1101         select-frame-set-input-focus for XEmacs.
1102
1103 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1106
1107 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1108
1109         * gnus-registry.el (gnus-registry-cache-save): remove text
1110         properties when saving via the temp buffer
1111
1112 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1113
1114         * message.el (message-generate-hashcash): Honor custom type.
1115
1116 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * message.el (message-generate-hashcash): Default to non-nil when
1119         hashcash is found.
1120
1121         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1122         (gnus-refer-thread-limit): Increase default to 500.
1123
1124         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1125
1126         * flow-fill.el (fill-flowed): Allow delete-space.
1127
1128 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1129
1130         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1131         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1132         Remove autoloads.
1133
1134 2006-04-18  Simon Josefsson  <jas@extundo.com>
1135
1136         * message.el (message-generate-hashcash): Default to.
1137
1138 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1141         concatenating segments rather than before concatenating them.
1142
1143 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1144
1145         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1146
1147 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1150
1151         * message.el (message-forward-make-body-plain): Allow
1152         message-forward-ignored-headers to be a list.
1153         (message-remove-ignored-headers): Factor out into function.
1154         (message-forward-make-body-mml): Use it.
1155
1156         * imap.el (imap-quote-specials): New function.
1157         (imap-login-auth): Quote specials.
1158
1159         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1160         (rfc2231-parse-string): Allow concatanation of parameters that
1161         aren't contiguous.  The test case is
1162           (mail-header-parse-content-type "message/external-body;
1163             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1164             access-type=LOCAL-FILE;
1165             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1166
1167 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1168
1169         * nntp.el (nntp-accept-process-output): Return the value of
1170         `nnheader-accept-process-output'.
1171
1172 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1175         (gnus-button-alist): Recognize more diff formats.
1176         (gnus-button-patch): Strip directory.
1177
1178 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1179
1180         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1181         Emacs 22 when setting focus.
1182
1183 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * gnus-art.el (gnus-article-treat-types): Do treatment of
1186         text/x-verbatim parts.
1187         (gnus-button-patch): New command.
1188
1189         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1190         addresses that contain invalid characters.
1191
1192 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * message.el (message-put-addresses-in-ecomplete): Use
1195         gnus-replace-in-string.
1196         (message-is-yours-p): Use the more correct
1197         mail-header-parse-address instead of
1198         mail-extract-address-components.
1199         (message-put-addresses-in-ecomplete): Fix typo.
1200
1201         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1202         keystroke.
1203
1204         * gnus-art.el (gnus-treatment-function-alist): Change order of
1205         newsgroups/generic header folding to avoid double-folding.
1206
1207         * message.el (message-hidden-headers): Add X-Draft-From.
1208
1209         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1210         command.
1211         (gnus-summary-repeat-search-article-backward): New command.
1212
1213         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1214         groups in the parent topic.
1215
1216 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1217
1218         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1219         (spam-extra-header-to-number): Return the CRM114 number as a
1220         number instead of a string.
1221
1222 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus-art.el (gnus-face-properties-alist): Moved here from
1225         gnus-fun.
1226
1227         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1228
1229 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * message.el (message-strip-forbidden-properties): Only display on
1232         self-insert-command.
1233
1234         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1235         reindent.
1236         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1237
1238 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1239
1240         * smiley.el (smiley-style): Fix typo.
1241
1242 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * hashcash.el (hashcash-insert-payment-async-2): Use
1245         message-goto-eoh instead of doing it manually.
1246         (mail-add-payment): Use message-narrow-to-header instead of trying
1247         to do the same itself.
1248
1249         * message.el (message-hidden-headers): Add Face.
1250
1251         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1252         reparenting code.
1253         (gnus-summary-reparent-children): Refactored out code.
1254         (gnus-summary-thread-map): New keystroke.
1255         (gnus-summary-reparent-children): Make into command.
1256
1257         * smiley.el (smiley-style): Default to `medium' if using a large
1258         font.
1259
1260         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1261         does it itself.
1262
1263         * message.el (message-point-in-header-p): Simplify definition.
1264
1265 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * nnagent.el (nnagent-request-set-mark): Silence log file
1268         writing.
1269         (nnagent-request-set-mark): Use write-region instead of
1270         append-to-file.
1271
1272         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1273         strange select method.
1274
1275         * ecomplete.el (ecomplete-display-matches): Get highlightling
1276         right.
1277         (ecomplete-display-matches): Use literals.
1278         (ecomplete-display-matches): Disable message logging.
1279
1280         * message.el (message-display-abbrev): Small optimization.
1281
1282         * ecomplete.el (ecomplete-display-matches): Allow automatic
1283         display.
1284
1285         * message.el (message-strip-forbidden-properties): Display
1286         abbrevs.
1287         (message-display-abbrev): Get automatic display right.
1288
1289         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1290         keystrokes.
1291
1292 2006-04-13  Romain Francoise  <romain@orebokech.com>
1293
1294         TODO: Backport to v5-10!
1295
1296         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1297         Moved here (and renamed) from gnus-registry.el.
1298
1299         * gnus-registry.el: Require gnus-util.
1300         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1301
1302 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * gnus-group.el (gnus-group-catchup-current): Change
1305         if-then-else-if-then-else into cond.
1306         (gnus-group-catchup): Indent.
1307         (group-name-at-point): New function.
1308         (gnus-fetch-group): Provide default from thing at point.
1309
1310 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * message.el (message-display-abbrev): Fix regexp.
1313
1314         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1315         choosing.
1316         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1317         dead variables.
1318
1319         * message.el (message-newline-and-indent): Remove debugging.
1320         (message-display-abbrev): Use new implementation.
1321
1322 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1323
1324         * gnus-art.el (gnus-article-mode): Set
1325         cursor-in-non-selected-windows to nil.
1326
1327         * smiley.el: Revert previous change.
1328         (smiley-data-directory): defvar it before using it in the
1329         defcustom of `smiley-style'.
1330
1331 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * message.el (message-newline-and-indent): New function.
1334
1335         * ecomplete.el: Implement more bits.
1336
1337         * message.el (message-put-addresses-in-ecomplete): Clean up the
1338         string.
1339
1340         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1341
1342         * gnus-sum.el (gnus-summary-save-parts): Bind
1343         gnus-summary-save-parts-counter and use it to make unique file
1344         names.
1345
1346         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1347
1348         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1349         parameter to say whether to actually parse the individual
1350         addresses.
1351
1352         * message.el (message-put-addresses-in-ecomplete): New function.
1353         (ecomplete): Require.
1354         (message-mail-alias-type): Add ecomplete as an option.
1355
1356 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1357
1358         * flow-fill.el (fill-flowed): Remove trailing space from blank
1359         quoted lines.
1360
1361 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * smiley.el (smiley-style): Move definition later to avoid a
1364         compilation warning.
1365
1366 2006-04-12  Kenichi Handa  <handa@m17n.org>
1367
1368         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1369         buffer and then decode the buffer text if necessary.
1370         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1371         first, and after mm-encode-body, change the buffer to unibyte.
1372         Use mm-disable-multibyte instead of set-buffer-multibyte.
1373
1374 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1377         Content-Type header instead of Content-Disposition header.
1378         (gnus-mime-inline-part): Ditto.
1379         (gnus-mime-view-part-as-charset): Ignore charset that the part
1380         specifies.
1381
1382         * mm-decode.el (mm-display-part): Work with external parts and
1383         usual parts similarly.
1384
1385         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1386         instead of gnus-display-mime.
1387
1388         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1389         instead of with-temp-buffer.
1390
1391         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1392         tag to summarized topics part in order to encode non-ASCII text.
1393
1394 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1395
1396         * smiley.el (smiley-style): New variable.
1397         (smiley-directory): New function.
1398         (smiley-data-directory): Derive from `smiley-style' using
1399         `smiley-directory'.
1400         (smiley-regexp-alist): Add new entries.
1401
1402         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1403         (gnus-article-browse-delete-temp): Add :version.
1404
1405 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1406
1407         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1408         the sieve region.
1409
1410 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * gnus.el (gnus-version-number): Bump version.
1413
1414 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1415
1416         * gnus.el: No Gnus v0.4 is released.
1417
1418 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1421         layout.
1422
1423         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1424         unknown charset.
1425
1426         * message.el (message-header-synonyms): Add Original-To to the
1427         default.
1428
1429         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1430         optional parameter.
1431
1432 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1433
1434         * gnus-fun.el (gnus): Require it for gnus-directory.
1435
1436 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1439
1440 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1441
1442         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1443
1444 2006-04-05  Simon Josefsson  <jas@extundo.com>
1445
1446         * password.el (password-reset): New function.
1447
1448 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1449
1450         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1451         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1452
1453 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1454
1455         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1456         Some whitespace was matched into the url, which broke browsing hits
1457         > 100 when mm-url-use-external was nil.
1458
1459 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1460
1461         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1462         gnus-extra-headers for 'Newsgroups.
1463
1464         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1465         bound.
1466
1467 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1468
1469         * pgg-gpg.el: Clean up process buffers every time gpg processes
1470         complete.
1471
1472 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1473
1474         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1475         doc string.
1476
1477 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1478
1479         * pgg-gpg.el (pgg-gpg-process-filter)
1480         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1481
1482         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1483         lines, temporary fix.
1484
1485 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1486
1487         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1488
1489 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1490
1491         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1492         default-enable-multibyte-characters.  This reverts the change from
1493         revision 6.17 which is no longer necessary because the passphrase
1494         is sent separately now.  GnuPG messages are unreadable under
1495         multibyte locales with default-enable-multibyte-characters set to
1496         nil.
1497
1498 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1499
1500         * message.el (message-tool-bar-gnome): Move "spell".
1501
1502 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1503
1504         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1505         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1506         instead.
1507
1508 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1509
1510         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1511         newsgroups handling for NNTP overviews which don't include
1512         Newsgroups.
1513
1514 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1515
1516         * message.el (message-resend): Bind message-generate-hashcash to
1517         to nil.
1518
1519 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1520
1521         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1522         when searching for already-paid recipients.
1523
1524 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1525
1526         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1527         passphrases when it is not needed.
1528         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1529         passphrase stuff from gpg, should only be necessary when you use
1530         gpg with a smartcard.
1531
1532 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * mml.el (mml-insert-mime): Ignore cached contents of
1535         message/external-body part.
1536
1537         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1538         (mm-insert-part): Ditto.
1539
1540 2006-03-23  Simon Josefsson  <jas@extundo.com>
1541
1542         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1543         Reiner.
1544         (pgg-gpg-use-agent-p): Use it again.
1545
1546 2006-03-23  Simon Josefsson  <jas@extundo.com>
1547
1548         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1549         older emacsen.
1550         (pgg-gpg-use-agent-p): Don't use it.
1551
1552 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1553
1554         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1555         if we can.
1556
1557 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1558
1559         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1560         (pgg-gpg-update-agent): New function.
1561         (pgg-gpg-use-agent-p): New function.
1562         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1563         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1564         (pgg-gpg-sign-region): Use it.
1565
1566 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1569         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1570
1571 2006-03-21  Simon Josefsson  <jas@extundo.com>
1572
1573         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1574         <wilde@sha-bang.de>.
1575         (pgg-gpg-use-agent): New variable.
1576         (pgg-gpg-process-region): Use it.
1577         (pgg-gpg-encrypt-region): Likewise.
1578         (pgg-gpg-encrypt-symmetric-region): Likewise.
1579         (pgg-gpg-decrypt-region): Likewise.
1580         (pgg-gpg-sign-region): Likewise.
1581         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1582
1583 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1584
1585         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1586
1587         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1588         Add comment on version.
1589
1590 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1591
1592         * smiley.el: Add missing test smiley.
1593
1594 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * mm-decode.el (mm-with-part): New macro.
1597         (mm-get-part): Use it; work with message/external-body as well.
1598         (mm-save-part): Treat name and filename equally.
1599
1600         * mm-extern.el (mm-extern-cache-contents): New function.
1601         (mm-inline-external-body): Use it; force the part to be displayed;
1602         move undisplayer added to the cached handle to the parent.
1603
1604         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1605         (gnus-mime-view-part-as-type): Work with message/external-body.
1606
1607         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1608
1609 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1610
1611         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1612         images in image-load-path.  [Sync with image.el, revision 1.60, in
1613         Emacs.]
1614
1615 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1616
1617         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1618         path rather than symbol.  Always return list of directories.
1619         Guarantee that image directory comes first.  [Sync with image.el,
1620         revision 1.59, in Emacs.]
1621
1622         * message.el (message-make-tool-bar): Adjust to new API of
1623         `gmm-image-load-path-for-library'.
1624
1625         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1626
1627         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1628
1629 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1630
1631         * gnus-art.el (gnus-article-only-boring-p):
1632         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1633         intangible text.
1634         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1635
1636 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1637
1638         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1639         `defun' instead of `gmm-defun-compat'.
1640
1641 2006-03-14  Simon Josefsson  <jas@extundo.com>
1642
1643         * message.el (message-unique-id): Don't use message-number-base36
1644         if (user-uid) is a float.
1645         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1646
1647 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1650
1651         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1652         empty line between a part and a message part.
1653
1654 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1655
1656         * smiley.el: Add more test smileys.
1657         (smiley-data-directory, smiley-regexp-alist)
1658         (gnus-smiley-file-types): Fix doc strings.
1659         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1660         adding new elements.
1661         (smiley-mouse-map): Unused code.  Make it a comment.
1662
1663 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1666         scan latest NoCeM messages instead of old ones.
1667         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1668         delimiters that are recently used.
1669         (gnus-nocem-load-cache): Add autoload cookie.
1670
1671         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1672
1673         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1674         level which is larger than gnus-use-nocem is specified.
1675
1676         * gnus-group.el (gnus-group-get-new-news): Ditto.
1677
1678 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1679
1680         * gnus-util.el (gnus-tool-bar-update): New function.
1681
1682         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1683         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1684
1685         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1686
1687         * gnus-group.el (gnus-group-redraw-when-idle)
1688         (gnus-group-redraw-check): Remove.
1689         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1690
1691 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1694         if optional last element is specified in splits (FIELD VALUE...).
1695
1696 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1697
1698         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1699         to gmm-image-load-path-for-library.  Call with no-error argument.
1700         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1701
1702         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1703
1704         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1705
1706         * gmm-utils.el (gmm-image-load-path): Remove alias.
1707
1708 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1709
1710         * gmm-utils.el (gmm-image-load-path): Add alias.
1711
1712         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1713         nnml-generate-nov-databases-1.
1714         (nnml-generate-nov-databases): Use it.
1715         (nnml-generate-nov-databases-directory): Document no-active
1716         argument.
1717
1718         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1719         directory if path is t.  Add no-error.
1720
1721         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1722         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1723
1724         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1725         resetting gnus-article-browse-html-temp-list.
1726
1727         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1728         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1729         Add example to docstring.  Rename local variables.  Move error
1730         checks to default case in cond and simplify.
1731
1732 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1735         handle is multipart when calling it recursively.
1736         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1737
1738 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
1739
1740         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1741         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1742
1743 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1746         is loaded.
1747
1748         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1749         loaded.
1750
1751 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1752
1753         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1754         to "Emacs 23 (unicode)" in doc string.
1755
1756         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1757         "Emacs 23 (unicode)" in comment.
1758
1759 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1762
1763         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1764         characters 160 through 255 in Emacs 23.
1765
1766 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1767
1768         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1769         gnus-article-browse-html-temp.
1770         (gnus-article-browse-delete-temp): Make it customizable.  Add
1771         `file'.  Adjust doc string.
1772         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1773         query for each file.  Adjust doc string.
1774         (gnus-article-browse-html-parts): Add
1775         `gnus-article-browse-delete-temp-files' to
1776         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1777
1778 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1779
1780         * gnus-art.el (gnus-article-browse-html-temp)
1781         (gnus-article-browse-delete-temp): New variables.
1782         (gnus-article-browse-delete-temp-files): New function.
1783         (gnus-article-browse-html-parts): Use it.
1784
1785 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1786
1787         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1788
1789         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1790         string.
1791
1792         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1793         gnus-summary-insert-new-articles when unplugged.  Remove
1794         gnus-summary-search-article-forward.
1795
1796         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1797         display-visual-class instead of display-color-cells.
1798
1799 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * dgnushack.el: Autoload customize-group for XEmacs.
1802
1803         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1804         message/* containing non-ASCII text properly.
1805
1806 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1807
1808         * message.el: Require gmm-utils, remove autoloads.
1809         (message-tool-bar): Set default based on
1810         gmm-tool-bar-style.
1811         (message-tool-bar-gnome): Add gmm-customize-mode.
1812
1813         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1814         gmm-tool-bar-style.
1815         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1816
1817         * gnus-group.el (gnus-group-tool-bar): Set default based on
1818         gmm-tool-bar-style.
1819         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1820
1821         * gmm-utils.el (gmm-image-directory): Rename variable from
1822         gmm-image-load-path.
1823         (gmm-image-load-path): Use gmm-image-directory.
1824         (gmm-customize-mode): New function.
1825         (gmm-tool-bar-style): New variable.
1826
1827         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1828         gnus-group-redraw-line-number.
1829         (gnus-group-redraw-check): Simplify.
1830         (gnus-group-tool-bar-update): Remove redraw check.
1831         (gnus-group-make-tool-bar): Add redraw check.
1832
1833 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1834
1835         * gnus-art.el (gnus-button): Add missing parentheses.
1836
1837 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * lpath.el: Fbind line-number-at-pos.
1840
1841 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1844
1845 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1846
1847         * gnus-art.el (gnus-button): New face.
1848         (gnus-article-button-face): Use it.
1849
1850         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1851         gnus-summary-next-page.  Re-order.
1852
1853         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1854         next-node are now included.
1855         (gnus-group-redraw-line-number): New internal variable.
1856         (gnus-group-redraw-check): Helper function for updating the tool
1857         bar.
1858         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1859
1860         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1861
1862         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1863         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1864         Use it to match format of Spamassassin 3.0 and later.  Reported by
1865         IRIE Tetsuya <irie@t.email.ne.jp>.
1866         (spam-check-bogofilter)
1867         (spam-bogofilter-register-with-bogofilter): Fix args of
1868         `gnus-error' calls.
1869
1870 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1871
1872         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1873         unnecessary interaction when sending queued mails.  Reported by
1874         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1875
1876 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1877
1878         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1879         first or last are nil.
1880
1881 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1882
1883         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1884
1885 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1888
1889 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * dns.el (query-dns): Protect more against buggy tcp output.
1892
1893 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1894
1895         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1896         nov.php.
1897
1898 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1899
1900         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1901         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1902         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1903         output on the server side.
1904         (nnweb-google-create-mapping): Update regexps and add some
1905         progress indication.
1906
1907 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1908
1909         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1910         gnus-agent-toggle-plugged.  Re-order icons.
1911         (gnus-group-tool-bar-gnome): Add
1912         gnus-group-{prev,next}-unread-group.
1913         (gnus-group-tool-bar-gnome): Re-order icons.
1914
1915         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1916         gnus-summary-insert-new-articles.
1917
1918         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1919         comments.
1920
1921         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1922         also available in Emacs 21.3.
1923
1924         * message.el (message-fix-before-sending): Change "Emacs 22" to
1925         "Emacs 23 (unicode)" in comment.
1926
1927         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1928         "Emacs 23 (unicode)" in comment.
1929
1930         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1931         comment.
1932         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1933
1934         * mm-view.el (mm-fill-flowed): Add :version.
1935
1936 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1939         and load-path.
1940
1941 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1942
1943         * message.el: Autoload gmm-image-load-path.
1944         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1945         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1946         consitency.
1947
1948         * gmm-utils.el (gmm-image-load-path): Also search in
1949         "../etc/images".  Don't set gmm-image-load-path if we don't find
1950         the image.
1951
1952 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * gmm-utils.el (gmm-image-load-path): Don't make
1955         `gmm-image-load-path' include subdirectories which the second arg
1956         `image' might specify.
1957
1958         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1959         subdirectory to icon file names.
1960
1961         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1962
1963 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1964
1965         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1966         gmm-image-load-path calls.
1967
1968         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1969
1970         * message.el (message-make-tool-bar): Ditto.
1971
1972         * mml.el (mml-preview): Added comment concerning tool bar icons.
1973
1974         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1975         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1976
1977         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1978         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1979
1980         * message.el (message-tool-bar-gnome): Use new icon names.
1981         (message-make-tool-bar): Use `gmm-image-load-path'.
1982
1983         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1984         functions from MH-E.
1985         (gmm-image-load-path): New variable from MH-E.
1986         (gmm-image-load-path): New function from MH-E.  Added arguments
1987         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1988         *-image-load-path-called-flag.
1989
1990 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
1991
1992         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1993
1994 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1995         (tiny change)
1996
1997         * nnimap.el (nnimap-request-move-article): Change folder back to
1998         source group before deleting.
1999
2000 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2001
2002         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2003
2004         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2005         mm-url.
2006
2007         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2008
2009 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2012         coding system which mm-charset-to-coding-system returns for a
2013         given charset is valid.
2014
2015 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2016
2017         * html2text.el (html2text-remove-tag-list):
2018         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2019
2020 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2021
2022         * gnus-cus.el: Revert 2005-10-17 change.
2023
2024 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * gnus-art.el (article-strip-banner): Call
2027         article-really-strip-banner only when the regexp match is made.
2028
2029 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * gnus-art.el (article-strip-banner): Use
2032         gnus-extract-address-components instead of
2033         mail-header-parse-addresses to make it work with non-ASCII text;
2034         remove mail-encode-encoded-word-string.
2035
2036         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2037         values which are surrounded with \"...\"; make it never cause a
2038         Lisp error; give up parsing of parameters if it failed in
2039         extracting type.
2040
2041 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2042
2043         * smime.el (smime-cert-by-ldap-1): Fix bug where
2044         `smime-ldap-search' returns results without userCertificates.
2045
2046 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2049
2050 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2051
2052         * spam.el (spam-check-spamassassin-headers): Adapt format for
2053         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2054         <ari@mbf.ocn.ne.jp>.
2055         (spam-list-of-processors): Add spam-use-gmane.
2056
2057 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2060         make-temp-file; make it work with XEmacs as well.
2061
2062         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2063         mm-make-temp-file.
2064
2065         * mm-decode.el (mm-display-external): Use the 3rd arg of
2066         mm-make-temp-file.
2067         (mm-create-image-xemacs): Ditto.
2068
2069 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2072         with message-narrow-to-headers.
2073         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2074         (gnus-draft-check-draft-articles): New function.
2075         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2076
2077 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2078
2079         * gnus-art.el (gnus-article-browse-html-parts):
2080         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2081         Don't use suffix argument for mm-make-temp-file for Emacs 21
2082         compatibility.  Remove useless `format'.
2083
2084 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2085
2086         * nnweb.el (nnweb-google-wash-article): Update regexps.
2087         (nnweb-group-alist): Use defvoo instead of defvar.
2088
2089 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2092         re-loading nn* modules.
2093
2094 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2095
2096         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2097         for `tool-bar-mode' and don't check it's default-value.
2098
2099         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2100
2101         * message.el (message-make-tool-bar): Ditto.
2102
2103         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2104         `substring'.  Shorten tmp-file name.
2105
2106         * gnus.el: Remove bogus comment.
2107
2108 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2109
2110         * gnus-art.el (gnus-article-browse-html-parts): New function.
2111         (gnus-article-browse-html-article): New function for viewing html
2112         articles with a browser.
2113
2114 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2115
2116         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2117         in elisp.
2118         (pgg-gpg-encrypt-symmetric-region): Ditto.
2119         (pgg-gpg-sign-region): Ditto.
2120
2121         * pgg-def.el (pgg-text-mode): New variable.
2122
2123         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2124         (mml2015-pgg-encrypt): Ditto.
2125
2126         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2127         (mml1991-pgg-encrypt): Ditto.
2128
2129 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2132         message-make-date instead of current-time-string.
2133
2134         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2135         to gnus-decoded which mm-uu might set.
2136
2137 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2140         don't decode quoted parameters; remove misimported Emacs code.
2141         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2142         (rfc2231-decode-encoded-string): Don't use split-string which
2143         behaves differently according to Emacs version; use
2144         mm-decode-coding-region to convert charset to coding-system.
2145         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2146         (rfc2231-encode-string): Remove misimported Emacs code.
2147
2148 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2151         when calling mail-header-parse-content-type.
2152         (article-de-quoted-unreadable): Ditto.
2153         (article-de-base64-unreadable): Ditto.
2154         (article-wash-html): Ditto.
2155
2156         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2157         calling mail-header-parse-content-type and
2158         mail-header-parse-content-disposition.
2159         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2160         mail-header-parse-content-type.
2161
2162         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2163         insert charset and format parameters; encode description after
2164         inserting it to buffer.
2165         (mml-insert-parameter): Fold lines properly even if a parameter is
2166         segmented into two or more lines; change the max column to 76.
2167
2168         * rfc1843.el (rfc1843-decode-article-body): Don't use
2169         ignore-errors when calling mail-header-parse-content-type.
2170
2171         * rfc2231.el (rfc2231-parse-string): Return at least type if
2172         possible; don't cause an error even if it fails in parsing of
2173         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2174         (rfc2231-encode-string): Don't break lines at the beginning, leave
2175         it to mml-insert-parameter.
2176
2177         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2178         calling mail-header-parse-content-type.
2179
2180 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2181
2182         * spam-report.el (spam-report-gmane-use-article-number):
2183         Improve doc string.
2184         (spam-report-gmane-internal): Check if a suitable header was found
2185         in the article.
2186
2187 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2190         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2191
2192 2006-02-05  Romain Francoise  <romain@orebokech.com>
2193
2194         Update copyright notices of all files in the gnus directory.
2195
2196 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2197
2198         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2199
2200 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2203         segmented lines of parameter value to cope with Thunderbird 1.5
2204         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2205         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2206         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2207
2208 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2209
2210         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2211         parts.
2212
2213 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2214
2215         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2216         there's only one active file for all servers.
2217         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2218         solid groups.  Gnus might have used a FAST request to select the group.
2219         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2220         and nnweb-search redundantly in the active file.
2221         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2222         (nnweb-request-create-group): Don't use ARGS.
2223         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2224         initialisations.  Let nnoo do the work.
2225
2226 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2229         Say the part has been decoded.
2230
2231         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2232
2233 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2234
2235         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2236         mailcap-viewer-test-cache when there's no 'test clause, since that
2237         will invert the meaning of a "nil" test previously determined by
2238         mailcap-mailcap-entry-passes-test.
2239
2240 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2243         compiling.
2244
2245         * gnus-sum.el: Ditto.
2246
2247         * message.el: Don't bind tool-bar-map when compiling.
2248
2249 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2250
2251         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2252
2253 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2254
2255         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2256         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2257         current Google Groups.
2258
2259 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2260
2261         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2262         and tool-bar-mode.
2263
2264         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2265         and tool-bar-mode.
2266
2267         * message.el (message-tool-bar-update): Simplify.
2268         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2269
2270         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2271         gnus-summary-buffer.
2272         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2273         gnus-summary-reply.
2274
2275         * gmm-utils.el (gmm): Add :version.
2276
2277 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * Makefile.in (clean): New rule.
2280         (distclean): Use it.
2281
2282 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2283
2284         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2285         autoload.
2286
2287 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * gmm-utils.el (gmm-verbose): Add :group.
2290
2291 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2292
2293         * message.el: Change some comments WRT tool-bars.
2294
2295         * gnus-sum.el (gnus-summary-tool-bar)
2296         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2297         (gnus-summary-tool-bar-zap-list): New variables.
2298         (gnus-summary-make-tool-bar): Complete rewrite using
2299         `gmm-tool-bar-from-list'.
2300
2301         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2302         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2303         variables.
2304         (gnus-group-make-tool-bar): Complete rewrite using
2305         `gmm-tool-bar-from-list'.
2306         (gnus-group-tool-bar-update): New function.
2307
2308         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2309
2310 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2313         is dissected into a single part of which the type is the same as
2314         the given one; decode charset.
2315
2316 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2317
2318         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2319         into alists as symbol not string, since that's what
2320         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2321         look for.
2322
2323 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2324
2325         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2326         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2327
2328         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2329
2330 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2333         (gnus-xmas-mime-security-button-menu): New function.
2334
2335         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2336         (gnus-mime-security-button-menu): New definition.
2337         (gnus-mime-security-button-map): Use them.
2338         (gnus-mime-security-button-menu): New function.
2339         (gnus-insert-mime-security-button): Addition to help echo.
2340         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2341         (gnus-mime-security-pipe-part): New functions.
2342
2343         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2344         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2345
2346         * mm-decode.el (mm-handle-set-disposition): Remove.
2347         (mm-handle-set-description): Remove.
2348
2349 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2352         (mm-w3m-standalone-supports-m17n-p): New function.
2353         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2354         w3m usage.
2355
2356         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2357         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2358
2359 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2360
2361         * message.el (message-tool-bar-zap-list): Use
2362         gmm-tool-bar-zap-list as custom type.
2363         (message-tool-bar-update): New function.
2364         (message-tool-bar, message-tool-bar-gnome)
2365         (message-tool-bar-retro): Add message-tool-bar-update.
2366         (message-tool-bar-gnome): Add flyspell-buffer.
2367
2368         * gnus-util.el (gnus-error): Describe `args'.
2369
2370         * gmm-utils.el (gmm-error): Describe `args'.
2371         (gmm-tool-bar-zap-list): New widget.
2372         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2373
2374 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2377         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2378         the number of recursive calls.
2379
2380         * mm-decode.el (mm-handle-set-disposition): New macro.
2381         (mm-handle-set-description): New macro.
2382
2383 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2386         encoding.
2387
2388 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2389
2390         * message.el (message-tool-bar-zap-list, message-tool-bar)
2391         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2392         (message-tool-bar-local-item-from-menu): Remove.
2393         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2394         (message-make-tool-bar): New function.
2395         (message-mode): Use `message-make-tool-bar'.
2396
2397         * gmm-utils.el: New file.
2398         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2399         (gmm-lazy): New widget copied from `nnmail.el'.
2400         (gmm-tool-bar-from-list): New function for creating customizable
2401         tool bars.
2402         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2403         output.
2404         (gmm): Add :prefix to defgroup.
2405
2406 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2407
2408         * gmm-utils.el (gmm-widget-p): New function.
2409
2410 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2411
2412         * mml.el (mml-attach-file): Describe `description' in doc string.
2413         (mml-menu): Add Emacs MIME manual and PGG manual.
2414
2415 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2416
2417         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2418
2419 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2420
2421         * nntp.el (nntp-end-of-line): Doc fix.
2422
2423 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2424
2425         * imap.el (imap-open): Handle case where buffer is a buffer
2426         object.
2427
2428 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2429
2430         * gnus-delay.el (gnus-delay): Don't autoload.
2431         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2432         to be re-loaded when customizing the `gnus-delay' group.
2433
2434 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2435
2436         * message.el (message-insert-citation-line): Use newlines.
2437
2438 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2439
2440         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2441         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2442         these routines, so the passphrase can be managed externally and
2443         passed in to the system.
2444         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2445         pgg-add-passphrase-to-cache function.
2446
2447         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2448         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2449         these routines, so the passphrase can be managed externally and
2450         passed in to the system.
2451         (pgg-pgp5-sign-region): Use new name of
2452         pgg-add-passphrase-to-cache function.
2453
2454 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2455
2456         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2457         part of the decoded armor to find the key-identifier.
2458         (pgg-gpg-lookup-key-owner): New function to return the
2459         human-readable identifier of a key owner.
2460         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2461         itself.
2462         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2463         the key value) if we have a key and can match it against a secret
2464         key.  Also, added a note pointing out fact that the prompt only
2465         indicates the first matching key.
2466
2467         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2468         pgg-decrypt-region.
2469         (pgg-add-passphrase-to-cache): Rename from
2470         `pgg-add-passphrase-cache' to reduce confusion (all callers
2471         changed).
2472         (pgg-remove-passphrase-from-cache): Rename from
2473         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2474         changed).
2475         (pgg-read-passphrase, pgg-add-passphrase-cache)
2476         (pgg-remove-passphrase-cache): Add informative docstrings.
2477         (pgg-decrypt): Convey provided passphrase in subordinate call to
2478         pgg-decrypt-region.
2479
2480 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2481
2482         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2483         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2484         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2485         'passphrase' argument, so the passphrase can be managed externally
2486         and then passed in to the system.
2487
2488         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2489         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2490         so the passphrase cache can be used reliably with identifiers
2491         besides a pgp packet's key id.
2492
2493         * pgg-gpg.el (pgg-gpg-encrypt-region)
2494         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2495         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2496         these routines, so the passphrase can be managed externally and
2497         passed in to the system.
2498
2499         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2500         'notruncate' argument, so the passphrase cache can be used
2501         reliably with identifiers besides a pgp packet's key id.
2502
2503 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2504
2505         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2506         symmetric encryption.
2507         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2508         encrypted session key.
2509         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2510         message ask for the passphrase in a proper way.
2511
2512         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2513         New user commands for symmetric encryption.
2514
2515 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2518
2519         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2520
2521 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2522
2523         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2524
2525 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * mm-decode.el (mm-inlined-types): Add application/pgp.
2528         (mm-automatic-display): Ditto.
2529
2530         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2531         part as text.
2532
2533 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * nnrss.el: Update copyright.
2536         (nnrss-opml-import): Query whether to subscribe to each entry.
2537
2538         * gnus-art.el:
2539         * gnus-sum.el:
2540         * gnus-xmas.el:
2541         * messagexmas.el:
2542         * mm-uu.el:
2543         * mm-view.el: Update copyright.
2544
2545 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2546
2547         * message.el (message-info): New function.
2548         (message-mode-menu): Add it.
2549         Update copyright.
2550
2551         * ChangeLog: Fix and update copyright.
2552
2553 2006-01-13  Romain Francoise  <romain@orebokech.com>
2554
2555         * message.el (message-forward-subject-name-subject): Prefer the
2556         address to 'nowhere' if the sender has no name.
2557         Fix typo.  Update copyright year.
2558
2559 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * gnus-art.el (article-wash-html): Use
2562         gnus-summary-show-article-charset-alist if a numeric arg is given.
2563         (gnus-article-wash-html-with-w3m-standalone): New function.
2564
2565         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2566         mm-inline-text-html-render-with-w3m-standalone.
2567         (mm-text-html-washer-alist): Map w3m-standalone to
2568         gnus-article-wash-html-with-w3m-standalone.
2569         (mm-inline-text-html-render-with-w3m-standalone): New function.
2570
2571 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2572
2573         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2574         Improve LaTeX.
2575
2576 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2579         (nnrss-request-article): Render text/plain parts as HTML.
2580
2581         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2582         the buffer.
2583
2584 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2585
2586         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2587         custom definition of `gnus-posting-styles'.
2588
2589         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2590         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2591
2592 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2593
2594         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2595         Use nntp for bug archive.
2596
2597 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2600         parts.
2601         (nnrss-normalize-date): New function converts ISO 8601 date into
2602         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2603         (nnrss-check-group): Use it.
2604
2605 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2608
2609         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2610         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2611         (nnrss-insert-w3): Ditto.
2612
2613 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2616         the articles to be forwarded including the case where neither a
2617         number of articles nor a region is specified.
2618
2619 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * nnrss.el (nnrss-request-article): Fix last change; fill
2622         text/plain parts.
2623
2624 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2627         in text/plain part.
2628         (nnrss-check-group): Don't add excessive newline to dc:subject.
2629
2630 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2631
2632         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2633         article.
2634
2635 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2636
2637         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2638         (nnml-use-compressed-files, nnml-save-mail): Support other
2639         comression programs such as bzip2.
2640
2641 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * dns.el (query-dns): Make sure we check the buffer size before
2644         removing tcp headers.
2645
2646 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2649         remove MIME buttons associated with multipart/alternative parts.
2650         (gnus-mime-display-alternative): Tag buttons using `article-type'
2651         text property.
2652
2653         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2654         associated with multipart/alternative parts.
2655
2656         * gnus-art.el (gnus-signature-separator): Fix custom type.
2657
2658         * mm-decode.el (mm-inlined-types): Fix custom type.
2659         (mm-keep-viewer-alive-types): Ditto.
2660         (mm-automatic-display): Ditto.
2661         (mm-attachment-override-types): Ditto.
2662         (mm-inline-override-types): Ditto.
2663         (mm-automatic-external-display): Ditto.
2664
2665 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2666
2667         * spam-report.el (spam-report-user-mail-address)
2668         (spam-report-user-agent): New variables.
2669         (spam-report-url-ping-plain): Use spam-report-user-agent.
2670
2671 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2672
2673         * gnus-art.el (gnus-button-handle-custom): Do not just use
2674         `customize-apropos' for any "M-x customize-*" button but the
2675         function called for.  Accept both the function name and its
2676         argument in order to achieve this.
2677         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2678         function name to `gnus-button-handle-custom' in case of "M-x
2679         customize-*" buttons.
2680
2681 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2684         multipart/alternative and add xref to mm-discouraged-alternatives
2685         in doc string.
2686
2687         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2688         gnus-buttonized-mime-types in doc string.
2689
2690 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2691
2692         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2693         Suggest image/.* in the doc string.
2694
2695 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2696
2697         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2698         message-marks (Debian bug #342521).
2699
2700 2005-12-12  Simon Josefsson  <jas@extundo.com>
2701
2702         * password.el (password-read-from-cache): Add.
2703         (password-read): Use it.
2704
2705 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2708         us-ascii as a MIME charset.
2709
2710         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2711         against the case where the 2nd arg TYPE is nil.
2712
2713 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2714
2715         * pop3.el (pop3-stream-type): Fix custom version.
2716
2717         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2718
2719 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2720
2721         * mm-decode.el (mm-display-external): Add missing cdr.
2722
2723 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2726         RFC1524) if it is in mailcap or add a suffix according to
2727         mailcap-mime-extensions when generating a temp filename; postpone
2728         deleting a temp file for 2 seconds for some wrappers, shell
2729         scripts, and so on, which might exit right after having started a
2730         viewer command as a background job.
2731
2732 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2733
2734         * nntp.el (nntp-marks-directory): Fix custom group.
2735
2736         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2737         steps when < 10.
2738
2739         * gnus-start.el (gnus-no-server-1): Mention
2740         `gnus-level-default-subscribed' in doc string.
2741
2742 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2743
2744         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2745         parens.
2746
2747 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * gnus-xmas.el (gnus-use-toolbar): Revert.
2750         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2751         gnus-use-toolbar is default.
2752
2753         * messagexmas.el (message-use-toolbar): Revert.
2754         (message-setup-toolbar): Use global default-toolbar if
2755         message-use-toolbar is default.
2756
2757 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2760         according to default-toolbar-visible-p.
2761
2762         * messagexmas.el (message-use-toolbar): Ditto.
2763
2764 2005-11-26  Dave Love  <fx@gnu.org>
2765
2766         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2767         (tls-program, tls-success): Provide openssl alternative.
2768
2769         * starttls.el: Doc fixes.
2770         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2771         SERVICE to PORT.
2772
2773         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2774         port null or service name.
2775         (starttls-negotiate): Autoload.
2776
2777 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * message.el (message-kill-to-signature): Fix interactive spec.
2780
2781 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * pop3.el (pop3-open-server): Recognize a string as a service name.
2784
2785 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2786
2787         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2788
2789 2005-11-23  Dave Love  <fx@gnu.org>
2790
2791         Add pop3s, pop3/starttls.
2792
2793         * pop3.el (pop3-authentication-scheme): Clarify doc.
2794         (open-tls-stream, starttls-open-stream): Autoload.
2795         (pop3-stream-type): New.
2796         (pop3-open-server): Use it.
2797
2798         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2799         for POP.
2800         (mail-source-keyword-map): Add :stream for POP.
2801         (mail-source-fetch-pop): Use pop3-stream-type.
2802
2803 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2806         of current-time-string.
2807
2808 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2809
2810         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2811         date header.
2812
2813 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2814
2815         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2816         it can seriously impact performance as it bypasses the agent's
2817         local caches.
2818
2819 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2820
2821         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2822         must be explicitly online rather than "not explicitly offline" for
2823         its flags to be synchronized.
2824
2825         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2826         that gnus-uu-unmark-thread will function correctly.
2827
2828         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2829         1024K is instead displayed as 1M.
2830
2831 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2834
2835 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2836
2837         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2838
2839 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2840
2841         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2842         error message to display actual error condition.
2843         (gnus-agent-save-local): Avoid saving symbols that are bound to
2844         nil as they simply result in a warning message in
2845         gnus-agent-read-local.
2846
2847 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2850         rather than make-variable-buffer-local for file-precious-flag.
2851
2852 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2853
2854         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2855         for duplicates which are removed.  The invalid sort check then
2856         triggers a rescan after the sort as sorting may have moved
2857         duplicate entries such that they can be cheaply detected.
2858
2859 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2862
2863 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2864
2865         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2866         internal variable to a custom variable.  Changed default value
2867         from compressed(2) to uncompressed(1).
2868         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2869         support for uncompressed agentview files.  Taken together, reading
2870         the agentview file should now be 6-7 times faster.
2871
2872 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2873
2874         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2875         as a buffer-local variable.  This avoids creating truncated
2876         dribble files as a result of a hang up, eg.
2877
2878 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2879
2880         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2881         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2882         XEmacs.
2883
2884 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2885
2886         * gnus-start.el (gnus-start-draft-setup): Enforce
2887         `gnus-draft-mode' for nndraft:drafts at startup.
2888
2889         * gnus.el (gnus-splash): Change custom group.
2890         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2891         allow-list argument.
2892
2893         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2894         string.
2895
2896 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2897
2898         * gnus-art.el (gnus-default-article-saver): Add user-defined
2899         `function' to custom type.
2900
2901 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2902
2903         * imap.el (imap-open): Handle case where buffer is a buffer
2904         object.
2905
2906 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2907
2908         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2909         long lines.
2910         (gnus-cache-delete-group): Wrap doc strings.
2911
2912         * gnus-agent.el (gnus-agent-rename-group)
2913         (gnus-agent-delete-group): Wrap doc strings.
2914
2915
2916 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * messagexmas.el (message-use-toolbar): Change the valid values
2919         into default, top, bottom, left, and right.
2920         (message-toolbar-thickness): New variable.
2921         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2922         well.
2923         (message-setup-toolbar): Make it work.
2924
2925         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2926         (gnus-use-toolbar): Change the valid values into default, top,
2927         bottom, left, and right.
2928         (gnus-toolbar-thickness): New variable.
2929         (gnus-xmas-setup-toolbar): New function.
2930         (gnus-xmas-setup-group-toolbar): Use it.
2931         (gnus-xmas-setup-summary-toolbar): Use it.
2932
2933 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * gnus-start.el (gnus-1): Add "native" to
2936         gnus-predefined-server-alist.
2937
2938         * gnus.el (gnus-method-to-server): Don't add "native" to the
2939         lists here, because that leads to problems when
2940         gnus-select-method is bound.
2941
2942 2005-11-09  Simon Josefsson  <jas@extundo.com>
2943
2944         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2945         use (not sort-by-date) instead.
2946
2947 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2948
2949         * gnus-delay.el (gnus-delay-group): Don't autoload.
2950         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2951         to be re-loaded when customizing the `gnus-delay' group.
2952
2953 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2954
2955         * message.el: Revert last changes.
2956         (message-insert-citation-line): Use newlines.
2957
2958 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2959
2960         * message.el (message-courtesy-message)
2961         (message-mark-insert-begin, message-mark-insert-end)
2962         (message-elide-ellipsis, message-cancel-message)
2963         (message-add-header, message-change-subject)
2964         (message-cross-post-followup-to-header)
2965         (message-cross-post-insert-note, message-reduce-to-to-cc)
2966         (message-widen-reply, message-delete-not-region)
2967         (message-kill-to-signature, message-insert-signature)
2968         (message-insert-importance-high, message-insert-importance-low)
2969         (message-insert-or-toggle-importance)
2970         (message-insert-disposition-notification-to)
2971         (message-indent-citation, message-yank-original)
2972         (message-cite-original-without-signature, message-cite-original)
2973         (message-insert-citation-line, message-position-on-field)
2974         (message-fix-before-sending, message-send-mail-partially)
2975         (message-send-mail, message-send-mail-with-sendmail)
2976         (message-send-mail-with-qmail, message-send-news)
2977         (message-check-news-header-syntax, message-generate-headers)
2978         (message-insert-courtesy-copy, message-fill-address)
2979         (message-fill-header, message-shorten-references)
2980         (message-setup-1, message-cancel-news)
2981         (message-forward-make-body-plain, message-forward-make-body-mime)
2982         (message-forward-make-body-mml, message-encode-message-body)
2983         (message-forward-make-body-digest-plain)
2984         (message-forward-make-body-digest-mime)
2985         (message-use-alternative-email-as-from): Insert `hard-newline'
2986         instead of ordinary newlines.
2987
2988 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2989
2990         * message.el (message-generate-headers): Downcase the argument
2991         given to message-check-element.
2992
2993 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2994
2995         * nntp.el (nntp-authinfo-rejected): New error condition.
2996         (nntp-wait-for): Use new error condition to signal authentication
2997         error.
2998         (nntp-retrieve-data): Rethrow new error condition to break out of
2999         recursive call to nntp-send-authinfo.
3000
3001 2005-11-08  Romain Francoise  <romain@orebokech.com>
3002
3003         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3004         (gnus-summary-exit-map): Bind to `Z p'.
3005         (gnus-summary-make-menu-bar): Add menu item.
3006
3007 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3008
3009         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3010         (gnus-treat-*): Add `first' in all doc strings.
3011
3012         * gnus-group.el (gnus-group-compact-group): Fix typo.
3013
3014 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * gnus.el (gnus-parameters-case-fold-search): New variable.
3017         (gnus-parameters-get-parameter): Use it.
3018
3019         * gnus-score.el (gnus-home-score-file): Doc fix.
3020
3021 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3022
3023         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3024
3025 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * mm-util.el (mm-special-display-p): New function.
3028
3029         * mml.el (mml-preview): Use it; doc fix.
3030
3031 2005-10-29  Romain Francoise  <romain@orebokech.com>
3032
3033         * message.el (message-fix-before-sending): Fix comment.
3034
3035 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3036
3037         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3038
3039 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3040
3041         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3042         Used in gnus-score.el.
3043
3044 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3045
3046         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3047
3048 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3049
3050         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3051         whitespace removed in revision 7.8.  Use concatenated string to
3052         protect trailing whitespace.
3053
3054 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
3055
3056         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3057         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3058         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3059         Courier IMAP ("some version from 2004").  Mostly based on similar
3060         code in the same function.
3061
3062 2005-10-26  Didier Verna  <didier@xemacs.org>
3063
3064         * gnus-group.el (gnus-group-compact-group): invalidate original
3065         article buffer.
3066         * gnus-srvr.el (gnus-server-compact-server): ditto.
3067         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3068         NOV database and in article itself.
3069         Invalidate article backlog.
3070
3071 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3072
3073         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3074
3075 2005-10-26  Simon Josefsson  <jas@extundo.com>
3076
3077         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3078         part of 2004-07-25 change.
3079
3080 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * message.el (message-display-completion-list): New function.
3083         (message-expand-group): Use it; make sure the Completions buffer
3084         is modifiable.
3085
3086 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3087
3088         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3089         user-mail-name is an empty string.
3090
3091 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3092
3093         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3094         depending on gnus-score-decay-constant.
3095
3096         * encrypt.el (encrypt-insert-file-contents)
3097         (encrypt-write-file-contents): Don't use `gnus-message'.
3098
3099         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3100         arguments.
3101         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3102         arguments to mm-uu-verbatim-marks-extract.
3103         (mm-uu-hide-markers): New variable.
3104         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3105
3106         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3107         (gnus-convert-image-to-face-command): Use "convert" by default to
3108         allow other input image formats.
3109         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3110         accordingly.
3111
3112 2005-10-23  Simon Josefsson  <jas@extundo.com>
3113
3114         * imap.el (imap-gssapi-program): Align command line parameters
3115         with latest GNU SASL.
3116         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3117
3118 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3121         HTML.
3122         (nnslashdot-request-article): Ditto.
3123
3124         * lpath.el (featurep): Add nobreak-char-display.
3125
3126 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3127
3128         * mail-source.el (mail-source-fetch-pop): Require pop3.
3129         (mail-source-check-pop): Ditto.
3130
3131 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3134         errors.
3135
3136 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3137
3138         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3139         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3140
3141         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3142
3143         * mm-bodies.el (mm-decode-string): Call
3144         `mm-charset-to-coding-system' with allow-override argument.
3145
3146 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3149         (rfc2047-charset-to-coding-system): New function.
3150         (rfc2047-decode-encoded-words): New function.
3151         (rfc2047-decode-region): Use them.
3152         (rfc2047-decode-cte): Remove.
3153         (rfc2047-parse-and-decode): Remove.
3154         (rfc2047-decode): Remove.
3155
3156 2005-10-15  Kenichi Handa  <handa@m17n.org>
3157
3158         * rfc2047.el (rfc2047-decode-cte): New function.
3159         (rfc2047-decode-region): Change the way to decode successive
3160         encoded-words: decode B- or Q-encoding in each encoded-word,
3161         concatenate them, and decode it as charset.
3162
3163 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * lpath.el: Fbind codepage-setup for XEmacs.
3166
3167 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3168
3169         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3170         widget-move-and-invoke.
3171         (gnus-custom-mode): Use gnus-custom-map.
3172
3173 2005-10-15  Bill Wohler  <wohler@newt.com>
3174
3175         * message.el (message-tool-bar-map): Renamed image file from
3176         mail_send to mail/send.
3177
3178 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3179
3180         * message.el (message-expand-group): Pass the common
3181         prefix substring of completion to `display-completion-list'.
3182
3183 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3184
3185         * mml-sec.el (mml-secure-method): New internal variable.
3186         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3187         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3188         functions using mml-secure-method.
3189
3190         * mml.el (mml-mode-map): Add key bindings for those functions.
3191         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3192         Harder <harder@myrealbox.com>.
3193         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3194         end of message if point is the headers of the message.
3195
3196         * message.el (message-in-body-p): New function.
3197
3198         * assistant.el: Autoload gnus-util and netrc.
3199
3200         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3201         Use `mm-charset-override-alist' only when decoding.
3202
3203         * mm-bodies.el (mm-decode-body): Call
3204         `mm-charset-to-coding-system' with allow-override argument.
3205
3206         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3207         `filename' from Content-Disposition if Content-Type doesn't
3208         provide `name'.
3209         (gnus-mime-view-part-as-type): Set default instead of
3210         initial-input.
3211
3212 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3213
3214         * format-spec.el (format-spec): Propagate text properties of % spec.
3215
3216 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3217
3218         * gnus-art.el (gnus-treat-predicate): Add `first'.
3219
3220 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3221
3222         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3223         (mm-charset-override-alist): New variable.
3224         (mm-charset-to-coding-system): Use it.
3225         (mm-codepage-setup): New helper function.
3226         (mm-charset-eval-alist): New variable.
3227         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3228         about unknown charsets.
3229
3230         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3231
3232 2005-10-04  David Hansen  <david.hansen@gmx.net>
3233
3234         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3235         (nnrss-check-group): Ditto.
3236
3237 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3238
3239         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3240         Rename x-gnus-verbatim to x-verbatim.
3241         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3242
3243         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3244         x-verbatim.
3245
3246         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3247
3248         * gnus-util.el (gnus-remove-duplicates): Remove.
3249
3250         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3251         instead of gnus-remove-duplicates.
3252
3253         * message.el (message-remove-duplicates): Remove.
3254         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3255         message-remove-duplicates.
3256
3257         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3258         available, else use implementation from `delete-dups'.
3259
3260         * message.el (message-insert-expires): New function.
3261         (message-mode-map): Add key binding.
3262         (message-mode-field-menu): Add menu entry.
3263         (message-mode): Document it.
3264         (message-make-expires-date): Use `message-make-date'.
3265
3266 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3267
3268         * message.el (message-make-expires-date): New function.
3269
3270 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * Makefile.in (list-installed-shadows): New entry.
3273         (install): Use it.
3274         (remove-installed-shadows): New entry.
3275
3276         * dgnushack.el (dgnushack-default-load-path): New variable.
3277         (dgnushack-find-lisp-shadows): New function.
3278         (dgnushack-remove-lisp-shadows): New function.
3279
3280 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * Makefile.in (install-el-elc): New entry.
3283         (install): Use it so that .el files are necessarily installed.
3284
3285 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3288
3289 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3290
3291         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3292         function rather than the diff-mode.el package.
3293         (mm-display-external): Use with-current-buffer.
3294         (mm-viewer-completion-map, mm-viewer-completion-map):
3295         Move initialization inside declaration.
3296
3297 2005-09-29  Simon Josefsson  <jas@extundo.com>
3298
3299         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3300         autoload mail-check-payment.
3301         (spam-check-hashcash): Define unconditionally, since hashcash.el
3302         is part of Gnus now.  Ignore errors from payment checking.
3303
3304 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3305
3306         * message.el (message-bold-region, message-unbold-region): Rename
3307         from `bold-region' and `unbold-region'.
3308
3309         * message.el: Remove useless autoloads.
3310
3311 2005-09-28  Simon Josefsson  <jas@extundo.com>
3312
3313         * message.el (message-use-idna): Default to t.
3314         (message-use-idna): Test whether encoding works too.  Doc fix.
3315
3316 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3317
3318         * nntp.el (nntp-warn-about-losing-connection): Remove.
3319
3320 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3321
3322         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3323         customizable.  Change default value.
3324         (mm-uu-diff-groups-regexp): Change default value.
3325         (mm-uu-type-alist): Add doc string.
3326         (mm-uu-configure): Add doc string.  Make it interactive.
3327         (mm-uu-tex-groups-regexp): New variable.
3328         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3329         (mm-uu-type-alist): Add LaTeX documents.
3330         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3331         of "text/verbatim".
3332         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3333
3334         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3335         instead of "text/verbatim".
3336
3337         * message.el (message-mark-inserted-region)
3338         (message-mark-insert-file): Use slrn style marks when called with
3339         prefix argument.
3340
3341 2005-09-27  Simon Josefsson  <jas@extundo.com>
3342
3343         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3344
3345 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3346
3347         * message.el (message-remove-duplicates): New function.
3348         Implementation borrowed from `gnus-remove-duplicates'.
3349         (message-idna-to-ascii-rhs): Also encode idna addresses in
3350         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3351         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3352         only ask about the same idna domain once per header and also tell
3353         in what header to replace the idna domain.
3354
3355         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3356         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3357         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3358         a header is decoded and not just the last one.
3359
3360 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3363         has been decoded.
3364
3365         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3366         (mm-insert-part): Don't modify text if it has been decoded.
3367
3368         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3369         decoded.
3370
3371         * mm-view.el (mm-inline-text): Don't strip text props unless
3372         decoding enriched or richtext parts.
3373
3374 2005-09-25  Romain Francoise  <romain@orebokech.com>
3375
3376         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3377         * gnus-start.el (gnus-subscribe-interactively):
3378         * gnus-uu.el (gnus-uu-grab-articles):
3379         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3380         space.
3381
3382 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3383
3384         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3385         * mm-view.el (mm-view-pkcs7-decrypt):
3386         * gnus-sum.el (gnus-summary-limit-to-extra)
3387         (gnus-summary-respool-article, gnus-read-move-group-name):
3388         * gnus-score.el (gnus-summary-increase-score):
3389         * gnus-util.el (gnus-completing-read-with-default):
3390         * gnus-art.el (gnus-read-save-file-name)
3391         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3392         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3393         * message.el (message-check-news-header-syntax):
3394         Follow convention for reading with the minibuffer.
3395
3396 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3397
3398         * spam-report.el (spam-report-url-ping-plain):
3399         Use gnus-extended-version as User-Agent.
3400
3401         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3402         default value is nil.
3403
3404         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3405         (mm-uu-verbatim-marks-extract): New function.
3406         (mm-uu-extract): New face.
3407         (mm-uu-copy-to-buffer): Use it.
3408
3409         * spam-report.el (spam-report-gmane-ham): Renamed from
3410         `spam-report-gmane-unspam'.
3411         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3412         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3413
3414         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3415         Autoload.
3416         (spam-report-gmane-unregister-routine): Renamed
3417         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3418
3419 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3420
3421         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3422         (spam-report-gmane-unregister-routine): added support for gmane
3423         unregistration
3424
3425         * spam-report.el (spam-report-gmane-unspam)
3426         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3427         (spam-report-gmane): changed to take a single article and do
3428         unspam registration
3429
3430 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3431
3432         * mm-url.el (mm-url-decode-entities): Fix regexp.
3433
3434 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3437         default to nil, to be able to use Gnus at all.  If the default
3438         switches to something else, then the function should be fixed not
3439         be exceedingly slow.
3440
3441 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3442
3443         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3444         fail hard
3445
3446         * spam-report.el: better Keywords line
3447
3448         * spam.el: added Maintainer and better Keywords line
3449
3450 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3451
3452         * gnus-art.el (gnus-article-replace-part)
3453         (gnus-mime-replace-part): New functions.
3454         (gnus-mime-action-alist, gnus-mime-button-commands)
3455         (gnus-mime-save-part-and-strip): Added file argument.
3456         (gnus-article-part-wrapper): Added interactive argument.
3457
3458         * gnus-sum.el (gnus-summary-mime-map): Add
3459         `gnus-article-replace-part'.
3460
3461 2005-09-19  Didier Verna  <didier@xemacs.org>
3462
3463         The nnml compaction feature:
3464         * nnml.el (nnml-request-compact-group): New function.
3465         * nnml.el (nnml-request-compact): New function.
3466         * gnus-int.el (gnus-request-compact-group): New function.
3467         * gnus-int.el (gnus-request-compact): New function.
3468         * gnus-group.el (gnus-group-compact-group): New function.
3469         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3470         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3471         * gnus-srvr.el (gnus-server-compact-server): New function.
3472         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3473         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3474
3475 2005-09-18  Deepak Goel  <deego@gnufans.org>
3476
3477         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3478         format spec.
3479
3480 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3483
3484 2005-09-15  Romain Francoise  <romain@orebokech.com>
3485
3486         * message.el (message-fill-paragraph): Clarify docstring.
3487
3488 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-art.el (gnus-mime-display-part): Protect against broken
3491         MIME messages.
3492
3493 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3496         before parsing header.
3497
3498 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3499
3500         * html2text.el: (html2text-replace-list): Add new entities.
3501
3502 2005-09-11  Romain Francoise  <romain@orebokech.com>
3503
3504         * message.el (message-alternative-emails): Improve docstring.
3505         (message-setup-1): Call `message-use-alternative-email-as-from'
3506         after `message-setup-hook' to give it precedence over posting
3507         styles, etc.
3508         (message-use-alternative-email-as-from): Add docstring.  Remove
3509         the original From header if present.
3510
3511         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3512         (nnml-save-mail): Use it.
3513
3514         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3515         articles.  Add new argument `silent'.
3516         (gnus-uu-mark-all): Report the total number of marked articles.
3517
3518 2005-09-10  Romain Francoise  <romain@orebokech.com>
3519
3520         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3521         (gnus-uu-mark-series): Likewise.
3522
3523 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3524
3525         * spam-report.el (spam-report-gmane): Fix generation of spam
3526         report URL.
3527
3528 2005-09-10  Simon Josefsson  <jas@extundo.com>
3529
3530         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3531         t, based on discussion on the ding list with Robert Epprecht
3532         <epprecht@solnet.ch>.
3533
3534 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3535
3536         * spam-report.el (spam-report-gmane): Make it work without
3537         X-Report-Spam header.  Gmane now only provides Archived-At.
3538         This is only used if `spam-report-gmane-use-article-number' is nil.
3539         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3540
3541         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3542         make `gnus-summary-sort-by-recipient' work with threading.
3543
3544         * nnweb.el (nnweb-google-wash-article): Print a message if article
3545         is not available.
3546
3547 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3548
3549         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3550         change.  Decode text/* parts content before displaying.
3551
3552 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3553
3554         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3555
3556 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3559
3560         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3561         url-package-name, url-package-version,
3562         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3563         w3m-display-inline-images, and w3m-minor-mode-map.
3564
3565 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3566
3567         * message.el (message-tab-body-function): Fixed mismatched custom
3568         type.
3569
3570         * gnus.el (gnus-group-change-level-function): Ditto.
3571
3572         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3573
3574         * gnus-art.el (gnus-signature-limit)
3575         (gnus-article-mime-part-function): Ditto.
3576
3577 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * mml.el (mml-mode): Silence the byte compiler.
3580
3581         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3582         using `(sit-for 0)' before moving the point to the specified part;
3583         skip unbuttonized parts.
3584         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3585         return to the summary window if gnus-auto-select-part is non-nil.
3586
3587 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3588
3589         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3590         variables.
3591         (mml-dnd-attach-file, mml-mode): Use them.
3592
3593         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3594         Make fetching article by MID work again for Google Groups.  Added
3595         FIXME concerning gnus-group-make-web-group.
3596
3597         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3598         Don't depend on Gnus by using mail-extract-address-components if
3599         gnus-extract-address-components is not bound.
3600
3601 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602
3603         * gnus-art.el (gnus-mime-display-security): Don't display the
3604         signature, but only the signed part.
3605
3606 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3609
3610         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3611         list, not listp.
3612
3613 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3614
3615         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3616         when encoding.
3617
3618         * mm-bodies.el (mm-decode-content-transfer-encoding):
3619         De-canonicalize CRLF for all text content types, not just
3620         text/plain.
3621
3622 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3625         valid article; point arrow and cursor at the MIME button.
3626
3627 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3630         Suggested by Dan Christensen <jdc@uwo.ca>.
3631
3632         * mm-decode.el (mm-save-part): Enable change of prompt.
3633
3634 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3635
3636         * gnus-msg.el (gnus-inews-add-send-actions): Made
3637         `message-post-method' lambda parameter ARG `&optional'.
3638
3639 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3640
3641         * gnus-sum.el (gnus-summary-mime-map): Added
3642         gnus-article-save-part-and-strip, gnus-article-delete-part and
3643         gnus-article-jump-to-part.
3644
3645         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3646         (gnus-article-edit-part): Use it.
3647         (gnus-article-part-wrapper): Added no-handle argument.
3648         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3649         functions.
3650
3651 2005-08-29  Romain Francoise  <romain@orebokech.com>
3652
3653         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3654         docstring.
3655         (gnus-face-from-file): Likewise.
3656
3657 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3658
3659         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3660         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3661         non-nil.
3662         (gnus-auto-select-part): New variable.
3663         (gnus-article-jump-to-part): New function.
3664         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3665         (gnus-mime-delete-part): Allow selecting specified part after
3666         deleting or stripping parts.
3667         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3668         part if argument is bogus.
3669
3670 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3671
3672         * gnus-art.el (w3m-minor-mode-map):
3673         * gnus-spec.el (gnus-newsrc-file-version):
3674         * gnus-util.el (nnmail-active-file-coding-system)
3675         (gnus-original-article-buffer, gnus-user-agent):
3676         * gnus.el (gnus-ham-process-destinations)
3677         (gnus-parameter-ham-marks-alist)
3678         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3679         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3680         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3681         * mm-decode.el (gnus-current-window-configuration):
3682         * mm-extern.el (gnus-article-mime-handles):
3683         * mm-url.el (url-current-object, url-package-name)
3684         (url-package-version):
3685         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3686         (smime-keys, w3m-cid-retrieve-function-alist)
3687         (w3m-current-buffer, w3m-display-inline-images)
3688         (w3m-minor-mode-map):
3689         * mml-smime.el (gnus-extract-address-components):
3690         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3691         (gnus-newsrc-hashtb, message-default-charset)
3692         (message-deletable-headers, message-options)
3693         (message-posting-charset, message-required-mail-headers)
3694         (message-required-news-headers):
3695         * mml1991.el (mc-pgp-always-sign):
3696         * mml2015.el (mc-pgp-always-sign):
3697         * nnheader.el (nnmail-extra-headers):
3698         * rfc1843.el (gnus-decode-encoded-word-function)
3699         (gnus-decode-header-function, gnus-newsgroup-name):
3700         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3701
3702 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3703
3704         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3705         the end of the date treatments.
3706
3707 2005-08-15  Simon Josefsson  <jas@extundo.com>
3708
3709         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3710         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3711         Capello and Romain Francoise.
3712         (pgg-fetch-key-function): Removed, not used?
3713         (pgg-insert-url-with-w3): Require url, to get
3714         url-insert-file-contents regardless of where it is defined.
3715
3716 2005-08-13  Romain Francoise  <romain@orebokech.com>
3717
3718         * message.el (message-cite-original-1): New function.
3719         (message-cite-original): Use it.
3720         (message-cite-original-without-signature): Ditto.
3721
3722 2005-08-08  Romain Francoise  <romain@orebokech.com>
3723
3724         * message.el (message-yank-empty-prefix): New variable.
3725         (message-indent-citation): Use it.
3726         (message-cite-original-without-signature): Respect X-No-Archive.
3727
3728 2005-08-08  Simon Josefsson  <jas@extundo.com>
3729
3730         * pgg.el: Autoload url-insert-file-contents instead of loading
3731         w3/url.
3732         (pgg-insert-url-with-w3): Don't load url here.
3733
3734 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3735
3736         * message.el (message-kill-to-signature): Don't insert newline at
3737         bol.
3738         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3739
3740 2005-08-06  Romain Francoise  <romain@orebokech.com>
3741
3742         * message.el (message-user-fqdn): Fix typo in docstring.
3743
3744 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3745
3746         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3747
3748         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3749
3750 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * mm-bodies.el (mm-encode-body): Use coding system rather than
3753         charset to encode text.
3754
3755         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3756         number of charsets if utf-8 is available (XEmacs).
3757
3758 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3759
3760         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3761         taken from `gnus-button-mid-or-mail-regexp'.
3762         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3763         (gnus-button-alist): Improve regexp for domain part of the MIDs
3764         for news:localpart@domain buttons.
3765         (gnus-button-ctan-directory-regexp): Update.
3766
3767 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * sieve-manage.el (sieve-manage-interactive-login): Use
3770         make-local-variable rather than make-variable-buffer-local.
3771         (sieve-manage-open): Ditto.
3772         (sieve-manage-authenticate): Ditto.
3773
3774         * mml.el (mml-generate-mime-1): Make the content type default to
3775         text/plain if the filename is not specified.
3776
3777 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3780         instead of insert-buffer.
3781
3782         * message.el (message-yank-original): Ditto; set the mark at the
3783         end of the yanked message.
3784
3785 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3788         lines to scroll rather than to stop it.
3789
3790         * mml.el (mml-generate-default-type): Add doc string.
3791         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3792         default to application/octet-stream when determining the content
3793         type if it is not specified for the part or the mml contents; add
3794         a comment about mml-generate-default-type.
3795
3796 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3797
3798         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3799         make it default to application/octet-stream when determining the
3800         content type if it is not specified for the external contents.
3801
3802 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3805         segmented parameter but also other parameters might be there.
3806
3807 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3808
3809         * mm-decode.el (mm-display-external): Delete temp file, directory
3810         and buffer immediately if the external process is exited.
3811
3812 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3815         fewer lines than that of scroll-margin.
3816         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3817
3818 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * gnus-art.el (gnus-article-next-page): Revert.
3821         (gnus-article-beginning-of-window): New macro.
3822         (gnus-article-next-page-1): Use it.
3823         (gnus-article-prev-page): Ditto.
3824         (gnus-article-edit-part): Use insert-buffer-substring instead of
3825         insert-buffer.
3826         (gnus-article-edit-exit): Ditto.
3827
3828         * gnus-util.el (gnus-beginning-of-window): Remove.
3829         (gnus-end-of-window): Remove.
3830
3831         * lpath.el: Don't bind header-line-format and scroll-margin.
3832
3833 2005-07-25  Simon Josefsson  <jas@extundo.com>
3834
3835         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3836         to have the url package without w3.  Reported by Daiki Ueno
3837         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3838
3839 2005-07-20  Didier Verna  <didier@xemacs.org>
3840
3841         * gnus-diary.el: Remove the description comment (nndiary is now
3842         properly documented in the Gnus manual).
3843         Fix the spelling of "Back End".
3844         * nndiary.el: Ditto.
3845         Fix the copyright notice.
3846
3847 2005-07-18  Romain Francoise  <romain@orebokech.com>
3848
3849         * gnus-sum.el (gnus-summary-to-prefix,
3850         gnus-summary-newsgroup-prefix): New variables.
3851         (gnus-summary-from-or-to-or-newsgroups): Use them.
3852
3853 2005-07-17  Romain Francoise  <romain@orebokech.com>
3854
3855         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3856         space as it's generally not especially interesting to the user.
3857
3858 2005-07-16  Romain Francoise  <romain@orebokech.com>
3859
3860         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3861         nil to avoid prompting and file modification if one of the
3862         messages at the top of the nnfolder file contains a copyright
3863         notice.
3864         Update copyright notice.
3865
3866         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3867         instead of `current-time-string' as the latter creates a time
3868         string that is not RFC 2822 compliant (it lacks the zone).
3869         Update copyright notice.
3870
3871 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3872
3873         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3874         for text/rtf.  Display default in prompt.  Pass default for M-n.
3875
3876         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3877
3878 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * gnus-msg.el (gnus-button-mailto): Remove
3881         save-selected-window-window hackery because it relies on
3882         save-selected-window internals.
3883
3884 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3887         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3888         (gnus-article-prev-page): Ditto.
3889
3890         * gnus-util.el (gnus-beginning-of-window): New function.
3891         (gnus-end-of-window): New function.
3892
3893         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3894
3895 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3896
3897         * gnus-score.el (gnus-score-edit-all-score): Set
3898         gnus-score-edit-exit-function to gnus-score-edit-done and call
3899         gnus-message.
3900
3901 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902
3903         * gnus-msg.el (gnus-button-mailto): Remove
3904         save-selected-window-window hackery because it relies on
3905         save-selected-window internals.
3906
3907 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3910         add-minor-mode.
3911         (gnus-binary-mode): Ditto.
3912
3913         * gnus-topic.el (gnus-topic-mode): Ditto.
3914
3915 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3916
3917         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3918         (gnus-article-prev-page): Take scroll-margin into consideration.
3919
3920 2005-07-04  Lute Kamstra  <lute@gnu.org>
3921
3922         Update FSF's address in GPL notices.
3923
3924 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3925
3926         * gnus.el (gnus-exit):
3927         * gnus-group.el (gnus-group-icons):
3928         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3929
3930         * gnus-nocem.el (gnus-nocem):
3931         * message.el (message-various, message-buffers, message-sending)
3932         (message-interface, message-forwarding, message-insertion)
3933         (message-headers, message-news, message-mail):
3934         * pgg-gpg.el (pgg-gpg):
3935         * pgg-parse.el (pgg-parse):
3936         * pgg-pgp.el (pgg-pgp):
3937         * pgg-pgp5.el (pgg-pgp5):
3938         * pop3.el (pop3): Finish `defgroup' description with period.
3939
3940 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-art.el (article-display-face): Improve the efficiency.
3943         (article-display-x-face): Ditto; remove grey x-face stuff.
3944
3945 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * gnus-art.el (article-display-face): Correct the position in
3948         which Faces are inserted.
3949
3950 2005-06-29  Didier Verna  <didier@xemacs.org>
3951
3952         * gnus-art.el (article-display-face): Display faces in correct
3953         order.
3954
3955 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3958         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3959         (gnus-nocem-check-article): Fetch the Type header.
3960         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3961         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3962         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3963         make sure gnus-nocem-hashtb is initialized.
3964         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3965         (gnus-nocem-unwanted-article-p): Ditto.
3966
3967         * pgg.el (pgg-verify): Return the verification result.
3968
3969 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3972         is ascii.
3973
3974 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3975
3976         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3977         `show-nonbreak-escape'.
3978
3979 2005-06-23  Lute Kamstra  <lute@gnu.org>
3980
3981         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3982
3983         * dig.el (dig-mode):
3984         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3985
3986 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3987
3988         * nnimap.el (nnimap-split-download-body): Fix spellings.
3989
3990 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3991
3992         * gnus-art.el (gnus-article-encrypt-body):
3993         * gnus-cus.el (gnus-score-customize):
3994         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3995         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3996
3997 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3998
3999         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4000         header by looking for magic "MII" at the beginnig.
4001
4002 2005-06-16  Miles Bader  <miles@gnu.org>
4003
4004         * gnus-xmas.el (gnus-xmas-group-startup-message):
4005         Use renamed gnus-splash face.
4006
4007         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4008         (assistant-field-face): New backward-compatibility alias for renamed
4009         face.
4010         (assistant-render-text): Use renamed assistant-field face.
4011
4012         * spam.el (spam): Remove "-face" suffix from face name.
4013         (spam-face): New backward-compatibility alias for renamed face.
4014         (spam-face, spam-initialize): Use renamed spam face.
4015
4016         * message.el (message-header-to, message-header-cc)
4017         (message-header-subject, message-header-newsgroups)
4018         (message-header-other, message-header-name)
4019         (message-header-xheader, message-separator, message-cited-text)
4020         (message-mml): Remove "-face" suffix from face names.
4021         (message-header-to-face, message-header-cc-face)
4022         (message-header-subject-face, message-header-newsgroups-face)
4023         (message-header-other-face, message-header-name-face)
4024         (message-header-xheader-face, message-separator-face)
4025         (message-cited-text-face, message-mml-face):
4026         New backward-compatibility aliases for renamed faces.
4027         (message-font-lock-keywords): Use renamed message faces.
4028
4029         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4030         (sieve-test-commands, sieve-tagged-arguments):
4031         Remove "-face" suffix from face names.
4032         (sieve-control-commands-face, sieve-action-commands-face)
4033         (sieve-test-commands-face, sieve-tagged-arguments-face):
4034         New backward-compatibility aliases for renamed faces.
4035         (sieve-control-commands-face, sieve-action-commands-face)
4036         (sieve-test-commands-face, sieve-tagged-arguments-face):
4037         Use renamed sieve faces.
4038
4039         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4040         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4041         (gnus-group-news-3-empty, gnus-group-news-4)
4042         (gnus-group-news-4-empty, gnus-group-news-5)
4043         (gnus-group-news-5-empty, gnus-group-news-6)
4044         (gnus-group-news-6-empty, gnus-group-news-low)
4045         (gnus-group-news-low-empty, gnus-group-mail-1)
4046         (gnus-group-mail-1-empty, gnus-group-mail-2)
4047         (gnus-group-mail-2-empty, gnus-group-mail-3)
4048         (gnus-group-mail-3-empty, gnus-group-mail-low)
4049         (gnus-group-mail-low-empty, gnus-summary-selected)
4050         (gnus-summary-cancelled, gnus-summary-high-ticked)
4051         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4052         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4053         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4054         (gnus-summary-low-undownloaded)
4055         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4056         (gnus-summary-low-unread, gnus-summary-normal-unread)
4057         (gnus-summary-high-read, gnus-summary-low-read)
4058         (gnus-summary-normal-read, gnus-splash):
4059         Remove "-face" suffix from face names.
4060         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4061         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4062         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4063         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4064         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4065         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4066         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4067         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4068         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4069         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4070         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4071         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4072         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4073         (gnus-summary-normal-ticked-face)
4074         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4075         (gnus-summary-normal-ancient-face)
4076         (gnus-summary-high-undownloaded-face)
4077         (gnus-summary-low-undownloaded-face)
4078         (gnus-summary-normal-undownloaded-face)
4079         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4080         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4081         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4082         (gnus-splash-face):
4083         New backward-compatibility aliases for renamed faces.
4084         (gnus-group-startup-message): Use renamed gnus faces.
4085
4086         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4087         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4088         (gnus-server-agent): Remove "-face" suffix from face names.
4089         (gnus-server-agent-face, gnus-server-opened-face)
4090         (gnus-server-closed-face, gnus-server-denied-face)
4091         (gnus-server-offline-face):
4092         New backward-compatibility aliases for renamed faces.
4093         (gnus-server-agent-face, gnus-server-opened-face)
4094         (gnus-server-closed-face, gnus-server-denied-face)
4095         (gnus-server-offline-face): Use renamed gnus faces.
4096
4097         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4098         Remove "-face" suffix from face names.
4099         (gnus-picon-xbm-face, gnus-picon-face):
4100         New backward-compatibility aliases for renamed faces.
4101
4102         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4103         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4104         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4105         (gnus-cite-11): Remove "-face" suffix from face names.
4106         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4107         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4108         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4109         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4110         New backward-compatibility aliases for renamed faces.
4111         (gnus-cite-attribution-face, gnus-cite-face-list)
4112         (gnus-article-boring-faces): Use renamed gnus faces.
4113
4114         * gnus-art.el (gnus-signature, gnus-header-from)
4115         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4116         (gnus-header-content): Remove "-face" suffix from face names.
4117         (gnus-signature-face, gnus-header-from-face)
4118         (gnus-header-subject-face, gnus-header-newsgroups-face)
4119         (gnus-header-name-face, gnus-header-content-face):
4120         New backward-compatibility aliases for renamed faces.
4121         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4122
4123         * gnus-sum.el (gnus-summary-selected-face)
4124         (gnus-summary-highlight): Use renamed gnus faces.
4125         * gnus-group.el (gnus-group-highlight): Likewise.
4126
4127 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4128
4129         * gnus-sieve.el (gnus-sieve-article-add-rule):
4130         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4131         * spam-stat.el (spam-stat-buffer-change-to-spam)
4132         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4133
4134         * message.el (message-is-yours-p):
4135         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4136
4137 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * mm-view.el (mm-inline-text): Withdraw the last change.
4140
4141 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4144         executing enriched-decode.
4145
4146 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4149         charset of tar files.
4150
4151 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4152
4153         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4154
4155 2005-06-04  Lute Kamstra  <lute@gnu.org>
4156
4157         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4158         information is never recorded.
4159
4160 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4161
4162         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4163
4164 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * pop3.el (pop3-apop): Run md5 in the binary mode.
4167
4168         * starttls.el (starttls-set-process-query-on-exit-flag):
4169         Use eval-and-compile.
4170
4171 2005-05-31  Simon Josefsson  <jas@extundo.com>
4172
4173         * smime.el (smime-replace-in-string): Define.
4174         (smime-cert-by-ldap-1): Use it.
4175
4176 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * gnus-art.el (article-display-x-face): Replace
4179         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4180
4181         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4182         set-process-query-on-exit-flag or process-kill-without-query.
4183
4184         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4185         loop instead of replace-regexp.
4186
4187         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4188         instead of process-kill-without-query if it is available.
4189
4190         * lpath.el: Fbind ldap-search-entries.
4191
4192         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4193         instead of find-file-hooks if it is available.
4194
4195         * mml1991.el: Bind pgg-default-user-id when compiling.
4196
4197         * mml2015.el: Bind pgg-default-user-id when compiling.
4198
4199         * nndraft.el (nndraft-request-associate-buffer):
4200         Use write-contents-functions instead of write-contents-hooks if it is
4201         available.
4202
4203         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4204         instead of find-file-hooks if it is available.
4205
4206         * nntp.el (nntp-open-connection): Replace
4207         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4208         (nntp-open-ssl-stream): Ditto.
4209         (nntp-open-tls-stream): Ditto.
4210
4211         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4212         set-process-query-on-exit-flag or process-kill-without-query.
4213         (starttls-open-stream-gnutls): Use it instead of
4214         process-kill-without-query.
4215         (starttls-open-stream): Ditto.
4216
4217 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4218
4219         * smime.el (smime-cert-by-ldap-1): Don't use
4220         replace-regexp-in-string.
4221
4222 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4223
4224         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4225
4226         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4227         in PEM format. Adjust to the XEmacs compability.
4228
4229 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4230
4231         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4232         by `string-to-number'.
4233         * gnus-agent.el (gnus-agent-regenerate-group)
4234         (gnus-agent-fetch-articles): Ditto.
4235         * gnus-art.el (gnus-button-fetch-group): Ditto.
4236         * gnus-cache.el (gnus-cache-generate-active)
4237         (gnus-cache-articles-in-group): Ditto.
4238         * gnus-group.el (gnus-group-set-current-level)
4239         (gnus-group-insert-group-line): Ditto.
4240         * gnus-score.el (gnus-score-set-expunge-below)
4241         (gnus-score-set-mark-below, gnus-summary-score-effect)
4242         (gnus-summary-score-entry): Ditto.
4243         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4244         (gnus-soup-pack): Ditto.
4245         * gnus-spec.el (gnus-xmas-format): Ditto.
4246         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4247         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4248         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4249         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4250         * nndb.el (nndb-get-remote-expire-response): Ditto.
4251         * nndiary.el (nndiary-parse-schedule-value)
4252         (nndiary-string-to-number, nndiary-request-replace-article)
4253         (nndiary-request-article): Ditto.
4254         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4255         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4256         * nneething.el (nneething-make-head): Ditto.
4257         * nnfolder.el (nnfolder-request-article)
4258         (nnfolder-retrieve-headers): Ditto.
4259         * nnheader.el (nnheader-file-to-number): Ditto.
4260         * nnkiboze.el (nnkiboze-request-article): Ditto.
4261         * nnmail.el (nnmail-process-unix-mail-format)
4262         (nnmail-process-babyl-mail-format): Ditto.
4263         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4264         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4265         (nnmh-request-create-group, nnmh-request-list-1)
4266         (nnmh-request-group, nnmh-request-article): Ditto.
4267         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4268         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4269         * nnsoup.el (nnsoup-make-active): Ditto.
4270         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4271         * nntp.el (nntp-find-group-and-number)
4272         (nntp-retrieve-headers-with-xover): Ditto.
4273         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4274         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4275         (pgg-format-key-identifier): Ditto.
4276         * pop3.el (pop3-last, pop3-stat): Ditto.
4277         * qp.el (quoted-printable-decode-region): Ditto.
4278
4279         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4280         of concat.
4281
4282 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4285
4286         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4287
4288         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4289
4290         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4291
4292         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4293
4294         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4295
4296         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4297         (gnus-carpal-mode): Ditto.
4298
4299         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4300         (gnus-browse-mode): Ditto.
4301
4302         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4303
4304         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4305
4306 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4307
4308         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4309
4310 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * gnus-util.el (gnus-run-mode-hooks): New function.
4313
4314         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4315
4316         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4317         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4318
4319 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4320
4321         * gnus-agent.el (gnus-agent-make-mode-line-string):
4322         Use mode-line-highlight as mouse-face.
4323
4324 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * canlock.el (canlock): Change the parent group to news.
4327
4328         * deuglify.el (gnus-outlook-deuglify): Add :group.
4329
4330         * dig.el (dig): Add :group.
4331
4332         * dns-mode.el (dns-mode): Add :group.
4333
4334         * encrypt.el (encrypt): Add :group.
4335
4336         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4337         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4338         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4339         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4340         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4341
4342         * gnus-diary.el (gnus-diary): Add :group.
4343
4344         * gnus.el (gnus-group-news-1-face): Add :group.
4345         (gnus-group-news-1-empty-face): Ditto.
4346         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4347         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4348         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4349         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4350         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4351         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4352         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4353         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4354         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4355         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4356         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4357         (gnus-summary-high-ticked-face): Ditto.
4358         (gnus-summary-low-ticked-face): Ditto.
4359         (gnus-summary-normal-ticked-face): Ditto.
4360         (gnus-summary-high-ancient-face): Ditto.
4361         (gnus-summary-low-ancient-face): Ditto.
4362         (gnus-summary-normal-ancient-face): Ditto.
4363         (gnus-summary-high-undownloaded-face): Ditto.
4364         (gnus-summary-low-undownloaded-face): Ditto.
4365         (gnus-summary-normal-undownloaded-face): Ditto.
4366         (gnus-summary-high-unread-face): Ditto.
4367         (gnus-summary-low-unread-face): Ditto.
4368         (gnus-summary-normal-unread-face): Ditto.
4369         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4370         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4371
4372         * hashcash.el (hashcash): New custom group.
4373         (hashcash-default-payment): Add :group.
4374         (hashcash-payment-alist): Ditto.
4375         (hashcash-default-accept-payment): Ditto.
4376         (hashcash-accept-resources): Ditto.
4377         (hashcash-path): Ditto.
4378         (hashcash-extra-generate-parameters): Ditto.
4379         (hashcash-double-spend-database): Ditto.
4380         (hashcash-in-news): Ditto.
4381
4382         * message.el (message-minibuffer-local-map): Add :group.
4383
4384         * netrc.el (netrc): Add :group.
4385
4386         * sieve-manage.el (sieve-manage-log): Add :group.
4387         (sieve-manage-default-user): Diito.
4388         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4389         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4390         (sieve-manage-authenticators): Ditto.
4391         (sieve-manage-authenticator-alist): Ditto.
4392         (sieve-manage-default-port): Ditto.
4393
4394         * sieve-mode.el (sieve-control-commands-face): Add :group.
4395         (sieve-action-commands-face): Ditto.
4396         (sieve-test-commands-face): Ditto.
4397         (sieve-tagged-arguments-face): Ditto.
4398
4399         * smime.el (smime): Add :group.
4400
4401         * spam-report.el (spam-report): Add :group.
4402
4403         * spam.el (spam, spam-face): Add :group.
4404
4405 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4406
4407         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4408         return \n.\n.\n at the end of articles.  Protect against that.
4409         (nntp-with-open-group): Allow debugging.
4410
4411         * nnheader.el (mail-header-set-extra): Make into a function
4412         because I just could't understand how to quote the list properly.
4413
4414         * dns.el (query-dns-cached): New function.
4415
4416 2005-05-26  Lute Kamstra  <lute@gnu.org>
4417
4418         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4419
4420 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4423
4424         * gnus-art.el: Don't autoload mail-extract-address-components.
4425
4426         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4427         eval-and-compile to evaluate it.
4428
4429         * hashcash.el: Don't autoload executable-find.
4430
4431         * nndb.el: Don't declare the nndb back end two or more times; don't
4432         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4433
4434         * nntp.el: Autoload format-spec instead of format; use
4435         eval-and-compile to evaluate autoload forms.
4436
4437 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4438
4439         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4440
4441 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus.el (gnus-version-number): Bump version.
4444
4445 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4446
4447         * gnus.el: No Gnus v0.3 is released.
4448
4449 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * lpath.el (featurep): Bind show-nonbreak-escape.
4452
4453 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * gnus-art.el (gnus-article-edit-part): Disable undo.
4456
4457 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4460         gnus-article-date-lapsed-new-header is t if date timer is active;
4461         skip headers in which the original date value is empty.
4462         (gnus-article-save-original-date): Redefine it as a macro.
4463         (gnus-display-mime): Use it.
4464
4465 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * gnus-art.el (article-date-ut): Support converting date in
4468         forwarded parts as well.
4469         (gnus-article-save-original-date): New function.
4470         (gnus-display-mime): Use it.
4471
4472 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4473
4474         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4475         enclosure element of <item>.
4476
4477 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4478
4479         * message.el (message-kill-buffer-query): Renamed from
4480         `message-kill-buffer-query-if-modified'.  Added :version.
4481
4482 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4485         window layout.
4486
4487 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * mml.el: Autoload dnd when compiling.
4490
4491 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4492
4493         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4494         x-dnd-*.
4495
4496 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * qp.el (quoted-printable-encode-region): Save excursion.
4499
4500 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4501
4502         * message.el (message-kill-buffer-query-if-modified): new variable
4503         so the user can kill a modified message buffer quickly
4504         (message-kill-buffer): use it.
4505
4506 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * lpath.el: Fbind display-time-event-handler; don't fbind
4509         string-to-multibyte.
4510
4511         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4512
4513 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4516         contained in text because xml.el decodes entities) with LFs.
4517
4518 2005-04-11  Lute Kamstra  <lute@gnu.org>
4519
4520         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4521         differently.
4522
4523 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4524
4525         * mm-util.el (mm-detect-coding-region): Typo.
4526
4527 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4530
4531 2005-04-06  D Goel  <deego@gnufans.org>
4532
4533         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4534         user-function allow user modifications of the scores.
4535         (spam-stat-score-buffer-user): New function, to allow
4536         user-computed modifications to the score.
4537         (spam-stat-score-buffer-user-functions): list of additional
4538         scoring functions
4539         (spam-stat-error-holder): global temporary error holder
4540         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4541         variable
4542
4543 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4544
4545         * gnus-registry.el (gnus-registry-clean-empty-function)
4546         (gnus-registry-trim, gnus-registry-fetch-groups)
4547         (gnus-registry-delete-group): now groups that match
4548         `gnus-registry-ignored-groups' will be removed from the registry
4549         entries, not just ignored for splitting.  This helps clean up the
4550         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4551         to get all the groups a message ID is in.
4552
4553         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4554         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4555         (spam-stat-score-buffer-user-functions): added :number custom type
4556
4557 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4560         argument in XEmacs.
4561
4562         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4563         (nnrss-request-group): Decode group name first.
4564         (nnrss-request-article): Make a text/plain article if mml-to-mime
4565         failed.
4566         (nnrss-get-encoding): Return a compatible encoding according to
4567         nnrss-compatible-encoding-alist.
4568         (nnrss-find-el): Use consp instead of listp.
4569         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4570
4571 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4574         which Emacs 20 doesn't support.
4575         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4576
4577 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4578
4579         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4580         silence the byte compiler inside the defun
4581
4582         * gnus-demon.el (parse-time-string): Add autoload.
4583
4584         * gnus-delay.el (parse-time-string): Add autoload.
4585
4586         * gnus-art.el (parse-time-string): Add autoload.
4587
4588         * nnultimate.el (parse-time): Require for `parse-time-string'.
4589
4590 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4591
4592         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4593
4594         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4595
4596         * smime.el (smime-ldap-host-list): Add :version.
4597
4598 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4599
4600         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4601         pass it to `gnus-browse-read-group'.
4602         (gnus-browse-read-group): Add NUMBER argument and pass it to
4603         `gnus-group-read-ephemeral-group'.
4604
4605         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4606         argument and pass it to `gnus-group-read-group'.
4607
4608 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4609
4610         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4611         mm-xemacs-find-mime-charset-1 if we have the mule feature
4612         available at runtime.
4613
4614 2005-03-25  Werner Lemberg  <wl@gnu.org>
4615
4616         * nnmaildir.el: Replace `illegal' with `invalid'.
4617
4618 2005-03-23  Lute Kamstra  <lute@gnu.org>
4619
4620         * time-date.el: Add comment on time value formats.
4621         Don't require parse-time.
4622         (with-decoded-time-value): New macro.
4623         (encode-time-value): New function.
4624         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4625         (days-to-time): Return a valid time value when arg is huge.
4626         (time-since): Use time-subtract.
4627         (time-to-number-of-days): Use time-to-seconds.
4628
4629 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4630
4631         * gnus-start.el (gnus-display-time-event-handler):
4632         Check display-time-timer at runtime rather than only at load time
4633         in case display-time-mode is turned off in the mean time.
4634
4635 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4638         used.
4639
4640         * nneething.el (nneething-map-file-directory): Derive from
4641         `gnus-directory'.
4642
4643         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4644         the To/Cc button.
4645
4646 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4647
4648         * nnmaildir.el (nnmaildir-request-accept-article):
4649         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4650
4651 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4652
4653         * gnus-async.el: Require timer-funcs at compile time when in
4654         XEmacs for `run-with-idle-timer'.
4655
4656 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4657
4658         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4659         autoloaded function.
4660
4661 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4662
4663         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4664
4665 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4666
4667         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4668
4669 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4672         gnus-expert-user to default.
4673
4674 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4675
4676         * nnimap.el (nnimap-open-server): Ditto.
4677
4678         * imap.el (imap-authenticate): Fix typo.
4679
4680 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4681
4682         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4683         buffer (since IMAP server might return FETCH response out of
4684         order, and the nntp buffer must be sorted).
4685
4686 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4687
4688         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4689         comparison on string.
4690
4691         * gnus-agent.el (gnus-agent-long-article,
4692         gnus-agent-short-article, gnus-agent-score): Renamed category
4693         keywords to match gnus-cus.
4694         (gnus-agent-summary-fetch-series): Modified to protect against
4695         gnus-agent-summary-fetch-group clearing processable flags.
4696         (gnus-agent-synchronize-group-flags): Update live group buffer as
4697         synchronization may occur due to the user toggle the plugged
4698         status.
4699         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4700         successfully downloaded.
4701         (gnus-agent-expire-group-1): Avoid using markers when the overview
4702         is in ascending order; greatly improves performance.
4703         (gnus-agent-regenerate-group): Use
4704         gnus-agent-synchronize-group-flags to reset read status in both
4705         gnus and server.
4706         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4707
4708 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4709
4710         * message.el: Don't autoload former message-utils variables.
4711         (message-strip-subject-trailing-was): Change doc string.
4712
4713         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4714         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4715         (nnweb-google-search): Add "hl=en" here.
4716         (nnweb-google-parse-1, nnweb-google-create-mapping):
4717         Don't hardcode URL.
4718
4719 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4720
4721         * message.el (message-get-reply-headers, message-followup):
4722         Mention related variables `message-use-followup-to' and
4723         `message-use-mail-followup-to', in the information buffer.
4724
4725         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4726         of broken groups(-beta).google.com.
4727
4728 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4729
4730         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4731         parameter to invoked gnus-request-move-article; remove the
4732         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4733         all at once instead of once per article
4734         (gnus-summary-remove-process-mark): accept a list of articles as
4735         well as a single article for processing
4736
4737         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4738
4739         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4740
4741         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4742
4743         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4744
4745         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4746
4747         * nnimap.el (nnimap-request-move-article): add move-is-internal
4748         parameter and remove the gnus-sum-hint-move-is-internal variable
4749
4750         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4751
4752         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4753
4754         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4755
4756         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4757
4758         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4759
4760         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4761
4762 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4763
4764         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4765         a more conservative way.
4766
4767 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4768
4769         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4770         buffer, so it moves the window's cursor.
4771
4772 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4773
4774         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4775         `mm-dissect-multipart' and receive the from field as an (optional)
4776         argument from `mm-dissect-multipart'.
4777         (mm-dissect-multipart): Receive the from field as an argument and
4778         pass it on when we call `mm-dissect-buffer' on MIME parts.
4779         Fixes verification/decryption of signed/encrypted MIME parts.
4780
4781 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4782
4783         * gnus-sum.el (gnus-summary-move-article): set
4784         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4785         whatever it calls (right now, only nnimap-request-move article
4786         respects it)
4787
4788         * nnimap.el (nnimap-request-move-article): when
4789         gnus-sum-hint-move-is-internal is set, don't do the extra
4790         nnimap-request-article
4791
4792 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4795
4796         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4797         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4798
4799         * gnus-sum.el (gnus-summary-caesar-message):
4800         Apply `gnus-treat-article' after rotation.
4801
4802         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4803         doc string.
4804
4805 2005-02-22  Simon Josefsson  <jas@extundo.com>
4806
4807         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4808         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4809         <arne@arnested.dk>.
4810         (encrypt): Add password-cache and password-cache-expiry as group
4811         members.
4812
4813 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4814
4815         * smime.el (smime-ldap-host-list): Doc fix.
4816         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4817         cache) password.
4818         (smime-sign-region): Use it.
4819         (smime-decrypt-region): Use it.
4820         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4821         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4822         fails.
4823         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4824         certificate from DER to PEM format rather than calling openssl.
4825
4826         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4827
4828         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4829         for signing/encryption.
4830
4831         * mml.el (mml-parse-1): Use them.
4832
4833 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4834
4835         * nnrss.el (nnrss-verbose): Removed.
4836         (nnrss-request-group): Use `nnheader-message' instead.
4837
4838 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4839
4840         * nnrss.el (nnrss-verbose): New variable.
4841         (nnrss-request-group): Make it say nnrss is requesting a group.
4842
4843 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4844
4845         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4846         Handle news URL with given port correctly.
4847
4848 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4851         containing special characters.
4852
4853         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4854
4855         * mml.el (mime-to-mml): Ditto.
4856
4857         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4858         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4859         (rfc2047-decode-region): Quote decoded words containing special
4860         characters when rfc2047-quote-decoded-words-containing-tspecials
4861         is non-nil.
4862
4863 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4864
4865         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4866
4867         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4868
4869 2005-02-15  Simon Josefsson  <jas@extundo.com>
4870
4871         * nnimap.el (nnimap-debug): Doc fix.
4872
4873         * imap.el (imap-debug): Doc fix.
4874
4875 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4878
4879 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * gnus.el (spam-contents): improve docs for spam-contents
4882         parameter in its variable incarnation
4883
4884 2005-02-14  Simon Josefsson  <jas@extundo.com>
4885
4886         * smime-ldap.el: Use require instead of load-library for ldap.
4887         (smime-ldap-search): Indent.
4888         (smime-ldap-search-internal): Shorten line.
4889
4890         * smime.el (smime-cert-by-dns): Add doc-string.
4891         (smime-cert-by-ldap-1): Indent.
4892
4893         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4894         mml-smime-get-dns-ldap.
4895         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4896
4897 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4898
4899         * smime.el: Require smime-ldap.
4900         (smime-ldap-host-list): New variable.
4901         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4902
4903         * mml-smime.el (mml-smime-encrypt-query): New function.
4904         (mml-smime-encrypt-query): Use it.
4905
4906         * smime-ldap.el: New file.
4907
4908 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4911
4912 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4913
4914         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4915         argument in doc string.  Make query for type more clear.
4916
4917 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4918
4919         * gnus.el (gnus-group-startup-message): Search for gnus images in
4920         etc/images/gnus.
4921         * mm-util.el (mm-image-load-path): Likewise.
4922         * smiley.el (smiley-data-directory): Search for smilies in
4923         etc/images/smilies.
4924
4925 2005-02-09  Kim F. Storm  <storm@cua.dk>
4926
4927         Change Emacs release version from 21.4 to 22.1 throughout.
4928         Change Emacs development version from 21.3.50 to 22.0.50.
4929
4930 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4933
4934         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4935         non-Mule XEmacs as well.
4936         (mm-decompress-buffer): Signal an error intentionally if it does
4937         not decompress compressed data because auto-compression-mode is
4938         disabled.
4939
4940 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4941
4942         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4943         an ID in the registry even if it has no groups
4944
4945 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4948         merge it into mm-decompress-buffer.
4949         (gnus-mime-copy-part): Use the MIME part charset, the value which
4950         a user specified or gnus-newsgroup-charset for decoding, like
4951         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4952         save-buffer what was used.  Suggested by Kevin Ryde
4953         <user42@zip.com.au>.
4954         (gnus-mime-inline-part): Allow the name parameter as well as the
4955         filename parameter; force decompressing of compressed data; always
4956         display contents being not decoded as unibyte.
4957
4958         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4959         as well as the filename parameter.
4960
4961         * mm-util.el (mm-decompress-buffer): Merge
4962         gnus-mime-jka-compr-maybe-uncompress.
4963         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4964         of compressed data.
4965
4966 2005-02-08  Simon Josefsson  <jas@extundo.com>
4967
4968         * imap.el (imap-log): Doc fix.
4969
4970 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4973         the coding cookies; decompress compressed parts.
4974
4975         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4976         to the value which a user specified manually or the coding cookie.
4977
4978         * mm-util.el (mm-string-to-multibyte): New function.
4979         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4980         (mm-coding-system-to-mime-charset): New function.
4981         (mm-decompress-buffer): New function.
4982         (mm-find-buffer-file-coding-system): New function.
4983
4984         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4985         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4986         parts.
4987
4988 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4989
4990         * mm-view.el (mm-display-inline-fontify): Decode a part according
4991         to the charset parameter.
4992
4993 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4996         prefix arg is neither nil nor a number, as info specifies.
4997
4998 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5001         timestamps.
5002
5003 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5004
5005         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5006         groups error checking and notify user.
5007
5008 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5009
5010         * message.el (message-send-mail-function): Check existence of
5011         sendmail-program first before using default value
5012         `message-send-mail-with-sendmail'.  Otherwise use more generic
5013         `smtpmail-send-it'.
5014
5015 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * nntp.el (nntp-request-update-info): Always return nil.
5018
5019 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5020
5021         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5022
5023 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5024
5025         * message.el (message-beginning-of-line): Change the behavior when
5026         invoked between BOL and : so that it first moves backward.
5027
5028 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5031         article buffer when editing of the article is discarded.
5032         (gnus-article-prepare): Revert.
5033
5034 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-art.el (gnus-article-prepare):
5037         Remove message-strip-forbidden-properties from the local hook.
5038
5039 2005-01-27  Simon Josefsson  <jas@extundo.com>
5040
5041         * password.el (password-cache-add): Only start one timer per key.
5042         Reported by Derek Atkins <warlord@MIT.EDU>.
5043
5044 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5045
5046         * run-at-time.el: Removed.  It is no longer needed as
5047         timer-funcs.el in the xemacs-base package has a working version of
5048         `run-at-time'.
5049
5050         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5051
5052         * password.el: Require timer-funcs instead of run-at-time in
5053         XEmacs.
5054         Remove `password-run-at-time' macro.
5055         (password-cache-add): Use `run-at-time' instead of
5056         `password-run-at-time'.
5057
5058         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5059         Remove `nnheader-cancel-function-timers' alias,
5060         `cancel-function-timers' exists in XEmacs in timer-funcs.
5061
5062         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5063         for `run-with-idle-timer'.
5064
5065         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5066         for `run-at-time'.
5067
5068         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5069         for `with-timeout'.
5070
5071         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5072         the same as for XEmacs 21.4.
5073         No need to ignore `run-with-idle-timer', this function exists in
5074         XEmacs now in timer-funcs.el in the xemacs-base package.
5075         (dgnushack-compile): No need to delete
5076         run-at-time.el from the list of files to compile because it
5077         doesn't exist anymore.
5078
5079 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5082         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5083
5084 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5085
5086         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5087         sensitively.
5088
5089 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5090
5091         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5092
5093 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5096         which will be inserted according to the multibyteness of a buffer
5097         rather than the type of contents.  Suggested by ARISAWA Akihiro
5098         <ari@mbf.ocn.ne.jp>.
5099
5100         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5101         of string which old xml.el may return rather than a string.
5102
5103 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5106
5107 2005-01-16  Simon Josefsson  <jas@extundo.com>
5108
5109         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5110         idn/idna.el isn't available.
5111         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5112         <michael@waxrat.com>.
5113
5114         * hashcash.el: Remove non-FSF copyright header.
5115
5116         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5117         (hashcash-generate-payment): Use it.
5118         (hashcash-generate-payment-async): Use it.
5119
5120 2005-01-15  Simon Josefsson  <jas@extundo.com>
5121
5122         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5123         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5124
5125         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5126         gnus-summary-idna-message.
5127         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5128         (gnus-summary-idna-message): New function.
5129
5130 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5131
5132         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5133         gnus-novice-user.
5134
5135 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * nnrss.el (nnrss-request-delete-group): Delete entries in
5138         nnrss-group-alist as well.
5139         (nnrss-save-server-data): Insert newline.
5140
5141 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5142
5143         * gnus.el (gnus-user-agent): Use list of symbols instead of
5144         symbols.  Display full version number for (S)XEmacs.  Optionally
5145         display (S)XEmacs codename.
5146
5147         * gnus-util.el (gnus-emacs-version): Update for new
5148         `gnus-user-agent'.
5149
5150         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5151         Gnus version.
5152
5153 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5154
5155         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5156         which is unreadable in some setups.
5157
5158 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-spec.el (gnus-update-format-specifications): Flush the
5161         group format spec cache if it doesn't support decoded group names.
5162
5163 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5164
5165         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5166         to apply decay on score files matching a regexp.
5167
5168 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5171         compatibility in %g and %c.
5172
5173 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5176         name for only %g and %c.
5177         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5178         of gnus-tmp-group to decoded group name.
5179         (gnus-group-make-rss-group): Exclude `/'s from group names.
5180
5181 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * nnrss.el (nnrss-get-encoding): Fix regexp.
5184
5185 2004-12-27  Simon Josefsson  <jas@extundo.com>
5186
5187         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5188         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5189         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5190
5191 2004-12-17  Kim F. Storm  <storm@cua.dk>
5192
5193         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5194
5195         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5196
5197 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5198
5199         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5200
5201 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * nnrss.el: Require rfc2047 and mml.
5204         (nnrss-file-coding-system): New variable.
5205         (nnrss-format-string): Redefine it as an inline function.
5206         (nnrss-decode-group-name): New function.
5207         (nnrss-string-as-multibyte): Remove.
5208         (nnrss-retrieve-headers): Decode group name; don't use
5209         nnrss-format-string.
5210         (nnrss-request-group): Decode group name.
5211         (nnrss-request-article): Decode group name; allow a Message-ID as
5212         well as an article number; don't use nnrss-format-string; encode a
5213         Message-ID string which may contain non-ASCII characters; use
5214         mml-to-mime to compose a MIME article.
5215         (nnrss-request-expire-articles): Decode group name.
5216         (nnrss-request-delete-group): Decode group name.
5217         (nnrss-fetch): Clarify error message.
5218         (nnrss-read-server-data): Use insert-file-contents instead of load;
5219         bind file-name-coding-system; use multibyte buffer.
5220         (nnrss-save-server-data): Bind coding-system-for-write to the
5221         value of nnrss-file-coding-system; bind file-name-coding-system;
5222         add coding cookie.
5223         (nnrss-read-group-data): Use insert-file-contents instead of load;
5224         bind file-name-coding-system; use multibyte buffer.
5225         (nnrss-save-group-data): Bind coding-system-for-write to the
5226         value of nnrss-file-coding-system; bind file-name-coding-system.
5227         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5228         make it work with non-ASCII text.
5229         (nnrss-find-el): Make it work with old xml.el as well.
5230
5231 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5232
5233         * nnrss.el (nnrss-get-encoding): New function.
5234         (nnrss-fetch): Use unibyte buffer initially; bind
5235         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5236         decode contents according to the encoding attribute.
5237         (nnrss-save-group-data): Add coding cookie.
5238         (nnrss-mime-encode-string): New function.
5239         (nnrss-check-group): Use it to encode subject and author.
5240
5241 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5242
5243         * spam.el (spam-check-BBDB): don't get the symbol-value of an
5244         imaginary variable
5245
5246 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5249         correctly even if there are wide characters.
5250
5251 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5252
5253         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
5254         downcased symbol names; make a new cache instead of reusing
5255         bbdb-hashtable
5256
5257 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5260         concatenating segments rather than before concatenating them.
5261         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5262
5263         * message.el (message-get-reply-headers): Bind `extra'.
5264
5265 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * message.el (message-extra-wide-headers): New variable.
5268         (message-get-reply-headers): Use it.
5269
5270 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5273         (gnus-agent-group-pathname): Ditto.
5274
5275         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5276
5277         * gnus-group.el (gnus-group-make-group): Decode group name.
5278         (gnus-group-make-rss-group): Register the group data after opening
5279         the nnrss group.
5280
5281 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5282
5283         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5284         by expiry now get marked as read.
5285
5286 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5289
5290 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5291
5292         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5293         unify Latin characters in XEmacs.
5294         (mm-find-mime-charset-region): Use it.
5295
5296 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-util.el (gnus-delete-directory): New function.
5299
5300         * gnus-agent.el (gnus-agent-delete-group): Use it.
5301
5302         * gnus-cache.el (gnus-cache-delete-group): Use it.
5303
5304 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5307         names.
5308
5309 2004-12-16  Simon Josefsson  <jas@extundo.com>
5310
5311         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5312
5313 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5316
5317         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5318         (gnus-group-set-current-level): Decode group name.
5319
5320 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5321
5322         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5323         failed.
5324
5325 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * gnus-group.el (gnus-group-delete-group): Decode group name.
5328         (gnus-group-make-rss-group): Encode group name.
5329         (gnus-group-catchup-current): Decode group name.
5330         (gnus-group-kill-group): Decode group name.
5331
5332 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5333
5334         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5335
5336 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * gnus-group.el (gnus-group-make-rss-group):
5339         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5340
5341         * gnus-start.el (gnus-setup-news): Honor user's setting to
5342         gnus-message-archive-method.  Suggested by Lute Kamstra
5343         <lute@gnu.org>.
5344
5345 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5346
5347         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5348         global counterparts of the buffer-local variables.
5349
5350 2004-11-16  Romain Francoise  <romain@orebokech.com>
5351
5352         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5353         counterparts of the buffer-local variables.
5354
5355 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * message.el (message-forbidden-properties): Fixed typo in doc
5358         string.
5359
5360 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5361
5362         * gnus-util.el (gnus-replace-in-string): Added doc string.
5363
5364         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5365         to avoid problems when splitting mails with many recipients.
5366
5367 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5368
5369         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5370         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5371
5372 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5373
5374         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5375         if there is no hashtable in memory or file modification time is
5376         newer than cached timestamp.
5377
5378 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5381         not-matching option.
5382
5383 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5384
5385         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5386         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5387         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5388         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5389         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5390         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5391
5392 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * message.el (message-forward-make-body-mml): Remove headers
5395         according to message-forward-ignored-headers if a message is decoded.
5396
5397 2004-12-02  Romain Francoise  <romain@orebokech.com>
5398
5399         * message.el (message-forward-make-body-plain): Always remove
5400         headers according to message-forward-ignored-headers.
5401
5402 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5403
5404         * spam.el (spam-summary-prepare-exit): remove the
5405         gnus-summary-limit pop for now, it has problems with ham marks for
5406         me
5407
5408 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5409
5410         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5411         correctly
5412
5413 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5414
5415         * format-spec.el (format-spec): Message the char.
5416
5417 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5418
5419         * gnus-art.el (gnus-split-methods): reformat comments
5420
5421         * spam.el (spam-summary-prepare-exit): remove article limits
5422         before exiting the summary buffer
5423
5424 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5427         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5428
5429         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5430         order to silence the byte compiler.
5431
5432         * spam.el: Fix the way to silence the byte compiler, which
5433         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5434         bbdb-search-simple, spam-BBDB-register-routine,
5435         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5436         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5437         spam-stat-buffer-is-spam, spam-stat-load,
5438         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5439         spam-stat-save and spam-stat-split-fancy.
5440
5441 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5444         which may confuse users.
5445         (canlock-password-for-verify): Ditto.
5446
5447         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5448
5449         * gnus-art.el (gnus-emphasis-alist): Ditto.
5450
5451         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5452
5453         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5454
5455         * gnus-start.el (gnus-save-killed-list): Ditto.
5456
5457         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5458         (gnus-sum-thread-tree-root): Ditto.
5459         (gnus-sum-thread-tree-false-root): Ditto.
5460         (gnus-sum-thread-tree-single-indent): Ditto.
5461
5462         * message.el (message-courtesy-message): Ditto.
5463         (message-archive-note): Ditto.
5464         (message-subscribed-address-file): Ditto.
5465         (message-user-fqdn): Ditto.
5466
5467         * spam-report.el (spam-report-gmane-regex): Ditto.
5468
5469         * spam.el (spam-blackhole-good-server-regex): Ditto.
5470
5471 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * mml.el (mml-preview): Widen the message buffer before copying
5474         the contents to the preview buffer; sort headers before previewing.
5475
5476         * message.el (message-hidden-headers): Fix the way to avoid a bug
5477         in the `repeat' widget in Emacs 21.3 or earlier.
5478
5479 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * message.el (message-hidden-headers): Default to "^References:".
5482         Improve customization type.  Suggested by Reiner Steib
5483         <Reiner.Steib@gmx.de>.
5484
5485 2004-11-25  Romain Francoise  <romain@orebokech.com>
5486
5487         * message.el (message-strip-forbidden-properties): Remove check for
5488         obsolete `message-hidden' text property, hidden headers are not
5489         accessible in the buffer anymore.
5490
5491 2004-11-22  Romain Francoise  <romain@orebokech.com>
5492
5493         * message.el (message-header-format-alist): Add `From' in list
5494         so that it can be sorted.
5495         (message-fix-before-sending): Widen and sort headers before
5496         sending.
5497         (message-hide-headers): Use narrowing to hide headers by moving
5498         them to the top of the buffer and narrowing to the region
5499         underneath.
5500
5501 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5502
5503         * message.el (message-strip-forbidden-properties): Bind
5504         buffer-read-only (etc) to nil.
5505
5506 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5509         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5510
5511 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5512
5513         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5514
5515 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * dns.el (query-dns): Use sit-for to time instead of
5518         accept-process-output, since that doesn't seem to work on udp
5519         sockets.
5520
5521 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5524
5525 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5526
5527         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5528         doc string.  Improve doc string.
5529
5530 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * nntp.el (nntp-request-update-info): Return nil if
5533         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5534         may not call gnus-activate-group which uselessly issues the GROUP
5535         commands for all nntp groups and wastes time.  Reported by Romain
5536         Francoise <romain@orebokech.com>.
5537
5538         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5539
5540 2004-11-15  Simon Josefsson  <jas@extundo.com>
5541
5542         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5543         headers separately.
5544         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5545         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5546
5547 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5548
5549         * gnus-start.el (gnus-convert-old-newsrc):
5550         Assign legacy-gnus-agent to 5.10.7.
5551
5552 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553
5554         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5555         start of the lines.
5556
5557 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5558
5559         * hashcash.el (hashcash-default-payment): Change default to 20
5560         (hashcash-default-accept-payment): Change default to 20
5561         (hashcash-process-alist): New variable
5562         (hashcash-generate-payment-async): Add
5563         (hashcash-already-paid-p): Add
5564         (hashcash-insert-payment): Don't generate payments twice
5565         (hashcash-insert-payment-async): Add
5566         (hashcash-insert-payment-async-2): Add
5567         (hashcash-cancel-async): Add
5568         (hashcash-wait-async): Add
5569         (hashcash-processes-running-p): Add
5570         (hashcash-wait-or-cancel): Add
5571         (mail-add-payment): New optional argument.  Conditionally start
5572         asynchronous calculation.
5573         (mail-add-payment-async): Add
5574
5575         * message.el (message-send-mail): Wait for asynchronous hashcash
5576         results.  Don't clobber existing X-Hashcash headers.
5577         (message-setup-1): Call mail-add-payment-async when
5578         message-generate-hashcash is non-nil.
5579
5580 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5581
5582         * message.el (message-use-alternative-email-as-from): Examine the
5583         From header as well; use message-make-from in order to include a
5584         user's full name.
5585
5586 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5589         default; improve customization type.
5590         (gnus-emphasis-custom-with-format): New macro.
5591         (gnus-emphasis-custom-value-to-external): New function.
5592         (gnus-emphasis-custom-value-to-internal): New function.
5593
5594 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * dns.el (query-dns): Resolve reverse addresses.
5597
5598 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599
5600         * gnus-group.el (gnus-group-get-new-news): Use it.
5601
5602         * gnus-start.el (gnus-check-reasonable-setup): New function.
5603
5604 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5607         "Args out of range" error.  Reported by Arnaud Giersch
5608         <arnaud.giersch@free.fr>.
5609
5610 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
5611
5612         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5613
5614 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5615
5616         * spam.el (spam group): Add :version.
5617
5618         * pgg-def.el (pgg group): Add :version.
5619
5620 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-art.el (gnus-article-edit-article): Don't associate the
5623         article buffer with a draft file.  This is a temporary measure
5624         against the 2004-08-22 change to gnus-article-edit-mode.
5625
5626 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5629         (html2text-format-tags): Remove unused variable `attr'.
5630
5631 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5634
5635         * tls.el (tls-process-connection-type, tls-success)
5636         (tls-certtool-program): Add :version.
5637
5638         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5639         (starttls-extra-arguments, starttls-process-connection-type)
5640         (starttls-connect, starttls-failure, starttls-success):
5641
5642         * spam-stat.el (spam-stat): Add :version.
5643
5644         * sieve.el (sieve): Add :version.
5645
5646         * sha1.el (sha1): Add :version.
5647         (sha1-use-external): Remove redundant version.
5648
5649         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5650         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5651         (nnmail-split-fancy-match-partial-words)
5652         (nnmail-split-lowercase-expanded):
5653
5654         * nndiary.el (nndiary): Add :version.
5655
5656         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5657
5658         * mml-sec.el (mml-default-sign-method)
5659         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5660         Add :version.
5661
5662         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5663
5664         * mm-url.el (mm-url-use-external, mm-url-program)
5665         (mm-url-arguments): Add :version.
5666
5667         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5668         (mm-attachment-file-modes, mm-decrypt-option)
5669         (mm-w3m-safe-url-regexp): Add :version.
5670
5671         * message.el (message-cite-prefix-regexp)
5672         (message-sendmail-envelope-from, message-minibuffer-local-map)
5673         (message-user-fqdn, message-completion-alist): Add :version.
5674
5675         * gnus-win.el (gnus-configure-windows-hook)
5676         (gnus-use-frames-on-any-display): Add :version.
5677
5678         * gnus-art.el (gnus-article-address-banner-alist)
5679         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5680         (gnus-treat-from-picon, gnus-treat-mail-picon)
5681         (gnus-treat-x-pgp-sig): Add :version.
5682
5683         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5684         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5685         (gnus-summary-article-delete-hook)
5686         (gnus-summary-display-while-building): Add :version.
5687
5688         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5689         (gnus-get-top-new-news-hook):Add :version.
5690
5691         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5692         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5693
5694         * gnus-registry.el (gnus-registry): Add :version.
5695
5696         * gnus-spec.el (gnus-use-correct-string-widths)
5697         (gnus-make-format-preserve-properties): Add :version.
5698
5699         * gnus.el (gnus-group-charter-alist)
5700         (gnus-group-fetch-control-use-browse-url)
5701         (gnus-install-group-spam-parameters): Add :version.
5702
5703         * gnus-diary.el (gnus-diary): Add :version.
5704
5705         * gnus-delay.el (gnus-delay): Add :version.
5706
5707         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5708         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5709         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5710         Add :version.
5711
5712         * gnus-agent.el (gnus-agent-max-fetch-size)
5713         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5714         (gnus-agent-prompt-send-queue): Add :version.
5715
5716         * deuglify.el (gnus-outlook-deuglify): Add :version.
5717
5718         * html2text.el: Beautify code.  Improve doc strings.  Some
5719         checkdoc cleanup.
5720         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5721
5722 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
5723
5724         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5725
5726 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5727
5728         * gnus-registry.el (gnus-registry-hashtb): create the registry
5729         when package is loaded
5730
5731         * spam.el (spam-summary-score-preferred-header): global preference
5732         for people who want to override the default SpamAssassin over
5733         Bogofilter preference (when both are set)
5734         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5735         (spam-user-format-function-S): check spam-summary-score-preferred-header
5736         (spam-extra-header-to-number): add X-Bogosity header parsing
5737         (spam-user-format-function-S): format the score correctly
5738
5739 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5742         signature file.  Suggested by Manoj Srivastava
5743         <srivasta@golden-gryphon.com>.
5744
5745         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5746         iso-2022-jp even in the Japanese language environment.
5747         Suggested by Jason Rumney <jasonr@gnu.org>.
5748
5749 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5752         use the same characters as the dummy marks; make it free from
5753         getting affected by the language environment.
5754         (gnus-summary-read-group-1): Update mark positions only when the
5755         format spec is updated.
5756
5757         * gnus-spec.el (gnus-update-format-specifications): Return a list
5758         of updated types.
5759
5760 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5763         of boundp to check if display-warning is available.
5764
5765 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5768
5769 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * nnspool.el (nnspool-spool-directory): Use news-path if the
5772         news-directory variable is not bound.
5773
5774         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5775         function instead of display-warning if it is not available.
5776
5777 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5780         v5-10: Use `point-at-bol'.
5781
5782 2004-10-26  Simon Josefsson  <jas@extundo.com>
5783
5784         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5785         <chenggao@gmail.com>.
5786
5787 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5790         instead.
5791
5792 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5793
5794         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5795         to remove a server from the nnimap-server-buffer-alist
5796         (nnimap-open-connection, nnimap-close-server): use it
5797
5798         * gnus-encrypt.el: removed in favor of encrypt.el
5799
5800 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5803         running the major-mode function.
5804
5805 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5808         dummy marks in the right way.
5809
5810 2004-10-18  David Edmondson  <dme@dme.org>
5811
5812         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5813         excessively.
5814
5815 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5816
5817         * gnus-util.el (gnus-split-references): accept a nil references
5818         string and go on blissfully
5819
5820         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5821         cases where the references string is non-nil but has no references
5822
5823         * encrypt.el: add autoload tags
5824
5825         * spam.el (spam-resolve-registrations-routine): remove article
5826         from unregistration list too.  Reported by David Hanak
5827         <dhanak@isis.vanderbilt.edu>
5828
5829 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5830
5831         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5832         nil.  Changed custom type.
5833
5834 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5837
5838         * gnus-sum.el (gnus-summary-move-article): Use it.
5839
5840 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5841
5842         * encrypt.el: add autoload cookies
5843
5844         * spam.el (spam-backend-article-list-property)
5845         (spam-backend-get-article-todo-list)
5846         (spam-backend-put-article-todo-list, )
5847         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5848         resolve registrations separately
5849         (spam-register-routine): format comments
5850         (spam-unregister-routine, spam-register-routine): always call with
5851         specific-articles, no default list
5852         (spam-summary-prepare-exit): use the spam-classifications function
5853
5854         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5855         gnus-encrypt.el
5856
5857         * encrypt.el: copied from gnus-encrypt.el
5858
5859         * gnus-encrypt.el: commented that it's obsolete
5860
5861 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5864         (gnus-score-save): Use it.
5865
5866         * message.el (message-bury): Use `window-dedicated-p'.
5867
5868 2004-10-15  Simon Josefsson  <jas@extundo.com>
5869
5870         * pop3.el (top-level): Don't require nnheader.
5871         (pop3-read-timeout): Add.
5872         (pop3-accept-process-output): Add.
5873         (pop3-read-response, pop3-retr): Use it.
5874
5875 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5876
5877         * spam.el (spam-register-routine): move comment
5878         (spam-verify-bogofilter): we use 'unknown for the initial
5879         spam-bogofilter-valid state, not 'never
5880
5881         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5882         for netrc-machine
5883
5884         * nnimap.el (nnimap-open-connection): use
5885         netrc-machine-user-or-password
5886
5887 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5888
5889         * gnus-registry.el (gnus-registry-unload-hook):
5890         Set as a variable with add-hook.
5891
5892         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5893         of news-path.
5894
5895         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5896
5897         * spam.el: Delete duplicate `provide'.
5898         (spam-unload-hook): Set as a variable with add-hook.
5899
5900 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5903         in the doc string.
5904
5905         * message.el (message-ignored-news-headers)
5906         (message-ignored-supersedes-headers)
5907         (message-ignored-resent-headers)
5908         (message-forward-ignored-headers): Improve custom type.
5909
5910 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * message.el (message-tokenize-header): Fix 2004-09-06 change
5913         which used point-min in the wrong place.
5914
5915 2004-10-12  Simon Josefsson  <jas@extundo.com>
5916
5917         * net/tls.el (tls-certtool-program): New variable.
5918         (tls-certificate-information): New function, based on
5919         ssl-certificate-information.
5920
5921 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * compface.el: Move the version of ELisp-based uncompface program
5924         to the contrib directory because of the copyright problem.
5925
5926 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5927
5928         * message.el (message-kill-buffer): Raise the current frame.
5929
5930 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5933
5934         * gnus.el (message-y-or-n-p): Autoload.
5935
5936         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5937         (pop3-password-required, pop3-authentication-scheme)
5938         (pop3-leave-mail-on-server): Made customizable.
5939         (pop3): New custom group.
5940         (pop3-retr): Remove `sleep-for' statements.
5941         Suggested by Dave Love <fx@gnu.org>.
5942
5943         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5944         Windows/DOS.
5945
5946         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5947         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5948         Dave Love <fx@gnu.org>.
5949
5950         * mml.el (mml-minibuffer-read-disposition): Require match.
5951         Suggested by Dave Love <fx@gnu.org>.
5952
5953 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5956         doc string.
5957
5958 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5961
5962 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5963
5964         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5965         instead of calling `mm-insert-inline', to decode text/* parts
5966         before displaying them.
5967
5968 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * mm-uu.el (mm-uu-text-plain-type): New variable.
5971         (mm-uu-pgp-signed-extract-1): Use it.
5972         (mm-uu-pgp-encrypted-extract-1): Use it.
5973         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5974         bind mm-uu-text-plain-type with that value.
5975         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5976         mm-uu-dissect.
5977
5978 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * gnus-group.el (gnus-update-group-mark-positions):
5981         * gnus-sum.el (gnus-update-summary-mark-positions):
5982         * message.el (message-check-news-body-syntax):
5983         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5984         of string-as-multibyte.
5985
5986 2004-10-05  Juri Linkov  <juri@jurta.org>
5987
5988         * gnus-group.el (gnus-update-group-mark-positions):
5989         * gnus-sum.el (gnus-update-summary-mark-positions):
5990         * message.el (message-check-news-body-syntax):
5991         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5992         8-bit unibyte values to a multibyte string for search functions.
5993
5994 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5997         (mm-uu-dissect-text-parts): New function.
5998
5999         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6000         dissect text parts.
6001
6002         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6003         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6004
6005         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6006
6007         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6008         gnus-current-topics instead of gnus-current-topic.
6009
6010 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6011
6012         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6013
6014 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6015
6016         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6017         where approriate.
6018
6019         * nnml.el (nnml-generate-active-info): do.
6020
6021         * nndiary.el (nndiary-generate-active-info): do.
6022
6023         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6024         (gnus-topic-move): do.
6025
6026         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6027         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6028
6029         * gnus-srvr.el (gnus-server-prepare)
6030         (gnus-server-open-all-servers): do.
6031
6032         * gnus-msg.el (gnus-summary-cancel-article)
6033         (gnus-summary-resend-message)
6034         (gnus-summary-mail-crosspost-complaint): do.
6035
6036         * gnus-move.el (gnus-change-server): do.
6037
6038         * gnus-group.el (gnus-group-unmark-all-groups)
6039         (gnus-group-set-current-level): do.
6040
6041 2004-10-04  Simon Josefsson  <jas@extundo.com>
6042
6043         * message.el (message-generate-hashcash): Doc fix.
6044
6045 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6046
6047         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6048         avoid infinite recursion via gnus-get-function.
6049
6050 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6051
6052         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6053
6054         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6055
6056         * nnmail.el (nnmail-split-history): do.
6057
6058         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6059         (nnml-request-delete-group): do.
6060
6061         * nnslashdot.el (nnslashdot-read-groups): do.
6062
6063         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6064         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6065
6066         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6067         (nnspool-sift-nov-with-sed): Use last
6068         (nnspool-retrieve-headers-with-nov): Use mapc.
6069         (nnspool-request-newgroups): Use dolist.
6070         (nnspool-request-group): Use last.
6071
6072         * nntp.el (nntp-read-server-type): Use dolist.
6073
6074         * nnvirtual.el (nnvirtual-create-mapping)
6075         (nnvirtual-update-read-and-marked): Use dolist.
6076         (nnvirtual-convert-headers): Simplify.
6077
6078 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6079
6080         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6081         support for sync'ing tick marks.
6082
6083 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6086         there's no visible header.
6087
6088 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6089
6090         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6091         necessary, pass full group name to gnus-request-set-marks.
6092
6093 2004-10-01  Simon Josefsson  <jas@extundo.com>
6094
6095         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6096         acroread.
6097
6098 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099
6100         * spam-report.el (spam-report-gmane): Fix interactive.
6101
6102         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6103
6104         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6105         when writing file.
6106         (gnus-agent-synchronize-flags): Don't default to being
6107         interactive.
6108
6109 2004-09-30  Simon Josefsson  <jas@extundo.com>
6110
6111         * message.el (message-generate-hashcash): Add.
6112         (message-send-mail): Use it, call mail-add-payment.
6113
6114 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6115
6116         * spam.el (spam-verify-bogofilter): -V, not -sV option
6117
6118 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6119
6120         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6121         gnus-requst-update-info with explicit code to sync the in-memory
6122         info read flags with the marks being sync'd to the backend.
6123
6124         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6125
6126 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6127
6128         * spam.el (spam-verify-bogofilter): new function
6129         (spam-check-bogofilter)
6130         (spam-bogofilter-register-with-bogofilter): use it
6131         (spam-verify-bogofilter): small fixes
6132
6133 2004-09-28  Simon Josefsson  <jas@extundo.com>
6134
6135         * hashcash.el (hashcash-generate-payment): Revert.
6136
6137 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6138
6139         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
6140         gnus-extract-references instead of gnus-split-references
6141
6142         * gnus-util.el (gnus-extract-references): new function, analogous
6143         to gnus-split-references but extracts only the message-ID without
6144         anything extra
6145
6146         * hashcash.el (hashcash-generate-payment)
6147         (hashcash-check-payment): do the right thing if hashcash-path is
6148         nil (because the hashcash program could not be found)
6149
6150         * spam.el (spam-use-hashcash): remove comment
6151
6152 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6153
6154         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6155         (gnus-cache-enter-article, gnus-cache-remove-article)
6156         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6157
6158         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6159
6160         * gnus-art.el (article-hide-boring-headers)
6161         (article-translate-strings, article-display-face)
6162         (gnus-article-mime-match-handle-first)
6163         (gnus-article-highlight-headers)
6164         (gnus-article-add-buttons-to-head): do.
6165
6166 2004-09-27  Simon Josefsson  <jas@extundo.com>
6167
6168         * hashcash.el: New version, from
6169         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6170         ../contrib/.
6171
6172 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6175
6176 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6177
6178         * gnus-dup.el (gnus-dup-open): Use mapc.
6179         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6180
6181         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6182         Reported by Stefan Wiens <s.wi@gmx.net>.
6183
6184         * gnus.el (gnus-shutdown): Use dolist.
6185
6186         * gnus-undo.el (gnus-undo): Use mapc.
6187
6188         * nnrss.el (nnrss-generate-active): do.
6189
6190         * message.el (message-cite-original-without-signature)
6191         (message-cite-original): Use mapc.
6192         (message-do-actions, message-make-forward-subject): Use dolist.
6193
6194 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6195
6196         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6197         deletion to remove entire duplicate line.  Fixes merged article
6198         number bug.
6199
6200 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6201
6202         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6203         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6204         first ask if you want to open a server and then, even when you
6205         responded with no, asking if you want to synchronize the server's
6206         flags.
6207         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6208         multi-line expressions.
6209         (gnus-agent-synchronize-group-flags): New internal function.
6210         Updates marks in memory (in the info structure) AND in the
6211         backend.
6212
6213         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6214
6215         * nnagent.el (nnagent-request-set-mark): Use
6216         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6217         method, to ensure that synchronization updates marks in the
6218         backend and in the info (in memory) structure.
6219
6220 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6223         convention fully; don't miss the root article of a thread; make
6224         the X-Draft-From header with correct article numbers.
6225
6226 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6227
6228         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6229         unless plugged.  Disable the agent so that an open failure causes
6230         an error.
6231
6232         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6233         Reverted 2004-09-21 change.  The backend must be opened while
6234         synchronizing flags even when the backend stores the flags
6235         locally.
6236
6237 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6238
6239         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6240         in `header' match.  Reported by Svend Tollak Munkejord.
6241
6242         * message.el (message-cite-original): Fix use of
6243         `message-cite-articles-with-x-no-archive'.
6244
6245 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6248         (gnus-window-to-buffer): Ditto.
6249
6250         * mml.el (mml-preview-buffer): New variable.
6251         (mml-preview): Manage window layout with gnus-buffer-configuration.
6252
6253         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6254         X-Draft-From header even if those articles aren't quoted.
6255
6256 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6257
6258         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6259         (gnus-request-set-mark, gnus-request-update-mark): Use new
6260         g-s-t-u-l-m to decide to use backend even when unplugged.
6261
6262 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6265         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6266
6267 2004-09-20  Simon Josefsson  <jas@extundo.com>
6268
6269         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6270         "utf-16-le".
6271
6272 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6273
6274         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6275
6276 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * uudecode.el (uudecode-use-external): Add :version.
6279
6280         * smime.el (smime-CA-file, smime-encrypt-cipher)
6281         (smime-dns-server): Add :version.
6282
6283         * smiley.el (gnus-smiley-file-types): Add :version.
6284
6285         * sha1.el (sha1-use-external): Add :version.
6286
6287         * pgg-def.el (pgg-query-keyserver): Add :version.
6288
6289         * nnmail.el (nnmail-fancy-expiry-targets)
6290         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6291
6292         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6293         (nnimap-retrieve-groups-asynchronous): Add :version.
6294         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6295
6296         * mml.el (mml-content-disposition-parameters)
6297         (mml-insert-mime-headers-always): Add :version.
6298
6299         * mm-util.el (mm-coding-system-priorities):
6300
6301         * mm-decode.el (mm-inline-text-html-with-images)
6302         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6303         (mm-verify-option): Add :version.
6304         (mm-text-html-renderer): Change :version.
6305
6306         * message.el (message-fcc-externalize-attachments)
6307         (message-required-headers, message-draft-headers)
6308         (message-subject-trailing-was-query)
6309         (message-subject-trailing-was-ask-regexp)
6310         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6311         (message-mark-insert-end, message-archive-header)
6312         (message-archive-note, message-cross-post-default)
6313         (message-cross-post-note, message-followup-to-note)
6314         (message-cross-post-note-function, message-use-mail-followup-to)
6315         (message-subscribed-address-functions)
6316         (message-subscribed-address-file, message-subscribed-addresses)
6317         (message-subscribed-regexps, message-allow-no-recipients)
6318         (message-yank-cited-prefix, message-signature-insert-empty-line)
6319         (message-hidden-headers, message-hierarchical-addresses)
6320         (message-mail-user-agent, message-use-idna)
6321         (message-valid-fqdn-regexp)
6322         (message-strip-special-text-properties, message-header-synonyms)
6323         (message-beginning-of-line, message-tab-body-function): Add :version.
6324         (message-insert-canlock, message-wide-reply-confirm-recipients):
6325         Change :version.
6326
6327         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6328         and :version.
6329         (mail-source-delete-old-incoming-confirm)
6330         (mail-source-movemail-program): Add :version.
6331
6332         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6333         (gnus-agent-cache, gnus-agent): Change :version.
6334
6335         * gnus-util.el (gnus-use-byte-compile): Change :version.
6336
6337         * gnus-sum.el (gnus-summary-make-false-root-always)
6338         (gnus-summary-default-high-score)
6339         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6340         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6341         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6342         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6343         (gnus-sum-thread-tree-single-indent)
6344         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6345         (gnus-sum-thread-tree-leaf-with-other)
6346         (gnus-sum-thread-tree-single-leaf): Add :version.
6347         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6348         (gnus-article-loose-mime): Change :version.
6349
6350         * gnus-start.el (gnus-backup-startup-file)
6351         (gnus-save-startup-file-via-temp-buffer): Add :version.
6352
6353         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6354         (gnus-server-offline-face): Add :version.
6355
6356         * gnus-score.el (gnus-adaptive-word-length-limit):
6357
6358         * gnus-msg.el (gnus-gcc-externalize-attachments)
6359         (gnus-debug-files, gnus-debug-exclude-variables)
6360         (gnus-discouraged-post-methods): Change :version.
6361         (gnus-confirm-mail-reply-to-news)
6362         (gnus-confirm-treat-mail-like-news): Add :version.
6363
6364         * gnus-int.el (gnus-server-unopen-status): Add :version.
6365
6366         * gnus-group.el (gnus-group-jump-to-group-prompt)
6367         (gnus-large-ephemeral-newsgroup)
6368         (gnus-fetch-old-ephemeral-headers): Add :version.
6369
6370         * gnus-fun.el (gnus-x-face-directory)
6371         (gnus-convert-pbm-to-x-face-command)
6372         (gnus-convert-image-to-x-face-command)
6373         (gnus-convert-image-to-face-command): Add :version.
6374
6375         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6376
6377         * gnus-cite.el (gnus-cite-blank-line-after-header)
6378         (gnus-article-boring-faces):
6379
6380         * gnus-art.el (gnus-buttonized-mime-types)
6381         (gnus-inhibit-mime-unbuttonizing)
6382         (gnus-treat-display-face)
6383         (gnus-treat-body-boundary): Change :version.
6384         (gnus-body-boundary-delimiter, gnus-picon-databases)
6385         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6386         (gnus-treat-date-english, gnus-treat-fold-headers)
6387         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6388         (gnus-treat-mail-picon, gnus-treat-wash-html)
6389         (gnus-article-encrypt-protocol)
6390         (gnus-use-idna, gnus-article-over-scroll)
6391         (gnus-mime-display-multipart-alternative-as-mixed)
6392         (gnus-mime-display-multipart-related-as-mixed)
6393         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6394         (gnus-ctan-url, gnus-button-ctan-handler)
6395         (gnus-button-handle-ctan-bogus-regexp)
6396         (gnus-button-ctan-directory-regexp)
6397         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6398         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6399         (gnus-button-man-level, gnus-button-emacs-level)
6400         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6401
6402         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6403         (gnus-agent-go-online): Change :version.
6404         (gnus-agent-expire-unagentized-dirs)
6405         (gnus-agent-auto-agentize-methods): Add :version.
6406
6407         * flow-fill.el (fill-flowed-display-column)
6408         (fill-flowed-encode-column): Add :version.
6409
6410         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6411         (gnus-outlook-deuglify-unwrap-max)
6412         (gnus-outlook-deuglify-cite-marks)
6413         (gnus-outlook-deuglify-unwrap-stop-chars)
6414         (gnus-outlook-deuglify-no-wrap-chars)
6415         (gnus-outlook-deuglify-attrib-cut-regexp)
6416         (gnus-outlook-deuglify-attrib-verb-regexp)
6417         (gnus-outlook-deuglify-attrib-end-regexp)
6418         (gnus-outlook-display-hook): Add :version.
6419
6420         * binhex.el (binhex-use-external): Add :version.
6421
6422 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6425         and `invisible'.
6426
6427 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6428
6429         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6430         in gnus-registry-trim
6431
6432 2004-09-13  Simon Josefsson  <jas@extundo.com>
6433
6434         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6435
6436         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6437
6438         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6439         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6440         <yamaoka@jpl.org>.
6441         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6442         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6443         <yamaoka@jpl.org>.
6444
6445         * sieve.el (sieve-manage-mode): Ditto.
6446
6447 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6448
6449         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6450
6451 2004-09-11  Simon Josefsson  <jas@extundo.com>
6452
6453         * dns-mode.el: Add.
6454
6455         * mm-view.el (mm-display-dns-inline): Add.
6456
6457         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6458         (mm-automatic-display): Ditto.
6459
6460         * mailcap.el (mailcap-mime-data): Add text/dns.
6461         (mailcap-mime-extensions): Map .soa to text/dns.
6462
6463 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6464
6465         * gnus-art.el (article-decode-mime-words, article-babel)
6466         (gnus-article-highlight-signature, gnus-article-add-buttons)
6467         (gnus-signature-toggle): Remove unnecessary bindings of
6468         `inhibit-read-only' inherited from v5.10 merge.
6469
6470 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * nntp.el (nntp): New customization group.
6473         (nntp-authinfo-file): Add customization group.
6474
6475         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6476
6477         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6478
6479         * gnus.el (to-address, to-list, subscribed)
6480         (large-newsgroup-initial): Ditto.
6481
6482         * flow-fill.el (fill-flowed-display-column)
6483         (fill-flowed-encode-column): Ditto.
6484
6485 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6486
6487         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6488         Use point-min rather than 1.
6489         (message-send-mail): Use buffer-size rather than point-max.
6490
6491         * gnus-sum.el (gnus-summary-search-article-forward):
6492         Signal a specific `search-failed' rather than a generic `error'.
6493
6494         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6495         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6496         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6497
6498 2004-09-10  Simon Josefsson  <jas@extundo.com>
6499
6500         * nndb.el (require): Remove tcp and duplicate cl.
6501
6502 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * gnus-agent.el (directory-files-and-attributes): Move forward.
6505
6506 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6507
6508         * gnus-agent.el (directory-files-and-attributes): Optionally
6509         defined to support XEmacs.
6510
6511 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6512
6513         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6514         to avoid run-time CL dependencies.
6515         (gnus-agent-unfetch-articles): New function.
6516         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6517         article numbers even when local .overview file is missing.
6518         (gnus-agent-read-article-number): New function. Only accepts
6519         27-bit article numbers.
6520         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6521         gnus-agent-read-article-number.
6522         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6523         from backend while recognizing that article numbers in .overview
6524         must be valid.
6525         (gnus-agent-update-files-total-fetched-for): Use
6526         directory-files-and-attributes to improve performance.
6527         * gnus-int.el (gnus-request-move-article): Use
6528         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6529         improve performance.
6530
6531         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6532         some users confused by references to .newsrc when they only have a
6533         .newsrc.eld file.
6534         (gnus-convert-mark-converter-prompt,
6535         gnus-convert-converter-needs-prompt): Fixed use of property list.
6536         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6537         New function. Used internally to only display 'gnus converting
6538         files' message when actually necessary.
6539
6540         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6541         methods now autoloaded.
6542
6543 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6546         identifiers.
6547
6548 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * gnus-picon.el: Fix indentation and closing parenthesis.
6551
6552 2004-09-01  Simon Josefsson  <jas@extundo.com>
6553
6554         * message.el (message-canlock-generate): Require sha1, not
6555         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6556         to require within a function.  Sadly, if sha1.el isn't loaded, the
6557         let binding in m-c-g will hide the defcustom definition, which is
6558         bad.)
6559
6560         * canlock.el: Require sha1, not sha1-el.
6561
6562         * message.el: Don't autoload sha1 (there is a autoload cookie in
6563         sha1.el).
6564
6565         * sha1-el.el: Renamed to sha1.el.
6566
6567 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6568
6569         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6570
6571 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6572
6573         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6574
6575 2004-08-30  Kim F. Storm  <storm@cua.dk>
6576
6577         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6578
6579         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6580         Add :group 'nnimap.
6581
6582 2004-08-30  Andreas Schwab  <schwab@suse.de>
6583
6584         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6585         ?* and ?\;.
6586
6587         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6588         and ?\' to symbol instead of whitespace.
6589
6590 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6593
6594         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6595         instead of re-search-forward.
6596
6597         * gnus-uu.el (gnus-uu-save-article): Ditto.
6598         (gnus-uu-post-encode-uuencode): Ditto.
6599
6600         * html2text.el (html2text-clean-list-items): Ditto.
6601         (html2text-clean-dtdd): Ditto.
6602         (html2text-format-tags): Ditto.
6603
6604         * message.el (message-send-mail-with-sendmail): Fix regexp.
6605         (message-fill-field-general): Use search-forward instead of
6606         re-search-forward.
6607         (unbold-region): Ditto.
6608
6609         * nnrss.el (nnrss-request-article): Ditto.
6610
6611         * nnslashdot.el (nnslashdot-request-article): Ditto.
6612
6613         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6614
6615         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6616         "Unrecognized menu descriptor" error in XEmacs.
6617
6618 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6619
6620         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6621         parent article of a sparse article in the thread hashtb.
6622
6623 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
6624
6625         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6626         (nnmail-expand-newtext): Lowercase expanded entries if
6627         nnmail-split-lowercase-expanded is non-nil.
6628
6629 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6632         entry.
6633
6634         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6635         of gnus-tmp-news-method into string under XEmacs.  It will be
6636         passed to gnus-correct-length which takes only a string argument.
6637
6638 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-util.el (gnus-bind-print-variables): New macro.
6641         (gnus-prin1): Use it.
6642         (gnus-prin1-to-string): Use it.
6643         (gnus-pp): New function.
6644         (gnus-pp-to-string): New function.
6645
6646         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6647         pp-to-string with gnus-pp-to-string.
6648         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6649         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6650         * gnus-msg.el (gnus-debug): Ditto.
6651         * gnus-score.el (gnus-score-save): Ditto.
6652         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6653         gnus-pp-to-string.
6654         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6655         with gnus-pp.
6656         * score-mode.el (gnus-score-pretty-print): Ditto.
6657         * webmail.el (webmail-debug): Ditto.
6658
6659 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * gnus-art.el (article-display-face, article-display-x-face): Use
6662         buffer-read-only.
6663
6664 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * gnus-art.el (article-hide-list-identifiers): Bind
6667         inhibit-read-only as t.
6668
6669 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6672
6673 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6674
6675         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6676         (gnus-narrow-to-page): Don't assume point-min == 1.
6677         (gnus-article-edit-mode): Derive from message-mode.
6678
6679         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6680         point-min == 1.
6681
6682         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6683         Disable incorrect use of `assert'.
6684
6685         * message.el (message-mode): Set comment-start-skip.
6686
6687
6688 2004-08-22  Sam Steingold  <sds@gnu.org>
6689
6690         * pop3.el (pop3-leave-mail-on-server): New user variable.
6691         (pop3-movemail): Delete mail only when it is nil.
6692
6693 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6694
6695         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6696
6697         * mml.el (mml-preview): Use `pop-to-buffer'.
6698
6699         * message.el (message-goto-mail-followup-to): Insert after "To".
6700         (message-carefully-insert-headers): Add comment.
6701
6702         * gnus.el: Remove unused variable `gnus-article-check-size'.
6703
6704         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6705
6706         * gnus-art.el (gnus-button-alist): Improve
6707         `gnus-button-handle-library' entry.
6708
6709 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
6710
6711         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6712         downcase, since XEmacs capitalizes error messages differently.
6713
6714 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6715
6716         * nntp.el: Add (require 'gnus) due to reference to
6717         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6718
6719 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6720
6721         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6722         `mm-fill-flowed'.
6723
6724         * mm-decode.el (mm-dissect-singlepart): Check it.
6725
6726 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6727
6728         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6729         'imap' for netrc parsing
6730
6731 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6732
6733         * mailcap.el (mailcap-mime-data): Mark as risky.
6734
6735 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6738         may be included in the encoded word.
6739         (rfc2047-encode): Don't append a space if the encoded word
6740         includes close parenthesis.
6741
6742 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6745         of text within parentheses.
6746
6747 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6750         (gnus-encrypt-write-file-contents): the password key is the file
6751         name PLUS the cipher, not just the cipher.  Also remove failed
6752         passwords from the cache.
6753
6754 2004-08-06  Simon Josefsson  <jas@extundo.com>
6755
6756         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6757         fix.
6758
6759 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6762         LWSP.
6763
6764 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6765
6766         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6767         to append in-reply-to: data to the references: header
6768
6769         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6770         (netrc-parse): use gnus-encrypt.el functions
6771
6772         * gnus-encrypt.el: new file for encryption support; currently
6773         does only a few GPG ciphers and an internal XOR cipher
6774
6775         * password.el: add comments on using password-read-and-add
6776         (password-read-and-add): new function to read and add the
6777         password to the cache at once
6778
6779 2004-07-28  Simon Josefsson  <jas@extundo.com>
6780
6781         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6782         parameter (but don't use it, for now).
6783
6784         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6785         instead of hard coding to nil.
6786
6787 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6790         as mm-inline-image-xemacs does.
6791
6792 2004-07-26  Simon Josefsson  <jas@extundo.com>
6793
6794         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6795         Revert part of 2004-07-17 change below.
6796
6797 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6800         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6801
6802 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6803
6804         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6805         quotes that actually start with ">" at the beginning of the
6806         lines.
6807
6808 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * rfc2047.el (rfc2047-encode-region): Fix last change.
6811         (rfc2047-encode-parameter): Remove useless concat.
6812
6813 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6816         encode special characters; fix some kind of misconfigured headers;
6817         signal a real error if debug-on-quit or debug-on-error is non-nil.
6818         (rfc2047-encode-max-chars): New variable.
6819         (rfc2047-encode-1): Use it.
6820         (rfc2047-encode-parameter): New function.
6821
6822         * mml.el (mml-insert-parameter): Remove an excessive space.
6823
6824 2004-07-17  Simon Josefsson  <jas@extundo.com>
6825
6826         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6827         Kai Grossjohann <kai@emptydomain.de>.
6828         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6829         (gnus-group-make-menu-bar): Ditto.
6830
6831         * gnus-util.el (gnus-group-server): Add.
6832
6833 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6834
6835         * message.el (message-clone-locals): Clone sendmail and smtp
6836         variables.
6837
6838 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * rfc2047.el (rfc2047-encode-region): Fix last change.
6841
6842 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6845         characters as non-special.
6846
6847 2004-07-09  Simon Josefsson  <jas@extundo.com>
6848
6849         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6850         Users will lose all flag changes made while unplugged with
6851         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6852         good default.  See numerous reports on ding mailing list.
6853
6854 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6857         add generate-head-function and generate-article-function to the
6858         rfc822-forward entry.
6859         (nndoc-rfc822-forward-generate-article): New function.
6860         (nndoc-rfc822-forward-generate-head): New function.
6861
6862         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6863
6864 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6865
6866         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
6867         respect display group parameter and gnus-summary-expunge-below.
6868         (gnus-articles-to-read): Remove unused reference to display group
6869         parameter.
6870
6871 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6872
6873         * nnheader.el (nnheader-uniquify-message-id): New experimental
6874         variable.
6875         (nnheader-nov-read-message-id): Use it.
6876
6877         * spam-report.el (spam-report-gmane): Add interactive.
6878
6879 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6882         qp-or-base64 for the application/* types.
6883
6884 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6885
6886         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6887
6888 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6889
6890         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6891         trim value
6892
6893 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6894
6895         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6896         New macro and function.
6897         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6898
6899 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6902         after-load-alist.
6903
6904 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6907         update info that isn't there.
6908
6909 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6910
6911         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6912         entry.
6913
6914 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * mm-view.el (mm-inline-render-with-function): Use multibyte
6917         buffer; decode html source by charset.
6918
6919         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6920
6921         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6922         Mule-UCS is loaded under XEmacs.
6923         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6924
6925 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6926
6927         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6928
6929 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * mm-util.el (mm-coding-system-p): Return a coding-system.
6932         (mm-mime-mule-charset-alist): Use shift_jis instead of
6933         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6934         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6935         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6936         instead of japanese-shift-jis and iso-latin-1 respectively in
6937         order to share the default value with both Emacs and XEmacs-mule.
6938         (mm-mule-charset-to-mime-charset): Make
6939         mm-coding-system-priorities effective.
6940         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6941         while predicating of candidates upon the priorities.
6942
6943 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6944
6945         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6946         gnus-uu-invert-processable.
6947
6948         * gnus.el: Autoload gnus-uu-invert-processable.
6949
6950 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * mm-util.el (mm-with-multibyte-buffer): New macro.
6953
6954         * rfc2047.el (rfc2047-encode-string): Use it.
6955         (rfc2047-encode-region): Move point to the end of the region after
6956         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6957
6958 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6961         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6962
6963 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6966         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6967         Karl Chen <quarl@nospam.quarl.org>.
6968
6969 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6970
6971         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6972         invalid addresses.
6973
6974 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6975
6976         * spam.el: section markers changed, TODO list revised
6977         (spam-backends): new master list of all installed backends
6978         (spam-summary-exit-behavior): new variable to determine how
6979         messages moves are done at summary exit
6980         (spam-move-spam-nonspam-groups-only)
6981         (spam-process-ham-in-nonham-groups)
6982         (spam-process-ham-in-spam-groups): variables removed, the
6983         spam-summary-exit-behavior variable should be used to manage this
6984         behavior
6985         (spam-old-ham-articles, spam-old-spam-articles): removed
6986         (spam-old-articles): new variable, replacing spam-old-ham-articles
6987         and spam-old-spam-articles
6988         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6989         empty variables, placeholders for the backends they represent
6990         (spam-set-difference): moved, unchanged
6991         (spam-list-of-processors): variable OBSOLETE, not used anymore
6992         unless the user has a processor variable
6993         (spam-classifications, spam-classification-valid-p)
6994         (spam-backend-properties, spam-backend-property-valid-p)
6995         (spam-backend-function-type-valid-p)
6996         (spam-process-type-valid-p, spam-list-articles): helper functions
6997         (spam-report-articles-gmane, spam-report-articles-resend):
6998         functions removed, they are not needed
6999         (spam-install-backend-super, spam-backend-list)
7000         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7001         (spam-backend-function, spam-backend-ham-registration-function)
7002         (spam-backend-spam-registration-function)
7003         (spam-backend-ham-unregistration-function)
7004         (spam-backend-spam-unregistration-function)
7005         (spam-backend-statistical-p, spam-backend-mover-p)
7006         (spam-install-backend-alias, spam-install-checkonly-backend)
7007         (spam-install-mover-backend, spam-install-nocheck-backend)
7008         (spam-install-backend, spam-install-statistical-backend)
7009         (spam-install-statistical-checkonly-backend): backend installation
7010         support
7011         (spam-summary-prepare-exit): rewritten to use the new backend code
7012         (spam-group-processor-p): use the new backend code and respect the
7013         summary exit behavior
7014         (spam-mark-spam-as-expired-and-move-routine): removed
7015         (spam-summary-prepare): changed to use the new spam-old-articles
7016         variable
7017         (spam-copy-or-move-routine, spam-copy-spam-routine)
7018         (spam-move-spam-routine, spam-copy-ham-routine)
7019         (spam-move-ham-routine): new code to copy/move ham or spam
7020         (spam-fetch-field-fast): doc and code improved, plus it allows the
7021         'number request
7022         (spam-list-of-checks, spam-list-of-statistical-checks): variables
7023         removed, no longer used
7024         (spam-split, spam-find-spam): use the new backend code
7025         (spam-registration-functions): variable removed, no longer used
7026         (spam-unregister-routine): convenience wrapper
7027         (spam-log-undo-registration, spam-register-routine)
7028         (spam-log-processing-to-registry)
7029         (spam-log-unregistration-needed-p): renamed "check" to "backend"
7030         where possible
7031         (spam-check-gmane-xref, spam-check-regex-headers)
7032         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
7033         (spam-check-whitelist, spam-check-blacklist)
7034         (spam-check-bogofilter-headers, spam-check-spamoracle)
7035         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7036         (spam-check-crm114-headers): use the spam-split-group that
7037         spam-split prepares, no need to determine it every time
7038
7039         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
7040         the nnheader-parse-naked-head call
7041
7042         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
7043
7044         * gnus-sum.el (gnus-nov-parse-line): add the message number to
7045         the nnheader-nov-read-message-id call
7046
7047 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7050         gnus-activate-group twice.  Suggested by Markus Peter
7051         <warp@spin.de>.
7052
7053 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * gnus-art.el (gnus-article-time-format): Exchange the order of
7056         day and month in the default value; fix customization type.
7057         (article-date-ut): Use add-text-properties.
7058         (article-make-date-line): Use message-make-date instead of
7059         current-time-string.
7060
7061         * message.el (message-fetch-field): Don't use set-text-properties.
7062         (message-make-date): Simplify.
7063
7064         * messagexmas.el (message-xmas-make-date): New function.
7065         (message-xmas-redefine): Defalias message-make-date to it.
7066
7067 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7070         (rfc2047-encode-region): Treat text within parentheses as special;
7071         show the original text when error has occurred.
7072
7073         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7074         already-computed method to gnus-activate-group.
7075
7076         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7077         same select-methods identical Lisp objects.
7078
7079         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7080         object when modifying the info.
7081
7082 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7085         gnus-opened-servers since it has never been opened with the new
7086         configuration yet.
7087
7088 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7091         arg to nnheader-generate-fake-message-id.
7092
7093 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7094
7095         * nnheader.el (nnheader-generate-fake-message-id): accept a
7096         number and build a fake message ID localized to a group and
7097         article number (so it's repeatable from that point on)
7098         (nnheader-fake-message-id-p): change regex to accomodate new fake
7099         ID format
7100
7101         * gnus-sum.el (gnus-get-newsgroup-headers): call
7102         nnheader-generate-fake-message-id with the article number
7103
7104 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7105
7106         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7107         end-of-buffer.
7108
7109 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110
7111         * message.el (message-ignored-supersedes-headers): Add Approved.
7112
7113 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7116         goto-char.
7117         (rfc2047-encode): Fold the line before encoding.
7118
7119 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120
7121         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7122         folding -- not all headers can be folded, and this should be done
7123         by the message composition mode.  Probably.  I think.
7124
7125 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7128         fast.
7129
7130         * gnus-ems.el (gnus-remove-image): Don't use
7131         message-text-with-property; remove only the image found first.
7132
7133         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7134         found first.
7135
7136 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7137
7138         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7139
7140 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * message.el (message-text-with-property): Make it fast and accept
7143         optional arguments.
7144         (message-strip-forbidden-properties): Use it.
7145         (message-fix-before-sending): Follow the m-t-w-p change.
7146
7147         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7148
7149 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-art.el (article-hide-headers): Don't change the buffer
7152         mistakenly when performing mml-preview even if
7153         gnus-single-article-buffer is nil.
7154
7155 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7156
7157         * message.el (message-expand-name-databases): New user option.
7158         (message-expand-name): Use it.
7159
7160 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7161
7162         * spam.el (spam-report-articles-resend)
7163         (spam-report-resend-register-routine): allow ham reporting
7164         (spam-report-resend-register-ham-routine): simple wrapper
7165         (spam-registration-functions): add ham resending functions
7166         (spam-list-of-processors): add ham resend processor
7167
7168         * gnus.el (ham-resend-to): new group parameter
7169         (spam-process): add ham resend option
7170
7171         * spam-report.el (spam-report-resend): allow reporting ham
7172         (spam-report-resend-ham): simple wrapper
7173
7174 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7175
7176         * message.el (message-cite-articles-with-x-no-archive): New
7177         variable.
7178         (message-cite-original): Use it.
7179
7180 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * message.el (message-cite-original): Respect X-No-Archive.
7183
7184 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-art.el (article-hide-headers): Refer to the values for
7187         gnus-ignored-headers and gnus-visible-headers in the summary
7188         buffer since a user may have set them as group parameters.
7189
7190 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7191
7192         * assistant.el (assistant-node-name): new convenience function
7193         (assistant-render-text, assistant-render-node): error handling,
7194         plus handle multiple next nodes
7195         (assistant-find-next-node): commented out for now
7196         (assistant-find-next-nodes): new function, returns list of next
7197         nodes
7198
7199 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * mail-source.el (mail-source-directory): Fix doc-string.
7202
7203 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7204
7205         * assistant.el (assistant-render-text, assistant-eval): add :set
7206         widget type, which is different because it takes and returns a
7207         list.  Much hilarity ensues.
7208
7209 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7210
7211         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7212
7213         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7214         doc-string.
7215
7216         * gnus-start.el (gnus-activate-group): Added doc-string.
7217
7218 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7221
7222 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7223
7224         * assistant.el (assistant-render-text): trying to add a :set
7225         widget, more to come...
7226
7227         * spam.el (spam-group-spam-contents-p): handle empty groupname
7228         strings
7229         (spam-report-articles-resend)
7230         (spam-register-routine): do registration iff any articles warrant
7231         it.
7232         (spam-summary-prepare-exit): changed log message for nil group
7233         destinations
7234
7235 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7236
7237         * spam.el (spam-report-resend-register-routine): allow
7238         spam-report-resend-to to be a group parameter or a global value
7239
7240 2004-05-26  Simon Josefsson  <jas@extundo.com>
7241
7242         * starttls.el: Merge with my GNUTLS based starttls.el.
7243         (starttls-gnutls-program, starttls-use-gnutls)
7244         (starttls-extra-arguments, starttls-process-connection-type)
7245         (starttls-connect, starttls-failure, starttls-success): New
7246         variables.
7247         (starttls-program, starttls-extra-args): Doc fix.
7248         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7249         functions.
7250         (starttls-negotiate, starttls-open-stream): Check
7251         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7252         function if it is set.
7253
7254 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7257         structured fields.
7258
7259 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7262
7263 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7264
7265         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7266         variable.
7267         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7268         assigning the spam-mark to new messages.
7269
7270 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7271
7272         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7273
7274 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7277
7278         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7279         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7280         default.
7281
7282 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7283
7284         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7285         correct data.
7286
7287 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7288
7289         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7290         (spam-group-processor-p): fixed function so it works properly
7291         (spam-group-processor-multiple-p)
7292         (spam-group-spam-processor-report-gmane-p)
7293         (spam-group-spam-processor-report-resend-p)
7294         (spam-group-spam-processor-bogofilter-p)
7295         (spam-group-spam-processor-blacklist-p)
7296         (spam-group-spam-processor-ifile-p)
7297         (spam-group-ham-processor-ifile-p)
7298         (spam-group-spam-processor-spamoracle-p)
7299         (spam-group-spam-processor-crm114-p)
7300         (spam-group-ham-processor-bogofilter-p)
7301         (spam-group-spam-processor-stat-p)
7302         (spam-group-ham-processor-stat-p)
7303         (spam-group-ham-processor-whitelist-p)
7304         (spam-group-ham-processor-BBDB-p)
7305         (spam-group-ham-processor-spamoracle-p)
7306         (spam-group-ham-processor-copy-p): functions removed with some
7307         prejudice against unneeded code
7308         (spam-report-articles-resend)
7309         (spam-report-resend-register-routine): allow the group/topic
7310         spam-resend-to value to override spam-report-resend-to
7311         (spam-summary-prepare-exit): invoke spam-group-processor-p
7312         properly now
7313
7314         * gnus.el (spam-resend-to): new group/topic parameter
7315         (spam-process): move the OBSOLETE processors to the end of the
7316         choices.
7317
7318 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7319
7320         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7321         with resend-to set to nil, and then ask the user if necessary.
7322         (spam-report-resend): spam-report-resend takes a list of articles, not
7323         separate article numbers.
7324
7325 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7328         addition to emacs-w3m.
7329
7330 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331
7332         * assistant.el (assistant-authinfo-data): New function.
7333         (assistant-eval): Eval for entire assistant.
7334
7335         * netrc.el (netrc-services-file): New variable.
7336         (netrc-parse-services): New function.
7337         (netrc-find-service-name): New function.
7338         (netrc-find-service-number): New function.
7339         (netrc-port-equal): New function.
7340         (netrc-machine): Use it.
7341
7342         * nnimap.el (nnimap-open-connection): Use netrc.
7343
7344         * gnus-util.el (gnus-netrc-get): Remove aliases.
7345
7346         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7347
7348         * assistant.el (wid-edit): Fix compilation.
7349
7350         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7351
7352 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7353
7354         * gnus-util.el (gnus-set-file-modes): New function.  (small
7355         patch).
7356
7357 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7358
7359         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7360
7361         * assistant.el (assistant-render-node): Fix up rendering and
7362         read-only text.
7363         (assistant-render-node): Reset.
7364         (assistant-make-read-only): Not sticky.
7365
7366 2004-05-20  Danny Siu  <dsiu@adobe.com>
7367
7368         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7369         centered even when gnus-auto-center-summary is t
7370
7371 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7372
7373         * dns.el (dns-get-txt-answer): New function.
7374         (dns-read-txt): Ditto.
7375         (query-dns): Use it.
7376
7377 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7380         active for foreign groups even if the group level is higher than
7381         the specified value.
7382
7383 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7386         non-active groups.
7387
7388         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7389
7390 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7391
7392         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7393
7394 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7395
7396         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7397         (spam-crm114-header, spam-crm114-spam-switch)
7398         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7399         (spam-crm114-positive-spam-header)
7400         (spam-crm114-database-directory, spam-list-of-processors)
7401         (spam-group-spam-processor-crm114-p)
7402         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7403         (spam-generic-score, spam-list-of-checks)
7404         (spam-list-of-statistical-checks, spam-registration-functions)
7405         (spam-check-crm114-headers, spam-crm114-score)
7406         (spam-check-crm114, spam-crm114-register-with-crm114)
7407         (spam-crm114-register-spam-routine)
7408         (spam-crm114-unregister-spam-routine)
7409         (spam-crm114-register-ham-routine)
7410         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7411         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7412
7413         * gnus.el: added spam-use-crm114
7414
7415         * spam.el (spam-list-of-processors, spam-registration-functions):
7416         add spam-use-resend
7417         (spam-group-spam-processor-report-resend-p): utility wrapper
7418         (spam-report-articles-gmane): doc fix
7419         (spam-report-articles-resend,
7420         spam-report-resend-register-routine): wrappers around
7421         spam-report-resend-to
7422
7423         * spam-report.el (spam-report-resend-to, spam-report-resend):
7424         support for resending spam
7425         (spam-report-gmane): line length >80 fix
7426
7427         * gnus.el (spam-process): add spam-use-resend
7428
7429 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7430
7431         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7432         number of processed spam messages.
7433         (spam-ham-copy-or-move-routine): Return the number of processed
7434         ham messages.
7435         (spam-summary-prepare-exit): Use the above values to decide
7436         whether status messages shouled be displayed.
7437
7438 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7441         `rfc2047-encoding-function-alist' in order to avoid conflicting
7442         with the old version.
7443         (rfc2047-encode-region): Concatenate words containing non-ASCII
7444         characters in structured fields; don't encode space-delimited
7445         ASCII words even in unstructured fields; don't break words at
7446         char-category boundaries.
7447         (rfc2047-encode-1): New function.
7448         (rfc2047-encode): Use it; encode text so that it occupies the
7449         maximum width within 76-column; work correctly on Q encoding for
7450         iso-2022-* charsets.
7451         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7452         sure not to break a line just after the header name.
7453         (rfc2047-b-encode-region): Removed.
7454         (rfc2047-b-encode-string): New function.
7455         (rfc2047-q-encode-region): Removed.
7456         (rfc2047-q-encode-string): New function.
7457
7458         * mm-util.el (mm-replace-in-string): New function.
7459
7460 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7461
7462         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7463         get it right.
7464         (gnus-inews-make-draft): Really.
7465
7466 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7467
7468         * nnmh.el (nnmh-request-list-1): Don't check the link count
7469         before descending.  (small patch)
7470
7471 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7474         stuff.
7475
7476         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7477         on real group name.
7478
7479         * gnus-art.el (gnus-signature-limit): Doc fix.
7480
7481         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7482
7483         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7484
7485 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7486
7487         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7488         isn't a string.
7489
7490 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * gnus-draft.el (gnus-draft-send): Bind
7493         rfc2047-encode-encoded-words.
7494
7495         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7496         (rfc2047-encodable-p): Say that =? needs encoding.
7497         (rfc2047-encode-encoded-words): New variable.
7498
7499         * gnus-group.el (gnus-group-select-group): Doc fix.
7500
7501         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7502
7503         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7504         to nil.
7505
7506         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7507
7508         * nnheader.el (nnheader-get-lines-and-char): New function.
7509
7510 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7511
7512         * gnus-msg.el (gnus-summary-followup-with-original): Document
7513         yanking of region when active.
7514
7515 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7518         groups if the group level is higher than the specified value.
7519
7520 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7523         (gnus-group-jump-to-group): Added prefix argument using
7524         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7525         non-active group.
7526
7527         * compface.el (uncompface): Be verbose when changing
7528         `uncompface-use-external'.
7529
7530         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7531         handle manual section.
7532
7533 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7534
7535         * gnus-art.el (gnus-button-alist): Revert previous change.
7536
7537 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7540
7541 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7542
7543         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7544         whether backend can accept message.
7545
7546         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7547
7548 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7549
7550         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7551         Avoid creating directory when nntp-marks-is-evil is true.
7552         Reported by Reiner Steib.
7553
7554 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * gnus-picon.el (gnus-picon-style): New variable.
7557         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7558         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7559         Jesper Harder <harder@ifa.au.dk>.
7560
7561 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * message.el (message-fill-field): Return point.
7564         (message-generate-headers): Go to end of field.
7565
7566         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7567         stuff for non-living groups.
7568
7569 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7570
7571         * gnus-art.el (gnus-article-followup-with-original)
7572         (gnus-article-reply-with-original): gnus-mark-active-p ->
7573         gnus-region-active-p.
7574
7575 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7576
7577         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7578         only when there is spam or ham to be processed
7579
7580 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7581
7582         * mail-source.el (mail-source-delete-crash-box): Refactor.
7583         (mail-source-fetch): Use it.
7584         (mail-source-fetch-file): Ditto.
7585         (mail-source-fetch-directory): Run postscript in loop.
7586         (mail-source-fetch-pop): Delete.
7587         (mail-source-fetch-maildir): Ditto.
7588         (mail-source-fetch-imap): Ditto.
7589
7590         * imap.el (imap-authenticators): Comment out sasl.
7591
7592         * message.el (message-skip-to-next-address): New function.
7593         (message-fill-header-address): Refactor.
7594         (message-fill-address): Use it.
7595         (message-delete-address): Use it.
7596         (message-fill-header-general): Refactor.
7597         (message-fill-field-address): Rename.
7598         (message-narrow-to-field): Find the start of the header.
7599         (message-header-format-alist): Don't pre-fill.
7600         (message-fill-header): Removed.
7601         (message-insert-header): New function.
7602         (message-shorten-references): Use it.
7603
7604         * rfc2047.el (rfc2047-field-value): Strip props.
7605
7606         * mail-parse.el (mail-header-make-address): New alias.
7607
7608         * ietf-drums.el (ietf-drums-make-address): New function.
7609
7610         * imap.el: Add compiler directives.
7611
7612         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7613
7614         * gnus-art.el (article-decode-idna-rhs): Don't use
7615         message-idna-inside-rhs-p.
7616
7617 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7618
7619         * message.el (message-idna-inside-rhs-p): Removed.
7620         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7621
7622         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7623         false positives.
7624
7625 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7626
7627         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7628
7629 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630
7631         * nneething.el (nneething-file-name): Don't create spurions
7632         files.
7633
7634         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7635         (gnus-inews-do-gcc): Remove sleep.
7636
7637         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7638         part under point.
7639
7640         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7641         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7642
7643 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7644
7645         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7646
7647 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7648
7649         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7650         as expired without moving it" message when there are spam
7651         messages left
7652
7653 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7654
7655         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7656         header is not nil.
7657
7658 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7659
7660         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7661         nntp-possibly-create-directory, not nntp-possibly-change-group.
7662         (nntp-marks-changed-p): New arg SERVER.
7663         (nntp-request-update-info): Adjust caller.
7664
7665 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7666
7667         * nntp.el (nntp-save-marks): Pass missing arg.
7668
7669 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7670
7671         * nntp.el: Support marks.
7672         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7673         (nntp-marks-modtime, nntp-marks-directory): New variables.
7674         (nntp-request-set-mark, nntp-request-update-info)
7675         (nntp-possibly-create-directory, nntp-marks-changed-p)
7676         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7677         functions.
7678
7679 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7680
7681         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7682         (gnus-xmas-redefine): Rename.
7683
7684         * gnus-score.el (gnus-score-insert-help): Use
7685         gnus-select-lowest-window.
7686
7687         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7688         appt-select-lowest-window and rename to gnus-select-lowest-window.
7689
7690         * gnus.el: do.
7691
7692 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7693
7694         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7695         encodings of MIME-encoded words, in order to improve
7696         interoperability with several broken MUAs.
7697
7698 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7699
7700         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7701         tags, only when charsets are not specified in headers.
7702         (mm-inline-text-html-render-with-w3m): Ditto.
7703
7704         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7705         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7706
7707 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7708
7709         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7710         instead of MIME-decoded from fields when checking
7711         `gnus-article-address-banner-alist'.
7712
7713 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7714
7715         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7716         description rather than subject.
7717
7718 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7719
7720         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7721
7722 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7723
7724         * gnus.el (gnus-version-number): Bump.
7725
7726 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7727
7728         * gnus.el: No Gnus v0.2 is released.
7729
7730 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7731
7732         * gnus-agent.el (gnus-agent-read-agentview): Inline
7733         gnus-uncompress-range.
7734
7735 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7736
7737         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7738         `exec-installed-p'.
7739
7740 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7741
7742         * gnus.el (spam-process, spam-autodetect-methods): Add
7743         bsfilter and bsfilter-headers.
7744
7745         * spam.el (spam-bsfilter): New customize group.
7746         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7747         (spam-bsfilter-header, spam-bsfilter-probability-header)
7748         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7749         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7750         (spam-bsfilter-database-directory): New options.
7751         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7752         (spam-list-of-statistical-checks, spam-registration-functions):
7753         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7754         (spam-bsfilter-score): New command.
7755         (spam-check-bsfilter-headers, spam-check-bsfilter)
7756         (spam-bsfilter-register-with-bsfilter)
7757         (spam-bsfilter-register-spam-routine)
7758         (spam-bsfilter-unregister-spam-routine)
7759         (spam-bsfilter-register-ham-routine)
7760         (spam-bsfilter-unregister-ham-routine): New functions.
7761         (spam-generic-score): Support bsfilter; Accept an optional argument
7762         to recalcurate spam score even if scoring header has already been
7763         added.
7764         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7765         optional argument to recalcurate spam score even if scoring header
7766         has already been added.
7767
7768 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7769
7770         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7771         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7772         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7773         link is missing.
7774
7775 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7776
7777         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7778         (html2text-get-attr): Rewrite.
7779
7780         * message.el (message-setup-1): Remove redundant put-text-property
7781         on mail-header-separator.
7782
7783 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7784
7785         * gnus-registry.el (gnus-registry-cache-whitespace)
7786         (gnus-registry-action, gnus-registry-spool-action)
7787         (gnus-registry-split-fancy-with-parent): changed message levels
7788         from 5 to 3 or 7, as needed
7789
7790         * spam.el (spam-summary-prepare-exit)
7791         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7792         (spam-split, spam-find-spam, spam-log-undo-registration)
7793         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7794         level from 5 to 6
7795
7796 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7799         2004-03-04 change).
7800
7801 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7802
7803         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7804         Use mapc when appropriate.
7805
7806         * sieve-manage.el (sieve-manage-open): do.
7807
7808         * nnweb.el (nnweb-insert-html): do.
7809
7810         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7811         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7812
7813         * nnspool.el (nnspool-request-group): do.
7814
7815         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7816         do.
7817
7818         * nnml.el (nnml-request-update-info): do.
7819
7820         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7821         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7822
7823         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7824         (nnimap-request-set-mark): do.
7825
7826         * nnfolder.el (nnfolder-request-update-info): do.
7827
7828         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7829         do.
7830
7831         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7832
7833         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7834
7835         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7836         do.
7837
7838         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7839         do.
7840
7841         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7842
7843         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7844
7845         * gnus-int.el (gnus-start-news-server): do.
7846
7847         * gnus-group.el (gnus-group-make-kiboze-group)
7848         (gnus-group-browse-foreign-server): do.
7849
7850 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7851
7852         FIXME: Make separate entries for each person.
7853
7854         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7855         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7856         <shields@msrl.com>:
7857
7858         * spam.el (spam-necessary-extra-headers): get the extra headers we
7859         may need for spam sorting and scoring
7860         (spam-user-format-function-S): a user format function suitable for
7861         general use
7862         (spam-article-sort-by-spam-status): sorting function for summary
7863         sorting
7864         (spam-extra-header-to-number): get a score from a header
7865         (spam-summary-score): get a numeric score from the headers
7866         (spam-generic-score): oops, function doc in wrong place
7867         (spam-initialize): take symbols when it's run, and install the
7868         extra headers that spam-necessary-extra-headers thinks we need
7869
7870 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7871
7872         * spam.el (spam-summary-prepare-exit): logic and message fix.
7873         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7874
7875 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7876
7877         * gnus-sum.el (gnus-set-global-variables)
7878         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7879         (gnus-article-get-xrefs, gnus-summary-best-group)
7880         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7881         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7882         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7883         with-current-buffer.
7884
7885 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7886
7887         * spam.el (spam-summary-prepare-exit): simplified logic
7888         (spam-fetch-article-header): read the article header if it's not
7889         available
7890         (spam-list-articles): simplified logic
7891         (spam-filelist-register-routine): found bug with unregister-list
7892
7893         * gnus-registry.el: clarified comments at beginning
7894
7895 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7896
7897         * message.el (message-cater-to-broken-inn): Remove.
7898         (message-shorten-references): Make sure the total folded length of
7899         References is shorter than 998 characters to cater to a bug in INN
7900         2.3.  Also, don't pretend that references aren't folded -- this
7901         hasn't worked for a while.
7902
7903 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7904
7905         * gnus-agent.el (gnus-agentize):
7906         gnus-agent-send-mail-real-function no longer set to current value
7907         of message-send-mail-function but rather a lambda that calls
7908         message-send-mail-function.  The change makes the agent real-time
7909         responsive to user changes to message-send-mail-function.
7910
7911 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7912
7913         * legacy-gnus-agent.el
7914         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7915         help from Florian Weimer <fw@deneb.enyo.de>
7916
7917 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * nnmail.el (nnmail-cache-insert): Revert last change.
7920
7921 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * nnmail.el (nnmail-cache-insert): Always check whether
7924         nnmail-cache-ignore-groups matches a group name.
7925
7926 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7927
7928         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7929         (spam-find-spam, spam-log-processing-to-registry)
7930         (spam-log-registered-p, spam-log-unregistration-needed-p)
7931         (spam-log-undo-registration): use gnus-message instead of
7932         gnus-error, none of these errors are fatal
7933
7934         * gnus-registry.el (gnus-registry-clean-empty-function)
7935         (gnus-registry-clean-empty): remove only empty entries without
7936         extra data
7937
7938 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7939
7940         * spam-stat.el (spam-stat-buffer-change-to-spam)
7941         (spam-stat-buffer-change-to-non-spam): change (error) to
7942         (gnus-message 8) invocation
7943
7944 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * nntp.el (nntp-via-netcat-command): New variable.
7947         (nntp-via-netcat-switches): New variable.
7948         (nntp-open-via-rlogin-and-netcat): New function.
7949         (nntp-open-connection-function): Doc fix.
7950         (nntp-telnet-command): Doc fix.
7951         (nntp-end-of-line): Doc fix.
7952         (nntp-via-rlogin-command): Doc fix.
7953         (nntp-via-user-name): Doc fix.
7954         (nntp-via-address): Doc fix.
7955
7956 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7959         error in Emacs 21.1.
7960
7961 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7964
7965 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7966         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7967         (gnus-agent-with-refreshed-group): New macro.
7968         (gnus-agent-rename-group): New function.
7969         (gnus-agent-delete-group): New function.
7970         (gnus-agent-save-group-info): Use gnus-command-method when
7971         `method' parameter is nil.  Don't write nil entries into the
7972         active file.
7973         (gnus-agent-get-group-info): New function.
7974         (gnus-agent-fetch-articles): Use
7975         gnus-agent-update-files-total-fetched-for to increment disk space
7976         used.
7977         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7978         gnus-agent-update-view-total-fetched-for to increment disk space
7979         used.
7980         (gnus-agent-get-local): Added optional parameters to avoid calling
7981         gnus-group-real-name and gnus-find-method-for-group.
7982         (gnus-agent-set-local): Delete stored entry if either min, or max,
7983         are nil.
7984         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7985         quit, use gnus-agent-regenerate-group to record existance of any
7986         articles fetched to disk before the quit occurred.
7987         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7988         gnus-agent-update-view-total-fetched-for, and
7989         gnus-agent-update-files-total-fetched-for to decrement disk space
7990         used.
7991         (gnus-agent-retrieve-headers): Use
7992         gnus-agent-update-view-total-fetched-for to increment disk space
7993         used.
7994         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7995         with gnus-agent-update-files-total-fetched-for to decrement disk
7996         space and fresh group buffer.
7997         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7998         (gnus-agent-need-update-total-fetched-for): New variable.
7999         (gnus-agent-update-files-total-fetched-for): New function.
8000         (gnus-agent-update-view-total-fetched-for): New function.
8001         (gnus-agent-total-fetched-for): New function.
8002
8003         * gnus-cache.el (gnus-cache-save-buffers): Use
8004         gnus-cache-update-overview-total-fetched-for to change disk space
8005         used by this group.
8006         (gnus-cache-possibly-enter-article): Use
8007         gnus-cache-update-file-total-fetched-for to increment disk space
8008         used by this group.
8009         (gnus-cache-possibly-remove-article): Use
8010         gnus-cache-update-file-total-fetched-for to decrement disk space
8011         used by this group.
8012         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8013         (gnus-cache-rename-group): New function.
8014         (gnus-cache-delete-group): New function.
8015         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8016         (gnus-cache-need-update-total-fetched-for): New variable.
8017         (gnus-cache-with-refreshed-group): New macro.
8018         (gnus-cache-update-file-total-fetched-for): New function.
8019         (gnus-cache-update-overview-total-fetched-for): New function.
8020         (gnus-cache-rename-group-total-fetched-for): New function.
8021         (gnus-cache-delete-group-total-fetched-for): New function.
8022         (gnus-cache-total-fetched-for): New function.
8023
8024         * gnus-group.el: Require gnus-sum and autoload functions to
8025         resolve warnings when gnus-group.el compiled alone.
8026         (gnus-group-line-format): Documented new %F
8027         (size of Fetched data) group line format; identifies disk space
8028         used by agent and cache.
8029         (gnus-group-line-format-alist): Defined new F format.
8030         (gnus-total-fetched-for): New function.
8031         (gnus-group-delete-group): No longer update
8032         gnus-cache-active-altered as gnus-request-delete-group now keeps
8033         the cache in sync.
8034         (gnus-group-list-active): Let the agent store a server's active
8035         list if currently plugged.
8036
8037         * gnus-int.el (gnus-request-delete-group): Use
8038         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8039         local disk in sync with the server.
8040          (gnus-request-rename-group): Use
8041         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8042         local disk in sync with the server.
8043
8044         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8045         simplification to logic.
8046
8047         * gnus-util.el (gnus-rename-file): New function.
8048
8049 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8050
8051         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8052
8053 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8054
8055         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8056         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8057
8058 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8059
8060         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8061         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8062
8063 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8064
8065         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8066
8067 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8068
8069         * spam.el (spam-set-difference): new function to replace
8070         gnus-set-difference in spam.el
8071         (spam-summary-prepare-exit): use spam-set-difference
8072
8073 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8074
8075         * gnus-registry.el (gnus-registry-cache-file): updated to use
8076         gnus-dribble-directory OR gnus-home-directory OR ~
8077         (gnus-registry-split-fancy-with-parent): fixed doc
8078
8079 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * message.el (message-exchange-point-and-mark): Use
8082         message-mark-active-p.  Suggested by Jesper Harder
8083         <harder@ifa.au.dk>.
8084
8085 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * message.el (message-exchange-point-and-mark): Don't activate
8088         region if it was inactive.  Suggested by Hiroshi Fujishima
8089         <pooh@nature.tsukuba.ac.jp>.
8090
8091 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * gnus-art.el (article-display-face): Display Faces in the same
8094         order as X-Faces.
8095
8096 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8099
8100 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8103         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8104         (gnus-article-mime-hierarchy): Remove.
8105         (gnus-article-mime-hierarchy-next): Remove.
8106         (gnus-article-mode): Revert 2004-03-19 change.
8107         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8108         (gnus-insert-mime-button): Revert 2004-03-19 change.
8109         (gnus-mime-accumulate-hierarchy): Remove.
8110         (gnus-mime-enter-multipart): Remove.
8111         (gnus-mime-leave-multipart): Remove,
8112         (gnus-mime-display-part): Revert 2004-03-19 change.
8113         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8114
8115         * mml.el (mml-preview): Revert 2004-03-19 change.
8116
8117 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8118
8119         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8120
8121 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8124         t while entering a file name using the mm-with-multibyte macro.
8125         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8126
8127         * mm-util.el (mm-with-multibyte): New macro.
8128
8129 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8132         user option.
8133         (gnus-mime-multipart-functions): Doc and customization fix.
8134         (gnus-article-mime-hierarchy): New variable.
8135         (gnus-article-mime-hierarchy-next): New variable.
8136         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8137         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8138         gnus-article-mime-hierarchy-next to nil.
8139         (gnus-insert-mime-button): Show hierarchy numbers.
8140         (gnus-mime-accumulate-hierarchy): New function.
8141         (gnus-mime-enter-multipart): New function.
8142         (gnus-mime-leave-multipart): New function.
8143         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8144         (gnus-mime-display-alternative): Show hierarchy numbers.
8145
8146         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8147         gnus-article-mime-hierarchy-next to nil.
8148
8149 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8150
8151         * dns.el: Don't require gnus-xmas.
8152
8153 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8154
8155         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8156         inline PGP.
8157         (mml-menu): Disable mml-quote-region if mark is inactive.
8158
8159 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8162         when the group's active is not available.
8163
8164 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8167         error.
8168
8169 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * imap.el (imap-store-password): New variable.
8172         (imap-interactive-login): Use it.
8173         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8174
8175 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8178         window-start and hscroll to summary window.
8179
8180 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8181
8182         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8183         conversion message to newsrc-dribble when an actual conversion is
8184         performed.
8185
8186 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8187
8188         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8189
8190 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * mm-decode.el (mm-complicated-handles): New function reviving
8193         former definition of mm-multiple-handles.
8194
8195         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8196         (gnus-mime-delete-part): Use it.
8197
8198 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8199
8200         * gnus-agent.el (gnus-agent-read-local): Bind
8201         nnheader-file-coding-system to gnus-agent-file-coding-system to
8202         avoid the implicit assumption that they will always be equal.
8203         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8204         coding-system-for-write, as the with-temp-file macro first prints
8205         to a buffer then saves the buffer.
8206
8207 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-art.el (gnus-article-edit-part): New function.
8210         (gnus-mime-save-part-and-strip): Use it; do query instead of
8211         signaling an error; don't use mm-multiple-handles.
8212         (gnus-mime-delete-part): Ditto.
8213
8214 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8215
8216         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8217         old file versions.
8218         (gnus-group-prepare-hook): Removed function that converted list
8219         form of gnus-agent-expire-days to group properties.
8220
8221         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8222         (gnus-request-accept-article): Re-indented.
8223
8224         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8225         converters to handle old agent file formats.  Added logic for a
8226         "backup before upgrading warning".
8227         (gnus-convert-mark-converter-prompt): Developers can mark
8228         functions as needing (default), or not needing,
8229         gnus-convert-old-newsrc's "backup before upgrading warning".
8230         (gnus-convert-converter-needs-prompt): Tests whether the user
8231         should be protected from potentially irreversable changes by the
8232         function.
8233
8234         * legacy-gnus-agent.el (): New. Provides converters that are only
8235         loaded when gnus-convert-old-newsrc needs to call them.
8236
8237 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * mail-source.el (mail-source-touch-pop): Doc fix.
8240
8241         * message.el (message-smtpmail-send-it): Doc fix.
8242
8243 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8244
8245         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8246
8247         * nnmail.el (nnmail-split-fancy): do.
8248
8249         * gnus-kill.el (gnus-kill, gnus-execute): do.
8250
8251 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8252
8253         * gnus-sum.el (gnus-widget-reversible-match)
8254         (gnus-widget-reversible-to-internal)
8255         (gnus-widget-reversible-to-external): New functions.
8256         (gnus-widget-reversible): New widget.
8257         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8258
8259 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8260
8261         * gnus-sum.el (gnus-thread-sort-functions)
8262         (gnus-article-sort-functions): Document `(not F)' items.
8263
8264 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * spam.el (spam-use-gmane-xref): new backend
8267         (spam-gmane-xref-spam-group): variable to control the name of the
8268         Gmane spam group
8269         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8270         (spam-regex-headers-spam, spam-regex-headers-ham)
8271         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8272         (spam-list-of-checks): added spam-use-gmane-xref to list of
8273         backends and checks
8274         (spam-check-gmane-xref): function for spam-use-gmane-xref
8275
8276         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8277         an autodetect method
8278
8279 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8280
8281         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8282         articles are being added to a group.
8283         (gnus-request-replace-article): Inform the agent that articles
8284         need to be uncached as the cached contents are no longer valid.
8285
8286 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * binhex.el: Don't autoload executable-find.
8289
8290         * canlock.el: Don't autoload mail-fetch-field.
8291
8292         * dgnushack.el: Autoload c-mode for XEmacs.
8293
8294         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8295
8296         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8297         rmail-dont-reply-to and rmail-output.
8298
8299         * gnus-score.el: Don't autoload ffap-string-at-point.
8300
8301         * gnus-setup.el: Don't autoload sc-cite-original.
8302
8303         * imap.el: Don't autoload base64-decode-string,
8304         base64-encode-string and md5.
8305
8306         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8307         and rmail-msg-restore-non-pruned-header.
8308
8309         * mm-decode.el: Don't autoload executable-find.
8310
8311         * mm-url.el: Don't autoload executable-find.
8312
8313         * mm-view.el: Don't autoload diff-mode.
8314
8315         * nndb.el: Don't autoload news-reply-mode, news-setup,
8316         cancel-timer and telnet.
8317
8318         * password.el: Don't autoload run-at-time for Emacs.
8319
8320         * sha1-el.el: Don't autoload executable-find.
8321
8322         * sieve-mode.el: Don't autoload c-mode.
8323
8324         * uudecode.el: Don't autoload executable-find.
8325
8326 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8327
8328         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8329         (gnus-agent-possibly-alter-active): Avoid null in numeric
8330         comparison.
8331         (gnus-agent-set-local): Refuse to save null in local object table.
8332         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8333         list of articles that will be marked as unread.
8334
8335 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8338
8339 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8340
8341         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8342         language tags.
8343
8344 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8345
8346         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8347         Don't bind "obarray".
8348
8349         * gnus-sum.el (gnus-thread-sort-functions): Added
8350         `gnus-thread-sort-by-most-recent-number' and
8351         `gnus-thread-sort-by-most-recent-date'.
8352         Reported by Kai Grossjohann <kai@emptydomain.de>.
8353
8354 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8357
8358 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8359
8360         * gnus-cus.el (gnus-agent-customize-category): Removed
8361         ignore-errors macro reference that required cl to be loaded at
8362         run-time.
8363
8364         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8365         single-interval range of the form (min . max).  Previously the
8366         range had to look like ((min . max)).  Likewise, return
8367         (min . max) rather than ((min . max)).
8368         (gnus-range-map): Use gnus-range-normalize to accept
8369         single-interval range.
8370
8371         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8372         the cache, but not the agent, now appear with their usual face.
8373
8374         * dgnushack.el (loaddir): New variable that is bound to the
8375         directory containing the dgnushack.el file. Use loaddir, rather
8376         than srcdir, to update load-path. Change lets dgnushack compile
8377         code in directories other than GNUS/lisp.
8378
8379 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * lpath.el: Don't bind w3m-safe-url-regexp.
8382
8383         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8384         w3m-safe-url-regexp variable buffer-local.
8385
8386         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8387
8388 2004-02-27  Simon Josefsson  <jas@extundo.com>
8389
8390         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8391         gnus-group-real-prefix.
8392         (gnus-summary-move-article): Use it, instead of
8393         gnus-group-real-prefix.
8394
8395 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * lpath.el: Bind w3m-safe-url-regexp.
8398
8399         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8400         w3m-safe-url-regexp variable buffer-local and set it as the value
8401         of mm-w3m-safe-url-regexp.
8402
8403         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8404
8405         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8406         parsing gnus-posting-styles when the message is not for replying.
8407
8408         * dgnushack.el: Autoload sgml-mode for XEmacs.
8409
8410         * nnrss.el (nnrss-opml-export): Use
8411         mm-set-buffer-file-coding-system instead of
8412         set-buffer-file-coding-system.
8413
8414 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8415
8416         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8417         of checkdoc.el).
8418         * nnrss.el: do.
8419         * gnus-mlspl.el: do.
8420         * gnus-ml.el: do.
8421         * gnus-srvr.el: do.
8422
8423         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8424
8425 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8426
8427         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8428         Corrections to custom-manual links.
8429
8430         * gnus-art.el (gnus-article): Ditto.
8431
8432         * mm-decode.el (mime-display, mime-security): Ditto.
8433
8434 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8435
8436         * flow-fill.el: Typo.
8437
8438 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8439
8440         * spam-wash.el: New file.
8441
8442 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8443
8444         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8445
8446 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8447
8448         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8449         to be run with new-articles as LIST1, not LIST2
8450         (spam-registration-functions): add spam-use-ham-copy as a nil
8451         registration backend
8452
8453 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8454
8455         * spam-stat.el (spam-stat-washing-hook): New option.
8456         (spam-stat-buffer-words): Use it.
8457         (spam-stat-process-directory, spam-stat-test-directory): Use
8458         insert-file-contents-literally.
8459         (spam-stat-coding-system): New variable.
8460         (spam-stat-load, spam-stat-save): Use it.
8461
8462 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * spam-report.el (spam-report-plug-agent): Quote
8465         spam-report-url-to-file and spam-report-url-ping-plain.
8466
8467 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8470         / in mailto URLs.
8471
8472 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8473
8474         * spam-report.el (spam-report-process-queue): Fix interactive use.
8475         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8476         (spam-report-unplug-agent): Doc fixes.
8477         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8478         (spam-report-agentize, spam-report-deagentize): Autoload
8479
8480 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8483
8484         * message.el (message-setup-fill-variables): Add mml tags to
8485         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8486         <ajk@iu.edu>.
8487         (message-mode): Don't modify paragraph-separate there.
8488
8489 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * compface.el (uncompface-use-external): Default to undecided.
8492         (uncompface-use-external-threshold): New variable.
8493         (uncompface-float-time): New macro.
8494         (uncompface): Determine whether to use the external decoder if
8495         uncompface-use-external is undecided.
8496
8497 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8498
8499         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8500         after images.
8501
8502         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8503
8504 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8505
8506         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8507
8508         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8509
8510         * gnus-sum.el (gnus-summary-limit-to-age)
8511         (gnus-summary-limit-children): do.
8512
8513         * gnus-int.el (gnus-request-scan): do.
8514
8515         * gnus-group.el (gnus-group-suspend): do.
8516
8517         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8518
8519         * gnus-cite.el (gnus-cite-parse-attributions): do.
8520
8521         * gnus-agent.el (gnus-summary-set-agent-mark)
8522         (gnus-agent-regenerate-group): do.
8523
8524         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8525
8526         * binhex.el (binhex-decode-region-internal): do.
8527
8528 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-fun.el (gnus-face-properties-alist): New user option.
8531         (gnus-display-x-face-in-from): Use it.
8532
8533         * gnus-art.el (article-display-face): Ditto.
8534
8535         * compface.el (uncompface-use-external): Default to nil.
8536
8537 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8538
8539         * nntp.el (nntp-erase-buffer): New function.
8540         (nntp-retrieve-data, nntp-send-command)
8541         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8542         (nntp-possibly-change-group): Use it.
8543
8544         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8545         with-current-buffer.
8546
8547 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8548
8549         * compface.el: Merge the ELisp-based uncompface program.
8550         (compface): New customization group.
8551         (uncompface-use-external): New user option.
8552         (uncompface): Call uncompface-internal if uncompface-use-external
8553         is nil.
8554         (uncompface-internal): New function.  Note that there are also
8555         some other functions and variables added for this function.
8556
8557 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8558
8559         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8560         if necessary.
8561
8562 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8563
8564         * spam-report.el (spam-report-unplug-agent)
8565         (spam-report-plug-agent, spam-report-deagentize)
8566         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8567         support for the Agent in spam-report: when unplugged, report to a
8568         file; when plugged, submit all the requests
8569
8570         * spam.el (spam-register-routine): improved message about
8571         registration
8572
8573 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8574
8575         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8576         dependencies.
8577         (rfc2047-encode): Use it.
8578
8579         * gnus-art.el (gnus-button-marker-list): Move before first
8580         reference.
8581
8582         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8583         (imap-parse-body): Fix format string mismatch.
8584
8585         * gnus-score.el (gnus-summary-increase-score): do.
8586
8587         * nnrss.el (nnrss-close): New function.
8588
8589 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8590
8591         * nnrss.el (nnrss-make-filename): New function.
8592         (nnrss-request-delete-group, nnrss-read-server-data)
8593         (nnrss-save-server-data, nnrss-read-group-data)
8594         (nnrss-save-group-data): Use it.
8595         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8596         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8597         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8598
8599 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8600
8601         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8602
8603 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8604
8605         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8606         files.
8607
8608         * message.el (message-generate-headers-first): Don't quote nil
8609         and t in docstrings.
8610
8611         * imap.el (imap-id): do.
8612
8613         * gnus-agent.el (gnus-agent-consider-all-articles)
8614         (gnus-agent-queue-mail): do.
8615
8616 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * spam-report.el (spam-report-process-queue): New function.
8619         Process requests from `spam-report-requests-file'.
8620         (spam-report-process-queue): Doc fix.
8621
8622 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8623
8624         * spam.el (spam-register-routine)
8625         (spam-log-processing-to-registry, spam-log-registered-p)
8626         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8627         change "check" to "spam-check" for semi-clarity
8628
8629 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8630
8631         * pop3.el: Require nnheader.
8632
8633         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8634
8635         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8636
8637         * gnus-picon.el: Require cl.
8638
8639         * gnus-fun.el: Require gnus-ems and gnus-util.
8640
8641         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8642
8643         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8644
8645         * gnus-art.el (gnus-article-edit-mode): Define before first
8646         reference.
8647
8648 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8649
8650         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8651         (gnus-uu-post-encoded): Use point-at-bol.
8652
8653         * gnus-topic.el (gnus-group-active-topic-p): do.
8654
8655         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8656
8657         * gnus-group.el (gnus-group-kill-region): do.
8658
8659         * gnus-art.el (article-date-ut): do.
8660
8661         * message.el (message-fetch-field): Remove redundant
8662         case-fold-search binding.
8663         (message-narrow-to-field): Simplify.
8664
8665 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8666
8667         * spam.el (spam-directory): Derive from `gnus-directory'.
8668
8669         * spam-report.el (spam-report-url-to-file)
8670         (spam-report-requests-file): New function and variable for offline
8671         reporting.
8672         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8673         and user defined function.
8674         (spam-report-url-ping-mm-url): Remove doubled slash.
8675
8676 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8677
8678         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8679
8680 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8681
8682         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8683         format string mismatch.
8684
8685         * sieve.el (sieve-deactivate-all): do.
8686
8687         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8688
8689         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8690
8691         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8692
8693         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8694
8695 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8696
8697         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8698         the list of checks
8699
8700 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8701
8702         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8703         padding.
8704
8705 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8706
8707         * mm-view.el (mm-fill-flowed): New variable.
8708         (mm-inline-text): Use it.
8709
8710 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8711
8712         * spam.el (spam-spamassassin-register-ham-routine)
8713         (spam-spamassassin-register-spam-routine): fixed function names
8714
8715 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * gnus.el (gnus-tmp-grouplens): Remove.
8718         (gnus-summary-line-format): Remove grouplens.
8719
8720         * gnus-group.el (gnus-group-line-format): Ditto.
8721
8722         * gnus-spec.el (gnus-format-specs): Ditto.
8723         (gnus-update-format-specifications): Flush the group format spec
8724         cache if there's the grouplens stuff.
8725         (gnus-parse-simple-format): Replace %l with the empty string.
8726
8727 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
8728
8729         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8730         omission.
8731
8732 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8735         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8736
8737 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8738
8739         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8740         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8741         New macros and functions.
8742         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8743         Handle > NLINK_MAX messages.
8744         * nnmaildir.el (nnmaildir-request-set-mark): Use
8745         nnmaildir--emlink-p and nnmaildir--eexist-p.
8746
8747 2004-01-25  Alex Schroeder  <alex@gnu.org>
8748
8749         * spam-stat.el (spam-stat-process-directory-age): New option.
8750         (spam-stat-process-directory): Use it.
8751
8752 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8753
8754         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8755         (spam-stat-save): Accept prefix argument.
8756
8757 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8758
8759         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8760         links" error.
8761
8762 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8765         the rest of the and/or forms.
8766
8767 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8768
8769         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8770         compatibility with old .newsrc.eld files.
8771
8772         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8773
8774         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8775
8776         * gnus-start.el (gnus-1): do.
8777
8778         * gnus-group.el (gnus-group-line-format-alist): do.
8779
8780         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8781
8782         * gnus-gl.el: Remove.
8783
8784 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8785
8786         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8787         marks consisting of a single range {for example, (3 . 5)} rather
8788         than a list of a single range { ((3 . 5)) }.
8789
8790 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8791
8792         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8793         with-current-buffer.
8794         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8795         avoid consing a string.
8796
8797         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8798         Remove obsolete entries for big5 and gb2312.
8799
8800 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8801
8802         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8803         uncompressed list.
8804
8805 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8806
8807         * spam-stat.el (spam-stat-strip-xref): New function.
8808         (spam-stat-process-directory): Use it.
8809
8810         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8811         here -- it's done in message-fetch-field.
8812
8813 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8814
8815         * gnus-agent.el (gnus-agent-queue-mail,
8816         gnus-agent-prompt-send-queue): New variables.
8817         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8818         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8819         "nndraft:queue" along to gnus-draft-send.  Use
8820         gnus-agent-prompt-send-queue.
8821         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8822         is "nndraft:queue".  Suggested by Gaute Strokkenes
8823         <gs234@srcf.ucam.org>
8824
8825         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8826         (agent-enable-undownloaded-faces): Added
8827         (gnus-agent-cat-groups): Use eval-and-compile, not
8828         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8829         method of gnus-agent-cat-groups even when the buffer has been
8830         evaled.
8831         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8832         delete gnus-agent-save-active-1.
8833         (gnus-agent-save-groups): Deleted. Identical to
8834         gnus-agent-save-active.
8835         (gnus-agent-write-active): No longer adjust agent's copy of active
8836         file as agent's adjustments are now stored in their own
8837         file. Removed optional parameter.
8838         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8839         servers.  Add use of min/max range limits from server's local
8840         file.
8841         (gnus-agent-save-alist): Removed unused optional argument.
8842         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8843         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8844         (gnus-agent-set-local): A per-server file that keeps min/max range
8845         limits for articles known to the agent.  Provides a fast mechanism
8846         for altering many active ranges.
8847         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8848         active file (local makes it unnecessary).
8849         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8850
8851         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8852         (agent-enable-undownloaded-faces): Added
8853
8854         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8855         disable it when sending to "nndraft:queue".
8856         (gnus-group-send-queue): Add safety check to avoid sending queue
8857         when unplugged.
8858
8859         * gnus-group.el (gnus-group-catchup): Use new
8860         gnus-sequence-of-unread-articles, not
8861         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8862         numbers of articles.  Use gnus-range-map to avoid having to
8863         uncompress the unread list.
8864         (gnus-group-archive-directory,
8865         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8866         reference.
8867
8868         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8869         (gnus-sorted-range-intersection): Intersection of two ranges
8870         without requiring that they first be uncompressed.
8871
8872         * gnus-start.el (gnus-activate-group): Unless blocked by the
8873         caller, possibly expand the active range to include both cached
8874         and agentized articles.
8875         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8876         multiple version-dependent converters.
8877         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8878         gnus-agent-save-active.
8879         (gnus-save-newsrc-file): Save dirty agent range limits.
8880
8881         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8882         gnus-agent-possibly-alter-active.
8883         (gnus-adjust-marked-articles): Faster handling of simple lists
8884
8885 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8886
8887         * spam-stat.el (spam-stat-test-directory): New optional argument
8888         displays a list of files detected.  Suggested by Andrew Cohen
8889         <cohen@andy.bu.edu>.
8890         (spam-stat-buffer-words-with-scores): Don't narrow and change
8891         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8892
8893 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
8894
8895         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8896         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8897         (spam-spamassassin-arguments)
8898         (spam-spamassassin-spam-flag-header)
8899         (spam-spamassassin-positive-spam-flag-header)
8900         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8901         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8902         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8903         (spam-list-of-processors, spam-list-of-checks)
8904         (spam-list-of-statistical-checks, spam-registration-functions)
8905         (spam-check-spamassassin-headers, spam-check-spamassassin)
8906         (spam-spamassassin-score)
8907         (spam-spamassassin-register-with-sa-learn)
8908         (spam-spamassassin-register-spam-routine)
8909         (spam-spamassassin-register-ham-routine)
8910         (spam-assassin-register-spam-routine)
8911         (spam-assassin-register-ham-routine): add SpamAssassin support
8912         (spam-bogofilter-score): fix to show article before scoring
8913
8914 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8915
8916         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8917         default scoring function
8918         (spam-generic-score): calls spam-spamassassin-score if
8919         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8920         spam-bogofilter-score otherwise.
8921
8922         * gnus.el (spam-process, spam-autodetect-methods): add
8923         spamassassin and spamassassin-headers
8924
8925 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
8926
8927         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8928         Suppress unnecessary messages.
8929
8930 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8931
8932         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8933         make-hash-table.
8934
8935 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * canlock.el (base64-encode-string): Don't autoload it.
8938
8939 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * run-at-time.el: Remove useless (require 'itimer),
8942         eval-and-compile and (featurep 'xemacs).
8943
8944 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8945
8946         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8947         GROUP is a virtual group.
8948
8949 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8950
8951         * gnus.el: Autoload `message-y-or-n-p'.
8952
8953 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8954
8955         * pgg-parse.el: Remove unnecessary (require 'custom).
8956
8957         * pgg-def.el: do.
8958
8959         * nnmail.el: do.
8960
8961         * gnus-undo.el: do.
8962
8963         * gnus-picon.el: do.
8964
8965         * gnus-util.el: do.
8966
8967 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8970
8971 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8974         handle, as well as a list.
8975
8976         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8977         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8978         (mm-w3m-cid-retrieve): Simplify.
8979
8980 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
8981
8982         * message.el (message-kill-to-signature): Allow prefix arg to
8983         specify number of lines to keep before signature.
8984
8985 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8986
8987         (message-kill-to-signature): Change docstring.
8988
8989 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * canlock.el: Always require sha1-el.
8992         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8993
8994         * message.el: Autoload sha1 only when compiling.
8995
8996         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8997         eudc-expand-inline for XEmacs.
8998
8999 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * message.el (message-canlock-generate): Require sha1-el.
9002
9003 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9004
9005         * message.el (message-expand-name): Silence the byte compiler.
9006
9007         * lpath.el: Add detect-coding-system.
9008
9009         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9010         cus-edit.
9011
9012 2004-01-13  Simon Josefsson  <jas@extundo.com>
9013
9014         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9015         Invoke gnus-score-mode.  Reported by
9016         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9017
9018         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9019         Jim Blandy <jimb@redhat.com> (tiny change).
9020
9021 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9022
9023         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9024
9025 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9026
9027         * spam.el (spam-get-article-as-string): updated to use
9028         gnus-request-article-this-buffer, much simpler
9029         (spam-get-article-as-buffer): removed
9030
9031 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9032
9033         * message.el (message-expand-name): Use EUDC if the user uses
9034         that.
9035
9036 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9037
9038         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9039         character for the encoding to avoid consing a string.
9040
9041         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9042         unnecessarily.
9043
9044         * mm-util.el (mm-replace-chars-in-string): Remove.
9045
9046         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9047         of mm-replace-chars-in-string.
9048
9049 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9050
9051         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9052         strings.
9053
9054         * mm-util.el (mm-subst-char-in-string): Support inplace.
9055
9056         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9057         a new string in every iteration.  Use shy groups.
9058
9059 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9060
9061         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9062         (gnus-group-change-level, gnus-kill-newsgroup)
9063         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9064         (gnus-get-unread-articles, gnus-make-articles-unread)
9065         (gnus-make-ascending-articles-unread): Use accessor
9066         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9067         to get group information for improved readability.
9068
9069         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9070
9071         * gnus-soup.el (gnus-soup-group-brew): do.
9072
9073         * gnus-msg.el (gnus-put-message): do.
9074
9075         * gnus-move.el (gnus-group-move-group-to-server): do.
9076
9077         * gnus-kill.el (gnus-batch-score): do.
9078
9079         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9080         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9081         (gnus-group-update-group, gnus-group-read-group)
9082         (gnus-group-make-group, gnus-group-make-help-group)
9083         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9084         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9085         (gnus-group-sort-by-unread, gnus-group-catchup)
9086         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9087         (gnus-group-yank-group, gnus-group-set-info)
9088         (gnus-group-list-groups): do.
9089
9090         * gnus.el (gnus-generate-new-group-name): do.
9091
9092         * gnus-delay.el (gnus-delay-send-queue): do.
9093
9094         * nnvirtual.el (nnvirtual-catchup-group): do.
9095
9096         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9097         do.
9098
9099         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9100         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9101
9102         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9103         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9104         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9105         (gnus-group-make-articles-read): do.
9106
9107 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9108
9109         * gnus-art.el (article-decode-mime-words, article-babel)
9110         (gnus-article-highlight-signature, gnus-article-add-buttons)
9111         (gnus-signature-toggle): Use gnus-with-article-buffer.
9112
9113         * gnus-art.el (gnus-article-highlight-headers)
9114         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9115
9116         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9117         (gnus-article-set-globals, gnus-request-article-this-buffer)
9118         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9119         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9120         (gnus-mime-display-alternative): Use with-current-buffer.
9121
9122 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9123
9124         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
9125         also under 80 char limit, and call gnus-error if needed
9126         (spam-fetch-article-header): finally fixed - it was a
9127         buffer-local variable (gnus-newsgroup-data)
9128         (spam-find-spam): use spam-generate-fake-headers, forget about
9129         spam-insert-fake-headers
9130         (spam-insert-fake-headers): removed
9131
9132 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9133
9134         * deuglify.el (gnus-article-outlook-unwrap-lines)
9135         (gnus-outlook-rearrange-article)
9136         (gnus-outlook-repair-attribution-outlook)
9137         (gnus-outlook-repair-attribution-block)
9138         (gnus-outlook-repair-attribution-other): Remove redundant
9139         save-excursion.
9140
9141 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9142
9143         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9144         (spam-fetch-field-subject-fast)
9145         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9146         (spam-fetch-article-header): new functions to deal with Gnus
9147         internals for fast retrieval of article header data
9148         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
9149
9150 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9151
9152         * pop3.el (pop3-md5): Remove.
9153         (pop3-apop): Replace pop3-md5 with md5.
9154
9155         * mm-bodies.el: base64 is always built-in.
9156
9157         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9158         with-current-buffer.
9159
9160 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * canlock.el (canlock-insert-header): Remove excessive grouping in
9163         regexp.
9164
9165         * gnus-sum.el (gnus-summary-read-document): Ditto.
9166
9167         * gnus-uu.el (gnus-uu-part-number): Ditto.
9168
9169         * html2text.el (html2text-remove-tags): Ditto.
9170         (html2text-format-tags): Ditto.
9171         (html2text-format-single-elements): Ditto.
9172
9173         * mml.el (mml-parse-1): Ditto.
9174
9175 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9176
9177         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9178
9179         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9180
9181         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9182
9183         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9184
9185 2003-11-15  Simon Josefsson  <jas@extundo.com>
9186
9187         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9188         (pgg-gpg-lookup-key): Use regexp match instead of
9189         split-string (split-string is different between emacs 21.2 and
9190         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9191
9192 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9193
9194         * gnus-art.el (gnus-mime-view-all-parts)
9195         (gnus-article-part-wrapper, gnus-article-view-part): Use
9196         with-current-buffer.
9197
9198 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9199
9200         * spam.el (spam-disable-spam-split-during-ham-respool)
9201         (spam-spamoracle-database, spam-cache-lookups)
9202         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9203         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9204         (spam-group-ham-marks, spam-group-spam-marks)
9205         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9206         (spam-list-of-processors, spam-list-of-statistical-checks): doc
9207         fix, also add spam-use-blackholes to the statistical checks
9208         (spam-fetch-field-fast): new interface to fetching fields, may
9209         become a macro
9210         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9211         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
9212         (spam-insert-fake-headers): fake an article when needed
9213         (spam-find-spam): fake article when possible
9214         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9215         (spam-check-bogofilter-headers): use message-fetch-field instead
9216         of nnmail-fetch-field
9217
9218 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9221
9222 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9223
9224         * spam.el (spam-split): do not require spam-use-CHECK to be
9225         enabled if that check is passed to spam-split explicitly; also
9226         fix so 'spam doesn't get converted to spam-split-group when
9227         spam-split-symbolic-return is t
9228         (spam-find-spam): find registrations of the article and use those
9229         instead of re-running spam-split to find the spam/ham
9230         classification of the article
9231         (spam-log-processing-to-registry, spam-log-registered-p)
9232         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9233         use gnus-error instead of gnus-message
9234         (spam-log-registration-type): new function to determine the
9235         classification of a message based on registry entries; will
9236         return nil if both 'spam and 'ham are found
9237         (spam-check-BBDB): expand all the BBDB macros here so we can have
9238         a reasonably fast local cache without the loading errors
9239         (spam-cache-lookups): set to t by default
9240         (spam-find-spam): don't try to guess spam-cache-lookups
9241         (spam-enter-whitelist, spam-enter-blacklist): also clear the
9242         spam-caches entry
9243         (spam-filelist-build-cache, spam-filelist-check-cache): better
9244         caching of whitelist/blacklist entries
9245         (spam-check-whitelist, spam-check-blacklist): invoke
9246         spam-from-listed-p with a type, not a cache variable
9247         (spam-from-listed-p): wrap around spam-filelist-check-cache
9248
9249 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9250
9251         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9252
9253         * nnmail.el (nnmail-split-fancy): do.
9254
9255         * mml.el (mml-parse): do.
9256
9257         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9258         (gnus-score-adaptive): do.
9259
9260 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9263         (gnus-mime-button-map): Don't set keymap parent.
9264         (gnus-button-ctan-directory-regexp): Use shy grouping.
9265         (gnus-prev-page-map): Don't set keymap parent.
9266         (gnus-prev-page-map): Remove duplicated one.
9267         (gnus-next-page-map): Don't set keymap parent.
9268         (gnus-mime-security-button-map): Ditto.
9269
9270         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9271         version number.
9272
9273         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9274
9275 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * canlock.el (canlock-sha1-function): Remove.
9278         (canlock-sha1-function-for-verify): Remove.
9279         (canlock-openssl-program): Remove.
9280         (canlock-openssl-args): Remove.
9281         (canlock-ignore-errors): Remove.
9282         (canlock-sha1-with-openssl): Remove.
9283         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9284         (canlock-verify): Don't use canlock-ignore-errors.
9285
9286         * sha1-el.el (sha1-string-external): Make it can return a string
9287         in binary form.
9288         (sha1-region-external): Ditto.
9289         (sha1-string-internal): Ditto.
9290         (sha1-region-internal): Ditto.
9291         (sha1-region): Ditto.
9292         (sha1-string): Ditto.
9293         (sha1): Ditto.
9294
9295 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9296
9297         * spam.el (spam-report-articles-gmane): New command.
9298
9299 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9302
9303         * run-at-time.el (run-at-time-saved): Remove.
9304         (run-at-time): Doc fix.
9305
9306 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9307
9308         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9309         (gnus-summary-limit-map): Add it.
9310         (gnus-summary-make-menu-bar): do.
9311
9312 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9313
9314         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9315         first attempt at some caching support (done for BBDB only now)
9316         (spam-find-spam): set spam-cache-lookups if there are more than 2
9317         addresses to be checked
9318         (spam-clear-cache-BBDB): new function, to be invoked by
9319         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9320         (spam-check-BBDB): check and use the caches, if
9321         spam-cache-lookups is on
9322         remove superfluous (provide)
9323
9324 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9327
9328 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9329
9330         * run-at-time.el (run-at-time-saved): Move to after the definition
9331         of `run-at-time'.
9332
9333         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9334
9335 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9338         mm-w3m-local-map-property.
9339
9340         * mm-view.el (mm-w3m-mode-map): Remove.
9341         (mm-w3m-local-map-property): Remove.
9342         (mm-inline-text-html-render-with-w3m): Don't use
9343         mm-w3m-local-map-property.
9344
9345 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9346
9347         * run-at-time.el: New file.
9348
9349         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9350         under Emacs.
9351
9352         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9353         of gnus-set-text-properties.
9354
9355         * gnus-uu.el (gnus-uu-save-article): Ditto.
9356
9357         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9358
9359         * gnus-cite.el (gnus-cite-parse): Ditto.
9360
9361         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9362         of gnus-.
9363
9364         * gnus-xmas.el (run-at-time): Require run-at-time.
9365
9366         * gnus.el: Changed calls to nnheader-run-at-time and
9367         password-run-at-time throughout to use run-at-time directly.
9368
9369         * password.el: Removed definition of run-at-time.
9370
9371         * nnheaderxm.el: Remove definition of run-at-time.
9372
9373 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9374
9375         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9376         in prompt.
9377
9378 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9379
9380         * messagexmas.el (message-xmas-redefine): Alias
9381         `message-make-caesar-translation-table' to
9382         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9383         version.
9384
9385         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9386         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9387         `gnus-xmas-set-text-properties'.
9388         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9389         `gnus-xmas-completing-read'.
9390         (gnus-xmas-completing-read): Removed.
9391         (gnus-xmas-open-network-stream): Removed.
9392
9393         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9394         XEmacs version.
9395
9396         * dns.el (dns-make-network-process): Use `open-network-stream'
9397         instead of `gnus-xmas-open-network-stream'.
9398
9399         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9400
9401         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9402
9403 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9404
9405         * gnus-art.el (gnus-mime-display-alternative)
9406         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9407         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9408         Don't use gnus-local-map-property.
9409
9410         * gnus-util.el (gnus-local-map-property): Remove.
9411
9412         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9413         gnus-completing-read-maybe-default with completing-read.
9414
9415         * gnus-util.el (gnus-completing-read): do.
9416         (gnus-completing-read-maybe-default): Remove.
9417
9418 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9419
9420         * password.el: Only autoload `run-at-time' if not XEmacs.
9421         Only autoload the itimer functions if XEmacs.
9422
9423 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9426         XEmacsen.
9427
9428         * dgnushack.el: Autoload executable-find for XEmacs.
9429
9430 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9431
9432         * gnus-art.el (gnus-read-string): Remove.
9433         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9434         read-string.
9435
9436 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9437
9438         * netrc.el: autoload password-read
9439         (netrc): new configuration group
9440         (netrc-encoding-method, netrc-openssl-path): configuration
9441         variables for encoding and decoding of files with symmetric
9442         ciphers
9443         (netrc-encode): assistant function to encode a file with
9444         netrc-encoding-method
9445         (netrc-parse): added interactive parameter, added optional
9446         decoding if netrc-encoding-method is non-nil but otherwise
9447         behavior is standard
9448         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9449         s/encode/encrypt/ everywhere
9450
9451         * spam.el: remove executable-find autoload
9452
9453 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9454
9455         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9456
9457         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9458
9459 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * gnus-art.el (gnus-treat-ansi-sequences,
9462         article-treat-ansi-sequences): New variable and function.
9463         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9464
9465         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9466         Use it.
9467
9468 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9469
9470         * mm-util.el (mm-quote-arg): Remove.
9471
9472         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9473         shell-quote-argument.
9474
9475         * gnus-uu.el (gnus-uu-command): do.
9476
9477         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9478
9479         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9480         with make-char.
9481
9482         * mm-util.el (mm-make-char): Remove.
9483
9484         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9485         add-minor-mode.
9486
9487         * gnus-undo.el (gnus-undo-mode): do.
9488
9489         * gnus-topic.el (gnus-topic-mode): do.
9490
9491         * gnus-sum.el (gnus-dead-summary-mode): do.
9492
9493         * gnus-start.el (gnus-slave-mode): do.
9494
9495         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9496
9497         * gnus-ml.el (gnus-mailing-list-mode): do.
9498
9499         * gnus-gl.el (gnus-grouplens-mode): do.
9500
9501         * gnus-draft.el (gnus-draft-mode): do.
9502
9503         * gnus-dired.el (gnus-dired-mode): do.
9504
9505         * gnus-ems.el (gnus-add-minor-mode): Remove.
9506
9507         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9508         Replace gnus-char-width with char-width.
9509
9510         * gnus-ems.el (gnus-char-width): Remove.
9511
9512         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9513         Replace gnus-char-width with char-width.
9514
9515         * gnus-ems.el (gnus-char-width): Remove.
9516
9517         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9518         definition.
9519         Remove Emacs 20 hash table compatibility code.
9520
9521         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9522         20 compatibility code.
9523
9524         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9525
9526         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9527
9528         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9529         with point-at-{eol,bol}.
9530
9531         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9532
9533         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9534
9535         * flow-fill.el (fill-flowed-point-at-bol,
9536         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9537
9538         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9539         Replace with point-at-{eol,bol} throughout all files.
9540
9541 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * ntlm.el (ntlm-string-as-unibyte): New macro.
9544         (ntlm-build-auth-response): Use it.
9545
9546         Remove Emacs 20 stuff:
9547         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9548         (butlast, mapc, remove): Remove the compiler macros.
9549         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9550         of delq and copy-sequence.
9551         * gnus-art.el (popup-menu): Remove the compiler macro.
9552         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9553         Emacs 20.
9554
9555 2004-01-05  Simon Josefsson  <jas@extundo.com>
9556
9557         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9558         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9559         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9560         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9561         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9562         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9563         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9564         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9565         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9566         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9567         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9568         string-xor into ntlm-string-xor.  Suggested by
9569         Jesper Harder <harder@myrealbox.com>.
9570
9571         * ntlm.el: Don't include poem.
9572
9573         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9574         Jesper Harder <harder@myrealbox.com>.
9575
9576         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9577
9578         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9579         probably breaks emacs with DL patch, but do we care? Is anyone
9580         still using the DL stuff?)
9581
9582         * sieve-manage.el: Use the password package.
9583         (sieve-manage-read-passwd): Remove.
9584         (sieve-manage-interactive-login): Use password.  Re-add
9585         condition-case around loop.
9586
9587         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9588         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9589         the password package.
9590
9591 2003-02-19  Simon Josefsson  <jas@extundo.com>
9592
9593         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9594         token.
9595
9596 2002-08-07  Simon Josefsson  <jas@extundo.com>
9597
9598         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9599         (sieve-manage-authenticators):
9600         (sieve-manage-authenticator-alist): Add some SASL mechs.
9601         (sieve-sasl-auth): New function.
9602         (sieve-manage-cram-md5-auth):
9603         (sieve-manage-plain-auth): Rewrite using SASL library.
9604         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9605         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9606         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9607         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9608
9609 2004-01-05  Simon Josefsson  <jas@extundo.com>
9610
9611         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9612         New files.
9613
9614 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * gnus-group.el (gnus-no-groups-message): Update.
9617
9618         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9619
9620 2003-11-09  Simon Josefsson  <jas@extundo.com>
9621
9622         * imap.el: Support for ID IMAP extension (RFC 2971).
9623         (imap-local-variables): Add imap-id.
9624         (imap-id): New variable.
9625         (imap-id): New function.
9626         (imap-parse-response): Parse untagged ID response.
9627         * nnimap.el (nnimap-id): New variable.
9628         (nnimap-open-connection): Use it.
9629
9630 2003-12-28  Simon Josefsson  <jas@extundo.com>
9631
9632         * gnus-score.el (gnus-score-edit-all-score): New.
9633         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9634
9635 2004-01-04  Simon Josefsson  <jas@extundo.com>
9636
9637         * password.el: Add.
9638
9639 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9640
9641         * dns.el: Add support for AAAA records (see RFC 3596)
9642
9643         * Fix typo PRT -> PTR
9644
9645         * Parse MX, PTR and SOA replies (see RFC 1035)
9646
9647 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648
9649         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9650
9651         * Moved to Changelog.2.
9652
9653 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654
9655         * gnus.el (gnus-version-number): Bump version.
9656
9657 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9658
9659         * gnus.el: No Gnus v0.1 is released.
9660
9661 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9662
9663         * gnus.el: No Gnus v0.0 is released.
9664
9665 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * gnus.el (gnus-version-number): Bump.
9668         (gnus-version): No.
9669
9670 See ChangeLog.2 for earlier changes.
9671
9672     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9673   Copying and distribution of this file, with or without modification,
9674   are permitted provided the copyright notice and this notice are preserved.
9675
9676 ;; Local Variables:
9677 ;; coding: iso-2022-7bit
9678 ;; fill-column: 79
9679 ;; End:
9680
9681 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4