(spam-parse-address): new function for better parsing,
[gnus] / lisp / ChangeLog
1 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * spam.el (spam-parse-address): new function for better parsing,
4         catching errors, etc.
5         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use it
6
7 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8
9         * mm-view.el: Add interactive arg to html2text autoload.
10
11 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14
15 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16
17         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
18         variables.
19         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
20         (mm-charset-synonym-alist): Move some entries to
21         mm-codepage-iso-8859-list.
22
23         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
24
25 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
26
27         * message.el (message-citation-line-format)
28         (message-insert-formated-citation-line): Fix implementation of %E, %N
29         and %n according to the doc string.
30
31 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
32
33         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use
34         car-safe to avoid bad parses
35
36 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
39         names.
40
41         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
42
43 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
46         header.
47
48         * message.el (message-draft-headers): Add Date.
49         (message-headers-to-generate): Fix typo in docstring.
50
51         * nndraft.el (nndraft-required-headers): New variable.
52         (nndraft-generate-headers): Use it.
53
54         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
55
56 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
57
58         * gnus-registry.el (gnus-registry-wash-for-keywords)
59         (gnus-registry-find-keywords): new functions to allow easy searching of
60         articles that are in the registry
61
62 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
63
64         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): use
65         ietf-drums-parse-address instead of gnus-extract-address-components.
66         Reported by Damien Elmes <damien@repose.cx>.
67
68 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
69
70         * gnus.el (gnus-mime): Remove unused custom group.
71
72 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
73
74         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
75         "blank line" when searching for end of armor headers.
76
77 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * gmm-utils.el (gmm-write-region): Fix variable name.
80
81 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
82
83         * gmm-utils.el (gmm-write-region): New function based on compatibility
84         code from `mm-make-temp-file'.
85
86         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
87
88         * nnmaildir.el (nnmaildir--update-nov)
89         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
90         Use `gmm-write-region'.
91
92 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
93
94         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
95         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
96
97         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
98
99         * message.el (message-replacement-char): New variable.
100         (message-fix-before-sending): Use it.
101         (message-simplify-subject): New function to remove duplicate code.
102         (message-reply, message-followup): Use it.
103
104         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
105         gnus-summary-limit-to-articles.
106
107 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-util.el (gnus-with-local-quit): New macro.
110
111         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
112
113 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
114
115         * gnus-util.el (gnus-string-remove-all-properties): another fix
116
117 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
118
119         * gnus-util.el (gnus-string-remove-all-properties): fix to ignore
120         non-string data (needs to be done in the registry too)
121
122 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
123
124         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
125         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
126         (gnus-registry-split-fancy-with-parent)
127         (gnus-registry-fetch-simplified-message-subject-fast)
128         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
129         remove text properties on ingress into the registry and when it's saved
130         (gnus-registry-clean-empty-function): fixed bug with cleaning the
131         registry from entries with no groups
132
133 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
134
135         * gnus-util.el (gnus-string-remove-all-properties): utility function to
136         remove string properties
137
138 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
139
140         * gmm-utils.el (gmm): Adjust custom version.
141
142         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
143         custom version.
144
145         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
146
147 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
148
149         * gnus-art.el (gnus-insert-prev-page-button)
150         (gnus-insert-next-page-button): Simplify.  Reformat.
151
152 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
153
154         * gnus-art.el (gnus-insert-prev-page-button)
155         (gnus-insert-next-page-button): Apply gnus-article-button-face.
156
157 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
158
159         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
160
161 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
162
163         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
164         gnus-article-button-face to MIME and security buttons.
165
166 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
167
168         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
169         readable.
170
171 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
174
175 2006-09-20  Steve Youngs  <steve@sxemacs.org>
176
177         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
178         `browse-url-of-file' instead of `browse-url'.
179
180 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
181
182         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
183         regexp.  Articles containing quotation were cut prematurely.
184
185 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * message.el (message-cite-original-1): Use nobody by default for the
188         value of From header.
189         (message-reply): Ditto.
190
191 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
192
193         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
194         to the gnus-info.  This fixes a bug of inline-PGP message verification.
195         Reported by Michael Piotrowski <mxp@dynalabs.de>.
196
197 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
198
199         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
200         mails in the doc string.  Add some URLs in comment.
201         (pop3-movemail): Warn about pop3-leave-mail-on-server.
202
203 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
206         backslashes handling and the way to find boundaries of quoted strings.
207
208 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
209
210         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
211         mml1991-encrypt-to-self is set and mml1991-signers is not set.
212         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
213         mml2015-encrypt-to-self is set and mml2015-signers is not set.
214
215 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
216
217         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
218         doc string.
219         (gnus-button-regexp, gnus-button-last): Remove unused variables.
220
221 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
222
223         * lpath.el: Fbind epg-check-configuration.
224
225 2006-09-06  Simon Josefsson  <jas@extundo.com>
226
227         * mml2015.el (mml2015-use): Doc fix, mention epg.
228
229 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
230
231         * mml2015.el (mml2015-use): Default to epg, if available.
232
233 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
234
235         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
236         message-sender.
237         (mml1991-epg-encrypt): Ditto.
238         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
239         message-sender.
240         (mml2015-epg-encrypt): Ditto.
241
242 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
243
244         * message.el (message-send-mail-with-sendmail): Look for sendmail in
245         several common directories.
246
247 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
248
249         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
250         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
251
252 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * gnus-art.el (article-decode-encoded-words): Make it fast.
255
256 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
259
260         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
261         in quoted string into `\'.
262
263 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
266         Use standard-syntax-table.
267
268 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * gnus-art.el (gnus-decode-address-function): New variable.
271         (article-decode-encoded-words): Use it to decode headers which are
272         assumed to contain addresses.
273         (gnus-mime-delete-part): Remove useless `or'.
274
275         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
276         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
277         (gnus-nov-parse-line): Use it to decode From header.
278         (gnus-get-newsgroup-headers): Ditto.
279         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
280
281         * mail-parse.el (mail-decode-encoded-address-region): New alias.
282         (mail-decode-encoded-address-string): New alias.
283
284         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
285         New function.
286         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
287         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
288         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
289         (rfc2047-decode-string): Ditto.
290         (rfc2047-decode-address-region): New function.
291         (rfc2047-decode-address-string): New function.
292
293 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
294
295         * message.el (message-caesar-buffer-body): Allow rotating headers.
296
297         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
298
299         * message.el (message-insert-formated-citation-line): Fix %f.
300         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
301
302 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
305         (gnus-bookmark-mouse-available-p): New macro.
306         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
307         (gnus-bookmark-bmenu-show-infos): Use it.
308         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
309         (gnus-bookmark-bmenu-hide-infos): Ditto.
310         (gnus-bookmark-remove-properties): New function.
311         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
312         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
313         (gnus-bookmark-write-file): Bind coding-system-for-write.
314         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
315         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
316         group before selecting it.
317         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
318         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
319         quit-window if it is not available; use gnus-mouse-2 and bind it to
320         gnus-bookmark-bmenu-select-by-mouse.
321         (gnus-bookmark-show-details): Remove unused variable `details-list'.
322         (gnus-bookmark-bmenu-select-by-mouse): New function.
323
324 2006-08-13  Romain Francoise  <romain@orebokech.com>
325
326         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
327         space.
328
329 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * compface.el (uncompface): Use binary rather than raw-text-unix.
332
333 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * compface.el (uncompface): Make sure the eol conversion doesn't take
336         place when communicating with the external programs.  Reported by
337         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
338
339 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * nnheader.el (nnheader-insert-head): Fix typo in comment.
342
343 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
344
345         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
346         Make it more robust by parsing author and date independently.
347
348 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
351
352 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
353
354         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
355         first matching secret key.
356         (mml2015-epg-encrypt): Ditto.
357
358         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
359         first matching secret key.
360         (mml1991-epg-encrypt): Ditto.
361
362         * mml2015.el (mml2015-encrypt-to-self): New user option.
363         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
364         mml2015-epg-encrypt-to-self is set.
365
366         * mml1991.el (mml1991-encrypt-to-self): New variable.
367         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
368         mml1991-epg-encrypt-to-self is set.
369
370         * mml2015.el (mml2015-signers): New user option.
371         (mml2015-epg-sign): Reflect the value of mml2015-signers.
372         (mml2015-epg-encrypt): Allow to select signing keys.
373
374         * mml1991.el (mml1991-signers): New variable.
375         (mml1991-epg-sign): Reflect the value of mml1991-signers.
376         (mml1991-epg-encrypt): Allow to select signing keys.
377
378 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * nnheader.el (nnheader-insert-head): Make it work even if the file
381         uses CRLF for the line-break code.
382
383 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
384
385         * mml2015.el: Require mml-sec instead of password.
386         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
387         (mml2015-cache-passphrase): Inherit the default value from
388         mml-secure-cache-passphrase.
389         (mml2015-passphrase-cache-expiry): Inherit the default value from
390         mml-secure-passphrase-cache-expiry.
391
392         * mml1991.el: Require mml-sec instead of password.
393         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
394         (mml1991-cache-passphrase): Inherit the default value from
395         mml-secure-cache-passphrase.
396         (mml1991-passphrase-cache-expiry): Inherit the default value from
397         mml-secure-passphrase-cache-expiry.
398
399         * mml-sec.el: Require password.
400         (mml-secure-verbose): New user option.
401         (mml-secure-cache-passphrase): New user option.
402         (mml-secure-passphrase-cache-expiry): New user option.
403
404 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
405
406         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
407         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
408         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
409
410         FIXME: Use `tiny change'?
411
412 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
413
414         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
415         workaround for the url package included with Emacs.
416
417         * nnweb.el (nnweb-google-create-mapping): Update regexp.
418
419 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
422         correctly.  This fixes a bug caused by the 2006-05-12 change.
423
424 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
425
426         * nnmail.el (nnmail-article-group): If splitting raises an error, give
427         some information about the error when saying that the `bogus' mail
428         group will be used.
429
430 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
431
432         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
433         string.
434
435 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
436
437         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
438
439 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
440
441         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
442
443 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
444
445         * mml1991.el (mml1991-function-alist): Add epg.
446         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
447         (mml1991-epg-encrypt): New functions.
448
449 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
450
451         * mml2015.el (mml2015-verbose): New variable.
452         (mml2015-cache-passphrase): Ditto.
453         (mml2015-passphrase-cache-expiry): Ditto.
454         (mml2015-function-alist): Add epg.
455         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
456         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
457         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
458         functions.
459
460 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
461
462         * message.el (message-cite-original-1): Preserve region when removing
463         quoted text due to X-No-Archive in order to avoid bogus attribution
464         when citing multiple messages.
465
466 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
467
468         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
469         Kenneth Jacker <khj@be.cs.appstate.edu>.
470
471 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
472
473         * gnus-diary.el (gnus-user-format-function-d)
474         (gnus-user-format-function-D): Autoload.
475
476         * imap.el (Commentary): Fix typo.
477
478         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
479         2006-04-22 contribution.
480
481 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
482
483         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
484         It didn't really fix the bogosity I'm seeing with solid web groups.
485
486 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
487
488         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
489         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
490         created using server names.  If we use the feature without declaring
491         it, Gnus does not properly manage server and group state.
492
493         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
494         bound.
495
496 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
497
498         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
499         looking up the method using GROUP's prefix before inventing a new one.
500         It is used on killed/unknown groups in various places where returning
501         an all-new method isn't expected by the caller.
502
503         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
504         and match semantics of gnus-group-real-prefix.
505
506 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
507
508         * nnmail.el (nnmail-broken-references-mailers): New variable.
509         (nnmail-ignore-broken-references): New function generalizing
510         nnmail-fix-eudora-headers.
511         (nnmail-fix-eudora-headers): Now obsolete.
512
513         * gnus-art.el (gnus-button-handle-custom): Support
514         `customize-apropos*'.
515
516 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
519
520         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
521         articles.
522
523 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
524
525         * message.el (message-cite-reply-above): New variable.
526         (message-yank-original): Use it.
527
528 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
531
532 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
533
534         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
535         as read.
536
537         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
538
539 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
540
541         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
542         (gnus-bookmark-default-file): Use gnus-directory.
543         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
544         Remove "*" in doc string.
545         (gnus-bookmark-write-file): Simplify.
546         (gnus-bookmark-maybe-sort-alist): Use `when'.
547         (gnus-bookmark-get-bookmark): Fix typo in doc string.
548         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
549         FIXME about Emacs 21 and XEmacs compatibility.
550         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
551         compatibility.
552         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
553         compatibility.
554         (gnus-bookmark-menu-heading): Fix version.
555
556 2006-06-19  Bastien Guerry  <bzg@altern.org>
557
558         * gnus-bookmark.el: New file.
559
560 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * message.el (message-syntax-checks): Doc fix.
563
564 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
565
566         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
567         unsubscribed groups as if they were killed ones.  It causes duplicate
568         entries in gnus-newsrc-alist.
569
570 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * message.el (message-syntax-checks): Doc fix.
573         (message-send-mail): Add check for continuation headers.
574         (message-check-news-header-syntax): Fix regexp used to check for
575         continuation headers.
576
577 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
580
581 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
582
583         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
584
585 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
588         default-truncate-lines.
589
590 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
593         to fill the utf-8 entry.
594
595         * lpath.el: Fbind unicode-precedence-list.
596
597 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
598
599         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
600
601 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
602
603         * gnus-agent.el (directory-files-and-attributes): Move all the way
604         forward (the third and final move).
605         (gnus-agent-read-agentview): Trap reconstruction errors due to
606         nonexistant directory.  Handle by returning nil.
607
608 2006-05-30  Didier Verna  <didier@xemacs.org>
609
610         * message.el (message-dont-reply-to-names): Update the custom type.
611         * message.el (message-dont-reply-to-names): New defsubst: potentially
612         convert a list of regexps into a single one.
613         * message.el (message-get-reply-headers): Use it.
614         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
615
616 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * gnus-agent.el (directory-files-and-attributes): Move forward.
619
620 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
621
622         * gnus-ml.el (gnus-mailing-list-subscribe)
623         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
624         (gnus-mailing-list-message): Fix doc strings.
625
626 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
627
628         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
629         of doing it manually.
630
631 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
632
633         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
634         comment.
635
636 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
637
638         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
639         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
640         (gnus-agent-read-local): All symbols allocated in my-obarray
641         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
642         (gnus-agent-regenerate-group): Check numeric names to see if they are
643         messages or groups.
644         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
645         better way of do this...)
646
647         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
648         'dummy.group' (there should be a better way of do this...)
649
650 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
653         (gnus-saved-headers): Ditto.
654         (gnus-default-article-saver): Mention functions may have properties.
655         (gnus-article-save): Override gnus-save-all-headers and
656         gnus-saved-headers by :headers property which saver function may have.
657         (gnus-summary-save-in-file): Add :headers property.
658         (gnus-summary-write-to-file): Ditto.
659
660         * gnus-sum.el (gnus-summary-save-article): Bind
661         gnus-prompt-before-saving to t when saving many articles in a file;
662         always show all headers.
663
664         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
665
666 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
667
668         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
669         marks.
670
671         * message.el (message-indent-citation): Add optional arguments to allow
672         using it outside of message buffers.
673
674         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
675         (gnus-article-treat-unfold-headers): Use it.
676         (gnus-article-truncate-lines): New variable.
677         (gnus-article-mode): Use it.
678         (gnus-article-toggle-truncate-lines): New function.
679
680         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
681         gnus-article-toggle-truncate-lines.
682
683         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
684         coding system in XEmacs, use binary.
685
686 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
689         after-load-alist.
690
691         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
692         this function should save decoded articles.
693         (gnus-summary-write-to-file): Use property to specify this function
694         should save decoded articles and specify gnus-summary-save-in-file
695         should be used to save articles other than the first one when saving
696         many articles.
697         (gnus-summary-save-body-in-file): Use property to specify this
698         function should save decoded articles.
699         (gnus-summary-write-body-to-file): Use property to specify this
700         function should save decoded articles and specify
701         gnus-summary-save-body-in-file should be used to save articles other
702         than the first one when saving many articles.
703
704         * gnus-sum.el (gnus-summary-save-article): Simplify.
705
706 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * gnus-art.el (gnus-default-article-saver): Add
709         gnus-summary-write-body-to-file.
710         (gnus-article-save-coding-system): Don't use coding system object
711         in XEmacs.
712         (gnus-read-save-file-name): Add optional `dir-var' argument which
713         specifies directory in which files are saved; work even if optional
714         `variable' argument is not specified.
715         (gnus-summary-write-to-file): Read file name.
716         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
717         (gnus-summary-write-body-to-file): New function.
718
719         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
720         (gnus-summary-local-variables): Add it.
721         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
722         (gnus-summary-save-article): Remove optional `decode' argument;
723         determine whether to decode articles by the value of
724         gnus-default-article-saver; when saving many files using
725         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
726         it first and use gnus-summary-save-in-file or
727         gnus-summary-save-body-in-file thereafter unless
728         gnus-prompt-before-saving is always; move point to article which
729         will be saved.
730         (gnus-summary-save-article-file): Revert.
731         (gnus-summary-write-article-file): Revert.
732         (gnus-summary-save-article-body-file): Revert.
733         (gnus-summary-write-article-body-file): New function.
734
735 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * gnus-art.el (gnus-default-article-saver): Doc fix.
738         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
739         from gnus-summary-save-article-coding-system, and default to a
740         certain coding system.
741         (gnus-output-to-file): Add coding cookie and encode text according
742         to gnus-article-save-coding-system; don't use mm-append-to-file.
743
744         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
745         gnus-art.el and rename to gnus-article-save-coding-system.
746         (gnus-summary-save-article): Require gnus-art; don't show all
747         headers if it decodes articles; don't add coding cookie here;
748         don't bind mm-text-coding-system-for-write.
749         (gnus-summary-save-article-file): Save decoded articles.
750         (gnus-summary-write-article-file): When saving many files, use
751         gnus-summary-write-to-file first and gnus-summary-save-in-file
752         thereafter unless gnus-prompt-before-saving is always.
753         (gnus-summary-save-article-body-file): Save decoded articles.
754
755         * lpath.el: Fbind select-safe-coding-system for XEmacs.
756
757 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
758
759         * nnrss.el (nnrss-check-group): Bind hash-index.
760
761 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
762
763         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
764         its hash index.  Store this hash in `nnrss-group-data'.
765         (nnrss-read-group-data): Update accordingly.
766
767 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
768
769         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
770         entry.
771
772         * gnus-sum.el (gnus-summary-make-menu-bar): Add
773         gnus-article-browse-html-article.
774
775 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
776
777         * gnus-sum.el (gnus-summary-mime-map): Add
778         gnus-article-browse-html-article.
779
780         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
781
782 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
783
784         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
785         suitable coding systems in customize.
786
787 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
788
789         * mail-source.el (mail-sources): Fix custom type.
790
791 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
792
793         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
794         (gnus-summary-expire-articles-now): Shorten prompt.
795
796         * gmm-utils.el (wid-edit): Require.
797         (defun-gmm): Renamed from `gmm-defun-compat'.
798         (gmm-image-search-load-path): Use it.
799         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
800
801 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * gnus-sum.el (gnus-summary-save-article-coding-system): New
804         variable.
805         (gnus-summary-save-article): Add optional `decode' argument.  If
806         it is set and gnus-summary-save-article-coding-system is non-nil,
807         save decoded article.
808         (gnus-summary-write-article-file): Save decoded article if
809         gnus-summary-save-article-coding-system is non-nil.
810
811         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
812         type.
813
814 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
817
818 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
821         first to test gnus-single-article-buffer which may be buffer-local.
822
823         * gnus-sum.el (gnus-summary-setup-buffer): Make
824         gnus-single-article-buffer buffer-local and nil in ephemeral
825         group; make gnus-article-buffer, gnus-article-current, and
826         gnus-original-article-buffer always buffer-local.
827         (gnus-summary-exit): Kill article buffer belonging to ephemeral
828         group.
829         (gnus-handle-ephemeral-exit): Don't move to next summary line.
830
831 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
832
833         * nnml.el (nnml-request-compact-group): Compressed files might not
834         have .gz extension.
835
836 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
837
838         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
839         (mm-copy-to-buffer): Use with-current-buffer.
840         (mm-display-part): Simplify.
841         (mm-inlinable-p): Add optional arg `type'.
842
843 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
844
845         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
846         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
847         Try harder to show the attachment internally or externally using
848         gnus-mime-view-part-as-type.
849
850 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
851
852         * message.el (message-from-style, message-signature-separator)
853         (message-user-organization-file, message-send-mail-function)
854         (message-citation-line-function, message-yank-prefix)
855         (message-indent-citation-function, message-signature)
856         (message-signature-file, message-signature-insert-empty-line):
857         Remove autoloads.
858
859         * gnus-art.el (gnus-buttonized-mime-types): Remove
860         "multipart/signed".  Revert 2006-04-26 change.
861
862 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * gnus.el (gnus-version-number): Bump version.
865
866 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
867
868         * gnus.el: No Gnus v0.5 is released.
869
870 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
871
872         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
873         fetching articles by message-id.
874
875 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * message.el (hashcash): Require hashcash as normal.
878
879         * ecomplete.el (ecomplete-highlight-match-line): Use
880         point-at-eol.
881         (ecomplete-highlight-match-line): Use `highlight', because that
882         face exists in both Emacs and XEmacs.
883
884         * message.el (message-display-abbrev): Use point-at-bol.
885
886         * mail-source.el: Don't require timer/timer-funcs.
887
888         * gnus-async.el: Ditto.
889
890         * password.el: Ditto.
891
892         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
893
894         * mm-url.el: Ditto.
895
896         * gnus-xmas.el: Don't require timer-funcs.
897
898         * mm-util.el: Require timer/timer-funcs.
899
900 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
901
902         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
903         Close.
904
905 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
908         unibyte after clear-decrypt function runs.
909
910         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
911         returns as a unibyte string.
912
913 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * lpath.el: Revert.
916
917         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
918         (pgg-gpg-process-sentinel): Revert.
919
920         * pgg-pgp.el (pgg-pgp-process-region): Revert.
921         (pgg-pgp-lookup-key): Revert.
922
923         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
924         (pgg-pgp5-lookup-key): Revert.
925
926         * pgg.el (pgg-fetch-key): Revert.
927
928 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * lpath.el: Fbind string-as-multibyte for XEmacs.
931
932         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
933         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
934         (mml1991-pgg-encrypt): Ditto.
935
936         * pgg-gpg.el (pgg-string-to-multibyte): New function.
937         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
938         a multibyte buffer.
939
940         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
941         (pgg-pgp-lookup-key): Ditto.
942
943         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
944         (pgg-pgp5-lookup-key): Ditto.
945
946         * pgg.el (pgg-fetch-key): Ditto.
947
948 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
949
950         * message.el (message-user-organization-file): Check several
951         locations of the organization file.
952
953         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
954         Add gnus-article-view-part-as-type.
955
956         * gnus-art.el (gnus-article-view-part-as-type): New function.
957
958         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
959         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
960
961         * mml.el: Simplify autoload.
962         (mml-mode): defvar dnd-protocol-alist instead of using
963         symbol-value.
964         (mml-default-directory): New variable.
965         (mml-minibuffer-read-file): Use it.
966         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
967
968         * message.el (message-citation-line-format): New variable.
969         (message-insert-formated-citation-line): New function.
970         (message-citation-line-function): Add
971         `message-insert-formated-citation-line' to custom type.
972
973         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
974         to doc string.
975
976         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
977         depending on mm-verify-option.
978
979 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
982         binding pgg-* variables; reimplement the section which prevents
983         MIME header from being signed.
984         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
985         pgg-text-mode; remove a blank line at the top of body.
986
987         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
988         lines at the top of body; use gnus-newsgroup-charset if there's no
989         Charset header.
990
991 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * message.el (message-self-insert-commands): Doc fix.
994
995         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
996         (mm-uu-pgp-encrypted-test): Ditto.
997         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
998         between header and body; return application/pgp-encrypted handle
999         if decryption failed; decode decrypted body by charset.
1000
1001         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1002         element match to application/pgp-*.
1003
1004 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1005
1006         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1007         HTML.
1008
1009 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * mail-source.el (mail-source-call-script): Message the error
1012         string.
1013
1014 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus-util.el (gnus-byte-compile): Use it.
1017
1018 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1019
1020         * gnus-util.el (kill-empty-logs): New function.
1021
1022 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * message.el (message-mail-alias-type): Doc fix.
1025         (message-mail-alias-type-p): New function.
1026         (message-send): Use it.
1027         (message-mode): Ditto.
1028         (message-strip-forbidden-properties): Ditto.
1029
1030         * ecomplete.el (ecomplete-database-file-coding-system): New
1031         variable.
1032         (ecomplete-save): Use it.
1033         (ecomplete-setup): Use it.
1034
1035 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1036
1037         * message.el (message-self-insert-commands): New variable.
1038         (message-strip-forbidden-properties): Use it.
1039
1040 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1043         that doesn't make XEmacs choke.
1044
1045 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1046
1047         * gnus-util.el (gnus-replace-in-string):
1048         Prefer replace-regexp-in-string over of replace-in-string.
1049
1050 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * gnus-util.el (gnus-select-frame-set-input-focus):
1053         Use select-frame-set-input-focus if it is available in XEmacs; use
1054         definition defined in Emacs 22 for old Emacsen.
1055
1056         * dgnushack.el: Autoload unmorse-region for XEmacs.
1057
1058         * lpath.el: Bind cursor-in-non-selected-windows and
1059         select-frame-set-input-focus for XEmacs.
1060
1061 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1064
1065 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1066
1067         * gnus-registry.el (gnus-registry-cache-save): remove text
1068         properties when saving via the temp buffer
1069
1070 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1071
1072         * message.el (message-generate-hashcash): Honor custom type.
1073
1074 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * message.el (message-generate-hashcash): Default to non-nil when
1077         hashcash is found.
1078
1079         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1080         (gnus-refer-thread-limit): Increase default to 500.
1081
1082         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1083
1084         * flow-fill.el (fill-flowed): Allow delete-space.
1085
1086 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1087
1088         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1089         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1090         Remove autoloads.
1091
1092 2006-04-18  Simon Josefsson  <jas@extundo.com>
1093
1094         * message.el (message-generate-hashcash): Default to.
1095
1096 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1099         concatenating segments rather than before concatenating them.
1100
1101 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1102
1103         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1104
1105 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1108
1109         * message.el (message-forward-make-body-plain): Allow
1110         message-forward-ignored-headers to be a list.
1111         (message-remove-ignored-headers): Factor out into function.
1112         (message-forward-make-body-mml): Use it.
1113
1114         * imap.el (imap-quote-specials): New function.
1115         (imap-login-auth): Quote specials.
1116
1117         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1118         (rfc2231-parse-string): Allow concatanation of parameters that
1119         aren't contiguous.  The test case is
1120           (mail-header-parse-content-type "message/external-body;
1121             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1122             access-type=LOCAL-FILE;
1123             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1124
1125 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1126
1127         * nntp.el (nntp-accept-process-output): Return the value of
1128         `nnheader-accept-process-output'.
1129
1130 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1133         (gnus-button-alist): Recognize more diff formats.
1134         (gnus-button-patch): Strip directory.
1135
1136 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1137
1138         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1139         Emacs 22 when setting focus.
1140
1141 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * gnus-art.el (gnus-article-treat-types): Do treatment of
1144         text/x-verbatim parts.
1145         (gnus-button-patch): New command.
1146
1147         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1148         addresses that contain invalid characters.
1149
1150 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * message.el (message-put-addresses-in-ecomplete): Use
1153         gnus-replace-in-string.
1154         (message-is-yours-p): Use the more correct
1155         mail-header-parse-address instead of
1156         mail-extract-address-components.
1157         (message-put-addresses-in-ecomplete): Fix typo.
1158
1159         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1160         keystroke.
1161
1162         * gnus-art.el (gnus-treatment-function-alist): Change order of
1163         newsgroups/generic header folding to avoid double-folding.
1164
1165         * message.el (message-hidden-headers): Add X-Draft-From.
1166
1167         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1168         command.
1169         (gnus-summary-repeat-search-article-backward): New command.
1170
1171         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1172         groups in the parent topic.
1173
1174 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1175
1176         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1177         (spam-extra-header-to-number): Return the CRM114 number as a
1178         number instead of a string.
1179
1180 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * gnus-art.el (gnus-face-properties-alist): Moved here from
1183         gnus-fun.
1184
1185         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1186
1187 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * message.el (message-strip-forbidden-properties): Only display on
1190         self-insert-command.
1191
1192         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1193         reindent.
1194         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1195
1196 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1197
1198         * smiley.el (smiley-style): Fix typo.
1199
1200 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * hashcash.el (hashcash-insert-payment-async-2): Use
1203         message-goto-eoh instead of doing it manually.
1204         (mail-add-payment): Use message-narrow-to-header instead of trying
1205         to do the same itself.
1206
1207         * message.el (message-hidden-headers): Add Face.
1208
1209         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1210         reparenting code.
1211         (gnus-summary-reparent-children): Refactored out code.
1212         (gnus-summary-thread-map): New keystroke.
1213         (gnus-summary-reparent-children): Make into command.
1214
1215         * smiley.el (smiley-style): Default to `medium' if using a large
1216         font.
1217
1218         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1219         does it itself.
1220
1221         * message.el (message-point-in-header-p): Simplify definition.
1222
1223 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * nnagent.el (nnagent-request-set-mark): Silence log file
1226         writing.
1227         (nnagent-request-set-mark): Use write-region instead of
1228         append-to-file.
1229
1230         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1231         strange select method.
1232
1233         * ecomplete.el (ecomplete-display-matches): Get highlightling
1234         right.
1235         (ecomplete-display-matches): Use literals.
1236         (ecomplete-display-matches): Disable message logging.
1237
1238         * message.el (message-display-abbrev): Small optimization.
1239
1240         * ecomplete.el (ecomplete-display-matches): Allow automatic
1241         display.
1242
1243         * message.el (message-strip-forbidden-properties): Display
1244         abbrevs.
1245         (message-display-abbrev): Get automatic display right.
1246
1247         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1248         keystrokes.
1249
1250 2006-04-13  Romain Francoise  <romain@orebokech.com>
1251
1252         TODO: Backport to v5-10!
1253
1254         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1255         Moved here (and renamed) from gnus-registry.el.
1256
1257         * gnus-registry.el: Require gnus-util.
1258         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1259
1260 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * gnus-group.el (gnus-group-catchup-current): Change
1263         if-then-else-if-then-else into cond.
1264         (gnus-group-catchup): Indent.
1265         (group-name-at-point): New function.
1266         (gnus-fetch-group): Provide default from thing at point.
1267
1268 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * message.el (message-display-abbrev): Fix regexp.
1271
1272         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1273         choosing.
1274         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1275         dead variables.
1276
1277         * message.el (message-newline-and-indent): Remove debugging.
1278         (message-display-abbrev): Use new implementation.
1279
1280 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1281
1282         * gnus-art.el (gnus-article-mode): Set
1283         cursor-in-non-selected-windows to nil.
1284
1285         * smiley.el: Revert previous change.
1286         (smiley-data-directory): defvar it before using it in the
1287         defcustom of `smiley-style'.
1288
1289 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * message.el (message-newline-and-indent): New function.
1292
1293         * ecomplete.el: Implement more bits.
1294
1295         * message.el (message-put-addresses-in-ecomplete): Clean up the
1296         string.
1297
1298         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1299
1300         * gnus-sum.el (gnus-summary-save-parts): Bind
1301         gnus-summary-save-parts-counter and use it to make unique file
1302         names.
1303
1304         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1305
1306         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1307         parameter to say whether to actually parse the individual
1308         addresses.
1309
1310         * message.el (message-put-addresses-in-ecomplete): New function.
1311         (ecomplete): Require.
1312         (message-mail-alias-type): Add ecomplete as an option.
1313
1314 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1315
1316         * flow-fill.el (fill-flowed): Remove trailing space from blank
1317         quoted lines.
1318
1319 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * smiley.el (smiley-style): Move definition later to avoid a
1322         compilation warning.
1323
1324 2006-04-12  Kenichi Handa  <handa@m17n.org>
1325
1326         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1327         buffer and then decode the buffer text if necessary.
1328         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1329         first, and after mm-encode-body, change the buffer to unibyte.
1330         Use mm-disable-multibyte instead of set-buffer-multibyte.
1331
1332 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1335         Content-Type header instead of Content-Disposition header.
1336         (gnus-mime-inline-part): Ditto.
1337         (gnus-mime-view-part-as-charset): Ignore charset that the part
1338         specifies.
1339
1340         * mm-decode.el (mm-display-part): Work with external parts and
1341         usual parts similarly.
1342
1343         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1344         instead of gnus-display-mime.
1345
1346         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1347         instead of with-temp-buffer.
1348
1349         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1350         tag to summarized topics part in order to encode non-ASCII text.
1351
1352 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1353
1354         * smiley.el (smiley-style): New variable.
1355         (smiley-directory): New function.
1356         (smiley-data-directory): Derive from `smiley-style' using
1357         `smiley-directory'.
1358         (smiley-regexp-alist): Add new entries.
1359
1360         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1361         (gnus-article-browse-delete-temp): Add :version.
1362
1363 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1364
1365         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1366         the sieve region.
1367
1368 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369
1370         * gnus.el (gnus-version-number): Bump version.
1371
1372 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1373
1374         * gnus.el: No Gnus v0.4 is released.
1375
1376 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1379         layout.
1380
1381         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1382         unknown charset.
1383
1384         * message.el (message-header-synonyms): Add Original-To to the
1385         default.
1386
1387         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1388         optional parameter.
1389
1390 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1391
1392         * gnus-fun.el (gnus): Require it for gnus-directory.
1393
1394 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1397
1398 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1399
1400         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1401
1402 2006-04-05  Simon Josefsson  <jas@extundo.com>
1403
1404         * password.el (password-reset): New function.
1405
1406 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1407
1408         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1409         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1410
1411 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1412
1413         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1414         Some whitespace was matched into the url, which broke browsing hits
1415         > 100 when mm-url-use-external was nil.
1416
1417 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1418
1419         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1420         gnus-extra-headers for 'Newsgroups.
1421
1422         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1423         bound.
1424
1425 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1426
1427         * pgg-gpg.el: Clean up process buffers every time gpg processes
1428         complete.
1429
1430 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1431
1432         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1433         doc string.
1434
1435 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1436
1437         * pgg-gpg.el (pgg-gpg-process-filter)
1438         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1439
1440         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1441         lines, temporary fix.
1442
1443 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1444
1445         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1446
1447 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1448
1449         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1450         default-enable-multibyte-characters.  This reverts the change from
1451         revision 6.17 which is no longer necessary because the passphrase
1452         is sent separately now.  GnuPG messages are unreadable under
1453         multibyte locales with default-enable-multibyte-characters set to
1454         nil.
1455
1456 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1457
1458         * message.el (message-tool-bar-gnome): Move "spell".
1459
1460 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1461
1462         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1463         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1464         instead.
1465
1466 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1467
1468         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1469         newsgroups handling for NNTP overviews which don't include
1470         Newsgroups.
1471
1472 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1473
1474         * message.el (message-resend): Bind message-generate-hashcash to
1475         to nil.
1476
1477 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1478
1479         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1480         when searching for already-paid recipients.
1481
1482 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1483
1484         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1485         passphrases when it is not needed.
1486         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1487         passphrase stuff from gpg, should only be necessary when you use
1488         gpg with a smartcard.
1489
1490 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * mml.el (mml-insert-mime): Ignore cached contents of
1493         message/external-body part.
1494
1495         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1496         (mm-insert-part): Ditto.
1497
1498 2006-03-23  Simon Josefsson  <jas@extundo.com>
1499
1500         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1501         Reiner.
1502         (pgg-gpg-use-agent-p): Use it again.
1503
1504 2006-03-23  Simon Josefsson  <jas@extundo.com>
1505
1506         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1507         older emacsen.
1508         (pgg-gpg-use-agent-p): Don't use it.
1509
1510 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1511
1512         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1513         if we can.
1514
1515 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1516
1517         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1518         (pgg-gpg-update-agent): New function.
1519         (pgg-gpg-use-agent-p): New function.
1520         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1521         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1522         (pgg-gpg-sign-region): Use it.
1523
1524 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1527         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1528
1529 2006-03-21  Simon Josefsson  <jas@extundo.com>
1530
1531         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1532         <wilde@sha-bang.de>.
1533         (pgg-gpg-use-agent): New variable.
1534         (pgg-gpg-process-region): Use it.
1535         (pgg-gpg-encrypt-region): Likewise.
1536         (pgg-gpg-encrypt-symmetric-region): Likewise.
1537         (pgg-gpg-decrypt-region): Likewise.
1538         (pgg-gpg-sign-region): Likewise.
1539         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1540
1541 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1542
1543         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1544
1545         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1546         Add comment on version.
1547
1548 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1549
1550         * smiley.el: Add missing test smiley.
1551
1552 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * mm-decode.el (mm-with-part): New macro.
1555         (mm-get-part): Use it; work with message/external-body as well.
1556         (mm-save-part): Treat name and filename equally.
1557
1558         * mm-extern.el (mm-extern-cache-contents): New function.
1559         (mm-inline-external-body): Use it; force the part to be displayed;
1560         move undisplayer added to the cached handle to the parent.
1561
1562         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1563         (gnus-mime-view-part-as-type): Work with message/external-body.
1564
1565         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1566
1567 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1568
1569         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1570         images in image-load-path.  [Sync with image.el, revision 1.60, in
1571         Emacs.]
1572
1573 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1574
1575         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1576         path rather than symbol.  Always return list of directories.
1577         Guarantee that image directory comes first.  [Sync with image.el,
1578         revision 1.59, in Emacs.]
1579
1580         * message.el (message-make-tool-bar): Adjust to new API of
1581         `gmm-image-load-path-for-library'.
1582
1583         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1584
1585         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1586
1587 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1588
1589         * gnus-art.el (gnus-article-only-boring-p):
1590         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1591         intangible text.
1592         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1593
1594 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1595
1596         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1597         `defun' instead of `gmm-defun-compat'.
1598
1599 2006-03-14  Simon Josefsson  <jas@extundo.com>
1600
1601         * message.el (message-unique-id): Don't use message-number-base36
1602         if (user-uid) is a float.
1603         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1604
1605 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1608
1609         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1610         empty line between a part and a message part.
1611
1612 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1613
1614         * smiley.el: Add more test smileys.
1615         (smiley-data-directory, smiley-regexp-alist)
1616         (gnus-smiley-file-types): Fix doc strings.
1617         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1618         adding new elements.
1619         (smiley-mouse-map): Unused code.  Make it a comment.
1620
1621 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1624         scan latest NoCeM messages instead of old ones.
1625         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1626         delimiters that are recently used.
1627         (gnus-nocem-load-cache): Add autoload cookie.
1628
1629         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1630
1631         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1632         level which is larger than gnus-use-nocem is specified.
1633
1634         * gnus-group.el (gnus-group-get-new-news): Ditto.
1635
1636 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1637
1638         * gnus-util.el (gnus-tool-bar-update): New function.
1639
1640         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1641         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1642
1643         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1644
1645         * gnus-group.el (gnus-group-redraw-when-idle)
1646         (gnus-group-redraw-check): Remove.
1647         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1648
1649 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1652         if optional last element is specified in splits (FIELD VALUE...).
1653
1654 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1655
1656         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1657         to gmm-image-load-path-for-library.  Call with no-error argument.
1658         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1659
1660         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1661
1662         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1663
1664         * gmm-utils.el (gmm-image-load-path): Remove alias.
1665
1666 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1667
1668         * gmm-utils.el (gmm-image-load-path): Add alias.
1669
1670         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1671         nnml-generate-nov-databases-1.
1672         (nnml-generate-nov-databases): Use it.
1673         (nnml-generate-nov-databases-directory): Document no-active
1674         argument.
1675
1676         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1677         directory if path is t.  Add no-error.
1678
1679         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1680         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1681
1682         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1683         resetting gnus-article-browse-html-temp-list.
1684
1685         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1686         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1687         Add example to docstring.  Rename local variables.  Move error
1688         checks to default case in cond and simplify.
1689
1690 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1693         handle is multipart when calling it recursively.
1694         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1695
1696 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
1697
1698         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1699         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1700
1701 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1704         is loaded.
1705
1706         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1707         loaded.
1708
1709 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1710
1711         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1712         to "Emacs 23 (unicode)" in doc string.
1713
1714         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1715         "Emacs 23 (unicode)" in comment.
1716
1717 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1720
1721         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1722         characters 160 through 255 in Emacs 23.
1723
1724 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1725
1726         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1727         gnus-article-browse-html-temp.
1728         (gnus-article-browse-delete-temp): Make it customizable.  Add
1729         `file'.  Adjust doc string.
1730         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1731         query for each file.  Adjust doc string.
1732         (gnus-article-browse-html-parts): Add
1733         `gnus-article-browse-delete-temp-files' to
1734         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1735
1736 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1737
1738         * gnus-art.el (gnus-article-browse-html-temp)
1739         (gnus-article-browse-delete-temp): New variables.
1740         (gnus-article-browse-delete-temp-files): New function.
1741         (gnus-article-browse-html-parts): Use it.
1742
1743 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1744
1745         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1746
1747         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1748         string.
1749
1750         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1751         gnus-summary-insert-new-articles when unplugged.  Remove
1752         gnus-summary-search-article-forward.
1753
1754         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1755         display-visual-class instead of display-color-cells.
1756
1757 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * dgnushack.el: Autoload customize-group for XEmacs.
1760
1761         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1762         message/* containing non-ASCII text properly.
1763
1764 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1765
1766         * message.el: Require gmm-utils, remove autoloads.
1767         (message-tool-bar): Set default based on
1768         gmm-tool-bar-style.
1769         (message-tool-bar-gnome): Add gmm-customize-mode.
1770
1771         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1772         gmm-tool-bar-style.
1773         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1774
1775         * gnus-group.el (gnus-group-tool-bar): Set default based on
1776         gmm-tool-bar-style.
1777         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1778
1779         * gmm-utils.el (gmm-image-directory): Rename variable from
1780         gmm-image-load-path.
1781         (gmm-image-load-path): Use gmm-image-directory.
1782         (gmm-customize-mode): New function.
1783         (gmm-tool-bar-style): New variable.
1784
1785         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1786         gnus-group-redraw-line-number.
1787         (gnus-group-redraw-check): Simplify.
1788         (gnus-group-tool-bar-update): Remove redraw check.
1789         (gnus-group-make-tool-bar): Add redraw check.
1790
1791 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1792
1793         * gnus-art.el (gnus-button): Add missing parentheses.
1794
1795 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * lpath.el: Fbind line-number-at-pos.
1798
1799 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1802
1803 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1804
1805         * gnus-art.el (gnus-button): New face.
1806         (gnus-article-button-face): Use it.
1807
1808         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1809         gnus-summary-next-page.  Re-order.
1810
1811         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1812         next-node are now included.
1813         (gnus-group-redraw-line-number): New internal variable.
1814         (gnus-group-redraw-check): Helper function for updating the tool
1815         bar.
1816         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1817
1818         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1819
1820         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1821         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1822         Use it to match format of Spamassassin 3.0 and later.  Reported by
1823         IRIE Tetsuya <irie@t.email.ne.jp>.
1824         (spam-check-bogofilter)
1825         (spam-bogofilter-register-with-bogofilter): Fix args of
1826         `gnus-error' calls.
1827
1828 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1829
1830         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1831         unnecessary interaction when sending queued mails.  Reported by
1832         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1833
1834 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1835
1836         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1837         first or last are nil.
1838
1839 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1840
1841         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1842
1843 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1846
1847 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * dns.el (query-dns): Protect more against buggy tcp output.
1850
1851 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1852
1853         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1854         nov.php.
1855
1856 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1857
1858         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1859         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1860         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1861         output on the server side.
1862         (nnweb-google-create-mapping): Update regexps and add some
1863         progress indication.
1864
1865 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1866
1867         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1868         gnus-agent-toggle-plugged.  Re-order icons.
1869         (gnus-group-tool-bar-gnome): Add
1870         gnus-group-{prev,next}-unread-group.
1871         (gnus-group-tool-bar-gnome): Re-order icons.
1872
1873         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1874         gnus-summary-insert-new-articles.
1875
1876         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1877         comments.
1878
1879         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1880         also available in Emacs 21.3.
1881
1882         * message.el (message-fix-before-sending): Change "Emacs 22" to
1883         "Emacs 23 (unicode)" in comment.
1884
1885         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1886         "Emacs 23 (unicode)" in comment.
1887
1888         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1889         comment.
1890         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1891
1892         * mm-view.el (mm-fill-flowed): Add :version.
1893
1894 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1897         and load-path.
1898
1899 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1900
1901         * message.el: Autoload gmm-image-load-path.
1902         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1903         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1904         consitency.
1905
1906         * gmm-utils.el (gmm-image-load-path): Also search in
1907         "../etc/images".  Don't set gmm-image-load-path if we don't find
1908         the image.
1909
1910 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * gmm-utils.el (gmm-image-load-path): Don't make
1913         `gmm-image-load-path' include subdirectories which the second arg
1914         `image' might specify.
1915
1916         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1917         subdirectory to icon file names.
1918
1919         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1920
1921 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1922
1923         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1924         gmm-image-load-path calls.
1925
1926         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1927
1928         * message.el (message-make-tool-bar): Ditto.
1929
1930         * mml.el (mml-preview): Added comment concerning tool bar icons.
1931
1932         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1933         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1934
1935         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1936         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1937
1938         * message.el (message-tool-bar-gnome): Use new icon names.
1939         (message-make-tool-bar): Use `gmm-image-load-path'.
1940
1941         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1942         functions from MH-E.
1943         (gmm-image-load-path): New variable from MH-E.
1944         (gmm-image-load-path): New function from MH-E.  Added arguments
1945         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1946         *-image-load-path-called-flag.
1947
1948 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
1949
1950         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1951
1952 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1953         (tiny change)
1954
1955         * nnimap.el (nnimap-request-move-article): Change folder back to
1956         source group before deleting.
1957
1958 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1959
1960         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
1961
1962         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
1963         mm-url.
1964
1965         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
1966
1967 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1970         coding system which mm-charset-to-coding-system returns for a
1971         given charset is valid.
1972
1973 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1974
1975         * html2text.el (html2text-remove-tag-list):
1976         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1977
1978 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1979
1980         * gnus-cus.el: Revert 2005-10-17 change.
1981
1982 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-art.el (article-strip-banner): Call
1985         article-really-strip-banner only when the regexp match is made.
1986
1987 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * gnus-art.el (article-strip-banner): Use
1990         gnus-extract-address-components instead of
1991         mail-header-parse-addresses to make it work with non-ASCII text;
1992         remove mail-encode-encoded-word-string.
1993
1994         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1995         values which are surrounded with \"...\"; make it never cause a
1996         Lisp error; give up parsing of parameters if it failed in
1997         extracting type.
1998
1999 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2000
2001         * smime.el (smime-cert-by-ldap-1): Fix bug where
2002         `smime-ldap-search' returns results without userCertificates.
2003
2004 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2007
2008 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2009
2010         * spam.el (spam-check-spamassassin-headers): Adapt format for
2011         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2012         <ari@mbf.ocn.ne.jp>.
2013         (spam-list-of-processors): Add spam-use-gmane.
2014
2015 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2018         make-temp-file; make it work with XEmacs as well.
2019
2020         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2021         mm-make-temp-file.
2022
2023         * mm-decode.el (mm-display-external): Use the 3rd arg of
2024         mm-make-temp-file.
2025         (mm-create-image-xemacs): Ditto.
2026
2027 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2030         with message-narrow-to-headers.
2031         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2032         (gnus-draft-check-draft-articles): New function.
2033         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2034
2035 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2036
2037         * gnus-art.el (gnus-article-browse-html-parts):
2038         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2039         Don't use suffix argument for mm-make-temp-file for Emacs 21
2040         compatibility.  Remove useless `format'.
2041
2042 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2043
2044         * nnweb.el (nnweb-google-wash-article): Update regexps.
2045         (nnweb-group-alist): Use defvoo instead of defvar.
2046
2047 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2050         re-loading nn* modules.
2051
2052 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2053
2054         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2055         for `tool-bar-mode' and don't check it's default-value.
2056
2057         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2058
2059         * message.el (message-make-tool-bar): Ditto.
2060
2061         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2062         `substring'.  Shorten tmp-file name.
2063
2064         * gnus.el: Remove bogus comment.
2065
2066 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2067
2068         * gnus-art.el (gnus-article-browse-html-parts): New function.
2069         (gnus-article-browse-html-article): New function for viewing html
2070         articles with a browser.
2071
2072 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2073
2074         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2075         in elisp.
2076         (pgg-gpg-encrypt-symmetric-region): Ditto.
2077         (pgg-gpg-sign-region): Ditto.
2078
2079         * pgg-def.el (pgg-text-mode): New variable.
2080
2081         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2082         (mml2015-pgg-encrypt): Ditto.
2083
2084         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2085         (mml1991-pgg-encrypt): Ditto.
2086
2087 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2090         message-make-date instead of current-time-string.
2091
2092         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2093         to gnus-decoded which mm-uu might set.
2094
2095 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2098         don't decode quoted parameters; remove misimported Emacs code.
2099         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2100         (rfc2231-decode-encoded-string): Don't use split-string which
2101         behaves differently according to Emacs version; use
2102         mm-decode-coding-region to convert charset to coding-system.
2103         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2104         (rfc2231-encode-string): Remove misimported Emacs code.
2105
2106 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2109         when calling mail-header-parse-content-type.
2110         (article-de-quoted-unreadable): Ditto.
2111         (article-de-base64-unreadable): Ditto.
2112         (article-wash-html): Ditto.
2113
2114         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2115         calling mail-header-parse-content-type and
2116         mail-header-parse-content-disposition.
2117         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2118         mail-header-parse-content-type.
2119
2120         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2121         insert charset and format parameters; encode description after
2122         inserting it to buffer.
2123         (mml-insert-parameter): Fold lines properly even if a parameter is
2124         segmented into two or more lines; change the max column to 76.
2125
2126         * rfc1843.el (rfc1843-decode-article-body): Don't use
2127         ignore-errors when calling mail-header-parse-content-type.
2128
2129         * rfc2231.el (rfc2231-parse-string): Return at least type if
2130         possible; don't cause an error even if it fails in parsing of
2131         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2132         (rfc2231-encode-string): Don't break lines at the beginning, leave
2133         it to mml-insert-parameter.
2134
2135         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2136         calling mail-header-parse-content-type.
2137
2138 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2139
2140         * spam-report.el (spam-report-gmane-use-article-number):
2141         Improve doc string.
2142         (spam-report-gmane-internal): Check if a suitable header was found
2143         in the article.
2144
2145 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2148         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2149
2150 2006-02-05  Romain Francoise  <romain@orebokech.com>
2151
2152         Update copyright notices of all files in the gnus directory.
2153
2154 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2155
2156         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2157
2158 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2161         segmented lines of parameter value to cope with Thunderbird 1.5
2162         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2163         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2164         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2165
2166 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2167
2168         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2169         parts.
2170
2171 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2172
2173         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2174         there's only one active file for all servers.
2175         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2176         solid groups.  Gnus might have used a FAST request to select the group.
2177         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2178         and nnweb-search redundantly in the active file.
2179         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2180         (nnweb-request-create-group): Don't use ARGS.
2181         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2182         initialisations.  Let nnoo do the work.
2183
2184 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2187         Say the part has been decoded.
2188
2189         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2190
2191 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2192
2193         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2194         mailcap-viewer-test-cache when there's no 'test clause, since that
2195         will invert the meaning of a "nil" test previously determined by
2196         mailcap-mailcap-entry-passes-test.
2197
2198 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2201         compiling.
2202
2203         * gnus-sum.el: Ditto.
2204
2205         * message.el: Don't bind tool-bar-map when compiling.
2206
2207 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2208
2209         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2210
2211 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2212
2213         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2214         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2215         current Google Groups.
2216
2217 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2218
2219         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2220         and tool-bar-mode.
2221
2222         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2223         and tool-bar-mode.
2224
2225         * message.el (message-tool-bar-update): Simplify.
2226         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2227
2228         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2229         gnus-summary-buffer.
2230         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2231         gnus-summary-reply.
2232
2233         * gmm-utils.el (gmm): Add :version.
2234
2235 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * Makefile.in (clean): New rule.
2238         (distclean): Use it.
2239
2240 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2241
2242         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2243         autoload.
2244
2245 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * gmm-utils.el (gmm-verbose): Add :group.
2248
2249 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2250
2251         * message.el: Change some comments WRT tool-bars.
2252
2253         * gnus-sum.el (gnus-summary-tool-bar)
2254         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2255         (gnus-summary-tool-bar-zap-list): New variables.
2256         (gnus-summary-make-tool-bar): Complete rewrite using
2257         `gmm-tool-bar-from-list'.
2258
2259         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2260         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2261         variables.
2262         (gnus-group-make-tool-bar): Complete rewrite using
2263         `gmm-tool-bar-from-list'.
2264         (gnus-group-tool-bar-update): New function.
2265
2266         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2267
2268 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2271         is dissected into a single part of which the type is the same as
2272         the given one; decode charset.
2273
2274 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2275
2276         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2277         into alists as symbol not string, since that's what
2278         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2279         look for.
2280
2281 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2282
2283         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2284         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2285
2286         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2287
2288 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2291         (gnus-xmas-mime-security-button-menu): New function.
2292
2293         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2294         (gnus-mime-security-button-menu): New definition.
2295         (gnus-mime-security-button-map): Use them.
2296         (gnus-mime-security-button-menu): New function.
2297         (gnus-insert-mime-security-button): Addition to help echo.
2298         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2299         (gnus-mime-security-pipe-part): New functions.
2300
2301         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2302         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2303
2304         * mm-decode.el (mm-handle-set-disposition): Remove.
2305         (mm-handle-set-description): Remove.
2306
2307 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2310         (mm-w3m-standalone-supports-m17n-p): New function.
2311         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2312         w3m usage.
2313
2314         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2315         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2316
2317 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2318
2319         * message.el (message-tool-bar-zap-list): Use
2320         gmm-tool-bar-zap-list as custom type.
2321         (message-tool-bar-update): New function.
2322         (message-tool-bar, message-tool-bar-gnome)
2323         (message-tool-bar-retro): Add message-tool-bar-update.
2324         (message-tool-bar-gnome): Add flyspell-buffer.
2325
2326         * gnus-util.el (gnus-error): Describe `args'.
2327
2328         * gmm-utils.el (gmm-error): Describe `args'.
2329         (gmm-tool-bar-zap-list): New widget.
2330         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2331
2332 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2335         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2336         the number of recursive calls.
2337
2338         * mm-decode.el (mm-handle-set-disposition): New macro.
2339         (mm-handle-set-description): New macro.
2340
2341 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2344         encoding.
2345
2346 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2347
2348         * message.el (message-tool-bar-zap-list, message-tool-bar)
2349         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2350         (message-tool-bar-local-item-from-menu): Remove.
2351         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2352         (message-make-tool-bar): New function.
2353         (message-mode): Use `message-make-tool-bar'.
2354
2355         * gmm-utils.el: New file.
2356         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2357         (gmm-lazy): New widget copied from `nnmail.el'.
2358         (gmm-tool-bar-from-list): New function for creating customizable
2359         tool bars.
2360         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2361         output.
2362         (gmm): Add :prefix to defgroup.
2363
2364 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2365
2366         * gmm-utils.el (gmm-widget-p): New function.
2367
2368 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2369
2370         * mml.el (mml-attach-file): Describe `description' in doc string.
2371         (mml-menu): Add Emacs MIME manual and PGG manual.
2372
2373 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2374
2375         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2376
2377 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2378
2379         * nntp.el (nntp-end-of-line): Doc fix.
2380
2381 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2382
2383         * imap.el (imap-open): Handle case where buffer is a buffer
2384         object.
2385
2386 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2387
2388         * gnus-delay.el (gnus-delay): Don't autoload.
2389         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2390         to be re-loaded when customizing the `gnus-delay' group.
2391
2392 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2393
2394         * message.el (message-insert-citation-line): Use newlines.
2395
2396 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2397
2398         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2399         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2400         these routines, so the passphrase can be managed externally and
2401         passed in to the system.
2402         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2403         pgg-add-passphrase-to-cache function.
2404
2405         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2406         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2407         these routines, so the passphrase can be managed externally and
2408         passed in to the system.
2409         (pgg-pgp5-sign-region): Use new name of
2410         pgg-add-passphrase-to-cache function.
2411
2412 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2413
2414         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2415         part of the decoded armor to find the key-identifier.
2416         (pgg-gpg-lookup-key-owner): New function to return the
2417         human-readable identifier of a key owner.
2418         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2419         itself.
2420         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2421         the key value) if we have a key and can match it against a secret
2422         key.  Also, added a note pointing out fact that the prompt only
2423         indicates the first matching key.
2424
2425         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2426         pgg-decrypt-region.
2427         (pgg-add-passphrase-to-cache): Rename from
2428         `pgg-add-passphrase-cache' to reduce confusion (all callers
2429         changed).
2430         (pgg-remove-passphrase-from-cache): Rename from
2431         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2432         changed).
2433         (pgg-read-passphrase, pgg-add-passphrase-cache)
2434         (pgg-remove-passphrase-cache): Add informative docstrings.
2435         (pgg-decrypt): Convey provided passphrase in subordinate call to
2436         pgg-decrypt-region.
2437
2438 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2439
2440         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2441         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2442         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2443         'passphrase' argument, so the passphrase can be managed externally
2444         and then passed in to the system.
2445
2446         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2447         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2448         so the passphrase cache can be used reliably with identifiers
2449         besides a pgp packet's key id.
2450
2451         * pgg-gpg.el (pgg-gpg-encrypt-region)
2452         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2453         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2454         these routines, so the passphrase can be managed externally and
2455         passed in to the system.
2456
2457         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2458         'notruncate' argument, so the passphrase cache can be used
2459         reliably with identifiers besides a pgp packet's key id.
2460
2461 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2462
2463         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2464         symmetric encryption.
2465         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2466         encrypted session key.
2467         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2468         message ask for the passphrase in a proper way.
2469
2470         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2471         New user commands for symmetric encryption.
2472
2473 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2476
2477         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2478
2479 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2480
2481         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2482
2483 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * mm-decode.el (mm-inlined-types): Add application/pgp.
2486         (mm-automatic-display): Ditto.
2487
2488         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2489         part as text.
2490
2491 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * nnrss.el: Update copyright.
2494         (nnrss-opml-import): Query whether to subscribe to each entry.
2495
2496         * gnus-art.el:
2497         * gnus-sum.el:
2498         * gnus-xmas.el:
2499         * messagexmas.el:
2500         * mm-uu.el:
2501         * mm-view.el: Update copyright.
2502
2503 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2504
2505         * message.el (message-info): New function.
2506         (message-mode-menu): Add it.
2507         Update copyright.
2508
2509         * ChangeLog: Fix and update copyright.
2510
2511 2006-01-13  Romain Francoise  <romain@orebokech.com>
2512
2513         * message.el (message-forward-subject-name-subject): Prefer the
2514         address to 'nowhere' if the sender has no name.
2515         Fix typo.  Update copyright year.
2516
2517 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * gnus-art.el (article-wash-html): Use
2520         gnus-summary-show-article-charset-alist if a numeric arg is given.
2521         (gnus-article-wash-html-with-w3m-standalone): New function.
2522
2523         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2524         mm-inline-text-html-render-with-w3m-standalone.
2525         (mm-text-html-washer-alist): Map w3m-standalone to
2526         gnus-article-wash-html-with-w3m-standalone.
2527         (mm-inline-text-html-render-with-w3m-standalone): New function.
2528
2529 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2530
2531         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2532         Improve LaTeX.
2533
2534 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2537         (nnrss-request-article): Render text/plain parts as HTML.
2538
2539         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2540         the buffer.
2541
2542 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2543
2544         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2545         custom definition of `gnus-posting-styles'.
2546
2547         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2548         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2549
2550 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2551
2552         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2553         Use nntp for bug archive.
2554
2555 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2558         parts.
2559         (nnrss-normalize-date): New function converts ISO 8601 date into
2560         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2561         (nnrss-check-group): Use it.
2562
2563 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2566
2567         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2568         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2569         (nnrss-insert-w3): Ditto.
2570
2571 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2574         the articles to be forwarded including the case where neither a
2575         number of articles nor a region is specified.
2576
2577 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * nnrss.el (nnrss-request-article): Fix last change; fill
2580         text/plain parts.
2581
2582 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2585         in text/plain part.
2586         (nnrss-check-group): Don't add excessive newline to dc:subject.
2587
2588 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2589
2590         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2591         article.
2592
2593 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2594
2595         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2596         (nnml-use-compressed-files, nnml-save-mail): Support other
2597         comression programs such as bzip2.
2598
2599 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * dns.el (query-dns): Make sure we check the buffer size before
2602         removing tcp headers.
2603
2604 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2607         remove MIME buttons associated with multipart/alternative parts.
2608         (gnus-mime-display-alternative): Tag buttons using `article-type'
2609         text property.
2610
2611         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2612         associated with multipart/alternative parts.
2613
2614         * gnus-art.el (gnus-signature-separator): Fix custom type.
2615
2616         * mm-decode.el (mm-inlined-types): Fix custom type.
2617         (mm-keep-viewer-alive-types): Ditto.
2618         (mm-automatic-display): Ditto.
2619         (mm-attachment-override-types): Ditto.
2620         (mm-inline-override-types): Ditto.
2621         (mm-automatic-external-display): Ditto.
2622
2623 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2624
2625         * spam-report.el (spam-report-user-mail-address)
2626         (spam-report-user-agent): New variables.
2627         (spam-report-url-ping-plain): Use spam-report-user-agent.
2628
2629 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2630
2631         * gnus-art.el (gnus-button-handle-custom): Do not just use
2632         `customize-apropos' for any "M-x customize-*" button but the
2633         function called for.  Accept both the function name and its
2634         argument in order to achieve this.
2635         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2636         function name to `gnus-button-handle-custom' in case of "M-x
2637         customize-*" buttons.
2638
2639 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2642         multipart/alternative and add xref to mm-discouraged-alternatives
2643         in doc string.
2644
2645         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2646         gnus-buttonized-mime-types in doc string.
2647
2648 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2649
2650         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2651         Suggest image/.* in the doc string.
2652
2653 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2654
2655         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2656         message-marks (Debian bug #342521).
2657
2658 2005-12-12  Simon Josefsson  <jas@extundo.com>
2659
2660         * password.el (password-read-from-cache): Add.
2661         (password-read): Use it.
2662
2663 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2666         us-ascii as a MIME charset.
2667
2668         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2669         against the case where the 2nd arg TYPE is nil.
2670
2671 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2672
2673         * pop3.el (pop3-stream-type): Fix custom version.
2674
2675         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2676
2677 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2678
2679         * mm-decode.el (mm-display-external): Add missing cdr.
2680
2681 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2684         RFC1524) if it is in mailcap or add a suffix according to
2685         mailcap-mime-extensions when generating a temp filename; postpone
2686         deleting a temp file for 2 seconds for some wrappers, shell
2687         scripts, and so on, which might exit right after having started a
2688         viewer command as a background job.
2689
2690 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2691
2692         * nntp.el (nntp-marks-directory): Fix custom group.
2693
2694         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2695         steps when < 10.
2696
2697         * gnus-start.el (gnus-no-server-1): Mention
2698         `gnus-level-default-subscribed' in doc string.
2699
2700 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2701
2702         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2703         parens.
2704
2705 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * gnus-xmas.el (gnus-use-toolbar): Revert.
2708         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2709         gnus-use-toolbar is default.
2710
2711         * messagexmas.el (message-use-toolbar): Revert.
2712         (message-setup-toolbar): Use global default-toolbar if
2713         message-use-toolbar is default.
2714
2715 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2718         according to default-toolbar-visible-p.
2719
2720         * messagexmas.el (message-use-toolbar): Ditto.
2721
2722 2005-11-26  Dave Love  <fx@gnu.org>
2723
2724         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2725         (tls-program, tls-success): Provide openssl alternative.
2726
2727         * starttls.el: Doc fixes.
2728         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2729         SERVICE to PORT.
2730
2731         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2732         port null or service name.
2733         (starttls-negotiate): Autoload.
2734
2735 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * message.el (message-kill-to-signature): Fix interactive spec.
2738
2739 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * pop3.el (pop3-open-server): Recognize a string as a service name.
2742
2743 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2744
2745         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2746
2747 2005-11-23  Dave Love  <fx@gnu.org>
2748
2749         Add pop3s, pop3/starttls.
2750
2751         * pop3.el (pop3-authentication-scheme): Clarify doc.
2752         (open-tls-stream, starttls-open-stream): Autoload.
2753         (pop3-stream-type): New.
2754         (pop3-open-server): Use it.
2755
2756         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2757         for POP.
2758         (mail-source-keyword-map): Add :stream for POP.
2759         (mail-source-fetch-pop): Use pop3-stream-type.
2760
2761 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2764         of current-time-string.
2765
2766 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2767
2768         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2769         date header.
2770
2771 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2772
2773         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2774         it can seriously impact performance as it bypasses the agent's
2775         local caches.
2776
2777 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2778
2779         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2780         must be explicitly online rather than "not explicitly offline" for
2781         its flags to be synchronized.
2782
2783         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2784         that gnus-uu-unmark-thread will function correctly.
2785
2786         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2787         1024K is instead displayed as 1M.
2788
2789 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2792
2793 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2794
2795         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2796
2797 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2798
2799         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2800         error message to display actual error condition.
2801         (gnus-agent-save-local): Avoid saving symbols that are bound to
2802         nil as they simply result in a warning message in
2803         gnus-agent-read-local.
2804
2805 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2808         rather than make-variable-buffer-local for file-precious-flag.
2809
2810 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2811
2812         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2813         for duplicates which are removed.  The invalid sort check then
2814         triggers a rescan after the sort as sorting may have moved
2815         duplicate entries such that they can be cheaply detected.
2816
2817 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2820
2821 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2822
2823         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2824         internal variable to a custom variable.  Changed default value
2825         from compressed(2) to uncompressed(1).
2826         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2827         support for uncompressed agentview files.  Taken together, reading
2828         the agentview file should now be 6-7 times faster.
2829
2830 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2831
2832         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2833         as a buffer-local variable.  This avoids creating truncated
2834         dribble files as a result of a hang up, eg.
2835
2836 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2837
2838         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2839         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2840         XEmacs.
2841
2842 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2843
2844         * gnus-start.el (gnus-start-draft-setup): Enforce
2845         `gnus-draft-mode' for nndraft:drafts at startup.
2846
2847         * gnus.el (gnus-splash): Change custom group.
2848         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2849         allow-list argument.
2850
2851         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2852         string.
2853
2854 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2855
2856         * gnus-art.el (gnus-default-article-saver): Add user-defined
2857         `function' to custom type.
2858
2859 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2860
2861         * imap.el (imap-open): Handle case where buffer is a buffer
2862         object.
2863
2864 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2865
2866         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2867         long lines.
2868         (gnus-cache-delete-group): Wrap doc strings.
2869
2870         * gnus-agent.el (gnus-agent-rename-group)
2871         (gnus-agent-delete-group): Wrap doc strings.
2872
2873
2874 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * messagexmas.el (message-use-toolbar): Change the valid values
2877         into default, top, bottom, left, and right.
2878         (message-toolbar-thickness): New variable.
2879         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2880         well.
2881         (message-setup-toolbar): Make it work.
2882
2883         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2884         (gnus-use-toolbar): Change the valid values into default, top,
2885         bottom, left, and right.
2886         (gnus-toolbar-thickness): New variable.
2887         (gnus-xmas-setup-toolbar): New function.
2888         (gnus-xmas-setup-group-toolbar): Use it.
2889         (gnus-xmas-setup-summary-toolbar): Use it.
2890
2891 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * gnus-start.el (gnus-1): Add "native" to
2894         gnus-predefined-server-alist.
2895
2896         * gnus.el (gnus-method-to-server): Don't add "native" to the
2897         lists here, because that leads to problems when
2898         gnus-select-method is bound.
2899
2900 2005-11-09  Simon Josefsson  <jas@extundo.com>
2901
2902         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2903         use (not sort-by-date) instead.
2904
2905 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2906
2907         * gnus-delay.el (gnus-delay-group): Don't autoload.
2908         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2909         to be re-loaded when customizing the `gnus-delay' group.
2910
2911 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2912
2913         * message.el: Revert last changes.
2914         (message-insert-citation-line): Use newlines.
2915
2916 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2917
2918         * message.el (message-courtesy-message)
2919         (message-mark-insert-begin, message-mark-insert-end)
2920         (message-elide-ellipsis, message-cancel-message)
2921         (message-add-header, message-change-subject)
2922         (message-cross-post-followup-to-header)
2923         (message-cross-post-insert-note, message-reduce-to-to-cc)
2924         (message-widen-reply, message-delete-not-region)
2925         (message-kill-to-signature, message-insert-signature)
2926         (message-insert-importance-high, message-insert-importance-low)
2927         (message-insert-or-toggle-importance)
2928         (message-insert-disposition-notification-to)
2929         (message-indent-citation, message-yank-original)
2930         (message-cite-original-without-signature, message-cite-original)
2931         (message-insert-citation-line, message-position-on-field)
2932         (message-fix-before-sending, message-send-mail-partially)
2933         (message-send-mail, message-send-mail-with-sendmail)
2934         (message-send-mail-with-qmail, message-send-news)
2935         (message-check-news-header-syntax, message-generate-headers)
2936         (message-insert-courtesy-copy, message-fill-address)
2937         (message-fill-header, message-shorten-references)
2938         (message-setup-1, message-cancel-news)
2939         (message-forward-make-body-plain, message-forward-make-body-mime)
2940         (message-forward-make-body-mml, message-encode-message-body)
2941         (message-forward-make-body-digest-plain)
2942         (message-forward-make-body-digest-mime)
2943         (message-use-alternative-email-as-from): Insert `hard-newline'
2944         instead of ordinary newlines.
2945
2946 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * message.el (message-generate-headers): Downcase the argument
2949         given to message-check-element.
2950
2951 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2952
2953         * nntp.el (nntp-authinfo-rejected): New error condition.
2954         (nntp-wait-for): Use new error condition to signal authentication
2955         error.
2956         (nntp-retrieve-data): Rethrow new error condition to break out of
2957         recursive call to nntp-send-authinfo.
2958
2959 2005-11-08  Romain Francoise  <romain@orebokech.com>
2960
2961         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
2962         (gnus-summary-exit-map): Bind to `Z p'.
2963         (gnus-summary-make-menu-bar): Add menu item.
2964
2965 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2966
2967         * gnus-art.el (gnus-article-treat-custom): Add `first'.
2968         (gnus-treat-*): Add `first' in all doc strings.
2969
2970         * gnus-group.el (gnus-group-compact-group): Fix typo.
2971
2972 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2973
2974         * gnus.el (gnus-parameters-case-fold-search): New variable.
2975         (gnus-parameters-get-parameter): Use it.
2976
2977         * gnus-score.el (gnus-home-score-file): Doc fix.
2978
2979 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2980
2981         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2982
2983 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * mm-util.el (mm-special-display-p): New function.
2986
2987         * mml.el (mml-preview): Use it; doc fix.
2988
2989 2005-10-29  Romain Francoise  <romain@orebokech.com>
2990
2991         * message.el (message-fix-before-sending): Fix comment.
2992
2993 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2994
2995         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
2996
2997 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2998
2999         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3000         Used in gnus-score.el.
3001
3002 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3003
3004         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3005
3006 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3007
3008         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3009         whitespace removed in revision 7.8.  Use concatenated string to
3010         protect trailing whitespace.
3011
3012 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
3013
3014         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3015         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3016         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3017         Courier IMAP ("some version from 2004").  Mostly based on similar
3018         code in the same function.
3019
3020 2005-10-26  Didier Verna  <didier@xemacs.org>
3021
3022         * gnus-group.el (gnus-group-compact-group): invalidate original
3023         article buffer.
3024         * gnus-srvr.el (gnus-server-compact-server): ditto.
3025         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3026         NOV database and in article itself.
3027         Invalidate article backlog.
3028
3029 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3030
3031         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3032
3033 2005-10-26  Simon Josefsson  <jas@extundo.com>
3034
3035         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3036         part of 2004-07-25 change.
3037
3038 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * message.el (message-display-completion-list): New function.
3041         (message-expand-group): Use it; make sure the Completions buffer
3042         is modifiable.
3043
3044 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3045
3046         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3047         user-mail-name is an empty string.
3048
3049 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3050
3051         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3052         depending on gnus-score-decay-constant.
3053
3054         * encrypt.el (encrypt-insert-file-contents)
3055         (encrypt-write-file-contents): Don't use `gnus-message'.
3056
3057         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3058         arguments.
3059         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3060         arguments to mm-uu-verbatim-marks-extract.
3061         (mm-uu-hide-markers): New variable.
3062         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3063
3064         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3065         (gnus-convert-image-to-face-command): Use "convert" by default to
3066         allow other input image formats.
3067         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3068         accordingly.
3069
3070 2005-10-23  Simon Josefsson  <jas@extundo.com>
3071
3072         * imap.el (imap-gssapi-program): Align command line parameters
3073         with latest GNU SASL.
3074         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3075
3076 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3079         HTML.
3080         (nnslashdot-request-article): Ditto.
3081
3082         * lpath.el (featurep): Add nobreak-char-display.
3083
3084 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3085
3086         * mail-source.el (mail-source-fetch-pop): Require pop3.
3087         (mail-source-check-pop): Ditto.
3088
3089 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3092         errors.
3093
3094 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3095
3096         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3097         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3098
3099         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3100
3101         * mm-bodies.el (mm-decode-string): Call
3102         `mm-charset-to-coding-system' with allow-override argument.
3103
3104 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3107         (rfc2047-charset-to-coding-system): New function.
3108         (rfc2047-decode-encoded-words): New function.
3109         (rfc2047-decode-region): Use them.
3110         (rfc2047-decode-cte): Remove.
3111         (rfc2047-parse-and-decode): Remove.
3112         (rfc2047-decode): Remove.
3113
3114 2005-10-15  Kenichi Handa  <handa@m17n.org>
3115
3116         * rfc2047.el (rfc2047-decode-cte): New function.
3117         (rfc2047-decode-region): Change the way to decode successive
3118         encoded-words: decode B- or Q-encoding in each encoded-word,
3119         concatenate them, and decode it as charset.
3120
3121 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * lpath.el: Fbind codepage-setup for XEmacs.
3124
3125 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3126
3127         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3128         widget-move-and-invoke.
3129         (gnus-custom-mode): Use gnus-custom-map.
3130
3131 2005-10-15  Bill Wohler  <wohler@newt.com>
3132
3133         * message.el (message-tool-bar-map): Renamed image file from
3134         mail_send to mail/send.
3135
3136 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3137
3138         * message.el (message-expand-group): Pass the common
3139         prefix substring of completion to `display-completion-list'.
3140
3141 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3142
3143         * mml-sec.el (mml-secure-method): New internal variable.
3144         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3145         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3146         functions using mml-secure-method.
3147
3148         * mml.el (mml-mode-map): Add key bindings for those functions.
3149         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3150         Harder <harder@myrealbox.com>.
3151         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3152         end of message if point is the headers of the message.
3153
3154         * message.el (message-in-body-p): New function.
3155
3156         * assistant.el: Autoload gnus-util and netrc.
3157
3158         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3159         Use `mm-charset-override-alist' only when decoding.
3160
3161         * mm-bodies.el (mm-decode-body): Call
3162         `mm-charset-to-coding-system' with allow-override argument.
3163
3164         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3165         `filename' from Content-Disposition if Content-Type doesn't
3166         provide `name'.
3167         (gnus-mime-view-part-as-type): Set default instead of
3168         initial-input.
3169
3170 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3171
3172         * format-spec.el (format-spec): Propagate text properties of % spec.
3173
3174 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * gnus-art.el (gnus-treat-predicate): Add `first'.
3177
3178 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3179
3180         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3181         (mm-charset-override-alist): New variable.
3182         (mm-charset-to-coding-system): Use it.
3183         (mm-codepage-setup): New helper function.
3184         (mm-charset-eval-alist): New variable.
3185         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3186         about unknown charsets.
3187
3188         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3189
3190 2005-10-04  David Hansen  <david.hansen@gmx.net>
3191
3192         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3193         (nnrss-check-group): Ditto.
3194
3195 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3196
3197         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3198         Rename x-gnus-verbatim to x-verbatim.
3199         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3200
3201         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3202         x-verbatim.
3203
3204         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3205
3206         * gnus-util.el (gnus-remove-duplicates): Remove.
3207
3208         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3209         instead of gnus-remove-duplicates.
3210
3211         * message.el (message-remove-duplicates): Remove.
3212         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3213         message-remove-duplicates.
3214
3215         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3216         available, else use implementation from `delete-dups'.
3217
3218         * message.el (message-insert-expires): New function.
3219         (message-mode-map): Add key binding.
3220         (message-mode-field-menu): Add menu entry.
3221         (message-mode): Document it.
3222         (message-make-expires-date): Use `message-make-date'.
3223
3224 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3225
3226         * message.el (message-make-expires-date): New function.
3227
3228 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * Makefile.in (list-installed-shadows): New entry.
3231         (install): Use it.
3232         (remove-installed-shadows): New entry.
3233
3234         * dgnushack.el (dgnushack-default-load-path): New variable.
3235         (dgnushack-find-lisp-shadows): New function.
3236         (dgnushack-remove-lisp-shadows): New function.
3237
3238 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * Makefile.in (install-el-elc): New entry.
3241         (install): Use it so that .el files are necessarily installed.
3242
3243 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3246
3247 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3248
3249         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3250         function rather than the diff-mode.el package.
3251         (mm-display-external): Use with-current-buffer.
3252         (mm-viewer-completion-map, mm-viewer-completion-map):
3253         Move initialization inside declaration.
3254
3255 2005-09-29  Simon Josefsson  <jas@extundo.com>
3256
3257         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3258         autoload mail-check-payment.
3259         (spam-check-hashcash): Define unconditionally, since hashcash.el
3260         is part of Gnus now.  Ignore errors from payment checking.
3261
3262 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3263
3264         * message.el (message-bold-region, message-unbold-region): Rename
3265         from `bold-region' and `unbold-region'.
3266
3267         * message.el: Remove useless autoloads.
3268
3269 2005-09-28  Simon Josefsson  <jas@extundo.com>
3270
3271         * message.el (message-use-idna): Default to t.
3272         (message-use-idna): Test whether encoding works too.  Doc fix.
3273
3274 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * nntp.el (nntp-warn-about-losing-connection): Remove.
3277
3278 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3279
3280         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3281         customizable.  Change default value.
3282         (mm-uu-diff-groups-regexp): Change default value.
3283         (mm-uu-type-alist): Add doc string.
3284         (mm-uu-configure): Add doc string.  Make it interactive.
3285         (mm-uu-tex-groups-regexp): New variable.
3286         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3287         (mm-uu-type-alist): Add LaTeX documents.
3288         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3289         of "text/verbatim".
3290         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3291
3292         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3293         instead of "text/verbatim".
3294
3295         * message.el (message-mark-inserted-region)
3296         (message-mark-insert-file): Use slrn style marks when called with
3297         prefix argument.
3298
3299 2005-09-27  Simon Josefsson  <jas@extundo.com>
3300
3301         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3302
3303 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3304
3305         * message.el (message-remove-duplicates): New function.
3306         Implementation borrowed from `gnus-remove-duplicates'.
3307         (message-idna-to-ascii-rhs): Also encode idna addresses in
3308         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3309         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3310         only ask about the same idna domain once per header and also tell
3311         in what header to replace the idna domain.
3312
3313         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3314         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3315         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3316         a header is decoded and not just the last one.
3317
3318 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3321         has been decoded.
3322
3323         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3324         (mm-insert-part): Don't modify text if it has been decoded.
3325
3326         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3327         decoded.
3328
3329         * mm-view.el (mm-inline-text): Don't strip text props unless
3330         decoding enriched or richtext parts.
3331
3332 2005-09-25  Romain Francoise  <romain@orebokech.com>
3333
3334         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3335         * gnus-start.el (gnus-subscribe-interactively):
3336         * gnus-uu.el (gnus-uu-grab-articles):
3337         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3338         space.
3339
3340 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3341
3342         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3343         * mm-view.el (mm-view-pkcs7-decrypt):
3344         * gnus-sum.el (gnus-summary-limit-to-extra)
3345         (gnus-summary-respool-article, gnus-read-move-group-name):
3346         * gnus-score.el (gnus-summary-increase-score):
3347         * gnus-util.el (gnus-completing-read-with-default):
3348         * gnus-art.el (gnus-read-save-file-name)
3349         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3350         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3351         * message.el (message-check-news-header-syntax):
3352         Follow convention for reading with the minibuffer.
3353
3354 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3355
3356         * spam-report.el (spam-report-url-ping-plain):
3357         Use gnus-extended-version as User-Agent.
3358
3359         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3360         default value is nil.
3361
3362         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3363         (mm-uu-verbatim-marks-extract): New function.
3364         (mm-uu-extract): New face.
3365         (mm-uu-copy-to-buffer): Use it.
3366
3367         * spam-report.el (spam-report-gmane-ham): Renamed from
3368         `spam-report-gmane-unspam'.
3369         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3370         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3371
3372         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3373         Autoload.
3374         (spam-report-gmane-unregister-routine): Renamed
3375         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3376
3377 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3378
3379         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3380         (spam-report-gmane-unregister-routine): added support for gmane
3381         unregistration
3382
3383         * spam-report.el (spam-report-gmane-unspam)
3384         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3385         (spam-report-gmane): changed to take a single article and do
3386         unspam registration
3387
3388 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3389
3390         * mm-url.el (mm-url-decode-entities): Fix regexp.
3391
3392 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3395         default to nil, to be able to use Gnus at all.  If the default
3396         switches to something else, then the function should be fixed not
3397         be exceedingly slow.
3398
3399 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3400
3401         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3402         fail hard
3403
3404         * spam-report.el: better Keywords line
3405
3406         * spam.el: added Maintainer and better Keywords line
3407
3408 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3409
3410         * gnus-art.el (gnus-article-replace-part)
3411         (gnus-mime-replace-part): New functions.
3412         (gnus-mime-action-alist, gnus-mime-button-commands)
3413         (gnus-mime-save-part-and-strip): Added file argument.
3414         (gnus-article-part-wrapper): Added interactive argument.
3415
3416         * gnus-sum.el (gnus-summary-mime-map): Add
3417         `gnus-article-replace-part'.
3418
3419 2005-09-19  Didier Verna  <didier@xemacs.org>
3420
3421         The nnml compaction feature:
3422         * nnml.el (nnml-request-compact-group): New function.
3423         * nnml.el (nnml-request-compact): New function.
3424         * gnus-int.el (gnus-request-compact-group): New function.
3425         * gnus-int.el (gnus-request-compact): New function.
3426         * gnus-group.el (gnus-group-compact-group): New function.
3427         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3428         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3429         * gnus-srvr.el (gnus-server-compact-server): New function.
3430         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3431         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3432
3433 2005-09-18  Deepak Goel  <deego@gnufans.org>
3434
3435         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3436         format spec.
3437
3438 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3441
3442 2005-09-15  Romain Francoise  <romain@orebokech.com>
3443
3444         * message.el (message-fill-paragraph): Clarify docstring.
3445
3446 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-art.el (gnus-mime-display-part): Protect against broken
3449         MIME messages.
3450
3451 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3454         before parsing header.
3455
3456 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3457
3458         * html2text.el: (html2text-replace-list): Add new entities.
3459
3460 2005-09-11  Romain Francoise  <romain@orebokech.com>
3461
3462         * message.el (message-alternative-emails): Improve docstring.
3463         (message-setup-1): Call `message-use-alternative-email-as-from'
3464         after `message-setup-hook' to give it precedence over posting
3465         styles, etc.
3466         (message-use-alternative-email-as-from): Add docstring.  Remove
3467         the original From header if present.
3468
3469         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3470         (nnml-save-mail): Use it.
3471
3472         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3473         articles.  Add new argument `silent'.
3474         (gnus-uu-mark-all): Report the total number of marked articles.
3475
3476 2005-09-10  Romain Francoise  <romain@orebokech.com>
3477
3478         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3479         (gnus-uu-mark-series): Likewise.
3480
3481 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3482
3483         * spam-report.el (spam-report-gmane): Fix generation of spam
3484         report URL.
3485
3486 2005-09-10  Simon Josefsson  <jas@extundo.com>
3487
3488         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3489         t, based on discussion on the ding list with Robert Epprecht
3490         <epprecht@solnet.ch>.
3491
3492 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3493
3494         * spam-report.el (spam-report-gmane): Make it work without
3495         X-Report-Spam header.  Gmane now only provides Archived-At.
3496         This is only used if `spam-report-gmane-use-article-number' is nil.
3497         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3498
3499         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3500         make `gnus-summary-sort-by-recipient' work with threading.
3501
3502         * nnweb.el (nnweb-google-wash-article): Print a message if article
3503         is not available.
3504
3505 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3506
3507         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3508         change.  Decode text/* parts content before displaying.
3509
3510 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3511
3512         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3513
3514 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3517
3518         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3519         url-package-name, url-package-version,
3520         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3521         w3m-display-inline-images, and w3m-minor-mode-map.
3522
3523 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3524
3525         * message.el (message-tab-body-function): Fixed mismatched custom
3526         type.
3527
3528         * gnus.el (gnus-group-change-level-function): Ditto.
3529
3530         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3531
3532         * gnus-art.el (gnus-signature-limit)
3533         (gnus-article-mime-part-function): Ditto.
3534
3535 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * mml.el (mml-mode): Silence the byte compiler.
3538
3539         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3540         using `(sit-for 0)' before moving the point to the specified part;
3541         skip unbuttonized parts.
3542         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3543         return to the summary window if gnus-auto-select-part is non-nil.
3544
3545 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3546
3547         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3548         variables.
3549         (mml-dnd-attach-file, mml-mode): Use them.
3550
3551         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3552         Make fetching article by MID work again for Google Groups.  Added
3553         FIXME concerning gnus-group-make-web-group.
3554
3555         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3556         Don't depend on Gnus by using mail-extract-address-components if
3557         gnus-extract-address-components is not bound.
3558
3559 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * gnus-art.el (gnus-mime-display-security): Don't display the
3562         signature, but only the signed part.
3563
3564 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3567
3568         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3569         list, not listp.
3570
3571 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3572
3573         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3574         when encoding.
3575
3576         * mm-bodies.el (mm-decode-content-transfer-encoding):
3577         De-canonicalize CRLF for all text content types, not just
3578         text/plain.
3579
3580 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3583         valid article; point arrow and cursor at the MIME button.
3584
3585 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3588         Suggested by Dan Christensen <jdc@uwo.ca>.
3589
3590         * mm-decode.el (mm-save-part): Enable change of prompt.
3591
3592 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3593
3594         * gnus-msg.el (gnus-inews-add-send-actions): Made
3595         `message-post-method' lambda parameter ARG `&optional'.
3596
3597 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * gnus-sum.el (gnus-summary-mime-map): Added
3600         gnus-article-save-part-and-strip, gnus-article-delete-part and
3601         gnus-article-jump-to-part.
3602
3603         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3604         (gnus-article-edit-part): Use it.
3605         (gnus-article-part-wrapper): Added no-handle argument.
3606         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3607         functions.
3608
3609 2005-08-29  Romain Francoise  <romain@orebokech.com>
3610
3611         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3612         docstring.
3613         (gnus-face-from-file): Likewise.
3614
3615 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3616
3617         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3618         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3619         non-nil.
3620         (gnus-auto-select-part): New variable.
3621         (gnus-article-jump-to-part): New function.
3622         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3623         (gnus-mime-delete-part): Allow selecting specified part after
3624         deleting or stripping parts.
3625         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3626         part if argument is bogus.
3627
3628 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3629
3630         * gnus-art.el (w3m-minor-mode-map):
3631         * gnus-spec.el (gnus-newsrc-file-version):
3632         * gnus-util.el (nnmail-active-file-coding-system)
3633         (gnus-original-article-buffer, gnus-user-agent):
3634         * gnus.el (gnus-ham-process-destinations)
3635         (gnus-parameter-ham-marks-alist)
3636         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3637         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3638         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3639         * mm-decode.el (gnus-current-window-configuration):
3640         * mm-extern.el (gnus-article-mime-handles):
3641         * mm-url.el (url-current-object, url-package-name)
3642         (url-package-version):
3643         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3644         (smime-keys, w3m-cid-retrieve-function-alist)
3645         (w3m-current-buffer, w3m-display-inline-images)
3646         (w3m-minor-mode-map):
3647         * mml-smime.el (gnus-extract-address-components):
3648         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3649         (gnus-newsrc-hashtb, message-default-charset)
3650         (message-deletable-headers, message-options)
3651         (message-posting-charset, message-required-mail-headers)
3652         (message-required-news-headers):
3653         * mml1991.el (mc-pgp-always-sign):
3654         * mml2015.el (mc-pgp-always-sign):
3655         * nnheader.el (nnmail-extra-headers):
3656         * rfc1843.el (gnus-decode-encoded-word-function)
3657         (gnus-decode-header-function, gnus-newsgroup-name):
3658         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3659
3660 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3661
3662         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3663         the end of the date treatments.
3664
3665 2005-08-15  Simon Josefsson  <jas@extundo.com>
3666
3667         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3668         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3669         Capello and Romain Francoise.
3670         (pgg-fetch-key-function): Removed, not used?
3671         (pgg-insert-url-with-w3): Require url, to get
3672         url-insert-file-contents regardless of where it is defined.
3673
3674 2005-08-13  Romain Francoise  <romain@orebokech.com>
3675
3676         * message.el (message-cite-original-1): New function.
3677         (message-cite-original): Use it.
3678         (message-cite-original-without-signature): Ditto.
3679
3680 2005-08-08  Romain Francoise  <romain@orebokech.com>
3681
3682         * message.el (message-yank-empty-prefix): New variable.
3683         (message-indent-citation): Use it.
3684         (message-cite-original-without-signature): Respect X-No-Archive.
3685
3686 2005-08-08  Simon Josefsson  <jas@extundo.com>
3687
3688         * pgg.el: Autoload url-insert-file-contents instead of loading
3689         w3/url.
3690         (pgg-insert-url-with-w3): Don't load url here.
3691
3692 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3693
3694         * message.el (message-kill-to-signature): Don't insert newline at
3695         bol.
3696         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3697
3698 2005-08-06  Romain Francoise  <romain@orebokech.com>
3699
3700         * message.el (message-user-fqdn): Fix typo in docstring.
3701
3702 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3703
3704         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3705
3706         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3707
3708 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * mm-bodies.el (mm-encode-body): Use coding system rather than
3711         charset to encode text.
3712
3713         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3714         number of charsets if utf-8 is available (XEmacs).
3715
3716 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3717
3718         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3719         taken from `gnus-button-mid-or-mail-regexp'.
3720         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3721         (gnus-button-alist): Improve regexp for domain part of the MIDs
3722         for news:localpart@domain buttons.
3723         (gnus-button-ctan-directory-regexp): Update.
3724
3725 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * sieve-manage.el (sieve-manage-interactive-login): Use
3728         make-local-variable rather than make-variable-buffer-local.
3729         (sieve-manage-open): Ditto.
3730         (sieve-manage-authenticate): Ditto.
3731
3732         * mml.el (mml-generate-mime-1): Make the content type default to
3733         text/plain if the filename is not specified.
3734
3735 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3738         instead of insert-buffer.
3739
3740         * message.el (message-yank-original): Ditto; set the mark at the
3741         end of the yanked message.
3742
3743 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3746         lines to scroll rather than to stop it.
3747
3748         * mml.el (mml-generate-default-type): Add doc string.
3749         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3750         default to application/octet-stream when determining the content
3751         type if it is not specified for the part or the mml contents; add
3752         a comment about mml-generate-default-type.
3753
3754 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3755
3756         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3757         make it default to application/octet-stream when determining the
3758         content type if it is not specified for the external contents.
3759
3760 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3763         segmented parameter but also other parameters might be there.
3764
3765 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * mm-decode.el (mm-display-external): Delete temp file, directory
3768         and buffer immediately if the external process is exited.
3769
3770 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3773         fewer lines than that of scroll-margin.
3774         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3775
3776 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * gnus-art.el (gnus-article-next-page): Revert.
3779         (gnus-article-beginning-of-window): New macro.
3780         (gnus-article-next-page-1): Use it.
3781         (gnus-article-prev-page): Ditto.
3782         (gnus-article-edit-part): Use insert-buffer-substring instead of
3783         insert-buffer.
3784         (gnus-article-edit-exit): Ditto.
3785
3786         * gnus-util.el (gnus-beginning-of-window): Remove.
3787         (gnus-end-of-window): Remove.
3788
3789         * lpath.el: Don't bind header-line-format and scroll-margin.
3790
3791 2005-07-25  Simon Josefsson  <jas@extundo.com>
3792
3793         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3794         to have the url package without w3.  Reported by Daiki Ueno
3795         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3796
3797 2005-07-20  Didier Verna  <didier@xemacs.org>
3798
3799         * gnus-diary.el: Remove the description comment (nndiary is now
3800         properly documented in the Gnus manual).
3801         Fix the spelling of "Back End".
3802         * nndiary.el: Ditto.
3803         Fix the copyright notice.
3804
3805 2005-07-18  Romain Francoise  <romain@orebokech.com>
3806
3807         * gnus-sum.el (gnus-summary-to-prefix,
3808         gnus-summary-newsgroup-prefix): New variables.
3809         (gnus-summary-from-or-to-or-newsgroups): Use them.
3810
3811 2005-07-17  Romain Francoise  <romain@orebokech.com>
3812
3813         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3814         space as it's generally not especially interesting to the user.
3815
3816 2005-07-16  Romain Francoise  <romain@orebokech.com>
3817
3818         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3819         nil to avoid prompting and file modification if one of the
3820         messages at the top of the nnfolder file contains a copyright
3821         notice.
3822         Update copyright notice.
3823
3824         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3825         instead of `current-time-string' as the latter creates a time
3826         string that is not RFC 2822 compliant (it lacks the zone).
3827         Update copyright notice.
3828
3829 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3830
3831         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3832         for text/rtf.  Display default in prompt.  Pass default for M-n.
3833
3834         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3835
3836 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3837
3838         * gnus-msg.el (gnus-button-mailto): Remove
3839         save-selected-window-window hackery because it relies on
3840         save-selected-window internals.
3841
3842 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3845         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3846         (gnus-article-prev-page): Ditto.
3847
3848         * gnus-util.el (gnus-beginning-of-window): New function.
3849         (gnus-end-of-window): New function.
3850
3851         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3852
3853 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3854
3855         * gnus-score.el (gnus-score-edit-all-score): Set
3856         gnus-score-edit-exit-function to gnus-score-edit-done and call
3857         gnus-message.
3858
3859 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-msg.el (gnus-button-mailto): Remove
3862         save-selected-window-window hackery because it relies on
3863         save-selected-window internals.
3864
3865 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3868         add-minor-mode.
3869         (gnus-binary-mode): Ditto.
3870
3871         * gnus-topic.el (gnus-topic-mode): Ditto.
3872
3873 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3874
3875         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3876         (gnus-article-prev-page): Take scroll-margin into consideration.
3877
3878 2005-07-04  Lute Kamstra  <lute@gnu.org>
3879
3880         Update FSF's address in GPL notices.
3881
3882 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3883
3884         * gnus.el (gnus-exit):
3885         * gnus-group.el (gnus-group-icons):
3886         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3887
3888         * gnus-nocem.el (gnus-nocem):
3889         * message.el (message-various, message-buffers, message-sending)
3890         (message-interface, message-forwarding, message-insertion)
3891         (message-headers, message-news, message-mail):
3892         * pgg-gpg.el (pgg-gpg):
3893         * pgg-parse.el (pgg-parse):
3894         * pgg-pgp.el (pgg-pgp):
3895         * pgg-pgp5.el (pgg-pgp5):
3896         * pop3.el (pop3): Finish `defgroup' description with period.
3897
3898 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * gnus-art.el (article-display-face): Improve the efficiency.
3901         (article-display-x-face): Ditto; remove grey x-face stuff.
3902
3903 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * gnus-art.el (article-display-face): Correct the position in
3906         which Faces are inserted.
3907
3908 2005-06-29  Didier Verna  <didier@xemacs.org>
3909
3910         * gnus-art.el (article-display-face): Display faces in correct
3911         order.
3912
3913 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3916         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3917         (gnus-nocem-check-article): Fetch the Type header.
3918         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3919         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3920         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3921         make sure gnus-nocem-hashtb is initialized.
3922         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3923         (gnus-nocem-unwanted-article-p): Ditto.
3924
3925         * pgg.el (pgg-verify): Return the verification result.
3926
3927 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928
3929         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3930         is ascii.
3931
3932 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3933
3934         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3935         `show-nonbreak-escape'.
3936
3937 2005-06-23  Lute Kamstra  <lute@gnu.org>
3938
3939         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3940
3941         * dig.el (dig-mode):
3942         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3943
3944 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3945
3946         * nnimap.el (nnimap-split-download-body): Fix spellings.
3947
3948 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3949
3950         * gnus-art.el (gnus-article-encrypt-body):
3951         * gnus-cus.el (gnus-score-customize):
3952         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3953         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3954
3955 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3956
3957         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
3958         header by looking for magic "MII" at the beginnig.
3959
3960 2005-06-16  Miles Bader  <miles@gnu.org>
3961
3962         * gnus-xmas.el (gnus-xmas-group-startup-message):
3963         Use renamed gnus-splash face.
3964
3965         * assistant.el (assistant-field): Remove "-face" suffix from face name.
3966         (assistant-field-face): New backward-compatibility alias for renamed
3967         face.
3968         (assistant-render-text): Use renamed assistant-field face.
3969
3970         * spam.el (spam): Remove "-face" suffix from face name.
3971         (spam-face): New backward-compatibility alias for renamed face.
3972         (spam-face, spam-initialize): Use renamed spam face.
3973
3974         * message.el (message-header-to, message-header-cc)
3975         (message-header-subject, message-header-newsgroups)
3976         (message-header-other, message-header-name)
3977         (message-header-xheader, message-separator, message-cited-text)
3978         (message-mml): Remove "-face" suffix from face names.
3979         (message-header-to-face, message-header-cc-face)
3980         (message-header-subject-face, message-header-newsgroups-face)
3981         (message-header-other-face, message-header-name-face)
3982         (message-header-xheader-face, message-separator-face)
3983         (message-cited-text-face, message-mml-face):
3984         New backward-compatibility aliases for renamed faces.
3985         (message-font-lock-keywords): Use renamed message faces.
3986
3987         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
3988         (sieve-test-commands, sieve-tagged-arguments):
3989         Remove "-face" suffix from face names.
3990         (sieve-control-commands-face, sieve-action-commands-face)
3991         (sieve-test-commands-face, sieve-tagged-arguments-face):
3992         New backward-compatibility aliases for renamed faces.
3993         (sieve-control-commands-face, sieve-action-commands-face)
3994         (sieve-test-commands-face, sieve-tagged-arguments-face):
3995         Use renamed sieve faces.
3996
3997         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
3998         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
3999         (gnus-group-news-3-empty, gnus-group-news-4)
4000         (gnus-group-news-4-empty, gnus-group-news-5)
4001         (gnus-group-news-5-empty, gnus-group-news-6)
4002         (gnus-group-news-6-empty, gnus-group-news-low)
4003         (gnus-group-news-low-empty, gnus-group-mail-1)
4004         (gnus-group-mail-1-empty, gnus-group-mail-2)
4005         (gnus-group-mail-2-empty, gnus-group-mail-3)
4006         (gnus-group-mail-3-empty, gnus-group-mail-low)
4007         (gnus-group-mail-low-empty, gnus-summary-selected)
4008         (gnus-summary-cancelled, gnus-summary-high-ticked)
4009         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4010         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4011         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4012         (gnus-summary-low-undownloaded)
4013         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4014         (gnus-summary-low-unread, gnus-summary-normal-unread)
4015         (gnus-summary-high-read, gnus-summary-low-read)
4016         (gnus-summary-normal-read, gnus-splash):
4017         Remove "-face" suffix from face names.
4018         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4019         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4020         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4021         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4022         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4023         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4024         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4025         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4026         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4027         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4028         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4029         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4030         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4031         (gnus-summary-normal-ticked-face)
4032         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4033         (gnus-summary-normal-ancient-face)
4034         (gnus-summary-high-undownloaded-face)
4035         (gnus-summary-low-undownloaded-face)
4036         (gnus-summary-normal-undownloaded-face)
4037         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4038         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4039         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4040         (gnus-splash-face):
4041         New backward-compatibility aliases for renamed faces.
4042         (gnus-group-startup-message): Use renamed gnus faces.
4043
4044         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4045         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4046         (gnus-server-agent): Remove "-face" suffix from face names.
4047         (gnus-server-agent-face, gnus-server-opened-face)
4048         (gnus-server-closed-face, gnus-server-denied-face)
4049         (gnus-server-offline-face):
4050         New backward-compatibility aliases for renamed faces.
4051         (gnus-server-agent-face, gnus-server-opened-face)
4052         (gnus-server-closed-face, gnus-server-denied-face)
4053         (gnus-server-offline-face): Use renamed gnus faces.
4054
4055         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4056         Remove "-face" suffix from face names.
4057         (gnus-picon-xbm-face, gnus-picon-face):
4058         New backward-compatibility aliases for renamed faces.
4059
4060         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4061         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4062         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4063         (gnus-cite-11): Remove "-face" suffix from face names.
4064         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4065         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4066         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4067         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4068         New backward-compatibility aliases for renamed faces.
4069         (gnus-cite-attribution-face, gnus-cite-face-list)
4070         (gnus-article-boring-faces): Use renamed gnus faces.
4071
4072         * gnus-art.el (gnus-signature, gnus-header-from)
4073         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4074         (gnus-header-content): Remove "-face" suffix from face names.
4075         (gnus-signature-face, gnus-header-from-face)
4076         (gnus-header-subject-face, gnus-header-newsgroups-face)
4077         (gnus-header-name-face, gnus-header-content-face):
4078         New backward-compatibility aliases for renamed faces.
4079         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4080
4081         * gnus-sum.el (gnus-summary-selected-face)
4082         (gnus-summary-highlight): Use renamed gnus faces.
4083         * gnus-group.el (gnus-group-highlight): Likewise.
4084
4085 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4086
4087         * gnus-sieve.el (gnus-sieve-article-add-rule):
4088         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4089         * spam-stat.el (spam-stat-buffer-change-to-spam)
4090         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4091
4092         * message.el (message-is-yours-p):
4093         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4094
4095 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * mm-view.el (mm-inline-text): Withdraw the last change.
4098
4099 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4102         executing enriched-decode.
4103
4104 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4107         charset of tar files.
4108
4109 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4110
4111         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4112
4113 2005-06-04  Lute Kamstra  <lute@gnu.org>
4114
4115         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4116         information is never recorded.
4117
4118 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4119
4120         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4121
4122 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4123
4124         * pop3.el (pop3-apop): Run md5 in the binary mode.
4125
4126         * starttls.el (starttls-set-process-query-on-exit-flag):
4127         Use eval-and-compile.
4128
4129 2005-05-31  Simon Josefsson  <jas@extundo.com>
4130
4131         * smime.el (smime-replace-in-string): Define.
4132         (smime-cert-by-ldap-1): Use it.
4133
4134 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-art.el (article-display-x-face): Replace
4137         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4138
4139         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4140         set-process-query-on-exit-flag or process-kill-without-query.
4141
4142         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4143         loop instead of replace-regexp.
4144
4145         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4146         instead of process-kill-without-query if it is available.
4147
4148         * lpath.el: Fbind ldap-search-entries.
4149
4150         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4151         instead of find-file-hooks if it is available.
4152
4153         * mml1991.el: Bind pgg-default-user-id when compiling.
4154
4155         * mml2015.el: Bind pgg-default-user-id when compiling.
4156
4157         * nndraft.el (nndraft-request-associate-buffer):
4158         Use write-contents-functions instead of write-contents-hooks if it is
4159         available.
4160
4161         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4162         instead of find-file-hooks if it is available.
4163
4164         * nntp.el (nntp-open-connection): Replace
4165         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4166         (nntp-open-ssl-stream): Ditto.
4167         (nntp-open-tls-stream): Ditto.
4168
4169         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4170         set-process-query-on-exit-flag or process-kill-without-query.
4171         (starttls-open-stream-gnutls): Use it instead of
4172         process-kill-without-query.
4173         (starttls-open-stream): Ditto.
4174
4175 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4176
4177         * smime.el (smime-cert-by-ldap-1): Don't use
4178         replace-regexp-in-string.
4179
4180 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4181
4182         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4183
4184         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4185         in PEM format. Adjust to the XEmacs compability.
4186
4187 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4188
4189         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4190         by `string-to-number'.
4191         * gnus-agent.el (gnus-agent-regenerate-group)
4192         (gnus-agent-fetch-articles): Ditto.
4193         * gnus-art.el (gnus-button-fetch-group): Ditto.
4194         * gnus-cache.el (gnus-cache-generate-active)
4195         (gnus-cache-articles-in-group): Ditto.
4196         * gnus-group.el (gnus-group-set-current-level)
4197         (gnus-group-insert-group-line): Ditto.
4198         * gnus-score.el (gnus-score-set-expunge-below)
4199         (gnus-score-set-mark-below, gnus-summary-score-effect)
4200         (gnus-summary-score-entry): Ditto.
4201         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4202         (gnus-soup-pack): Ditto.
4203         * gnus-spec.el (gnus-xmas-format): Ditto.
4204         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4205         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4206         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4207         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4208         * nndb.el (nndb-get-remote-expire-response): Ditto.
4209         * nndiary.el (nndiary-parse-schedule-value)
4210         (nndiary-string-to-number, nndiary-request-replace-article)
4211         (nndiary-request-article): Ditto.
4212         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4213         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4214         * nneething.el (nneething-make-head): Ditto.
4215         * nnfolder.el (nnfolder-request-article)
4216         (nnfolder-retrieve-headers): Ditto.
4217         * nnheader.el (nnheader-file-to-number): Ditto.
4218         * nnkiboze.el (nnkiboze-request-article): Ditto.
4219         * nnmail.el (nnmail-process-unix-mail-format)
4220         (nnmail-process-babyl-mail-format): Ditto.
4221         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4222         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4223         (nnmh-request-create-group, nnmh-request-list-1)
4224         (nnmh-request-group, nnmh-request-article): Ditto.
4225         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4226         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4227         * nnsoup.el (nnsoup-make-active): Ditto.
4228         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4229         * nntp.el (nntp-find-group-and-number)
4230         (nntp-retrieve-headers-with-xover): Ditto.
4231         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4232         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4233         (pgg-format-key-identifier): Ditto.
4234         * pop3.el (pop3-last, pop3-stat): Ditto.
4235         * qp.el (quoted-printable-decode-region): Ditto.
4236
4237         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4238         of concat.
4239
4240 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4243
4244         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4245
4246         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4247
4248         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4249
4250         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4251
4252         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4253
4254         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4255         (gnus-carpal-mode): Ditto.
4256
4257         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4258         (gnus-browse-mode): Ditto.
4259
4260         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4261
4262         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4263
4264 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4265
4266         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4267
4268 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * gnus-util.el (gnus-run-mode-hooks): New function.
4271
4272         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4273
4274         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4275         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4276
4277 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4278
4279         * gnus-agent.el (gnus-agent-make-mode-line-string):
4280         Use mode-line-highlight as mouse-face.
4281
4282 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * canlock.el (canlock): Change the parent group to news.
4285
4286         * deuglify.el (gnus-outlook-deuglify): Add :group.
4287
4288         * dig.el (dig): Add :group.
4289
4290         * dns-mode.el (dns-mode): Add :group.
4291
4292         * encrypt.el (encrypt): Add :group.
4293
4294         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4295         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4296         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4297         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4298         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4299
4300         * gnus-diary.el (gnus-diary): Add :group.
4301
4302         * gnus.el (gnus-group-news-1-face): Add :group.
4303         (gnus-group-news-1-empty-face): Ditto.
4304         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4305         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4306         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4307         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4308         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4309         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4310         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4311         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4312         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4313         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4314         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4315         (gnus-summary-high-ticked-face): Ditto.
4316         (gnus-summary-low-ticked-face): Ditto.
4317         (gnus-summary-normal-ticked-face): Ditto.
4318         (gnus-summary-high-ancient-face): Ditto.
4319         (gnus-summary-low-ancient-face): Ditto.
4320         (gnus-summary-normal-ancient-face): Ditto.
4321         (gnus-summary-high-undownloaded-face): Ditto.
4322         (gnus-summary-low-undownloaded-face): Ditto.
4323         (gnus-summary-normal-undownloaded-face): Ditto.
4324         (gnus-summary-high-unread-face): Ditto.
4325         (gnus-summary-low-unread-face): Ditto.
4326         (gnus-summary-normal-unread-face): Ditto.
4327         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4328         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4329
4330         * hashcash.el (hashcash): New custom group.
4331         (hashcash-default-payment): Add :group.
4332         (hashcash-payment-alist): Ditto.
4333         (hashcash-default-accept-payment): Ditto.
4334         (hashcash-accept-resources): Ditto.
4335         (hashcash-path): Ditto.
4336         (hashcash-extra-generate-parameters): Ditto.
4337         (hashcash-double-spend-database): Ditto.
4338         (hashcash-in-news): Ditto.
4339
4340         * message.el (message-minibuffer-local-map): Add :group.
4341
4342         * netrc.el (netrc): Add :group.
4343
4344         * sieve-manage.el (sieve-manage-log): Add :group.
4345         (sieve-manage-default-user): Diito.
4346         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4347         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4348         (sieve-manage-authenticators): Ditto.
4349         (sieve-manage-authenticator-alist): Ditto.
4350         (sieve-manage-default-port): Ditto.
4351
4352         * sieve-mode.el (sieve-control-commands-face): Add :group.
4353         (sieve-action-commands-face): Ditto.
4354         (sieve-test-commands-face): Ditto.
4355         (sieve-tagged-arguments-face): Ditto.
4356
4357         * smime.el (smime): Add :group.
4358
4359         * spam-report.el (spam-report): Add :group.
4360
4361         * spam.el (spam, spam-face): Add :group.
4362
4363 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4366         return \n.\n.\n at the end of articles.  Protect against that.
4367         (nntp-with-open-group): Allow debugging.
4368
4369         * nnheader.el (mail-header-set-extra): Make into a function
4370         because I just could't understand how to quote the list properly.
4371
4372         * dns.el (query-dns-cached): New function.
4373
4374 2005-05-26  Lute Kamstra  <lute@gnu.org>
4375
4376         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4377
4378 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4381
4382         * gnus-art.el: Don't autoload mail-extract-address-components.
4383
4384         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4385         eval-and-compile to evaluate it.
4386
4387         * hashcash.el: Don't autoload executable-find.
4388
4389         * nndb.el: Don't declare the nndb back end two or more times; don't
4390         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4391
4392         * nntp.el: Autoload format-spec instead of format; use
4393         eval-and-compile to evaluate autoload forms.
4394
4395 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4396
4397         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4398
4399 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * gnus.el (gnus-version-number): Bump version.
4402
4403 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4404
4405         * gnus.el: No Gnus v0.3 is released.
4406
4407 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * lpath.el (featurep): Bind show-nonbreak-escape.
4410
4411 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-art.el (gnus-article-edit-part): Disable undo.
4414
4415 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4418         gnus-article-date-lapsed-new-header is t if date timer is active;
4419         skip headers in which the original date value is empty.
4420         (gnus-article-save-original-date): Redefine it as a macro.
4421         (gnus-display-mime): Use it.
4422
4423 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * gnus-art.el (article-date-ut): Support converting date in
4426         forwarded parts as well.
4427         (gnus-article-save-original-date): New function.
4428         (gnus-display-mime): Use it.
4429
4430 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4431
4432         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4433         enclosure element of <item>.
4434
4435 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * message.el (message-kill-buffer-query): Renamed from
4438         `message-kill-buffer-query-if-modified'.  Added :version.
4439
4440 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4443         window layout.
4444
4445 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * mml.el: Autoload dnd when compiling.
4448
4449 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4450
4451         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4452         x-dnd-*.
4453
4454 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * qp.el (quoted-printable-encode-region): Save excursion.
4457
4458 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * message.el (message-kill-buffer-query-if-modified): new variable
4461         so the user can kill a modified message buffer quickly
4462         (message-kill-buffer): use it.
4463
4464 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * lpath.el: Fbind display-time-event-handler; don't fbind
4467         string-to-multibyte.
4468
4469         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4470
4471 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4474         contained in text because xml.el decodes entities) with LFs.
4475
4476 2005-04-11  Lute Kamstra  <lute@gnu.org>
4477
4478         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4479         differently.
4480
4481 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4482
4483         * mm-util.el (mm-detect-coding-region): Typo.
4484
4485 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4488
4489 2005-04-06  D Goel  <deego@gnufans.org>
4490
4491         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4492         user-function allow user modifications of the scores.
4493         (spam-stat-score-buffer-user): New function, to allow
4494         user-computed modifications to the score.
4495         (spam-stat-score-buffer-user-functions): list of additional
4496         scoring functions
4497         (spam-stat-error-holder): global temporary error holder
4498         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4499         variable
4500
4501 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * gnus-registry.el (gnus-registry-clean-empty-function)
4504         (gnus-registry-trim, gnus-registry-fetch-groups)
4505         (gnus-registry-delete-group): now groups that match
4506         `gnus-registry-ignored-groups' will be removed from the registry
4507         entries, not just ignored for splitting.  This helps clean up the
4508         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4509         to get all the groups a message ID is in.
4510
4511         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4512         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4513         (spam-stat-score-buffer-user-functions): added :number custom type
4514
4515 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4518         argument in XEmacs.
4519
4520         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4521         (nnrss-request-group): Decode group name first.
4522         (nnrss-request-article): Make a text/plain article if mml-to-mime
4523         failed.
4524         (nnrss-get-encoding): Return a compatible encoding according to
4525         nnrss-compatible-encoding-alist.
4526         (nnrss-find-el): Use consp instead of listp.
4527         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4528
4529 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4532         which Emacs 20 doesn't support.
4533         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4534
4535 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4536
4537         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4538         silence the byte compiler inside the defun
4539
4540         * gnus-demon.el (parse-time-string): Add autoload.
4541
4542         * gnus-delay.el (parse-time-string): Add autoload.
4543
4544         * gnus-art.el (parse-time-string): Add autoload.
4545
4546         * nnultimate.el (parse-time): Require for `parse-time-string'.
4547
4548 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4549
4550         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4551
4552         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4553
4554         * smime.el (smime-ldap-host-list): Add :version.
4555
4556 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4557
4558         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4559         pass it to `gnus-browse-read-group'.
4560         (gnus-browse-read-group): Add NUMBER argument and pass it to
4561         `gnus-group-read-ephemeral-group'.
4562
4563         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4564         argument and pass it to `gnus-group-read-group'.
4565
4566 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4567
4568         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4569         mm-xemacs-find-mime-charset-1 if we have the mule feature
4570         available at runtime.
4571
4572 2005-03-25  Werner Lemberg  <wl@gnu.org>
4573
4574         * nnmaildir.el: Replace `illegal' with `invalid'.
4575
4576 2005-03-23  Lute Kamstra  <lute@gnu.org>
4577
4578         * time-date.el: Add comment on time value formats.
4579         Don't require parse-time.
4580         (with-decoded-time-value): New macro.
4581         (encode-time-value): New function.
4582         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4583         (days-to-time): Return a valid time value when arg is huge.
4584         (time-since): Use time-subtract.
4585         (time-to-number-of-days): Use time-to-seconds.
4586
4587 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4588
4589         * gnus-start.el (gnus-display-time-event-handler):
4590         Check display-time-timer at runtime rather than only at load time
4591         in case display-time-mode is turned off in the mean time.
4592
4593 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4594
4595         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4596         used.
4597
4598         * nneething.el (nneething-map-file-directory): Derive from
4599         `gnus-directory'.
4600
4601         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4602         the To/Cc button.
4603
4604 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4605
4606         * nnmaildir.el (nnmaildir-request-accept-article):
4607         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4608
4609 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4610
4611         * gnus-async.el: Require timer-funcs at compile time when in
4612         XEmacs for `run-with-idle-timer'.
4613
4614 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4615
4616         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4617         autoloaded function.
4618
4619 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4620
4621         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4622
4623 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4624
4625         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4626
4627 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4630         gnus-expert-user to default.
4631
4632 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4633
4634         * nnimap.el (nnimap-open-server): Ditto.
4635
4636         * imap.el (imap-authenticate): Fix typo.
4637
4638 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4639
4640         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4641         buffer (since IMAP server might return FETCH response out of
4642         order, and the nntp buffer must be sorted).
4643
4644 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4645
4646         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4647         comparison on string.
4648
4649         * gnus-agent.el (gnus-agent-long-article,
4650         gnus-agent-short-article, gnus-agent-score): Renamed category
4651         keywords to match gnus-cus.
4652         (gnus-agent-summary-fetch-series): Modified to protect against
4653         gnus-agent-summary-fetch-group clearing processable flags.
4654         (gnus-agent-synchronize-group-flags): Update live group buffer as
4655         synchronization may occur due to the user toggle the plugged
4656         status.
4657         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4658         successfully downloaded.
4659         (gnus-agent-expire-group-1): Avoid using markers when the overview
4660         is in ascending order; greatly improves performance.
4661         (gnus-agent-regenerate-group): Use
4662         gnus-agent-synchronize-group-flags to reset read status in both
4663         gnus and server.
4664         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4665
4666 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4667
4668         * message.el: Don't autoload former message-utils variables.
4669         (message-strip-subject-trailing-was): Change doc string.
4670
4671         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4672         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4673         (nnweb-google-search): Add "hl=en" here.
4674         (nnweb-google-parse-1, nnweb-google-create-mapping):
4675         Don't hardcode URL.
4676
4677 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4678
4679         * message.el (message-get-reply-headers, message-followup):
4680         Mention related variables `message-use-followup-to' and
4681         `message-use-mail-followup-to', in the information buffer.
4682
4683         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4684         of broken groups(-beta).google.com.
4685
4686 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4687
4688         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4689         parameter to invoked gnus-request-move-article; remove the
4690         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4691         all at once instead of once per article
4692         (gnus-summary-remove-process-mark): accept a list of articles as
4693         well as a single article for processing
4694
4695         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4696
4697         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4698
4699         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4700
4701         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4702
4703         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4704
4705         * nnimap.el (nnimap-request-move-article): add move-is-internal
4706         parameter and remove the gnus-sum-hint-move-is-internal variable
4707
4708         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4709
4710         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4711
4712         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4713
4714         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4715
4716         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4717
4718         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4719
4720 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4721
4722         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4723         a more conservative way.
4724
4725 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4726
4727         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4728         buffer, so it moves the window's cursor.
4729
4730 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4731
4732         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4733         `mm-dissect-multipart' and receive the from field as an (optional)
4734         argument from `mm-dissect-multipart'.
4735         (mm-dissect-multipart): Receive the from field as an argument and
4736         pass it on when we call `mm-dissect-buffer' on MIME parts.
4737         Fixes verification/decryption of signed/encrypted MIME parts.
4738
4739 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4740
4741         * gnus-sum.el (gnus-summary-move-article): set
4742         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4743         whatever it calls (right now, only nnimap-request-move article
4744         respects it)
4745
4746         * nnimap.el (nnimap-request-move-article): when
4747         gnus-sum-hint-move-is-internal is set, don't do the extra
4748         nnimap-request-article
4749
4750 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4751
4752         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4753
4754         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4755         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4756
4757         * gnus-sum.el (gnus-summary-caesar-message):
4758         Apply `gnus-treat-article' after rotation.
4759
4760         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4761         doc string.
4762
4763 2005-02-22  Simon Josefsson  <jas@extundo.com>
4764
4765         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4766         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4767         <arne@arnested.dk>.
4768         (encrypt): Add password-cache and password-cache-expiry as group
4769         members.
4770
4771 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4772
4773         * smime.el (smime-ldap-host-list): Doc fix.
4774         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4775         cache) password.
4776         (smime-sign-region): Use it.
4777         (smime-decrypt-region): Use it.
4778         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4779         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4780         fails.
4781         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4782         certificate from DER to PEM format rather than calling openssl.
4783
4784         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4785
4786         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4787         for signing/encryption.
4788
4789         * mml.el (mml-parse-1): Use them.
4790
4791 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4792
4793         * nnrss.el (nnrss-verbose): Removed.
4794         (nnrss-request-group): Use `nnheader-message' instead.
4795
4796 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4797
4798         * nnrss.el (nnrss-verbose): New variable.
4799         (nnrss-request-group): Make it say nnrss is requesting a group.
4800
4801 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4802
4803         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4804         Handle news URL with given port correctly.
4805
4806 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4809         containing special characters.
4810
4811         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4812
4813         * mml.el (mime-to-mml): Ditto.
4814
4815         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4816         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4817         (rfc2047-decode-region): Quote decoded words containing special
4818         characters when rfc2047-quote-decoded-words-containing-tspecials
4819         is non-nil.
4820
4821 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4822
4823         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4824
4825         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4826
4827 2005-02-15  Simon Josefsson  <jas@extundo.com>
4828
4829         * nnimap.el (nnimap-debug): Doc fix.
4830
4831         * imap.el (imap-debug): Doc fix.
4832
4833 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4836
4837 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4838
4839         * gnus.el (spam-contents): improve docs for spam-contents
4840         parameter in its variable incarnation
4841
4842 2005-02-14  Simon Josefsson  <jas@extundo.com>
4843
4844         * smime-ldap.el: Use require instead of load-library for ldap.
4845         (smime-ldap-search): Indent.
4846         (smime-ldap-search-internal): Shorten line.
4847
4848         * smime.el (smime-cert-by-dns): Add doc-string.
4849         (smime-cert-by-ldap-1): Indent.
4850
4851         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4852         mml-smime-get-dns-ldap.
4853         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4854
4855 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4856
4857         * smime.el: Require smime-ldap.
4858         (smime-ldap-host-list): New variable.
4859         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4860
4861         * mml-smime.el (mml-smime-encrypt-query): New function.
4862         (mml-smime-encrypt-query): Use it.
4863
4864         * smime-ldap.el: New file.
4865
4866 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4869
4870 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4871
4872         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4873         argument in doc string.  Make query for type more clear.
4874
4875 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4876
4877         * gnus.el (gnus-group-startup-message): Search for gnus images in
4878         etc/images/gnus.
4879         * mm-util.el (mm-image-load-path): Likewise.
4880         * smiley.el (smiley-data-directory): Search for smilies in
4881         etc/images/smilies.
4882
4883 2005-02-09  Kim F. Storm  <storm@cua.dk>
4884
4885         Change Emacs release version from 21.4 to 22.1 throughout.
4886         Change Emacs development version from 21.3.50 to 22.0.50.
4887
4888 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4891
4892         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4893         non-Mule XEmacs as well.
4894         (mm-decompress-buffer): Signal an error intentionally if it does
4895         not decompress compressed data because auto-compression-mode is
4896         disabled.
4897
4898 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4899
4900         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4901         an ID in the registry even if it has no groups
4902
4903 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4906         merge it into mm-decompress-buffer.
4907         (gnus-mime-copy-part): Use the MIME part charset, the value which
4908         a user specified or gnus-newsgroup-charset for decoding, like
4909         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4910         save-buffer what was used.  Suggested by Kevin Ryde
4911         <user42@zip.com.au>.
4912         (gnus-mime-inline-part): Allow the name parameter as well as the
4913         filename parameter; force decompressing of compressed data; always
4914         display contents being not decoded as unibyte.
4915
4916         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4917         as well as the filename parameter.
4918
4919         * mm-util.el (mm-decompress-buffer): Merge
4920         gnus-mime-jka-compr-maybe-uncompress.
4921         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4922         of compressed data.
4923
4924 2005-02-08  Simon Josefsson  <jas@extundo.com>
4925
4926         * imap.el (imap-log): Doc fix.
4927
4928 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4931         the coding cookies; decompress compressed parts.
4932
4933         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4934         to the value which a user specified manually or the coding cookie.
4935
4936         * mm-util.el (mm-string-to-multibyte): New function.
4937         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4938         (mm-coding-system-to-mime-charset): New function.
4939         (mm-decompress-buffer): New function.
4940         (mm-find-buffer-file-coding-system): New function.
4941
4942         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4943         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4944         parts.
4945
4946 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4947
4948         * mm-view.el (mm-display-inline-fontify): Decode a part according
4949         to the charset parameter.
4950
4951 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4954         prefix arg is neither nil nor a number, as info specifies.
4955
4956 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
4959         timestamps.
4960
4961 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
4962
4963         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
4964         groups error checking and notify user.
4965
4966 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
4967
4968         * message.el (message-send-mail-function): Check existence of
4969         sendmail-program first before using default value
4970         `message-send-mail-with-sendmail'.  Otherwise use more generic
4971         `smtpmail-send-it'.
4972
4973 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * nntp.el (nntp-request-update-info): Always return nil.
4976
4977 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4978
4979         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
4980
4981 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4982
4983         * message.el (message-beginning-of-line): Change the behavior when
4984         invoked between BOL and : so that it first moves backward.
4985
4986 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
4989         article buffer when editing of the article is discarded.
4990         (gnus-article-prepare): Revert.
4991
4992 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-art.el (gnus-article-prepare):
4995         Remove message-strip-forbidden-properties from the local hook.
4996
4997 2005-01-27  Simon Josefsson  <jas@extundo.com>
4998
4999         * password.el (password-cache-add): Only start one timer per key.
5000         Reported by Derek Atkins <warlord@MIT.EDU>.
5001
5002 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5003
5004         * run-at-time.el: Removed.  It is no longer needed as
5005         timer-funcs.el in the xemacs-base package has a working version of
5006         `run-at-time'.
5007
5008         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5009
5010         * password.el: Require timer-funcs instead of run-at-time in
5011         XEmacs.
5012         Remove `password-run-at-time' macro.
5013         (password-cache-add): Use `run-at-time' instead of
5014         `password-run-at-time'.
5015
5016         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5017         Remove `nnheader-cancel-function-timers' alias,
5018         `cancel-function-timers' exists in XEmacs in timer-funcs.
5019
5020         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5021         for `run-with-idle-timer'.
5022
5023         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5024         for `run-at-time'.
5025
5026         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5027         for `with-timeout'.
5028
5029         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5030         the same as for XEmacs 21.4.
5031         No need to ignore `run-with-idle-timer', this function exists in
5032         XEmacs now in timer-funcs.el in the xemacs-base package.
5033         (dgnushack-compile): No need to delete
5034         run-at-time.el from the list of files to compile because it
5035         doesn't exist anymore.
5036
5037 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5040         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5041
5042 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5043
5044         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5045         sensitively.
5046
5047 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5048
5049         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5050
5051 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5054         which will be inserted according to the multibyteness of a buffer
5055         rather than the type of contents.  Suggested by ARISAWA Akihiro
5056         <ari@mbf.ocn.ne.jp>.
5057
5058         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5059         of string which old xml.el may return rather than a string.
5060
5061 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5064
5065 2005-01-16  Simon Josefsson  <jas@extundo.com>
5066
5067         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5068         idn/idna.el isn't available.
5069         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5070         <michael@waxrat.com>.
5071
5072         * hashcash.el: Remove non-FSF copyright header.
5073
5074         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5075         (hashcash-generate-payment): Use it.
5076         (hashcash-generate-payment-async): Use it.
5077
5078 2005-01-15  Simon Josefsson  <jas@extundo.com>
5079
5080         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5081         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5082
5083         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5084         gnus-summary-idna-message.
5085         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5086         (gnus-summary-idna-message): New function.
5087
5088 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5089
5090         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5091         gnus-novice-user.
5092
5093 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * nnrss.el (nnrss-request-delete-group): Delete entries in
5096         nnrss-group-alist as well.
5097         (nnrss-save-server-data): Insert newline.
5098
5099 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * gnus.el (gnus-user-agent): Use list of symbols instead of
5102         symbols.  Display full version number for (S)XEmacs.  Optionally
5103         display (S)XEmacs codename.
5104
5105         * gnus-util.el (gnus-emacs-version): Update for new
5106         `gnus-user-agent'.
5107
5108         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5109         Gnus version.
5110
5111 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5112
5113         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5114         which is unreadable in some setups.
5115
5116 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * gnus-spec.el (gnus-update-format-specifications): Flush the
5119         group format spec cache if it doesn't support decoded group names.
5120
5121 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5122
5123         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5124         to apply decay on score files matching a regexp.
5125
5126 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5129         compatibility in %g and %c.
5130
5131 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5134         name for only %g and %c.
5135         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5136         of gnus-tmp-group to decoded group name.
5137         (gnus-group-make-rss-group): Exclude `/'s from group names.
5138
5139 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * nnrss.el (nnrss-get-encoding): Fix regexp.
5142
5143 2004-12-27  Simon Josefsson  <jas@extundo.com>
5144
5145         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5146         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5147         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5148
5149 2004-12-17  Kim F. Storm  <storm@cua.dk>
5150
5151         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5152
5153         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5154
5155 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5156
5157         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5158
5159 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * nnrss.el: Require rfc2047 and mml.
5162         (nnrss-file-coding-system): New variable.
5163         (nnrss-format-string): Redefine it as an inline function.
5164         (nnrss-decode-group-name): New function.
5165         (nnrss-string-as-multibyte): Remove.
5166         (nnrss-retrieve-headers): Decode group name; don't use
5167         nnrss-format-string.
5168         (nnrss-request-group): Decode group name.
5169         (nnrss-request-article): Decode group name; allow a Message-ID as
5170         well as an article number; don't use nnrss-format-string; encode a
5171         Message-ID string which may contain non-ASCII characters; use
5172         mml-to-mime to compose a MIME article.
5173         (nnrss-request-expire-articles): Decode group name.
5174         (nnrss-request-delete-group): Decode group name.
5175         (nnrss-fetch): Clarify error message.
5176         (nnrss-read-server-data): Use insert-file-contents instead of load;
5177         bind file-name-coding-system; use multibyte buffer.
5178         (nnrss-save-server-data): Bind coding-system-for-write to the
5179         value of nnrss-file-coding-system; bind file-name-coding-system;
5180         add coding cookie.
5181         (nnrss-read-group-data): Use insert-file-contents instead of load;
5182         bind file-name-coding-system; use multibyte buffer.
5183         (nnrss-save-group-data): Bind coding-system-for-write to the
5184         value of nnrss-file-coding-system; bind file-name-coding-system.
5185         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5186         make it work with non-ASCII text.
5187         (nnrss-find-el): Make it work with old xml.el as well.
5188
5189 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5190
5191         * nnrss.el (nnrss-get-encoding): New function.
5192         (nnrss-fetch): Use unibyte buffer initially; bind
5193         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5194         decode contents according to the encoding attribute.
5195         (nnrss-save-group-data): Add coding cookie.
5196         (nnrss-mime-encode-string): New function.
5197         (nnrss-check-group): Use it to encode subject and author.
5198
5199 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5200
5201         * spam.el (spam-check-BBDB): don't get the symbol-value of an
5202         imaginary variable
5203
5204 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5207         correctly even if there are wide characters.
5208
5209 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5210
5211         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
5212         downcased symbol names; make a new cache instead of reusing
5213         bbdb-hashtable
5214
5215 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5218         concatenating segments rather than before concatenating them.
5219         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5220
5221         * message.el (message-get-reply-headers): Bind `extra'.
5222
5223 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224
5225         * message.el (message-extra-wide-headers): New variable.
5226         (message-get-reply-headers): Use it.
5227
5228 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5231         (gnus-agent-group-pathname): Ditto.
5232
5233         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5234
5235         * gnus-group.el (gnus-group-make-group): Decode group name.
5236         (gnus-group-make-rss-group): Register the group data after opening
5237         the nnrss group.
5238
5239 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5240
5241         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5242         by expiry now get marked as read.
5243
5244 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5247
5248 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5249
5250         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5251         unify Latin characters in XEmacs.
5252         (mm-find-mime-charset-region): Use it.
5253
5254 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * gnus-util.el (gnus-delete-directory): New function.
5257
5258         * gnus-agent.el (gnus-agent-delete-group): Use it.
5259
5260         * gnus-cache.el (gnus-cache-delete-group): Use it.
5261
5262 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5265         names.
5266
5267 2004-12-16  Simon Josefsson  <jas@extundo.com>
5268
5269         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5270
5271 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5274
5275         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5276         (gnus-group-set-current-level): Decode group name.
5277
5278 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5279
5280         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5281         failed.
5282
5283 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-group.el (gnus-group-delete-group): Decode group name.
5286         (gnus-group-make-rss-group): Encode group name.
5287         (gnus-group-catchup-current): Decode group name.
5288         (gnus-group-kill-group): Decode group name.
5289
5290 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5291
5292         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5293
5294 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * gnus-group.el (gnus-group-make-rss-group):
5297         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5298
5299         * gnus-start.el (gnus-setup-news): Honor user's setting to
5300         gnus-message-archive-method.  Suggested by Lute Kamstra
5301         <lute@gnu.org>.
5302
5303 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5304
5305         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5306         global counterparts of the buffer-local variables.
5307
5308 2004-11-16  Romain Francoise  <romain@orebokech.com>
5309
5310         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5311         counterparts of the buffer-local variables.
5312
5313 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5314
5315         * message.el (message-forbidden-properties): Fixed typo in doc
5316         string.
5317
5318 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5319
5320         * gnus-util.el (gnus-replace-in-string): Added doc string.
5321
5322         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5323         to avoid problems when splitting mails with many recipients.
5324
5325 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5326
5327         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5328         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5329
5330 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5331
5332         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5333         if there is no hashtable in memory or file modification time is
5334         newer than cached timestamp.
5335
5336 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5339         not-matching option.
5340
5341 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5342
5343         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5344         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5345         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5346         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5347         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5348         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5349
5350 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * message.el (message-forward-make-body-mml): Remove headers
5353         according to message-forward-ignored-headers if a message is decoded.
5354
5355 2004-12-02  Romain Francoise  <romain@orebokech.com>
5356
5357         * message.el (message-forward-make-body-plain): Always remove
5358         headers according to message-forward-ignored-headers.
5359
5360 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5361
5362         * spam.el (spam-summary-prepare-exit): remove the
5363         gnus-summary-limit pop for now, it has problems with ham marks for
5364         me
5365
5366 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5367
5368         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5369         correctly
5370
5371 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5372
5373         * format-spec.el (format-spec): Message the char.
5374
5375 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5376
5377         * gnus-art.el (gnus-split-methods): reformat comments
5378
5379         * spam.el (spam-summary-prepare-exit): remove article limits
5380         before exiting the summary buffer
5381
5382 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5385         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5386
5387         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5388         order to silence the byte compiler.
5389
5390         * spam.el: Fix the way to silence the byte compiler, which
5391         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5392         bbdb-search-simple, spam-BBDB-register-routine,
5393         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5394         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5395         spam-stat-buffer-is-spam, spam-stat-load,
5396         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5397         spam-stat-save and spam-stat-split-fancy.
5398
5399 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5402         which may confuse users.
5403         (canlock-password-for-verify): Ditto.
5404
5405         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5406
5407         * gnus-art.el (gnus-emphasis-alist): Ditto.
5408
5409         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5410
5411         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5412
5413         * gnus-start.el (gnus-save-killed-list): Ditto.
5414
5415         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5416         (gnus-sum-thread-tree-root): Ditto.
5417         (gnus-sum-thread-tree-false-root): Ditto.
5418         (gnus-sum-thread-tree-single-indent): Ditto.
5419
5420         * message.el (message-courtesy-message): Ditto.
5421         (message-archive-note): Ditto.
5422         (message-subscribed-address-file): Ditto.
5423         (message-user-fqdn): Ditto.
5424
5425         * spam-report.el (spam-report-gmane-regex): Ditto.
5426
5427         * spam.el (spam-blackhole-good-server-regex): Ditto.
5428
5429 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * mml.el (mml-preview): Widen the message buffer before copying
5432         the contents to the preview buffer; sort headers before previewing.
5433
5434         * message.el (message-hidden-headers): Fix the way to avoid a bug
5435         in the `repeat' widget in Emacs 21.3 or earlier.
5436
5437 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * message.el (message-hidden-headers): Default to "^References:".
5440         Improve customization type.  Suggested by Reiner Steib
5441         <Reiner.Steib@gmx.de>.
5442
5443 2004-11-25  Romain Francoise  <romain@orebokech.com>
5444
5445         * message.el (message-strip-forbidden-properties): Remove check for
5446         obsolete `message-hidden' text property, hidden headers are not
5447         accessible in the buffer anymore.
5448
5449 2004-11-22  Romain Francoise  <romain@orebokech.com>
5450
5451         * message.el (message-header-format-alist): Add `From' in list
5452         so that it can be sorted.
5453         (message-fix-before-sending): Widen and sort headers before
5454         sending.
5455         (message-hide-headers): Use narrowing to hide headers by moving
5456         them to the top of the buffer and narrowing to the region
5457         underneath.
5458
5459 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * message.el (message-strip-forbidden-properties): Bind
5462         buffer-read-only (etc) to nil.
5463
5464 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5465
5466         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5467         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5468
5469 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5470
5471         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5472
5473 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * dns.el (query-dns): Use sit-for to time instead of
5476         accept-process-output, since that doesn't seem to work on udp
5477         sockets.
5478
5479 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5482
5483 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5484
5485         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5486         doc string.  Improve doc string.
5487
5488 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * nntp.el (nntp-request-update-info): Return nil if
5491         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5492         may not call gnus-activate-group which uselessly issues the GROUP
5493         commands for all nntp groups and wastes time.  Reported by Romain
5494         Francoise <romain@orebokech.com>.
5495
5496         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5497
5498 2004-11-15  Simon Josefsson  <jas@extundo.com>
5499
5500         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5501         headers separately.
5502         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5503         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5504
5505 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5506
5507         * gnus-start.el (gnus-convert-old-newsrc):
5508         Assign legacy-gnus-agent to 5.10.7.
5509
5510 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5511
5512         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5513         start of the lines.
5514
5515 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5516
5517         * hashcash.el (hashcash-default-payment): Change default to 20
5518         (hashcash-default-accept-payment): Change default to 20
5519         (hashcash-process-alist): New variable
5520         (hashcash-generate-payment-async): Add
5521         (hashcash-already-paid-p): Add
5522         (hashcash-insert-payment): Don't generate payments twice
5523         (hashcash-insert-payment-async): Add
5524         (hashcash-insert-payment-async-2): Add
5525         (hashcash-cancel-async): Add
5526         (hashcash-wait-async): Add
5527         (hashcash-processes-running-p): Add
5528         (hashcash-wait-or-cancel): Add
5529         (mail-add-payment): New optional argument.  Conditionally start
5530         asynchronous calculation.
5531         (mail-add-payment-async): Add
5532
5533         * message.el (message-send-mail): Wait for asynchronous hashcash
5534         results.  Don't clobber existing X-Hashcash headers.
5535         (message-setup-1): Call mail-add-payment-async when
5536         message-generate-hashcash is non-nil.
5537
5538 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5539
5540         * message.el (message-use-alternative-email-as-from): Examine the
5541         From header as well; use message-make-from in order to include a
5542         user's full name.
5543
5544 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5547         default; improve customization type.
5548         (gnus-emphasis-custom-with-format): New macro.
5549         (gnus-emphasis-custom-value-to-external): New function.
5550         (gnus-emphasis-custom-value-to-internal): New function.
5551
5552 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553
5554         * dns.el (query-dns): Resolve reverse addresses.
5555
5556 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5557
5558         * gnus-group.el (gnus-group-get-new-news): Use it.
5559
5560         * gnus-start.el (gnus-check-reasonable-setup): New function.
5561
5562 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5565         "Args out of range" error.  Reported by Arnaud Giersch
5566         <arnaud.giersch@free.fr>.
5567
5568 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
5569
5570         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5571
5572 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5573
5574         * spam.el (spam group): Add :version.
5575
5576         * pgg-def.el (pgg group): Add :version.
5577
5578 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * gnus-art.el (gnus-article-edit-article): Don't associate the
5581         article buffer with a draft file.  This is a temporary measure
5582         against the 2004-08-22 change to gnus-article-edit-mode.
5583
5584 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5587         (html2text-format-tags): Remove unused variable `attr'.
5588
5589 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5592
5593         * tls.el (tls-process-connection-type, tls-success)
5594         (tls-certtool-program): Add :version.
5595
5596         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5597         (starttls-extra-arguments, starttls-process-connection-type)
5598         (starttls-connect, starttls-failure, starttls-success):
5599
5600         * spam-stat.el (spam-stat): Add :version.
5601
5602         * sieve.el (sieve): Add :version.
5603
5604         * sha1.el (sha1): Add :version.
5605         (sha1-use-external): Remove redundant version.
5606
5607         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5608         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5609         (nnmail-split-fancy-match-partial-words)
5610         (nnmail-split-lowercase-expanded):
5611
5612         * nndiary.el (nndiary): Add :version.
5613
5614         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5615
5616         * mml-sec.el (mml-default-sign-method)
5617         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5618         Add :version.
5619
5620         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5621
5622         * mm-url.el (mm-url-use-external, mm-url-program)
5623         (mm-url-arguments): Add :version.
5624
5625         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5626         (mm-attachment-file-modes, mm-decrypt-option)
5627         (mm-w3m-safe-url-regexp): Add :version.
5628
5629         * message.el (message-cite-prefix-regexp)
5630         (message-sendmail-envelope-from, message-minibuffer-local-map)
5631         (message-user-fqdn, message-completion-alist): Add :version.
5632
5633         * gnus-win.el (gnus-configure-windows-hook)
5634         (gnus-use-frames-on-any-display): Add :version.
5635
5636         * gnus-art.el (gnus-article-address-banner-alist)
5637         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5638         (gnus-treat-from-picon, gnus-treat-mail-picon)
5639         (gnus-treat-x-pgp-sig): Add :version.
5640
5641         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5642         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5643         (gnus-summary-article-delete-hook)
5644         (gnus-summary-display-while-building): Add :version.
5645
5646         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5647         (gnus-get-top-new-news-hook):Add :version.
5648
5649         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5650         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5651
5652         * gnus-registry.el (gnus-registry): Add :version.
5653
5654         * gnus-spec.el (gnus-use-correct-string-widths)
5655         (gnus-make-format-preserve-properties): Add :version.
5656
5657         * gnus.el (gnus-group-charter-alist)
5658         (gnus-group-fetch-control-use-browse-url)
5659         (gnus-install-group-spam-parameters): Add :version.
5660
5661         * gnus-diary.el (gnus-diary): Add :version.
5662
5663         * gnus-delay.el (gnus-delay): Add :version.
5664
5665         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5666         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5667         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5668         Add :version.
5669
5670         * gnus-agent.el (gnus-agent-max-fetch-size)
5671         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5672         (gnus-agent-prompt-send-queue): Add :version.
5673
5674         * deuglify.el (gnus-outlook-deuglify): Add :version.
5675
5676         * html2text.el: Beautify code.  Improve doc strings.  Some
5677         checkdoc cleanup.
5678         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5679
5680 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
5681
5682         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5683
5684 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5685
5686         * gnus-registry.el (gnus-registry-hashtb): create the registry
5687         when package is loaded
5688
5689         * spam.el (spam-summary-score-preferred-header): global preference
5690         for people who want to override the default SpamAssassin over
5691         Bogofilter preference (when both are set)
5692         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5693         (spam-user-format-function-S): check spam-summary-score-preferred-header
5694         (spam-extra-header-to-number): add X-Bogosity header parsing
5695         (spam-user-format-function-S): format the score correctly
5696
5697 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5700         signature file.  Suggested by Manoj Srivastava
5701         <srivasta@golden-gryphon.com>.
5702
5703         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5704         iso-2022-jp even in the Japanese language environment.
5705         Suggested by Jason Rumney <jasonr@gnu.org>.
5706
5707 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5710         use the same characters as the dummy marks; make it free from
5711         getting affected by the language environment.
5712         (gnus-summary-read-group-1): Update mark positions only when the
5713         format spec is updated.
5714
5715         * gnus-spec.el (gnus-update-format-specifications): Return a list
5716         of updated types.
5717
5718 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5721         of boundp to check if display-warning is available.
5722
5723 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5724
5725         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5726
5727 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * nnspool.el (nnspool-spool-directory): Use news-path if the
5730         news-directory variable is not bound.
5731
5732         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5733         function instead of display-warning if it is not available.
5734
5735 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5738         v5-10: Use `point-at-bol'.
5739
5740 2004-10-26  Simon Josefsson  <jas@extundo.com>
5741
5742         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5743         <chenggao@gmail.com>.
5744
5745 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5746
5747         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5748         instead.
5749
5750 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5751
5752         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5753         to remove a server from the nnimap-server-buffer-alist
5754         (nnimap-open-connection, nnimap-close-server): use it
5755
5756         * gnus-encrypt.el: removed in favor of encrypt.el
5757
5758 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5761         running the major-mode function.
5762
5763 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5766         dummy marks in the right way.
5767
5768 2004-10-18  David Edmondson  <dme@dme.org>
5769
5770         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5771         excessively.
5772
5773 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5774
5775         * gnus-util.el (gnus-split-references): accept a nil references
5776         string and go on blissfully
5777
5778         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5779         cases where the references string is non-nil but has no references
5780
5781         * encrypt.el: add autoload tags
5782
5783         * spam.el (spam-resolve-registrations-routine): remove article
5784         from unregistration list too.  Reported by David Hanak
5785         <dhanak@isis.vanderbilt.edu>
5786
5787 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5790         nil.  Changed custom type.
5791
5792 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5793
5794         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5795
5796         * gnus-sum.el (gnus-summary-move-article): Use it.
5797
5798 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         * encrypt.el: add autoload cookies
5801
5802         * spam.el (spam-backend-article-list-property)
5803         (spam-backend-get-article-todo-list)
5804         (spam-backend-put-article-todo-list, )
5805         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5806         resolve registrations separately
5807         (spam-register-routine): format comments
5808         (spam-unregister-routine, spam-register-routine): always call with
5809         specific-articles, no default list
5810         (spam-summary-prepare-exit): use the spam-classifications function
5811
5812         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5813         gnus-encrypt.el
5814
5815         * encrypt.el: copied from gnus-encrypt.el
5816
5817         * gnus-encrypt.el: commented that it's obsolete
5818
5819 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5820
5821         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5822         (gnus-score-save): Use it.
5823
5824         * message.el (message-bury): Use `window-dedicated-p'.
5825
5826 2004-10-15  Simon Josefsson  <jas@extundo.com>
5827
5828         * pop3.el (top-level): Don't require nnheader.
5829         (pop3-read-timeout): Add.
5830         (pop3-accept-process-output): Add.
5831         (pop3-read-response, pop3-retr): Use it.
5832
5833 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5834
5835         * spam.el (spam-register-routine): move comment
5836         (spam-verify-bogofilter): we use 'unknown for the initial
5837         spam-bogofilter-valid state, not 'never
5838
5839         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5840         for netrc-machine
5841
5842         * nnimap.el (nnimap-open-connection): use
5843         netrc-machine-user-or-password
5844
5845 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5846
5847         * gnus-registry.el (gnus-registry-unload-hook):
5848         Set as a variable with add-hook.
5849
5850         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5851         of news-path.
5852
5853         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5854
5855         * spam.el: Delete duplicate `provide'.
5856         (spam-unload-hook): Set as a variable with add-hook.
5857
5858 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5861         in the doc string.
5862
5863         * message.el (message-ignored-news-headers)
5864         (message-ignored-supersedes-headers)
5865         (message-ignored-resent-headers)
5866         (message-forward-ignored-headers): Improve custom type.
5867
5868 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * message.el (message-tokenize-header): Fix 2004-09-06 change
5871         which used point-min in the wrong place.
5872
5873 2004-10-12  Simon Josefsson  <jas@extundo.com>
5874
5875         * net/tls.el (tls-certtool-program): New variable.
5876         (tls-certificate-information): New function, based on
5877         ssl-certificate-information.
5878
5879 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * compface.el: Move the version of ELisp-based uncompface program
5882         to the contrib directory because of the copyright problem.
5883
5884 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5885
5886         * message.el (message-kill-buffer): Raise the current frame.
5887
5888 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5889
5890         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5891
5892         * gnus.el (message-y-or-n-p): Autoload.
5893
5894         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5895         (pop3-password-required, pop3-authentication-scheme)
5896         (pop3-leave-mail-on-server): Made customizable.
5897         (pop3): New custom group.
5898         (pop3-retr): Remove `sleep-for' statements.
5899         Suggested by Dave Love <fx@gnu.org>.
5900
5901         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5902         Windows/DOS.
5903
5904         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5905         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5906         Dave Love <fx@gnu.org>.
5907
5908         * mml.el (mml-minibuffer-read-disposition): Require match.
5909         Suggested by Dave Love <fx@gnu.org>.
5910
5911 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5912
5913         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5914         doc string.
5915
5916 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5919
5920 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5921
5922         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5923         instead of calling `mm-insert-inline', to decode text/* parts
5924         before displaying them.
5925
5926 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * mm-uu.el (mm-uu-text-plain-type): New variable.
5929         (mm-uu-pgp-signed-extract-1): Use it.
5930         (mm-uu-pgp-encrypted-extract-1): Use it.
5931         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5932         bind mm-uu-text-plain-type with that value.
5933         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5934         mm-uu-dissect.
5935
5936 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * gnus-group.el (gnus-update-group-mark-positions):
5939         * gnus-sum.el (gnus-update-summary-mark-positions):
5940         * message.el (message-check-news-body-syntax):
5941         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5942         of string-as-multibyte.
5943
5944 2004-10-05  Juri Linkov  <juri@jurta.org>
5945
5946         * gnus-group.el (gnus-update-group-mark-positions):
5947         * gnus-sum.el (gnus-update-summary-mark-positions):
5948         * message.el (message-check-news-body-syntax):
5949         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5950         8-bit unibyte values to a multibyte string for search functions.
5951
5952 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5955         (mm-uu-dissect-text-parts): New function.
5956
5957         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
5958         dissect text parts.
5959
5960         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
5961         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
5962
5963         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
5964
5965         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
5966         gnus-current-topics instead of gnus-current-topic.
5967
5968 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
5969
5970         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
5971
5972 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
5973
5974         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
5975         where approriate.
5976
5977         * nnml.el (nnml-generate-active-info): do.
5978
5979         * nndiary.el (nndiary-generate-active-info): do.
5980
5981         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
5982         (gnus-topic-move): do.
5983
5984         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
5985         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
5986
5987         * gnus-srvr.el (gnus-server-prepare)
5988         (gnus-server-open-all-servers): do.
5989
5990         * gnus-msg.el (gnus-summary-cancel-article)
5991         (gnus-summary-resend-message)
5992         (gnus-summary-mail-crosspost-complaint): do.
5993
5994         * gnus-move.el (gnus-change-server): do.
5995
5996         * gnus-group.el (gnus-group-unmark-all-groups)
5997         (gnus-group-set-current-level): do.
5998
5999 2004-10-04  Simon Josefsson  <jas@extundo.com>
6000
6001         * message.el (message-generate-hashcash): Doc fix.
6002
6003 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6004
6005         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6006         avoid infinite recursion via gnus-get-function.
6007
6008 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6009
6010         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6011
6012         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6013
6014         * nnmail.el (nnmail-split-history): do.
6015
6016         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6017         (nnml-request-delete-group): do.
6018
6019         * nnslashdot.el (nnslashdot-read-groups): do.
6020
6021         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6022         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6023
6024         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6025         (nnspool-sift-nov-with-sed): Use last
6026         (nnspool-retrieve-headers-with-nov): Use mapc.
6027         (nnspool-request-newgroups): Use dolist.
6028         (nnspool-request-group): Use last.
6029
6030         * nntp.el (nntp-read-server-type): Use dolist.
6031
6032         * nnvirtual.el (nnvirtual-create-mapping)
6033         (nnvirtual-update-read-and-marked): Use dolist.
6034         (nnvirtual-convert-headers): Simplify.
6035
6036 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6037
6038         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6039         support for sync'ing tick marks.
6040
6041 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6044         there's no visible header.
6045
6046 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6047
6048         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6049         necessary, pass full group name to gnus-request-set-marks.
6050
6051 2004-10-01  Simon Josefsson  <jas@extundo.com>
6052
6053         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6054         acroread.
6055
6056 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6057
6058         * spam-report.el (spam-report-gmane): Fix interactive.
6059
6060         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6061
6062         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6063         when writing file.
6064         (gnus-agent-synchronize-flags): Don't default to being
6065         interactive.
6066
6067 2004-09-30  Simon Josefsson  <jas@extundo.com>
6068
6069         * message.el (message-generate-hashcash): Add.
6070         (message-send-mail): Use it, call mail-add-payment.
6071
6072 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6073
6074         * spam.el (spam-verify-bogofilter): -V, not -sV option
6075
6076 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6077
6078         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6079         gnus-requst-update-info with explicit code to sync the in-memory
6080         info read flags with the marks being sync'd to the backend.
6081
6082         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6083
6084 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         * spam.el (spam-verify-bogofilter): new function
6087         (spam-check-bogofilter)
6088         (spam-bogofilter-register-with-bogofilter): use it
6089         (spam-verify-bogofilter): small fixes
6090
6091 2004-09-28  Simon Josefsson  <jas@extundo.com>
6092
6093         * hashcash.el (hashcash-generate-payment): Revert.
6094
6095 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6096
6097         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
6098         gnus-extract-references instead of gnus-split-references
6099
6100         * gnus-util.el (gnus-extract-references): new function, analogous
6101         to gnus-split-references but extracts only the message-ID without
6102         anything extra
6103
6104         * hashcash.el (hashcash-generate-payment)
6105         (hashcash-check-payment): do the right thing if hashcash-path is
6106         nil (because the hashcash program could not be found)
6107
6108         * spam.el (spam-use-hashcash): remove comment
6109
6110 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6111
6112         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6113         (gnus-cache-enter-article, gnus-cache-remove-article)
6114         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6115
6116         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6117
6118         * gnus-art.el (article-hide-boring-headers)
6119         (article-translate-strings, article-display-face)
6120         (gnus-article-mime-match-handle-first)
6121         (gnus-article-highlight-headers)
6122         (gnus-article-add-buttons-to-head): do.
6123
6124 2004-09-27  Simon Josefsson  <jas@extundo.com>
6125
6126         * hashcash.el: New version, from
6127         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6128         ../contrib/.
6129
6130 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6133
6134 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6135
6136         * gnus-dup.el (gnus-dup-open): Use mapc.
6137         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6138
6139         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6140         Reported by Stefan Wiens <s.wi@gmx.net>.
6141
6142         * gnus.el (gnus-shutdown): Use dolist.
6143
6144         * gnus-undo.el (gnus-undo): Use mapc.
6145
6146         * nnrss.el (nnrss-generate-active): do.
6147
6148         * message.el (message-cite-original-without-signature)
6149         (message-cite-original): Use mapc.
6150         (message-do-actions, message-make-forward-subject): Use dolist.
6151
6152 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6153
6154         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6155         deletion to remove entire duplicate line.  Fixes merged article
6156         number bug.
6157
6158 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6159
6160         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6161         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6162         first ask if you want to open a server and then, even when you
6163         responded with no, asking if you want to synchronize the server's
6164         flags.
6165         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6166         multi-line expressions.
6167         (gnus-agent-synchronize-group-flags): New internal function.
6168         Updates marks in memory (in the info structure) AND in the
6169         backend.
6170
6171         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6172
6173         * nnagent.el (nnagent-request-set-mark): Use
6174         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6175         method, to ensure that synchronization updates marks in the
6176         backend and in the info (in memory) structure.
6177
6178 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6181         convention fully; don't miss the root article of a thread; make
6182         the X-Draft-From header with correct article numbers.
6183
6184 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6185
6186         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6187         unless plugged.  Disable the agent so that an open failure causes
6188         an error.
6189
6190         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6191         Reverted 2004-09-21 change.  The backend must be opened while
6192         synchronizing flags even when the backend stores the flags
6193         locally.
6194
6195 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6196
6197         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6198         in `header' match.  Reported by Svend Tollak Munkejord.
6199
6200         * message.el (message-cite-original): Fix use of
6201         `message-cite-articles-with-x-no-archive'.
6202
6203 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6206         (gnus-window-to-buffer): Ditto.
6207
6208         * mml.el (mml-preview-buffer): New variable.
6209         (mml-preview): Manage window layout with gnus-buffer-configuration.
6210
6211         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6212         X-Draft-From header even if those articles aren't quoted.
6213
6214 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6215
6216         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6217         (gnus-request-set-mark, gnus-request-update-mark): Use new
6218         g-s-t-u-l-m to decide to use backend even when unplugged.
6219
6220 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6223         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6224
6225 2004-09-20  Simon Josefsson  <jas@extundo.com>
6226
6227         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6228         "utf-16-le".
6229
6230 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6231
6232         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6233
6234 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * uudecode.el (uudecode-use-external): Add :version.
6237
6238         * smime.el (smime-CA-file, smime-encrypt-cipher)
6239         (smime-dns-server): Add :version.
6240
6241         * smiley.el (gnus-smiley-file-types): Add :version.
6242
6243         * sha1.el (sha1-use-external): Add :version.
6244
6245         * pgg-def.el (pgg-query-keyserver): Add :version.
6246
6247         * nnmail.el (nnmail-fancy-expiry-targets)
6248         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6249
6250         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6251         (nnimap-retrieve-groups-asynchronous): Add :version.
6252         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6253
6254         * mml.el (mml-content-disposition-parameters)
6255         (mml-insert-mime-headers-always): Add :version.
6256
6257         * mm-util.el (mm-coding-system-priorities):
6258
6259         * mm-decode.el (mm-inline-text-html-with-images)
6260         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6261         (mm-verify-option): Add :version.
6262         (mm-text-html-renderer): Change :version.
6263
6264         * message.el (message-fcc-externalize-attachments)
6265         (message-required-headers, message-draft-headers)
6266         (message-subject-trailing-was-query)
6267         (message-subject-trailing-was-ask-regexp)
6268         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6269         (message-mark-insert-end, message-archive-header)
6270         (message-archive-note, message-cross-post-default)
6271         (message-cross-post-note, message-followup-to-note)
6272         (message-cross-post-note-function, message-use-mail-followup-to)
6273         (message-subscribed-address-functions)
6274         (message-subscribed-address-file, message-subscribed-addresses)
6275         (message-subscribed-regexps, message-allow-no-recipients)
6276         (message-yank-cited-prefix, message-signature-insert-empty-line)
6277         (message-hidden-headers, message-hierarchical-addresses)
6278         (message-mail-user-agent, message-use-idna)
6279         (message-valid-fqdn-regexp)
6280         (message-strip-special-text-properties, message-header-synonyms)
6281         (message-beginning-of-line, message-tab-body-function): Add :version.
6282         (message-insert-canlock, message-wide-reply-confirm-recipients):
6283         Change :version.
6284
6285         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6286         and :version.
6287         (mail-source-delete-old-incoming-confirm)
6288         (mail-source-movemail-program): Add :version.
6289
6290         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6291         (gnus-agent-cache, gnus-agent): Change :version.
6292
6293         * gnus-util.el (gnus-use-byte-compile): Change :version.
6294
6295         * gnus-sum.el (gnus-summary-make-false-root-always)
6296         (gnus-summary-default-high-score)
6297         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6298         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6299         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6300         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6301         (gnus-sum-thread-tree-single-indent)
6302         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6303         (gnus-sum-thread-tree-leaf-with-other)
6304         (gnus-sum-thread-tree-single-leaf): Add :version.
6305         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6306         (gnus-article-loose-mime): Change :version.
6307
6308         * gnus-start.el (gnus-backup-startup-file)
6309         (gnus-save-startup-file-via-temp-buffer): Add :version.
6310
6311         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6312         (gnus-server-offline-face): Add :version.
6313
6314         * gnus-score.el (gnus-adaptive-word-length-limit):
6315
6316         * gnus-msg.el (gnus-gcc-externalize-attachments)
6317         (gnus-debug-files, gnus-debug-exclude-variables)
6318         (gnus-discouraged-post-methods): Change :version.
6319         (gnus-confirm-mail-reply-to-news)
6320         (gnus-confirm-treat-mail-like-news): Add :version.
6321
6322         * gnus-int.el (gnus-server-unopen-status): Add :version.
6323
6324         * gnus-group.el (gnus-group-jump-to-group-prompt)
6325         (gnus-large-ephemeral-newsgroup)
6326         (gnus-fetch-old-ephemeral-headers): Add :version.
6327
6328         * gnus-fun.el (gnus-x-face-directory)
6329         (gnus-convert-pbm-to-x-face-command)
6330         (gnus-convert-image-to-x-face-command)
6331         (gnus-convert-image-to-face-command): Add :version.
6332
6333         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6334
6335         * gnus-cite.el (gnus-cite-blank-line-after-header)
6336         (gnus-article-boring-faces):
6337
6338         * gnus-art.el (gnus-buttonized-mime-types)
6339         (gnus-inhibit-mime-unbuttonizing)
6340         (gnus-treat-display-face)
6341         (gnus-treat-body-boundary): Change :version.
6342         (gnus-body-boundary-delimiter, gnus-picon-databases)
6343         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6344         (gnus-treat-date-english, gnus-treat-fold-headers)
6345         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6346         (gnus-treat-mail-picon, gnus-treat-wash-html)
6347         (gnus-article-encrypt-protocol)
6348         (gnus-use-idna, gnus-article-over-scroll)
6349         (gnus-mime-display-multipart-alternative-as-mixed)
6350         (gnus-mime-display-multipart-related-as-mixed)
6351         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6352         (gnus-ctan-url, gnus-button-ctan-handler)
6353         (gnus-button-handle-ctan-bogus-regexp)
6354         (gnus-button-ctan-directory-regexp)
6355         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6356         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6357         (gnus-button-man-level, gnus-button-emacs-level)
6358         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6359
6360         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6361         (gnus-agent-go-online): Change :version.
6362         (gnus-agent-expire-unagentized-dirs)
6363         (gnus-agent-auto-agentize-methods): Add :version.
6364
6365         * flow-fill.el (fill-flowed-display-column)
6366         (fill-flowed-encode-column): Add :version.
6367
6368         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6369         (gnus-outlook-deuglify-unwrap-max)
6370         (gnus-outlook-deuglify-cite-marks)
6371         (gnus-outlook-deuglify-unwrap-stop-chars)
6372         (gnus-outlook-deuglify-no-wrap-chars)
6373         (gnus-outlook-deuglify-attrib-cut-regexp)
6374         (gnus-outlook-deuglify-attrib-verb-regexp)
6375         (gnus-outlook-deuglify-attrib-end-regexp)
6376         (gnus-outlook-display-hook): Add :version.
6377
6378         * binhex.el (binhex-use-external): Add :version.
6379
6380 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6381
6382         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6383         and `invisible'.
6384
6385 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6386
6387         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6388         in gnus-registry-trim
6389
6390 2004-09-13  Simon Josefsson  <jas@extundo.com>
6391
6392         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6393
6394         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6395
6396         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6397         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6398         <yamaoka@jpl.org>.
6399         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6400         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6401         <yamaoka@jpl.org>.
6402
6403         * sieve.el (sieve-manage-mode): Ditto.
6404
6405 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6408
6409 2004-09-11  Simon Josefsson  <jas@extundo.com>
6410
6411         * dns-mode.el: Add.
6412
6413         * mm-view.el (mm-display-dns-inline): Add.
6414
6415         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6416         (mm-automatic-display): Ditto.
6417
6418         * mailcap.el (mailcap-mime-data): Add text/dns.
6419         (mailcap-mime-extensions): Map .soa to text/dns.
6420
6421 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6422
6423         * gnus-art.el (article-decode-mime-words, article-babel)
6424         (gnus-article-highlight-signature, gnus-article-add-buttons)
6425         (gnus-signature-toggle): Remove unnecessary bindings of
6426         `inhibit-read-only' inherited from v5.10 merge.
6427
6428 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * nntp.el (nntp): New customization group.
6431         (nntp-authinfo-file): Add customization group.
6432
6433         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6434
6435         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6436
6437         * gnus.el (to-address, to-list, subscribed)
6438         (large-newsgroup-initial): Ditto.
6439
6440         * flow-fill.el (fill-flowed-display-column)
6441         (fill-flowed-encode-column): Ditto.
6442
6443 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6444
6445         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6446         Use point-min rather than 1.
6447         (message-send-mail): Use buffer-size rather than point-max.
6448
6449         * gnus-sum.el (gnus-summary-search-article-forward):
6450         Signal a specific `search-failed' rather than a generic `error'.
6451
6452         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6453         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6454         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6455
6456 2004-09-10  Simon Josefsson  <jas@extundo.com>
6457
6458         * nndb.el (require): Remove tcp and duplicate cl.
6459
6460 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * gnus-agent.el (directory-files-and-attributes): Move forward.
6463
6464 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6465
6466         * gnus-agent.el (directory-files-and-attributes): Optionally
6467         defined to support XEmacs.
6468
6469 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6470
6471         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6472         to avoid run-time CL dependencies.
6473         (gnus-agent-unfetch-articles): New function.
6474         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6475         article numbers even when local .overview file is missing.
6476         (gnus-agent-read-article-number): New function. Only accepts
6477         27-bit article numbers.
6478         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6479         gnus-agent-read-article-number.
6480         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6481         from backend while recognizing that article numbers in .overview
6482         must be valid.
6483         (gnus-agent-update-files-total-fetched-for): Use
6484         directory-files-and-attributes to improve performance.
6485         * gnus-int.el (gnus-request-move-article): Use
6486         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6487         improve performance.
6488
6489         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6490         some users confused by references to .newsrc when they only have a
6491         .newsrc.eld file.
6492         (gnus-convert-mark-converter-prompt,
6493         gnus-convert-converter-needs-prompt): Fixed use of property list.
6494         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6495         New function. Used internally to only display 'gnus converting
6496         files' message when actually necessary.
6497
6498         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6499         methods now autoloaded.
6500
6501 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6504         identifiers.
6505
6506 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6507
6508         * gnus-picon.el: Fix indentation and closing parenthesis.
6509
6510 2004-09-01  Simon Josefsson  <jas@extundo.com>
6511
6512         * message.el (message-canlock-generate): Require sha1, not
6513         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6514         to require within a function.  Sadly, if sha1.el isn't loaded, the
6515         let binding in m-c-g will hide the defcustom definition, which is
6516         bad.)
6517
6518         * canlock.el: Require sha1, not sha1-el.
6519
6520         * message.el: Don't autoload sha1 (there is a autoload cookie in
6521         sha1.el).
6522
6523         * sha1-el.el: Renamed to sha1.el.
6524
6525 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6526
6527         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6528
6529 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6530
6531         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6532
6533 2004-08-30  Kim F. Storm  <storm@cua.dk>
6534
6535         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6536
6537         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6538         Add :group 'nnimap.
6539
6540 2004-08-30  Andreas Schwab  <schwab@suse.de>
6541
6542         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6543         ?* and ?\;.
6544
6545         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6546         and ?\' to symbol instead of whitespace.
6547
6548 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6551
6552         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6553         instead of re-search-forward.
6554
6555         * gnus-uu.el (gnus-uu-save-article): Ditto.
6556         (gnus-uu-post-encode-uuencode): Ditto.
6557
6558         * html2text.el (html2text-clean-list-items): Ditto.
6559         (html2text-clean-dtdd): Ditto.
6560         (html2text-format-tags): Ditto.
6561
6562         * message.el (message-send-mail-with-sendmail): Fix regexp.
6563         (message-fill-field-general): Use search-forward instead of
6564         re-search-forward.
6565         (unbold-region): Ditto.
6566
6567         * nnrss.el (nnrss-request-article): Ditto.
6568
6569         * nnslashdot.el (nnslashdot-request-article): Ditto.
6570
6571         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6572
6573         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6574         "Unrecognized menu descriptor" error in XEmacs.
6575
6576 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6577
6578         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6579         parent article of a sparse article in the thread hashtb.
6580
6581 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
6582
6583         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6584         (nnmail-expand-newtext): Lowercase expanded entries if
6585         nnmail-split-lowercase-expanded is non-nil.
6586
6587 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6590         entry.
6591
6592         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6593         of gnus-tmp-news-method into string under XEmacs.  It will be
6594         passed to gnus-correct-length which takes only a string argument.
6595
6596 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * gnus-util.el (gnus-bind-print-variables): New macro.
6599         (gnus-prin1): Use it.
6600         (gnus-prin1-to-string): Use it.
6601         (gnus-pp): New function.
6602         (gnus-pp-to-string): New function.
6603
6604         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6605         pp-to-string with gnus-pp-to-string.
6606         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6607         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6608         * gnus-msg.el (gnus-debug): Ditto.
6609         * gnus-score.el (gnus-score-save): Ditto.
6610         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6611         gnus-pp-to-string.
6612         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6613         with gnus-pp.
6614         * score-mode.el (gnus-score-pretty-print): Ditto.
6615         * webmail.el (webmail-debug): Ditto.
6616
6617 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * gnus-art.el (article-display-face, article-display-x-face): Use
6620         buffer-read-only.
6621
6622 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-art.el (article-hide-list-identifiers): Bind
6625         inhibit-read-only as t.
6626
6627 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6630
6631 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6632
6633         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6634         (gnus-narrow-to-page): Don't assume point-min == 1.
6635         (gnus-article-edit-mode): Derive from message-mode.
6636
6637         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6638         point-min == 1.
6639
6640         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6641         Disable incorrect use of `assert'.
6642
6643         * message.el (message-mode): Set comment-start-skip.
6644
6645
6646 2004-08-22  Sam Steingold  <sds@gnu.org>
6647
6648         * pop3.el (pop3-leave-mail-on-server): New user variable.
6649         (pop3-movemail): Delete mail only when it is nil.
6650
6651 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6654
6655         * mml.el (mml-preview): Use `pop-to-buffer'.
6656
6657         * message.el (message-goto-mail-followup-to): Insert after "To".
6658         (message-carefully-insert-headers): Add comment.
6659
6660         * gnus.el: Remove unused variable `gnus-article-check-size'.
6661
6662         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6663
6664         * gnus-art.el (gnus-button-alist): Improve
6665         `gnus-button-handle-library' entry.
6666
6667 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
6668
6669         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6670         downcase, since XEmacs capitalizes error messages differently.
6671
6672 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6673
6674         * nntp.el: Add (require 'gnus) due to reference to
6675         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6676
6677 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6678
6679         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6680         `mm-fill-flowed'.
6681
6682         * mm-decode.el (mm-dissect-singlepart): Check it.
6683
6684 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6685
6686         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6687         'imap' for netrc parsing
6688
6689 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * mailcap.el (mailcap-mime-data): Mark as risky.
6692
6693 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6696         may be included in the encoded word.
6697         (rfc2047-encode): Don't append a space if the encoded word
6698         includes close parenthesis.
6699
6700 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6703         of text within parentheses.
6704
6705 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6708         (gnus-encrypt-write-file-contents): the password key is the file
6709         name PLUS the cipher, not just the cipher.  Also remove failed
6710         passwords from the cache.
6711
6712 2004-08-06  Simon Josefsson  <jas@extundo.com>
6713
6714         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6715         fix.
6716
6717 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6720         LWSP.
6721
6722 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6723
6724         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6725         to append in-reply-to: data to the references: header
6726
6727         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6728         (netrc-parse): use gnus-encrypt.el functions
6729
6730         * gnus-encrypt.el: new file for encryption support; currently
6731         does only a few GPG ciphers and an internal XOR cipher
6732
6733         * password.el: add comments on using password-read-and-add
6734         (password-read-and-add): new function to read and add the
6735         password to the cache at once
6736
6737 2004-07-28  Simon Josefsson  <jas@extundo.com>
6738
6739         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6740         parameter (but don't use it, for now).
6741
6742         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6743         instead of hard coding to nil.
6744
6745 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6748         as mm-inline-image-xemacs does.
6749
6750 2004-07-26  Simon Josefsson  <jas@extundo.com>
6751
6752         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6753         Revert part of 2004-07-17 change below.
6754
6755 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6758         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6759
6760 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761
6762         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6763         quotes that actually start with ">" at the beginning of the
6764         lines.
6765
6766 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * rfc2047.el (rfc2047-encode-region): Fix last change.
6769         (rfc2047-encode-parameter): Remove useless concat.
6770
6771 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6774         encode special characters; fix some kind of misconfigured headers;
6775         signal a real error if debug-on-quit or debug-on-error is non-nil.
6776         (rfc2047-encode-max-chars): New variable.
6777         (rfc2047-encode-1): Use it.
6778         (rfc2047-encode-parameter): New function.
6779
6780         * mml.el (mml-insert-parameter): Remove an excessive space.
6781
6782 2004-07-17  Simon Josefsson  <jas@extundo.com>
6783
6784         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6785         Kai Grossjohann <kai@emptydomain.de>.
6786         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6787         (gnus-group-make-menu-bar): Ditto.
6788
6789         * gnus-util.el (gnus-group-server): Add.
6790
6791 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6792
6793         * message.el (message-clone-locals): Clone sendmail and smtp
6794         variables.
6795
6796 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * rfc2047.el (rfc2047-encode-region): Fix last change.
6799
6800 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6803         characters as non-special.
6804
6805 2004-07-09  Simon Josefsson  <jas@extundo.com>
6806
6807         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6808         Users will lose all flag changes made while unplugged with
6809         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6810         good default.  See numerous reports on ding mailing list.
6811
6812 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6815         add generate-head-function and generate-article-function to the
6816         rfc822-forward entry.
6817         (nndoc-rfc822-forward-generate-article): New function.
6818         (nndoc-rfc822-forward-generate-head): New function.
6819
6820         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6821
6822 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6823
6824         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
6825         respect display group parameter and gnus-summary-expunge-below.
6826         (gnus-articles-to-read): Remove unused reference to display group
6827         parameter.
6828
6829 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * nnheader.el (nnheader-uniquify-message-id): New experimental
6832         variable.
6833         (nnheader-nov-read-message-id): Use it.
6834
6835         * spam-report.el (spam-report-gmane): Add interactive.
6836
6837 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6840         qp-or-base64 for the application/* types.
6841
6842 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6843
6844         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6845
6846 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6847
6848         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6849         trim value
6850
6851 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6852
6853         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6854         New macro and function.
6855         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6856
6857 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6860         after-load-alist.
6861
6862 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6863
6864         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6865         update info that isn't there.
6866
6867 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6868
6869         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6870         entry.
6871
6872 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * mm-view.el (mm-inline-render-with-function): Use multibyte
6875         buffer; decode html source by charset.
6876
6877         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6878
6879         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6880         Mule-UCS is loaded under XEmacs.
6881         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6882
6883 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6884
6885         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6886
6887 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * mm-util.el (mm-coding-system-p): Return a coding-system.
6890         (mm-mime-mule-charset-alist): Use shift_jis instead of
6891         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6892         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6893         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6894         instead of japanese-shift-jis and iso-latin-1 respectively in
6895         order to share the default value with both Emacs and XEmacs-mule.
6896         (mm-mule-charset-to-mime-charset): Make
6897         mm-coding-system-priorities effective.
6898         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6899         while predicating of candidates upon the priorities.
6900
6901 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6902
6903         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6904         gnus-uu-invert-processable.
6905
6906         * gnus.el: Autoload gnus-uu-invert-processable.
6907
6908 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * mm-util.el (mm-with-multibyte-buffer): New macro.
6911
6912         * rfc2047.el (rfc2047-encode-string): Use it.
6913         (rfc2047-encode-region): Move point to the end of the region after
6914         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6915
6916 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6919         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6920
6921 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6924         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6925         Karl Chen <quarl@nospam.quarl.org>.
6926
6927 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6928
6929         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6930         invalid addresses.
6931
6932 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6933
6934         * spam.el: section markers changed, TODO list revised
6935         (spam-backends): new master list of all installed backends
6936         (spam-summary-exit-behavior): new variable to determine how
6937         messages moves are done at summary exit
6938         (spam-move-spam-nonspam-groups-only)
6939         (spam-process-ham-in-nonham-groups)
6940         (spam-process-ham-in-spam-groups): variables removed, the
6941         spam-summary-exit-behavior variable should be used to manage this
6942         behavior
6943         (spam-old-ham-articles, spam-old-spam-articles): removed
6944         (spam-old-articles): new variable, replacing spam-old-ham-articles
6945         and spam-old-spam-articles
6946         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6947         empty variables, placeholders for the backends they represent
6948         (spam-set-difference): moved, unchanged
6949         (spam-list-of-processors): variable OBSOLETE, not used anymore
6950         unless the user has a processor variable
6951         (spam-classifications, spam-classification-valid-p)
6952         (spam-backend-properties, spam-backend-property-valid-p)
6953         (spam-backend-function-type-valid-p)
6954         (spam-process-type-valid-p, spam-list-articles): helper functions
6955         (spam-report-articles-gmane, spam-report-articles-resend):
6956         functions removed, they are not needed
6957         (spam-install-backend-super, spam-backend-list)
6958         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
6959         (spam-backend-function, spam-backend-ham-registration-function)
6960         (spam-backend-spam-registration-function)
6961         (spam-backend-ham-unregistration-function)
6962         (spam-backend-spam-unregistration-function)
6963         (spam-backend-statistical-p, spam-backend-mover-p)
6964         (spam-install-backend-alias, spam-install-checkonly-backend)
6965         (spam-install-mover-backend, spam-install-nocheck-backend)
6966         (spam-install-backend, spam-install-statistical-backend)
6967         (spam-install-statistical-checkonly-backend): backend installation
6968         support
6969         (spam-summary-prepare-exit): rewritten to use the new backend code
6970         (spam-group-processor-p): use the new backend code and respect the
6971         summary exit behavior
6972         (spam-mark-spam-as-expired-and-move-routine): removed
6973         (spam-summary-prepare): changed to use the new spam-old-articles
6974         variable
6975         (spam-copy-or-move-routine, spam-copy-spam-routine)
6976         (spam-move-spam-routine, spam-copy-ham-routine)
6977         (spam-move-ham-routine): new code to copy/move ham or spam
6978         (spam-fetch-field-fast): doc and code improved, plus it allows the
6979         'number request
6980         (spam-list-of-checks, spam-list-of-statistical-checks): variables
6981         removed, no longer used
6982         (spam-split, spam-find-spam): use the new backend code
6983         (spam-registration-functions): variable removed, no longer used
6984         (spam-unregister-routine): convenience wrapper
6985         (spam-log-undo-registration, spam-register-routine)
6986         (spam-log-processing-to-registry)
6987         (spam-log-unregistration-needed-p): renamed "check" to "backend"
6988         where possible
6989         (spam-check-gmane-xref, spam-check-regex-headers)
6990         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
6991         (spam-check-whitelist, spam-check-blacklist)
6992         (spam-check-bogofilter-headers, spam-check-spamoracle)
6993         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
6994         (spam-check-crm114-headers): use the spam-split-group that
6995         spam-split prepares, no need to determine it every time
6996
6997         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
6998         the nnheader-parse-naked-head call
6999
7000         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
7001
7002         * gnus-sum.el (gnus-nov-parse-line): add the message number to
7003         the nnheader-nov-read-message-id call
7004
7005 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7008         gnus-activate-group twice.  Suggested by Markus Peter
7009         <warp@spin.de>.
7010
7011 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus-art.el (gnus-article-time-format): Exchange the order of
7014         day and month in the default value; fix customization type.
7015         (article-date-ut): Use add-text-properties.
7016         (article-make-date-line): Use message-make-date instead of
7017         current-time-string.
7018
7019         * message.el (message-fetch-field): Don't use set-text-properties.
7020         (message-make-date): Simplify.
7021
7022         * messagexmas.el (message-xmas-make-date): New function.
7023         (message-xmas-redefine): Defalias message-make-date to it.
7024
7025 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7028         (rfc2047-encode-region): Treat text within parentheses as special;
7029         show the original text when error has occurred.
7030
7031         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7032         already-computed method to gnus-activate-group.
7033
7034         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7035         same select-methods identical Lisp objects.
7036
7037         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7038         object when modifying the info.
7039
7040 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7043         gnus-opened-servers since it has never been opened with the new
7044         configuration yet.
7045
7046 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7049         arg to nnheader-generate-fake-message-id.
7050
7051 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7052
7053         * nnheader.el (nnheader-generate-fake-message-id): accept a
7054         number and build a fake message ID localized to a group and
7055         article number (so it's repeatable from that point on)
7056         (nnheader-fake-message-id-p): change regex to accomodate new fake
7057         ID format
7058
7059         * gnus-sum.el (gnus-get-newsgroup-headers): call
7060         nnheader-generate-fake-message-id with the article number
7061
7062 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7063
7064         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7065         end-of-buffer.
7066
7067 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * message.el (message-ignored-supersedes-headers): Add Approved.
7070
7071 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7074         goto-char.
7075         (rfc2047-encode): Fold the line before encoding.
7076
7077 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7080         folding -- not all headers can be folded, and this should be done
7081         by the message composition mode.  Probably.  I think.
7082
7083 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7086         fast.
7087
7088         * gnus-ems.el (gnus-remove-image): Don't use
7089         message-text-with-property; remove only the image found first.
7090
7091         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7092         found first.
7093
7094 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7095
7096         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7097
7098 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * message.el (message-text-with-property): Make it fast and accept
7101         optional arguments.
7102         (message-strip-forbidden-properties): Use it.
7103         (message-fix-before-sending): Follow the m-t-w-p change.
7104
7105         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7106
7107 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * gnus-art.el (article-hide-headers): Don't change the buffer
7110         mistakenly when performing mml-preview even if
7111         gnus-single-article-buffer is nil.
7112
7113 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7114
7115         * message.el (message-expand-name-databases): New user option.
7116         (message-expand-name): Use it.
7117
7118 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7119
7120         * spam.el (spam-report-articles-resend)
7121         (spam-report-resend-register-routine): allow ham reporting
7122         (spam-report-resend-register-ham-routine): simple wrapper
7123         (spam-registration-functions): add ham resending functions
7124         (spam-list-of-processors): add ham resend processor
7125
7126         * gnus.el (ham-resend-to): new group parameter
7127         (spam-process): add ham resend option
7128
7129         * spam-report.el (spam-report-resend): allow reporting ham
7130         (spam-report-resend-ham): simple wrapper
7131
7132 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * message.el (message-cite-articles-with-x-no-archive): New
7135         variable.
7136         (message-cite-original): Use it.
7137
7138 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7139
7140         * message.el (message-cite-original): Respect X-No-Archive.
7141
7142 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * gnus-art.el (article-hide-headers): Refer to the values for
7145         gnus-ignored-headers and gnus-visible-headers in the summary
7146         buffer since a user may have set them as group parameters.
7147
7148 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7149
7150         * assistant.el (assistant-node-name): new convenience function
7151         (assistant-render-text, assistant-render-node): error handling,
7152         plus handle multiple next nodes
7153         (assistant-find-next-node): commented out for now
7154         (assistant-find-next-nodes): new function, returns list of next
7155         nodes
7156
7157 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7158
7159         * mail-source.el (mail-source-directory): Fix doc-string.
7160
7161 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7162
7163         * assistant.el (assistant-render-text, assistant-eval): add :set
7164         widget type, which is different because it takes and returns a
7165         list.  Much hilarity ensues.
7166
7167 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7170
7171         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7172         doc-string.
7173
7174         * gnus-start.el (gnus-activate-group): Added doc-string.
7175
7176 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7179
7180 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7181
7182         * assistant.el (assistant-render-text): trying to add a :set
7183         widget, more to come...
7184
7185         * spam.el (spam-group-spam-contents-p): handle empty groupname
7186         strings
7187         (spam-report-articles-resend)
7188         (spam-register-routine): do registration iff any articles warrant
7189         it.
7190         (spam-summary-prepare-exit): changed log message for nil group
7191         destinations
7192
7193 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7194
7195         * spam.el (spam-report-resend-register-routine): allow
7196         spam-report-resend-to to be a group parameter or a global value
7197
7198 2004-05-26  Simon Josefsson  <jas@extundo.com>
7199
7200         * starttls.el: Merge with my GNUTLS based starttls.el.
7201         (starttls-gnutls-program, starttls-use-gnutls)
7202         (starttls-extra-arguments, starttls-process-connection-type)
7203         (starttls-connect, starttls-failure, starttls-success): New
7204         variables.
7205         (starttls-program, starttls-extra-args): Doc fix.
7206         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7207         functions.
7208         (starttls-negotiate, starttls-open-stream): Check
7209         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7210         function if it is set.
7211
7212 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7215         structured fields.
7216
7217 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7220
7221 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7222
7223         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7224         variable.
7225         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7226         assigning the spam-mark to new messages.
7227
7228 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7229
7230         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7231
7232 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7235
7236         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7237         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7238         default.
7239
7240 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7241
7242         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7243         correct data.
7244
7245 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7246
7247         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7248         (spam-group-processor-p): fixed function so it works properly
7249         (spam-group-processor-multiple-p)
7250         (spam-group-spam-processor-report-gmane-p)
7251         (spam-group-spam-processor-report-resend-p)
7252         (spam-group-spam-processor-bogofilter-p)
7253         (spam-group-spam-processor-blacklist-p)
7254         (spam-group-spam-processor-ifile-p)
7255         (spam-group-ham-processor-ifile-p)
7256         (spam-group-spam-processor-spamoracle-p)
7257         (spam-group-spam-processor-crm114-p)
7258         (spam-group-ham-processor-bogofilter-p)
7259         (spam-group-spam-processor-stat-p)
7260         (spam-group-ham-processor-stat-p)
7261         (spam-group-ham-processor-whitelist-p)
7262         (spam-group-ham-processor-BBDB-p)
7263         (spam-group-ham-processor-spamoracle-p)
7264         (spam-group-ham-processor-copy-p): functions removed with some
7265         prejudice against unneeded code
7266         (spam-report-articles-resend)
7267         (spam-report-resend-register-routine): allow the group/topic
7268         spam-resend-to value to override spam-report-resend-to
7269         (spam-summary-prepare-exit): invoke spam-group-processor-p
7270         properly now
7271
7272         * gnus.el (spam-resend-to): new group/topic parameter
7273         (spam-process): move the OBSOLETE processors to the end of the
7274         choices.
7275
7276 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7277
7278         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7279         with resend-to set to nil, and then ask the user if necessary.
7280         (spam-report-resend): spam-report-resend takes a list of articles, not
7281         separate article numbers.
7282
7283 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7286         addition to emacs-w3m.
7287
7288 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * assistant.el (assistant-authinfo-data): New function.
7291         (assistant-eval): Eval for entire assistant.
7292
7293         * netrc.el (netrc-services-file): New variable.
7294         (netrc-parse-services): New function.
7295         (netrc-find-service-name): New function.
7296         (netrc-find-service-number): New function.
7297         (netrc-port-equal): New function.
7298         (netrc-machine): Use it.
7299
7300         * nnimap.el (nnimap-open-connection): Use netrc.
7301
7302         * gnus-util.el (gnus-netrc-get): Remove aliases.
7303
7304         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7305
7306         * assistant.el (wid-edit): Fix compilation.
7307
7308         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7309
7310 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7311
7312         * gnus-util.el (gnus-set-file-modes): New function.  (small
7313         patch).
7314
7315 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316
7317         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7318
7319         * assistant.el (assistant-render-node): Fix up rendering and
7320         read-only text.
7321         (assistant-render-node): Reset.
7322         (assistant-make-read-only): Not sticky.
7323
7324 2004-05-20  Danny Siu  <dsiu@adobe.com>
7325
7326         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7327         centered even when gnus-auto-center-summary is t
7328
7329 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330
7331         * dns.el (dns-get-txt-answer): New function.
7332         (dns-read-txt): Ditto.
7333         (query-dns): Use it.
7334
7335 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7338         active for foreign groups even if the group level is higher than
7339         the specified value.
7340
7341 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7342
7343         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7344         non-active groups.
7345
7346         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7347
7348 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7349
7350         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7351
7352 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7355         (spam-crm114-header, spam-crm114-spam-switch)
7356         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7357         (spam-crm114-positive-spam-header)
7358         (spam-crm114-database-directory, spam-list-of-processors)
7359         (spam-group-spam-processor-crm114-p)
7360         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7361         (spam-generic-score, spam-list-of-checks)
7362         (spam-list-of-statistical-checks, spam-registration-functions)
7363         (spam-check-crm114-headers, spam-crm114-score)
7364         (spam-check-crm114, spam-crm114-register-with-crm114)
7365         (spam-crm114-register-spam-routine)
7366         (spam-crm114-unregister-spam-routine)
7367         (spam-crm114-register-ham-routine)
7368         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7369         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7370
7371         * gnus.el: added spam-use-crm114
7372
7373         * spam.el (spam-list-of-processors, spam-registration-functions):
7374         add spam-use-resend
7375         (spam-group-spam-processor-report-resend-p): utility wrapper
7376         (spam-report-articles-gmane): doc fix
7377         (spam-report-articles-resend,
7378         spam-report-resend-register-routine): wrappers around
7379         spam-report-resend-to
7380
7381         * spam-report.el (spam-report-resend-to, spam-report-resend):
7382         support for resending spam
7383         (spam-report-gmane): line length >80 fix
7384
7385         * gnus.el (spam-process): add spam-use-resend
7386
7387 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7388
7389         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7390         number of processed spam messages.
7391         (spam-ham-copy-or-move-routine): Return the number of processed
7392         ham messages.
7393         (spam-summary-prepare-exit): Use the above values to decide
7394         whether status messages shouled be displayed.
7395
7396 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7399         `rfc2047-encoding-function-alist' in order to avoid conflicting
7400         with the old version.
7401         (rfc2047-encode-region): Concatenate words containing non-ASCII
7402         characters in structured fields; don't encode space-delimited
7403         ASCII words even in unstructured fields; don't break words at
7404         char-category boundaries.
7405         (rfc2047-encode-1): New function.
7406         (rfc2047-encode): Use it; encode text so that it occupies the
7407         maximum width within 76-column; work correctly on Q encoding for
7408         iso-2022-* charsets.
7409         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7410         sure not to break a line just after the header name.
7411         (rfc2047-b-encode-region): Removed.
7412         (rfc2047-b-encode-string): New function.
7413         (rfc2047-q-encode-region): Removed.
7414         (rfc2047-q-encode-string): New function.
7415
7416         * mm-util.el (mm-replace-in-string): New function.
7417
7418 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7421         get it right.
7422         (gnus-inews-make-draft): Really.
7423
7424 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7425
7426         * nnmh.el (nnmh-request-list-1): Don't check the link count
7427         before descending.  (small patch)
7428
7429 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7432         stuff.
7433
7434         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7435         on real group name.
7436
7437         * gnus-art.el (gnus-signature-limit): Doc fix.
7438
7439         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7440
7441         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7442
7443 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7444
7445         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7446         isn't a string.
7447
7448 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449
7450         * gnus-draft.el (gnus-draft-send): Bind
7451         rfc2047-encode-encoded-words.
7452
7453         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7454         (rfc2047-encodable-p): Say that =? needs encoding.
7455         (rfc2047-encode-encoded-words): New variable.
7456
7457         * gnus-group.el (gnus-group-select-group): Doc fix.
7458
7459         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7460
7461         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7462         to nil.
7463
7464         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7465
7466         * nnheader.el (nnheader-get-lines-and-char): New function.
7467
7468 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7469
7470         * gnus-msg.el (gnus-summary-followup-with-original): Document
7471         yanking of region when active.
7472
7473 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7476         groups if the group level is higher than the specified value.
7477
7478 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7481         (gnus-group-jump-to-group): Added prefix argument using
7482         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7483         non-active group.
7484
7485         * compface.el (uncompface): Be verbose when changing
7486         `uncompface-use-external'.
7487
7488         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7489         handle manual section.
7490
7491 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7492
7493         * gnus-art.el (gnus-button-alist): Revert previous change.
7494
7495 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7498
7499 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7500
7501         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7502         whether backend can accept message.
7503
7504         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7505
7506 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7507
7508         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7509         Avoid creating directory when nntp-marks-is-evil is true.
7510         Reported by Reiner Steib.
7511
7512 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * gnus-picon.el (gnus-picon-style): New variable.
7515         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7516         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7517         Jesper Harder <harder@ifa.au.dk>.
7518
7519 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7520
7521         * message.el (message-fill-field): Return point.
7522         (message-generate-headers): Go to end of field.
7523
7524         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7525         stuff for non-living groups.
7526
7527 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7528
7529         * gnus-art.el (gnus-article-followup-with-original)
7530         (gnus-article-reply-with-original): gnus-mark-active-p ->
7531         gnus-region-active-p.
7532
7533 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7534
7535         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7536         only when there is spam or ham to be processed
7537
7538 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * mail-source.el (mail-source-delete-crash-box): Refactor.
7541         (mail-source-fetch): Use it.
7542         (mail-source-fetch-file): Ditto.
7543         (mail-source-fetch-directory): Run postscript in loop.
7544         (mail-source-fetch-pop): Delete.
7545         (mail-source-fetch-maildir): Ditto.
7546         (mail-source-fetch-imap): Ditto.
7547
7548         * imap.el (imap-authenticators): Comment out sasl.
7549
7550         * message.el (message-skip-to-next-address): New function.
7551         (message-fill-header-address): Refactor.
7552         (message-fill-address): Use it.
7553         (message-delete-address): Use it.
7554         (message-fill-header-general): Refactor.
7555         (message-fill-field-address): Rename.
7556         (message-narrow-to-field): Find the start of the header.
7557         (message-header-format-alist): Don't pre-fill.
7558         (message-fill-header): Removed.
7559         (message-insert-header): New function.
7560         (message-shorten-references): Use it.
7561
7562         * rfc2047.el (rfc2047-field-value): Strip props.
7563
7564         * mail-parse.el (mail-header-make-address): New alias.
7565
7566         * ietf-drums.el (ietf-drums-make-address): New function.
7567
7568         * imap.el: Add compiler directives.
7569
7570         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7571
7572         * gnus-art.el (article-decode-idna-rhs): Don't use
7573         message-idna-inside-rhs-p.
7574
7575 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7576
7577         * message.el (message-idna-inside-rhs-p): Removed.
7578         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7579
7580         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7581         false positives.
7582
7583 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7584
7585         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7586
7587 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7588
7589         * nneething.el (nneething-file-name): Don't create spurions
7590         files.
7591
7592         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7593         (gnus-inews-do-gcc): Remove sleep.
7594
7595         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7596         part under point.
7597
7598         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7599         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7600
7601 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7602
7603         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7604
7605 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7606
7607         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7608         as expired without moving it" message when there are spam
7609         messages left
7610
7611 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7612
7613         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7614         header is not nil.
7615
7616 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7617
7618         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7619         nntp-possibly-create-directory, not nntp-possibly-change-group.
7620         (nntp-marks-changed-p): New arg SERVER.
7621         (nntp-request-update-info): Adjust caller.
7622
7623 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7624
7625         * nntp.el (nntp-save-marks): Pass missing arg.
7626
7627 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7628
7629         * nntp.el: Support marks.
7630         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7631         (nntp-marks-modtime, nntp-marks-directory): New variables.
7632         (nntp-request-set-mark, nntp-request-update-info)
7633         (nntp-possibly-create-directory, nntp-marks-changed-p)
7634         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7635         functions.
7636
7637 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7638
7639         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7640         (gnus-xmas-redefine): Rename.
7641
7642         * gnus-score.el (gnus-score-insert-help): Use
7643         gnus-select-lowest-window.
7644
7645         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7646         appt-select-lowest-window and rename to gnus-select-lowest-window.
7647
7648         * gnus.el: do.
7649
7650 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7651
7652         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7653         encodings of MIME-encoded words, in order to improve
7654         interoperability with several broken MUAs.
7655
7656 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7657
7658         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7659         tags, only when charsets are not specified in headers.
7660         (mm-inline-text-html-render-with-w3m): Ditto.
7661
7662         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7663         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7664
7665 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7666
7667         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7668         instead of MIME-decoded from fields when checking
7669         `gnus-article-address-banner-alist'.
7670
7671 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7672
7673         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7674         description rather than subject.
7675
7676 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7677
7678         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7679
7680 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7681
7682         * gnus.el (gnus-version-number): Bump.
7683
7684 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7685
7686         * gnus.el: No Gnus v0.2 is released.
7687
7688 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689
7690         * gnus-agent.el (gnus-agent-read-agentview): Inline
7691         gnus-uncompress-range.
7692
7693 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7694
7695         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7696         `exec-installed-p'.
7697
7698 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7699
7700         * gnus.el (spam-process, spam-autodetect-methods): Add
7701         bsfilter and bsfilter-headers.
7702
7703         * spam.el (spam-bsfilter): New customize group.
7704         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7705         (spam-bsfilter-header, spam-bsfilter-probability-header)
7706         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7707         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7708         (spam-bsfilter-database-directory): New options.
7709         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7710         (spam-list-of-statistical-checks, spam-registration-functions):
7711         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7712         (spam-bsfilter-score): New command.
7713         (spam-check-bsfilter-headers, spam-check-bsfilter)
7714         (spam-bsfilter-register-with-bsfilter)
7715         (spam-bsfilter-register-spam-routine)
7716         (spam-bsfilter-unregister-spam-routine)
7717         (spam-bsfilter-register-ham-routine)
7718         (spam-bsfilter-unregister-ham-routine): New functions.
7719         (spam-generic-score): Support bsfilter; Accept an optional argument
7720         to recalcurate spam score even if scoring header has already been
7721         added.
7722         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7723         optional argument to recalcurate spam score even if scoring header
7724         has already been added.
7725
7726 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7727
7728         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7729         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7730         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7731         link is missing.
7732
7733 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7734
7735         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7736         (html2text-get-attr): Rewrite.
7737
7738         * message.el (message-setup-1): Remove redundant put-text-property
7739         on mail-header-separator.
7740
7741 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7742
7743         * gnus-registry.el (gnus-registry-cache-whitespace)
7744         (gnus-registry-action, gnus-registry-spool-action)
7745         (gnus-registry-split-fancy-with-parent): changed message levels
7746         from 5 to 3 or 7, as needed
7747
7748         * spam.el (spam-summary-prepare-exit)
7749         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7750         (spam-split, spam-find-spam, spam-log-undo-registration)
7751         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7752         level from 5 to 6
7753
7754 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7757         2004-03-04 change).
7758
7759 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7760
7761         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7762         Use mapc when appropriate.
7763
7764         * sieve-manage.el (sieve-manage-open): do.
7765
7766         * nnweb.el (nnweb-insert-html): do.
7767
7768         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7769         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7770
7771         * nnspool.el (nnspool-request-group): do.
7772
7773         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7774         do.
7775
7776         * nnml.el (nnml-request-update-info): do.
7777
7778         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7779         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7780
7781         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7782         (nnimap-request-set-mark): do.
7783
7784         * nnfolder.el (nnfolder-request-update-info): do.
7785
7786         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7787         do.
7788
7789         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7790
7791         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7792
7793         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7794         do.
7795
7796         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7797         do.
7798
7799         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7800
7801         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7802
7803         * gnus-int.el (gnus-start-news-server): do.
7804
7805         * gnus-group.el (gnus-group-make-kiboze-group)
7806         (gnus-group-browse-foreign-server): do.
7807
7808 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7809
7810         FIXME: Make separate entries for each person.
7811
7812         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7813         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7814         <shields@msrl.com>:
7815
7816         * spam.el (spam-necessary-extra-headers): get the extra headers we
7817         may need for spam sorting and scoring
7818         (spam-user-format-function-S): a user format function suitable for
7819         general use
7820         (spam-article-sort-by-spam-status): sorting function for summary
7821         sorting
7822         (spam-extra-header-to-number): get a score from a header
7823         (spam-summary-score): get a numeric score from the headers
7824         (spam-generic-score): oops, function doc in wrong place
7825         (spam-initialize): take symbols when it's run, and install the
7826         extra headers that spam-necessary-extra-headers thinks we need
7827
7828 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7829
7830         * spam.el (spam-summary-prepare-exit): logic and message fix.
7831         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7832
7833 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7834
7835         * gnus-sum.el (gnus-set-global-variables)
7836         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7837         (gnus-article-get-xrefs, gnus-summary-best-group)
7838         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7839         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7840         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7841         with-current-buffer.
7842
7843 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7844
7845         * spam.el (spam-summary-prepare-exit): simplified logic
7846         (spam-fetch-article-header): read the article header if it's not
7847         available
7848         (spam-list-articles): simplified logic
7849         (spam-filelist-register-routine): found bug with unregister-list
7850
7851         * gnus-registry.el: clarified comments at beginning
7852
7853 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7854
7855         * message.el (message-cater-to-broken-inn): Remove.
7856         (message-shorten-references): Make sure the total folded length of
7857         References is shorter than 998 characters to cater to a bug in INN
7858         2.3.  Also, don't pretend that references aren't folded -- this
7859         hasn't worked for a while.
7860
7861 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7862
7863         * gnus-agent.el (gnus-agentize):
7864         gnus-agent-send-mail-real-function no longer set to current value
7865         of message-send-mail-function but rather a lambda that calls
7866         message-send-mail-function.  The change makes the agent real-time
7867         responsive to user changes to message-send-mail-function.
7868
7869 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7870
7871         * legacy-gnus-agent.el
7872         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7873         help from Florian Weimer <fw@deneb.enyo.de>
7874
7875 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * nnmail.el (nnmail-cache-insert): Revert last change.
7878
7879 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * nnmail.el (nnmail-cache-insert): Always check whether
7882         nnmail-cache-ignore-groups matches a group name.
7883
7884 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7885
7886         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7887         (spam-find-spam, spam-log-processing-to-registry)
7888         (spam-log-registered-p, spam-log-unregistration-needed-p)
7889         (spam-log-undo-registration): use gnus-message instead of
7890         gnus-error, none of these errors are fatal
7891
7892         * gnus-registry.el (gnus-registry-clean-empty-function)
7893         (gnus-registry-clean-empty): remove only empty entries without
7894         extra data
7895
7896 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7897
7898         * spam-stat.el (spam-stat-buffer-change-to-spam)
7899         (spam-stat-buffer-change-to-non-spam): change (error) to
7900         (gnus-message 8) invocation
7901
7902 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * nntp.el (nntp-via-netcat-command): New variable.
7905         (nntp-via-netcat-switches): New variable.
7906         (nntp-open-via-rlogin-and-netcat): New function.
7907         (nntp-open-connection-function): Doc fix.
7908         (nntp-telnet-command): Doc fix.
7909         (nntp-end-of-line): Doc fix.
7910         (nntp-via-rlogin-command): Doc fix.
7911         (nntp-via-user-name): Doc fix.
7912         (nntp-via-address): Doc fix.
7913
7914 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7917         error in Emacs 21.1.
7918
7919 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7922
7923 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7924         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7925         (gnus-agent-with-refreshed-group): New macro.
7926         (gnus-agent-rename-group): New function.
7927         (gnus-agent-delete-group): New function.
7928         (gnus-agent-save-group-info): Use gnus-command-method when
7929         `method' parameter is nil.  Don't write nil entries into the
7930         active file.
7931         (gnus-agent-get-group-info): New function.
7932         (gnus-agent-fetch-articles): Use
7933         gnus-agent-update-files-total-fetched-for to increment disk space
7934         used.
7935         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7936         gnus-agent-update-view-total-fetched-for to increment disk space
7937         used.
7938         (gnus-agent-get-local): Added optional parameters to avoid calling
7939         gnus-group-real-name and gnus-find-method-for-group.
7940         (gnus-agent-set-local): Delete stored entry if either min, or max,
7941         are nil.
7942         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7943         quit, use gnus-agent-regenerate-group to record existance of any
7944         articles fetched to disk before the quit occurred.
7945         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7946         gnus-agent-update-view-total-fetched-for, and
7947         gnus-agent-update-files-total-fetched-for to decrement disk space
7948         used.
7949         (gnus-agent-retrieve-headers): Use
7950         gnus-agent-update-view-total-fetched-for to increment disk space
7951         used.
7952         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7953         with gnus-agent-update-files-total-fetched-for to decrement disk
7954         space and fresh group buffer.
7955         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7956         (gnus-agent-need-update-total-fetched-for): New variable.
7957         (gnus-agent-update-files-total-fetched-for): New function.
7958         (gnus-agent-update-view-total-fetched-for): New function.
7959         (gnus-agent-total-fetched-for): New function.
7960
7961         * gnus-cache.el (gnus-cache-save-buffers): Use
7962         gnus-cache-update-overview-total-fetched-for to change disk space
7963         used by this group.
7964         (gnus-cache-possibly-enter-article): Use
7965         gnus-cache-update-file-total-fetched-for to increment disk space
7966         used by this group.
7967         (gnus-cache-possibly-remove-article): Use
7968         gnus-cache-update-file-total-fetched-for to decrement disk space
7969         used by this group.
7970         (gnus-cache-generate-nov-databases): Purge total fetched cache.
7971         (gnus-cache-rename-group): New function.
7972         (gnus-cache-delete-group): New function.
7973         (gnus-cache-inhibit-update-total-fetched-for): New variable.
7974         (gnus-cache-need-update-total-fetched-for): New variable.
7975         (gnus-cache-with-refreshed-group): New macro.
7976         (gnus-cache-update-file-total-fetched-for): New function.
7977         (gnus-cache-update-overview-total-fetched-for): New function.
7978         (gnus-cache-rename-group-total-fetched-for): New function.
7979         (gnus-cache-delete-group-total-fetched-for): New function.
7980         (gnus-cache-total-fetched-for): New function.
7981
7982         * gnus-group.el: Require gnus-sum and autoload functions to
7983         resolve warnings when gnus-group.el compiled alone.
7984         (gnus-group-line-format): Documented new %F
7985         (size of Fetched data) group line format; identifies disk space
7986         used by agent and cache.
7987         (gnus-group-line-format-alist): Defined new F format.
7988         (gnus-total-fetched-for): New function.
7989         (gnus-group-delete-group): No longer update
7990         gnus-cache-active-altered as gnus-request-delete-group now keeps
7991         the cache in sync.
7992         (gnus-group-list-active): Let the agent store a server's active
7993         list if currently plugged.
7994
7995         * gnus-int.el (gnus-request-delete-group): Use
7996         gnus-cache-delete-group and gnus-agent-delete-group to keep the
7997         local disk in sync with the server.
7998          (gnus-request-rename-group): Use
7999         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8000         local disk in sync with the server.
8001
8002         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8003         simplification to logic.
8004
8005         * gnus-util.el (gnus-rename-file): New function.
8006
8007 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8008
8009         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8010
8011 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8012
8013         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8014         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8015
8016 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8017
8018         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8019         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8020
8021 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8022
8023         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8024
8025 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8026
8027         * spam.el (spam-set-difference): new function to replace
8028         gnus-set-difference in spam.el
8029         (spam-summary-prepare-exit): use spam-set-difference
8030
8031 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8032
8033         * gnus-registry.el (gnus-registry-cache-file): updated to use
8034         gnus-dribble-directory OR gnus-home-directory OR ~
8035         (gnus-registry-split-fancy-with-parent): fixed doc
8036
8037 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * message.el (message-exchange-point-and-mark): Use
8040         message-mark-active-p.  Suggested by Jesper Harder
8041         <harder@ifa.au.dk>.
8042
8043 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * message.el (message-exchange-point-and-mark): Don't activate
8046         region if it was inactive.  Suggested by Hiroshi Fujishima
8047         <pooh@nature.tsukuba.ac.jp>.
8048
8049 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-art.el (article-display-face): Display Faces in the same
8052         order as X-Faces.
8053
8054 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8057
8058 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8061         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8062         (gnus-article-mime-hierarchy): Remove.
8063         (gnus-article-mime-hierarchy-next): Remove.
8064         (gnus-article-mode): Revert 2004-03-19 change.
8065         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8066         (gnus-insert-mime-button): Revert 2004-03-19 change.
8067         (gnus-mime-accumulate-hierarchy): Remove.
8068         (gnus-mime-enter-multipart): Remove.
8069         (gnus-mime-leave-multipart): Remove,
8070         (gnus-mime-display-part): Revert 2004-03-19 change.
8071         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8072
8073         * mml.el (mml-preview): Revert 2004-03-19 change.
8074
8075 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8076
8077         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8078
8079 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8082         t while entering a file name using the mm-with-multibyte macro.
8083         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8084
8085         * mm-util.el (mm-with-multibyte): New macro.
8086
8087 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8090         user option.
8091         (gnus-mime-multipart-functions): Doc and customization fix.
8092         (gnus-article-mime-hierarchy): New variable.
8093         (gnus-article-mime-hierarchy-next): New variable.
8094         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8095         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8096         gnus-article-mime-hierarchy-next to nil.
8097         (gnus-insert-mime-button): Show hierarchy numbers.
8098         (gnus-mime-accumulate-hierarchy): New function.
8099         (gnus-mime-enter-multipart): New function.
8100         (gnus-mime-leave-multipart): New function.
8101         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8102         (gnus-mime-display-alternative): Show hierarchy numbers.
8103
8104         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8105         gnus-article-mime-hierarchy-next to nil.
8106
8107 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8108
8109         * dns.el: Don't require gnus-xmas.
8110
8111 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8112
8113         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8114         inline PGP.
8115         (mml-menu): Disable mml-quote-region if mark is inactive.
8116
8117 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8120         when the group's active is not available.
8121
8122 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8125         error.
8126
8127 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * imap.el (imap-store-password): New variable.
8130         (imap-interactive-login): Use it.
8131         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8132
8133 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8136         window-start and hscroll to summary window.
8137
8138 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8139
8140         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8141         conversion message to newsrc-dribble when an actual conversion is
8142         performed.
8143
8144 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8145
8146         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8147
8148 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * mm-decode.el (mm-complicated-handles): New function reviving
8151         former definition of mm-multiple-handles.
8152
8153         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8154         (gnus-mime-delete-part): Use it.
8155
8156 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8157
8158         * gnus-agent.el (gnus-agent-read-local): Bind
8159         nnheader-file-coding-system to gnus-agent-file-coding-system to
8160         avoid the implicit assumption that they will always be equal.
8161         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8162         coding-system-for-write, as the with-temp-file macro first prints
8163         to a buffer then saves the buffer.
8164
8165 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * gnus-art.el (gnus-article-edit-part): New function.
8168         (gnus-mime-save-part-and-strip): Use it; do query instead of
8169         signaling an error; don't use mm-multiple-handles.
8170         (gnus-mime-delete-part): Ditto.
8171
8172 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8173
8174         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8175         old file versions.
8176         (gnus-group-prepare-hook): Removed function that converted list
8177         form of gnus-agent-expire-days to group properties.
8178
8179         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8180         (gnus-request-accept-article): Re-indented.
8181
8182         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8183         converters to handle old agent file formats.  Added logic for a
8184         "backup before upgrading warning".
8185         (gnus-convert-mark-converter-prompt): Developers can mark
8186         functions as needing (default), or not needing,
8187         gnus-convert-old-newsrc's "backup before upgrading warning".
8188         (gnus-convert-converter-needs-prompt): Tests whether the user
8189         should be protected from potentially irreversable changes by the
8190         function.
8191
8192         * legacy-gnus-agent.el (): New. Provides converters that are only
8193         loaded when gnus-convert-old-newsrc needs to call them.
8194
8195 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * mail-source.el (mail-source-touch-pop): Doc fix.
8198
8199         * message.el (message-smtpmail-send-it): Doc fix.
8200
8201 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8202
8203         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8204
8205         * nnmail.el (nnmail-split-fancy): do.
8206
8207         * gnus-kill.el (gnus-kill, gnus-execute): do.
8208
8209 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8210
8211         * gnus-sum.el (gnus-widget-reversible-match)
8212         (gnus-widget-reversible-to-internal)
8213         (gnus-widget-reversible-to-external): New functions.
8214         (gnus-widget-reversible): New widget.
8215         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8216
8217 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8218
8219         * gnus-sum.el (gnus-thread-sort-functions)
8220         (gnus-article-sort-functions): Document `(not F)' items.
8221
8222 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8223
8224         * spam.el (spam-use-gmane-xref): new backend
8225         (spam-gmane-xref-spam-group): variable to control the name of the
8226         Gmane spam group
8227         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8228         (spam-regex-headers-spam, spam-regex-headers-ham)
8229         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8230         (spam-list-of-checks): added spam-use-gmane-xref to list of
8231         backends and checks
8232         (spam-check-gmane-xref): function for spam-use-gmane-xref
8233
8234         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8235         an autodetect method
8236
8237 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8238
8239         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8240         articles are being added to a group.
8241         (gnus-request-replace-article): Inform the agent that articles
8242         need to be uncached as the cached contents are no longer valid.
8243
8244 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * binhex.el: Don't autoload executable-find.
8247
8248         * canlock.el: Don't autoload mail-fetch-field.
8249
8250         * dgnushack.el: Autoload c-mode for XEmacs.
8251
8252         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8253
8254         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8255         rmail-dont-reply-to and rmail-output.
8256
8257         * gnus-score.el: Don't autoload ffap-string-at-point.
8258
8259         * gnus-setup.el: Don't autoload sc-cite-original.
8260
8261         * imap.el: Don't autoload base64-decode-string,
8262         base64-encode-string and md5.
8263
8264         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8265         and rmail-msg-restore-non-pruned-header.
8266
8267         * mm-decode.el: Don't autoload executable-find.
8268
8269         * mm-url.el: Don't autoload executable-find.
8270
8271         * mm-view.el: Don't autoload diff-mode.
8272
8273         * nndb.el: Don't autoload news-reply-mode, news-setup,
8274         cancel-timer and telnet.
8275
8276         * password.el: Don't autoload run-at-time for Emacs.
8277
8278         * sha1-el.el: Don't autoload executable-find.
8279
8280         * sieve-mode.el: Don't autoload c-mode.
8281
8282         * uudecode.el: Don't autoload executable-find.
8283
8284 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8285
8286         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8287         (gnus-agent-possibly-alter-active): Avoid null in numeric
8288         comparison.
8289         (gnus-agent-set-local): Refuse to save null in local object table.
8290         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8291         list of articles that will be marked as unread.
8292
8293 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8296
8297 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8298
8299         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8300         language tags.
8301
8302 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8303
8304         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8305         Don't bind "obarray".
8306
8307         * gnus-sum.el (gnus-thread-sort-functions): Added
8308         `gnus-thread-sort-by-most-recent-number' and
8309         `gnus-thread-sort-by-most-recent-date'.
8310         Reported by Kai Grossjohann <kai@emptydomain.de>.
8311
8312 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8315
8316 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8317
8318         * gnus-cus.el (gnus-agent-customize-category): Removed
8319         ignore-errors macro reference that required cl to be loaded at
8320         run-time.
8321
8322         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8323         single-interval range of the form (min . max).  Previously the
8324         range had to look like ((min . max)).  Likewise, return
8325         (min . max) rather than ((min . max)).
8326         (gnus-range-map): Use gnus-range-normalize to accept
8327         single-interval range.
8328
8329         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8330         the cache, but not the agent, now appear with their usual face.
8331
8332         * dgnushack.el (loaddir): New variable that is bound to the
8333         directory containing the dgnushack.el file. Use loaddir, rather
8334         than srcdir, to update load-path. Change lets dgnushack compile
8335         code in directories other than GNUS/lisp.
8336
8337 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * lpath.el: Don't bind w3m-safe-url-regexp.
8340
8341         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8342         w3m-safe-url-regexp variable buffer-local.
8343
8344         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8345
8346 2004-02-27  Simon Josefsson  <jas@extundo.com>
8347
8348         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8349         gnus-group-real-prefix.
8350         (gnus-summary-move-article): Use it, instead of
8351         gnus-group-real-prefix.
8352
8353 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * lpath.el: Bind w3m-safe-url-regexp.
8356
8357         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8358         w3m-safe-url-regexp variable buffer-local and set it as the value
8359         of mm-w3m-safe-url-regexp.
8360
8361         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8362
8363         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8364         parsing gnus-posting-styles when the message is not for replying.
8365
8366         * dgnushack.el: Autoload sgml-mode for XEmacs.
8367
8368         * nnrss.el (nnrss-opml-export): Use
8369         mm-set-buffer-file-coding-system instead of
8370         set-buffer-file-coding-system.
8371
8372 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8373
8374         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8375         of checkdoc.el).
8376         * nnrss.el: do.
8377         * gnus-mlspl.el: do.
8378         * gnus-ml.el: do.
8379         * gnus-srvr.el: do.
8380
8381         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8382
8383 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8384
8385         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8386         Corrections to custom-manual links.
8387
8388         * gnus-art.el (gnus-article): Ditto.
8389
8390         * mm-decode.el (mime-display, mime-security): Ditto.
8391
8392 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8393
8394         * flow-fill.el: Typo.
8395
8396 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8397
8398         * spam-wash.el: New file.
8399
8400 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8401
8402         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8403
8404 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8405
8406         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8407         to be run with new-articles as LIST1, not LIST2
8408         (spam-registration-functions): add spam-use-ham-copy as a nil
8409         registration backend
8410
8411 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8412
8413         * spam-stat.el (spam-stat-washing-hook): New option.
8414         (spam-stat-buffer-words): Use it.
8415         (spam-stat-process-directory, spam-stat-test-directory): Use
8416         insert-file-contents-literally.
8417         (spam-stat-coding-system): New variable.
8418         (spam-stat-load, spam-stat-save): Use it.
8419
8420 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * spam-report.el (spam-report-plug-agent): Quote
8423         spam-report-url-to-file and spam-report-url-ping-plain.
8424
8425 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8428         / in mailto URLs.
8429
8430 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8431
8432         * spam-report.el (spam-report-process-queue): Fix interactive use.
8433         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8434         (spam-report-unplug-agent): Doc fixes.
8435         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8436         (spam-report-agentize, spam-report-deagentize): Autoload
8437
8438 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8441
8442         * message.el (message-setup-fill-variables): Add mml tags to
8443         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8444         <ajk@iu.edu>.
8445         (message-mode): Don't modify paragraph-separate there.
8446
8447 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * compface.el (uncompface-use-external): Default to undecided.
8450         (uncompface-use-external-threshold): New variable.
8451         (uncompface-float-time): New macro.
8452         (uncompface): Determine whether to use the external decoder if
8453         uncompface-use-external is undecided.
8454
8455 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8456
8457         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8458         after images.
8459
8460         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8461
8462 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8463
8464         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8465
8466         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8467
8468         * gnus-sum.el (gnus-summary-limit-to-age)
8469         (gnus-summary-limit-children): do.
8470
8471         * gnus-int.el (gnus-request-scan): do.
8472
8473         * gnus-group.el (gnus-group-suspend): do.
8474
8475         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8476
8477         * gnus-cite.el (gnus-cite-parse-attributions): do.
8478
8479         * gnus-agent.el (gnus-summary-set-agent-mark)
8480         (gnus-agent-regenerate-group): do.
8481
8482         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8483
8484         * binhex.el (binhex-decode-region-internal): do.
8485
8486 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-fun.el (gnus-face-properties-alist): New user option.
8489         (gnus-display-x-face-in-from): Use it.
8490
8491         * gnus-art.el (article-display-face): Ditto.
8492
8493         * compface.el (uncompface-use-external): Default to nil.
8494
8495 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8496
8497         * nntp.el (nntp-erase-buffer): New function.
8498         (nntp-retrieve-data, nntp-send-command)
8499         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8500         (nntp-possibly-change-group): Use it.
8501
8502         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8503         with-current-buffer.
8504
8505 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8506
8507         * compface.el: Merge the ELisp-based uncompface program.
8508         (compface): New customization group.
8509         (uncompface-use-external): New user option.
8510         (uncompface): Call uncompface-internal if uncompface-use-external
8511         is nil.
8512         (uncompface-internal): New function.  Note that there are also
8513         some other functions and variables added for this function.
8514
8515 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8516
8517         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8518         if necessary.
8519
8520 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8521
8522         * spam-report.el (spam-report-unplug-agent)
8523         (spam-report-plug-agent, spam-report-deagentize)
8524         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8525         support for the Agent in spam-report: when unplugged, report to a
8526         file; when plugged, submit all the requests
8527
8528         * spam.el (spam-register-routine): improved message about
8529         registration
8530
8531 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8532
8533         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8534         dependencies.
8535         (rfc2047-encode): Use it.
8536
8537         * gnus-art.el (gnus-button-marker-list): Move before first
8538         reference.
8539
8540         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8541         (imap-parse-body): Fix format string mismatch.
8542
8543         * gnus-score.el (gnus-summary-increase-score): do.
8544
8545         * nnrss.el (nnrss-close): New function.
8546
8547 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8548
8549         * nnrss.el (nnrss-make-filename): New function.
8550         (nnrss-request-delete-group, nnrss-read-server-data)
8551         (nnrss-save-server-data, nnrss-read-group-data)
8552         (nnrss-save-group-data): Use it.
8553         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8554         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8555         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8556
8557 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8558
8559         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8560
8561 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8562
8563         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8564         files.
8565
8566         * message.el (message-generate-headers-first): Don't quote nil
8567         and t in docstrings.
8568
8569         * imap.el (imap-id): do.
8570
8571         * gnus-agent.el (gnus-agent-consider-all-articles)
8572         (gnus-agent-queue-mail): do.
8573
8574 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * spam-report.el (spam-report-process-queue): New function.
8577         Process requests from `spam-report-requests-file'.
8578         (spam-report-process-queue): Doc fix.
8579
8580 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8581
8582         * spam.el (spam-register-routine)
8583         (spam-log-processing-to-registry, spam-log-registered-p)
8584         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8585         change "check" to "spam-check" for semi-clarity
8586
8587 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8588
8589         * pop3.el: Require nnheader.
8590
8591         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8592
8593         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8594
8595         * gnus-picon.el: Require cl.
8596
8597         * gnus-fun.el: Require gnus-ems and gnus-util.
8598
8599         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8600
8601         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8602
8603         * gnus-art.el (gnus-article-edit-mode): Define before first
8604         reference.
8605
8606 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8607
8608         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8609         (gnus-uu-post-encoded): Use point-at-bol.
8610
8611         * gnus-topic.el (gnus-group-active-topic-p): do.
8612
8613         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8614
8615         * gnus-group.el (gnus-group-kill-region): do.
8616
8617         * gnus-art.el (article-date-ut): do.
8618
8619         * message.el (message-fetch-field): Remove redundant
8620         case-fold-search binding.
8621         (message-narrow-to-field): Simplify.
8622
8623 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8624
8625         * spam.el (spam-directory): Derive from `gnus-directory'.
8626
8627         * spam-report.el (spam-report-url-to-file)
8628         (spam-report-requests-file): New function and variable for offline
8629         reporting.
8630         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8631         and user defined function.
8632         (spam-report-url-ping-mm-url): Remove doubled slash.
8633
8634 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8635
8636         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8637
8638 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8639
8640         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8641         format string mismatch.
8642
8643         * sieve.el (sieve-deactivate-all): do.
8644
8645         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8646
8647         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8648
8649         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8650
8651         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8652
8653 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8654
8655         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8656         the list of checks
8657
8658 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8659
8660         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8661         padding.
8662
8663 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8664
8665         * mm-view.el (mm-fill-flowed): New variable.
8666         (mm-inline-text): Use it.
8667
8668 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8669
8670         * spam.el (spam-spamassassin-register-ham-routine)
8671         (spam-spamassassin-register-spam-routine): fixed function names
8672
8673 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * gnus.el (gnus-tmp-grouplens): Remove.
8676         (gnus-summary-line-format): Remove grouplens.
8677
8678         * gnus-group.el (gnus-group-line-format): Ditto.
8679
8680         * gnus-spec.el (gnus-format-specs): Ditto.
8681         (gnus-update-format-specifications): Flush the group format spec
8682         cache if there's the grouplens stuff.
8683         (gnus-parse-simple-format): Replace %l with the empty string.
8684
8685 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
8686
8687         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8688         omission.
8689
8690 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8693         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8694
8695 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8696
8697         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8698         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8699         New macros and functions.
8700         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8701         Handle > NLINK_MAX messages.
8702         * nnmaildir.el (nnmaildir-request-set-mark): Use
8703         nnmaildir--emlink-p and nnmaildir--eexist-p.
8704
8705 2004-01-25  Alex Schroeder  <alex@gnu.org>
8706
8707         * spam-stat.el (spam-stat-process-directory-age): New option.
8708         (spam-stat-process-directory): Use it.
8709
8710 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8711
8712         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8713         (spam-stat-save): Accept prefix argument.
8714
8715 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8716
8717         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8718         links" error.
8719
8720 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8723         the rest of the and/or forms.
8724
8725 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8726
8727         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8728         compatibility with old .newsrc.eld files.
8729
8730         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8731
8732         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8733
8734         * gnus-start.el (gnus-1): do.
8735
8736         * gnus-group.el (gnus-group-line-format-alist): do.
8737
8738         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8739
8740         * gnus-gl.el: Remove.
8741
8742 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8743
8744         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8745         marks consisting of a single range {for example, (3 . 5)} rather
8746         than a list of a single range { ((3 . 5)) }.
8747
8748 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8749
8750         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8751         with-current-buffer.
8752         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8753         avoid consing a string.
8754
8755         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8756         Remove obsolete entries for big5 and gb2312.
8757
8758 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8759
8760         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8761         uncompressed list.
8762
8763 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8764
8765         * spam-stat.el (spam-stat-strip-xref): New function.
8766         (spam-stat-process-directory): Use it.
8767
8768         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8769         here -- it's done in message-fetch-field.
8770
8771 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8772
8773         * gnus-agent.el (gnus-agent-queue-mail,
8774         gnus-agent-prompt-send-queue): New variables.
8775         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8776         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8777         "nndraft:queue" along to gnus-draft-send.  Use
8778         gnus-agent-prompt-send-queue.
8779         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8780         is "nndraft:queue".  Suggested by Gaute Strokkenes
8781         <gs234@srcf.ucam.org>
8782
8783         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8784         (agent-enable-undownloaded-faces): Added
8785         (gnus-agent-cat-groups): Use eval-and-compile, not
8786         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8787         method of gnus-agent-cat-groups even when the buffer has been
8788         evaled.
8789         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8790         delete gnus-agent-save-active-1.
8791         (gnus-agent-save-groups): Deleted. Identical to
8792         gnus-agent-save-active.
8793         (gnus-agent-write-active): No longer adjust agent's copy of active
8794         file as agent's adjustments are now stored in their own
8795         file. Removed optional parameter.
8796         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8797         servers.  Add use of min/max range limits from server's local
8798         file.
8799         (gnus-agent-save-alist): Removed unused optional argument.
8800         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8801         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8802         (gnus-agent-set-local): A per-server file that keeps min/max range
8803         limits for articles known to the agent.  Provides a fast mechanism
8804         for altering many active ranges.
8805         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8806         active file (local makes it unnecessary).
8807         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8808
8809         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8810         (agent-enable-undownloaded-faces): Added
8811
8812         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8813         disable it when sending to "nndraft:queue".
8814         (gnus-group-send-queue): Add safety check to avoid sending queue
8815         when unplugged.
8816
8817         * gnus-group.el (gnus-group-catchup): Use new
8818         gnus-sequence-of-unread-articles, not
8819         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8820         numbers of articles.  Use gnus-range-map to avoid having to
8821         uncompress the unread list.
8822         (gnus-group-archive-directory,
8823         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8824         reference.
8825
8826         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8827         (gnus-sorted-range-intersection): Intersection of two ranges
8828         without requiring that they first be uncompressed.
8829
8830         * gnus-start.el (gnus-activate-group): Unless blocked by the
8831         caller, possibly expand the active range to include both cached
8832         and agentized articles.
8833         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8834         multiple version-dependent converters.
8835         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8836         gnus-agent-save-active.
8837         (gnus-save-newsrc-file): Save dirty agent range limits.
8838
8839         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8840         gnus-agent-possibly-alter-active.
8841         (gnus-adjust-marked-articles): Faster handling of simple lists
8842
8843 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8844
8845         * spam-stat.el (spam-stat-test-directory): New optional argument
8846         displays a list of files detected.  Suggested by Andrew Cohen
8847         <cohen@andy.bu.edu>.
8848         (spam-stat-buffer-words-with-scores): Don't narrow and change
8849         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8850
8851 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
8852
8853         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8854         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8855         (spam-spamassassin-arguments)
8856         (spam-spamassassin-spam-flag-header)
8857         (spam-spamassassin-positive-spam-flag-header)
8858         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8859         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8860         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8861         (spam-list-of-processors, spam-list-of-checks)
8862         (spam-list-of-statistical-checks, spam-registration-functions)
8863         (spam-check-spamassassin-headers, spam-check-spamassassin)
8864         (spam-spamassassin-score)
8865         (spam-spamassassin-register-with-sa-learn)
8866         (spam-spamassassin-register-spam-routine)
8867         (spam-spamassassin-register-ham-routine)
8868         (spam-assassin-register-spam-routine)
8869         (spam-assassin-register-ham-routine): add SpamAssassin support
8870         (spam-bogofilter-score): fix to show article before scoring
8871
8872 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8873
8874         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8875         default scoring function
8876         (spam-generic-score): calls spam-spamassassin-score if
8877         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8878         spam-bogofilter-score otherwise.
8879
8880         * gnus.el (spam-process, spam-autodetect-methods): add
8881         spamassassin and spamassassin-headers
8882
8883 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
8884
8885         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8886         Suppress unnecessary messages.
8887
8888 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8889
8890         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8891         make-hash-table.
8892
8893 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * canlock.el (base64-encode-string): Don't autoload it.
8896
8897 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * run-at-time.el: Remove useless (require 'itimer),
8900         eval-and-compile and (featurep 'xemacs).
8901
8902 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8903
8904         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8905         GROUP is a virtual group.
8906
8907 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8908
8909         * gnus.el: Autoload `message-y-or-n-p'.
8910
8911 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8912
8913         * pgg-parse.el: Remove unnecessary (require 'custom).
8914
8915         * pgg-def.el: do.
8916
8917         * nnmail.el: do.
8918
8919         * gnus-undo.el: do.
8920
8921         * gnus-picon.el: do.
8922
8923         * gnus-util.el: do.
8924
8925 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8928
8929 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8932         handle, as well as a list.
8933
8934         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8935         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8936         (mm-w3m-cid-retrieve): Simplify.
8937
8938 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
8939
8940         * message.el (message-kill-to-signature): Allow prefix arg to
8941         specify number of lines to keep before signature.
8942
8943 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8944
8945         (message-kill-to-signature): Change docstring.
8946
8947 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * canlock.el: Always require sha1-el.
8950         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8951
8952         * message.el: Autoload sha1 only when compiling.
8953
8954         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8955         eudc-expand-inline for XEmacs.
8956
8957 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * message.el (message-canlock-generate): Require sha1-el.
8960
8961 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
8962
8963         * message.el (message-expand-name): Silence the byte compiler.
8964
8965         * lpath.el: Add detect-coding-system.
8966
8967         * dgnushack.el (dgnushack-compile): Remove obsolete check for
8968         cus-edit.
8969
8970 2004-01-13  Simon Josefsson  <jas@extundo.com>
8971
8972         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
8973         Invoke gnus-score-mode.  Reported by
8974         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8975
8976         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
8977         Jim Blandy <jimb@redhat.com> (tiny change).
8978
8979 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8980
8981         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
8982
8983 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
8984
8985         * spam.el (spam-get-article-as-string): updated to use
8986         gnus-request-article-this-buffer, much simpler
8987         (spam-get-article-as-buffer): removed
8988
8989 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
8990
8991         * message.el (message-expand-name): Use EUDC if the user uses
8992         that.
8993
8994 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8995
8996         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
8997         character for the encoding to avoid consing a string.
8998
8999         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9000         unnecessarily.
9001
9002         * mm-util.el (mm-replace-chars-in-string): Remove.
9003
9004         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9005         of mm-replace-chars-in-string.
9006
9007 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9008
9009         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9010         strings.
9011
9012         * mm-util.el (mm-subst-char-in-string): Support inplace.
9013
9014         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9015         a new string in every iteration.  Use shy groups.
9016
9017 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9018
9019         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9020         (gnus-group-change-level, gnus-kill-newsgroup)
9021         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9022         (gnus-get-unread-articles, gnus-make-articles-unread)
9023         (gnus-make-ascending-articles-unread): Use accessor
9024         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9025         to get group information for improved readability.
9026
9027         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9028
9029         * gnus-soup.el (gnus-soup-group-brew): do.
9030
9031         * gnus-msg.el (gnus-put-message): do.
9032
9033         * gnus-move.el (gnus-group-move-group-to-server): do.
9034
9035         * gnus-kill.el (gnus-batch-score): do.
9036
9037         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9038         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9039         (gnus-group-update-group, gnus-group-read-group)
9040         (gnus-group-make-group, gnus-group-make-help-group)
9041         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9042         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9043         (gnus-group-sort-by-unread, gnus-group-catchup)
9044         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9045         (gnus-group-yank-group, gnus-group-set-info)
9046         (gnus-group-list-groups): do.
9047
9048         * gnus.el (gnus-generate-new-group-name): do.
9049
9050         * gnus-delay.el (gnus-delay-send-queue): do.
9051
9052         * nnvirtual.el (nnvirtual-catchup-group): do.
9053
9054         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9055         do.
9056
9057         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9058         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9059
9060         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9061         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9062         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9063         (gnus-group-make-articles-read): do.
9064
9065 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9066
9067         * gnus-art.el (article-decode-mime-words, article-babel)
9068         (gnus-article-highlight-signature, gnus-article-add-buttons)
9069         (gnus-signature-toggle): Use gnus-with-article-buffer.
9070
9071         * gnus-art.el (gnus-article-highlight-headers)
9072         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9073
9074         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9075         (gnus-article-set-globals, gnus-request-article-this-buffer)
9076         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9077         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9078         (gnus-mime-display-alternative): Use with-current-buffer.
9079
9080 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9081
9082         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
9083         also under 80 char limit, and call gnus-error if needed
9084         (spam-fetch-article-header): finally fixed - it was a
9085         buffer-local variable (gnus-newsgroup-data)
9086         (spam-find-spam): use spam-generate-fake-headers, forget about
9087         spam-insert-fake-headers
9088         (spam-insert-fake-headers): removed
9089
9090 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9091
9092         * deuglify.el (gnus-article-outlook-unwrap-lines)
9093         (gnus-outlook-rearrange-article)
9094         (gnus-outlook-repair-attribution-outlook)
9095         (gnus-outlook-repair-attribution-block)
9096         (gnus-outlook-repair-attribution-other): Remove redundant
9097         save-excursion.
9098
9099 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9100
9101         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9102         (spam-fetch-field-subject-fast)
9103         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9104         (spam-fetch-article-header): new functions to deal with Gnus
9105         internals for fast retrieval of article header data
9106         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
9107
9108 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9109
9110         * pop3.el (pop3-md5): Remove.
9111         (pop3-apop): Replace pop3-md5 with md5.
9112
9113         * mm-bodies.el: base64 is always built-in.
9114
9115         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9116         with-current-buffer.
9117
9118 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * canlock.el (canlock-insert-header): Remove excessive grouping in
9121         regexp.
9122
9123         * gnus-sum.el (gnus-summary-read-document): Ditto.
9124
9125         * gnus-uu.el (gnus-uu-part-number): Ditto.
9126
9127         * html2text.el (html2text-remove-tags): Ditto.
9128         (html2text-format-tags): Ditto.
9129         (html2text-format-single-elements): Ditto.
9130
9131         * mml.el (mml-parse-1): Ditto.
9132
9133 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9134
9135         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9136
9137         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9138
9139         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9140
9141         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9142
9143 2003-11-15  Simon Josefsson  <jas@extundo.com>
9144
9145         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9146         (pgg-gpg-lookup-key): Use regexp match instead of
9147         split-string (split-string is different between emacs 21.2 and
9148         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9149
9150 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9151
9152         * gnus-art.el (gnus-mime-view-all-parts)
9153         (gnus-article-part-wrapper, gnus-article-view-part): Use
9154         with-current-buffer.
9155
9156 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9157
9158         * spam.el (spam-disable-spam-split-during-ham-respool)
9159         (spam-spamoracle-database, spam-cache-lookups)
9160         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9161         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9162         (spam-group-ham-marks, spam-group-spam-marks)
9163         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9164         (spam-list-of-processors, spam-list-of-statistical-checks): doc
9165         fix, also add spam-use-blackholes to the statistical checks
9166         (spam-fetch-field-fast): new interface to fetching fields, may
9167         become a macro
9168         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9169         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
9170         (spam-insert-fake-headers): fake an article when needed
9171         (spam-find-spam): fake article when possible
9172         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9173         (spam-check-bogofilter-headers): use message-fetch-field instead
9174         of nnmail-fetch-field
9175
9176 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9179
9180 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9181
9182         * spam.el (spam-split): do not require spam-use-CHECK to be
9183         enabled if that check is passed to spam-split explicitly; also
9184         fix so 'spam doesn't get converted to spam-split-group when
9185         spam-split-symbolic-return is t
9186         (spam-find-spam): find registrations of the article and use those
9187         instead of re-running spam-split to find the spam/ham
9188         classification of the article
9189         (spam-log-processing-to-registry, spam-log-registered-p)
9190         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9191         use gnus-error instead of gnus-message
9192         (spam-log-registration-type): new function to determine the
9193         classification of a message based on registry entries; will
9194         return nil if both 'spam and 'ham are found
9195         (spam-check-BBDB): expand all the BBDB macros here so we can have
9196         a reasonably fast local cache without the loading errors
9197         (spam-cache-lookups): set to t by default
9198         (spam-find-spam): don't try to guess spam-cache-lookups
9199         (spam-enter-whitelist, spam-enter-blacklist): also clear the
9200         spam-caches entry
9201         (spam-filelist-build-cache, spam-filelist-check-cache): better
9202         caching of whitelist/blacklist entries
9203         (spam-check-whitelist, spam-check-blacklist): invoke
9204         spam-from-listed-p with a type, not a cache variable
9205         (spam-from-listed-p): wrap around spam-filelist-check-cache
9206
9207 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9208
9209         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9210
9211         * nnmail.el (nnmail-split-fancy): do.
9212
9213         * mml.el (mml-parse): do.
9214
9215         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9216         (gnus-score-adaptive): do.
9217
9218 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9221         (gnus-mime-button-map): Don't set keymap parent.
9222         (gnus-button-ctan-directory-regexp): Use shy grouping.
9223         (gnus-prev-page-map): Don't set keymap parent.
9224         (gnus-prev-page-map): Remove duplicated one.
9225         (gnus-next-page-map): Don't set keymap parent.
9226         (gnus-mime-security-button-map): Ditto.
9227
9228         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9229         version number.
9230
9231         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9232
9233 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * canlock.el (canlock-sha1-function): Remove.
9236         (canlock-sha1-function-for-verify): Remove.
9237         (canlock-openssl-program): Remove.
9238         (canlock-openssl-args): Remove.
9239         (canlock-ignore-errors): Remove.
9240         (canlock-sha1-with-openssl): Remove.
9241         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9242         (canlock-verify): Don't use canlock-ignore-errors.
9243
9244         * sha1-el.el (sha1-string-external): Make it can return a string
9245         in binary form.
9246         (sha1-region-external): Ditto.
9247         (sha1-string-internal): Ditto.
9248         (sha1-region-internal): Ditto.
9249         (sha1-region): Ditto.
9250         (sha1-string): Ditto.
9251         (sha1): Ditto.
9252
9253 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * spam.el (spam-report-articles-gmane): New command.
9256
9257 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9260
9261         * run-at-time.el (run-at-time-saved): Remove.
9262         (run-at-time): Doc fix.
9263
9264 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9265
9266         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9267         (gnus-summary-limit-map): Add it.
9268         (gnus-summary-make-menu-bar): do.
9269
9270 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9271
9272         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9273         first attempt at some caching support (done for BBDB only now)
9274         (spam-find-spam): set spam-cache-lookups if there are more than 2
9275         addresses to be checked
9276         (spam-clear-cache-BBDB): new function, to be invoked by
9277         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9278         (spam-check-BBDB): check and use the caches, if
9279         spam-cache-lookups is on
9280         remove superfluous (provide)
9281
9282 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9285
9286 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9287
9288         * run-at-time.el (run-at-time-saved): Move to after the definition
9289         of `run-at-time'.
9290
9291         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9292
9293 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9296         mm-w3m-local-map-property.
9297
9298         * mm-view.el (mm-w3m-mode-map): Remove.
9299         (mm-w3m-local-map-property): Remove.
9300         (mm-inline-text-html-render-with-w3m): Don't use
9301         mm-w3m-local-map-property.
9302
9303 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9304
9305         * run-at-time.el: New file.
9306
9307         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9308         under Emacs.
9309
9310         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9311         of gnus-set-text-properties.
9312
9313         * gnus-uu.el (gnus-uu-save-article): Ditto.
9314
9315         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9316
9317         * gnus-cite.el (gnus-cite-parse): Ditto.
9318
9319         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9320         of gnus-.
9321
9322         * gnus-xmas.el (run-at-time): Require run-at-time.
9323
9324         * gnus.el: Changed calls to nnheader-run-at-time and
9325         password-run-at-time throughout to use run-at-time directly.
9326
9327         * password.el: Removed definition of run-at-time.
9328
9329         * nnheaderxm.el: Remove definition of run-at-time.
9330
9331 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9332
9333         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9334         in prompt.
9335
9336 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9337
9338         * messagexmas.el (message-xmas-redefine): Alias
9339         `message-make-caesar-translation-table' to
9340         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9341         version.
9342
9343         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9344         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9345         `gnus-xmas-set-text-properties'.
9346         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9347         `gnus-xmas-completing-read'.
9348         (gnus-xmas-completing-read): Removed.
9349         (gnus-xmas-open-network-stream): Removed.
9350
9351         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9352         XEmacs version.
9353
9354         * dns.el (dns-make-network-process): Use `open-network-stream'
9355         instead of `gnus-xmas-open-network-stream'.
9356
9357         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9358
9359         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9360
9361 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9362
9363         * gnus-art.el (gnus-mime-display-alternative)
9364         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9365         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9366         Don't use gnus-local-map-property.
9367
9368         * gnus-util.el (gnus-local-map-property): Remove.
9369
9370         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9371         gnus-completing-read-maybe-default with completing-read.
9372
9373         * gnus-util.el (gnus-completing-read): do.
9374         (gnus-completing-read-maybe-default): Remove.
9375
9376 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9377
9378         * password.el: Only autoload `run-at-time' if not XEmacs.
9379         Only autoload the itimer functions if XEmacs.
9380
9381 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9384         XEmacsen.
9385
9386         * dgnushack.el: Autoload executable-find for XEmacs.
9387
9388 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9389
9390         * gnus-art.el (gnus-read-string): Remove.
9391         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9392         read-string.
9393
9394 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9395
9396         * netrc.el: autoload password-read
9397         (netrc): new configuration group
9398         (netrc-encoding-method, netrc-openssl-path): configuration
9399         variables for encoding and decoding of files with symmetric
9400         ciphers
9401         (netrc-encode): assistant function to encode a file with
9402         netrc-encoding-method
9403         (netrc-parse): added interactive parameter, added optional
9404         decoding if netrc-encoding-method is non-nil but otherwise
9405         behavior is standard
9406         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9407         s/encode/encrypt/ everywhere
9408
9409         * spam.el: remove executable-find autoload
9410
9411 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9412
9413         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9414
9415         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9416
9417 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * gnus-art.el (gnus-treat-ansi-sequences,
9420         article-treat-ansi-sequences): New variable and function.
9421         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9422
9423         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9424         Use it.
9425
9426 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9427
9428         * mm-util.el (mm-quote-arg): Remove.
9429
9430         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9431         shell-quote-argument.
9432
9433         * gnus-uu.el (gnus-uu-command): do.
9434
9435         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9436
9437         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9438         with make-char.
9439
9440         * mm-util.el (mm-make-char): Remove.
9441
9442         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9443         add-minor-mode.
9444
9445         * gnus-undo.el (gnus-undo-mode): do.
9446
9447         * gnus-topic.el (gnus-topic-mode): do.
9448
9449         * gnus-sum.el (gnus-dead-summary-mode): do.
9450
9451         * gnus-start.el (gnus-slave-mode): do.
9452
9453         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9454
9455         * gnus-ml.el (gnus-mailing-list-mode): do.
9456
9457         * gnus-gl.el (gnus-grouplens-mode): do.
9458
9459         * gnus-draft.el (gnus-draft-mode): do.
9460
9461         * gnus-dired.el (gnus-dired-mode): do.
9462
9463         * gnus-ems.el (gnus-add-minor-mode): Remove.
9464
9465         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9466         Replace gnus-char-width with char-width.
9467
9468         * gnus-ems.el (gnus-char-width): Remove.
9469
9470         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9471         Replace gnus-char-width with char-width.
9472
9473         * gnus-ems.el (gnus-char-width): Remove.
9474
9475         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9476         definition.
9477         Remove Emacs 20 hash table compatibility code.
9478
9479         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9480         20 compatibility code.
9481
9482         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9483
9484         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9485
9486         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9487         with point-at-{eol,bol}.
9488
9489         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9490
9491         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9492
9493         * flow-fill.el (fill-flowed-point-at-bol,
9494         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9495
9496         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9497         Replace with point-at-{eol,bol} throughout all files.
9498
9499 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * ntlm.el (ntlm-string-as-unibyte): New macro.
9502         (ntlm-build-auth-response): Use it.
9503
9504         Remove Emacs 20 stuff:
9505         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9506         (butlast, mapc, remove): Remove the compiler macros.
9507         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9508         of delq and copy-sequence.
9509         * gnus-art.el (popup-menu): Remove the compiler macro.
9510         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9511         Emacs 20.
9512
9513 2004-01-05  Simon Josefsson  <jas@extundo.com>
9514
9515         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9516         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9517         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9518         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9519         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9520         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9521         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9522         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9523         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9524         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9525         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9526         string-xor into ntlm-string-xor.  Suggested by
9527         Jesper Harder <harder@myrealbox.com>.
9528
9529         * ntlm.el: Don't include poem.
9530
9531         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9532         Jesper Harder <harder@myrealbox.com>.
9533
9534         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9535
9536         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9537         probably breaks emacs with DL patch, but do we care? Is anyone
9538         still using the DL stuff?)
9539
9540         * sieve-manage.el: Use the password package.
9541         (sieve-manage-read-passwd): Remove.
9542         (sieve-manage-interactive-login): Use password.  Re-add
9543         condition-case around loop.
9544
9545         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9546         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9547         the password package.
9548
9549 2003-02-19  Simon Josefsson  <jas@extundo.com>
9550
9551         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9552         token.
9553
9554 2002-08-07  Simon Josefsson  <jas@extundo.com>
9555
9556         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9557         (sieve-manage-authenticators):
9558         (sieve-manage-authenticator-alist): Add some SASL mechs.
9559         (sieve-sasl-auth): New function.
9560         (sieve-manage-cram-md5-auth):
9561         (sieve-manage-plain-auth): Rewrite using SASL library.
9562         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9563         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9564         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9565         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9566
9567 2004-01-05  Simon Josefsson  <jas@extundo.com>
9568
9569         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9570         New files.
9571
9572 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * gnus-group.el (gnus-no-groups-message): Update.
9575
9576         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9577
9578 2003-11-09  Simon Josefsson  <jas@extundo.com>
9579
9580         * imap.el: Support for ID IMAP extension (RFC 2971).
9581         (imap-local-variables): Add imap-id.
9582         (imap-id): New variable.
9583         (imap-id): New function.
9584         (imap-parse-response): Parse untagged ID response.
9585         * nnimap.el (nnimap-id): New variable.
9586         (nnimap-open-connection): Use it.
9587
9588 2003-12-28  Simon Josefsson  <jas@extundo.com>
9589
9590         * gnus-score.el (gnus-score-edit-all-score): New.
9591         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9592
9593 2004-01-04  Simon Josefsson  <jas@extundo.com>
9594
9595         * password.el: Add.
9596
9597 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9598
9599         * dns.el: Add support for AAAA records (see RFC 3596)
9600
9601         * Fix typo PRT -> PTR
9602
9603         * Parse MX, PTR and SOA replies (see RFC 1035)
9604
9605 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9606
9607         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9608
9609         * Moved to Changelog.2.
9610
9611 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612
9613         * gnus.el (gnus-version-number): Bump version.
9614
9615 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9616
9617         * gnus.el: No Gnus v0.1 is released.
9618
9619 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9620
9621         * gnus.el: No Gnus v0.0 is released.
9622
9623 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9624
9625         * gnus.el (gnus-version-number): Bump.
9626         (gnus-version): No.
9627
9628 See ChangeLog.2 for earlier changes.
9629
9630     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9631   Copying and distribution of this file, with or without modification,
9632   are permitted provided the copyright notice and this notice are preserved.
9633
9634 ;; Local Variables:
9635 ;; coding: iso-2022-7bit
9636 ;; fill-column: 79
9637 ;; End:
9638
9639 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4