reverted to 7.82 (removed changes since 2006-10-16)
[gnus] / lisp / ChangeLog
1 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * spam.el: reverted to 7.82 (removed changes since 2006-10-16)
4
5 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6
7         * message.el (message-sendmail-extra-arguments): New variable.
8         (message-send-mail-with-sendmail): Use it.
9
10 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13         mm-with-unibyte-current-buffer to make string unibyte.
14
15         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16         mm-string-as-multibyte.
17
18 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19
20         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
21         Reported by Werner Koch <wk@gnupg.org>.
22
23 2006-11-14  Daiki Ueno  <ueno@p360>
24
25         * mml2015.el: Autoload epa-select-keys when compiling.
26
27 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
28
29         * mml2015.el (mml2015-epg-sign): Save the signing keys in
30         message-options.
31         (mml2015-epg-encrypt): Save the recipient keys in message-options.
32
33 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
34
35         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
36         EasyPG (< 0.0.6).
37         (mml2015-always-trust): New user option.
38         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
39         prompt.
40
41 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * nntp.el (nntp-authinfo-force): New variable.
44         (nntp-send-authinfo): Use it.
45
46 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
47
48         * message.el (message-strip-subject-encoded-words): Allow _not_ to
49         decode encoded words.  Improve prompt.  Add comment about forwarding.
50         (message-replacement-char): Move up.
51
52 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
53
54         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
55         instead of gnus-intersection because arguments of gnus-sorted-nunion
56         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
57
58 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
59
60         * message.el (message-strip-subject-encoded-words): Reformat prompt.
61         (message-simplify-subject-functions): Enable
62         message-strip-subject-encoded-words by default.
63
64 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
65
66         * message.el (message-strip-subject-encoded-words): New function
67         (message-simplify-subject-functions): New variable.
68         (message-simplify-subject): Use it.  Fix typo in doc string.
69         Support message-strip-subject-encoded-words.
70
71 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
72
73         * gnus-diary.el (gnus-diary-delay-format-function):
74         * nndiary.el (nndiary-reminders):
75         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
76
77 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
78
79         * gnus-art.el (article-hide-boring-headers): Fetch date from
80         gnus-original-article-buffer to avoid problems with localized date
81         strings.
82
83 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
86
87 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
88
89         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
90         New variables.
91         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
92         (mm-charset-synonym-alist): Move some entries to
93         mm-codepage-iso-8859-list.
94         (mm-charset-synonym-alist, mm-charset-override-alist): Add
95         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
96
97 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
100
101 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
102
103         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
104         with Emacs 21 and XEmacs.
105
106 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
107
108         * spam.el (spam-parse-address): New function for better parsing,
109         catching errors, etc.
110         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
111
112 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
113
114         * mm-view.el: Add interactive arg to html2text autoload.
115
116 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
119
120 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
121
122         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
123         variables.
124         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
125         (mm-charset-synonym-alist): Move some entries to
126         mm-codepage-iso-8859-list.
127
128         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
129
130 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
131
132         * message.el (message-citation-line-format)
133         (message-insert-formated-citation-line): Fix implementation of %E, %N
134         and %n according to the doc string.
135
136 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
137
138         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
139         car-safe to avoid bad parses.
140
141 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
144         names.
145
146         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
147
148 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
151         header.
152
153         * message.el (message-draft-headers): Add Date.
154         (message-headers-to-generate): Fix typo in docstring.
155
156         * nndraft.el (nndraft-required-headers): New variable.
157         (nndraft-generate-headers): Use it.
158
159         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
160
161 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
162
163         * gnus-registry.el (gnus-registry-wash-for-keywords)
164         (gnus-registry-find-keywords): New functions to allow easy searching of
165         articles that are in the registry.
166
167 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
168
169         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
170         ietf-drums-parse-address instead of gnus-extract-address-components.
171         Reported by Damien Elmes <damien@repose.cx>.
172
173 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
174
175         * gnus.el (gnus-mime): Remove unused custom group.
176
177 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
178
179         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
180         "blank line" when searching for end of armor headers.
181
182 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * gmm-utils.el (gmm-write-region): Fix variable name.
185
186 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
187
188         * gmm-utils.el (gmm-write-region): New function based on compatibility
189         code from `mm-make-temp-file'.
190
191         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
192
193         * nnmaildir.el (nnmaildir--update-nov)
194         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
195         Use `gmm-write-region'.
196
197 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
198
199         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
200         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
201
202         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
203
204         * message.el (message-replacement-char): New variable.
205         (message-fix-before-sending): Use it.
206         (message-simplify-subject): New function to remove duplicate code.
207         (message-reply, message-followup): Use it.
208
209         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
210         gnus-summary-limit-to-articles.
211
212 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * gnus-util.el (gnus-with-local-quit): New macro.
215
216         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
217
218 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
219
220         * gnus-util.el (gnus-string-remove-all-properties): another fix
221
222 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
223
224         * gnus-util.el (gnus-string-remove-all-properties): fix to ignore
225         non-string data (needs to be done in the registry too)
226
227 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
228
229         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
230         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
231         (gnus-registry-split-fancy-with-parent)
232         (gnus-registry-fetch-simplified-message-subject-fast)
233         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
234         remove text properties on ingress into the registry and when it's saved
235         (gnus-registry-clean-empty-function): fixed bug with cleaning the
236         registry from entries with no groups
237
238 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
239
240         * gnus-util.el (gnus-string-remove-all-properties): utility function to
241         remove string properties
242
243 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
244
245         * gmm-utils.el (gmm): Adjust custom version.
246
247         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
248         custom version.
249
250         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
251
252 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
253
254         * gnus-art.el (gnus-insert-prev-page-button)
255         (gnus-insert-next-page-button): Simplify.  Reformat.
256
257 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
258
259         * gnus-art.el (gnus-insert-prev-page-button)
260         (gnus-insert-next-page-button): Apply gnus-article-button-face.
261
262 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
263
264         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
265
266 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
267
268         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
269         gnus-article-button-face to MIME and security buttons.
270
271 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
272
273         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
274         readable.
275
276 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
279
280 2006-09-20  Steve Youngs  <steve@sxemacs.org>
281
282         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
283         `browse-url-of-file' instead of `browse-url'.
284
285 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
286
287         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
288         regexp.  Articles containing quotation were cut prematurely.
289
290 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * message.el (message-cite-original-1): Use nobody by default for the
293         value of From header.
294         (message-reply): Ditto.
295
296 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
297
298         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
299         to the gnus-info.  This fixes a bug of inline-PGP message verification.
300         Reported by Michael Piotrowski <mxp@dynalabs.de>.
301
302 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
303
304         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
305         mails in the doc string.  Add some URLs in comment.
306         (pop3-movemail): Warn about pop3-leave-mail-on-server.
307
308 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
311         backslashes handling and the way to find boundaries of quoted strings.
312
313 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
314
315         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
316         mml1991-encrypt-to-self is set and mml1991-signers is not set.
317         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
318         mml2015-encrypt-to-self is set and mml2015-signers is not set.
319
320 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
321
322         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
323         doc string.
324         (gnus-button-regexp, gnus-button-last): Remove unused variables.
325
326 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * lpath.el: Fbind epg-check-configuration.
329
330 2006-09-06  Simon Josefsson  <jas@extundo.com>
331
332         * mml2015.el (mml2015-use): Doc fix, mention epg.
333
334 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
335
336         * mml2015.el (mml2015-use): Default to epg, if available.
337
338 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
339
340         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
341         message-sender.
342         (mml1991-epg-encrypt): Ditto.
343         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
344         message-sender.
345         (mml2015-epg-encrypt): Ditto.
346
347 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
348
349         * message.el (message-send-mail-with-sendmail): Look for sendmail in
350         several common directories.
351
352 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
353
354         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
355         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
356
357 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * gnus-art.el (article-decode-encoded-words): Make it fast.
360
361 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
364
365         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
366         in quoted string into `\'.
367
368 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
371         Use standard-syntax-table.
372
373 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-art.el (gnus-decode-address-function): New variable.
376         (article-decode-encoded-words): Use it to decode headers which are
377         assumed to contain addresses.
378         (gnus-mime-delete-part): Remove useless `or'.
379
380         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
381         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
382         (gnus-nov-parse-line): Use it to decode From header.
383         (gnus-get-newsgroup-headers): Ditto.
384         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
385
386         * mail-parse.el (mail-decode-encoded-address-region): New alias.
387         (mail-decode-encoded-address-string): New alias.
388
389         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
390         New function.
391         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
392         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
393         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
394         (rfc2047-decode-string): Ditto.
395         (rfc2047-decode-address-region): New function.
396         (rfc2047-decode-address-string): New function.
397
398 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
399
400         * message.el (message-caesar-buffer-body): Allow rotating headers.
401
402         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
403
404         * message.el (message-insert-formated-citation-line): Fix %f.
405         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
406
407 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
410         (gnus-bookmark-mouse-available-p): New macro.
411         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
412         (gnus-bookmark-bmenu-show-infos): Use it.
413         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
414         (gnus-bookmark-bmenu-hide-infos): Ditto.
415         (gnus-bookmark-remove-properties): New function.
416         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
417         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
418         (gnus-bookmark-write-file): Bind coding-system-for-write.
419         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
420         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
421         group before selecting it.
422         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
423         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
424         quit-window if it is not available; use gnus-mouse-2 and bind it to
425         gnus-bookmark-bmenu-select-by-mouse.
426         (gnus-bookmark-show-details): Remove unused variable `details-list'.
427         (gnus-bookmark-bmenu-select-by-mouse): New function.
428
429 2006-08-13  Romain Francoise  <romain@orebokech.com>
430
431         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
432         space.
433
434 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * compface.el (uncompface): Use binary rather than raw-text-unix.
437
438 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * compface.el (uncompface): Make sure the eol conversion doesn't take
441         place when communicating with the external programs.  Reported by
442         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
443
444 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * nnheader.el (nnheader-insert-head): Fix typo in comment.
447
448 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
449
450         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
451         Make it more robust by parsing author and date independently.
452
453 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
456
457 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
458
459         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
460         first matching secret key.
461         (mml2015-epg-encrypt): Ditto.
462
463         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
464         first matching secret key.
465         (mml1991-epg-encrypt): Ditto.
466
467         * mml2015.el (mml2015-encrypt-to-self): New user option.
468         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
469         mml2015-epg-encrypt-to-self is set.
470
471         * mml1991.el (mml1991-encrypt-to-self): New variable.
472         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
473         mml1991-epg-encrypt-to-self is set.
474
475         * mml2015.el (mml2015-signers): New user option.
476         (mml2015-epg-sign): Reflect the value of mml2015-signers.
477         (mml2015-epg-encrypt): Allow to select signing keys.
478
479         * mml1991.el (mml1991-signers): New variable.
480         (mml1991-epg-sign): Reflect the value of mml1991-signers.
481         (mml1991-epg-encrypt): Allow to select signing keys.
482
483 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * nnheader.el (nnheader-insert-head): Make it work even if the file
486         uses CRLF for the line-break code.
487
488 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
489
490         * mml2015.el: Require mml-sec instead of password.
491         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
492         (mml2015-cache-passphrase): Inherit the default value from
493         mml-secure-cache-passphrase.
494         (mml2015-passphrase-cache-expiry): Inherit the default value from
495         mml-secure-passphrase-cache-expiry.
496
497         * mml1991.el: Require mml-sec instead of password.
498         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
499         (mml1991-cache-passphrase): Inherit the default value from
500         mml-secure-cache-passphrase.
501         (mml1991-passphrase-cache-expiry): Inherit the default value from
502         mml-secure-passphrase-cache-expiry.
503
504         * mml-sec.el: Require password.
505         (mml-secure-verbose): New user option.
506         (mml-secure-cache-passphrase): New user option.
507         (mml-secure-passphrase-cache-expiry): New user option.
508
509 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
510
511         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
512         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
513         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
514
515         FIXME: Use `tiny change'?
516
517 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
518
519         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
520         workaround for the url package included with Emacs.
521
522         * nnweb.el (nnweb-google-create-mapping): Update regexp.
523
524 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
527         correctly.  This fixes a bug caused by the 2006-05-12 change.
528
529 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
530
531         * nnmail.el (nnmail-article-group): If splitting raises an error, give
532         some information about the error when saying that the `bogus' mail
533         group will be used.
534
535 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
536
537         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
538         string.
539
540 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
541
542         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
543
544 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
545
546         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
547
548 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
549
550         * mml1991.el (mml1991-function-alist): Add epg.
551         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
552         (mml1991-epg-encrypt): New functions.
553
554 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
555
556         * mml2015.el (mml2015-verbose): New variable.
557         (mml2015-cache-passphrase): Ditto.
558         (mml2015-passphrase-cache-expiry): Ditto.
559         (mml2015-function-alist): Add epg.
560         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
561         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
562         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
563         functions.
564
565 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
566
567         * message.el (message-cite-original-1): Preserve region when removing
568         quoted text due to X-No-Archive in order to avoid bogus attribution
569         when citing multiple messages.
570
571 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
572
573         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
574         Kenneth Jacker <khj@be.cs.appstate.edu>.
575
576 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
577
578         * gnus-diary.el (gnus-user-format-function-d)
579         (gnus-user-format-function-D): Autoload.
580
581         * imap.el (Commentary): Fix typo.
582
583         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
584         2006-04-22 contribution.
585
586 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
587
588         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
589         It didn't really fix the bogosity I'm seeing with solid web groups.
590
591 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
592
593         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
594         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
595         created using server names.  If we use the feature without declaring
596         it, Gnus does not properly manage server and group state.
597
598         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
599         bound.
600
601 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
602
603         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
604         looking up the method using GROUP's prefix before inventing a new one.
605         It is used on killed/unknown groups in various places where returning
606         an all-new method isn't expected by the caller.
607
608         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
609         and match semantics of gnus-group-real-prefix.
610
611 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
612
613         * nnmail.el (nnmail-broken-references-mailers): New variable.
614         (nnmail-ignore-broken-references): New function generalizing
615         nnmail-fix-eudora-headers.
616         (nnmail-fix-eudora-headers): Now obsolete.
617
618         * gnus-art.el (gnus-button-handle-custom): Support
619         `customize-apropos*'.
620
621 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
624
625         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
626         articles.
627
628 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
629
630         * message.el (message-cite-reply-above): New variable.
631         (message-yank-original): Use it.
632
633 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
636
637 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
638
639         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
640         as read.
641
642         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
643
644 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
645
646         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
647         (gnus-bookmark-default-file): Use gnus-directory.
648         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
649         Remove "*" in doc string.
650         (gnus-bookmark-write-file): Simplify.
651         (gnus-bookmark-maybe-sort-alist): Use `when'.
652         (gnus-bookmark-get-bookmark): Fix typo in doc string.
653         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
654         FIXME about Emacs 21 and XEmacs compatibility.
655         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
656         compatibility.
657         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
658         compatibility.
659         (gnus-bookmark-menu-heading): Fix version.
660
661 2006-06-19  Bastien Guerry  <bzg@altern.org>
662
663         * gnus-bookmark.el: New file.
664
665 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * message.el (message-syntax-checks): Doc fix.
668
669 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
670
671         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
672         unsubscribed groups as if they were killed ones.  It causes duplicate
673         entries in gnus-newsrc-alist.
674
675 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * message.el (message-syntax-checks): Doc fix.
678         (message-send-mail): Add check for continuation headers.
679         (message-check-news-header-syntax): Fix regexp used to check for
680         continuation headers.
681
682 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
685
686 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
687
688         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
689
690 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
693         default-truncate-lines.
694
695 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
698         to fill the utf-8 entry.
699
700         * lpath.el: Fbind unicode-precedence-list.
701
702 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
703
704         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
705
706 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
707
708         * gnus-agent.el (directory-files-and-attributes): Move all the way
709         forward (the third and final move).
710         (gnus-agent-read-agentview): Trap reconstruction errors due to
711         nonexistant directory.  Handle by returning nil.
712
713 2006-05-30  Didier Verna  <didier@xemacs.org>
714
715         * message.el (message-dont-reply-to-names): Update the custom type.
716         * message.el (message-dont-reply-to-names): New defsubst: potentially
717         convert a list of regexps into a single one.
718         * message.el (message-get-reply-headers): Use it.
719         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
720
721 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * gnus-agent.el (directory-files-and-attributes): Move forward.
724
725 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
726
727         * gnus-ml.el (gnus-mailing-list-subscribe)
728         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
729         (gnus-mailing-list-message): Fix doc strings.
730
731 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
732
733         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
734         of doing it manually.
735
736 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
737
738         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
739         comment.
740
741 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
742
743         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
744         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
745         (gnus-agent-read-local): All symbols allocated in my-obarray
746         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
747         (gnus-agent-regenerate-group): Check numeric names to see if they are
748         messages or groups.
749         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
750         better way of do this...)
751
752         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
753         'dummy.group' (there should be a better way of do this...)
754
755 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
758         (gnus-saved-headers): Ditto.
759         (gnus-default-article-saver): Mention functions may have properties.
760         (gnus-article-save): Override gnus-save-all-headers and
761         gnus-saved-headers by :headers property which saver function may have.
762         (gnus-summary-save-in-file): Add :headers property.
763         (gnus-summary-write-to-file): Ditto.
764
765         * gnus-sum.el (gnus-summary-save-article): Bind
766         gnus-prompt-before-saving to t when saving many articles in a file;
767         always show all headers.
768
769         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
770
771 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
772
773         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
774         marks.
775
776         * message.el (message-indent-citation): Add optional arguments to allow
777         using it outside of message buffers.
778
779         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
780         (gnus-article-treat-unfold-headers): Use it.
781         (gnus-article-truncate-lines): New variable.
782         (gnus-article-mode): Use it.
783         (gnus-article-toggle-truncate-lines): New function.
784
785         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
786         gnus-article-toggle-truncate-lines.
787
788         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
789         coding system in XEmacs, use binary.
790
791 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
792
793         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
794         after-load-alist.
795
796         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
797         this function should save decoded articles.
798         (gnus-summary-write-to-file): Use property to specify this function
799         should save decoded articles and specify gnus-summary-save-in-file
800         should be used to save articles other than the first one when saving
801         many articles.
802         (gnus-summary-save-body-in-file): Use property to specify this
803         function should save decoded articles.
804         (gnus-summary-write-body-to-file): Use property to specify this
805         function should save decoded articles and specify
806         gnus-summary-save-body-in-file should be used to save articles other
807         than the first one when saving many articles.
808
809         * gnus-sum.el (gnus-summary-save-article): Simplify.
810
811 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * gnus-art.el (gnus-default-article-saver): Add
814         gnus-summary-write-body-to-file.
815         (gnus-article-save-coding-system): Don't use coding system object
816         in XEmacs.
817         (gnus-read-save-file-name): Add optional `dir-var' argument which
818         specifies directory in which files are saved; work even if optional
819         `variable' argument is not specified.
820         (gnus-summary-write-to-file): Read file name.
821         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
822         (gnus-summary-write-body-to-file): New function.
823
824         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
825         (gnus-summary-local-variables): Add it.
826         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
827         (gnus-summary-save-article): Remove optional `decode' argument;
828         determine whether to decode articles by the value of
829         gnus-default-article-saver; when saving many files using
830         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
831         it first and use gnus-summary-save-in-file or
832         gnus-summary-save-body-in-file thereafter unless
833         gnus-prompt-before-saving is always; move point to article which
834         will be saved.
835         (gnus-summary-save-article-file): Revert.
836         (gnus-summary-write-article-file): Revert.
837         (gnus-summary-save-article-body-file): Revert.
838         (gnus-summary-write-article-body-file): New function.
839
840 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * gnus-art.el (gnus-default-article-saver): Doc fix.
843         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
844         from gnus-summary-save-article-coding-system, and default to a
845         certain coding system.
846         (gnus-output-to-file): Add coding cookie and encode text according
847         to gnus-article-save-coding-system; don't use mm-append-to-file.
848
849         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
850         gnus-art.el and rename to gnus-article-save-coding-system.
851         (gnus-summary-save-article): Require gnus-art; don't show all
852         headers if it decodes articles; don't add coding cookie here;
853         don't bind mm-text-coding-system-for-write.
854         (gnus-summary-save-article-file): Save decoded articles.
855         (gnus-summary-write-article-file): When saving many files, use
856         gnus-summary-write-to-file first and gnus-summary-save-in-file
857         thereafter unless gnus-prompt-before-saving is always.
858         (gnus-summary-save-article-body-file): Save decoded articles.
859
860         * lpath.el: Fbind select-safe-coding-system for XEmacs.
861
862 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
863
864         * nnrss.el (nnrss-check-group): Bind hash-index.
865
866 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
867
868         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
869         its hash index.  Store this hash in `nnrss-group-data'.
870         (nnrss-read-group-data): Update accordingly.
871
872 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
873
874         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
875         entry.
876
877         * gnus-sum.el (gnus-summary-make-menu-bar): Add
878         gnus-article-browse-html-article.
879
880 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
881
882         * gnus-sum.el (gnus-summary-mime-map): Add
883         gnus-article-browse-html-article.
884
885         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
886
887 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
888
889         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
890         suitable coding systems in customize.
891
892 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
893
894         * mail-source.el (mail-sources): Fix custom type.
895
896 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
897
898         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
899         (gnus-summary-expire-articles-now): Shorten prompt.
900
901         * gmm-utils.el (wid-edit): Require.
902         (defun-gmm): Renamed from `gmm-defun-compat'.
903         (gmm-image-search-load-path): Use it.
904         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
905
906 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
907
908         * gnus-sum.el (gnus-summary-save-article-coding-system): New
909         variable.
910         (gnus-summary-save-article): Add optional `decode' argument.  If
911         it is set and gnus-summary-save-article-coding-system is non-nil,
912         save decoded article.
913         (gnus-summary-write-article-file): Save decoded article if
914         gnus-summary-save-article-coding-system is non-nil.
915
916         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
917         type.
918
919 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
922
923 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
926         first to test gnus-single-article-buffer which may be buffer-local.
927
928         * gnus-sum.el (gnus-summary-setup-buffer): Make
929         gnus-single-article-buffer buffer-local and nil in ephemeral
930         group; make gnus-article-buffer, gnus-article-current, and
931         gnus-original-article-buffer always buffer-local.
932         (gnus-summary-exit): Kill article buffer belonging to ephemeral
933         group.
934         (gnus-handle-ephemeral-exit): Don't move to next summary line.
935
936 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
937
938         * nnml.el (nnml-request-compact-group): Compressed files might not
939         have .gz extension.
940
941 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
942
943         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
944         (mm-copy-to-buffer): Use with-current-buffer.
945         (mm-display-part): Simplify.
946         (mm-inlinable-p): Add optional arg `type'.
947
948 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
949
950         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
951         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
952         Try harder to show the attachment internally or externally using
953         gnus-mime-view-part-as-type.
954
955 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
956
957         * message.el (message-from-style, message-signature-separator)
958         (message-user-organization-file, message-send-mail-function)
959         (message-citation-line-function, message-yank-prefix)
960         (message-indent-citation-function, message-signature)
961         (message-signature-file, message-signature-insert-empty-line):
962         Remove autoloads.
963
964         * gnus-art.el (gnus-buttonized-mime-types): Remove
965         "multipart/signed".  Revert 2006-04-26 change.
966
967 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * gnus.el (gnus-version-number): Bump version.
970
971 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
972
973         * gnus.el: No Gnus v0.5 is released.
974
975 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
976
977         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
978         fetching articles by message-id.
979
980 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * message.el (hashcash): Require hashcash as normal.
983
984         * ecomplete.el (ecomplete-highlight-match-line): Use
985         point-at-eol.
986         (ecomplete-highlight-match-line): Use `highlight', because that
987         face exists in both Emacs and XEmacs.
988
989         * message.el (message-display-abbrev): Use point-at-bol.
990
991         * mail-source.el: Don't require timer/timer-funcs.
992
993         * gnus-async.el: Ditto.
994
995         * password.el: Ditto.
996
997         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
998
999         * mm-url.el: Ditto.
1000
1001         * gnus-xmas.el: Don't require timer-funcs.
1002
1003         * mm-util.el: Require timer/timer-funcs.
1004
1005 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1006
1007         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1008         Close.
1009
1010 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1013         unibyte after clear-decrypt function runs.
1014
1015         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1016         returns as a unibyte string.
1017
1018 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * lpath.el: Revert.
1021
1022         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1023         (pgg-gpg-process-sentinel): Revert.
1024
1025         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1026         (pgg-pgp-lookup-key): Revert.
1027
1028         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1029         (pgg-pgp5-lookup-key): Revert.
1030
1031         * pgg.el (pgg-fetch-key): Revert.
1032
1033 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * lpath.el: Fbind string-as-multibyte for XEmacs.
1036
1037         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1038         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1039         (mml1991-pgg-encrypt): Ditto.
1040
1041         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1042         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1043         a multibyte buffer.
1044
1045         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1046         (pgg-pgp-lookup-key): Ditto.
1047
1048         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1049         (pgg-pgp5-lookup-key): Ditto.
1050
1051         * pgg.el (pgg-fetch-key): Ditto.
1052
1053 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1054
1055         * message.el (message-user-organization-file): Check several
1056         locations of the organization file.
1057
1058         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1059         Add gnus-article-view-part-as-type.
1060
1061         * gnus-art.el (gnus-article-view-part-as-type): New function.
1062
1063         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1064         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1065
1066         * mml.el: Simplify autoload.
1067         (mml-mode): defvar dnd-protocol-alist instead of using
1068         symbol-value.
1069         (mml-default-directory): New variable.
1070         (mml-minibuffer-read-file): Use it.
1071         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1072
1073         * message.el (message-citation-line-format): New variable.
1074         (message-insert-formated-citation-line): New function.
1075         (message-citation-line-function): Add
1076         `message-insert-formated-citation-line' to custom type.
1077
1078         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1079         to doc string.
1080
1081         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1082         depending on mm-verify-option.
1083
1084 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1087         binding pgg-* variables; reimplement the section which prevents
1088         MIME header from being signed.
1089         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1090         pgg-text-mode; remove a blank line at the top of body.
1091
1092         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1093         lines at the top of body; use gnus-newsgroup-charset if there's no
1094         Charset header.
1095
1096 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * message.el (message-self-insert-commands): Doc fix.
1099
1100         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1101         (mm-uu-pgp-encrypted-test): Ditto.
1102         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1103         between header and body; return application/pgp-encrypted handle
1104         if decryption failed; decode decrypted body by charset.
1105
1106         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1107         element match to application/pgp-*.
1108
1109 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1110
1111         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1112         HTML.
1113
1114 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * mail-source.el (mail-source-call-script): Message the error
1117         string.
1118
1119 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120
1121         * gnus-util.el (gnus-byte-compile): Use it.
1122
1123 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1124
1125         * gnus-util.el (kill-empty-logs): New function.
1126
1127 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * message.el (message-mail-alias-type): Doc fix.
1130         (message-mail-alias-type-p): New function.
1131         (message-send): Use it.
1132         (message-mode): Ditto.
1133         (message-strip-forbidden-properties): Ditto.
1134
1135         * ecomplete.el (ecomplete-database-file-coding-system): New
1136         variable.
1137         (ecomplete-save): Use it.
1138         (ecomplete-setup): Use it.
1139
1140 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * message.el (message-self-insert-commands): New variable.
1143         (message-strip-forbidden-properties): Use it.
1144
1145 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1148         that doesn't make XEmacs choke.
1149
1150 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1151
1152         * gnus-util.el (gnus-replace-in-string):
1153         Prefer replace-regexp-in-string over of replace-in-string.
1154
1155 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * gnus-util.el (gnus-select-frame-set-input-focus):
1158         Use select-frame-set-input-focus if it is available in XEmacs; use
1159         definition defined in Emacs 22 for old Emacsen.
1160
1161         * dgnushack.el: Autoload unmorse-region for XEmacs.
1162
1163         * lpath.el: Bind cursor-in-non-selected-windows and
1164         select-frame-set-input-focus for XEmacs.
1165
1166 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1169
1170 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1171
1172         * gnus-registry.el (gnus-registry-cache-save): remove text
1173         properties when saving via the temp buffer
1174
1175 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1176
1177         * message.el (message-generate-hashcash): Honor custom type.
1178
1179 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * message.el (message-generate-hashcash): Default to non-nil when
1182         hashcash is found.
1183
1184         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1185         (gnus-refer-thread-limit): Increase default to 500.
1186
1187         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1188
1189         * flow-fill.el (fill-flowed): Allow delete-space.
1190
1191 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1192
1193         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1194         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1195         Remove autoloads.
1196
1197 2006-04-18  Simon Josefsson  <jas@extundo.com>
1198
1199         * message.el (message-generate-hashcash): Default to.
1200
1201 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1202
1203         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1204         concatenating segments rather than before concatenating them.
1205
1206 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1207
1208         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1209
1210 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1213
1214         * message.el (message-forward-make-body-plain): Allow
1215         message-forward-ignored-headers to be a list.
1216         (message-remove-ignored-headers): Factor out into function.
1217         (message-forward-make-body-mml): Use it.
1218
1219         * imap.el (imap-quote-specials): New function.
1220         (imap-login-auth): Quote specials.
1221
1222         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1223         (rfc2231-parse-string): Allow concatanation of parameters that
1224         aren't contiguous.  The test case is
1225           (mail-header-parse-content-type "message/external-body;
1226             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1227             access-type=LOCAL-FILE;
1228             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1229
1230 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1231
1232         * nntp.el (nntp-accept-process-output): Return the value of
1233         `nnheader-accept-process-output'.
1234
1235 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1238         (gnus-button-alist): Recognize more diff formats.
1239         (gnus-button-patch): Strip directory.
1240
1241 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1242
1243         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1244         Emacs 22 when setting focus.
1245
1246 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * gnus-art.el (gnus-article-treat-types): Do treatment of
1249         text/x-verbatim parts.
1250         (gnus-button-patch): New command.
1251
1252         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1253         addresses that contain invalid characters.
1254
1255 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * message.el (message-put-addresses-in-ecomplete): Use
1258         gnus-replace-in-string.
1259         (message-is-yours-p): Use the more correct
1260         mail-header-parse-address instead of
1261         mail-extract-address-components.
1262         (message-put-addresses-in-ecomplete): Fix typo.
1263
1264         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1265         keystroke.
1266
1267         * gnus-art.el (gnus-treatment-function-alist): Change order of
1268         newsgroups/generic header folding to avoid double-folding.
1269
1270         * message.el (message-hidden-headers): Add X-Draft-From.
1271
1272         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1273         command.
1274         (gnus-summary-repeat-search-article-backward): New command.
1275
1276         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1277         groups in the parent topic.
1278
1279 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1280
1281         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1282         (spam-extra-header-to-number): Return the CRM114 number as a
1283         number instead of a string.
1284
1285 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * gnus-art.el (gnus-face-properties-alist): Moved here from
1288         gnus-fun.
1289
1290         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1291
1292 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * message.el (message-strip-forbidden-properties): Only display on
1295         self-insert-command.
1296
1297         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1298         reindent.
1299         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1300
1301 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1302
1303         * smiley.el (smiley-style): Fix typo.
1304
1305 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * hashcash.el (hashcash-insert-payment-async-2): Use
1308         message-goto-eoh instead of doing it manually.
1309         (mail-add-payment): Use message-narrow-to-header instead of trying
1310         to do the same itself.
1311
1312         * message.el (message-hidden-headers): Add Face.
1313
1314         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1315         reparenting code.
1316         (gnus-summary-reparent-children): Refactored out code.
1317         (gnus-summary-thread-map): New keystroke.
1318         (gnus-summary-reparent-children): Make into command.
1319
1320         * smiley.el (smiley-style): Default to `medium' if using a large
1321         font.
1322
1323         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1324         does it itself.
1325
1326         * message.el (message-point-in-header-p): Simplify definition.
1327
1328 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * nnagent.el (nnagent-request-set-mark): Silence log file
1331         writing.
1332         (nnagent-request-set-mark): Use write-region instead of
1333         append-to-file.
1334
1335         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1336         strange select method.
1337
1338         * ecomplete.el (ecomplete-display-matches): Get highlightling
1339         right.
1340         (ecomplete-display-matches): Use literals.
1341         (ecomplete-display-matches): Disable message logging.
1342
1343         * message.el (message-display-abbrev): Small optimization.
1344
1345         * ecomplete.el (ecomplete-display-matches): Allow automatic
1346         display.
1347
1348         * message.el (message-strip-forbidden-properties): Display
1349         abbrevs.
1350         (message-display-abbrev): Get automatic display right.
1351
1352         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1353         keystrokes.
1354
1355 2006-04-13  Romain Francoise  <romain@orebokech.com>
1356
1357         TODO: Backport to v5-10!
1358
1359         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1360         Moved here (and renamed) from gnus-registry.el.
1361
1362         * gnus-registry.el: Require gnus-util.
1363         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1364
1365 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * gnus-group.el (gnus-group-catchup-current): Change
1368         if-then-else-if-then-else into cond.
1369         (gnus-group-catchup): Indent.
1370         (group-name-at-point): New function.
1371         (gnus-fetch-group): Provide default from thing at point.
1372
1373 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374
1375         * message.el (message-display-abbrev): Fix regexp.
1376
1377         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1378         choosing.
1379         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1380         dead variables.
1381
1382         * message.el (message-newline-and-indent): Remove debugging.
1383         (message-display-abbrev): Use new implementation.
1384
1385 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1386
1387         * gnus-art.el (gnus-article-mode): Set
1388         cursor-in-non-selected-windows to nil.
1389
1390         * smiley.el: Revert previous change.
1391         (smiley-data-directory): defvar it before using it in the
1392         defcustom of `smiley-style'.
1393
1394 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * message.el (message-newline-and-indent): New function.
1397
1398         * ecomplete.el: Implement more bits.
1399
1400         * message.el (message-put-addresses-in-ecomplete): Clean up the
1401         string.
1402
1403         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1404
1405         * gnus-sum.el (gnus-summary-save-parts): Bind
1406         gnus-summary-save-parts-counter and use it to make unique file
1407         names.
1408
1409         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1410
1411         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1412         parameter to say whether to actually parse the individual
1413         addresses.
1414
1415         * message.el (message-put-addresses-in-ecomplete): New function.
1416         (ecomplete): Require.
1417         (message-mail-alias-type): Add ecomplete as an option.
1418
1419 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1420
1421         * flow-fill.el (fill-flowed): Remove trailing space from blank
1422         quoted lines.
1423
1424 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * smiley.el (smiley-style): Move definition later to avoid a
1427         compilation warning.
1428
1429 2006-04-12  Kenichi Handa  <handa@m17n.org>
1430
1431         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1432         buffer and then decode the buffer text if necessary.
1433         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1434         first, and after mm-encode-body, change the buffer to unibyte.
1435         Use mm-disable-multibyte instead of set-buffer-multibyte.
1436
1437 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1440         Content-Type header instead of Content-Disposition header.
1441         (gnus-mime-inline-part): Ditto.
1442         (gnus-mime-view-part-as-charset): Ignore charset that the part
1443         specifies.
1444
1445         * mm-decode.el (mm-display-part): Work with external parts and
1446         usual parts similarly.
1447
1448         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1449         instead of gnus-display-mime.
1450
1451         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1452         instead of with-temp-buffer.
1453
1454         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1455         tag to summarized topics part in order to encode non-ASCII text.
1456
1457 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1458
1459         * smiley.el (smiley-style): New variable.
1460         (smiley-directory): New function.
1461         (smiley-data-directory): Derive from `smiley-style' using
1462         `smiley-directory'.
1463         (smiley-regexp-alist): Add new entries.
1464
1465         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1466         (gnus-article-browse-delete-temp): Add :version.
1467
1468 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1469
1470         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1471         the sieve region.
1472
1473 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * gnus.el (gnus-version-number): Bump version.
1476
1477 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1478
1479         * gnus.el: No Gnus v0.4 is released.
1480
1481 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1484         layout.
1485
1486         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1487         unknown charset.
1488
1489         * message.el (message-header-synonyms): Add Original-To to the
1490         default.
1491
1492         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1493         optional parameter.
1494
1495 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1496
1497         * gnus-fun.el (gnus): Require it for gnus-directory.
1498
1499 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1502
1503 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1504
1505         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1506
1507 2006-04-05  Simon Josefsson  <jas@extundo.com>
1508
1509         * password.el (password-reset): New function.
1510
1511 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1512
1513         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1514         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1515
1516 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1517
1518         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1519         Some whitespace was matched into the url, which broke browsing hits
1520         > 100 when mm-url-use-external was nil.
1521
1522 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1523
1524         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1525         gnus-extra-headers for 'Newsgroups.
1526
1527         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1528         bound.
1529
1530 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1531
1532         * pgg-gpg.el: Clean up process buffers every time gpg processes
1533         complete.
1534
1535 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1536
1537         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1538         doc string.
1539
1540 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1541
1542         * pgg-gpg.el (pgg-gpg-process-filter)
1543         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1544
1545         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1546         lines, temporary fix.
1547
1548 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1549
1550         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1551
1552 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1553
1554         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1555         default-enable-multibyte-characters.  This reverts the change from
1556         revision 6.17 which is no longer necessary because the passphrase
1557         is sent separately now.  GnuPG messages are unreadable under
1558         multibyte locales with default-enable-multibyte-characters set to
1559         nil.
1560
1561 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1562
1563         * message.el (message-tool-bar-gnome): Move "spell".
1564
1565 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1566
1567         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1568         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1569         instead.
1570
1571 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1572
1573         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1574         newsgroups handling for NNTP overviews which don't include
1575         Newsgroups.
1576
1577 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1578
1579         * message.el (message-resend): Bind message-generate-hashcash to
1580         to nil.
1581
1582 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1583
1584         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1585         when searching for already-paid recipients.
1586
1587 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1588
1589         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1590         passphrases when it is not needed.
1591         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1592         passphrase stuff from gpg, should only be necessary when you use
1593         gpg with a smartcard.
1594
1595 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * mml.el (mml-insert-mime): Ignore cached contents of
1598         message/external-body part.
1599
1600         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1601         (mm-insert-part): Ditto.
1602
1603 2006-03-23  Simon Josefsson  <jas@extundo.com>
1604
1605         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1606         Reiner.
1607         (pgg-gpg-use-agent-p): Use it again.
1608
1609 2006-03-23  Simon Josefsson  <jas@extundo.com>
1610
1611         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1612         older emacsen.
1613         (pgg-gpg-use-agent-p): Don't use it.
1614
1615 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1616
1617         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1618         if we can.
1619
1620 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1621
1622         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1623         (pgg-gpg-update-agent): New function.
1624         (pgg-gpg-use-agent-p): New function.
1625         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1626         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1627         (pgg-gpg-sign-region): Use it.
1628
1629 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1632         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1633
1634 2006-03-21  Simon Josefsson  <jas@extundo.com>
1635
1636         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1637         <wilde@sha-bang.de>.
1638         (pgg-gpg-use-agent): New variable.
1639         (pgg-gpg-process-region): Use it.
1640         (pgg-gpg-encrypt-region): Likewise.
1641         (pgg-gpg-encrypt-symmetric-region): Likewise.
1642         (pgg-gpg-decrypt-region): Likewise.
1643         (pgg-gpg-sign-region): Likewise.
1644         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1645
1646 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1647
1648         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1649
1650         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1651         Add comment on version.
1652
1653 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1654
1655         * smiley.el: Add missing test smiley.
1656
1657 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * mm-decode.el (mm-with-part): New macro.
1660         (mm-get-part): Use it; work with message/external-body as well.
1661         (mm-save-part): Treat name and filename equally.
1662
1663         * mm-extern.el (mm-extern-cache-contents): New function.
1664         (mm-inline-external-body): Use it; force the part to be displayed;
1665         move undisplayer added to the cached handle to the parent.
1666
1667         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1668         (gnus-mime-view-part-as-type): Work with message/external-body.
1669
1670         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1671
1672 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1673
1674         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1675         images in image-load-path.  [Sync with image.el, revision 1.60, in
1676         Emacs.]
1677
1678 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1679
1680         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1681         path rather than symbol.  Always return list of directories.
1682         Guarantee that image directory comes first.  [Sync with image.el,
1683         revision 1.59, in Emacs.]
1684
1685         * message.el (message-make-tool-bar): Adjust to new API of
1686         `gmm-image-load-path-for-library'.
1687
1688         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1689
1690         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1691
1692 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1693
1694         * gnus-art.el (gnus-article-only-boring-p):
1695         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1696         intangible text.
1697         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1698
1699 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1700
1701         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1702         `defun' instead of `gmm-defun-compat'.
1703
1704 2006-03-14  Simon Josefsson  <jas@extundo.com>
1705
1706         * message.el (message-unique-id): Don't use message-number-base36
1707         if (user-uid) is a float.
1708         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1709
1710 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1713
1714         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1715         empty line between a part and a message part.
1716
1717 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1718
1719         * smiley.el: Add more test smileys.
1720         (smiley-data-directory, smiley-regexp-alist)
1721         (gnus-smiley-file-types): Fix doc strings.
1722         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1723         adding new elements.
1724         (smiley-mouse-map): Unused code.  Make it a comment.
1725
1726 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1729         scan latest NoCeM messages instead of old ones.
1730         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1731         delimiters that are recently used.
1732         (gnus-nocem-load-cache): Add autoload cookie.
1733
1734         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1735
1736         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1737         level which is larger than gnus-use-nocem is specified.
1738
1739         * gnus-group.el (gnus-group-get-new-news): Ditto.
1740
1741 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1742
1743         * gnus-util.el (gnus-tool-bar-update): New function.
1744
1745         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1746         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1747
1748         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1749
1750         * gnus-group.el (gnus-group-redraw-when-idle)
1751         (gnus-group-redraw-check): Remove.
1752         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1753
1754 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1757         if optional last element is specified in splits (FIELD VALUE...).
1758
1759 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1760
1761         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1762         to gmm-image-load-path-for-library.  Call with no-error argument.
1763         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1764
1765         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1766
1767         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1768
1769         * gmm-utils.el (gmm-image-load-path): Remove alias.
1770
1771 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1772
1773         * gmm-utils.el (gmm-image-load-path): Add alias.
1774
1775         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1776         nnml-generate-nov-databases-1.
1777         (nnml-generate-nov-databases): Use it.
1778         (nnml-generate-nov-databases-directory): Document no-active
1779         argument.
1780
1781         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1782         directory if path is t.  Add no-error.
1783
1784         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1785         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1786
1787         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1788         resetting gnus-article-browse-html-temp-list.
1789
1790         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1791         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1792         Add example to docstring.  Rename local variables.  Move error
1793         checks to default case in cond and simplify.
1794
1795 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1798         handle is multipart when calling it recursively.
1799         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1800
1801 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
1802
1803         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1804         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1805
1806 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1809         is loaded.
1810
1811         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1812         loaded.
1813
1814 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1815
1816         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1817         to "Emacs 23 (unicode)" in doc string.
1818
1819         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1820         "Emacs 23 (unicode)" in comment.
1821
1822 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1823
1824         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1825
1826         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1827         characters 160 through 255 in Emacs 23.
1828
1829 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1830
1831         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1832         gnus-article-browse-html-temp.
1833         (gnus-article-browse-delete-temp): Make it customizable.  Add
1834         `file'.  Adjust doc string.
1835         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1836         query for each file.  Adjust doc string.
1837         (gnus-article-browse-html-parts): Add
1838         `gnus-article-browse-delete-temp-files' to
1839         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1840
1841 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1842
1843         * gnus-art.el (gnus-article-browse-html-temp)
1844         (gnus-article-browse-delete-temp): New variables.
1845         (gnus-article-browse-delete-temp-files): New function.
1846         (gnus-article-browse-html-parts): Use it.
1847
1848 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1849
1850         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1851
1852         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1853         string.
1854
1855         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1856         gnus-summary-insert-new-articles when unplugged.  Remove
1857         gnus-summary-search-article-forward.
1858
1859         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1860         display-visual-class instead of display-color-cells.
1861
1862 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * dgnushack.el: Autoload customize-group for XEmacs.
1865
1866         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1867         message/* containing non-ASCII text properly.
1868
1869 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1870
1871         * message.el: Require gmm-utils, remove autoloads.
1872         (message-tool-bar): Set default based on
1873         gmm-tool-bar-style.
1874         (message-tool-bar-gnome): Add gmm-customize-mode.
1875
1876         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1877         gmm-tool-bar-style.
1878         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1879
1880         * gnus-group.el (gnus-group-tool-bar): Set default based on
1881         gmm-tool-bar-style.
1882         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1883
1884         * gmm-utils.el (gmm-image-directory): Rename variable from
1885         gmm-image-load-path.
1886         (gmm-image-load-path): Use gmm-image-directory.
1887         (gmm-customize-mode): New function.
1888         (gmm-tool-bar-style): New variable.
1889
1890         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1891         gnus-group-redraw-line-number.
1892         (gnus-group-redraw-check): Simplify.
1893         (gnus-group-tool-bar-update): Remove redraw check.
1894         (gnus-group-make-tool-bar): Add redraw check.
1895
1896 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1897
1898         * gnus-art.el (gnus-button): Add missing parentheses.
1899
1900 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * lpath.el: Fbind line-number-at-pos.
1903
1904 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1907
1908 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1909
1910         * gnus-art.el (gnus-button): New face.
1911         (gnus-article-button-face): Use it.
1912
1913         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1914         gnus-summary-next-page.  Re-order.
1915
1916         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1917         next-node are now included.
1918         (gnus-group-redraw-line-number): New internal variable.
1919         (gnus-group-redraw-check): Helper function for updating the tool
1920         bar.
1921         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1922
1923         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1924
1925         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1926         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1927         Use it to match format of Spamassassin 3.0 and later.  Reported by
1928         IRIE Tetsuya <irie@t.email.ne.jp>.
1929         (spam-check-bogofilter)
1930         (spam-bogofilter-register-with-bogofilter): Fix args of
1931         `gnus-error' calls.
1932
1933 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1934
1935         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1936         unnecessary interaction when sending queued mails.  Reported by
1937         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1938
1939 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1940
1941         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1942         first or last are nil.
1943
1944 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1945
1946         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1947
1948 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1951
1952 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953
1954         * dns.el (query-dns): Protect more against buggy tcp output.
1955
1956 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1957
1958         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1959         nov.php.
1960
1961 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1962
1963         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1964         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1965         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1966         output on the server side.
1967         (nnweb-google-create-mapping): Update regexps and add some
1968         progress indication.
1969
1970 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1971
1972         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1973         gnus-agent-toggle-plugged.  Re-order icons.
1974         (gnus-group-tool-bar-gnome): Add
1975         gnus-group-{prev,next}-unread-group.
1976         (gnus-group-tool-bar-gnome): Re-order icons.
1977
1978         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1979         gnus-summary-insert-new-articles.
1980
1981         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1982         comments.
1983
1984         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1985         also available in Emacs 21.3.
1986
1987         * message.el (message-fix-before-sending): Change "Emacs 22" to
1988         "Emacs 23 (unicode)" in comment.
1989
1990         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1991         "Emacs 23 (unicode)" in comment.
1992
1993         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1994         comment.
1995         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1996
1997         * mm-view.el (mm-fill-flowed): Add :version.
1998
1999 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2002         and load-path.
2003
2004 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2005
2006         * message.el: Autoload gmm-image-load-path.
2007         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2008         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2009         consitency.
2010
2011         * gmm-utils.el (gmm-image-load-path): Also search in
2012         "../etc/images".  Don't set gmm-image-load-path if we don't find
2013         the image.
2014
2015 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * gmm-utils.el (gmm-image-load-path): Don't make
2018         `gmm-image-load-path' include subdirectories which the second arg
2019         `image' might specify.
2020
2021         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2022         subdirectory to icon file names.
2023
2024         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2025
2026 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2027
2028         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2029         gmm-image-load-path calls.
2030
2031         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2032
2033         * message.el (message-make-tool-bar): Ditto.
2034
2035         * mml.el (mml-preview): Added comment concerning tool bar icons.
2036
2037         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2038         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2039
2040         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2041         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2042
2043         * message.el (message-tool-bar-gnome): Use new icon names.
2044         (message-make-tool-bar): Use `gmm-image-load-path'.
2045
2046         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2047         functions from MH-E.
2048         (gmm-image-load-path): New variable from MH-E.
2049         (gmm-image-load-path): New function from MH-E.  Added arguments
2050         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2051         *-image-load-path-called-flag.
2052
2053 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2054
2055         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2056
2057 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2058         (tiny change)
2059
2060         * nnimap.el (nnimap-request-move-article): Change folder back to
2061         source group before deleting.
2062
2063 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2064
2065         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2066
2067         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2068         mm-url.
2069
2070         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2071
2072 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2075         coding system which mm-charset-to-coding-system returns for a
2076         given charset is valid.
2077
2078 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2079
2080         * html2text.el (html2text-remove-tag-list):
2081         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2082
2083 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2084
2085         * gnus-cus.el: Revert 2005-10-17 change.
2086
2087 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * gnus-art.el (article-strip-banner): Call
2090         article-really-strip-banner only when the regexp match is made.
2091
2092 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * gnus-art.el (article-strip-banner): Use
2095         gnus-extract-address-components instead of
2096         mail-header-parse-addresses to make it work with non-ASCII text;
2097         remove mail-encode-encoded-word-string.
2098
2099         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2100         values which are surrounded with \"...\"; make it never cause a
2101         Lisp error; give up parsing of parameters if it failed in
2102         extracting type.
2103
2104 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2105
2106         * smime.el (smime-cert-by-ldap-1): Fix bug where
2107         `smime-ldap-search' returns results without userCertificates.
2108
2109 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2112
2113 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2114
2115         * spam.el (spam-check-spamassassin-headers): Adapt format for
2116         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2117         <ari@mbf.ocn.ne.jp>.
2118         (spam-list-of-processors): Add spam-use-gmane.
2119
2120 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2123         make-temp-file; make it work with XEmacs as well.
2124
2125         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2126         mm-make-temp-file.
2127
2128         * mm-decode.el (mm-display-external): Use the 3rd arg of
2129         mm-make-temp-file.
2130         (mm-create-image-xemacs): Ditto.
2131
2132 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2135         with message-narrow-to-headers.
2136         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2137         (gnus-draft-check-draft-articles): New function.
2138         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2139
2140 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2141
2142         * gnus-art.el (gnus-article-browse-html-parts):
2143         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2144         Don't use suffix argument for mm-make-temp-file for Emacs 21
2145         compatibility.  Remove useless `format'.
2146
2147 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2148
2149         * nnweb.el (nnweb-google-wash-article): Update regexps.
2150         (nnweb-group-alist): Use defvoo instead of defvar.
2151
2152 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2155         re-loading nn* modules.
2156
2157 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2158
2159         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2160         for `tool-bar-mode' and don't check it's default-value.
2161
2162         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2163
2164         * message.el (message-make-tool-bar): Ditto.
2165
2166         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2167         `substring'.  Shorten tmp-file name.
2168
2169         * gnus.el: Remove bogus comment.
2170
2171 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2172
2173         * gnus-art.el (gnus-article-browse-html-parts): New function.
2174         (gnus-article-browse-html-article): New function for viewing html
2175         articles with a browser.
2176
2177 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2178
2179         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2180         in elisp.
2181         (pgg-gpg-encrypt-symmetric-region): Ditto.
2182         (pgg-gpg-sign-region): Ditto.
2183
2184         * pgg-def.el (pgg-text-mode): New variable.
2185
2186         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2187         (mml2015-pgg-encrypt): Ditto.
2188
2189         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2190         (mml1991-pgg-encrypt): Ditto.
2191
2192 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2195         message-make-date instead of current-time-string.
2196
2197         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2198         to gnus-decoded which mm-uu might set.
2199
2200 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2203         don't decode quoted parameters; remove misimported Emacs code.
2204         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2205         (rfc2231-decode-encoded-string): Don't use split-string which
2206         behaves differently according to Emacs version; use
2207         mm-decode-coding-region to convert charset to coding-system.
2208         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2209         (rfc2231-encode-string): Remove misimported Emacs code.
2210
2211 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2214         when calling mail-header-parse-content-type.
2215         (article-de-quoted-unreadable): Ditto.
2216         (article-de-base64-unreadable): Ditto.
2217         (article-wash-html): Ditto.
2218
2219         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2220         calling mail-header-parse-content-type and
2221         mail-header-parse-content-disposition.
2222         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2223         mail-header-parse-content-type.
2224
2225         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2226         insert charset and format parameters; encode description after
2227         inserting it to buffer.
2228         (mml-insert-parameter): Fold lines properly even if a parameter is
2229         segmented into two or more lines; change the max column to 76.
2230
2231         * rfc1843.el (rfc1843-decode-article-body): Don't use
2232         ignore-errors when calling mail-header-parse-content-type.
2233
2234         * rfc2231.el (rfc2231-parse-string): Return at least type if
2235         possible; don't cause an error even if it fails in parsing of
2236         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2237         (rfc2231-encode-string): Don't break lines at the beginning, leave
2238         it to mml-insert-parameter.
2239
2240         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2241         calling mail-header-parse-content-type.
2242
2243 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2244
2245         * spam-report.el (spam-report-gmane-use-article-number):
2246         Improve doc string.
2247         (spam-report-gmane-internal): Check if a suitable header was found
2248         in the article.
2249
2250 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2253         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2254
2255 2006-02-05  Romain Francoise  <romain@orebokech.com>
2256
2257         Update copyright notices of all files in the gnus directory.
2258
2259 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2260
2261         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2262
2263 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2266         segmented lines of parameter value to cope with Thunderbird 1.5
2267         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2268         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2269         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2270
2271 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2272
2273         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2274         parts.
2275
2276 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2277
2278         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2279         there's only one active file for all servers.
2280         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2281         solid groups.  Gnus might have used a FAST request to select the group.
2282         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2283         and nnweb-search redundantly in the active file.
2284         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2285         (nnweb-request-create-group): Don't use ARGS.
2286         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2287         initialisations.  Let nnoo do the work.
2288
2289 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2292         Say the part has been decoded.
2293
2294         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2295
2296 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2297
2298         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2299         mailcap-viewer-test-cache when there's no 'test clause, since that
2300         will invert the meaning of a "nil" test previously determined by
2301         mailcap-mailcap-entry-passes-test.
2302
2303 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2306         compiling.
2307
2308         * gnus-sum.el: Ditto.
2309
2310         * message.el: Don't bind tool-bar-map when compiling.
2311
2312 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2313
2314         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2315
2316 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2317
2318         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2319         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2320         current Google Groups.
2321
2322 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2323
2324         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2325         and tool-bar-mode.
2326
2327         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2328         and tool-bar-mode.
2329
2330         * message.el (message-tool-bar-update): Simplify.
2331         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2332
2333         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2334         gnus-summary-buffer.
2335         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2336         gnus-summary-reply.
2337
2338         * gmm-utils.el (gmm): Add :version.
2339
2340 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * Makefile.in (clean): New rule.
2343         (distclean): Use it.
2344
2345 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2346
2347         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2348         autoload.
2349
2350 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * gmm-utils.el (gmm-verbose): Add :group.
2353
2354 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2355
2356         * message.el: Change some comments WRT tool-bars.
2357
2358         * gnus-sum.el (gnus-summary-tool-bar)
2359         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2360         (gnus-summary-tool-bar-zap-list): New variables.
2361         (gnus-summary-make-tool-bar): Complete rewrite using
2362         `gmm-tool-bar-from-list'.
2363
2364         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2365         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2366         variables.
2367         (gnus-group-make-tool-bar): Complete rewrite using
2368         `gmm-tool-bar-from-list'.
2369         (gnus-group-tool-bar-update): New function.
2370
2371         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2372
2373 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2376         is dissected into a single part of which the type is the same as
2377         the given one; decode charset.
2378
2379 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2380
2381         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2382         into alists as symbol not string, since that's what
2383         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2384         look for.
2385
2386 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2387
2388         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2389         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2390
2391         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2392
2393 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2396         (gnus-xmas-mime-security-button-menu): New function.
2397
2398         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2399         (gnus-mime-security-button-menu): New definition.
2400         (gnus-mime-security-button-map): Use them.
2401         (gnus-mime-security-button-menu): New function.
2402         (gnus-insert-mime-security-button): Addition to help echo.
2403         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2404         (gnus-mime-security-pipe-part): New functions.
2405
2406         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2407         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2408
2409         * mm-decode.el (mm-handle-set-disposition): Remove.
2410         (mm-handle-set-description): Remove.
2411
2412 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2415         (mm-w3m-standalone-supports-m17n-p): New function.
2416         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2417         w3m usage.
2418
2419         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2420         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2421
2422 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2423
2424         * message.el (message-tool-bar-zap-list): Use
2425         gmm-tool-bar-zap-list as custom type.
2426         (message-tool-bar-update): New function.
2427         (message-tool-bar, message-tool-bar-gnome)
2428         (message-tool-bar-retro): Add message-tool-bar-update.
2429         (message-tool-bar-gnome): Add flyspell-buffer.
2430
2431         * gnus-util.el (gnus-error): Describe `args'.
2432
2433         * gmm-utils.el (gmm-error): Describe `args'.
2434         (gmm-tool-bar-zap-list): New widget.
2435         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2436
2437 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2440         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2441         the number of recursive calls.
2442
2443         * mm-decode.el (mm-handle-set-disposition): New macro.
2444         (mm-handle-set-description): New macro.
2445
2446 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2449         encoding.
2450
2451 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2452
2453         * message.el (message-tool-bar-zap-list, message-tool-bar)
2454         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2455         (message-tool-bar-local-item-from-menu): Remove.
2456         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2457         (message-make-tool-bar): New function.
2458         (message-mode): Use `message-make-tool-bar'.
2459
2460         * gmm-utils.el: New file.
2461         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2462         (gmm-lazy): New widget copied from `nnmail.el'.
2463         (gmm-tool-bar-from-list): New function for creating customizable
2464         tool bars.
2465         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2466         output.
2467         (gmm): Add :prefix to defgroup.
2468
2469 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2470
2471         * gmm-utils.el (gmm-widget-p): New function.
2472
2473 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2474
2475         * mml.el (mml-attach-file): Describe `description' in doc string.
2476         (mml-menu): Add Emacs MIME manual and PGG manual.
2477
2478 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2479
2480         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2481
2482 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2483
2484         * nntp.el (nntp-end-of-line): Doc fix.
2485
2486 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2487
2488         * imap.el (imap-open): Handle case where buffer is a buffer
2489         object.
2490
2491 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2492
2493         * gnus-delay.el (gnus-delay): Don't autoload.
2494         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2495         to be re-loaded when customizing the `gnus-delay' group.
2496
2497 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2498
2499         * message.el (message-insert-citation-line): Use newlines.
2500
2501 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2502
2503         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2504         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2505         these routines, so the passphrase can be managed externally and
2506         passed in to the system.
2507         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2508         pgg-add-passphrase-to-cache function.
2509
2510         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2511         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2512         these routines, so the passphrase can be managed externally and
2513         passed in to the system.
2514         (pgg-pgp5-sign-region): Use new name of
2515         pgg-add-passphrase-to-cache function.
2516
2517 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2518
2519         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2520         part of the decoded armor to find the key-identifier.
2521         (pgg-gpg-lookup-key-owner): New function to return the
2522         human-readable identifier of a key owner.
2523         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2524         itself.
2525         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2526         the key value) if we have a key and can match it against a secret
2527         key.  Also, added a note pointing out fact that the prompt only
2528         indicates the first matching key.
2529
2530         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2531         pgg-decrypt-region.
2532         (pgg-add-passphrase-to-cache): Rename from
2533         `pgg-add-passphrase-cache' to reduce confusion (all callers
2534         changed).
2535         (pgg-remove-passphrase-from-cache): Rename from
2536         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2537         changed).
2538         (pgg-read-passphrase, pgg-add-passphrase-cache)
2539         (pgg-remove-passphrase-cache): Add informative docstrings.
2540         (pgg-decrypt): Convey provided passphrase in subordinate call to
2541         pgg-decrypt-region.
2542
2543 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2544
2545         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2546         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2547         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2548         'passphrase' argument, so the passphrase can be managed externally
2549         and then passed in to the system.
2550
2551         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2552         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2553         so the passphrase cache can be used reliably with identifiers
2554         besides a pgp packet's key id.
2555
2556         * pgg-gpg.el (pgg-gpg-encrypt-region)
2557         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2558         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2559         these routines, so the passphrase can be managed externally and
2560         passed in to the system.
2561
2562         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2563         'notruncate' argument, so the passphrase cache can be used
2564         reliably with identifiers besides a pgp packet's key id.
2565
2566 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2567
2568         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2569         symmetric encryption.
2570         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2571         encrypted session key.
2572         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2573         message ask for the passphrase in a proper way.
2574
2575         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2576         New user commands for symmetric encryption.
2577
2578 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2581
2582         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2583
2584 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2585
2586         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2587
2588 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * mm-decode.el (mm-inlined-types): Add application/pgp.
2591         (mm-automatic-display): Ditto.
2592
2593         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2594         part as text.
2595
2596 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * nnrss.el: Update copyright.
2599         (nnrss-opml-import): Query whether to subscribe to each entry.
2600
2601         * gnus-art.el:
2602         * gnus-sum.el:
2603         * gnus-xmas.el:
2604         * messagexmas.el:
2605         * mm-uu.el:
2606         * mm-view.el: Update copyright.
2607
2608 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2609
2610         * message.el (message-info): New function.
2611         (message-mode-menu): Add it.
2612         Update copyright.
2613
2614         * ChangeLog: Fix and update copyright.
2615
2616 2006-01-13  Romain Francoise  <romain@orebokech.com>
2617
2618         * message.el (message-forward-subject-name-subject): Prefer the
2619         address to 'nowhere' if the sender has no name.
2620         Fix typo.  Update copyright year.
2621
2622 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * gnus-art.el (article-wash-html): Use
2625         gnus-summary-show-article-charset-alist if a numeric arg is given.
2626         (gnus-article-wash-html-with-w3m-standalone): New function.
2627
2628         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2629         mm-inline-text-html-render-with-w3m-standalone.
2630         (mm-text-html-washer-alist): Map w3m-standalone to
2631         gnus-article-wash-html-with-w3m-standalone.
2632         (mm-inline-text-html-render-with-w3m-standalone): New function.
2633
2634 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2635
2636         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2637         Improve LaTeX.
2638
2639 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2642         (nnrss-request-article): Render text/plain parts as HTML.
2643
2644         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2645         the buffer.
2646
2647 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2648
2649         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2650         custom definition of `gnus-posting-styles'.
2651
2652         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2653         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2654
2655 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2656
2657         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2658         Use nntp for bug archive.
2659
2660 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2663         parts.
2664         (nnrss-normalize-date): New function converts ISO 8601 date into
2665         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2666         (nnrss-check-group): Use it.
2667
2668 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2671
2672         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2673         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2674         (nnrss-insert-w3): Ditto.
2675
2676 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2679         the articles to be forwarded including the case where neither a
2680         number of articles nor a region is specified.
2681
2682 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * nnrss.el (nnrss-request-article): Fix last change; fill
2685         text/plain parts.
2686
2687 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2690         in text/plain part.
2691         (nnrss-check-group): Don't add excessive newline to dc:subject.
2692
2693 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2694
2695         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2696         article.
2697
2698 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2699
2700         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2701         (nnml-use-compressed-files, nnml-save-mail): Support other
2702         comression programs such as bzip2.
2703
2704 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * dns.el (query-dns): Make sure we check the buffer size before
2707         removing tcp headers.
2708
2709 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2712         remove MIME buttons associated with multipart/alternative parts.
2713         (gnus-mime-display-alternative): Tag buttons using `article-type'
2714         text property.
2715
2716         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2717         associated with multipart/alternative parts.
2718
2719         * gnus-art.el (gnus-signature-separator): Fix custom type.
2720
2721         * mm-decode.el (mm-inlined-types): Fix custom type.
2722         (mm-keep-viewer-alive-types): Ditto.
2723         (mm-automatic-display): Ditto.
2724         (mm-attachment-override-types): Ditto.
2725         (mm-inline-override-types): Ditto.
2726         (mm-automatic-external-display): Ditto.
2727
2728 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2729
2730         * spam-report.el (spam-report-user-mail-address)
2731         (spam-report-user-agent): New variables.
2732         (spam-report-url-ping-plain): Use spam-report-user-agent.
2733
2734 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2735
2736         * gnus-art.el (gnus-button-handle-custom): Do not just use
2737         `customize-apropos' for any "M-x customize-*" button but the
2738         function called for.  Accept both the function name and its
2739         argument in order to achieve this.
2740         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2741         function name to `gnus-button-handle-custom' in case of "M-x
2742         customize-*" buttons.
2743
2744 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2747         multipart/alternative and add xref to mm-discouraged-alternatives
2748         in doc string.
2749
2750         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2751         gnus-buttonized-mime-types in doc string.
2752
2753 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2754
2755         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2756         Suggest image/.* in the doc string.
2757
2758 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2759
2760         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2761         message-marks (Debian bug #342521).
2762
2763 2005-12-12  Simon Josefsson  <jas@extundo.com>
2764
2765         * password.el (password-read-from-cache): Add.
2766         (password-read): Use it.
2767
2768 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2771         us-ascii as a MIME charset.
2772
2773         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2774         against the case where the 2nd arg TYPE is nil.
2775
2776 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2777
2778         * pop3.el (pop3-stream-type): Fix custom version.
2779
2780         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2781
2782 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2783
2784         * mm-decode.el (mm-display-external): Add missing cdr.
2785
2786 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2789         RFC1524) if it is in mailcap or add a suffix according to
2790         mailcap-mime-extensions when generating a temp filename; postpone
2791         deleting a temp file for 2 seconds for some wrappers, shell
2792         scripts, and so on, which might exit right after having started a
2793         viewer command as a background job.
2794
2795 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2796
2797         * nntp.el (nntp-marks-directory): Fix custom group.
2798
2799         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2800         steps when < 10.
2801
2802         * gnus-start.el (gnus-no-server-1): Mention
2803         `gnus-level-default-subscribed' in doc string.
2804
2805 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2806
2807         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2808         parens.
2809
2810 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * gnus-xmas.el (gnus-use-toolbar): Revert.
2813         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2814         gnus-use-toolbar is default.
2815
2816         * messagexmas.el (message-use-toolbar): Revert.
2817         (message-setup-toolbar): Use global default-toolbar if
2818         message-use-toolbar is default.
2819
2820 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2823         according to default-toolbar-visible-p.
2824
2825         * messagexmas.el (message-use-toolbar): Ditto.
2826
2827 2005-11-26  Dave Love  <fx@gnu.org>
2828
2829         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2830         (tls-program, tls-success): Provide openssl alternative.
2831
2832         * starttls.el: Doc fixes.
2833         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2834         SERVICE to PORT.
2835
2836         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2837         port null or service name.
2838         (starttls-negotiate): Autoload.
2839
2840 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * message.el (message-kill-to-signature): Fix interactive spec.
2843
2844 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * pop3.el (pop3-open-server): Recognize a string as a service name.
2847
2848 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2849
2850         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2851
2852 2005-11-23  Dave Love  <fx@gnu.org>
2853
2854         Add pop3s, pop3/starttls.
2855
2856         * pop3.el (pop3-authentication-scheme): Clarify doc.
2857         (open-tls-stream, starttls-open-stream): Autoload.
2858         (pop3-stream-type): New.
2859         (pop3-open-server): Use it.
2860
2861         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2862         for POP.
2863         (mail-source-keyword-map): Add :stream for POP.
2864         (mail-source-fetch-pop): Use pop3-stream-type.
2865
2866 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2867
2868         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2869         of current-time-string.
2870
2871 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2872
2873         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2874         date header.
2875
2876 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2877
2878         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2879         it can seriously impact performance as it bypasses the agent's
2880         local caches.
2881
2882 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2883
2884         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2885         must be explicitly online rather than "not explicitly offline" for
2886         its flags to be synchronized.
2887
2888         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2889         that gnus-uu-unmark-thread will function correctly.
2890
2891         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2892         1024K is instead displayed as 1M.
2893
2894 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2895
2896         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2897
2898 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2899
2900         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2901
2902 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2903
2904         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2905         error message to display actual error condition.
2906         (gnus-agent-save-local): Avoid saving symbols that are bound to
2907         nil as they simply result in a warning message in
2908         gnus-agent-read-local.
2909
2910 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2913         rather than make-variable-buffer-local for file-precious-flag.
2914
2915 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2916
2917         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2918         for duplicates which are removed.  The invalid sort check then
2919         triggers a rescan after the sort as sorting may have moved
2920         duplicate entries such that they can be cheaply detected.
2921
2922 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2925
2926 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2927
2928         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2929         internal variable to a custom variable.  Changed default value
2930         from compressed(2) to uncompressed(1).
2931         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2932         support for uncompressed agentview files.  Taken together, reading
2933         the agentview file should now be 6-7 times faster.
2934
2935 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2936
2937         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2938         as a buffer-local variable.  This avoids creating truncated
2939         dribble files as a result of a hang up, eg.
2940
2941 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2942
2943         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2944         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2945         XEmacs.
2946
2947 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2948
2949         * gnus-start.el (gnus-start-draft-setup): Enforce
2950         `gnus-draft-mode' for nndraft:drafts at startup.
2951
2952         * gnus.el (gnus-splash): Change custom group.
2953         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2954         allow-list argument.
2955
2956         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2957         string.
2958
2959 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2960
2961         * gnus-art.el (gnus-default-article-saver): Add user-defined
2962         `function' to custom type.
2963
2964 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2965
2966         * imap.el (imap-open): Handle case where buffer is a buffer
2967         object.
2968
2969 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2970
2971         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2972         long lines.
2973         (gnus-cache-delete-group): Wrap doc strings.
2974
2975         * gnus-agent.el (gnus-agent-rename-group)
2976         (gnus-agent-delete-group): Wrap doc strings.
2977
2978
2979 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * messagexmas.el (message-use-toolbar): Change the valid values
2982         into default, top, bottom, left, and right.
2983         (message-toolbar-thickness): New variable.
2984         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2985         well.
2986         (message-setup-toolbar): Make it work.
2987
2988         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2989         (gnus-use-toolbar): Change the valid values into default, top,
2990         bottom, left, and right.
2991         (gnus-toolbar-thickness): New variable.
2992         (gnus-xmas-setup-toolbar): New function.
2993         (gnus-xmas-setup-group-toolbar): Use it.
2994         (gnus-xmas-setup-summary-toolbar): Use it.
2995
2996 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997
2998         * gnus-start.el (gnus-1): Add "native" to
2999         gnus-predefined-server-alist.
3000
3001         * gnus.el (gnus-method-to-server): Don't add "native" to the
3002         lists here, because that leads to problems when
3003         gnus-select-method is bound.
3004
3005 2005-11-09  Simon Josefsson  <jas@extundo.com>
3006
3007         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3008         use (not sort-by-date) instead.
3009
3010 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3011
3012         * gnus-delay.el (gnus-delay-group): Don't autoload.
3013         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3014         to be re-loaded when customizing the `gnus-delay' group.
3015
3016 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3017
3018         * message.el: Revert last changes.
3019         (message-insert-citation-line): Use newlines.
3020
3021 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3022
3023         * message.el (message-courtesy-message)
3024         (message-mark-insert-begin, message-mark-insert-end)
3025         (message-elide-ellipsis, message-cancel-message)
3026         (message-add-header, message-change-subject)
3027         (message-cross-post-followup-to-header)
3028         (message-cross-post-insert-note, message-reduce-to-to-cc)
3029         (message-widen-reply, message-delete-not-region)
3030         (message-kill-to-signature, message-insert-signature)
3031         (message-insert-importance-high, message-insert-importance-low)
3032         (message-insert-or-toggle-importance)
3033         (message-insert-disposition-notification-to)
3034         (message-indent-citation, message-yank-original)
3035         (message-cite-original-without-signature, message-cite-original)
3036         (message-insert-citation-line, message-position-on-field)
3037         (message-fix-before-sending, message-send-mail-partially)
3038         (message-send-mail, message-send-mail-with-sendmail)
3039         (message-send-mail-with-qmail, message-send-news)
3040         (message-check-news-header-syntax, message-generate-headers)
3041         (message-insert-courtesy-copy, message-fill-address)
3042         (message-fill-header, message-shorten-references)
3043         (message-setup-1, message-cancel-news)
3044         (message-forward-make-body-plain, message-forward-make-body-mime)
3045         (message-forward-make-body-mml, message-encode-message-body)
3046         (message-forward-make-body-digest-plain)
3047         (message-forward-make-body-digest-mime)
3048         (message-use-alternative-email-as-from): Insert `hard-newline'
3049         instead of ordinary newlines.
3050
3051 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * message.el (message-generate-headers): Downcase the argument
3054         given to message-check-element.
3055
3056 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3057
3058         * nntp.el (nntp-authinfo-rejected): New error condition.
3059         (nntp-wait-for): Use new error condition to signal authentication
3060         error.
3061         (nntp-retrieve-data): Rethrow new error condition to break out of
3062         recursive call to nntp-send-authinfo.
3063
3064 2005-11-08  Romain Francoise  <romain@orebokech.com>
3065
3066         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3067         (gnus-summary-exit-map): Bind to `Z p'.
3068         (gnus-summary-make-menu-bar): Add menu item.
3069
3070 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3071
3072         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3073         (gnus-treat-*): Add `first' in all doc strings.
3074
3075         * gnus-group.el (gnus-group-compact-group): Fix typo.
3076
3077 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * gnus.el (gnus-parameters-case-fold-search): New variable.
3080         (gnus-parameters-get-parameter): Use it.
3081
3082         * gnus-score.el (gnus-home-score-file): Doc fix.
3083
3084 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3085
3086         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3087
3088 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * mm-util.el (mm-special-display-p): New function.
3091
3092         * mml.el (mml-preview): Use it; doc fix.
3093
3094 2005-10-29  Romain Francoise  <romain@orebokech.com>
3095
3096         * message.el (message-fix-before-sending): Fix comment.
3097
3098 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3099
3100         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3101
3102 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3103
3104         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3105         Used in gnus-score.el.
3106
3107 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3108
3109         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3110
3111 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3112
3113         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3114         whitespace removed in revision 7.8.  Use concatenated string to
3115         protect trailing whitespace.
3116
3117 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
3118
3119         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3120         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3121         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3122         Courier IMAP ("some version from 2004").  Mostly based on similar
3123         code in the same function.
3124
3125 2005-10-26  Didier Verna  <didier@xemacs.org>
3126
3127         * gnus-group.el (gnus-group-compact-group): invalidate original
3128         article buffer.
3129         * gnus-srvr.el (gnus-server-compact-server): ditto.
3130         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3131         NOV database and in article itself.
3132         Invalidate article backlog.
3133
3134 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3135
3136         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3137
3138 2005-10-26  Simon Josefsson  <jas@extundo.com>
3139
3140         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3141         part of 2004-07-25 change.
3142
3143 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * message.el (message-display-completion-list): New function.
3146         (message-expand-group): Use it; make sure the Completions buffer
3147         is modifiable.
3148
3149 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3150
3151         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3152         user-mail-name is an empty string.
3153
3154 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3155
3156         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3157         depending on gnus-score-decay-constant.
3158
3159         * encrypt.el (encrypt-insert-file-contents)
3160         (encrypt-write-file-contents): Don't use `gnus-message'.
3161
3162         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3163         arguments.
3164         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3165         arguments to mm-uu-verbatim-marks-extract.
3166         (mm-uu-hide-markers): New variable.
3167         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3168
3169         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3170         (gnus-convert-image-to-face-command): Use "convert" by default to
3171         allow other input image formats.
3172         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3173         accordingly.
3174
3175 2005-10-23  Simon Josefsson  <jas@extundo.com>
3176
3177         * imap.el (imap-gssapi-program): Align command line parameters
3178         with latest GNU SASL.
3179         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3180
3181 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3184         HTML.
3185         (nnslashdot-request-article): Ditto.
3186
3187         * lpath.el (featurep): Add nobreak-char-display.
3188
3189 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3190
3191         * mail-source.el (mail-source-fetch-pop): Require pop3.
3192         (mail-source-check-pop): Ditto.
3193
3194 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3197         errors.
3198
3199 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3200
3201         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3202         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3203
3204         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3205
3206         * mm-bodies.el (mm-decode-string): Call
3207         `mm-charset-to-coding-system' with allow-override argument.
3208
3209 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3212         (rfc2047-charset-to-coding-system): New function.
3213         (rfc2047-decode-encoded-words): New function.
3214         (rfc2047-decode-region): Use them.
3215         (rfc2047-decode-cte): Remove.
3216         (rfc2047-parse-and-decode): Remove.
3217         (rfc2047-decode): Remove.
3218
3219 2005-10-15  Kenichi Handa  <handa@m17n.org>
3220
3221         * rfc2047.el (rfc2047-decode-cte): New function.
3222         (rfc2047-decode-region): Change the way to decode successive
3223         encoded-words: decode B- or Q-encoding in each encoded-word,
3224         concatenate them, and decode it as charset.
3225
3226 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * lpath.el: Fbind codepage-setup for XEmacs.
3229
3230 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3231
3232         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3233         widget-move-and-invoke.
3234         (gnus-custom-mode): Use gnus-custom-map.
3235
3236 2005-10-15  Bill Wohler  <wohler@newt.com>
3237
3238         * message.el (message-tool-bar-map): Renamed image file from
3239         mail_send to mail/send.
3240
3241 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3242
3243         * message.el (message-expand-group): Pass the common
3244         prefix substring of completion to `display-completion-list'.
3245
3246 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3247
3248         * mml-sec.el (mml-secure-method): New internal variable.
3249         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3250         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3251         functions using mml-secure-method.
3252
3253         * mml.el (mml-mode-map): Add key bindings for those functions.
3254         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3255         Harder <harder@myrealbox.com>.
3256         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3257         end of message if point is the headers of the message.
3258
3259         * message.el (message-in-body-p): New function.
3260
3261         * assistant.el: Autoload gnus-util and netrc.
3262
3263         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3264         Use `mm-charset-override-alist' only when decoding.
3265
3266         * mm-bodies.el (mm-decode-body): Call
3267         `mm-charset-to-coding-system' with allow-override argument.
3268
3269         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3270         `filename' from Content-Disposition if Content-Type doesn't
3271         provide `name'.
3272         (gnus-mime-view-part-as-type): Set default instead of
3273         initial-input.
3274
3275 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3276
3277         * format-spec.el (format-spec): Propagate text properties of % spec.
3278
3279 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3280
3281         * gnus-art.el (gnus-treat-predicate): Add `first'.
3282
3283 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3284
3285         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3286         (mm-charset-override-alist): New variable.
3287         (mm-charset-to-coding-system): Use it.
3288         (mm-codepage-setup): New helper function.
3289         (mm-charset-eval-alist): New variable.
3290         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3291         about unknown charsets.
3292
3293         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3294
3295 2005-10-04  David Hansen  <david.hansen@gmx.net>
3296
3297         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3298         (nnrss-check-group): Ditto.
3299
3300 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3301
3302         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3303         Rename x-gnus-verbatim to x-verbatim.
3304         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3305
3306         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3307         x-verbatim.
3308
3309         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3310
3311         * gnus-util.el (gnus-remove-duplicates): Remove.
3312
3313         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3314         instead of gnus-remove-duplicates.
3315
3316         * message.el (message-remove-duplicates): Remove.
3317         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3318         message-remove-duplicates.
3319
3320         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3321         available, else use implementation from `delete-dups'.
3322
3323         * message.el (message-insert-expires): New function.
3324         (message-mode-map): Add key binding.
3325         (message-mode-field-menu): Add menu entry.
3326         (message-mode): Document it.
3327         (message-make-expires-date): Use `message-make-date'.
3328
3329 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3330
3331         * message.el (message-make-expires-date): New function.
3332
3333 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * Makefile.in (list-installed-shadows): New entry.
3336         (install): Use it.
3337         (remove-installed-shadows): New entry.
3338
3339         * dgnushack.el (dgnushack-default-load-path): New variable.
3340         (dgnushack-find-lisp-shadows): New function.
3341         (dgnushack-remove-lisp-shadows): New function.
3342
3343 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * Makefile.in (install-el-elc): New entry.
3346         (install): Use it so that .el files are necessarily installed.
3347
3348 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3351
3352 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3353
3354         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3355         function rather than the diff-mode.el package.
3356         (mm-display-external): Use with-current-buffer.
3357         (mm-viewer-completion-map, mm-viewer-completion-map):
3358         Move initialization inside declaration.
3359
3360 2005-09-29  Simon Josefsson  <jas@extundo.com>
3361
3362         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3363         autoload mail-check-payment.
3364         (spam-check-hashcash): Define unconditionally, since hashcash.el
3365         is part of Gnus now.  Ignore errors from payment checking.
3366
3367 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3368
3369         * message.el (message-bold-region, message-unbold-region): Rename
3370         from `bold-region' and `unbold-region'.
3371
3372         * message.el: Remove useless autoloads.
3373
3374 2005-09-28  Simon Josefsson  <jas@extundo.com>
3375
3376         * message.el (message-use-idna): Default to t.
3377         (message-use-idna): Test whether encoding works too.  Doc fix.
3378
3379 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * nntp.el (nntp-warn-about-losing-connection): Remove.
3382
3383 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3384
3385         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3386         customizable.  Change default value.
3387         (mm-uu-diff-groups-regexp): Change default value.
3388         (mm-uu-type-alist): Add doc string.
3389         (mm-uu-configure): Add doc string.  Make it interactive.
3390         (mm-uu-tex-groups-regexp): New variable.
3391         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3392         (mm-uu-type-alist): Add LaTeX documents.
3393         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3394         of "text/verbatim".
3395         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3396
3397         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3398         instead of "text/verbatim".
3399
3400         * message.el (message-mark-inserted-region)
3401         (message-mark-insert-file): Use slrn style marks when called with
3402         prefix argument.
3403
3404 2005-09-27  Simon Josefsson  <jas@extundo.com>
3405
3406         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3407
3408 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3409
3410         * message.el (message-remove-duplicates): New function.
3411         Implementation borrowed from `gnus-remove-duplicates'.
3412         (message-idna-to-ascii-rhs): Also encode idna addresses in
3413         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3414         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3415         only ask about the same idna domain once per header and also tell
3416         in what header to replace the idna domain.
3417
3418         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3419         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3420         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3421         a header is decoded and not just the last one.
3422
3423 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3426         has been decoded.
3427
3428         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3429         (mm-insert-part): Don't modify text if it has been decoded.
3430
3431         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3432         decoded.
3433
3434         * mm-view.el (mm-inline-text): Don't strip text props unless
3435         decoding enriched or richtext parts.
3436
3437 2005-09-25  Romain Francoise  <romain@orebokech.com>
3438
3439         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3440         * gnus-start.el (gnus-subscribe-interactively):
3441         * gnus-uu.el (gnus-uu-grab-articles):
3442         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3443         space.
3444
3445 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3446
3447         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3448         * mm-view.el (mm-view-pkcs7-decrypt):
3449         * gnus-sum.el (gnus-summary-limit-to-extra)
3450         (gnus-summary-respool-article, gnus-read-move-group-name):
3451         * gnus-score.el (gnus-summary-increase-score):
3452         * gnus-util.el (gnus-completing-read-with-default):
3453         * gnus-art.el (gnus-read-save-file-name)
3454         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3455         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3456         * message.el (message-check-news-header-syntax):
3457         Follow convention for reading with the minibuffer.
3458
3459 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3460
3461         * spam-report.el (spam-report-url-ping-plain):
3462         Use gnus-extended-version as User-Agent.
3463
3464         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3465         default value is nil.
3466
3467         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3468         (mm-uu-verbatim-marks-extract): New function.
3469         (mm-uu-extract): New face.
3470         (mm-uu-copy-to-buffer): Use it.
3471
3472         * spam-report.el (spam-report-gmane-ham): Renamed from
3473         `spam-report-gmane-unspam'.
3474         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3475         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3476
3477         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3478         Autoload.
3479         (spam-report-gmane-unregister-routine): Renamed
3480         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3481
3482 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3483
3484         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3485         (spam-report-gmane-unregister-routine): added support for gmane
3486         unregistration
3487
3488         * spam-report.el (spam-report-gmane-unspam)
3489         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3490         (spam-report-gmane): changed to take a single article and do
3491         unspam registration
3492
3493 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3494
3495         * mm-url.el (mm-url-decode-entities): Fix regexp.
3496
3497 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3500         default to nil, to be able to use Gnus at all.  If the default
3501         switches to something else, then the function should be fixed not
3502         be exceedingly slow.
3503
3504 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3505
3506         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3507         fail hard
3508
3509         * spam-report.el: better Keywords line
3510
3511         * spam.el: added Maintainer and better Keywords line
3512
3513 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3514
3515         * gnus-art.el (gnus-article-replace-part)
3516         (gnus-mime-replace-part): New functions.
3517         (gnus-mime-action-alist, gnus-mime-button-commands)
3518         (gnus-mime-save-part-and-strip): Added file argument.
3519         (gnus-article-part-wrapper): Added interactive argument.
3520
3521         * gnus-sum.el (gnus-summary-mime-map): Add
3522         `gnus-article-replace-part'.
3523
3524 2005-09-19  Didier Verna  <didier@xemacs.org>
3525
3526         The nnml compaction feature:
3527         * nnml.el (nnml-request-compact-group): New function.
3528         * nnml.el (nnml-request-compact): New function.
3529         * gnus-int.el (gnus-request-compact-group): New function.
3530         * gnus-int.el (gnus-request-compact): New function.
3531         * gnus-group.el (gnus-group-compact-group): New function.
3532         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3533         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3534         * gnus-srvr.el (gnus-server-compact-server): New function.
3535         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3536         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3537
3538 2005-09-18  Deepak Goel  <deego@gnufans.org>
3539
3540         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3541         format spec.
3542
3543 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3546
3547 2005-09-15  Romain Francoise  <romain@orebokech.com>
3548
3549         * message.el (message-fill-paragraph): Clarify docstring.
3550
3551 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * gnus-art.el (gnus-mime-display-part): Protect against broken
3554         MIME messages.
3555
3556 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3559         before parsing header.
3560
3561 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3562
3563         * html2text.el: (html2text-replace-list): Add new entities.
3564
3565 2005-09-11  Romain Francoise  <romain@orebokech.com>
3566
3567         * message.el (message-alternative-emails): Improve docstring.
3568         (message-setup-1): Call `message-use-alternative-email-as-from'
3569         after `message-setup-hook' to give it precedence over posting
3570         styles, etc.
3571         (message-use-alternative-email-as-from): Add docstring.  Remove
3572         the original From header if present.
3573
3574         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3575         (nnml-save-mail): Use it.
3576
3577         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3578         articles.  Add new argument `silent'.
3579         (gnus-uu-mark-all): Report the total number of marked articles.
3580
3581 2005-09-10  Romain Francoise  <romain@orebokech.com>
3582
3583         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3584         (gnus-uu-mark-series): Likewise.
3585
3586 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3587
3588         * spam-report.el (spam-report-gmane): Fix generation of spam
3589         report URL.
3590
3591 2005-09-10  Simon Josefsson  <jas@extundo.com>
3592
3593         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3594         t, based on discussion on the ding list with Robert Epprecht
3595         <epprecht@solnet.ch>.
3596
3597 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * spam-report.el (spam-report-gmane): Make it work without
3600         X-Report-Spam header.  Gmane now only provides Archived-At.
3601         This is only used if `spam-report-gmane-use-article-number' is nil.
3602         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3603
3604         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3605         make `gnus-summary-sort-by-recipient' work with threading.
3606
3607         * nnweb.el (nnweb-google-wash-article): Print a message if article
3608         is not available.
3609
3610 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3611
3612         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3613         change.  Decode text/* parts content before displaying.
3614
3615 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3616
3617         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3618
3619 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3622
3623         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3624         url-package-name, url-package-version,
3625         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3626         w3m-display-inline-images, and w3m-minor-mode-map.
3627
3628 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3629
3630         * message.el (message-tab-body-function): Fixed mismatched custom
3631         type.
3632
3633         * gnus.el (gnus-group-change-level-function): Ditto.
3634
3635         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3636
3637         * gnus-art.el (gnus-signature-limit)
3638         (gnus-article-mime-part-function): Ditto.
3639
3640 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * mml.el (mml-mode): Silence the byte compiler.
3643
3644         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3645         using `(sit-for 0)' before moving the point to the specified part;
3646         skip unbuttonized parts.
3647         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3648         return to the summary window if gnus-auto-select-part is non-nil.
3649
3650 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3651
3652         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3653         variables.
3654         (mml-dnd-attach-file, mml-mode): Use them.
3655
3656         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3657         Make fetching article by MID work again for Google Groups.  Added
3658         FIXME concerning gnus-group-make-web-group.
3659
3660         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3661         Don't depend on Gnus by using mail-extract-address-components if
3662         gnus-extract-address-components is not bound.
3663
3664 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * gnus-art.el (gnus-mime-display-security): Don't display the
3667         signature, but only the signed part.
3668
3669 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3672
3673         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3674         list, not listp.
3675
3676 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3677
3678         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3679         when encoding.
3680
3681         * mm-bodies.el (mm-decode-content-transfer-encoding):
3682         De-canonicalize CRLF for all text content types, not just
3683         text/plain.
3684
3685 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3688         valid article; point arrow and cursor at the MIME button.
3689
3690 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3693         Suggested by Dan Christensen <jdc@uwo.ca>.
3694
3695         * mm-decode.el (mm-save-part): Enable change of prompt.
3696
3697 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3698
3699         * gnus-msg.el (gnus-inews-add-send-actions): Made
3700         `message-post-method' lambda parameter ARG `&optional'.
3701
3702 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3703
3704         * gnus-sum.el (gnus-summary-mime-map): Added
3705         gnus-article-save-part-and-strip, gnus-article-delete-part and
3706         gnus-article-jump-to-part.
3707
3708         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3709         (gnus-article-edit-part): Use it.
3710         (gnus-article-part-wrapper): Added no-handle argument.
3711         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3712         functions.
3713
3714 2005-08-29  Romain Francoise  <romain@orebokech.com>
3715
3716         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3717         docstring.
3718         (gnus-face-from-file): Likewise.
3719
3720 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3721
3722         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3723         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3724         non-nil.
3725         (gnus-auto-select-part): New variable.
3726         (gnus-article-jump-to-part): New function.
3727         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3728         (gnus-mime-delete-part): Allow selecting specified part after
3729         deleting or stripping parts.
3730         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3731         part if argument is bogus.
3732
3733 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3734
3735         * gnus-art.el (w3m-minor-mode-map):
3736         * gnus-spec.el (gnus-newsrc-file-version):
3737         * gnus-util.el (nnmail-active-file-coding-system)
3738         (gnus-original-article-buffer, gnus-user-agent):
3739         * gnus.el (gnus-ham-process-destinations)
3740         (gnus-parameter-ham-marks-alist)
3741         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3742         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3743         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3744         * mm-decode.el (gnus-current-window-configuration):
3745         * mm-extern.el (gnus-article-mime-handles):
3746         * mm-url.el (url-current-object, url-package-name)
3747         (url-package-version):
3748         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3749         (smime-keys, w3m-cid-retrieve-function-alist)
3750         (w3m-current-buffer, w3m-display-inline-images)
3751         (w3m-minor-mode-map):
3752         * mml-smime.el (gnus-extract-address-components):
3753         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3754         (gnus-newsrc-hashtb, message-default-charset)
3755         (message-deletable-headers, message-options)
3756         (message-posting-charset, message-required-mail-headers)
3757         (message-required-news-headers):
3758         * mml1991.el (mc-pgp-always-sign):
3759         * mml2015.el (mc-pgp-always-sign):
3760         * nnheader.el (nnmail-extra-headers):
3761         * rfc1843.el (gnus-decode-encoded-word-function)
3762         (gnus-decode-header-function, gnus-newsgroup-name):
3763         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3764
3765 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3766
3767         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3768         the end of the date treatments.
3769
3770 2005-08-15  Simon Josefsson  <jas@extundo.com>
3771
3772         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3773         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3774         Capello and Romain Francoise.
3775         (pgg-fetch-key-function): Removed, not used?
3776         (pgg-insert-url-with-w3): Require url, to get
3777         url-insert-file-contents regardless of where it is defined.
3778
3779 2005-08-13  Romain Francoise  <romain@orebokech.com>
3780
3781         * message.el (message-cite-original-1): New function.
3782         (message-cite-original): Use it.
3783         (message-cite-original-without-signature): Ditto.
3784
3785 2005-08-08  Romain Francoise  <romain@orebokech.com>
3786
3787         * message.el (message-yank-empty-prefix): New variable.
3788         (message-indent-citation): Use it.
3789         (message-cite-original-without-signature): Respect X-No-Archive.
3790
3791 2005-08-08  Simon Josefsson  <jas@extundo.com>
3792
3793         * pgg.el: Autoload url-insert-file-contents instead of loading
3794         w3/url.
3795         (pgg-insert-url-with-w3): Don't load url here.
3796
3797 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3798
3799         * message.el (message-kill-to-signature): Don't insert newline at
3800         bol.
3801         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3802
3803 2005-08-06  Romain Francoise  <romain@orebokech.com>
3804
3805         * message.el (message-user-fqdn): Fix typo in docstring.
3806
3807 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3808
3809         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3810
3811         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3812
3813 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * mm-bodies.el (mm-encode-body): Use coding system rather than
3816         charset to encode text.
3817
3818         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3819         number of charsets if utf-8 is available (XEmacs).
3820
3821 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3822
3823         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3824         taken from `gnus-button-mid-or-mail-regexp'.
3825         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3826         (gnus-button-alist): Improve regexp for domain part of the MIDs
3827         for news:localpart@domain buttons.
3828         (gnus-button-ctan-directory-regexp): Update.
3829
3830 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * sieve-manage.el (sieve-manage-interactive-login): Use
3833         make-local-variable rather than make-variable-buffer-local.
3834         (sieve-manage-open): Ditto.
3835         (sieve-manage-authenticate): Ditto.
3836
3837         * mml.el (mml-generate-mime-1): Make the content type default to
3838         text/plain if the filename is not specified.
3839
3840 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3843         instead of insert-buffer.
3844
3845         * message.el (message-yank-original): Ditto; set the mark at the
3846         end of the yanked message.
3847
3848 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3851         lines to scroll rather than to stop it.
3852
3853         * mml.el (mml-generate-default-type): Add doc string.
3854         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3855         default to application/octet-stream when determining the content
3856         type if it is not specified for the part or the mml contents; add
3857         a comment about mml-generate-default-type.
3858
3859 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3860
3861         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3862         make it default to application/octet-stream when determining the
3863         content type if it is not specified for the external contents.
3864
3865 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3868         segmented parameter but also other parameters might be there.
3869
3870 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * mm-decode.el (mm-display-external): Delete temp file, directory
3873         and buffer immediately if the external process is exited.
3874
3875 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3878         fewer lines than that of scroll-margin.
3879         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3880
3881 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * gnus-art.el (gnus-article-next-page): Revert.
3884         (gnus-article-beginning-of-window): New macro.
3885         (gnus-article-next-page-1): Use it.
3886         (gnus-article-prev-page): Ditto.
3887         (gnus-article-edit-part): Use insert-buffer-substring instead of
3888         insert-buffer.
3889         (gnus-article-edit-exit): Ditto.
3890
3891         * gnus-util.el (gnus-beginning-of-window): Remove.
3892         (gnus-end-of-window): Remove.
3893
3894         * lpath.el: Don't bind header-line-format and scroll-margin.
3895
3896 2005-07-25  Simon Josefsson  <jas@extundo.com>
3897
3898         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3899         to have the url package without w3.  Reported by Daiki Ueno
3900         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3901
3902 2005-07-20  Didier Verna  <didier@xemacs.org>
3903
3904         * gnus-diary.el: Remove the description comment (nndiary is now
3905         properly documented in the Gnus manual).
3906         Fix the spelling of "Back End".
3907         * nndiary.el: Ditto.
3908         Fix the copyright notice.
3909
3910 2005-07-18  Romain Francoise  <romain@orebokech.com>
3911
3912         * gnus-sum.el (gnus-summary-to-prefix,
3913         gnus-summary-newsgroup-prefix): New variables.
3914         (gnus-summary-from-or-to-or-newsgroups): Use them.
3915
3916 2005-07-17  Romain Francoise  <romain@orebokech.com>
3917
3918         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3919         space as it's generally not especially interesting to the user.
3920
3921 2005-07-16  Romain Francoise  <romain@orebokech.com>
3922
3923         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3924         nil to avoid prompting and file modification if one of the
3925         messages at the top of the nnfolder file contains a copyright
3926         notice.
3927         Update copyright notice.
3928
3929         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3930         instead of `current-time-string' as the latter creates a time
3931         string that is not RFC 2822 compliant (it lacks the zone).
3932         Update copyright notice.
3933
3934 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3935
3936         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3937         for text/rtf.  Display default in prompt.  Pass default for M-n.
3938
3939         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3940
3941 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * gnus-msg.el (gnus-button-mailto): Remove
3944         save-selected-window-window hackery because it relies on
3945         save-selected-window internals.
3946
3947 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3950         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3951         (gnus-article-prev-page): Ditto.
3952
3953         * gnus-util.el (gnus-beginning-of-window): New function.
3954         (gnus-end-of-window): New function.
3955
3956         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3957
3958 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3959
3960         * gnus-score.el (gnus-score-edit-all-score): Set
3961         gnus-score-edit-exit-function to gnus-score-edit-done and call
3962         gnus-message.
3963
3964 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus-msg.el (gnus-button-mailto): Remove
3967         save-selected-window-window hackery because it relies on
3968         save-selected-window internals.
3969
3970 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3973         add-minor-mode.
3974         (gnus-binary-mode): Ditto.
3975
3976         * gnus-topic.el (gnus-topic-mode): Ditto.
3977
3978 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3979
3980         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3981         (gnus-article-prev-page): Take scroll-margin into consideration.
3982
3983 2005-07-04  Lute Kamstra  <lute@gnu.org>
3984
3985         Update FSF's address in GPL notices.
3986
3987 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3988
3989         * gnus.el (gnus-exit):
3990         * gnus-group.el (gnus-group-icons):
3991         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3992
3993         * gnus-nocem.el (gnus-nocem):
3994         * message.el (message-various, message-buffers, message-sending)
3995         (message-interface, message-forwarding, message-insertion)
3996         (message-headers, message-news, message-mail):
3997         * pgg-gpg.el (pgg-gpg):
3998         * pgg-parse.el (pgg-parse):
3999         * pgg-pgp.el (pgg-pgp):
4000         * pgg-pgp5.el (pgg-pgp5):
4001         * pop3.el (pop3): Finish `defgroup' description with period.
4002
4003 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * gnus-art.el (article-display-face): Improve the efficiency.
4006         (article-display-x-face): Ditto; remove grey x-face stuff.
4007
4008 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * gnus-art.el (article-display-face): Correct the position in
4011         which Faces are inserted.
4012
4013 2005-06-29  Didier Verna  <didier@xemacs.org>
4014
4015         * gnus-art.el (article-display-face): Display faces in correct
4016         order.
4017
4018 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4021         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4022         (gnus-nocem-check-article): Fetch the Type header.
4023         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4024         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4025         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4026         make sure gnus-nocem-hashtb is initialized.
4027         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4028         (gnus-nocem-unwanted-article-p): Ditto.
4029
4030         * pgg.el (pgg-verify): Return the verification result.
4031
4032 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4035         is ascii.
4036
4037 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4038
4039         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4040         `show-nonbreak-escape'.
4041
4042 2005-06-23  Lute Kamstra  <lute@gnu.org>
4043
4044         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4045
4046         * dig.el (dig-mode):
4047         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4048
4049 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4050
4051         * nnimap.el (nnimap-split-download-body): Fix spellings.
4052
4053 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4054
4055         * gnus-art.el (gnus-article-encrypt-body):
4056         * gnus-cus.el (gnus-score-customize):
4057         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4058         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4059
4060 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4061
4062         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4063         header by looking for magic "MII" at the beginnig.
4064
4065 2005-06-16  Miles Bader  <miles@gnu.org>
4066
4067         * gnus-xmas.el (gnus-xmas-group-startup-message):
4068         Use renamed gnus-splash face.
4069
4070         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4071         (assistant-field-face): New backward-compatibility alias for renamed
4072         face.
4073         (assistant-render-text): Use renamed assistant-field face.
4074
4075         * spam.el (spam): Remove "-face" suffix from face name.
4076         (spam-face): New backward-compatibility alias for renamed face.
4077         (spam-face, spam-initialize): Use renamed spam face.
4078
4079         * message.el (message-header-to, message-header-cc)
4080         (message-header-subject, message-header-newsgroups)
4081         (message-header-other, message-header-name)
4082         (message-header-xheader, message-separator, message-cited-text)
4083         (message-mml): Remove "-face" suffix from face names.
4084         (message-header-to-face, message-header-cc-face)
4085         (message-header-subject-face, message-header-newsgroups-face)
4086         (message-header-other-face, message-header-name-face)
4087         (message-header-xheader-face, message-separator-face)
4088         (message-cited-text-face, message-mml-face):
4089         New backward-compatibility aliases for renamed faces.
4090         (message-font-lock-keywords): Use renamed message faces.
4091
4092         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4093         (sieve-test-commands, sieve-tagged-arguments):
4094         Remove "-face" suffix from face names.
4095         (sieve-control-commands-face, sieve-action-commands-face)
4096         (sieve-test-commands-face, sieve-tagged-arguments-face):
4097         New backward-compatibility aliases for renamed faces.
4098         (sieve-control-commands-face, sieve-action-commands-face)
4099         (sieve-test-commands-face, sieve-tagged-arguments-face):
4100         Use renamed sieve faces.
4101
4102         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4103         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4104         (gnus-group-news-3-empty, gnus-group-news-4)
4105         (gnus-group-news-4-empty, gnus-group-news-5)
4106         (gnus-group-news-5-empty, gnus-group-news-6)
4107         (gnus-group-news-6-empty, gnus-group-news-low)
4108         (gnus-group-news-low-empty, gnus-group-mail-1)
4109         (gnus-group-mail-1-empty, gnus-group-mail-2)
4110         (gnus-group-mail-2-empty, gnus-group-mail-3)
4111         (gnus-group-mail-3-empty, gnus-group-mail-low)
4112         (gnus-group-mail-low-empty, gnus-summary-selected)
4113         (gnus-summary-cancelled, gnus-summary-high-ticked)
4114         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4115         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4116         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4117         (gnus-summary-low-undownloaded)
4118         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4119         (gnus-summary-low-unread, gnus-summary-normal-unread)
4120         (gnus-summary-high-read, gnus-summary-low-read)
4121         (gnus-summary-normal-read, gnus-splash):
4122         Remove "-face" suffix from face names.
4123         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4124         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4125         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4126         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4127         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4128         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4129         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4130         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4131         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4132         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4133         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4134         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4135         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4136         (gnus-summary-normal-ticked-face)
4137         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4138         (gnus-summary-normal-ancient-face)
4139         (gnus-summary-high-undownloaded-face)
4140         (gnus-summary-low-undownloaded-face)
4141         (gnus-summary-normal-undownloaded-face)
4142         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4143         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4144         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4145         (gnus-splash-face):
4146         New backward-compatibility aliases for renamed faces.
4147         (gnus-group-startup-message): Use renamed gnus faces.
4148
4149         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4150         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4151         (gnus-server-agent): Remove "-face" suffix from face names.
4152         (gnus-server-agent-face, gnus-server-opened-face)
4153         (gnus-server-closed-face, gnus-server-denied-face)
4154         (gnus-server-offline-face):
4155         New backward-compatibility aliases for renamed faces.
4156         (gnus-server-agent-face, gnus-server-opened-face)
4157         (gnus-server-closed-face, gnus-server-denied-face)
4158         (gnus-server-offline-face): Use renamed gnus faces.
4159
4160         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4161         Remove "-face" suffix from face names.
4162         (gnus-picon-xbm-face, gnus-picon-face):
4163         New backward-compatibility aliases for renamed faces.
4164
4165         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4166         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4167         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4168         (gnus-cite-11): Remove "-face" suffix from face names.
4169         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4170         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4171         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4172         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4173         New backward-compatibility aliases for renamed faces.
4174         (gnus-cite-attribution-face, gnus-cite-face-list)
4175         (gnus-article-boring-faces): Use renamed gnus faces.
4176
4177         * gnus-art.el (gnus-signature, gnus-header-from)
4178         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4179         (gnus-header-content): Remove "-face" suffix from face names.
4180         (gnus-signature-face, gnus-header-from-face)
4181         (gnus-header-subject-face, gnus-header-newsgroups-face)
4182         (gnus-header-name-face, gnus-header-content-face):
4183         New backward-compatibility aliases for renamed faces.
4184         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4185
4186         * gnus-sum.el (gnus-summary-selected-face)
4187         (gnus-summary-highlight): Use renamed gnus faces.
4188         * gnus-group.el (gnus-group-highlight): Likewise.
4189
4190 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4191
4192         * gnus-sieve.el (gnus-sieve-article-add-rule):
4193         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4194         * spam-stat.el (spam-stat-buffer-change-to-spam)
4195         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4196
4197         * message.el (message-is-yours-p):
4198         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4199
4200 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * mm-view.el (mm-inline-text): Withdraw the last change.
4203
4204 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4207         executing enriched-decode.
4208
4209 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4212         charset of tar files.
4213
4214 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4215
4216         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4217
4218 2005-06-04  Lute Kamstra  <lute@gnu.org>
4219
4220         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4221         information is never recorded.
4222
4223 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4224
4225         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4226
4227 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * pop3.el (pop3-apop): Run md5 in the binary mode.
4230
4231         * starttls.el (starttls-set-process-query-on-exit-flag):
4232         Use eval-and-compile.
4233
4234 2005-05-31  Simon Josefsson  <jas@extundo.com>
4235
4236         * smime.el (smime-replace-in-string): Define.
4237         (smime-cert-by-ldap-1): Use it.
4238
4239 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * gnus-art.el (article-display-x-face): Replace
4242         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4243
4244         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4245         set-process-query-on-exit-flag or process-kill-without-query.
4246
4247         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4248         loop instead of replace-regexp.
4249
4250         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4251         instead of process-kill-without-query if it is available.
4252
4253         * lpath.el: Fbind ldap-search-entries.
4254
4255         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4256         instead of find-file-hooks if it is available.
4257
4258         * mml1991.el: Bind pgg-default-user-id when compiling.
4259
4260         * mml2015.el: Bind pgg-default-user-id when compiling.
4261
4262         * nndraft.el (nndraft-request-associate-buffer):
4263         Use write-contents-functions instead of write-contents-hooks if it is
4264         available.
4265
4266         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4267         instead of find-file-hooks if it is available.
4268
4269         * nntp.el (nntp-open-connection): Replace
4270         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4271         (nntp-open-ssl-stream): Ditto.
4272         (nntp-open-tls-stream): Ditto.
4273
4274         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4275         set-process-query-on-exit-flag or process-kill-without-query.
4276         (starttls-open-stream-gnutls): Use it instead of
4277         process-kill-without-query.
4278         (starttls-open-stream): Ditto.
4279
4280 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4281
4282         * smime.el (smime-cert-by-ldap-1): Don't use
4283         replace-regexp-in-string.
4284
4285 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4286
4287         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4288
4289         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4290         in PEM format. Adjust to the XEmacs compability.
4291
4292 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4293
4294         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4295         by `string-to-number'.
4296         * gnus-agent.el (gnus-agent-regenerate-group)
4297         (gnus-agent-fetch-articles): Ditto.
4298         * gnus-art.el (gnus-button-fetch-group): Ditto.
4299         * gnus-cache.el (gnus-cache-generate-active)
4300         (gnus-cache-articles-in-group): Ditto.
4301         * gnus-group.el (gnus-group-set-current-level)
4302         (gnus-group-insert-group-line): Ditto.
4303         * gnus-score.el (gnus-score-set-expunge-below)
4304         (gnus-score-set-mark-below, gnus-summary-score-effect)
4305         (gnus-summary-score-entry): Ditto.
4306         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4307         (gnus-soup-pack): Ditto.
4308         * gnus-spec.el (gnus-xmas-format): Ditto.
4309         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4310         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4311         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4312         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4313         * nndb.el (nndb-get-remote-expire-response): Ditto.
4314         * nndiary.el (nndiary-parse-schedule-value)
4315         (nndiary-string-to-number, nndiary-request-replace-article)
4316         (nndiary-request-article): Ditto.
4317         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4318         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4319         * nneething.el (nneething-make-head): Ditto.
4320         * nnfolder.el (nnfolder-request-article)
4321         (nnfolder-retrieve-headers): Ditto.
4322         * nnheader.el (nnheader-file-to-number): Ditto.
4323         * nnkiboze.el (nnkiboze-request-article): Ditto.
4324         * nnmail.el (nnmail-process-unix-mail-format)
4325         (nnmail-process-babyl-mail-format): Ditto.
4326         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4327         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4328         (nnmh-request-create-group, nnmh-request-list-1)
4329         (nnmh-request-group, nnmh-request-article): Ditto.
4330         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4331         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4332         * nnsoup.el (nnsoup-make-active): Ditto.
4333         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4334         * nntp.el (nntp-find-group-and-number)
4335         (nntp-retrieve-headers-with-xover): Ditto.
4336         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4337         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4338         (pgg-format-key-identifier): Ditto.
4339         * pop3.el (pop3-last, pop3-stat): Ditto.
4340         * qp.el (quoted-printable-decode-region): Ditto.
4341
4342         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4343         of concat.
4344
4345 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4348
4349         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4350
4351         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4352
4353         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4354
4355         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4356
4357         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4358
4359         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4360         (gnus-carpal-mode): Ditto.
4361
4362         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4363         (gnus-browse-mode): Ditto.
4364
4365         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4366
4367         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4368
4369 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4370
4371         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4372
4373 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-util.el (gnus-run-mode-hooks): New function.
4376
4377         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4378
4379         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4380         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4381
4382 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4383
4384         * gnus-agent.el (gnus-agent-make-mode-line-string):
4385         Use mode-line-highlight as mouse-face.
4386
4387 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * canlock.el (canlock): Change the parent group to news.
4390
4391         * deuglify.el (gnus-outlook-deuglify): Add :group.
4392
4393         * dig.el (dig): Add :group.
4394
4395         * dns-mode.el (dns-mode): Add :group.
4396
4397         * encrypt.el (encrypt): Add :group.
4398
4399         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4400         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4401         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4402         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4403         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4404
4405         * gnus-diary.el (gnus-diary): Add :group.
4406
4407         * gnus.el (gnus-group-news-1-face): Add :group.
4408         (gnus-group-news-1-empty-face): Ditto.
4409         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4410         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4411         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4412         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4413         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4414         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4415         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4416         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4417         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4418         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4419         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4420         (gnus-summary-high-ticked-face): Ditto.
4421         (gnus-summary-low-ticked-face): Ditto.
4422         (gnus-summary-normal-ticked-face): Ditto.
4423         (gnus-summary-high-ancient-face): Ditto.
4424         (gnus-summary-low-ancient-face): Ditto.
4425         (gnus-summary-normal-ancient-face): Ditto.
4426         (gnus-summary-high-undownloaded-face): Ditto.
4427         (gnus-summary-low-undownloaded-face): Ditto.
4428         (gnus-summary-normal-undownloaded-face): Ditto.
4429         (gnus-summary-high-unread-face): Ditto.
4430         (gnus-summary-low-unread-face): Ditto.
4431         (gnus-summary-normal-unread-face): Ditto.
4432         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4433         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4434
4435         * hashcash.el (hashcash): New custom group.
4436         (hashcash-default-payment): Add :group.
4437         (hashcash-payment-alist): Ditto.
4438         (hashcash-default-accept-payment): Ditto.
4439         (hashcash-accept-resources): Ditto.
4440         (hashcash-path): Ditto.
4441         (hashcash-extra-generate-parameters): Ditto.
4442         (hashcash-double-spend-database): Ditto.
4443         (hashcash-in-news): Ditto.
4444
4445         * message.el (message-minibuffer-local-map): Add :group.
4446
4447         * netrc.el (netrc): Add :group.
4448
4449         * sieve-manage.el (sieve-manage-log): Add :group.
4450         (sieve-manage-default-user): Diito.
4451         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4452         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4453         (sieve-manage-authenticators): Ditto.
4454         (sieve-manage-authenticator-alist): Ditto.
4455         (sieve-manage-default-port): Ditto.
4456
4457         * sieve-mode.el (sieve-control-commands-face): Add :group.
4458         (sieve-action-commands-face): Ditto.
4459         (sieve-test-commands-face): Ditto.
4460         (sieve-tagged-arguments-face): Ditto.
4461
4462         * smime.el (smime): Add :group.
4463
4464         * spam-report.el (spam-report): Add :group.
4465
4466         * spam.el (spam, spam-face): Add :group.
4467
4468 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4471         return \n.\n.\n at the end of articles.  Protect against that.
4472         (nntp-with-open-group): Allow debugging.
4473
4474         * nnheader.el (mail-header-set-extra): Make into a function
4475         because I just could't understand how to quote the list properly.
4476
4477         * dns.el (query-dns-cached): New function.
4478
4479 2005-05-26  Lute Kamstra  <lute@gnu.org>
4480
4481         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4482
4483 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4486
4487         * gnus-art.el: Don't autoload mail-extract-address-components.
4488
4489         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4490         eval-and-compile to evaluate it.
4491
4492         * hashcash.el: Don't autoload executable-find.
4493
4494         * nndb.el: Don't declare the nndb back end two or more times; don't
4495         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4496
4497         * nntp.el: Autoload format-spec instead of format; use
4498         eval-and-compile to evaluate autoload forms.
4499
4500 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4501
4502         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4503
4504 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * gnus.el (gnus-version-number): Bump version.
4507
4508 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4509
4510         * gnus.el: No Gnus v0.3 is released.
4511
4512 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * lpath.el (featurep): Bind show-nonbreak-escape.
4515
4516 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-art.el (gnus-article-edit-part): Disable undo.
4519
4520 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4523         gnus-article-date-lapsed-new-header is t if date timer is active;
4524         skip headers in which the original date value is empty.
4525         (gnus-article-save-original-date): Redefine it as a macro.
4526         (gnus-display-mime): Use it.
4527
4528 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * gnus-art.el (article-date-ut): Support converting date in
4531         forwarded parts as well.
4532         (gnus-article-save-original-date): New function.
4533         (gnus-display-mime): Use it.
4534
4535 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4536
4537         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4538         enclosure element of <item>.
4539
4540 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4541
4542         * message.el (message-kill-buffer-query): Renamed from
4543         `message-kill-buffer-query-if-modified'.  Added :version.
4544
4545 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4548         window layout.
4549
4550 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * mml.el: Autoload dnd when compiling.
4553
4554 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4555
4556         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4557         x-dnd-*.
4558
4559 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * qp.el (quoted-printable-encode-region): Save excursion.
4562
4563 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4564
4565         * message.el (message-kill-buffer-query-if-modified): new variable
4566         so the user can kill a modified message buffer quickly
4567         (message-kill-buffer): use it.
4568
4569 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * lpath.el: Fbind display-time-event-handler; don't fbind
4572         string-to-multibyte.
4573
4574         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4575
4576 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4579         contained in text because xml.el decodes entities) with LFs.
4580
4581 2005-04-11  Lute Kamstra  <lute@gnu.org>
4582
4583         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4584         differently.
4585
4586 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4587
4588         * mm-util.el (mm-detect-coding-region): Typo.
4589
4590 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4593
4594 2005-04-06  D Goel  <deego@gnufans.org>
4595
4596         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4597         user-function allow user modifications of the scores.
4598         (spam-stat-score-buffer-user): New function, to allow
4599         user-computed modifications to the score.
4600         (spam-stat-score-buffer-user-functions): list of additional
4601         scoring functions
4602         (spam-stat-error-holder): global temporary error holder
4603         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4604         variable
4605
4606 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4607
4608         * gnus-registry.el (gnus-registry-clean-empty-function)
4609         (gnus-registry-trim, gnus-registry-fetch-groups)
4610         (gnus-registry-delete-group): now groups that match
4611         `gnus-registry-ignored-groups' will be removed from the registry
4612         entries, not just ignored for splitting.  This helps clean up the
4613         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4614         to get all the groups a message ID is in.
4615
4616         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4617         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4618         (spam-stat-score-buffer-user-functions): added :number custom type
4619
4620 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4623         argument in XEmacs.
4624
4625         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4626         (nnrss-request-group): Decode group name first.
4627         (nnrss-request-article): Make a text/plain article if mml-to-mime
4628         failed.
4629         (nnrss-get-encoding): Return a compatible encoding according to
4630         nnrss-compatible-encoding-alist.
4631         (nnrss-find-el): Use consp instead of listp.
4632         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4633
4634 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4637         which Emacs 20 doesn't support.
4638         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4639
4640 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4641
4642         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4643         silence the byte compiler inside the defun
4644
4645         * gnus-demon.el (parse-time-string): Add autoload.
4646
4647         * gnus-delay.el (parse-time-string): Add autoload.
4648
4649         * gnus-art.el (parse-time-string): Add autoload.
4650
4651         * nnultimate.el (parse-time): Require for `parse-time-string'.
4652
4653 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4654
4655         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4656
4657         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4658
4659         * smime.el (smime-ldap-host-list): Add :version.
4660
4661 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4662
4663         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4664         pass it to `gnus-browse-read-group'.
4665         (gnus-browse-read-group): Add NUMBER argument and pass it to
4666         `gnus-group-read-ephemeral-group'.
4667
4668         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4669         argument and pass it to `gnus-group-read-group'.
4670
4671 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4672
4673         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4674         mm-xemacs-find-mime-charset-1 if we have the mule feature
4675         available at runtime.
4676
4677 2005-03-25  Werner Lemberg  <wl@gnu.org>
4678
4679         * nnmaildir.el: Replace `illegal' with `invalid'.
4680
4681 2005-03-23  Lute Kamstra  <lute@gnu.org>
4682
4683         * time-date.el: Add comment on time value formats.
4684         Don't require parse-time.
4685         (with-decoded-time-value): New macro.
4686         (encode-time-value): New function.
4687         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4688         (days-to-time): Return a valid time value when arg is huge.
4689         (time-since): Use time-subtract.
4690         (time-to-number-of-days): Use time-to-seconds.
4691
4692 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4693
4694         * gnus-start.el (gnus-display-time-event-handler):
4695         Check display-time-timer at runtime rather than only at load time
4696         in case display-time-mode is turned off in the mean time.
4697
4698 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4699
4700         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4701         used.
4702
4703         * nneething.el (nneething-map-file-directory): Derive from
4704         `gnus-directory'.
4705
4706         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4707         the To/Cc button.
4708
4709 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4710
4711         * nnmaildir.el (nnmaildir-request-accept-article):
4712         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4713
4714 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4715
4716         * gnus-async.el: Require timer-funcs at compile time when in
4717         XEmacs for `run-with-idle-timer'.
4718
4719 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4720
4721         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4722         autoloaded function.
4723
4724 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4725
4726         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4727
4728 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4729
4730         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4731
4732 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4735         gnus-expert-user to default.
4736
4737 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4738
4739         * nnimap.el (nnimap-open-server): Ditto.
4740
4741         * imap.el (imap-authenticate): Fix typo.
4742
4743 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4744
4745         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4746         buffer (since IMAP server might return FETCH response out of
4747         order, and the nntp buffer must be sorted).
4748
4749 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4750
4751         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4752         comparison on string.
4753
4754         * gnus-agent.el (gnus-agent-long-article,
4755         gnus-agent-short-article, gnus-agent-score): Renamed category
4756         keywords to match gnus-cus.
4757         (gnus-agent-summary-fetch-series): Modified to protect against
4758         gnus-agent-summary-fetch-group clearing processable flags.
4759         (gnus-agent-synchronize-group-flags): Update live group buffer as
4760         synchronization may occur due to the user toggle the plugged
4761         status.
4762         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4763         successfully downloaded.
4764         (gnus-agent-expire-group-1): Avoid using markers when the overview
4765         is in ascending order; greatly improves performance.
4766         (gnus-agent-regenerate-group): Use
4767         gnus-agent-synchronize-group-flags to reset read status in both
4768         gnus and server.
4769         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4770
4771 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4772
4773         * message.el: Don't autoload former message-utils variables.
4774         (message-strip-subject-trailing-was): Change doc string.
4775
4776         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4777         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4778         (nnweb-google-search): Add "hl=en" here.
4779         (nnweb-google-parse-1, nnweb-google-create-mapping):
4780         Don't hardcode URL.
4781
4782 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4783
4784         * message.el (message-get-reply-headers, message-followup):
4785         Mention related variables `message-use-followup-to' and
4786         `message-use-mail-followup-to', in the information buffer.
4787
4788         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4789         of broken groups(-beta).google.com.
4790
4791 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4792
4793         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4794         parameter to invoked gnus-request-move-article; remove the
4795         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4796         all at once instead of once per article
4797         (gnus-summary-remove-process-mark): accept a list of articles as
4798         well as a single article for processing
4799
4800         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4801
4802         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4803
4804         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4805
4806         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4807
4808         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4809
4810         * nnimap.el (nnimap-request-move-article): add move-is-internal
4811         parameter and remove the gnus-sum-hint-move-is-internal variable
4812
4813         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4814
4815         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4816
4817         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4818
4819         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4820
4821         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4822
4823         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4824
4825 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4826
4827         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4828         a more conservative way.
4829
4830 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4831
4832         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4833         buffer, so it moves the window's cursor.
4834
4835 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4836
4837         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4838         `mm-dissect-multipart' and receive the from field as an (optional)
4839         argument from `mm-dissect-multipart'.
4840         (mm-dissect-multipart): Receive the from field as an argument and
4841         pass it on when we call `mm-dissect-buffer' on MIME parts.
4842         Fixes verification/decryption of signed/encrypted MIME parts.
4843
4844 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4845
4846         * gnus-sum.el (gnus-summary-move-article): set
4847         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4848         whatever it calls (right now, only nnimap-request-move article
4849         respects it)
4850
4851         * nnimap.el (nnimap-request-move-article): when
4852         gnus-sum-hint-move-is-internal is set, don't do the extra
4853         nnimap-request-article
4854
4855 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4856
4857         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4858
4859         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4860         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4861
4862         * gnus-sum.el (gnus-summary-caesar-message):
4863         Apply `gnus-treat-article' after rotation.
4864
4865         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4866         doc string.
4867
4868 2005-02-22  Simon Josefsson  <jas@extundo.com>
4869
4870         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4871         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4872         <arne@arnested.dk>.
4873         (encrypt): Add password-cache and password-cache-expiry as group
4874         members.
4875
4876 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4877
4878         * smime.el (smime-ldap-host-list): Doc fix.
4879         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4880         cache) password.
4881         (smime-sign-region): Use it.
4882         (smime-decrypt-region): Use it.
4883         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4884         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4885         fails.
4886         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4887         certificate from DER to PEM format rather than calling openssl.
4888
4889         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4890
4891         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4892         for signing/encryption.
4893
4894         * mml.el (mml-parse-1): Use them.
4895
4896 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4897
4898         * nnrss.el (nnrss-verbose): Removed.
4899         (nnrss-request-group): Use `nnheader-message' instead.
4900
4901 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4902
4903         * nnrss.el (nnrss-verbose): New variable.
4904         (nnrss-request-group): Make it say nnrss is requesting a group.
4905
4906 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4909         Handle news URL with given port correctly.
4910
4911 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4914         containing special characters.
4915
4916         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4917
4918         * mml.el (mime-to-mml): Ditto.
4919
4920         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4921         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4922         (rfc2047-decode-region): Quote decoded words containing special
4923         characters when rfc2047-quote-decoded-words-containing-tspecials
4924         is non-nil.
4925
4926 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4927
4928         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4929
4930         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4931
4932 2005-02-15  Simon Josefsson  <jas@extundo.com>
4933
4934         * nnimap.el (nnimap-debug): Doc fix.
4935
4936         * imap.el (imap-debug): Doc fix.
4937
4938 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4941
4942 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4943
4944         * gnus.el (spam-contents): improve docs for spam-contents
4945         parameter in its variable incarnation
4946
4947 2005-02-14  Simon Josefsson  <jas@extundo.com>
4948
4949         * smime-ldap.el: Use require instead of load-library for ldap.
4950         (smime-ldap-search): Indent.
4951         (smime-ldap-search-internal): Shorten line.
4952
4953         * smime.el (smime-cert-by-dns): Add doc-string.
4954         (smime-cert-by-ldap-1): Indent.
4955
4956         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4957         mml-smime-get-dns-ldap.
4958         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4959
4960 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4961
4962         * smime.el: Require smime-ldap.
4963         (smime-ldap-host-list): New variable.
4964         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4965
4966         * mml-smime.el (mml-smime-encrypt-query): New function.
4967         (mml-smime-encrypt-query): Use it.
4968
4969         * smime-ldap.el: New file.
4970
4971 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4974
4975 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4976
4977         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4978         argument in doc string.  Make query for type more clear.
4979
4980 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4981
4982         * gnus.el (gnus-group-startup-message): Search for gnus images in
4983         etc/images/gnus.
4984         * mm-util.el (mm-image-load-path): Likewise.
4985         * smiley.el (smiley-data-directory): Search for smilies in
4986         etc/images/smilies.
4987
4988 2005-02-09  Kim F. Storm  <storm@cua.dk>
4989
4990         Change Emacs release version from 21.4 to 22.1 throughout.
4991         Change Emacs development version from 21.3.50 to 22.0.50.
4992
4993 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4996
4997         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4998         non-Mule XEmacs as well.
4999         (mm-decompress-buffer): Signal an error intentionally if it does
5000         not decompress compressed data because auto-compression-mode is
5001         disabled.
5002
5003 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5004
5005         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
5006         an ID in the registry even if it has no groups
5007
5008 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5011         merge it into mm-decompress-buffer.
5012         (gnus-mime-copy-part): Use the MIME part charset, the value which
5013         a user specified or gnus-newsgroup-charset for decoding, like
5014         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5015         save-buffer what was used.  Suggested by Kevin Ryde
5016         <user42@zip.com.au>.
5017         (gnus-mime-inline-part): Allow the name parameter as well as the
5018         filename parameter; force decompressing of compressed data; always
5019         display contents being not decoded as unibyte.
5020
5021         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5022         as well as the filename parameter.
5023
5024         * mm-util.el (mm-decompress-buffer): Merge
5025         gnus-mime-jka-compr-maybe-uncompress.
5026         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5027         of compressed data.
5028
5029 2005-02-08  Simon Josefsson  <jas@extundo.com>
5030
5031         * imap.el (imap-log): Doc fix.
5032
5033 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5036         the coding cookies; decompress compressed parts.
5037
5038         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5039         to the value which a user specified manually or the coding cookie.
5040
5041         * mm-util.el (mm-string-to-multibyte): New function.
5042         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5043         (mm-coding-system-to-mime-charset): New function.
5044         (mm-decompress-buffer): New function.
5045         (mm-find-buffer-file-coding-system): New function.
5046
5047         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5048         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5049         parts.
5050
5051 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5052
5053         * mm-view.el (mm-display-inline-fontify): Decode a part according
5054         to the charset parameter.
5055
5056 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5059         prefix arg is neither nil nor a number, as info specifies.
5060
5061 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5064         timestamps.
5065
5066 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5067
5068         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5069         groups error checking and notify user.
5070
5071 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5072
5073         * message.el (message-send-mail-function): Check existence of
5074         sendmail-program first before using default value
5075         `message-send-mail-with-sendmail'.  Otherwise use more generic
5076         `smtpmail-send-it'.
5077
5078 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * nntp.el (nntp-request-update-info): Always return nil.
5081
5082 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5083
5084         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5085
5086 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5087
5088         * message.el (message-beginning-of-line): Change the behavior when
5089         invoked between BOL and : so that it first moves backward.
5090
5091 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5094         article buffer when editing of the article is discarded.
5095         (gnus-article-prepare): Revert.
5096
5097 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-art.el (gnus-article-prepare):
5100         Remove message-strip-forbidden-properties from the local hook.
5101
5102 2005-01-27  Simon Josefsson  <jas@extundo.com>
5103
5104         * password.el (password-cache-add): Only start one timer per key.
5105         Reported by Derek Atkins <warlord@MIT.EDU>.
5106
5107 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5108
5109         * run-at-time.el: Removed.  It is no longer needed as
5110         timer-funcs.el in the xemacs-base package has a working version of
5111         `run-at-time'.
5112
5113         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5114
5115         * password.el: Require timer-funcs instead of run-at-time in
5116         XEmacs.
5117         Remove `password-run-at-time' macro.
5118         (password-cache-add): Use `run-at-time' instead of
5119         `password-run-at-time'.
5120
5121         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5122         Remove `nnheader-cancel-function-timers' alias,
5123         `cancel-function-timers' exists in XEmacs in timer-funcs.
5124
5125         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5126         for `run-with-idle-timer'.
5127
5128         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5129         for `run-at-time'.
5130
5131         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5132         for `with-timeout'.
5133
5134         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5135         the same as for XEmacs 21.4.
5136         No need to ignore `run-with-idle-timer', this function exists in
5137         XEmacs now in timer-funcs.el in the xemacs-base package.
5138         (dgnushack-compile): No need to delete
5139         run-at-time.el from the list of files to compile because it
5140         doesn't exist anymore.
5141
5142 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5145         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5146
5147 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5148
5149         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5150         sensitively.
5151
5152 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5153
5154         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5155
5156 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5159         which will be inserted according to the multibyteness of a buffer
5160         rather than the type of contents.  Suggested by ARISAWA Akihiro
5161         <ari@mbf.ocn.ne.jp>.
5162
5163         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5164         of string which old xml.el may return rather than a string.
5165
5166 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5169
5170 2005-01-16  Simon Josefsson  <jas@extundo.com>
5171
5172         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5173         idn/idna.el isn't available.
5174         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5175         <michael@waxrat.com>.
5176
5177         * hashcash.el: Remove non-FSF copyright header.
5178
5179         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5180         (hashcash-generate-payment): Use it.
5181         (hashcash-generate-payment-async): Use it.
5182
5183 2005-01-15  Simon Josefsson  <jas@extundo.com>
5184
5185         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5186         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5187
5188         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5189         gnus-summary-idna-message.
5190         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5191         (gnus-summary-idna-message): New function.
5192
5193 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5194
5195         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5196         gnus-novice-user.
5197
5198 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * nnrss.el (nnrss-request-delete-group): Delete entries in
5201         nnrss-group-alist as well.
5202         (nnrss-save-server-data): Insert newline.
5203
5204 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5205
5206         * gnus.el (gnus-user-agent): Use list of symbols instead of
5207         symbols.  Display full version number for (S)XEmacs.  Optionally
5208         display (S)XEmacs codename.
5209
5210         * gnus-util.el (gnus-emacs-version): Update for new
5211         `gnus-user-agent'.
5212
5213         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5214         Gnus version.
5215
5216 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5217
5218         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5219         which is unreadable in some setups.
5220
5221 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-spec.el (gnus-update-format-specifications): Flush the
5224         group format spec cache if it doesn't support decoded group names.
5225
5226 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5227
5228         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5229         to apply decay on score files matching a regexp.
5230
5231 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5234         compatibility in %g and %c.
5235
5236 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5239         name for only %g and %c.
5240         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5241         of gnus-tmp-group to decoded group name.
5242         (gnus-group-make-rss-group): Exclude `/'s from group names.
5243
5244 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * nnrss.el (nnrss-get-encoding): Fix regexp.
5247
5248 2004-12-27  Simon Josefsson  <jas@extundo.com>
5249
5250         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5251         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5252         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5253
5254 2004-12-17  Kim F. Storm  <storm@cua.dk>
5255
5256         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5257
5258         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5259
5260 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5261
5262         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5263
5264 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * nnrss.el: Require rfc2047 and mml.
5267         (nnrss-file-coding-system): New variable.
5268         (nnrss-format-string): Redefine it as an inline function.
5269         (nnrss-decode-group-name): New function.
5270         (nnrss-string-as-multibyte): Remove.
5271         (nnrss-retrieve-headers): Decode group name; don't use
5272         nnrss-format-string.
5273         (nnrss-request-group): Decode group name.
5274         (nnrss-request-article): Decode group name; allow a Message-ID as
5275         well as an article number; don't use nnrss-format-string; encode a
5276         Message-ID string which may contain non-ASCII characters; use
5277         mml-to-mime to compose a MIME article.
5278         (nnrss-request-expire-articles): Decode group name.
5279         (nnrss-request-delete-group): Decode group name.
5280         (nnrss-fetch): Clarify error message.
5281         (nnrss-read-server-data): Use insert-file-contents instead of load;
5282         bind file-name-coding-system; use multibyte buffer.
5283         (nnrss-save-server-data): Bind coding-system-for-write to the
5284         value of nnrss-file-coding-system; bind file-name-coding-system;
5285         add coding cookie.
5286         (nnrss-read-group-data): Use insert-file-contents instead of load;
5287         bind file-name-coding-system; use multibyte buffer.
5288         (nnrss-save-group-data): Bind coding-system-for-write to the
5289         value of nnrss-file-coding-system; bind file-name-coding-system.
5290         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5291         make it work with non-ASCII text.
5292         (nnrss-find-el): Make it work with old xml.el as well.
5293
5294 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5295
5296         * nnrss.el (nnrss-get-encoding): New function.
5297         (nnrss-fetch): Use unibyte buffer initially; bind
5298         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5299         decode contents according to the encoding attribute.
5300         (nnrss-save-group-data): Add coding cookie.
5301         (nnrss-mime-encode-string): New function.
5302         (nnrss-check-group): Use it to encode subject and author.
5303
5304 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5305
5306         * spam.el (spam-check-BBDB): don't get the symbol-value of an
5307         imaginary variable
5308
5309 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5312         correctly even if there are wide characters.
5313
5314 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5315
5316         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
5317         downcased symbol names; make a new cache instead of reusing
5318         bbdb-hashtable
5319
5320 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5323         concatenating segments rather than before concatenating them.
5324         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5325
5326         * message.el (message-get-reply-headers): Bind `extra'.
5327
5328 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5329
5330         * message.el (message-extra-wide-headers): New variable.
5331         (message-get-reply-headers): Use it.
5332
5333 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5336         (gnus-agent-group-pathname): Ditto.
5337
5338         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5339
5340         * gnus-group.el (gnus-group-make-group): Decode group name.
5341         (gnus-group-make-rss-group): Register the group data after opening
5342         the nnrss group.
5343
5344 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5345
5346         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5347         by expiry now get marked as read.
5348
5349 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5352
5353 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5354
5355         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5356         unify Latin characters in XEmacs.
5357         (mm-find-mime-charset-region): Use it.
5358
5359 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-util.el (gnus-delete-directory): New function.
5362
5363         * gnus-agent.el (gnus-agent-delete-group): Use it.
5364
5365         * gnus-cache.el (gnus-cache-delete-group): Use it.
5366
5367 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5370         names.
5371
5372 2004-12-16  Simon Josefsson  <jas@extundo.com>
5373
5374         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5375
5376 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5379
5380         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5381         (gnus-group-set-current-level): Decode group name.
5382
5383 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5384
5385         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5386         failed.
5387
5388 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * gnus-group.el (gnus-group-delete-group): Decode group name.
5391         (gnus-group-make-rss-group): Encode group name.
5392         (gnus-group-catchup-current): Decode group name.
5393         (gnus-group-kill-group): Decode group name.
5394
5395 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5396
5397         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5398
5399 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-group.el (gnus-group-make-rss-group):
5402         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5403
5404         * gnus-start.el (gnus-setup-news): Honor user's setting to
5405         gnus-message-archive-method.  Suggested by Lute Kamstra
5406         <lute@gnu.org>.
5407
5408 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5409
5410         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5411         global counterparts of the buffer-local variables.
5412
5413 2004-11-16  Romain Francoise  <romain@orebokech.com>
5414
5415         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5416         counterparts of the buffer-local variables.
5417
5418 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5419
5420         * message.el (message-forbidden-properties): Fixed typo in doc
5421         string.
5422
5423 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5424
5425         * gnus-util.el (gnus-replace-in-string): Added doc string.
5426
5427         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5428         to avoid problems when splitting mails with many recipients.
5429
5430 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5431
5432         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5433         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5434
5435 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5436
5437         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5438         if there is no hashtable in memory or file modification time is
5439         newer than cached timestamp.
5440
5441 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5442
5443         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5444         not-matching option.
5445
5446 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5447
5448         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5449         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5450         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5451         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5452         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5453         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5454
5455 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * message.el (message-forward-make-body-mml): Remove headers
5458         according to message-forward-ignored-headers if a message is decoded.
5459
5460 2004-12-02  Romain Francoise  <romain@orebokech.com>
5461
5462         * message.el (message-forward-make-body-plain): Always remove
5463         headers according to message-forward-ignored-headers.
5464
5465 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5466
5467         * spam.el (spam-summary-prepare-exit): remove the
5468         gnus-summary-limit pop for now, it has problems with ham marks for
5469         me
5470
5471 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5474         correctly
5475
5476 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5477
5478         * format-spec.el (format-spec): Message the char.
5479
5480 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5481
5482         * gnus-art.el (gnus-split-methods): reformat comments
5483
5484         * spam.el (spam-summary-prepare-exit): remove article limits
5485         before exiting the summary buffer
5486
5487 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5490         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5491
5492         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5493         order to silence the byte compiler.
5494
5495         * spam.el: Fix the way to silence the byte compiler, which
5496         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5497         bbdb-search-simple, spam-BBDB-register-routine,
5498         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5499         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5500         spam-stat-buffer-is-spam, spam-stat-load,
5501         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5502         spam-stat-save and spam-stat-split-fancy.
5503
5504 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5507         which may confuse users.
5508         (canlock-password-for-verify): Ditto.
5509
5510         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5511
5512         * gnus-art.el (gnus-emphasis-alist): Ditto.
5513
5514         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5515
5516         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5517
5518         * gnus-start.el (gnus-save-killed-list): Ditto.
5519
5520         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5521         (gnus-sum-thread-tree-root): Ditto.
5522         (gnus-sum-thread-tree-false-root): Ditto.
5523         (gnus-sum-thread-tree-single-indent): Ditto.
5524
5525         * message.el (message-courtesy-message): Ditto.
5526         (message-archive-note): Ditto.
5527         (message-subscribed-address-file): Ditto.
5528         (message-user-fqdn): Ditto.
5529
5530         * spam-report.el (spam-report-gmane-regex): Ditto.
5531
5532         * spam.el (spam-blackhole-good-server-regex): Ditto.
5533
5534 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * mml.el (mml-preview): Widen the message buffer before copying
5537         the contents to the preview buffer; sort headers before previewing.
5538
5539         * message.el (message-hidden-headers): Fix the way to avoid a bug
5540         in the `repeat' widget in Emacs 21.3 or earlier.
5541
5542 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * message.el (message-hidden-headers): Default to "^References:".
5545         Improve customization type.  Suggested by Reiner Steib
5546         <Reiner.Steib@gmx.de>.
5547
5548 2004-11-25  Romain Francoise  <romain@orebokech.com>
5549
5550         * message.el (message-strip-forbidden-properties): Remove check for
5551         obsolete `message-hidden' text property, hidden headers are not
5552         accessible in the buffer anymore.
5553
5554 2004-11-22  Romain Francoise  <romain@orebokech.com>
5555
5556         * message.el (message-header-format-alist): Add `From' in list
5557         so that it can be sorted.
5558         (message-fix-before-sending): Widen and sort headers before
5559         sending.
5560         (message-hide-headers): Use narrowing to hide headers by moving
5561         them to the top of the buffer and narrowing to the region
5562         underneath.
5563
5564 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565
5566         * message.el (message-strip-forbidden-properties): Bind
5567         buffer-read-only (etc) to nil.
5568
5569 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5572         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5573
5574 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5575
5576         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5577
5578 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579
5580         * dns.el (query-dns): Use sit-for to time instead of
5581         accept-process-output, since that doesn't seem to work on udp
5582         sockets.
5583
5584 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5587
5588 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5589
5590         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5591         doc string.  Improve doc string.
5592
5593 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * nntp.el (nntp-request-update-info): Return nil if
5596         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5597         may not call gnus-activate-group which uselessly issues the GROUP
5598         commands for all nntp groups and wastes time.  Reported by Romain
5599         Francoise <romain@orebokech.com>.
5600
5601         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5602
5603 2004-11-15  Simon Josefsson  <jas@extundo.com>
5604
5605         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5606         headers separately.
5607         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5608         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5609
5610 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * gnus-start.el (gnus-convert-old-newsrc):
5613         Assign legacy-gnus-agent to 5.10.7.
5614
5615 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5618         start of the lines.
5619
5620 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5621
5622         * hashcash.el (hashcash-default-payment): Change default to 20
5623         (hashcash-default-accept-payment): Change default to 20
5624         (hashcash-process-alist): New variable
5625         (hashcash-generate-payment-async): Add
5626         (hashcash-already-paid-p): Add
5627         (hashcash-insert-payment): Don't generate payments twice
5628         (hashcash-insert-payment-async): Add
5629         (hashcash-insert-payment-async-2): Add
5630         (hashcash-cancel-async): Add
5631         (hashcash-wait-async): Add
5632         (hashcash-processes-running-p): Add
5633         (hashcash-wait-or-cancel): Add
5634         (mail-add-payment): New optional argument.  Conditionally start
5635         asynchronous calculation.
5636         (mail-add-payment-async): Add
5637
5638         * message.el (message-send-mail): Wait for asynchronous hashcash
5639         results.  Don't clobber existing X-Hashcash headers.
5640         (message-setup-1): Call mail-add-payment-async when
5641         message-generate-hashcash is non-nil.
5642
5643 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5644
5645         * message.el (message-use-alternative-email-as-from): Examine the
5646         From header as well; use message-make-from in order to include a
5647         user's full name.
5648
5649 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5652         default; improve customization type.
5653         (gnus-emphasis-custom-with-format): New macro.
5654         (gnus-emphasis-custom-value-to-external): New function.
5655         (gnus-emphasis-custom-value-to-internal): New function.
5656
5657 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * dns.el (query-dns): Resolve reverse addresses.
5660
5661 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5662
5663         * gnus-group.el (gnus-group-get-new-news): Use it.
5664
5665         * gnus-start.el (gnus-check-reasonable-setup): New function.
5666
5667 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5670         "Args out of range" error.  Reported by Arnaud Giersch
5671         <arnaud.giersch@free.fr>.
5672
5673 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
5674
5675         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5676
5677 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5678
5679         * spam.el (spam group): Add :version.
5680
5681         * pgg-def.el (pgg group): Add :version.
5682
5683 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-art.el (gnus-article-edit-article): Don't associate the
5686         article buffer with a draft file.  This is a temporary measure
5687         against the 2004-08-22 change to gnus-article-edit-mode.
5688
5689 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5692         (html2text-format-tags): Remove unused variable `attr'.
5693
5694 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5695
5696         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5697
5698         * tls.el (tls-process-connection-type, tls-success)
5699         (tls-certtool-program): Add :version.
5700
5701         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5702         (starttls-extra-arguments, starttls-process-connection-type)
5703         (starttls-connect, starttls-failure, starttls-success):
5704
5705         * spam-stat.el (spam-stat): Add :version.
5706
5707         * sieve.el (sieve): Add :version.
5708
5709         * sha1.el (sha1): Add :version.
5710         (sha1-use-external): Remove redundant version.
5711
5712         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5713         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5714         (nnmail-split-fancy-match-partial-words)
5715         (nnmail-split-lowercase-expanded):
5716
5717         * nndiary.el (nndiary): Add :version.
5718
5719         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5720
5721         * mml-sec.el (mml-default-sign-method)
5722         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5723         Add :version.
5724
5725         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5726
5727         * mm-url.el (mm-url-use-external, mm-url-program)
5728         (mm-url-arguments): Add :version.
5729
5730         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5731         (mm-attachment-file-modes, mm-decrypt-option)
5732         (mm-w3m-safe-url-regexp): Add :version.
5733
5734         * message.el (message-cite-prefix-regexp)
5735         (message-sendmail-envelope-from, message-minibuffer-local-map)
5736         (message-user-fqdn, message-completion-alist): Add :version.
5737
5738         * gnus-win.el (gnus-configure-windows-hook)
5739         (gnus-use-frames-on-any-display): Add :version.
5740
5741         * gnus-art.el (gnus-article-address-banner-alist)
5742         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5743         (gnus-treat-from-picon, gnus-treat-mail-picon)
5744         (gnus-treat-x-pgp-sig): Add :version.
5745
5746         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5747         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5748         (gnus-summary-article-delete-hook)
5749         (gnus-summary-display-while-building): Add :version.
5750
5751         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5752         (gnus-get-top-new-news-hook):Add :version.
5753
5754         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5755         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5756
5757         * gnus-registry.el (gnus-registry): Add :version.
5758
5759         * gnus-spec.el (gnus-use-correct-string-widths)
5760         (gnus-make-format-preserve-properties): Add :version.
5761
5762         * gnus.el (gnus-group-charter-alist)
5763         (gnus-group-fetch-control-use-browse-url)
5764         (gnus-install-group-spam-parameters): Add :version.
5765
5766         * gnus-diary.el (gnus-diary): Add :version.
5767
5768         * gnus-delay.el (gnus-delay): Add :version.
5769
5770         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5771         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5772         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5773         Add :version.
5774
5775         * gnus-agent.el (gnus-agent-max-fetch-size)
5776         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5777         (gnus-agent-prompt-send-queue): Add :version.
5778
5779         * deuglify.el (gnus-outlook-deuglify): Add :version.
5780
5781         * html2text.el: Beautify code.  Improve doc strings.  Some
5782         checkdoc cleanup.
5783         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5784
5785 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
5786
5787         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5788
5789 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * gnus-registry.el (gnus-registry-hashtb): create the registry
5792         when package is loaded
5793
5794         * spam.el (spam-summary-score-preferred-header): global preference
5795         for people who want to override the default SpamAssassin over
5796         Bogofilter preference (when both are set)
5797         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5798         (spam-user-format-function-S): check spam-summary-score-preferred-header
5799         (spam-extra-header-to-number): add X-Bogosity header parsing
5800         (spam-user-format-function-S): format the score correctly
5801
5802 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5805         signature file.  Suggested by Manoj Srivastava
5806         <srivasta@golden-gryphon.com>.
5807
5808         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5809         iso-2022-jp even in the Japanese language environment.
5810         Suggested by Jason Rumney <jasonr@gnu.org>.
5811
5812 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5815         use the same characters as the dummy marks; make it free from
5816         getting affected by the language environment.
5817         (gnus-summary-read-group-1): Update mark positions only when the
5818         format spec is updated.
5819
5820         * gnus-spec.el (gnus-update-format-specifications): Return a list
5821         of updated types.
5822
5823 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5826         of boundp to check if display-warning is available.
5827
5828 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5829
5830         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5831
5832 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * nnspool.el (nnspool-spool-directory): Use news-path if the
5835         news-directory variable is not bound.
5836
5837         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5838         function instead of display-warning if it is not available.
5839
5840 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5843         v5-10: Use `point-at-bol'.
5844
5845 2004-10-26  Simon Josefsson  <jas@extundo.com>
5846
5847         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5848         <chenggao@gmail.com>.
5849
5850 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5851
5852         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5853         instead.
5854
5855 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5856
5857         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5858         to remove a server from the nnimap-server-buffer-alist
5859         (nnimap-open-connection, nnimap-close-server): use it
5860
5861         * gnus-encrypt.el: removed in favor of encrypt.el
5862
5863 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5866         running the major-mode function.
5867
5868 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5871         dummy marks in the right way.
5872
5873 2004-10-18  David Edmondson  <dme@dme.org>
5874
5875         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5876         excessively.
5877
5878 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5879
5880         * gnus-util.el (gnus-split-references): accept a nil references
5881         string and go on blissfully
5882
5883         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5884         cases where the references string is non-nil but has no references
5885
5886         * encrypt.el: add autoload tags
5887
5888         * spam.el (spam-resolve-registrations-routine): remove article
5889         from unregistration list too.  Reported by David Hanak
5890         <dhanak@isis.vanderbilt.edu>
5891
5892 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5893
5894         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5895         nil.  Changed custom type.
5896
5897 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5898
5899         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5900
5901         * gnus-sum.el (gnus-summary-move-article): Use it.
5902
5903 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5904
5905         * encrypt.el: add autoload cookies
5906
5907         * spam.el (spam-backend-article-list-property)
5908         (spam-backend-get-article-todo-list)
5909         (spam-backend-put-article-todo-list, )
5910         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5911         resolve registrations separately
5912         (spam-register-routine): format comments
5913         (spam-unregister-routine, spam-register-routine): always call with
5914         specific-articles, no default list
5915         (spam-summary-prepare-exit): use the spam-classifications function
5916
5917         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5918         gnus-encrypt.el
5919
5920         * encrypt.el: copied from gnus-encrypt.el
5921
5922         * gnus-encrypt.el: commented that it's obsolete
5923
5924 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5925
5926         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5927         (gnus-score-save): Use it.
5928
5929         * message.el (message-bury): Use `window-dedicated-p'.
5930
5931 2004-10-15  Simon Josefsson  <jas@extundo.com>
5932
5933         * pop3.el (top-level): Don't require nnheader.
5934         (pop3-read-timeout): Add.
5935         (pop3-accept-process-output): Add.
5936         (pop3-read-response, pop3-retr): Use it.
5937
5938 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5939
5940         * spam.el (spam-register-routine): move comment
5941         (spam-verify-bogofilter): we use 'unknown for the initial
5942         spam-bogofilter-valid state, not 'never
5943
5944         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5945         for netrc-machine
5946
5947         * nnimap.el (nnimap-open-connection): use
5948         netrc-machine-user-or-password
5949
5950 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5951
5952         * gnus-registry.el (gnus-registry-unload-hook):
5953         Set as a variable with add-hook.
5954
5955         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5956         of news-path.
5957
5958         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5959
5960         * spam.el: Delete duplicate `provide'.
5961         (spam-unload-hook): Set as a variable with add-hook.
5962
5963 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5964
5965         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5966         in the doc string.
5967
5968         * message.el (message-ignored-news-headers)
5969         (message-ignored-supersedes-headers)
5970         (message-ignored-resent-headers)
5971         (message-forward-ignored-headers): Improve custom type.
5972
5973 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * message.el (message-tokenize-header): Fix 2004-09-06 change
5976         which used point-min in the wrong place.
5977
5978 2004-10-12  Simon Josefsson  <jas@extundo.com>
5979
5980         * net/tls.el (tls-certtool-program): New variable.
5981         (tls-certificate-information): New function, based on
5982         ssl-certificate-information.
5983
5984 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * compface.el: Move the version of ELisp-based uncompface program
5987         to the contrib directory because of the copyright problem.
5988
5989 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5990
5991         * message.el (message-kill-buffer): Raise the current frame.
5992
5993 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5994
5995         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5996
5997         * gnus.el (message-y-or-n-p): Autoload.
5998
5999         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6000         (pop3-password-required, pop3-authentication-scheme)
6001         (pop3-leave-mail-on-server): Made customizable.
6002         (pop3): New custom group.
6003         (pop3-retr): Remove `sleep-for' statements.
6004         Suggested by Dave Love <fx@gnu.org>.
6005
6006         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6007         Windows/DOS.
6008
6009         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6010         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6011         Dave Love <fx@gnu.org>.
6012
6013         * mml.el (mml-minibuffer-read-disposition): Require match.
6014         Suggested by Dave Love <fx@gnu.org>.
6015
6016 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6017
6018         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6019         doc string.
6020
6021 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6024
6025 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6026
6027         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6028         instead of calling `mm-insert-inline', to decode text/* parts
6029         before displaying them.
6030
6031 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * mm-uu.el (mm-uu-text-plain-type): New variable.
6034         (mm-uu-pgp-signed-extract-1): Use it.
6035         (mm-uu-pgp-encrypted-extract-1): Use it.
6036         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6037         bind mm-uu-text-plain-type with that value.
6038         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6039         mm-uu-dissect.
6040
6041 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * gnus-group.el (gnus-update-group-mark-positions):
6044         * gnus-sum.el (gnus-update-summary-mark-positions):
6045         * message.el (message-check-news-body-syntax):
6046         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6047         of string-as-multibyte.
6048
6049 2004-10-05  Juri Linkov  <juri@jurta.org>
6050
6051         * gnus-group.el (gnus-update-group-mark-positions):
6052         * gnus-sum.el (gnus-update-summary-mark-positions):
6053         * message.el (message-check-news-body-syntax):
6054         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6055         8-bit unibyte values to a multibyte string for search functions.
6056
6057 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6060         (mm-uu-dissect-text-parts): New function.
6061
6062         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6063         dissect text parts.
6064
6065         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6066         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6067
6068         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6069
6070         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6071         gnus-current-topics instead of gnus-current-topic.
6072
6073 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6074
6075         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6076
6077 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6078
6079         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6080         where approriate.
6081
6082         * nnml.el (nnml-generate-active-info): do.
6083
6084         * nndiary.el (nndiary-generate-active-info): do.
6085
6086         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6087         (gnus-topic-move): do.
6088
6089         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6090         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6091
6092         * gnus-srvr.el (gnus-server-prepare)
6093         (gnus-server-open-all-servers): do.
6094
6095         * gnus-msg.el (gnus-summary-cancel-article)
6096         (gnus-summary-resend-message)
6097         (gnus-summary-mail-crosspost-complaint): do.
6098
6099         * gnus-move.el (gnus-change-server): do.
6100
6101         * gnus-group.el (gnus-group-unmark-all-groups)
6102         (gnus-group-set-current-level): do.
6103
6104 2004-10-04  Simon Josefsson  <jas@extundo.com>
6105
6106         * message.el (message-generate-hashcash): Doc fix.
6107
6108 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6109
6110         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6111         avoid infinite recursion via gnus-get-function.
6112
6113 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6114
6115         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6116
6117         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6118
6119         * nnmail.el (nnmail-split-history): do.
6120
6121         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6122         (nnml-request-delete-group): do.
6123
6124         * nnslashdot.el (nnslashdot-read-groups): do.
6125
6126         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6127         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6128
6129         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6130         (nnspool-sift-nov-with-sed): Use last
6131         (nnspool-retrieve-headers-with-nov): Use mapc.
6132         (nnspool-request-newgroups): Use dolist.
6133         (nnspool-request-group): Use last.
6134
6135         * nntp.el (nntp-read-server-type): Use dolist.
6136
6137         * nnvirtual.el (nnvirtual-create-mapping)
6138         (nnvirtual-update-read-and-marked): Use dolist.
6139         (nnvirtual-convert-headers): Simplify.
6140
6141 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6142
6143         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6144         support for sync'ing tick marks.
6145
6146 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6149         there's no visible header.
6150
6151 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6152
6153         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6154         necessary, pass full group name to gnus-request-set-marks.
6155
6156 2004-10-01  Simon Josefsson  <jas@extundo.com>
6157
6158         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6159         acroread.
6160
6161 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6162
6163         * spam-report.el (spam-report-gmane): Fix interactive.
6164
6165         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6166
6167         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6168         when writing file.
6169         (gnus-agent-synchronize-flags): Don't default to being
6170         interactive.
6171
6172 2004-09-30  Simon Josefsson  <jas@extundo.com>
6173
6174         * message.el (message-generate-hashcash): Add.
6175         (message-send-mail): Use it, call mail-add-payment.
6176
6177 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6178
6179         * spam.el (spam-verify-bogofilter): -V, not -sV option
6180
6181 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6182
6183         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6184         gnus-requst-update-info with explicit code to sync the in-memory
6185         info read flags with the marks being sync'd to the backend.
6186
6187         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6188
6189 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6190
6191         * spam.el (spam-verify-bogofilter): new function
6192         (spam-check-bogofilter)
6193         (spam-bogofilter-register-with-bogofilter): use it
6194         (spam-verify-bogofilter): small fixes
6195
6196 2004-09-28  Simon Josefsson  <jas@extundo.com>
6197
6198         * hashcash.el (hashcash-generate-payment): Revert.
6199
6200 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6201
6202         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
6203         gnus-extract-references instead of gnus-split-references
6204
6205         * gnus-util.el (gnus-extract-references): new function, analogous
6206         to gnus-split-references but extracts only the message-ID without
6207         anything extra
6208
6209         * hashcash.el (hashcash-generate-payment)
6210         (hashcash-check-payment): do the right thing if hashcash-path is
6211         nil (because the hashcash program could not be found)
6212
6213         * spam.el (spam-use-hashcash): remove comment
6214
6215 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6216
6217         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6218         (gnus-cache-enter-article, gnus-cache-remove-article)
6219         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6220
6221         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6222
6223         * gnus-art.el (article-hide-boring-headers)
6224         (article-translate-strings, article-display-face)
6225         (gnus-article-mime-match-handle-first)
6226         (gnus-article-highlight-headers)
6227         (gnus-article-add-buttons-to-head): do.
6228
6229 2004-09-27  Simon Josefsson  <jas@extundo.com>
6230
6231         * hashcash.el: New version, from
6232         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6233         ../contrib/.
6234
6235 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6238
6239 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6240
6241         * gnus-dup.el (gnus-dup-open): Use mapc.
6242         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6243
6244         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6245         Reported by Stefan Wiens <s.wi@gmx.net>.
6246
6247         * gnus.el (gnus-shutdown): Use dolist.
6248
6249         * gnus-undo.el (gnus-undo): Use mapc.
6250
6251         * nnrss.el (nnrss-generate-active): do.
6252
6253         * message.el (message-cite-original-without-signature)
6254         (message-cite-original): Use mapc.
6255         (message-do-actions, message-make-forward-subject): Use dolist.
6256
6257 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6258
6259         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6260         deletion to remove entire duplicate line.  Fixes merged article
6261         number bug.
6262
6263 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6264
6265         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6266         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6267         first ask if you want to open a server and then, even when you
6268         responded with no, asking if you want to synchronize the server's
6269         flags.
6270         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6271         multi-line expressions.
6272         (gnus-agent-synchronize-group-flags): New internal function.
6273         Updates marks in memory (in the info structure) AND in the
6274         backend.
6275
6276         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6277
6278         * nnagent.el (nnagent-request-set-mark): Use
6279         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6280         method, to ensure that synchronization updates marks in the
6281         backend and in the info (in memory) structure.
6282
6283 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6286         convention fully; don't miss the root article of a thread; make
6287         the X-Draft-From header with correct article numbers.
6288
6289 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6290
6291         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6292         unless plugged.  Disable the agent so that an open failure causes
6293         an error.
6294
6295         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6296         Reverted 2004-09-21 change.  The backend must be opened while
6297         synchronizing flags even when the backend stores the flags
6298         locally.
6299
6300 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6301
6302         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6303         in `header' match.  Reported by Svend Tollak Munkejord.
6304
6305         * message.el (message-cite-original): Fix use of
6306         `message-cite-articles-with-x-no-archive'.
6307
6308 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6311         (gnus-window-to-buffer): Ditto.
6312
6313         * mml.el (mml-preview-buffer): New variable.
6314         (mml-preview): Manage window layout with gnus-buffer-configuration.
6315
6316         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6317         X-Draft-From header even if those articles aren't quoted.
6318
6319 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6320
6321         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6322         (gnus-request-set-mark, gnus-request-update-mark): Use new
6323         g-s-t-u-l-m to decide to use backend even when unplugged.
6324
6325 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6328         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6329
6330 2004-09-20  Simon Josefsson  <jas@extundo.com>
6331
6332         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6333         "utf-16-le".
6334
6335 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6336
6337         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6338
6339 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * uudecode.el (uudecode-use-external): Add :version.
6342
6343         * smime.el (smime-CA-file, smime-encrypt-cipher)
6344         (smime-dns-server): Add :version.
6345
6346         * smiley.el (gnus-smiley-file-types): Add :version.
6347
6348         * sha1.el (sha1-use-external): Add :version.
6349
6350         * pgg-def.el (pgg-query-keyserver): Add :version.
6351
6352         * nnmail.el (nnmail-fancy-expiry-targets)
6353         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6354
6355         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6356         (nnimap-retrieve-groups-asynchronous): Add :version.
6357         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6358
6359         * mml.el (mml-content-disposition-parameters)
6360         (mml-insert-mime-headers-always): Add :version.
6361
6362         * mm-util.el (mm-coding-system-priorities):
6363
6364         * mm-decode.el (mm-inline-text-html-with-images)
6365         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6366         (mm-verify-option): Add :version.
6367         (mm-text-html-renderer): Change :version.
6368
6369         * message.el (message-fcc-externalize-attachments)
6370         (message-required-headers, message-draft-headers)
6371         (message-subject-trailing-was-query)
6372         (message-subject-trailing-was-ask-regexp)
6373         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6374         (message-mark-insert-end, message-archive-header)
6375         (message-archive-note, message-cross-post-default)
6376         (message-cross-post-note, message-followup-to-note)
6377         (message-cross-post-note-function, message-use-mail-followup-to)
6378         (message-subscribed-address-functions)
6379         (message-subscribed-address-file, message-subscribed-addresses)
6380         (message-subscribed-regexps, message-allow-no-recipients)
6381         (message-yank-cited-prefix, message-signature-insert-empty-line)
6382         (message-hidden-headers, message-hierarchical-addresses)
6383         (message-mail-user-agent, message-use-idna)
6384         (message-valid-fqdn-regexp)
6385         (message-strip-special-text-properties, message-header-synonyms)
6386         (message-beginning-of-line, message-tab-body-function): Add :version.
6387         (message-insert-canlock, message-wide-reply-confirm-recipients):
6388         Change :version.
6389
6390         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6391         and :version.
6392         (mail-source-delete-old-incoming-confirm)
6393         (mail-source-movemail-program): Add :version.
6394
6395         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6396         (gnus-agent-cache, gnus-agent): Change :version.
6397
6398         * gnus-util.el (gnus-use-byte-compile): Change :version.
6399
6400         * gnus-sum.el (gnus-summary-make-false-root-always)
6401         (gnus-summary-default-high-score)
6402         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6403         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6404         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6405         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6406         (gnus-sum-thread-tree-single-indent)
6407         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6408         (gnus-sum-thread-tree-leaf-with-other)
6409         (gnus-sum-thread-tree-single-leaf): Add :version.
6410         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6411         (gnus-article-loose-mime): Change :version.
6412
6413         * gnus-start.el (gnus-backup-startup-file)
6414         (gnus-save-startup-file-via-temp-buffer): Add :version.
6415
6416         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6417         (gnus-server-offline-face): Add :version.
6418
6419         * gnus-score.el (gnus-adaptive-word-length-limit):
6420
6421         * gnus-msg.el (gnus-gcc-externalize-attachments)
6422         (gnus-debug-files, gnus-debug-exclude-variables)
6423         (gnus-discouraged-post-methods): Change :version.
6424         (gnus-confirm-mail-reply-to-news)
6425         (gnus-confirm-treat-mail-like-news): Add :version.
6426
6427         * gnus-int.el (gnus-server-unopen-status): Add :version.
6428
6429         * gnus-group.el (gnus-group-jump-to-group-prompt)
6430         (gnus-large-ephemeral-newsgroup)
6431         (gnus-fetch-old-ephemeral-headers): Add :version.
6432
6433         * gnus-fun.el (gnus-x-face-directory)
6434         (gnus-convert-pbm-to-x-face-command)
6435         (gnus-convert-image-to-x-face-command)
6436         (gnus-convert-image-to-face-command): Add :version.
6437
6438         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6439
6440         * gnus-cite.el (gnus-cite-blank-line-after-header)
6441         (gnus-article-boring-faces):
6442
6443         * gnus-art.el (gnus-buttonized-mime-types)
6444         (gnus-inhibit-mime-unbuttonizing)
6445         (gnus-treat-display-face)
6446         (gnus-treat-body-boundary): Change :version.
6447         (gnus-body-boundary-delimiter, gnus-picon-databases)
6448         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6449         (gnus-treat-date-english, gnus-treat-fold-headers)
6450         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6451         (gnus-treat-mail-picon, gnus-treat-wash-html)
6452         (gnus-article-encrypt-protocol)
6453         (gnus-use-idna, gnus-article-over-scroll)
6454         (gnus-mime-display-multipart-alternative-as-mixed)
6455         (gnus-mime-display-multipart-related-as-mixed)
6456         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6457         (gnus-ctan-url, gnus-button-ctan-handler)
6458         (gnus-button-handle-ctan-bogus-regexp)
6459         (gnus-button-ctan-directory-regexp)
6460         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6461         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6462         (gnus-button-man-level, gnus-button-emacs-level)
6463         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6464
6465         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6466         (gnus-agent-go-online): Change :version.
6467         (gnus-agent-expire-unagentized-dirs)
6468         (gnus-agent-auto-agentize-methods): Add :version.
6469
6470         * flow-fill.el (fill-flowed-display-column)
6471         (fill-flowed-encode-column): Add :version.
6472
6473         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6474         (gnus-outlook-deuglify-unwrap-max)
6475         (gnus-outlook-deuglify-cite-marks)
6476         (gnus-outlook-deuglify-unwrap-stop-chars)
6477         (gnus-outlook-deuglify-no-wrap-chars)
6478         (gnus-outlook-deuglify-attrib-cut-regexp)
6479         (gnus-outlook-deuglify-attrib-verb-regexp)
6480         (gnus-outlook-deuglify-attrib-end-regexp)
6481         (gnus-outlook-display-hook): Add :version.
6482
6483         * binhex.el (binhex-use-external): Add :version.
6484
6485 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6486
6487         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6488         and `invisible'.
6489
6490 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6491
6492         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6493         in gnus-registry-trim
6494
6495 2004-09-13  Simon Josefsson  <jas@extundo.com>
6496
6497         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6498
6499         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6500
6501         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6502         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6503         <yamaoka@jpl.org>.
6504         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6505         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6506         <yamaoka@jpl.org>.
6507
6508         * sieve.el (sieve-manage-mode): Ditto.
6509
6510 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6511
6512         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6513
6514 2004-09-11  Simon Josefsson  <jas@extundo.com>
6515
6516         * dns-mode.el: Add.
6517
6518         * mm-view.el (mm-display-dns-inline): Add.
6519
6520         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6521         (mm-automatic-display): Ditto.
6522
6523         * mailcap.el (mailcap-mime-data): Add text/dns.
6524         (mailcap-mime-extensions): Map .soa to text/dns.
6525
6526 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6527
6528         * gnus-art.el (article-decode-mime-words, article-babel)
6529         (gnus-article-highlight-signature, gnus-article-add-buttons)
6530         (gnus-signature-toggle): Remove unnecessary bindings of
6531         `inhibit-read-only' inherited from v5.10 merge.
6532
6533 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * nntp.el (nntp): New customization group.
6536         (nntp-authinfo-file): Add customization group.
6537
6538         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6539
6540         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6541
6542         * gnus.el (to-address, to-list, subscribed)
6543         (large-newsgroup-initial): Ditto.
6544
6545         * flow-fill.el (fill-flowed-display-column)
6546         (fill-flowed-encode-column): Ditto.
6547
6548 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6549
6550         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6551         Use point-min rather than 1.
6552         (message-send-mail): Use buffer-size rather than point-max.
6553
6554         * gnus-sum.el (gnus-summary-search-article-forward):
6555         Signal a specific `search-failed' rather than a generic `error'.
6556
6557         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6558         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6559         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6560
6561 2004-09-10  Simon Josefsson  <jas@extundo.com>
6562
6563         * nndb.el (require): Remove tcp and duplicate cl.
6564
6565 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * gnus-agent.el (directory-files-and-attributes): Move forward.
6568
6569 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6570
6571         * gnus-agent.el (directory-files-and-attributes): Optionally
6572         defined to support XEmacs.
6573
6574 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6575
6576         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6577         to avoid run-time CL dependencies.
6578         (gnus-agent-unfetch-articles): New function.
6579         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6580         article numbers even when local .overview file is missing.
6581         (gnus-agent-read-article-number): New function. Only accepts
6582         27-bit article numbers.
6583         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6584         gnus-agent-read-article-number.
6585         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6586         from backend while recognizing that article numbers in .overview
6587         must be valid.
6588         (gnus-agent-update-files-total-fetched-for): Use
6589         directory-files-and-attributes to improve performance.
6590         * gnus-int.el (gnus-request-move-article): Use
6591         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6592         improve performance.
6593
6594         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6595         some users confused by references to .newsrc when they only have a
6596         .newsrc.eld file.
6597         (gnus-convert-mark-converter-prompt,
6598         gnus-convert-converter-needs-prompt): Fixed use of property list.
6599         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6600         New function. Used internally to only display 'gnus converting
6601         files' message when actually necessary.
6602
6603         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6604         methods now autoloaded.
6605
6606 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6609         identifiers.
6610
6611 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * gnus-picon.el: Fix indentation and closing parenthesis.
6614
6615 2004-09-01  Simon Josefsson  <jas@extundo.com>
6616
6617         * message.el (message-canlock-generate): Require sha1, not
6618         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6619         to require within a function.  Sadly, if sha1.el isn't loaded, the
6620         let binding in m-c-g will hide the defcustom definition, which is
6621         bad.)
6622
6623         * canlock.el: Require sha1, not sha1-el.
6624
6625         * message.el: Don't autoload sha1 (there is a autoload cookie in
6626         sha1.el).
6627
6628         * sha1-el.el: Renamed to sha1.el.
6629
6630 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6631
6632         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6633
6634 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6635
6636         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6637
6638 2004-08-30  Kim F. Storm  <storm@cua.dk>
6639
6640         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6641
6642         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6643         Add :group 'nnimap.
6644
6645 2004-08-30  Andreas Schwab  <schwab@suse.de>
6646
6647         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6648         ?* and ?\;.
6649
6650         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6651         and ?\' to symbol instead of whitespace.
6652
6653 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6656
6657         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6658         instead of re-search-forward.
6659
6660         * gnus-uu.el (gnus-uu-save-article): Ditto.
6661         (gnus-uu-post-encode-uuencode): Ditto.
6662
6663         * html2text.el (html2text-clean-list-items): Ditto.
6664         (html2text-clean-dtdd): Ditto.
6665         (html2text-format-tags): Ditto.
6666
6667         * message.el (message-send-mail-with-sendmail): Fix regexp.
6668         (message-fill-field-general): Use search-forward instead of
6669         re-search-forward.
6670         (unbold-region): Ditto.
6671
6672         * nnrss.el (nnrss-request-article): Ditto.
6673
6674         * nnslashdot.el (nnslashdot-request-article): Ditto.
6675
6676         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6677
6678         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6679         "Unrecognized menu descriptor" error in XEmacs.
6680
6681 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6682
6683         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6684         parent article of a sparse article in the thread hashtb.
6685
6686 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
6687
6688         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6689         (nnmail-expand-newtext): Lowercase expanded entries if
6690         nnmail-split-lowercase-expanded is non-nil.
6691
6692 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6695         entry.
6696
6697         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6698         of gnus-tmp-news-method into string under XEmacs.  It will be
6699         passed to gnus-correct-length which takes only a string argument.
6700
6701 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-util.el (gnus-bind-print-variables): New macro.
6704         (gnus-prin1): Use it.
6705         (gnus-prin1-to-string): Use it.
6706         (gnus-pp): New function.
6707         (gnus-pp-to-string): New function.
6708
6709         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6710         pp-to-string with gnus-pp-to-string.
6711         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6712         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6713         * gnus-msg.el (gnus-debug): Ditto.
6714         * gnus-score.el (gnus-score-save): Ditto.
6715         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6716         gnus-pp-to-string.
6717         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6718         with gnus-pp.
6719         * score-mode.el (gnus-score-pretty-print): Ditto.
6720         * webmail.el (webmail-debug): Ditto.
6721
6722 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-art.el (article-display-face, article-display-x-face): Use
6725         buffer-read-only.
6726
6727 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * gnus-art.el (article-hide-list-identifiers): Bind
6730         inhibit-read-only as t.
6731
6732 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6735
6736 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6737
6738         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6739         (gnus-narrow-to-page): Don't assume point-min == 1.
6740         (gnus-article-edit-mode): Derive from message-mode.
6741
6742         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6743         point-min == 1.
6744
6745         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6746         Disable incorrect use of `assert'.
6747
6748         * message.el (message-mode): Set comment-start-skip.
6749
6750
6751 2004-08-22  Sam Steingold  <sds@gnu.org>
6752
6753         * pop3.el (pop3-leave-mail-on-server): New user variable.
6754         (pop3-movemail): Delete mail only when it is nil.
6755
6756 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6757
6758         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6759
6760         * mml.el (mml-preview): Use `pop-to-buffer'.
6761
6762         * message.el (message-goto-mail-followup-to): Insert after "To".
6763         (message-carefully-insert-headers): Add comment.
6764
6765         * gnus.el: Remove unused variable `gnus-article-check-size'.
6766
6767         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6768
6769         * gnus-art.el (gnus-button-alist): Improve
6770         `gnus-button-handle-library' entry.
6771
6772 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
6773
6774         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6775         downcase, since XEmacs capitalizes error messages differently.
6776
6777 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6778
6779         * nntp.el: Add (require 'gnus) due to reference to
6780         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6781
6782 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6783
6784         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6785         `mm-fill-flowed'.
6786
6787         * mm-decode.el (mm-dissect-singlepart): Check it.
6788
6789 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6790
6791         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6792         'imap' for netrc parsing
6793
6794 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6795
6796         * mailcap.el (mailcap-mime-data): Mark as risky.
6797
6798 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6801         may be included in the encoded word.
6802         (rfc2047-encode): Don't append a space if the encoded word
6803         includes close parenthesis.
6804
6805 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6808         of text within parentheses.
6809
6810 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6813         (gnus-encrypt-write-file-contents): the password key is the file
6814         name PLUS the cipher, not just the cipher.  Also remove failed
6815         passwords from the cache.
6816
6817 2004-08-06  Simon Josefsson  <jas@extundo.com>
6818
6819         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6820         fix.
6821
6822 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6825         LWSP.
6826
6827 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6830         to append in-reply-to: data to the references: header
6831
6832         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6833         (netrc-parse): use gnus-encrypt.el functions
6834
6835         * gnus-encrypt.el: new file for encryption support; currently
6836         does only a few GPG ciphers and an internal XOR cipher
6837
6838         * password.el: add comments on using password-read-and-add
6839         (password-read-and-add): new function to read and add the
6840         password to the cache at once
6841
6842 2004-07-28  Simon Josefsson  <jas@extundo.com>
6843
6844         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6845         parameter (but don't use it, for now).
6846
6847         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6848         instead of hard coding to nil.
6849
6850 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6853         as mm-inline-image-xemacs does.
6854
6855 2004-07-26  Simon Josefsson  <jas@extundo.com>
6856
6857         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6858         Revert part of 2004-07-17 change below.
6859
6860 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6863         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6864
6865 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6866
6867         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6868         quotes that actually start with ">" at the beginning of the
6869         lines.
6870
6871 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * rfc2047.el (rfc2047-encode-region): Fix last change.
6874         (rfc2047-encode-parameter): Remove useless concat.
6875
6876 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6879         encode special characters; fix some kind of misconfigured headers;
6880         signal a real error if debug-on-quit or debug-on-error is non-nil.
6881         (rfc2047-encode-max-chars): New variable.
6882         (rfc2047-encode-1): Use it.
6883         (rfc2047-encode-parameter): New function.
6884
6885         * mml.el (mml-insert-parameter): Remove an excessive space.
6886
6887 2004-07-17  Simon Josefsson  <jas@extundo.com>
6888
6889         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6890         Kai Grossjohann <kai@emptydomain.de>.
6891         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6892         (gnus-group-make-menu-bar): Ditto.
6893
6894         * gnus-util.el (gnus-group-server): Add.
6895
6896 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6897
6898         * message.el (message-clone-locals): Clone sendmail and smtp
6899         variables.
6900
6901 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * rfc2047.el (rfc2047-encode-region): Fix last change.
6904
6905 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6908         characters as non-special.
6909
6910 2004-07-09  Simon Josefsson  <jas@extundo.com>
6911
6912         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6913         Users will lose all flag changes made while unplugged with
6914         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6915         good default.  See numerous reports on ding mailing list.
6916
6917 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6920         add generate-head-function and generate-article-function to the
6921         rfc822-forward entry.
6922         (nndoc-rfc822-forward-generate-article): New function.
6923         (nndoc-rfc822-forward-generate-head): New function.
6924
6925         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6926
6927 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6928
6929         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
6930         respect display group parameter and gnus-summary-expunge-below.
6931         (gnus-articles-to-read): Remove unused reference to display group
6932         parameter.
6933
6934 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6935
6936         * nnheader.el (nnheader-uniquify-message-id): New experimental
6937         variable.
6938         (nnheader-nov-read-message-id): Use it.
6939
6940         * spam-report.el (spam-report-gmane): Add interactive.
6941
6942 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6945         qp-or-base64 for the application/* types.
6946
6947 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6948
6949         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6950
6951 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6952
6953         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6954         trim value
6955
6956 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6957
6958         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6959         New macro and function.
6960         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6961
6962 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6965         after-load-alist.
6966
6967 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6970         update info that isn't there.
6971
6972 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6973
6974         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6975         entry.
6976
6977 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * mm-view.el (mm-inline-render-with-function): Use multibyte
6980         buffer; decode html source by charset.
6981
6982         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6983
6984         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6985         Mule-UCS is loaded under XEmacs.
6986         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6987
6988 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6989
6990         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6991
6992 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * mm-util.el (mm-coding-system-p): Return a coding-system.
6995         (mm-mime-mule-charset-alist): Use shift_jis instead of
6996         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6997         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6998         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6999         instead of japanese-shift-jis and iso-latin-1 respectively in
7000         order to share the default value with both Emacs and XEmacs-mule.
7001         (mm-mule-charset-to-mime-charset): Make
7002         mm-coding-system-priorities effective.
7003         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7004         while predicating of candidates upon the priorities.
7005
7006 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7007
7008         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7009         gnus-uu-invert-processable.
7010
7011         * gnus.el: Autoload gnus-uu-invert-processable.
7012
7013 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * mm-util.el (mm-with-multibyte-buffer): New macro.
7016
7017         * rfc2047.el (rfc2047-encode-string): Use it.
7018         (rfc2047-encode-region): Move point to the end of the region after
7019         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7020
7021 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7024         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7025
7026 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7029         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7030         Karl Chen <quarl@nospam.quarl.org>.
7031
7032 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7033
7034         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7035         invalid addresses.
7036
7037 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7038
7039         * spam.el: section markers changed, TODO list revised
7040         (spam-backends): new master list of all installed backends
7041         (spam-summary-exit-behavior): new variable to determine how
7042         messages moves are done at summary exit
7043         (spam-move-spam-nonspam-groups-only)
7044         (spam-process-ham-in-nonham-groups)
7045         (spam-process-ham-in-spam-groups): variables removed, the
7046         spam-summary-exit-behavior variable should be used to manage this
7047         behavior
7048         (spam-old-ham-articles, spam-old-spam-articles): removed
7049         (spam-old-articles): new variable, replacing spam-old-ham-articles
7050         and spam-old-spam-articles
7051         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7052         empty variables, placeholders for the backends they represent
7053         (spam-set-difference): moved, unchanged
7054         (spam-list-of-processors): variable OBSOLETE, not used anymore
7055         unless the user has a processor variable
7056         (spam-classifications, spam-classification-valid-p)
7057         (spam-backend-properties, spam-backend-property-valid-p)
7058         (spam-backend-function-type-valid-p)
7059         (spam-process-type-valid-p, spam-list-articles): helper functions
7060         (spam-report-articles-gmane, spam-report-articles-resend):
7061         functions removed, they are not needed
7062         (spam-install-backend-super, spam-backend-list)
7063         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7064         (spam-backend-function, spam-backend-ham-registration-function)
7065         (spam-backend-spam-registration-function)
7066         (spam-backend-ham-unregistration-function)
7067         (spam-backend-spam-unregistration-function)
7068         (spam-backend-statistical-p, spam-backend-mover-p)
7069         (spam-install-backend-alias, spam-install-checkonly-backend)
7070         (spam-install-mover-backend, spam-install-nocheck-backend)
7071         (spam-install-backend, spam-install-statistical-backend)
7072         (spam-install-statistical-checkonly-backend): backend installation
7073         support
7074         (spam-summary-prepare-exit): rewritten to use the new backend code
7075         (spam-group-processor-p): use the new backend code and respect the
7076         summary exit behavior
7077         (spam-mark-spam-as-expired-and-move-routine): removed
7078         (spam-summary-prepare): changed to use the new spam-old-articles
7079         variable
7080         (spam-copy-or-move-routine, spam-copy-spam-routine)
7081         (spam-move-spam-routine, spam-copy-ham-routine)
7082         (spam-move-ham-routine): new code to copy/move ham or spam
7083         (spam-fetch-field-fast): doc and code improved, plus it allows the
7084         'number request
7085         (spam-list-of-checks, spam-list-of-statistical-checks): variables
7086         removed, no longer used
7087         (spam-split, spam-find-spam): use the new backend code
7088         (spam-registration-functions): variable removed, no longer used
7089         (spam-unregister-routine): convenience wrapper
7090         (spam-log-undo-registration, spam-register-routine)
7091         (spam-log-processing-to-registry)
7092         (spam-log-unregistration-needed-p): renamed "check" to "backend"
7093         where possible
7094         (spam-check-gmane-xref, spam-check-regex-headers)
7095         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
7096         (spam-check-whitelist, spam-check-blacklist)
7097         (spam-check-bogofilter-headers, spam-check-spamoracle)
7098         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7099         (spam-check-crm114-headers): use the spam-split-group that
7100         spam-split prepares, no need to determine it every time
7101
7102         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
7103         the nnheader-parse-naked-head call
7104
7105         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
7106
7107         * gnus-sum.el (gnus-nov-parse-line): add the message number to
7108         the nnheader-nov-read-message-id call
7109
7110 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7113         gnus-activate-group twice.  Suggested by Markus Peter
7114         <warp@spin.de>.
7115
7116 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * gnus-art.el (gnus-article-time-format): Exchange the order of
7119         day and month in the default value; fix customization type.
7120         (article-date-ut): Use add-text-properties.
7121         (article-make-date-line): Use message-make-date instead of
7122         current-time-string.
7123
7124         * message.el (message-fetch-field): Don't use set-text-properties.
7125         (message-make-date): Simplify.
7126
7127         * messagexmas.el (message-xmas-make-date): New function.
7128         (message-xmas-redefine): Defalias message-make-date to it.
7129
7130 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7133         (rfc2047-encode-region): Treat text within parentheses as special;
7134         show the original text when error has occurred.
7135
7136         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7137         already-computed method to gnus-activate-group.
7138
7139         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7140         same select-methods identical Lisp objects.
7141
7142         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7143         object when modifying the info.
7144
7145 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7148         gnus-opened-servers since it has never been opened with the new
7149         configuration yet.
7150
7151 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7154         arg to nnheader-generate-fake-message-id.
7155
7156 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7157
7158         * nnheader.el (nnheader-generate-fake-message-id): accept a
7159         number and build a fake message ID localized to a group and
7160         article number (so it's repeatable from that point on)
7161         (nnheader-fake-message-id-p): change regex to accomodate new fake
7162         ID format
7163
7164         * gnus-sum.el (gnus-get-newsgroup-headers): call
7165         nnheader-generate-fake-message-id with the article number
7166
7167 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7168
7169         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7170         end-of-buffer.
7171
7172 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7173
7174         * message.el (message-ignored-supersedes-headers): Add Approved.
7175
7176 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7179         goto-char.
7180         (rfc2047-encode): Fold the line before encoding.
7181
7182 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183
7184         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7185         folding -- not all headers can be folded, and this should be done
7186         by the message composition mode.  Probably.  I think.
7187
7188 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7191         fast.
7192
7193         * gnus-ems.el (gnus-remove-image): Don't use
7194         message-text-with-property; remove only the image found first.
7195
7196         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7197         found first.
7198
7199 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7200
7201         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7202
7203 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * message.el (message-text-with-property): Make it fast and accept
7206         optional arguments.
7207         (message-strip-forbidden-properties): Use it.
7208         (message-fix-before-sending): Follow the m-t-w-p change.
7209
7210         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7211
7212 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-art.el (article-hide-headers): Don't change the buffer
7215         mistakenly when performing mml-preview even if
7216         gnus-single-article-buffer is nil.
7217
7218 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7219
7220         * message.el (message-expand-name-databases): New user option.
7221         (message-expand-name): Use it.
7222
7223 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7224
7225         * spam.el (spam-report-articles-resend)
7226         (spam-report-resend-register-routine): allow ham reporting
7227         (spam-report-resend-register-ham-routine): simple wrapper
7228         (spam-registration-functions): add ham resending functions
7229         (spam-list-of-processors): add ham resend processor
7230
7231         * gnus.el (ham-resend-to): new group parameter
7232         (spam-process): add ham resend option
7233
7234         * spam-report.el (spam-report-resend): allow reporting ham
7235         (spam-report-resend-ham): simple wrapper
7236
7237 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7238
7239         * message.el (message-cite-articles-with-x-no-archive): New
7240         variable.
7241         (message-cite-original): Use it.
7242
7243 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244
7245         * message.el (message-cite-original): Respect X-No-Archive.
7246
7247 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-art.el (article-hide-headers): Refer to the values for
7250         gnus-ignored-headers and gnus-visible-headers in the summary
7251         buffer since a user may have set them as group parameters.
7252
7253 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7254
7255         * assistant.el (assistant-node-name): new convenience function
7256         (assistant-render-text, assistant-render-node): error handling,
7257         plus handle multiple next nodes
7258         (assistant-find-next-node): commented out for now
7259         (assistant-find-next-nodes): new function, returns list of next
7260         nodes
7261
7262 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * mail-source.el (mail-source-directory): Fix doc-string.
7265
7266 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7267
7268         * assistant.el (assistant-render-text, assistant-eval): add :set
7269         widget type, which is different because it takes and returns a
7270         list.  Much hilarity ensues.
7271
7272 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7273
7274         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7275
7276         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7277         doc-string.
7278
7279         * gnus-start.el (gnus-activate-group): Added doc-string.
7280
7281 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7284
7285 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7286
7287         * assistant.el (assistant-render-text): trying to add a :set
7288         widget, more to come...
7289
7290         * spam.el (spam-group-spam-contents-p): handle empty groupname
7291         strings
7292         (spam-report-articles-resend)
7293         (spam-register-routine): do registration iff any articles warrant
7294         it.
7295         (spam-summary-prepare-exit): changed log message for nil group
7296         destinations
7297
7298 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7299
7300         * spam.el (spam-report-resend-register-routine): allow
7301         spam-report-resend-to to be a group parameter or a global value
7302
7303 2004-05-26  Simon Josefsson  <jas@extundo.com>
7304
7305         * starttls.el: Merge with my GNUTLS based starttls.el.
7306         (starttls-gnutls-program, starttls-use-gnutls)
7307         (starttls-extra-arguments, starttls-process-connection-type)
7308         (starttls-connect, starttls-failure, starttls-success): New
7309         variables.
7310         (starttls-program, starttls-extra-args): Doc fix.
7311         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7312         functions.
7313         (starttls-negotiate, starttls-open-stream): Check
7314         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7315         function if it is set.
7316
7317 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7320         structured fields.
7321
7322 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7325
7326 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7327
7328         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7329         variable.
7330         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7331         assigning the spam-mark to new messages.
7332
7333 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7334
7335         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7336
7337 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7340
7341         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7342         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7343         default.
7344
7345 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7346
7347         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7348         correct data.
7349
7350 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7351
7352         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7353         (spam-group-processor-p): fixed function so it works properly
7354         (spam-group-processor-multiple-p)
7355         (spam-group-spam-processor-report-gmane-p)
7356         (spam-group-spam-processor-report-resend-p)
7357         (spam-group-spam-processor-bogofilter-p)
7358         (spam-group-spam-processor-blacklist-p)
7359         (spam-group-spam-processor-ifile-p)
7360         (spam-group-ham-processor-ifile-p)
7361         (spam-group-spam-processor-spamoracle-p)
7362         (spam-group-spam-processor-crm114-p)
7363         (spam-group-ham-processor-bogofilter-p)
7364         (spam-group-spam-processor-stat-p)
7365         (spam-group-ham-processor-stat-p)
7366         (spam-group-ham-processor-whitelist-p)
7367         (spam-group-ham-processor-BBDB-p)
7368         (spam-group-ham-processor-spamoracle-p)
7369         (spam-group-ham-processor-copy-p): functions removed with some
7370         prejudice against unneeded code
7371         (spam-report-articles-resend)
7372         (spam-report-resend-register-routine): allow the group/topic
7373         spam-resend-to value to override spam-report-resend-to
7374         (spam-summary-prepare-exit): invoke spam-group-processor-p
7375         properly now
7376
7377         * gnus.el (spam-resend-to): new group/topic parameter
7378         (spam-process): move the OBSOLETE processors to the end of the
7379         choices.
7380
7381 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7382
7383         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7384         with resend-to set to nil, and then ask the user if necessary.
7385         (spam-report-resend): spam-report-resend takes a list of articles, not
7386         separate article numbers.
7387
7388 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7391         addition to emacs-w3m.
7392
7393 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7394
7395         * assistant.el (assistant-authinfo-data): New function.
7396         (assistant-eval): Eval for entire assistant.
7397
7398         * netrc.el (netrc-services-file): New variable.
7399         (netrc-parse-services): New function.
7400         (netrc-find-service-name): New function.
7401         (netrc-find-service-number): New function.
7402         (netrc-port-equal): New function.
7403         (netrc-machine): Use it.
7404
7405         * nnimap.el (nnimap-open-connection): Use netrc.
7406
7407         * gnus-util.el (gnus-netrc-get): Remove aliases.
7408
7409         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7410
7411         * assistant.el (wid-edit): Fix compilation.
7412
7413         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7414
7415 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7416
7417         * gnus-util.el (gnus-set-file-modes): New function.  (small
7418         patch).
7419
7420 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7421
7422         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7423
7424         * assistant.el (assistant-render-node): Fix up rendering and
7425         read-only text.
7426         (assistant-render-node): Reset.
7427         (assistant-make-read-only): Not sticky.
7428
7429 2004-05-20  Danny Siu  <dsiu@adobe.com>
7430
7431         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7432         centered even when gnus-auto-center-summary is t
7433
7434 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * dns.el (dns-get-txt-answer): New function.
7437         (dns-read-txt): Ditto.
7438         (query-dns): Use it.
7439
7440 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7443         active for foreign groups even if the group level is higher than
7444         the specified value.
7445
7446 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7447
7448         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7449         non-active groups.
7450
7451         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7452
7453 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7454
7455         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7456
7457 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7458
7459         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7460         (spam-crm114-header, spam-crm114-spam-switch)
7461         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7462         (spam-crm114-positive-spam-header)
7463         (spam-crm114-database-directory, spam-list-of-processors)
7464         (spam-group-spam-processor-crm114-p)
7465         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7466         (spam-generic-score, spam-list-of-checks)
7467         (spam-list-of-statistical-checks, spam-registration-functions)
7468         (spam-check-crm114-headers, spam-crm114-score)
7469         (spam-check-crm114, spam-crm114-register-with-crm114)
7470         (spam-crm114-register-spam-routine)
7471         (spam-crm114-unregister-spam-routine)
7472         (spam-crm114-register-ham-routine)
7473         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7474         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7475
7476         * gnus.el: added spam-use-crm114
7477
7478         * spam.el (spam-list-of-processors, spam-registration-functions):
7479         add spam-use-resend
7480         (spam-group-spam-processor-report-resend-p): utility wrapper
7481         (spam-report-articles-gmane): doc fix
7482         (spam-report-articles-resend,
7483         spam-report-resend-register-routine): wrappers around
7484         spam-report-resend-to
7485
7486         * spam-report.el (spam-report-resend-to, spam-report-resend):
7487         support for resending spam
7488         (spam-report-gmane): line length >80 fix
7489
7490         * gnus.el (spam-process): add spam-use-resend
7491
7492 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7493
7494         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7495         number of processed spam messages.
7496         (spam-ham-copy-or-move-routine): Return the number of processed
7497         ham messages.
7498         (spam-summary-prepare-exit): Use the above values to decide
7499         whether status messages shouled be displayed.
7500
7501 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7504         `rfc2047-encoding-function-alist' in order to avoid conflicting
7505         with the old version.
7506         (rfc2047-encode-region): Concatenate words containing non-ASCII
7507         characters in structured fields; don't encode space-delimited
7508         ASCII words even in unstructured fields; don't break words at
7509         char-category boundaries.
7510         (rfc2047-encode-1): New function.
7511         (rfc2047-encode): Use it; encode text so that it occupies the
7512         maximum width within 76-column; work correctly on Q encoding for
7513         iso-2022-* charsets.
7514         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7515         sure not to break a line just after the header name.
7516         (rfc2047-b-encode-region): Removed.
7517         (rfc2047-b-encode-string): New function.
7518         (rfc2047-q-encode-region): Removed.
7519         (rfc2047-q-encode-string): New function.
7520
7521         * mm-util.el (mm-replace-in-string): New function.
7522
7523 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524
7525         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7526         get it right.
7527         (gnus-inews-make-draft): Really.
7528
7529 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7530
7531         * nnmh.el (nnmh-request-list-1): Don't check the link count
7532         before descending.  (small patch)
7533
7534 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7535
7536         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7537         stuff.
7538
7539         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7540         on real group name.
7541
7542         * gnus-art.el (gnus-signature-limit): Doc fix.
7543
7544         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7545
7546         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7547
7548 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7549
7550         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7551         isn't a string.
7552
7553 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7554
7555         * gnus-draft.el (gnus-draft-send): Bind
7556         rfc2047-encode-encoded-words.
7557
7558         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7559         (rfc2047-encodable-p): Say that =? needs encoding.
7560         (rfc2047-encode-encoded-words): New variable.
7561
7562         * gnus-group.el (gnus-group-select-group): Doc fix.
7563
7564         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7565
7566         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7567         to nil.
7568
7569         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7570
7571         * nnheader.el (nnheader-get-lines-and-char): New function.
7572
7573 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * gnus-msg.el (gnus-summary-followup-with-original): Document
7576         yanking of region when active.
7577
7578 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7581         groups if the group level is higher than the specified value.
7582
7583 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7586         (gnus-group-jump-to-group): Added prefix argument using
7587         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7588         non-active group.
7589
7590         * compface.el (uncompface): Be verbose when changing
7591         `uncompface-use-external'.
7592
7593         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7594         handle manual section.
7595
7596 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7597
7598         * gnus-art.el (gnus-button-alist): Revert previous change.
7599
7600 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7601
7602         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7603
7604 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7605
7606         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7607         whether backend can accept message.
7608
7609         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7610
7611 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7612
7613         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7614         Avoid creating directory when nntp-marks-is-evil is true.
7615         Reported by Reiner Steib.
7616
7617 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7618
7619         * gnus-picon.el (gnus-picon-style): New variable.
7620         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7621         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7622         Jesper Harder <harder@ifa.au.dk>.
7623
7624 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7625
7626         * message.el (message-fill-field): Return point.
7627         (message-generate-headers): Go to end of field.
7628
7629         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7630         stuff for non-living groups.
7631
7632 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7633
7634         * gnus-art.el (gnus-article-followup-with-original)
7635         (gnus-article-reply-with-original): gnus-mark-active-p ->
7636         gnus-region-active-p.
7637
7638 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7639
7640         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7641         only when there is spam or ham to be processed
7642
7643 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7644
7645         * mail-source.el (mail-source-delete-crash-box): Refactor.
7646         (mail-source-fetch): Use it.
7647         (mail-source-fetch-file): Ditto.
7648         (mail-source-fetch-directory): Run postscript in loop.
7649         (mail-source-fetch-pop): Delete.
7650         (mail-source-fetch-maildir): Ditto.
7651         (mail-source-fetch-imap): Ditto.
7652
7653         * imap.el (imap-authenticators): Comment out sasl.
7654
7655         * message.el (message-skip-to-next-address): New function.
7656         (message-fill-header-address): Refactor.
7657         (message-fill-address): Use it.
7658         (message-delete-address): Use it.
7659         (message-fill-header-general): Refactor.
7660         (message-fill-field-address): Rename.
7661         (message-narrow-to-field): Find the start of the header.
7662         (message-header-format-alist): Don't pre-fill.
7663         (message-fill-header): Removed.
7664         (message-insert-header): New function.
7665         (message-shorten-references): Use it.
7666
7667         * rfc2047.el (rfc2047-field-value): Strip props.
7668
7669         * mail-parse.el (mail-header-make-address): New alias.
7670
7671         * ietf-drums.el (ietf-drums-make-address): New function.
7672
7673         * imap.el: Add compiler directives.
7674
7675         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7676
7677         * gnus-art.el (article-decode-idna-rhs): Don't use
7678         message-idna-inside-rhs-p.
7679
7680 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7681
7682         * message.el (message-idna-inside-rhs-p): Removed.
7683         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7684
7685         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7686         false positives.
7687
7688 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7689
7690         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7691
7692 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7693
7694         * nneething.el (nneething-file-name): Don't create spurions
7695         files.
7696
7697         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7698         (gnus-inews-do-gcc): Remove sleep.
7699
7700         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7701         part under point.
7702
7703         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7704         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7705
7706 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7707
7708         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7709
7710 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7711
7712         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7713         as expired without moving it" message when there are spam
7714         messages left
7715
7716 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7717
7718         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7719         header is not nil.
7720
7721 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7722
7723         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7724         nntp-possibly-create-directory, not nntp-possibly-change-group.
7725         (nntp-marks-changed-p): New arg SERVER.
7726         (nntp-request-update-info): Adjust caller.
7727
7728 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7729
7730         * nntp.el (nntp-save-marks): Pass missing arg.
7731
7732 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7733
7734         * nntp.el: Support marks.
7735         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7736         (nntp-marks-modtime, nntp-marks-directory): New variables.
7737         (nntp-request-set-mark, nntp-request-update-info)
7738         (nntp-possibly-create-directory, nntp-marks-changed-p)
7739         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7740         functions.
7741
7742 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7743
7744         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7745         (gnus-xmas-redefine): Rename.
7746
7747         * gnus-score.el (gnus-score-insert-help): Use
7748         gnus-select-lowest-window.
7749
7750         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7751         appt-select-lowest-window and rename to gnus-select-lowest-window.
7752
7753         * gnus.el: do.
7754
7755 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7756
7757         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7758         encodings of MIME-encoded words, in order to improve
7759         interoperability with several broken MUAs.
7760
7761 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7762
7763         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7764         tags, only when charsets are not specified in headers.
7765         (mm-inline-text-html-render-with-w3m): Ditto.
7766
7767         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7768         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7769
7770 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7771
7772         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7773         instead of MIME-decoded from fields when checking
7774         `gnus-article-address-banner-alist'.
7775
7776 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7777
7778         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7779         description rather than subject.
7780
7781 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7782
7783         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7784
7785 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7786
7787         * gnus.el (gnus-version-number): Bump.
7788
7789 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7790
7791         * gnus.el: No Gnus v0.2 is released.
7792
7793 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7794
7795         * gnus-agent.el (gnus-agent-read-agentview): Inline
7796         gnus-uncompress-range.
7797
7798 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7799
7800         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7801         `exec-installed-p'.
7802
7803 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7804
7805         * gnus.el (spam-process, spam-autodetect-methods): Add
7806         bsfilter and bsfilter-headers.
7807
7808         * spam.el (spam-bsfilter): New customize group.
7809         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7810         (spam-bsfilter-header, spam-bsfilter-probability-header)
7811         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7812         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7813         (spam-bsfilter-database-directory): New options.
7814         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7815         (spam-list-of-statistical-checks, spam-registration-functions):
7816         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7817         (spam-bsfilter-score): New command.
7818         (spam-check-bsfilter-headers, spam-check-bsfilter)
7819         (spam-bsfilter-register-with-bsfilter)
7820         (spam-bsfilter-register-spam-routine)
7821         (spam-bsfilter-unregister-spam-routine)
7822         (spam-bsfilter-register-ham-routine)
7823         (spam-bsfilter-unregister-ham-routine): New functions.
7824         (spam-generic-score): Support bsfilter; Accept an optional argument
7825         to recalcurate spam score even if scoring header has already been
7826         added.
7827         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7828         optional argument to recalcurate spam score even if scoring header
7829         has already been added.
7830
7831 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7832
7833         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7834         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7835         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7836         link is missing.
7837
7838 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7839
7840         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7841         (html2text-get-attr): Rewrite.
7842
7843         * message.el (message-setup-1): Remove redundant put-text-property
7844         on mail-header-separator.
7845
7846 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7847
7848         * gnus-registry.el (gnus-registry-cache-whitespace)
7849         (gnus-registry-action, gnus-registry-spool-action)
7850         (gnus-registry-split-fancy-with-parent): changed message levels
7851         from 5 to 3 or 7, as needed
7852
7853         * spam.el (spam-summary-prepare-exit)
7854         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7855         (spam-split, spam-find-spam, spam-log-undo-registration)
7856         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7857         level from 5 to 6
7858
7859 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7862         2004-03-04 change).
7863
7864 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7865
7866         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7867         Use mapc when appropriate.
7868
7869         * sieve-manage.el (sieve-manage-open): do.
7870
7871         * nnweb.el (nnweb-insert-html): do.
7872
7873         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7874         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7875
7876         * nnspool.el (nnspool-request-group): do.
7877
7878         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7879         do.
7880
7881         * nnml.el (nnml-request-update-info): do.
7882
7883         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7884         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7885
7886         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7887         (nnimap-request-set-mark): do.
7888
7889         * nnfolder.el (nnfolder-request-update-info): do.
7890
7891         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7892         do.
7893
7894         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7895
7896         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7897
7898         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7899         do.
7900
7901         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7902         do.
7903
7904         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7905
7906         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7907
7908         * gnus-int.el (gnus-start-news-server): do.
7909
7910         * gnus-group.el (gnus-group-make-kiboze-group)
7911         (gnus-group-browse-foreign-server): do.
7912
7913 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7914
7915         FIXME: Make separate entries for each person.
7916
7917         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7918         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7919         <shields@msrl.com>:
7920
7921         * spam.el (spam-necessary-extra-headers): get the extra headers we
7922         may need for spam sorting and scoring
7923         (spam-user-format-function-S): a user format function suitable for
7924         general use
7925         (spam-article-sort-by-spam-status): sorting function for summary
7926         sorting
7927         (spam-extra-header-to-number): get a score from a header
7928         (spam-summary-score): get a numeric score from the headers
7929         (spam-generic-score): oops, function doc in wrong place
7930         (spam-initialize): take symbols when it's run, and install the
7931         extra headers that spam-necessary-extra-headers thinks we need
7932
7933 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7934
7935         * spam.el (spam-summary-prepare-exit): logic and message fix.
7936         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7937
7938 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7939
7940         * gnus-sum.el (gnus-set-global-variables)
7941         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7942         (gnus-article-get-xrefs, gnus-summary-best-group)
7943         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7944         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7945         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7946         with-current-buffer.
7947
7948 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7949
7950         * spam.el (spam-summary-prepare-exit): simplified logic
7951         (spam-fetch-article-header): read the article header if it's not
7952         available
7953         (spam-list-articles): simplified logic
7954         (spam-filelist-register-routine): found bug with unregister-list
7955
7956         * gnus-registry.el: clarified comments at beginning
7957
7958 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7959
7960         * message.el (message-cater-to-broken-inn): Remove.
7961         (message-shorten-references): Make sure the total folded length of
7962         References is shorter than 998 characters to cater to a bug in INN
7963         2.3.  Also, don't pretend that references aren't folded -- this
7964         hasn't worked for a while.
7965
7966 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7967
7968         * gnus-agent.el (gnus-agentize):
7969         gnus-agent-send-mail-real-function no longer set to current value
7970         of message-send-mail-function but rather a lambda that calls
7971         message-send-mail-function.  The change makes the agent real-time
7972         responsive to user changes to message-send-mail-function.
7973
7974 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7975
7976         * legacy-gnus-agent.el
7977         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7978         help from Florian Weimer <fw@deneb.enyo.de>
7979
7980 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * nnmail.el (nnmail-cache-insert): Revert last change.
7983
7984 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * nnmail.el (nnmail-cache-insert): Always check whether
7987         nnmail-cache-ignore-groups matches a group name.
7988
7989 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7990
7991         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7992         (spam-find-spam, spam-log-processing-to-registry)
7993         (spam-log-registered-p, spam-log-unregistration-needed-p)
7994         (spam-log-undo-registration): use gnus-message instead of
7995         gnus-error, none of these errors are fatal
7996
7997         * gnus-registry.el (gnus-registry-clean-empty-function)
7998         (gnus-registry-clean-empty): remove only empty entries without
7999         extra data
8000
8001 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8002
8003         * spam-stat.el (spam-stat-buffer-change-to-spam)
8004         (spam-stat-buffer-change-to-non-spam): change (error) to
8005         (gnus-message 8) invocation
8006
8007 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * nntp.el (nntp-via-netcat-command): New variable.
8010         (nntp-via-netcat-switches): New variable.
8011         (nntp-open-via-rlogin-and-netcat): New function.
8012         (nntp-open-connection-function): Doc fix.
8013         (nntp-telnet-command): Doc fix.
8014         (nntp-end-of-line): Doc fix.
8015         (nntp-via-rlogin-command): Doc fix.
8016         (nntp-via-user-name): Doc fix.
8017         (nntp-via-address): Doc fix.
8018
8019 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8022         error in Emacs 21.1.
8023
8024 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8025
8026         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8027
8028 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8029         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8030         (gnus-agent-with-refreshed-group): New macro.
8031         (gnus-agent-rename-group): New function.
8032         (gnus-agent-delete-group): New function.
8033         (gnus-agent-save-group-info): Use gnus-command-method when
8034         `method' parameter is nil.  Don't write nil entries into the
8035         active file.
8036         (gnus-agent-get-group-info): New function.
8037         (gnus-agent-fetch-articles): Use
8038         gnus-agent-update-files-total-fetched-for to increment disk space
8039         used.
8040         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8041         gnus-agent-update-view-total-fetched-for to increment disk space
8042         used.
8043         (gnus-agent-get-local): Added optional parameters to avoid calling
8044         gnus-group-real-name and gnus-find-method-for-group.
8045         (gnus-agent-set-local): Delete stored entry if either min, or max,
8046         are nil.
8047         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8048         quit, use gnus-agent-regenerate-group to record existance of any
8049         articles fetched to disk before the quit occurred.
8050         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8051         gnus-agent-update-view-total-fetched-for, and
8052         gnus-agent-update-files-total-fetched-for to decrement disk space
8053         used.
8054         (gnus-agent-retrieve-headers): Use
8055         gnus-agent-update-view-total-fetched-for to increment disk space
8056         used.
8057         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8058         with gnus-agent-update-files-total-fetched-for to decrement disk
8059         space and fresh group buffer.
8060         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8061         (gnus-agent-need-update-total-fetched-for): New variable.
8062         (gnus-agent-update-files-total-fetched-for): New function.
8063         (gnus-agent-update-view-total-fetched-for): New function.
8064         (gnus-agent-total-fetched-for): New function.
8065
8066         * gnus-cache.el (gnus-cache-save-buffers): Use
8067         gnus-cache-update-overview-total-fetched-for to change disk space
8068         used by this group.
8069         (gnus-cache-possibly-enter-article): Use
8070         gnus-cache-update-file-total-fetched-for to increment disk space
8071         used by this group.
8072         (gnus-cache-possibly-remove-article): Use
8073         gnus-cache-update-file-total-fetched-for to decrement disk space
8074         used by this group.
8075         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8076         (gnus-cache-rename-group): New function.
8077         (gnus-cache-delete-group): New function.
8078         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8079         (gnus-cache-need-update-total-fetched-for): New variable.
8080         (gnus-cache-with-refreshed-group): New macro.
8081         (gnus-cache-update-file-total-fetched-for): New function.
8082         (gnus-cache-update-overview-total-fetched-for): New function.
8083         (gnus-cache-rename-group-total-fetched-for): New function.
8084         (gnus-cache-delete-group-total-fetched-for): New function.
8085         (gnus-cache-total-fetched-for): New function.
8086
8087         * gnus-group.el: Require gnus-sum and autoload functions to
8088         resolve warnings when gnus-group.el compiled alone.
8089         (gnus-group-line-format): Documented new %F
8090         (size of Fetched data) group line format; identifies disk space
8091         used by agent and cache.
8092         (gnus-group-line-format-alist): Defined new F format.
8093         (gnus-total-fetched-for): New function.
8094         (gnus-group-delete-group): No longer update
8095         gnus-cache-active-altered as gnus-request-delete-group now keeps
8096         the cache in sync.
8097         (gnus-group-list-active): Let the agent store a server's active
8098         list if currently plugged.
8099
8100         * gnus-int.el (gnus-request-delete-group): Use
8101         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8102         local disk in sync with the server.
8103          (gnus-request-rename-group): Use
8104         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8105         local disk in sync with the server.
8106
8107         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8108         simplification to logic.
8109
8110         * gnus-util.el (gnus-rename-file): New function.
8111
8112 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8113
8114         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8115
8116 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8117
8118         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8119         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8120
8121 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8122
8123         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8124         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8125
8126 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8127
8128         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8129
8130 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8131
8132         * spam.el (spam-set-difference): new function to replace
8133         gnus-set-difference in spam.el
8134         (spam-summary-prepare-exit): use spam-set-difference
8135
8136 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8137
8138         * gnus-registry.el (gnus-registry-cache-file): updated to use
8139         gnus-dribble-directory OR gnus-home-directory OR ~
8140         (gnus-registry-split-fancy-with-parent): fixed doc
8141
8142 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * message.el (message-exchange-point-and-mark): Use
8145         message-mark-active-p.  Suggested by Jesper Harder
8146         <harder@ifa.au.dk>.
8147
8148 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * message.el (message-exchange-point-and-mark): Don't activate
8151         region if it was inactive.  Suggested by Hiroshi Fujishima
8152         <pooh@nature.tsukuba.ac.jp>.
8153
8154 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * gnus-art.el (article-display-face): Display Faces in the same
8157         order as X-Faces.
8158
8159 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8162
8163 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8166         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8167         (gnus-article-mime-hierarchy): Remove.
8168         (gnus-article-mime-hierarchy-next): Remove.
8169         (gnus-article-mode): Revert 2004-03-19 change.
8170         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8171         (gnus-insert-mime-button): Revert 2004-03-19 change.
8172         (gnus-mime-accumulate-hierarchy): Remove.
8173         (gnus-mime-enter-multipart): Remove.
8174         (gnus-mime-leave-multipart): Remove,
8175         (gnus-mime-display-part): Revert 2004-03-19 change.
8176         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8177
8178         * mml.el (mml-preview): Revert 2004-03-19 change.
8179
8180 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8181
8182         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8183
8184 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8187         t while entering a file name using the mm-with-multibyte macro.
8188         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8189
8190         * mm-util.el (mm-with-multibyte): New macro.
8191
8192 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8195         user option.
8196         (gnus-mime-multipart-functions): Doc and customization fix.
8197         (gnus-article-mime-hierarchy): New variable.
8198         (gnus-article-mime-hierarchy-next): New variable.
8199         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8200         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8201         gnus-article-mime-hierarchy-next to nil.
8202         (gnus-insert-mime-button): Show hierarchy numbers.
8203         (gnus-mime-accumulate-hierarchy): New function.
8204         (gnus-mime-enter-multipart): New function.
8205         (gnus-mime-leave-multipart): New function.
8206         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8207         (gnus-mime-display-alternative): Show hierarchy numbers.
8208
8209         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8210         gnus-article-mime-hierarchy-next to nil.
8211
8212 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8213
8214         * dns.el: Don't require gnus-xmas.
8215
8216 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8217
8218         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8219         inline PGP.
8220         (mml-menu): Disable mml-quote-region if mark is inactive.
8221
8222 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8225         when the group's active is not available.
8226
8227 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8230         error.
8231
8232 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8233
8234         * imap.el (imap-store-password): New variable.
8235         (imap-interactive-login): Use it.
8236         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8237
8238 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8241         window-start and hscroll to summary window.
8242
8243 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8244
8245         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8246         conversion message to newsrc-dribble when an actual conversion is
8247         performed.
8248
8249 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8250
8251         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8252
8253 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * mm-decode.el (mm-complicated-handles): New function reviving
8256         former definition of mm-multiple-handles.
8257
8258         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8259         (gnus-mime-delete-part): Use it.
8260
8261 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8262
8263         * gnus-agent.el (gnus-agent-read-local): Bind
8264         nnheader-file-coding-system to gnus-agent-file-coding-system to
8265         avoid the implicit assumption that they will always be equal.
8266         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8267         coding-system-for-write, as the with-temp-file macro first prints
8268         to a buffer then saves the buffer.
8269
8270 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-art.el (gnus-article-edit-part): New function.
8273         (gnus-mime-save-part-and-strip): Use it; do query instead of
8274         signaling an error; don't use mm-multiple-handles.
8275         (gnus-mime-delete-part): Ditto.
8276
8277 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8278
8279         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8280         old file versions.
8281         (gnus-group-prepare-hook): Removed function that converted list
8282         form of gnus-agent-expire-days to group properties.
8283
8284         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8285         (gnus-request-accept-article): Re-indented.
8286
8287         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8288         converters to handle old agent file formats.  Added logic for a
8289         "backup before upgrading warning".
8290         (gnus-convert-mark-converter-prompt): Developers can mark
8291         functions as needing (default), or not needing,
8292         gnus-convert-old-newsrc's "backup before upgrading warning".
8293         (gnus-convert-converter-needs-prompt): Tests whether the user
8294         should be protected from potentially irreversable changes by the
8295         function.
8296
8297         * legacy-gnus-agent.el (): New. Provides converters that are only
8298         loaded when gnus-convert-old-newsrc needs to call them.
8299
8300 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * mail-source.el (mail-source-touch-pop): Doc fix.
8303
8304         * message.el (message-smtpmail-send-it): Doc fix.
8305
8306 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8307
8308         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8309
8310         * nnmail.el (nnmail-split-fancy): do.
8311
8312         * gnus-kill.el (gnus-kill, gnus-execute): do.
8313
8314 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8315
8316         * gnus-sum.el (gnus-widget-reversible-match)
8317         (gnus-widget-reversible-to-internal)
8318         (gnus-widget-reversible-to-external): New functions.
8319         (gnus-widget-reversible): New widget.
8320         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8321
8322 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8323
8324         * gnus-sum.el (gnus-thread-sort-functions)
8325         (gnus-article-sort-functions): Document `(not F)' items.
8326
8327 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8328
8329         * spam.el (spam-use-gmane-xref): new backend
8330         (spam-gmane-xref-spam-group): variable to control the name of the
8331         Gmane spam group
8332         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8333         (spam-regex-headers-spam, spam-regex-headers-ham)
8334         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8335         (spam-list-of-checks): added spam-use-gmane-xref to list of
8336         backends and checks
8337         (spam-check-gmane-xref): function for spam-use-gmane-xref
8338
8339         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8340         an autodetect method
8341
8342 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8343
8344         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8345         articles are being added to a group.
8346         (gnus-request-replace-article): Inform the agent that articles
8347         need to be uncached as the cached contents are no longer valid.
8348
8349 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * binhex.el: Don't autoload executable-find.
8352
8353         * canlock.el: Don't autoload mail-fetch-field.
8354
8355         * dgnushack.el: Autoload c-mode for XEmacs.
8356
8357         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8358
8359         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8360         rmail-dont-reply-to and rmail-output.
8361
8362         * gnus-score.el: Don't autoload ffap-string-at-point.
8363
8364         * gnus-setup.el: Don't autoload sc-cite-original.
8365
8366         * imap.el: Don't autoload base64-decode-string,
8367         base64-encode-string and md5.
8368
8369         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8370         and rmail-msg-restore-non-pruned-header.
8371
8372         * mm-decode.el: Don't autoload executable-find.
8373
8374         * mm-url.el: Don't autoload executable-find.
8375
8376         * mm-view.el: Don't autoload diff-mode.
8377
8378         * nndb.el: Don't autoload news-reply-mode, news-setup,
8379         cancel-timer and telnet.
8380
8381         * password.el: Don't autoload run-at-time for Emacs.
8382
8383         * sha1-el.el: Don't autoload executable-find.
8384
8385         * sieve-mode.el: Don't autoload c-mode.
8386
8387         * uudecode.el: Don't autoload executable-find.
8388
8389 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8390
8391         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8392         (gnus-agent-possibly-alter-active): Avoid null in numeric
8393         comparison.
8394         (gnus-agent-set-local): Refuse to save null in local object table.
8395         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8396         list of articles that will be marked as unread.
8397
8398 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8401
8402 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8403
8404         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8405         language tags.
8406
8407 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8408
8409         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8410         Don't bind "obarray".
8411
8412         * gnus-sum.el (gnus-thread-sort-functions): Added
8413         `gnus-thread-sort-by-most-recent-number' and
8414         `gnus-thread-sort-by-most-recent-date'.
8415         Reported by Kai Grossjohann <kai@emptydomain.de>.
8416
8417 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8420
8421 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8422
8423         * gnus-cus.el (gnus-agent-customize-category): Removed
8424         ignore-errors macro reference that required cl to be loaded at
8425         run-time.
8426
8427         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8428         single-interval range of the form (min . max).  Previously the
8429         range had to look like ((min . max)).  Likewise, return
8430         (min . max) rather than ((min . max)).
8431         (gnus-range-map): Use gnus-range-normalize to accept
8432         single-interval range.
8433
8434         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8435         the cache, but not the agent, now appear with their usual face.
8436
8437         * dgnushack.el (loaddir): New variable that is bound to the
8438         directory containing the dgnushack.el file. Use loaddir, rather
8439         than srcdir, to update load-path. Change lets dgnushack compile
8440         code in directories other than GNUS/lisp.
8441
8442 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * lpath.el: Don't bind w3m-safe-url-regexp.
8445
8446         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8447         w3m-safe-url-regexp variable buffer-local.
8448
8449         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8450
8451 2004-02-27  Simon Josefsson  <jas@extundo.com>
8452
8453         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8454         gnus-group-real-prefix.
8455         (gnus-summary-move-article): Use it, instead of
8456         gnus-group-real-prefix.
8457
8458 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * lpath.el: Bind w3m-safe-url-regexp.
8461
8462         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8463         w3m-safe-url-regexp variable buffer-local and set it as the value
8464         of mm-w3m-safe-url-regexp.
8465
8466         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8467
8468         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8469         parsing gnus-posting-styles when the message is not for replying.
8470
8471         * dgnushack.el: Autoload sgml-mode for XEmacs.
8472
8473         * nnrss.el (nnrss-opml-export): Use
8474         mm-set-buffer-file-coding-system instead of
8475         set-buffer-file-coding-system.
8476
8477 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8478
8479         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8480         of checkdoc.el).
8481         * nnrss.el: do.
8482         * gnus-mlspl.el: do.
8483         * gnus-ml.el: do.
8484         * gnus-srvr.el: do.
8485
8486         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8487
8488 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8489
8490         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8491         Corrections to custom-manual links.
8492
8493         * gnus-art.el (gnus-article): Ditto.
8494
8495         * mm-decode.el (mime-display, mime-security): Ditto.
8496
8497 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8498
8499         * flow-fill.el: Typo.
8500
8501 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8502
8503         * spam-wash.el: New file.
8504
8505 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8506
8507         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8508
8509 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8510
8511         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8512         to be run with new-articles as LIST1, not LIST2
8513         (spam-registration-functions): add spam-use-ham-copy as a nil
8514         registration backend
8515
8516 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8517
8518         * spam-stat.el (spam-stat-washing-hook): New option.
8519         (spam-stat-buffer-words): Use it.
8520         (spam-stat-process-directory, spam-stat-test-directory): Use
8521         insert-file-contents-literally.
8522         (spam-stat-coding-system): New variable.
8523         (spam-stat-load, spam-stat-save): Use it.
8524
8525 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * spam-report.el (spam-report-plug-agent): Quote
8528         spam-report-url-to-file and spam-report-url-ping-plain.
8529
8530 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8533         / in mailto URLs.
8534
8535 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8536
8537         * spam-report.el (spam-report-process-queue): Fix interactive use.
8538         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8539         (spam-report-unplug-agent): Doc fixes.
8540         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8541         (spam-report-agentize, spam-report-deagentize): Autoload
8542
8543 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8546
8547         * message.el (message-setup-fill-variables): Add mml tags to
8548         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8549         <ajk@iu.edu>.
8550         (message-mode): Don't modify paragraph-separate there.
8551
8552 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * compface.el (uncompface-use-external): Default to undecided.
8555         (uncompface-use-external-threshold): New variable.
8556         (uncompface-float-time): New macro.
8557         (uncompface): Determine whether to use the external decoder if
8558         uncompface-use-external is undecided.
8559
8560 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8563         after images.
8564
8565         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8566
8567 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8568
8569         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8570
8571         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8572
8573         * gnus-sum.el (gnus-summary-limit-to-age)
8574         (gnus-summary-limit-children): do.
8575
8576         * gnus-int.el (gnus-request-scan): do.
8577
8578         * gnus-group.el (gnus-group-suspend): do.
8579
8580         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8581
8582         * gnus-cite.el (gnus-cite-parse-attributions): do.
8583
8584         * gnus-agent.el (gnus-summary-set-agent-mark)
8585         (gnus-agent-regenerate-group): do.
8586
8587         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8588
8589         * binhex.el (binhex-decode-region-internal): do.
8590
8591 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-fun.el (gnus-face-properties-alist): New user option.
8594         (gnus-display-x-face-in-from): Use it.
8595
8596         * gnus-art.el (article-display-face): Ditto.
8597
8598         * compface.el (uncompface-use-external): Default to nil.
8599
8600 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8601
8602         * nntp.el (nntp-erase-buffer): New function.
8603         (nntp-retrieve-data, nntp-send-command)
8604         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8605         (nntp-possibly-change-group): Use it.
8606
8607         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8608         with-current-buffer.
8609
8610 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8611
8612         * compface.el: Merge the ELisp-based uncompface program.
8613         (compface): New customization group.
8614         (uncompface-use-external): New user option.
8615         (uncompface): Call uncompface-internal if uncompface-use-external
8616         is nil.
8617         (uncompface-internal): New function.  Note that there are also
8618         some other functions and variables added for this function.
8619
8620 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8621
8622         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8623         if necessary.
8624
8625 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8626
8627         * spam-report.el (spam-report-unplug-agent)
8628         (spam-report-plug-agent, spam-report-deagentize)
8629         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8630         support for the Agent in spam-report: when unplugged, report to a
8631         file; when plugged, submit all the requests
8632
8633         * spam.el (spam-register-routine): improved message about
8634         registration
8635
8636 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8637
8638         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8639         dependencies.
8640         (rfc2047-encode): Use it.
8641
8642         * gnus-art.el (gnus-button-marker-list): Move before first
8643         reference.
8644
8645         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8646         (imap-parse-body): Fix format string mismatch.
8647
8648         * gnus-score.el (gnus-summary-increase-score): do.
8649
8650         * nnrss.el (nnrss-close): New function.
8651
8652 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8653
8654         * nnrss.el (nnrss-make-filename): New function.
8655         (nnrss-request-delete-group, nnrss-read-server-data)
8656         (nnrss-save-server-data, nnrss-read-group-data)
8657         (nnrss-save-group-data): Use it.
8658         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8659         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8660         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8661
8662 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8663
8664         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8665
8666 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8667
8668         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8669         files.
8670
8671         * message.el (message-generate-headers-first): Don't quote nil
8672         and t in docstrings.
8673
8674         * imap.el (imap-id): do.
8675
8676         * gnus-agent.el (gnus-agent-consider-all-articles)
8677         (gnus-agent-queue-mail): do.
8678
8679 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * spam-report.el (spam-report-process-queue): New function.
8682         Process requests from `spam-report-requests-file'.
8683         (spam-report-process-queue): Doc fix.
8684
8685 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8686
8687         * spam.el (spam-register-routine)
8688         (spam-log-processing-to-registry, spam-log-registered-p)
8689         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8690         change "check" to "spam-check" for semi-clarity
8691
8692 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8693
8694         * pop3.el: Require nnheader.
8695
8696         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8697
8698         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8699
8700         * gnus-picon.el: Require cl.
8701
8702         * gnus-fun.el: Require gnus-ems and gnus-util.
8703
8704         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8705
8706         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8707
8708         * gnus-art.el (gnus-article-edit-mode): Define before first
8709         reference.
8710
8711 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8712
8713         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8714         (gnus-uu-post-encoded): Use point-at-bol.
8715
8716         * gnus-topic.el (gnus-group-active-topic-p): do.
8717
8718         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8719
8720         * gnus-group.el (gnus-group-kill-region): do.
8721
8722         * gnus-art.el (article-date-ut): do.
8723
8724         * message.el (message-fetch-field): Remove redundant
8725         case-fold-search binding.
8726         (message-narrow-to-field): Simplify.
8727
8728 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * spam.el (spam-directory): Derive from `gnus-directory'.
8731
8732         * spam-report.el (spam-report-url-to-file)
8733         (spam-report-requests-file): New function and variable for offline
8734         reporting.
8735         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8736         and user defined function.
8737         (spam-report-url-ping-mm-url): Remove doubled slash.
8738
8739 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8740
8741         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8742
8743 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8744
8745         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8746         format string mismatch.
8747
8748         * sieve.el (sieve-deactivate-all): do.
8749
8750         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8751
8752         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8753
8754         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8755
8756         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8757
8758 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8759
8760         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8761         the list of checks
8762
8763 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8764
8765         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8766         padding.
8767
8768 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8769
8770         * mm-view.el (mm-fill-flowed): New variable.
8771         (mm-inline-text): Use it.
8772
8773 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8774
8775         * spam.el (spam-spamassassin-register-ham-routine)
8776         (spam-spamassassin-register-spam-routine): fixed function names
8777
8778 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus.el (gnus-tmp-grouplens): Remove.
8781         (gnus-summary-line-format): Remove grouplens.
8782
8783         * gnus-group.el (gnus-group-line-format): Ditto.
8784
8785         * gnus-spec.el (gnus-format-specs): Ditto.
8786         (gnus-update-format-specifications): Flush the group format spec
8787         cache if there's the grouplens stuff.
8788         (gnus-parse-simple-format): Replace %l with the empty string.
8789
8790 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
8791
8792         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8793         omission.
8794
8795 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8798         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8799
8800 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8801
8802         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8803         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8804         New macros and functions.
8805         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8806         Handle > NLINK_MAX messages.
8807         * nnmaildir.el (nnmaildir-request-set-mark): Use
8808         nnmaildir--emlink-p and nnmaildir--eexist-p.
8809
8810 2004-01-25  Alex Schroeder  <alex@gnu.org>
8811
8812         * spam-stat.el (spam-stat-process-directory-age): New option.
8813         (spam-stat-process-directory): Use it.
8814
8815 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8816
8817         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8818         (spam-stat-save): Accept prefix argument.
8819
8820 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8821
8822         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8823         links" error.
8824
8825 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8828         the rest of the and/or forms.
8829
8830 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8831
8832         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8833         compatibility with old .newsrc.eld files.
8834
8835         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8836
8837         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8838
8839         * gnus-start.el (gnus-1): do.
8840
8841         * gnus-group.el (gnus-group-line-format-alist): do.
8842
8843         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8844
8845         * gnus-gl.el: Remove.
8846
8847 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8848
8849         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8850         marks consisting of a single range {for example, (3 . 5)} rather
8851         than a list of a single range { ((3 . 5)) }.
8852
8853 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8854
8855         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8856         with-current-buffer.
8857         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8858         avoid consing a string.
8859
8860         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8861         Remove obsolete entries for big5 and gb2312.
8862
8863 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8864
8865         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8866         uncompressed list.
8867
8868 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8869
8870         * spam-stat.el (spam-stat-strip-xref): New function.
8871         (spam-stat-process-directory): Use it.
8872
8873         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8874         here -- it's done in message-fetch-field.
8875
8876 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8877
8878         * gnus-agent.el (gnus-agent-queue-mail,
8879         gnus-agent-prompt-send-queue): New variables.
8880         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8881         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8882         "nndraft:queue" along to gnus-draft-send.  Use
8883         gnus-agent-prompt-send-queue.
8884         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8885         is "nndraft:queue".  Suggested by Gaute Strokkenes
8886         <gs234@srcf.ucam.org>
8887
8888         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8889         (agent-enable-undownloaded-faces): Added
8890         (gnus-agent-cat-groups): Use eval-and-compile, not
8891         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8892         method of gnus-agent-cat-groups even when the buffer has been
8893         evaled.
8894         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8895         delete gnus-agent-save-active-1.
8896         (gnus-agent-save-groups): Deleted. Identical to
8897         gnus-agent-save-active.
8898         (gnus-agent-write-active): No longer adjust agent's copy of active
8899         file as agent's adjustments are now stored in their own
8900         file. Removed optional parameter.
8901         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8902         servers.  Add use of min/max range limits from server's local
8903         file.
8904         (gnus-agent-save-alist): Removed unused optional argument.
8905         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8906         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8907         (gnus-agent-set-local): A per-server file that keeps min/max range
8908         limits for articles known to the agent.  Provides a fast mechanism
8909         for altering many active ranges.
8910         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8911         active file (local makes it unnecessary).
8912         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8913
8914         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8915         (agent-enable-undownloaded-faces): Added
8916
8917         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8918         disable it when sending to "nndraft:queue".
8919         (gnus-group-send-queue): Add safety check to avoid sending queue
8920         when unplugged.
8921
8922         * gnus-group.el (gnus-group-catchup): Use new
8923         gnus-sequence-of-unread-articles, not
8924         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8925         numbers of articles.  Use gnus-range-map to avoid having to
8926         uncompress the unread list.
8927         (gnus-group-archive-directory,
8928         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8929         reference.
8930
8931         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8932         (gnus-sorted-range-intersection): Intersection of two ranges
8933         without requiring that they first be uncompressed.
8934
8935         * gnus-start.el (gnus-activate-group): Unless blocked by the
8936         caller, possibly expand the active range to include both cached
8937         and agentized articles.
8938         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8939         multiple version-dependent converters.
8940         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8941         gnus-agent-save-active.
8942         (gnus-save-newsrc-file): Save dirty agent range limits.
8943
8944         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8945         gnus-agent-possibly-alter-active.
8946         (gnus-adjust-marked-articles): Faster handling of simple lists
8947
8948 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8949
8950         * spam-stat.el (spam-stat-test-directory): New optional argument
8951         displays a list of files detected.  Suggested by Andrew Cohen
8952         <cohen@andy.bu.edu>.
8953         (spam-stat-buffer-words-with-scores): Don't narrow and change
8954         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8955
8956 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
8957
8958         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8959         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8960         (spam-spamassassin-arguments)
8961         (spam-spamassassin-spam-flag-header)
8962         (spam-spamassassin-positive-spam-flag-header)
8963         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8964         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8965         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8966         (spam-list-of-processors, spam-list-of-checks)
8967         (spam-list-of-statistical-checks, spam-registration-functions)
8968         (spam-check-spamassassin-headers, spam-check-spamassassin)
8969         (spam-spamassassin-score)
8970         (spam-spamassassin-register-with-sa-learn)
8971         (spam-spamassassin-register-spam-routine)
8972         (spam-spamassassin-register-ham-routine)
8973         (spam-assassin-register-spam-routine)
8974         (spam-assassin-register-ham-routine): add SpamAssassin support
8975         (spam-bogofilter-score): fix to show article before scoring
8976
8977 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8978
8979         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8980         default scoring function
8981         (spam-generic-score): calls spam-spamassassin-score if
8982         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8983         spam-bogofilter-score otherwise.
8984
8985         * gnus.el (spam-process, spam-autodetect-methods): add
8986         spamassassin and spamassassin-headers
8987
8988 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
8989
8990         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8991         Suppress unnecessary messages.
8992
8993 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8994
8995         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8996         make-hash-table.
8997
8998 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * canlock.el (base64-encode-string): Don't autoload it.
9001
9002 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * run-at-time.el: Remove useless (require 'itimer),
9005         eval-and-compile and (featurep 'xemacs).
9006
9007 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9008
9009         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9010         GROUP is a virtual group.
9011
9012 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9013
9014         * gnus.el: Autoload `message-y-or-n-p'.
9015
9016 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9017
9018         * pgg-parse.el: Remove unnecessary (require 'custom).
9019
9020         * pgg-def.el: do.
9021
9022         * nnmail.el: do.
9023
9024         * gnus-undo.el: do.
9025
9026         * gnus-picon.el: do.
9027
9028         * gnus-util.el: do.
9029
9030 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9033
9034 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9037         handle, as well as a list.
9038
9039         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9040         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9041         (mm-w3m-cid-retrieve): Simplify.
9042
9043 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9044
9045         * message.el (message-kill-to-signature): Allow prefix arg to
9046         specify number of lines to keep before signature.
9047
9048 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9049
9050         (message-kill-to-signature): Change docstring.
9051
9052 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * canlock.el: Always require sha1-el.
9055         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9056
9057         * message.el: Autoload sha1 only when compiling.
9058
9059         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9060         eudc-expand-inline for XEmacs.
9061
9062 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * message.el (message-canlock-generate): Require sha1-el.
9065
9066 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9067
9068         * message.el (message-expand-name): Silence the byte compiler.
9069
9070         * lpath.el: Add detect-coding-system.
9071
9072         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9073         cus-edit.
9074
9075 2004-01-13  Simon Josefsson  <jas@extundo.com>
9076
9077         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9078         Invoke gnus-score-mode.  Reported by
9079         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9080
9081         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9082         Jim Blandy <jimb@redhat.com> (tiny change).
9083
9084 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9085
9086         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9087
9088 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9089
9090         * spam.el (spam-get-article-as-string): updated to use
9091         gnus-request-article-this-buffer, much simpler
9092         (spam-get-article-as-buffer): removed
9093
9094 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9095
9096         * message.el (message-expand-name): Use EUDC if the user uses
9097         that.
9098
9099 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9100
9101         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9102         character for the encoding to avoid consing a string.
9103
9104         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9105         unnecessarily.
9106
9107         * mm-util.el (mm-replace-chars-in-string): Remove.
9108
9109         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9110         of mm-replace-chars-in-string.
9111
9112 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9113
9114         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9115         strings.
9116
9117         * mm-util.el (mm-subst-char-in-string): Support inplace.
9118
9119         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9120         a new string in every iteration.  Use shy groups.
9121
9122 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9123
9124         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9125         (gnus-group-change-level, gnus-kill-newsgroup)
9126         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9127         (gnus-get-unread-articles, gnus-make-articles-unread)
9128         (gnus-make-ascending-articles-unread): Use accessor
9129         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9130         to get group information for improved readability.
9131
9132         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9133
9134         * gnus-soup.el (gnus-soup-group-brew): do.
9135
9136         * gnus-msg.el (gnus-put-message): do.
9137
9138         * gnus-move.el (gnus-group-move-group-to-server): do.
9139
9140         * gnus-kill.el (gnus-batch-score): do.
9141
9142         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9143         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9144         (gnus-group-update-group, gnus-group-read-group)
9145         (gnus-group-make-group, gnus-group-make-help-group)
9146         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9147         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9148         (gnus-group-sort-by-unread, gnus-group-catchup)
9149         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9150         (gnus-group-yank-group, gnus-group-set-info)
9151         (gnus-group-list-groups): do.
9152
9153         * gnus.el (gnus-generate-new-group-name): do.
9154
9155         * gnus-delay.el (gnus-delay-send-queue): do.
9156
9157         * nnvirtual.el (nnvirtual-catchup-group): do.
9158
9159         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9160         do.
9161
9162         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9163         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9164
9165         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9166         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9167         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9168         (gnus-group-make-articles-read): do.
9169
9170 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9171
9172         * gnus-art.el (article-decode-mime-words, article-babel)
9173         (gnus-article-highlight-signature, gnus-article-add-buttons)
9174         (gnus-signature-toggle): Use gnus-with-article-buffer.
9175
9176         * gnus-art.el (gnus-article-highlight-headers)
9177         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9178
9179         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9180         (gnus-article-set-globals, gnus-request-article-this-buffer)
9181         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9182         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9183         (gnus-mime-display-alternative): Use with-current-buffer.
9184
9185 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9186
9187         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
9188         also under 80 char limit, and call gnus-error if needed
9189         (spam-fetch-article-header): finally fixed - it was a
9190         buffer-local variable (gnus-newsgroup-data)
9191         (spam-find-spam): use spam-generate-fake-headers, forget about
9192         spam-insert-fake-headers
9193         (spam-insert-fake-headers): removed
9194
9195 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9196
9197         * deuglify.el (gnus-article-outlook-unwrap-lines)
9198         (gnus-outlook-rearrange-article)
9199         (gnus-outlook-repair-attribution-outlook)
9200         (gnus-outlook-repair-attribution-block)
9201         (gnus-outlook-repair-attribution-other): Remove redundant
9202         save-excursion.
9203
9204 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9205
9206         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9207         (spam-fetch-field-subject-fast)
9208         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9209         (spam-fetch-article-header): new functions to deal with Gnus
9210         internals for fast retrieval of article header data
9211         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
9212
9213 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9214
9215         * pop3.el (pop3-md5): Remove.
9216         (pop3-apop): Replace pop3-md5 with md5.
9217
9218         * mm-bodies.el: base64 is always built-in.
9219
9220         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9221         with-current-buffer.
9222
9223 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * canlock.el (canlock-insert-header): Remove excessive grouping in
9226         regexp.
9227
9228         * gnus-sum.el (gnus-summary-read-document): Ditto.
9229
9230         * gnus-uu.el (gnus-uu-part-number): Ditto.
9231
9232         * html2text.el (html2text-remove-tags): Ditto.
9233         (html2text-format-tags): Ditto.
9234         (html2text-format-single-elements): Ditto.
9235
9236         * mml.el (mml-parse-1): Ditto.
9237
9238 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9239
9240         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9241
9242         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9243
9244         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9245
9246         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9247
9248 2003-11-15  Simon Josefsson  <jas@extundo.com>
9249
9250         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9251         (pgg-gpg-lookup-key): Use regexp match instead of
9252         split-string (split-string is different between emacs 21.2 and
9253         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9254
9255 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9256
9257         * gnus-art.el (gnus-mime-view-all-parts)
9258         (gnus-article-part-wrapper, gnus-article-view-part): Use
9259         with-current-buffer.
9260
9261 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9262
9263         * spam.el (spam-disable-spam-split-during-ham-respool)
9264         (spam-spamoracle-database, spam-cache-lookups)
9265         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9266         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9267         (spam-group-ham-marks, spam-group-spam-marks)
9268         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9269         (spam-list-of-processors, spam-list-of-statistical-checks): doc
9270         fix, also add spam-use-blackholes to the statistical checks
9271         (spam-fetch-field-fast): new interface to fetching fields, may
9272         become a macro
9273         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9274         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
9275         (spam-insert-fake-headers): fake an article when needed
9276         (spam-find-spam): fake article when possible
9277         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9278         (spam-check-bogofilter-headers): use message-fetch-field instead
9279         of nnmail-fetch-field
9280
9281 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9284
9285 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9286
9287         * spam.el (spam-split): do not require spam-use-CHECK to be
9288         enabled if that check is passed to spam-split explicitly; also
9289         fix so 'spam doesn't get converted to spam-split-group when
9290         spam-split-symbolic-return is t
9291         (spam-find-spam): find registrations of the article and use those
9292         instead of re-running spam-split to find the spam/ham
9293         classification of the article
9294         (spam-log-processing-to-registry, spam-log-registered-p)
9295         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9296         use gnus-error instead of gnus-message
9297         (spam-log-registration-type): new function to determine the
9298         classification of a message based on registry entries; will
9299         return nil if both 'spam and 'ham are found
9300         (spam-check-BBDB): expand all the BBDB macros here so we can have
9301         a reasonably fast local cache without the loading errors
9302         (spam-cache-lookups): set to t by default
9303         (spam-find-spam): don't try to guess spam-cache-lookups
9304         (spam-enter-whitelist, spam-enter-blacklist): also clear the
9305         spam-caches entry
9306         (spam-filelist-build-cache, spam-filelist-check-cache): better
9307         caching of whitelist/blacklist entries
9308         (spam-check-whitelist, spam-check-blacklist): invoke
9309         spam-from-listed-p with a type, not a cache variable
9310         (spam-from-listed-p): wrap around spam-filelist-check-cache
9311
9312 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9313
9314         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9315
9316         * nnmail.el (nnmail-split-fancy): do.
9317
9318         * mml.el (mml-parse): do.
9319
9320         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9321         (gnus-score-adaptive): do.
9322
9323 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9326         (gnus-mime-button-map): Don't set keymap parent.
9327         (gnus-button-ctan-directory-regexp): Use shy grouping.
9328         (gnus-prev-page-map): Don't set keymap parent.
9329         (gnus-prev-page-map): Remove duplicated one.
9330         (gnus-next-page-map): Don't set keymap parent.
9331         (gnus-mime-security-button-map): Ditto.
9332
9333         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9334         version number.
9335
9336         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9337
9338 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * canlock.el (canlock-sha1-function): Remove.
9341         (canlock-sha1-function-for-verify): Remove.
9342         (canlock-openssl-program): Remove.
9343         (canlock-openssl-args): Remove.
9344         (canlock-ignore-errors): Remove.
9345         (canlock-sha1-with-openssl): Remove.
9346         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9347         (canlock-verify): Don't use canlock-ignore-errors.
9348
9349         * sha1-el.el (sha1-string-external): Make it can return a string
9350         in binary form.
9351         (sha1-region-external): Ditto.
9352         (sha1-string-internal): Ditto.
9353         (sha1-region-internal): Ditto.
9354         (sha1-region): Ditto.
9355         (sha1-string): Ditto.
9356         (sha1): Ditto.
9357
9358 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359
9360         * spam.el (spam-report-articles-gmane): New command.
9361
9362 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9365
9366         * run-at-time.el (run-at-time-saved): Remove.
9367         (run-at-time): Doc fix.
9368
9369 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9370
9371         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9372         (gnus-summary-limit-map): Add it.
9373         (gnus-summary-make-menu-bar): do.
9374
9375 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9376
9377         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9378         first attempt at some caching support (done for BBDB only now)
9379         (spam-find-spam): set spam-cache-lookups if there are more than 2
9380         addresses to be checked
9381         (spam-clear-cache-BBDB): new function, to be invoked by
9382         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9383         (spam-check-BBDB): check and use the caches, if
9384         spam-cache-lookups is on
9385         remove superfluous (provide)
9386
9387 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9388
9389         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9390
9391 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9392
9393         * run-at-time.el (run-at-time-saved): Move to after the definition
9394         of `run-at-time'.
9395
9396         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9397
9398 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9401         mm-w3m-local-map-property.
9402
9403         * mm-view.el (mm-w3m-mode-map): Remove.
9404         (mm-w3m-local-map-property): Remove.
9405         (mm-inline-text-html-render-with-w3m): Don't use
9406         mm-w3m-local-map-property.
9407
9408 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9409
9410         * run-at-time.el: New file.
9411
9412         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9413         under Emacs.
9414
9415         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9416         of gnus-set-text-properties.
9417
9418         * gnus-uu.el (gnus-uu-save-article): Ditto.
9419
9420         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9421
9422         * gnus-cite.el (gnus-cite-parse): Ditto.
9423
9424         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9425         of gnus-.
9426
9427         * gnus-xmas.el (run-at-time): Require run-at-time.
9428
9429         * gnus.el: Changed calls to nnheader-run-at-time and
9430         password-run-at-time throughout to use run-at-time directly.
9431
9432         * password.el: Removed definition of run-at-time.
9433
9434         * nnheaderxm.el: Remove definition of run-at-time.
9435
9436 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9437
9438         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9439         in prompt.
9440
9441 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9442
9443         * messagexmas.el (message-xmas-redefine): Alias
9444         `message-make-caesar-translation-table' to
9445         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9446         version.
9447
9448         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9449         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9450         `gnus-xmas-set-text-properties'.
9451         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9452         `gnus-xmas-completing-read'.
9453         (gnus-xmas-completing-read): Removed.
9454         (gnus-xmas-open-network-stream): Removed.
9455
9456         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9457         XEmacs version.
9458
9459         * dns.el (dns-make-network-process): Use `open-network-stream'
9460         instead of `gnus-xmas-open-network-stream'.
9461
9462         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9463
9464         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9465
9466 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9467
9468         * gnus-art.el (gnus-mime-display-alternative)
9469         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9470         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9471         Don't use gnus-local-map-property.
9472
9473         * gnus-util.el (gnus-local-map-property): Remove.
9474
9475         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9476         gnus-completing-read-maybe-default with completing-read.
9477
9478         * gnus-util.el (gnus-completing-read): do.
9479         (gnus-completing-read-maybe-default): Remove.
9480
9481 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9482
9483         * password.el: Only autoload `run-at-time' if not XEmacs.
9484         Only autoload the itimer functions if XEmacs.
9485
9486 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9489         XEmacsen.
9490
9491         * dgnushack.el: Autoload executable-find for XEmacs.
9492
9493 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9494
9495         * gnus-art.el (gnus-read-string): Remove.
9496         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9497         read-string.
9498
9499 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9500
9501         * netrc.el: autoload password-read
9502         (netrc): new configuration group
9503         (netrc-encoding-method, netrc-openssl-path): configuration
9504         variables for encoding and decoding of files with symmetric
9505         ciphers
9506         (netrc-encode): assistant function to encode a file with
9507         netrc-encoding-method
9508         (netrc-parse): added interactive parameter, added optional
9509         decoding if netrc-encoding-method is non-nil but otherwise
9510         behavior is standard
9511         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9512         s/encode/encrypt/ everywhere
9513
9514         * spam.el: remove executable-find autoload
9515
9516 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9517
9518         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9519
9520         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9521
9522 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * gnus-art.el (gnus-treat-ansi-sequences,
9525         article-treat-ansi-sequences): New variable and function.
9526         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9527
9528         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9529         Use it.
9530
9531 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9532
9533         * mm-util.el (mm-quote-arg): Remove.
9534
9535         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9536         shell-quote-argument.
9537
9538         * gnus-uu.el (gnus-uu-command): do.
9539
9540         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9541
9542         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9543         with make-char.
9544
9545         * mm-util.el (mm-make-char): Remove.
9546
9547         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9548         add-minor-mode.
9549
9550         * gnus-undo.el (gnus-undo-mode): do.
9551
9552         * gnus-topic.el (gnus-topic-mode): do.
9553
9554         * gnus-sum.el (gnus-dead-summary-mode): do.
9555
9556         * gnus-start.el (gnus-slave-mode): do.
9557
9558         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9559
9560         * gnus-ml.el (gnus-mailing-list-mode): do.
9561
9562         * gnus-gl.el (gnus-grouplens-mode): do.
9563
9564         * gnus-draft.el (gnus-draft-mode): do.
9565
9566         * gnus-dired.el (gnus-dired-mode): do.
9567
9568         * gnus-ems.el (gnus-add-minor-mode): Remove.
9569
9570         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9571         Replace gnus-char-width with char-width.
9572
9573         * gnus-ems.el (gnus-char-width): Remove.
9574
9575         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9576         Replace gnus-char-width with char-width.
9577
9578         * gnus-ems.el (gnus-char-width): Remove.
9579
9580         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9581         definition.
9582         Remove Emacs 20 hash table compatibility code.
9583
9584         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9585         20 compatibility code.
9586
9587         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9588
9589         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9590
9591         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9592         with point-at-{eol,bol}.
9593
9594         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9595
9596         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9597
9598         * flow-fill.el (fill-flowed-point-at-bol,
9599         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9600
9601         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9602         Replace with point-at-{eol,bol} throughout all files.
9603
9604 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * ntlm.el (ntlm-string-as-unibyte): New macro.
9607         (ntlm-build-auth-response): Use it.
9608
9609         Remove Emacs 20 stuff:
9610         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9611         (butlast, mapc, remove): Remove the compiler macros.
9612         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9613         of delq and copy-sequence.
9614         * gnus-art.el (popup-menu): Remove the compiler macro.
9615         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9616         Emacs 20.
9617
9618 2004-01-05  Simon Josefsson  <jas@extundo.com>
9619
9620         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9621         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9622         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9623         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9624         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9625         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9626         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9627         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9628         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9629         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9630         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9631         string-xor into ntlm-string-xor.  Suggested by
9632         Jesper Harder <harder@myrealbox.com>.
9633
9634         * ntlm.el: Don't include poem.
9635
9636         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9637         Jesper Harder <harder@myrealbox.com>.
9638
9639         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9640
9641         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9642         probably breaks emacs with DL patch, but do we care? Is anyone
9643         still using the DL stuff?)
9644
9645         * sieve-manage.el: Use the password package.
9646         (sieve-manage-read-passwd): Remove.
9647         (sieve-manage-interactive-login): Use password.  Re-add
9648         condition-case around loop.
9649
9650         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9651         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9652         the password package.
9653
9654 2003-02-19  Simon Josefsson  <jas@extundo.com>
9655
9656         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9657         token.
9658
9659 2002-08-07  Simon Josefsson  <jas@extundo.com>
9660
9661         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9662         (sieve-manage-authenticators):
9663         (sieve-manage-authenticator-alist): Add some SASL mechs.
9664         (sieve-sasl-auth): New function.
9665         (sieve-manage-cram-md5-auth):
9666         (sieve-manage-plain-auth): Rewrite using SASL library.
9667         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9668         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9669         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9670         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9671
9672 2004-01-05  Simon Josefsson  <jas@extundo.com>
9673
9674         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9675         New files.
9676
9677 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9678
9679         * gnus-group.el (gnus-no-groups-message): Update.
9680
9681         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9682
9683 2003-11-09  Simon Josefsson  <jas@extundo.com>
9684
9685         * imap.el: Support for ID IMAP extension (RFC 2971).
9686         (imap-local-variables): Add imap-id.
9687         (imap-id): New variable.
9688         (imap-id): New function.
9689         (imap-parse-response): Parse untagged ID response.
9690         * nnimap.el (nnimap-id): New variable.
9691         (nnimap-open-connection): Use it.
9692
9693 2003-12-28  Simon Josefsson  <jas@extundo.com>
9694
9695         * gnus-score.el (gnus-score-edit-all-score): New.
9696         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9697
9698 2004-01-04  Simon Josefsson  <jas@extundo.com>
9699
9700         * password.el: Add.
9701
9702 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9703
9704         * dns.el: Add support for AAAA records (see RFC 3596)
9705
9706         * Fix typo PRT -> PTR
9707
9708         * Parse MX, PTR and SOA replies (see RFC 1035)
9709
9710 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9713
9714         * Moved to Changelog.2.
9715
9716 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9717
9718         * gnus.el (gnus-version-number): Bump version.
9719
9720 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9721
9722         * gnus.el: No Gnus v0.1 is released.
9723
9724 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9725
9726         * gnus.el: No Gnus v0.0 is released.
9727
9728 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * gnus.el (gnus-version-number): Bump.
9731         (gnus-version): No.
9732
9733 See ChangeLog.2 for earlier changes.
9734
9735     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9736   Copying and distribution of this file, with or without modification,
9737   are permitted provided the copyright notice and this notice are preserved.
9738
9739 ;; Local Variables:
9740 ;; coding: iso-2022-7bit
9741 ;; fill-column: 79
9742 ;; End:
9743
9744 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4