* gmm-utils.el (gmm-image-load-path-for-library): Sync with
[gnus] / lisp / ChangeLog
1 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
4         image.el, revision 1.59, in Emacs.  Pass value of path rather than
5         symbol.  Always return list of directories.  Guarantee that image
6         directory comes first.
7
8         * message.el (message-make-tool-bar): Adjust to new API of
9         `gmm-image-load-path-for-library'.
10
11         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12
13         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14
15 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16
17         * gnus-art.el (gnus-article-only-boring-p): Bind
18         inhibit-point-motion-hooks to avoid infinite loop when entering
19         intangible text.  Reported by Ralf Wachinger
20         <rwnewsmampfer@geekmail.de>.
21
22 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
23
24         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
25         `defun' instead of `gmm-defun-compat'.
26
27 2006-03-14  Simon Josefsson  <jas@extundo.com>
28
29         * message.el (message-unique-id): Don't use message-number-base36
30         if (user-uid) is a float.  Reported by Bjorn Solberg
31         <bjorn_ding1@hekneby.org>.
32
33 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
36
37         * gnus-art.el (gnus-mime-display-single): Make sure there is an
38         empty line between a part and a message part.
39
40 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
41
42         * smiley.el: Add more test smileys.
43         (smiley-data-directory, smiley-regexp-alist)
44         (gnus-smiley-file-types): Fix doc strings.
45         (smiley-update-cache): Clear smiley-cached-regexp-alist before
46         adding new elements.
47         (smiley-mouse-map): Unused code.  Make it a comment.
48
49 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
52         scan latest NoCeM messages instead of old ones.
53         (gnus-nocem-check-article): Fix regexps so as to match to PGP
54         delimiters that are recently used.
55         (gnus-nocem-load-cache): Add autoload cookie.
56
57         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
58
59         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
60         level which is larger than gnus-use-nocem is specified.
61
62         * gnus-group.el (gnus-group-get-new-news): Ditto.
63
64 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
65
66         * gnus-util.el (gnus-tool-bar-update): New function.
67
68         * gnus-group.el (gnus-group-update-tool-bar): New variable.
69         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
70
71         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
72
73         * gnus-group.el (gnus-group-redraw-when-idle)
74         (gnus-group-redraw-check): Remove.
75         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
76
77 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
80         if optional last element is specified in splits (FIELD VALUE...).
81
82 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
83
84         * message.el (message-make-tool-bar): Rename gmm-image-load-path
85         to gmm-image-load-path-for-library.  Call with no-error argument.
86         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
87
88         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
89
90         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
91
92         * gmm-utils.el (gmm-image-load-path): Remove alias.
93
94 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
95
96         * gmm-utils.el (gmm-image-load-path): Add alias.
97
98         * nnml.el (nnml-generate-nov-databases-directory): Rename from
99         nnml-generate-nov-databases-1.
100         (nnml-generate-nov-databases): Use it.
101         (nnml-generate-nov-databases-directory): Document no-active
102         argument.
103
104         * gmm-utils.el (gmm-image-load-path-for-library): Return single
105         directory if path is t.  Add no-error.
106
107         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
108         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
109
110         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
111         resetting gnus-article-browse-html-temp-list.
112
113         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
114         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
115         Add example to docstring.  Rename local variables.  Move error
116         checks to default case in cond and simplify.
117
118 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
121         handle is multipart when calling it recursively.
122         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
123
124 2006-03-03  Daniel Pittman <daniel@rimspace.net>
125
126         * nnimap.el (nnimap-request-update-info-internal): Optimize.
127
128 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
131         is loaded.
132
133         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
134         loaded.
135
136 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
137
138         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
139         to "Emacs 23 (unicode)" in doc string.
140
141         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
142         "Emacs 23 (unicode)" in comment.
143
144 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * mm-decode.el (mm-get-part): Don't use
147         mm-with-unibyte-current-buffer.
148
149         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
150         characters 160 through 255 in Emacs 23.
151
152 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
153
154         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
155         gnus-article-browse-html-temp.
156         (gnus-article-browse-delete-temp): Make it customizable.  Add
157         `file'.  Adjust doc string.
158         (gnus-article-browse-delete-temp-files): Add argument.  Allow
159         query for each file.  Adjust doc string.
160         (gnus-article-browse-html-parts): Add
161         `gnus-article-browse-delete-temp-files' to
162         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
163
164 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
165
166         * gnus-art.el (gnus-article-browse-html-temp)
167         (gnus-article-browse-delete-temp): New variables.
168         (gnus-article-browse-delete-temp-files): New function.
169         (gnus-article-browse-html-parts): Use it.
170
171 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
172
173         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
174
175         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
176         string.
177
178         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
179         gnus-summary-insert-new-articles when unplugged.  Remove
180         gnus-summary-search-article-forward.
181
182         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
183         display-visual-class instead of display-color-cells.
184
185 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * dgnushack.el: Autoload customize-group for XEmacs.
188
189         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
190         message/* containing non-ASCII text properly.
191
192 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
193
194         * message.el: Require gmm-utils, remove autoloads.
195         (message-tool-bar): Set default based on
196         gmm-tool-bar-style.
197         (message-tool-bar-gnome): Add gmm-customize-mode.
198
199         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
200         gmm-tool-bar-style.
201         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
202
203         * gnus-group.el (gnus-group-tool-bar): Set default based on
204         gmm-tool-bar-style.
205         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
206
207         * gmm-utils.el (gmm-image-directory): Rename variable from
208         gmm-image-load-path.
209         (gmm-image-load-path): Use gmm-image-directory.
210         (gmm-customize-mode): New function.
211         (gmm-tool-bar-style): New variable.
212
213         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
214         gnus-group-redraw-line-number.
215         (gnus-group-redraw-check): Simplify.
216         (gnus-group-tool-bar-update): Remove redraw check.
217         (gnus-group-make-tool-bar): Add redraw check.
218
219 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
220
221         * gnus-art.el (gnus-button): Add missing parentheses.
222
223 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * lpath.el: Fbind line-number-at-pos.
226
227 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
230
231 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
232
233         * gnus-art.el (gnus-button): New face.
234         (gnus-article-button-face): Use it.
235
236         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
237         gnus-summary-next-page.  Re-order.
238
239         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
240         next-node are now included.
241         (gnus-group-redraw-line-number): New internal variable.
242         (gnus-group-redraw-check): Helper function for updating the tool
243         bar.
244         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
245
246         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
247
248         * spam.el (spam-spamassassin-score-regexp): New internal variable.
249         (spam-extra-header-to-number, spam-check-spamassassin-headers):
250         Use it to match format of Spamassassin 3.0 and later.  Reported by
251         IRIE Tetsuya <irie@t.email.ne.jp>.
252         (spam-check-bogofilter)
253         (spam-bogofilter-register-with-bogofilter): Fix args of
254         `gnus-error' calls.
255
256 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
257
258         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
259         unnecessary interaction when sending queued mails.  Reported by
260         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
261
262 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
263
264         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
265         first or last are nil.
266
267 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
268
269         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
270
271 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
274
275 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * dns.el (query-dns): Protect more against buggy tcp output.
278
279 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
280
281         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
282         nov.php.
283
284 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
285
286         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
287         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
288         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
289         output on the server side.
290         (nnweb-google-create-mapping): Update regexps and add some
291         progress indication.
292
293 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
294
295         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
296         gnus-agent-toggle-plugged.  Re-order icons.
297         (gnus-group-tool-bar-gnome): Add
298         gnus-group-{prev,next}-unread-group.
299         (gnus-group-tool-bar-gnome): Re-order icons.
300
301         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
302         gnus-summary-insert-new-articles.
303
304         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
305         comments.
306
307         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
308         also available in Emacs 21.3.
309
310         * message.el (message-fix-before-sending): Change "Emacs 22" to
311         "Emacs 23 (unicode)" in comment.
312
313         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
314         "Emacs 23 (unicode)" in comment.
315
316         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
317         comment.
318         (mm-coding-system-p): Add comment about no-MULE XEmacs.
319
320         * mm-view.el (mm-fill-flowed): Add :version.
321
322 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
323
324         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
325         and load-path.
326
327 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
328
329         * message.el: Autoload gmm-image-load-path.
330         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
331         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
332         consitency.
333
334         * gmm-utils.el (gmm-image-load-path): Also search in
335         "../etc/images".  Don't set gmm-image-load-path if we don't find
336         the image.
337
338 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gmm-utils.el (gmm-image-load-path): Don't make
341         `gmm-image-load-path' include subdirectories which the second arg
342         `image' might specify.
343
344         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
345         subdirectory to icon file names.
346
347         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
348
349 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
350
351         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
352         gmm-image-load-path calls.
353
354         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
355
356         * message.el (message-make-tool-bar): Ditto.
357
358         * mml.el (mml-preview): Added comment concerning tool bar icons.
359
360         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
361         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
362
363         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
364         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
365
366         * message.el (message-tool-bar-gnome): Use new icon names.
367         (message-make-tool-bar): Use `gmm-image-load-path'.
368
369         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
370         functions from MH-E.
371         (gmm-image-load-path): New variable from MH-E.
372         (gmm-image-load-path): New function from MH-E.  Added arguments
373         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
374         *-image-load-path-called-flag.
375
376 2006-02-21  Milan Zamazal <pdm@brailcom.org>
377
378         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
379
380 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
381         (tiny change)
382
383         * nnimap.el (nnimap-request-move-article): Change folder back to
384         source group before deleting.
385
386 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
387
388         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
389
390         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
391         mm-url.
392
393         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
394
395 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
398         coding system which mm-charset-to-coding-system returns for a
399         given charset is valid.
400
401 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
402
403         * html2text.el (html2text-remove-tag-list):
404         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
405
406 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
407
408         * gnus-cus.el: Revert 2005-10-17 change.
409
410 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * gnus-art.el (article-strip-banner): Call
413         article-really-strip-banner only when the regexp match is made.
414
415 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * gnus-art.el (article-strip-banner): Use
418         gnus-extract-address-components instead of
419         mail-header-parse-addresses to make it work with non-ASCII text;
420         remove mail-encode-encoded-word-string.
421
422         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
423         values which are surrounded with \"...\"; make it never cause a
424         Lisp error; give up parsing of parameters if it failed in
425         extracting type.
426
427 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
428
429         * smime.el (smime-cert-by-ldap-1): Fix bug where
430         `smime-ldap-search' returns results without userCertificates.
431
432 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
435
436 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
437
438         * spam.el (spam-check-spamassassin-headers): Adapt format for
439         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
440         <ari@mbf.ocn.ne.jp>.
441         (spam-list-of-processors): Add spam-use-gmane.
442
443 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
446         make-temp-file; make it work with XEmacs as well.
447
448         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
449         mm-make-temp-file.
450
451         * mm-decode.el (mm-display-external): Use the 3rd arg of
452         mm-make-temp-file.
453         (mm-create-image-xemacs): Ditto.
454
455 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
456
457         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
458         with message-narrow-to-headers.
459         (gnus-draft-setup): Narrow to header to run message-fetch-field.
460         (gnus-draft-check-draft-articles): New function.
461         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
462
463 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
464
465         * gnus-art.el (gnus-article-browse-html-parts):
466         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
467         Don't use suffix argument for mm-make-temp-file for Emacs 21
468         compatibility.  Remove useless `format'.
469
470 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
471
472         * nnweb.el (nnweb-google-wash-article): Update regexps.
473         (nnweb-group-alist): Use defvoo instead of defvar.
474
475 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
478         re-loading nn* modules.
479
480 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
481
482         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
483         for `tool-bar-mode' and don't check it's default-value.
484
485         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
486
487         * message.el (message-make-tool-bar): Ditto.
488
489         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
490         `substring'.  Shorten tmp-file name.
491
492         * gnus.el: Remove bogus comment.
493
494 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
495
496         * gnus-art.el (gnus-article-browse-html-parts): New function.
497         (gnus-article-browse-html-article): New function for viewing html
498         articles with a browser.
499
500 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
501
502         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
503         in elisp.
504         (pgg-gpg-encrypt-symmetric-region): Ditto.
505         (pgg-gpg-sign-region): Ditto.
506
507         * pgg-def.el (pgg-text-mode): New variable.
508
509         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
510         (mml2015-pgg-encrypt): Ditto.
511
512         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
513         (mml1991-pgg-encrypt): Ditto.
514
515 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
518         message-make-date instead of current-time-string.
519
520         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
521         to gnus-decoded which mm-uu might set.
522
523 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
526         don't decode quoted parameters; remove misimported Emacs code.
527         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
528         (rfc2231-decode-encoded-string): Don't use split-string which
529         behaves differently according to Emacs version; use
530         mm-decode-coding-region to convert charset to coding-system.
531         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
532         (rfc2231-encode-string): Remove misimported Emacs code.
533
534 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-art.el (article-decode-charset): Don't use ignore-errors
537         when calling mail-header-parse-content-type.
538         (article-de-quoted-unreadable): Ditto.
539         (article-de-base64-unreadable): Ditto.
540         (article-wash-html): Ditto.
541
542         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
543         calling mail-header-parse-content-type and
544         mail-header-parse-content-disposition.
545         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
546         mail-header-parse-content-type.
547
548         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
549         insert charset and format parameters; encode description after
550         inserting it to buffer.
551         (mml-insert-parameter): Fold lines properly even if a parameter is
552         segmented into two or more lines; change the max column to 76.
553
554         * rfc1843.el (rfc1843-decode-article-body): Don't use
555         ignore-errors when calling mail-header-parse-content-type.
556
557         * rfc2231.el (rfc2231-parse-string): Return at least type if
558         possible; don't cause an error even if it fails in parsing of
559         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
560         (rfc2231-encode-string): Don't break lines at the beginning, leave
561         it to mml-insert-parameter.
562
563         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
564         calling mail-header-parse-content-type.
565
566 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
567
568         * spam-report.el (spam-report-gmane-use-article-number): Improve
569         doc string.
570         (spam-report-gmane-internal): Check if a suitable header was found
571         in the article.
572
573 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
576         (rfc2231-encode-string): Make param*=value always begin with LWSP.
577
578 2006-02-05  Romain Francoise  <romain@orebokech.com>
579
580         Update copyright notices of all files in the gnus directory.
581
582 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
583
584         * nnweb.el (nnweb-request-group): Avoid growing overview files.
585
586 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
589         segmented lines of parameter value to cope with Thunderbird 1.5
590         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
591         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
592         (rfc2231-encode-string): Don't make lines exceeding 76 column.
593
594 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
595
596         * mml.el (mml-generate-mime-1): Correct the order of inline signed
597         parts.
598
599 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
600
601         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
602         there's only one active file for all servers.
603         (nnweb-request-scan): Make sure nnweb-articles is initialized on
604         solid groups.  Gnus might have used a FAST request to select the
605         group.
606         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
607         and nnweb-search redundantly in the active file.
608         (nnweb-request-list): Don't list bogus groups.  There can only be
609         one.
610         (nnweb-request-create-group): Don't use ARGS.
611         (nnweb-possibly-change-server, nnweb-request-group): Remove some
612         initialisations.  Let nnoo do the work.
613
614 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
617         decoded.
618         (mm-uu-diff-extract): Ditto.
619
620         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
621
622 2006-01-31  Kevin Ryde  <user42@zip.com.au>
623
624         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
625         mailcap-viewer-test-cache when there's no 'test clause, since that
626         will invert the meaning of a "nil" test previously determined by
627         mailcap-mailcap-entry-passes-test.
628
629 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
632         compiling.
633
634         * gnus-sum.el: Ditto.
635
636         * message.el: Don't bind tool-bar-map when compiling.
637
638 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
639
640         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
641
642 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
643
644         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
645         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
646         current Google Groups.
647
648 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
649
650         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
651         and tool-bar-mode.
652
653         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
654         and tool-bar-mode.
655
656         * message.el (message-tool-bar-update): Simplify.
657         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
658
659         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
660         gnus-summary-buffer.
661         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
662         gnus-summary-reply.
663
664         * gmm-utils.el (gmm): Add :version.
665
666 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * Makefile.in (clean): New rule.
669         (distclean): Use it.
670
671 2006-01-26  Steve Youngs  <steve@sxemacs.org>
672
673         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
674         autoload.
675
676 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gmm-utils.el (gmm-verbose): Add :group.
679
680 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
681
682         * message.el: Change some comments WRT tool-bars.
683
684         * gnus-sum.el (gnus-summary-tool-bar)
685         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
686         (gnus-summary-tool-bar-zap-list): New variables.
687         (gnus-summary-make-tool-bar): Complete rewrite using
688         `gmm-tool-bar-from-list'.
689
690         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
691         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
692         variables.
693         (gnus-group-make-tool-bar): Complete rewrite using
694         `gmm-tool-bar-from-list'.
695         (gnus-group-tool-bar-update): New function.
696
697         * message.el (message-mode-field-menu): Add "Show hidden Headers".
698
699 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
702         is dissected into a single part of which the type is the same as
703         the given one; decode charset.
704
705 2006-01-21  Kevin Ryde  <user42@zip.com.au>
706
707         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
708         into alists as symbol not string, since that's what
709         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
710         look for.
711
712 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
713
714         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
715         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
716
717         * message.el (message-tool-bar-gnome): Use gmm-ignore.
718
719 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
720
721         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
722         (gnus-xmas-mime-security-button-menu): New function.
723
724         * gnus-art.el (gnus-mime-security-button-commands): New variable.
725         (gnus-mime-security-button-menu): New definition.
726         (gnus-mime-security-button-map): Use them.
727         (gnus-mime-security-button-menu): New function.
728         (gnus-insert-mime-security-button): Addition to help echo.
729         (gnus-mime-security-run-function, gnus-mime-security-save-part)
730         (gnus-mime-security-pipe-part): New functions.
731
732         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
733         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
734
735         * mm-decode.el (mm-handle-set-disposition): Remove.
736         (mm-handle-set-description): Remove.
737
738 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
741         (mm-w3m-standalone-supports-m17n-p): New function.
742         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
743         w3m usage.
744
745         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
746         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
747
748 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
749
750         * message.el (message-tool-bar-zap-list): Use
751         gmm-tool-bar-zap-list as custom type.
752         (message-tool-bar-update): New function.
753         (message-tool-bar, message-tool-bar-gnome)
754         (message-tool-bar-retro): Add message-tool-bar-update.
755         (message-tool-bar-gnome): Add flyspell-buffer.
756
757         * gnus-util.el (gnus-error): Describe `args'.
758
759         * gmm-utils.el (gmm-error): Describe `args'.
760         (gmm-tool-bar-zap-list): New widget.
761         (gmm-tool-bar-from-list): Improve description of `zap-list'.
762
763 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
766         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
767         the number of recursive calls.
768
769         * mm-decode.el (mm-handle-set-disposition): New macro.
770         (mm-handle-set-description): New macro.
771
772 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
775         encoding.
776
777 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
778
779         * message.el (message-tool-bar-zap-list, message-tool-bar)
780         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
781         (message-tool-bar-local-item-from-menu): Remove.
782         (message-tool-bar-map): Replace by `message-make-tool-bar'.
783         (message-make-tool-bar): New function.
784         (message-mode): Use `message-make-tool-bar'.
785
786         * gmm-utils.el: New file.
787         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
788         (gmm-lazy): New widget copied from `nnmail.el'.
789         (gmm-tool-bar-from-list): New function for creating customizable
790         tool bars.
791         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
792         output.
793         (gmm): Add :prefix to defgroup.
794
795 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
796
797         * gmm-utils.el (gmm-widget-p): New function.
798
799 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
800
801         * mml.el (mml-attach-file): Describe `description' in doc string.
802         (mml-menu): Add Emacs MIME manual and PGG manual.
803
804 2006-01-20  Richard M. Stallman  <rms@gnu.org>
805
806         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
807
808 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
809
810         * nntp.el (nntp-end-of-line): Doc fix.
811
812 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
813
814         * imap.el (imap-open): Handle case where buffer is a buffer
815         object.
816
817 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
818
819         * gnus-delay.el (gnus-delay): Don't autoload.
820         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
821         to be re-loaded when customizing the `gnus-delay' group.
822
823 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
824
825         * message.el (message-insert-citation-line): Use newlines.
826
827 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
828
829         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
830         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
831         these routines, so the passphrase can be managed externally and
832         passed in to the system.
833         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
834         pgg-add-passphrase-to-cache function.
835
836         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
837         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
838         these routines, so the passphrase can be managed externally and
839         passed in to the system.
840         (pgg-pgp5-sign-region): Use new name of
841         pgg-add-passphrase-to-cache function.
842
843 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
844
845         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
846         part of the decoded armor to find the key-identifier.
847         (pgg-gpg-lookup-key-owner): New function to return the
848         human-readable identifier of a key owner.
849         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
850         itself.
851         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
852         the key value) if we have a key and can match it against a secret
853         key.  Also, added a note pointing out fact that the prompt only
854         indicates the first matching key.
855
856         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
857         pgg-decrypt-region.
858         (pgg-add-passphrase-to-cache): Rename from
859         `pgg-add-passphrase-cache' to reduce confusion (all callers
860         changed).
861         (pgg-remove-passphrase-from-cache): Rename from
862         `pgg-remove-passphrase-cache' to reduce confusion (all callers
863         changed).
864         (pgg-read-passphrase, pgg-add-passphrase-cache)
865         (pgg-remove-passphrase-cache): Add informative docstrings.
866         (pgg-decrypt): Convey provided passphrase in subordinate call to
867         pgg-decrypt-region.
868
869 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
870
871         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
872         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
873         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
874         'passphrase' argument, so the passphrase can be managed externally
875         and then passed in to the system.
876
877         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
878         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
879         so the passphrase cache can be used reliably with identifiers
880         besides a pgp packet's key id.
881
882         * pgg-gpg.el (pgg-gpg-encrypt-region)
883         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
884         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
885         these routines, so the passphrase can be managed externally and
886         passed in to the system.
887
888         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
889         'notruncate' argument, so the passphrase cache can be used
890         reliably with identifiers besides a pgp packet's key id.
891
892 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
893
894         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
895         symmetric encryption.
896         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
897         encrypted session key.
898         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
899         message ask for the passphrase in a proper way.
900
901         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
902         New user commands for symmetric encryption.
903
904 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
907
908         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
909
910 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
911
912         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
913
914 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * mm-decode.el (mm-inlined-types): Add application/pgp.
917         (mm-automatic-display): Ditto.
918
919         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
920         part as text.
921
922 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * nnrss.el: Update copyright.
925         (nnrss-opml-import): Query whether to subscribe to each entry.
926
927         * gnus-art.el:
928         * gnus-sum.el:
929         * gnus-xmas.el:
930         * messagexmas.el:
931         * mm-uu.el:
932         * mm-view.el: Update copyright.
933
934 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
935
936         * message.el (message-info): New function.
937         (message-mode-menu): Add it.
938         Update copyright.
939
940         * ChangeLog: Fix and update copyright.
941
942 2006-01-13  Romain Francoise  <romain@orebokech.com>
943
944         * message.el (message-forward-subject-name-subject): Prefer the
945         address to 'nowhere' if the sender has no name.
946         Fix typo.  Update copyright year.
947
948 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-art.el (article-wash-html): Use
951         gnus-summary-show-article-charset-alist if a numeric arg is given.
952         (gnus-article-wash-html-with-w3m-standalone): New function.
953
954         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
955         mm-inline-text-html-render-with-w3m-standalone.
956         (mm-text-html-washer-alist): Map w3m-standalone to
957         gnus-article-wash-html-with-w3m-standalone.
958         (mm-inline-text-html-render-with-w3m-standalone): New function.
959
960 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
961
962         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
963         Improve LaTeX.
964
965 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
968         (nnrss-request-article): Render text/plain parts as HTML.
969
970         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
971         the buffer.
972
973 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
974
975         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
976         custom definition of `gnus-posting-styles'.
977
978         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
979         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
980
981 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
982
983         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
984         Use nntp for bug archive.
985
986 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
989         parts.
990         (nnrss-normalize-date): New function converts ISO 8601 date into
991         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
992         (nnrss-check-group): Use it.
993
994 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
997
998         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
999         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1000         (nnrss-insert-w3): Ditto.
1001
1002 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
1005         the articles to be forwarded including the case where neither a
1006         number of articles nor a region is specified.
1007
1008 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * nnrss.el (nnrss-request-article): Fix last change; fill
1011         text/plain parts.
1012
1013 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
1016         in text/plain part.
1017         (nnrss-check-group): Don't add excessive newline to dc:subject.
1018
1019 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
1020
1021         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
1022         article.
1023
1024 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1025
1026         * nnml.el: Don't require gnus-bcklg.  Autoload it.
1027         (nnml-use-compressed-files, nnml-save-mail): Support other
1028         comression programs such as bzip2.
1029
1030 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * dns.el (query-dns): Make sure we check the buffer size before
1033         removing tcp headers.
1034
1035 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1036
1037         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
1038         remove MIME buttons associated with multipart/alternative parts.
1039         (gnus-mime-display-alternative): Tag buttons using `article-type'
1040         text property.
1041
1042         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
1043         associated with multipart/alternative parts.
1044
1045         * gnus-art.el (gnus-signature-separator): Fix custom type.
1046
1047         * mm-decode.el (mm-inlined-types): Fix custom type.
1048         (mm-keep-viewer-alive-types): Ditto.
1049         (mm-automatic-display): Ditto.
1050         (mm-attachment-override-types): Ditto.
1051         (mm-inline-override-types): Ditto.
1052         (mm-automatic-external-display): Ditto.
1053
1054 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1055
1056         * spam-report.el (spam-report-user-mail-address)
1057         (spam-report-user-agent): New variables.
1058         (spam-report-url-ping-plain): Use spam-report-user-agent.
1059
1060 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
1061
1062         * gnus-art.el (gnus-button-handle-custom): Do not just use
1063         `customize-apropos' for any "M-x customize-*" button but the
1064         function called for.  Accept both the function name and its
1065         argument in order to achieve this.
1066         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
1067         function name to `gnus-button-handle-custom' in case of "M-x
1068         customize-*" buttons.
1069
1070 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
1073         multipart/alternative and add xref to mm-discouraged-alternatives
1074         in doc string.
1075
1076         * mm-decode.el (mm-discouraged-alternatives): Add xref to
1077         gnus-buttonized-mime-types in doc string.
1078
1079 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1080
1081         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
1082         Suggest image/.* in the doc string.
1083
1084 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1085
1086         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
1087         message-marks (Debian bug #342521).
1088
1089 2005-12-12  Simon Josefsson  <jas@extundo.com>
1090
1091         * password.el (password-read-from-cache): Add.
1092         (password-read): Use it.
1093
1094 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
1097         us-ascii as a MIME charset.
1098
1099         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
1100         against the case where the 2nd arg TYPE is nil.
1101
1102 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1103
1104         * pop3.el (pop3-stream-type): Fix custom version.
1105
1106         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
1107
1108 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1109
1110         * mm-decode.el (mm-display-external): Add missing cdr.
1111
1112 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * mm-decode.el (mm-display-external): Use nametemplate (defined in
1115         RFC1524) if it is in mailcap or add a suffix according to
1116         mailcap-mime-extensions when generating a temp filename; postpone
1117         deleting a temp file for 2 seconds for some wrappers, shell
1118         scripts, and so on, which might exit right after having started a
1119         viewer command as a background job.
1120
1121 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1122
1123         * nntp.el (nntp-marks-directory): Fix custom group.
1124
1125         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
1126         steps when < 10.
1127
1128         * gnus-start.el (gnus-no-server-1): Mention
1129         `gnus-level-default-subscribed' in doc string.
1130
1131 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1132
1133         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
1134         parens.
1135
1136 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * gnus-xmas.el (gnus-use-toolbar): Revert.
1139         (gnus-xmas-setup-toolbar): Use global default-toolbar if
1140         gnus-use-toolbar is default.
1141
1142         * messagexmas.el (message-use-toolbar): Revert.
1143         (message-setup-toolbar): Use global default-toolbar if
1144         message-use-toolbar is default.
1145
1146 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
1149         according to default-toolbar-visible-p.
1150
1151         * messagexmas.el (message-use-toolbar): Ditto.
1152
1153 2005-11-26  Dave Love  <fx@gnu.org>
1154
1155         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
1156         (tls-program, tls-success): Provide openssl alternative.
1157
1158         * starttls.el: Doc fixes.
1159         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
1160         SERVICE to PORT.
1161
1162         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
1163         port null or service name.
1164         (starttls-negotiate): Autoload.
1165
1166 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * message.el (message-kill-to-signature): Fix interactive spec.
1169
1170 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * pop3.el (pop3-open-server): Recognize a string as a service name.
1173
1174 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
1175
1176         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
1177
1178 2005-11-23  Dave Love  <fx@gnu.org>
1179
1180         Add pop3s, pop3/starttls.
1181
1182         * pop3.el (pop3-authentication-scheme): Clarify doc.
1183         (open-tls-stream, starttls-open-stream): Autoload.
1184         (pop3-stream-type): New.
1185         (pop3-open-server): Use it.
1186
1187         * mail-source.el (mail-sources): Fix some :types.  Add stream type
1188         for POP.
1189         (mail-source-keyword-map): Add :stream for POP.
1190         (mail-source-fetch-pop): Use pop3-stream-type.
1191
1192 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
1195         of current-time-string.
1196
1197 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
1198
1199         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
1200         date header.
1201
1202 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
1203
1204         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
1205         it can seriously impact performance as it bypasses the agent's
1206         local caches.
1207
1208 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
1209
1210         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
1211         must be explicitly online rather than "not explicitly offline" for
1212         its flags to be synchronized.
1213
1214         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
1215         that gnus-uu-unmark-thread will function correctly.
1216
1217         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
1218         1024K is instead displayed as 1M.
1219
1220 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
1223
1224 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
1225
1226         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
1227
1228 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
1229
1230         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
1231         error message to display actual error condition.
1232         (gnus-agent-save-local): Avoid saving symbols that are bound to
1233         nil as they simply result in a warning message in
1234         gnus-agent-read-local.
1235
1236 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
1239         rather than make-variable-buffer-local for file-precious-flag.
1240
1241 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
1242
1243         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
1244         for duplicates which are removed.  The invalid sort check then
1245         triggers a rescan after the sort as sorting may have moved
1246         duplicate entries such that they can be cheaply detected.
1247
1248 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
1251
1252 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
1253
1254         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
1255         internal variable to a custom variable.  Changed default value
1256         from compressed(2) to uncompressed(1).
1257         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
1258         support for uncompressed agentview files.  Taken together, reading
1259         the agentview file should now be 6-7 times faster.
1260
1261 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1262
1263         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
1264         as a buffer-local variable.  This avoids creating truncated
1265         dribble files as a result of a hang up, eg.
1266
1267 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
1268
1269         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
1270         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
1271         XEmacs.
1272
1273 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1274
1275         * gnus-start.el (gnus-start-draft-setup): Enforce
1276         `gnus-draft-mode' for nndraft:drafts at startup.
1277
1278         * gnus.el (gnus-splash): Change custom group.
1279         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
1280         allow-list argument.
1281
1282         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
1283         string.
1284
1285 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1286
1287         * gnus-art.el (gnus-default-article-saver): Add user-defined
1288         `function' to custom type.
1289
1290 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1291
1292         * imap.el (imap-open): Handle case where buffer is a buffer
1293         object.
1294
1295 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1296
1297         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
1298         long lines.
1299         (gnus-cache-delete-group): Wrap doc strings.
1300
1301         * gnus-agent.el (gnus-agent-rename-group)
1302         (gnus-agent-delete-group): Wrap doc strings.
1303
1304
1305 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * messagexmas.el (message-use-toolbar): Change the valid values
1308         into default, top, bottom, left, and right.
1309         (message-toolbar-thickness): New variable.
1310         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
1311         well.
1312         (message-setup-toolbar): Make it work.
1313
1314         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
1315         (gnus-use-toolbar): Change the valid values into default, top,
1316         bottom, left, and right.
1317         (gnus-toolbar-thickness): New variable.
1318         (gnus-xmas-setup-toolbar): New function.
1319         (gnus-xmas-setup-group-toolbar): Use it.
1320         (gnus-xmas-setup-summary-toolbar): Use it.
1321
1322 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * gnus-start.el (gnus-1): Add "native" to
1325         gnus-predefined-server-alist.
1326
1327         * gnus.el (gnus-method-to-server): Don't add "native" to the
1328         lists here, because that leads to problems when
1329         gnus-select-method is bound.
1330
1331 2005-11-09  Simon Josefsson  <jas@extundo.com>
1332
1333         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
1334         use (not sort-by-date) instead.
1335
1336 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1337
1338         * gnus-delay.el (gnus-delay-group): Don't autoload.
1339         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1340         to be re-loaded when customizing the `gnus-delay' group.
1341
1342 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
1343
1344         * message.el: Revert last changes.
1345         (message-insert-citation-line): Use newlines.
1346
1347 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1348
1349         * message.el (message-courtesy-message)
1350         (message-mark-insert-begin, message-mark-insert-end)
1351         (message-elide-ellipsis, message-cancel-message)
1352         (message-add-header, message-change-subject)
1353         (message-cross-post-followup-to-header)
1354         (message-cross-post-insert-note, message-reduce-to-to-cc)
1355         (message-widen-reply, message-delete-not-region)
1356         (message-kill-to-signature, message-insert-signature)
1357         (message-insert-importance-high, message-insert-importance-low)
1358         (message-insert-or-toggle-importance)
1359         (message-insert-disposition-notification-to)
1360         (message-indent-citation, message-yank-original)
1361         (message-cite-original-without-signature, message-cite-original)
1362         (message-insert-citation-line, message-position-on-field)
1363         (message-fix-before-sending, message-send-mail-partially)
1364         (message-send-mail, message-send-mail-with-sendmail)
1365         (message-send-mail-with-qmail, message-send-news)
1366         (message-check-news-header-syntax, message-generate-headers)
1367         (message-insert-courtesy-copy, message-fill-address)
1368         (message-fill-header, message-shorten-references)
1369         (message-setup-1, message-cancel-news)
1370         (message-forward-make-body-plain, message-forward-make-body-mime)
1371         (message-forward-make-body-mml, message-encode-message-body)
1372         (message-forward-make-body-digest-plain)
1373         (message-forward-make-body-digest-mime)
1374         (message-use-alternative-email-as-from): Insert `hard-newline'
1375         instead of ordinary newlines.
1376
1377 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * message.el (message-generate-headers): Downcase the argument
1380         given to message-check-element.
1381
1382 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
1383
1384         * nntp.el (nntp-authinfo-rejected): New error condition.
1385         (nntp-wait-for): Use new error condition to signal authentication
1386         error.
1387         (nntp-retrieve-data): Rethrow new error condition to break out of
1388         recursive call to nntp-send-authinfo.
1389
1390 2005-11-08  Romain Francoise  <romain@orebokech.com>
1391
1392         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
1393         (gnus-summary-exit-map): Bind to `Z p'.
1394         (gnus-summary-make-menu-bar): Add menu item.
1395
1396 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
1397
1398         * gnus-art.el (gnus-article-treat-custom): Add `first'.
1399         (gnus-treat-*): Add `first' in all doc strings.
1400
1401         * gnus-group.el (gnus-group-compact-group): Fix typo.
1402
1403 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus.el (gnus-parameters-case-fold-search): New variable.
1406         (gnus-parameters-get-parameter): Use it.
1407
1408         * gnus-score.el (gnus-home-score-file): Doc fix.
1409
1410 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
1411
1412         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
1413
1414 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * mm-util.el (mm-special-display-p): New function.
1417
1418         * mml.el (mml-preview): Use it; doc fix.
1419
1420 2005-10-29  Romain Francoise  <romain@orebokech.com>
1421
1422         * message.el (message-fix-before-sending): Fix comment.
1423
1424 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
1425
1426         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
1427
1428 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
1429
1430         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
1431         Used in gnus-score.el.
1432
1433 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1434
1435         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
1436
1437 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1438
1439         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
1440         whitespace removed in revision 7.8.  Use concatenated string to
1441         protect trailing whitespace.
1442
1443 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
1444
1445         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
1446         (nnimap-request-expire-articles): Use it to avoid sending 'UID
1447         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
1448         Courier IMAP ("some version from 2004").  Mostly based on similar
1449         code in the same function.
1450
1451 2005-10-26  Didier Verna  <didier@xemacs.org>
1452
1453         * gnus-group.el (gnus-group-compact-group): invalidate original
1454         article buffer.
1455         * gnus-srvr.el (gnus-server-compact-server): ditto.
1456         * nnml.el (nnml-request-compact-group): handle self Xref: field in
1457         NOV database and in article itself.
1458         Invalidate article backlog.
1459
1460 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1461
1462         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
1463
1464 2005-10-26  Simon Josefsson  <jas@extundo.com>
1465
1466         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
1467         part of 2004-07-25 change.
1468
1469 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * message.el (message-display-completion-list): New function.
1472         (message-expand-group): Use it; make sure the Completions buffer
1473         is modifiable.
1474
1475 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1476
1477         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
1478         user-mail-name is an empty string.
1479
1480 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1481
1482         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
1483         depending on gnus-score-decay-constant.
1484
1485         * encrypt.el (encrypt-insert-file-contents)
1486         (encrypt-write-file-contents): Don't use `gnus-message'.
1487
1488         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
1489         arguments.
1490         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
1491         arguments to mm-uu-verbatim-marks-extract.
1492         (mm-uu-hide-markers): New variable.
1493         (mm-uu-extract): Use face similar to `gnus-cite-3'.
1494
1495         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1496         (gnus-convert-image-to-face-command): Use "convert" by default to
1497         allow other input image formats.
1498         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
1499         accordingly.
1500
1501 2005-10-23  Simon Josefsson  <jas@extundo.com>
1502
1503         * imap.el (imap-gssapi-program): Align command line parameters
1504         with latest GNU SASL.
1505         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
1506
1507 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
1510         HTML.
1511         (nnslashdot-request-article): Ditto.
1512
1513         * lpath.el (featurep): Add nobreak-char-display.
1514
1515 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
1516
1517         * mail-source.el (mail-source-fetch-pop): Require pop3.
1518         (mail-source-check-pop): Ditto.
1519
1520 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
1523         errors.
1524
1525 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1526
1527         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
1528         (gnus-treat-strip-leading-blank-lines): Improve doc string.
1529
1530         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
1531
1532         * mm-bodies.el (mm-decode-string): Call
1533         `mm-charset-to-coding-system' with allow-override argument.
1534
1535 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
1538         (rfc2047-charset-to-coding-system): New function.
1539         (rfc2047-decode-encoded-words): New function.
1540         (rfc2047-decode-region): Use them.
1541         (rfc2047-decode-cte): Remove.
1542         (rfc2047-parse-and-decode): Remove.
1543         (rfc2047-decode): Remove.
1544
1545 2005-10-15  Kenichi Handa  <handa@m17n.org>
1546
1547         * rfc2047.el (rfc2047-decode-cte): New function.
1548         (rfc2047-decode-region): Change the way to decode successive
1549         encoded-words: decode B- or Q-encoding in each encoded-word,
1550         concatenate them, and decode it as charset.
1551
1552 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * lpath.el: Fbind codepage-setup for XEmacs.
1555
1556 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
1557
1558         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
1559         widget-move-and-invoke.
1560         (gnus-custom-mode): Use gnus-custom-map.
1561
1562 2005-10-15  Bill Wohler  <wohler@newt.com>
1563
1564         * message.el (message-tool-bar-map): Renamed image file from
1565         mail_send to mail/send.
1566
1567 2005-10-16  Masatake YAMATO  <jet@gyve.org>
1568
1569         * message.el (message-expand-group): Pass the common
1570         prefix substring of completion to `display-completion-list'.
1571
1572 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
1573
1574         * mml-sec.el (mml-secure-method): New internal variable.
1575         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
1576         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
1577         functions using mml-secure-method.
1578
1579         * mml.el (mml-mode-map): Add key bindings for those functions.
1580         (mml-menu): Simplify security menu entries.  Suggested by Jesper
1581         Harder <harder@myrealbox.com>.
1582         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
1583         end of message if point is the headers of the message.
1584
1585         * message.el (message-in-body-p): New function.
1586
1587         * assistant.el: Autoload gnus-util and netrc.
1588
1589         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
1590         Use `mm-charset-override-alist' only when decoding.
1591
1592         * mm-bodies.el (mm-decode-body): Call
1593         `mm-charset-to-coding-system' with allow-override argument.
1594
1595         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
1596         `filename' from Content-Disposition if Content-Type doesn't
1597         provide `name'.
1598         (gnus-mime-view-part-as-type): Set default instead of
1599         initial-input.
1600
1601 2005-10-09  Daniel Brockman  <daniel@brockman.se>
1602
1603         * format-spec.el (format-spec): Propagate text properties of % spec.
1604
1605 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
1606
1607         * gnus-art.el (gnus-treat-predicate): Add `first'.
1608
1609 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
1610
1611         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
1612         (mm-charset-override-alist): New variable.
1613         (mm-charset-to-coding-system): Use it.
1614         (mm-codepage-setup): New helper function.
1615         (mm-charset-eval-alist): New variable.
1616         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
1617         about unknown charsets.
1618
1619         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
1620
1621 2005-10-04  David Hansen  <david.hansen@gmx.net>
1622
1623         * nnrss.el (nnrss-request-article): Add support for the comments tag.
1624         (nnrss-check-group): Ditto.
1625
1626 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1627
1628         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
1629         Rename x-gnus-verbatim to x-verbatim.
1630         (mm-uu-type-alist): Fix regexp for verbatim-marks.
1631
1632         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
1633         x-verbatim.
1634
1635         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
1636
1637         * gnus-util.el (gnus-remove-duplicates): Remove.
1638
1639         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
1640         instead of gnus-remove-duplicates.
1641
1642         * message.el (message-remove-duplicates): Remove.
1643         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
1644         message-remove-duplicates.
1645
1646         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
1647         available, else use implementation from `delete-dups'.
1648
1649         * message.el (message-insert-expires): New function.
1650         (message-mode-map): Add key binding.
1651         (message-mode-field-menu): Add menu entry.
1652         (message-mode): Document it.
1653         (message-make-expires-date): Use `message-make-date'.
1654
1655 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
1656
1657         * message.el (message-make-expires-date): New function.
1658
1659 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * Makefile.in (list-installed-shadows): New entry.
1662         (install): Use it.
1663         (remove-installed-shadows): New entry.
1664
1665         * dgnushack.el (dgnushack-default-load-path): New variable.
1666         (dgnushack-find-lisp-shadows): New function.
1667         (dgnushack-remove-lisp-shadows): New function.
1668
1669 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * Makefile.in (install-el-elc): New entry.
1672         (install): Use it so that .el files are necessarily installed.
1673
1674 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * time-date.el: Autoload parse-time-string, XEmacs needs it.
1677
1678 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1679
1680         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
1681         function rather than the diff-mode.el package.
1682         (mm-display-external): Use with-current-buffer.
1683         (mm-viewer-completion-map, mm-viewer-completion-map):
1684         Move initialization inside declaration.
1685
1686 2005-09-29  Simon Josefsson  <jas@extundo.com>
1687
1688         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
1689         autoload mail-check-payment.
1690         (spam-check-hashcash): Define unconditionally, since hashcash.el
1691         is part of Gnus now.  Ignore errors from payment checking.
1692
1693 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1694
1695         * message.el (message-bold-region, message-unbold-region): Rename
1696         from `bold-region' and `unbold-region'.
1697
1698         * message.el: Remove useless autoloads.
1699
1700 2005-09-28  Simon Josefsson  <jas@extundo.com>
1701
1702         * message.el (message-use-idna): Default to t.
1703         (message-use-idna): Test whether encoding works too.  Doc fix.
1704
1705 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * nntp.el (nntp-warn-about-losing-connection): Remove.
1708
1709 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1710
1711         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
1712         customizable.  Change default value.
1713         (mm-uu-diff-groups-regexp): Change default value.
1714         (mm-uu-type-alist): Add doc string.
1715         (mm-uu-configure): Add doc string.  Make it interactive.
1716         (mm-uu-tex-groups-regexp): New variable.
1717         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
1718         (mm-uu-type-alist): Add LaTeX documents.
1719         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
1720         of "text/verbatim".
1721         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
1722
1723         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
1724         instead of "text/verbatim".
1725
1726         * message.el (message-mark-inserted-region)
1727         (message-mark-insert-file): Use slrn style marks when called with
1728         prefix argument.
1729
1730 2005-09-27  Simon Josefsson  <jas@extundo.com>
1731
1732         * message.el (message-idna-to-ascii-rhs-1): Reformat.
1733
1734 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1735
1736         * message.el (message-remove-duplicates): New function.
1737         Implementation borrowed from `gnus-remove-duplicates'.
1738         (message-idna-to-ascii-rhs): Also encode idna addresses in
1739         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
1740         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
1741         only ask about the same idna domain once per header and also tell
1742         in what header to replace the idna domain.
1743
1744         * gnus-art.el (article-decode-idna-rhs): Also decode idna
1745         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
1746         (article-decode-idna-rhs): Fix regexp so that all idna-address in
1747         a header is decoded and not just the last one.
1748
1749 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
1752         has been decoded.
1753
1754         * mm-decode.el (mm-automatic-display): Add text/verbatim.
1755         (mm-insert-part): Don't modify text if it has been decoded.
1756
1757         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
1758         decoded.
1759
1760         * mm-view.el (mm-inline-text): Don't strip text props unless
1761         decoding enriched or richtext parts.
1762
1763 2005-09-25  Romain Francoise  <romain@orebokech.com>
1764
1765         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
1766         * gnus-start.el (gnus-subscribe-interactively):
1767         * gnus-uu.el (gnus-uu-grab-articles):
1768         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
1769         space.
1770
1771 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
1772
1773         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
1774         * mm-view.el (mm-view-pkcs7-decrypt):
1775         * gnus-sum.el (gnus-summary-limit-to-extra)
1776         (gnus-summary-respool-article, gnus-read-move-group-name):
1777         * gnus-score.el (gnus-summary-increase-score):
1778         * gnus-util.el (gnus-completing-read-with-default):
1779         * gnus-art.el (gnus-read-save-file-name)
1780         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
1781         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
1782         * message.el (message-check-news-header-syntax):
1783         Follow convention for reading with the minibuffer.
1784
1785 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
1786
1787         * spam-report.el (spam-report-url-ping-plain):
1788         Use gnus-extended-version as User-Agent.
1789
1790         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
1791         default value is nil.
1792
1793         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
1794         (mm-uu-verbatim-marks-extract): New function.
1795         (mm-uu-extract): New face.
1796         (mm-uu-copy-to-buffer): Use it.
1797
1798         * spam-report.el (spam-report-gmane-ham): Renamed from
1799         `spam-report-gmane-unspam'.
1800         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
1801         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
1802
1803         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
1804         Autoload.
1805         (spam-report-gmane-unregister-routine): Renamed
1806         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
1807
1808 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
1809
1810         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
1811         (spam-report-gmane-unregister-routine): added support for gmane
1812         unregistration
1813
1814         * spam-report.el (spam-report-gmane-unspam)
1815         (spam-report-gmane-spam): new wrappers around spam-report-gmane
1816         (spam-report-gmane): changed to take a single article and do
1817         unspam registration
1818
1819 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
1820
1821         * mm-url.el (mm-url-decode-entities): Fix regexp.
1822
1823 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
1826         default to nil, to be able to use Gnus at all.  If the default
1827         switches to something else, then the function should be fixed not
1828         be exceedingly slow.
1829
1830 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
1831
1832         * gnus-start.el (gnus-activate-group): if the server is nil, don't
1833         fail hard
1834
1835         * spam-report.el: better Keywords line
1836
1837         * spam.el: added Maintainer and better Keywords line
1838
1839 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
1840
1841         * gnus-art.el (gnus-article-replace-part)
1842         (gnus-mime-replace-part): New functions.
1843         (gnus-mime-action-alist, gnus-mime-button-commands)
1844         (gnus-mime-save-part-and-strip): Added file argument.
1845         (gnus-article-part-wrapper): Added interactive argument.
1846
1847         * gnus-sum.el (gnus-summary-mime-map): Add
1848         `gnus-article-replace-part'.
1849
1850 2005-09-19  Didier Verna  <didier@xemacs.org>
1851
1852         The nnml compaction feature:
1853         * nnml.el (nnml-request-compact-group): New function.
1854         * nnml.el (nnml-request-compact): New function.
1855         * gnus-int.el (gnus-request-compact-group): New function.
1856         * gnus-int.el (gnus-request-compact): New function.
1857         * gnus-group.el (gnus-group-compact-group): New function.
1858         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
1859         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
1860         * gnus-srvr.el (gnus-server-compact-server): New function.
1861         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
1862         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
1863
1864 2005-09-18  Deepak Goel  <deego@gnufans.org>
1865
1866         * sieve.el (sieve-help): Fix `message' call: first arg should be a
1867         format spec.
1868
1869 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * gnus.el (gnus-group-startup-message): Bind image-load-path.
1872
1873 2005-09-15  Romain Francoise  <romain@orebokech.com>
1874
1875         * message.el (message-fill-paragraph): Clarify docstring.
1876
1877 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * gnus-art.el (gnus-mime-display-part): Protect against broken
1880         MIME messages.
1881
1882 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
1885         before parsing header.
1886
1887 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
1888
1889         * html2text.el: (html2text-replace-list): Add new entities.
1890
1891 2005-09-11  Romain Francoise  <romain@orebokech.com>
1892
1893         * message.el (message-alternative-emails): Improve docstring.
1894         (message-setup-1): Call `message-use-alternative-email-as-from'
1895         after `message-setup-hook' to give it precedence over posting
1896         styles, etc.
1897         (message-use-alternative-email-as-from): Add docstring.  Remove
1898         the original From header if present.
1899
1900         * nnml.el (nnml-compressed-files-size-threshold): New variable.
1901         (nnml-save-mail): Use it.
1902
1903         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
1904         articles.  Add new argument `silent'.
1905         (gnus-uu-mark-all): Report the total number of marked articles.
1906
1907 2005-09-10  Romain Francoise  <romain@orebokech.com>
1908
1909         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
1910         (gnus-uu-mark-series): Likewise.
1911
1912 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
1913
1914         * spam-report.el (spam-report-gmane): Fix generation of spam
1915         report URL.
1916
1917 2005-09-10  Simon Josefsson  <jas@extundo.com>
1918
1919         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
1920         t, based on discussion on the ding list with Robert Epprecht
1921         <epprecht@solnet.ch>.
1922
1923 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
1924
1925         * spam-report.el (spam-report-gmane): Make it work without
1926         X-Report-Spam header.  Gmane now only provides Archived-At.
1927         This is only used if `spam-report-gmane-use-article-number' is nil.
1928         (spam-report-gmane-spam-header): Remove.  Not used anymore.
1929
1930         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
1931         make `gnus-summary-sort-by-recipient' work with threading.
1932
1933         * nnweb.el (nnweb-google-wash-article): Print a message if article
1934         is not available.
1935
1936 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1937
1938         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
1939         change.  Decode text/* parts content before displaying.
1940
1941 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1942
1943         * mml-smime.el: Remove defvar of gnus-extract-address-components.
1944
1945 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * mm-view.el (mm-display-inline-fontify): Disable support modes.
1948
1949         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
1950         url-package-name, url-package-version,
1951         w3m-cid-retrieve-function-alist, w3m-current-buffer,
1952         w3m-display-inline-images, and w3m-minor-mode-map.
1953
1954 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
1955
1956         * message.el (message-tab-body-function): Fixed mismatched custom
1957         type.
1958
1959         * gnus.el (gnus-group-change-level-function): Ditto.
1960
1961         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
1962
1963         * gnus-art.el (gnus-signature-limit)
1964         (gnus-article-mime-part-function): Ditto.
1965
1966 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * mml.el (mml-mode): Silence the byte compiler.
1969
1970         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
1971         using `(sit-for 0)' before moving the point to the specified part;
1972         skip unbuttonized parts.
1973         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
1974         return to the summary window if gnus-auto-select-part is non-nil.
1975
1976 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
1977
1978         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
1979         variables.
1980         (mml-dnd-attach-file, mml-mode): Use them.
1981
1982         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
1983         Make fetching article by MID work again for Google Groups.  Added
1984         FIXME concerning gnus-group-make-web-group.
1985
1986         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
1987         Don't depend on Gnus by using mail-extract-address-components if
1988         gnus-extract-address-components is not bound.
1989
1990 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * gnus-art.el (gnus-mime-display-security): Don't display the
1993         signature, but only the signed part.
1994
1995 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
1998
1999         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
2000         list, not listp.
2001
2002 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
2003
2004         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
2005         when encoding.
2006
2007         * mm-bodies.el (mm-decode-content-transfer-encoding):
2008         De-canonicalize CRLF for all text content types, not just
2009         text/plain.
2010
2011 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
2014         valid article; point arrow and cursor at the MIME button.
2015
2016 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
2019         Suggested by Dan Christensen <jdc@uwo.ca>.
2020
2021         * mm-decode.el (mm-save-part): Enable change of prompt.
2022
2023 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
2024
2025         * gnus-msg.el (gnus-inews-add-send-actions): Made
2026         `message-post-method' lambda parameter ARG `&optional'.
2027
2028 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
2029
2030         * gnus-sum.el (gnus-summary-mime-map): Added
2031         gnus-article-save-part-and-strip, gnus-article-delete-part and
2032         gnus-article-jump-to-part.
2033
2034         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
2035         (gnus-article-edit-part): Use it.
2036         (gnus-article-part-wrapper): Added no-handle argument.
2037         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
2038         functions.
2039
2040 2005-08-29  Romain Francoise  <romain@orebokech.com>
2041
2042         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2043         docstring.
2044         (gnus-face-from-file): Likewise.
2045
2046 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
2047
2048         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
2049         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
2050         non-nil.
2051         (gnus-auto-select-part): New variable.
2052         (gnus-article-jump-to-part): New function.
2053         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
2054         (gnus-mime-delete-part): Allow selecting specified part after
2055         deleting or stripping parts.
2056         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
2057         part if argument is bogus.
2058
2059 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
2060
2061         * gnus-art.el (w3m-minor-mode-map):
2062         * gnus-spec.el (gnus-newsrc-file-version):
2063         * gnus-util.el (nnmail-active-file-coding-system)
2064         (gnus-original-article-buffer, gnus-user-agent):
2065         * gnus.el (gnus-ham-process-destinations)
2066         (gnus-parameter-ham-marks-alist)
2067         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
2068         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
2069         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
2070         * mm-decode.el (gnus-current-window-configuration):
2071         * mm-extern.el (gnus-article-mime-handles):
2072         * mm-url.el (url-current-object, url-package-name)
2073         (url-package-version):
2074         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
2075         (smime-keys, w3m-cid-retrieve-function-alist)
2076         (w3m-current-buffer, w3m-display-inline-images)
2077         (w3m-minor-mode-map):
2078         * mml-smime.el (gnus-extract-address-components):
2079         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
2080         (gnus-newsrc-hashtb, message-default-charset)
2081         (message-deletable-headers, message-options)
2082         (message-posting-charset, message-required-mail-headers)
2083         (message-required-news-headers):
2084         * mml1991.el (mc-pgp-always-sign):
2085         * mml2015.el (mc-pgp-always-sign):
2086         * nnheader.el (nnmail-extra-headers):
2087         * rfc1843.el (gnus-decode-encoded-word-function)
2088         (gnus-decode-header-function, gnus-newsgroup-name):
2089         * spam-stat.el (gnus-original-article-buffer): Add defvars.
2090
2091 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
2092
2093         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
2094         the end of the date treatments.
2095
2096 2005-08-15  Simon Josefsson  <jas@extundo.com>
2097
2098         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
2099         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
2100         Capello and Romain Francoise.
2101         (pgg-fetch-key-function): Removed, not used?
2102         (pgg-insert-url-with-w3): Require url, to get
2103         url-insert-file-contents regardless of where it is defined.
2104
2105 2005-08-13  Romain Francoise  <romain@orebokech.com>
2106
2107         * message.el (message-cite-original-1): New function.
2108         (message-cite-original): Use it.
2109         (message-cite-original-without-signature): Ditto.
2110
2111 2005-08-08  Romain Francoise  <romain@orebokech.com>
2112
2113         * message.el (message-yank-empty-prefix): New variable.
2114         (message-indent-citation): Use it.
2115         (message-cite-original-without-signature): Respect X-No-Archive.
2116
2117 2005-08-08  Simon Josefsson  <jas@extundo.com>
2118
2119         * pgg.el: Autoload url-insert-file-contents instead of loading
2120         w3/url.
2121         (pgg-insert-url-with-w3): Don't load url here.
2122
2123 2005-08-07  Jesper Harder  <harder@phys.au.dk>
2124
2125         * message.el (message-kill-to-signature): Don't insert newline at
2126         bol.
2127         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
2128
2129 2005-08-06  Romain Francoise  <romain@orebokech.com>
2130
2131         * message.el (message-user-fqdn): Fix typo in docstring.
2132
2133 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
2134
2135         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
2136
2137         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
2138
2139 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * mm-bodies.el (mm-encode-body): Use coding system rather than
2142         charset to encode text.
2143
2144         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
2145         number of charsets if utf-8 is available (XEmacs).
2146
2147 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
2148
2149         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
2150         taken from `gnus-button-mid-or-mail-regexp'.
2151         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
2152         (gnus-button-alist): Improve regexp for domain part of the MIDs
2153         for news:localpart@domain buttons.
2154         (gnus-button-ctan-directory-regexp): Update.
2155
2156 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * sieve-manage.el (sieve-manage-interactive-login): Use
2159         make-local-variable rather than make-variable-buffer-local.
2160         (sieve-manage-open): Ditto.
2161         (sieve-manage-authenticate): Ditto.
2162
2163         * mml.el (mml-generate-mime-1): Make the content type default to
2164         text/plain if the filename is not specified.
2165
2166 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
2169         instead of insert-buffer.
2170
2171         * message.el (message-yank-original): Ditto; set the mark at the
2172         end of the yanked message.
2173
2174 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
2177         lines to scroll rather than to stop it.
2178
2179         * mml.el (mml-generate-default-type): Add doc string.
2180         (mml-generate-mime-1): Use mm-default-file-encoding or make it
2181         default to application/octet-stream when determining the content
2182         type if it is not specified for the part or the mml contents; add
2183         a comment about mml-generate-default-type.
2184
2185 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
2186
2187         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
2188         make it default to application/octet-stream when determining the
2189         content type if it is not specified for the external contents.
2190
2191 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * rfc2231.el (rfc2231-parse-string): Take care that not only a
2194         segmented parameter but also other parameters might be there.
2195
2196 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * mm-decode.el (mm-display-external): Delete temp file, directory
2199         and buffer immediately if the external process is exited.
2200
2201 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
2204         fewer lines than that of scroll-margin.
2205         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
2206
2207 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * gnus-art.el (gnus-article-next-page): Revert.
2210         (gnus-article-beginning-of-window): New macro.
2211         (gnus-article-next-page-1): Use it.
2212         (gnus-article-prev-page): Ditto.
2213         (gnus-article-edit-part): Use insert-buffer-substring instead of
2214         insert-buffer.
2215         (gnus-article-edit-exit): Ditto.
2216
2217         * gnus-util.el (gnus-beginning-of-window): Remove.
2218         (gnus-end-of-window): Remove.
2219
2220         * lpath.el: Don't bind header-line-format and scroll-margin.
2221
2222 2005-07-25  Simon Josefsson  <jas@extundo.com>
2223
2224         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
2225         to have the url package without w3.  Reported by Daiki Ueno
2226         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
2227
2228 2005-07-20  Didier Verna  <didier@xemacs.org>
2229
2230         * gnus-diary.el: Remove the description comment (nndiary is now
2231         properly documented in the Gnus manual).
2232         Fix the spelling of "Back End".
2233         * nndiary.el: Ditto.
2234         Fix the copyright notice.
2235
2236 2005-07-18  Romain Francoise  <romain@orebokech.com>
2237
2238         * gnus-sum.el (gnus-summary-to-prefix,
2239         gnus-summary-newsgroup-prefix): New variables.
2240         (gnus-summary-from-or-to-or-newsgroups): Use them.
2241
2242 2005-07-17  Romain Francoise  <romain@orebokech.com>
2243
2244         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
2245         space as it's generally not especially interesting to the user.
2246
2247 2005-07-16  Romain Francoise  <romain@orebokech.com>
2248
2249         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
2250         nil to avoid prompting and file modification if one of the
2251         messages at the top of the nnfolder file contains a copyright
2252         notice.
2253         Update copyright notice.
2254
2255         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
2256         instead of `current-time-string' as the latter creates a time
2257         string that is not RFC 2822 compliant (it lacks the zone).
2258         Update copyright notice.
2259
2260 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2261
2262         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
2263         for text/rtf.  Display default in prompt.  Pass default for M-n.
2264
2265         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
2266
2267 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268
2269         * gnus-msg.el (gnus-button-mailto): Remove
2270         save-selected-window-window hackery because it relies on
2271         save-selected-window internals.
2272
2273 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
2276         (gnus-article-next-page-1): Use gnus-beginning-of-window.
2277         (gnus-article-prev-page): Ditto.
2278
2279         * gnus-util.el (gnus-beginning-of-window): New function.
2280         (gnus-end-of-window): New function.
2281
2282         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
2283
2284 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2285
2286         * gnus-score.el (gnus-score-edit-all-score): Set
2287         gnus-score-edit-exit-function to gnus-score-edit-done and call
2288         gnus-message.
2289
2290 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-msg.el (gnus-button-mailto): Remove
2293         save-selected-window-window hackery because it relies on
2294         save-selected-window internals.
2295
2296 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
2299         add-minor-mode.
2300         (gnus-binary-mode): Ditto.
2301
2302         * gnus-topic.el (gnus-topic-mode): Ditto.
2303
2304 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
2305
2306         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
2307         (gnus-article-prev-page): Take scroll-margin into consideration.
2308
2309 2005-07-04  Lute Kamstra  <lute@gnu.org>
2310
2311         Update FSF's address in GPL notices.
2312
2313 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
2314
2315         * gnus.el (gnus-exit):
2316         * gnus-group.el (gnus-group-icons):
2317         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
2318
2319         * gnus-nocem.el (gnus-nocem):
2320         * message.el (message-various, message-buffers, message-sending)
2321         (message-interface, message-forwarding, message-insertion)
2322         (message-headers, message-news, message-mail):
2323         * pgg-gpg.el (pgg-gpg):
2324         * pgg-parse.el (pgg-parse):
2325         * pgg-pgp.el (pgg-pgp):
2326         * pgg-pgp5.el (pgg-pgp5):
2327         * pop3.el (pop3): Finish `defgroup' description with period.
2328
2329 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * gnus-art.el (article-display-face): Improve the efficiency.
2332         (article-display-x-face): Ditto; remove grey x-face stuff.
2333
2334 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * gnus-art.el (article-display-face): Correct the position in
2337         which Faces are inserted.
2338
2339 2005-06-29  Didier Verna  <didier@xemacs.org>
2340
2341         * gnus-art.el (article-display-face): Display faces in correct
2342         order.
2343
2344 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
2347         (gnus-fill-real-hashtb): Use hash table instead of obarray.
2348         (gnus-nocem-check-article): Fetch the Type header.
2349         (gnus-nocem-message-wanted-p): Fix the way to examine types.
2350         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
2351         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
2352         make sure gnus-nocem-hashtb is initialized.
2353         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
2354         (gnus-nocem-unwanted-article-p): Ditto.
2355
2356         * pgg.el (pgg-verify): Return the verification result.
2357
2358 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
2361         is ascii.
2362
2363 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
2364
2365         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
2366         `show-nonbreak-escape'.
2367
2368 2005-06-23  Lute Kamstra  <lute@gnu.org>
2369
2370         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
2371
2372         * dig.el (dig-mode):
2373         * smime.el (smime-mode): Use gnus-run-mode-hooks.
2374
2375 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
2376
2377         * nnimap.el (nnimap-split-download-body): Fix spellings.
2378
2379 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2380
2381         * gnus-art.el (gnus-article-encrypt-body):
2382         * gnus-cus.el (gnus-score-customize):
2383         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
2384         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
2385
2386 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2387
2388         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
2389         header by looking for magic "MII" at the beginnig.
2390
2391 2005-06-16  Miles Bader  <miles@gnu.org>
2392
2393         * gnus-xmas.el (gnus-xmas-group-startup-message):
2394         Use renamed gnus-splash face.
2395
2396         * assistant.el (assistant-field): Remove "-face" suffix from face name.
2397         (assistant-field-face): New backward-compatibility alias for renamed
2398         face.
2399         (assistant-render-text): Use renamed assistant-field face.
2400
2401         * spam.el (spam): Remove "-face" suffix from face name.
2402         (spam-face): New backward-compatibility alias for renamed face.
2403         (spam-face, spam-initialize): Use renamed spam face.
2404
2405         * message.el (message-header-to, message-header-cc)
2406         (message-header-subject, message-header-newsgroups)
2407         (message-header-other, message-header-name)
2408         (message-header-xheader, message-separator, message-cited-text)
2409         (message-mml): Remove "-face" suffix from face names.
2410         (message-header-to-face, message-header-cc-face)
2411         (message-header-subject-face, message-header-newsgroups-face)
2412         (message-header-other-face, message-header-name-face)
2413         (message-header-xheader-face, message-separator-face)
2414         (message-cited-text-face, message-mml-face):
2415         New backward-compatibility aliases for renamed faces.
2416         (message-font-lock-keywords): Use renamed message faces.
2417
2418         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
2419         (sieve-test-commands, sieve-tagged-arguments):
2420         Remove "-face" suffix from face names.
2421         (sieve-control-commands-face, sieve-action-commands-face)
2422         (sieve-test-commands-face, sieve-tagged-arguments-face):
2423         New backward-compatibility aliases for renamed faces.
2424         (sieve-control-commands-face, sieve-action-commands-face)
2425         (sieve-test-commands-face, sieve-tagged-arguments-face):
2426         Use renamed sieve faces.
2427
2428         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
2429         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
2430         (gnus-group-news-3-empty, gnus-group-news-4)
2431         (gnus-group-news-4-empty, gnus-group-news-5)
2432         (gnus-group-news-5-empty, gnus-group-news-6)
2433         (gnus-group-news-6-empty, gnus-group-news-low)
2434         (gnus-group-news-low-empty, gnus-group-mail-1)
2435         (gnus-group-mail-1-empty, gnus-group-mail-2)
2436         (gnus-group-mail-2-empty, gnus-group-mail-3)
2437         (gnus-group-mail-3-empty, gnus-group-mail-low)
2438         (gnus-group-mail-low-empty, gnus-summary-selected)
2439         (gnus-summary-cancelled, gnus-summary-high-ticked)
2440         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
2441         (gnus-summary-high-ancient, gnus-summary-low-ancient)
2442         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
2443         (gnus-summary-low-undownloaded)
2444         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
2445         (gnus-summary-low-unread, gnus-summary-normal-unread)
2446         (gnus-summary-high-read, gnus-summary-low-read)
2447         (gnus-summary-normal-read, gnus-splash):
2448         Remove "-face" suffix from face names.
2449         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2450         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2451         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2452         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2453         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2454         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2455         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2456         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2457         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2458         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2459         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2460         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2461         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2462         (gnus-summary-normal-ticked-face)
2463         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
2464         (gnus-summary-normal-ancient-face)
2465         (gnus-summary-high-undownloaded-face)
2466         (gnus-summary-low-undownloaded-face)
2467         (gnus-summary-normal-undownloaded-face)
2468         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2469         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2470         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2471         (gnus-splash-face):
2472         New backward-compatibility aliases for renamed faces.
2473         (gnus-group-startup-message): Use renamed gnus faces.
2474
2475         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
2476         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
2477         (gnus-server-agent): Remove "-face" suffix from face names.
2478         (gnus-server-agent-face, gnus-server-opened-face)
2479         (gnus-server-closed-face, gnus-server-denied-face)
2480         (gnus-server-offline-face):
2481         New backward-compatibility aliases for renamed faces.
2482         (gnus-server-agent-face, gnus-server-opened-face)
2483         (gnus-server-closed-face, gnus-server-denied-face)
2484         (gnus-server-offline-face): Use renamed gnus faces.
2485
2486         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
2487         Remove "-face" suffix from face names.
2488         (gnus-picon-xbm-face, gnus-picon-face):
2489         New backward-compatibility aliases for renamed faces.
2490
2491         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
2492         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
2493         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
2494         (gnus-cite-11): Remove "-face" suffix from face names.
2495         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
2496         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
2497         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
2498         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
2499         New backward-compatibility aliases for renamed faces.
2500         (gnus-cite-attribution-face, gnus-cite-face-list)
2501         (gnus-article-boring-faces): Use renamed gnus faces.
2502
2503         * gnus-art.el (gnus-signature, gnus-header-from)
2504         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
2505         (gnus-header-content): Remove "-face" suffix from face names.
2506         (gnus-signature-face, gnus-header-from-face)
2507         (gnus-header-subject-face, gnus-header-newsgroups-face)
2508         (gnus-header-name-face, gnus-header-content-face):
2509         New backward-compatibility aliases for renamed faces.
2510         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
2511
2512         * gnus-sum.el (gnus-summary-selected-face)
2513         (gnus-summary-highlight): Use renamed gnus faces.
2514         * gnus-group.el (gnus-group-highlight): Likewise.
2515
2516 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
2517
2518         * gnus-sieve.el (gnus-sieve-article-add-rule):
2519         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
2520         * spam-stat.el (spam-stat-buffer-change-to-spam)
2521         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
2522
2523         * message.el (message-is-yours-p):
2524         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
2525
2526 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * mm-view.el (mm-inline-text): Withdraw the last change.
2529
2530 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
2533         executing enriched-decode.
2534
2535 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
2538         charset of tar files.
2539
2540 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2541
2542         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
2543
2544 2005-06-04  Lute Kamstra  <lute@gnu.org>
2545
2546         * nnfolder.el (nnfolder-read-folder): Make sure that undo
2547         information is never recorded.
2548
2549 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2550
2551         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
2552
2553 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * pop3.el (pop3-apop): Run md5 in the binary mode.
2556
2557         * starttls.el (starttls-set-process-query-on-exit-flag):
2558         Use eval-and-compile.
2559
2560 2005-05-31  Simon Josefsson  <jas@extundo.com>
2561
2562         * smime.el (smime-replace-in-string): Define.
2563         (smime-cert-by-ldap-1): Use it.
2564
2565 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * gnus-art.el (article-display-x-face): Replace
2568         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2569
2570         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
2571         set-process-query-on-exit-flag or process-kill-without-query.
2572
2573         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
2574         loop instead of replace-regexp.
2575
2576         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
2577         instead of process-kill-without-query if it is available.
2578
2579         * lpath.el: Fbind ldap-search-entries.
2580
2581         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
2582         instead of find-file-hooks if it is available.
2583
2584         * mml1991.el: Bind pgg-default-user-id when compiling.
2585
2586         * mml2015.el: Bind pgg-default-user-id when compiling.
2587
2588         * nndraft.el (nndraft-request-associate-buffer):
2589         Use write-contents-functions instead of write-contents-hooks if it is
2590         available.
2591
2592         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
2593         instead of find-file-hooks if it is available.
2594
2595         * nntp.el (nntp-open-connection): Replace
2596         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2597         (nntp-open-ssl-stream): Ditto.
2598         (nntp-open-tls-stream): Ditto.
2599
2600         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
2601         set-process-query-on-exit-flag or process-kill-without-query.
2602         (starttls-open-stream-gnutls): Use it instead of
2603         process-kill-without-query.
2604         (starttls-open-stream): Ditto.
2605
2606 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
2607
2608         * smime.el (smime-cert-by-ldap-1): Don't use
2609         replace-regexp-in-string.
2610
2611 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2612
2613         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
2614
2615         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
2616         in PEM format. Adjust to the XEmacs compability.
2617
2618 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2619
2620         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
2621         by `string-to-number'.
2622         * gnus-agent.el (gnus-agent-regenerate-group)
2623         (gnus-agent-fetch-articles): Ditto.
2624         * gnus-art.el (gnus-button-fetch-group): Ditto.
2625         * gnus-cache.el (gnus-cache-generate-active)
2626         (gnus-cache-articles-in-group): Ditto.
2627         * gnus-group.el (gnus-group-set-current-level)
2628         (gnus-group-insert-group-line): Ditto.
2629         * gnus-score.el (gnus-score-set-expunge-below)
2630         (gnus-score-set-mark-below, gnus-summary-score-effect)
2631         (gnus-summary-score-entry): Ditto.
2632         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
2633         (gnus-soup-pack): Ditto.
2634         * gnus-spec.el (gnus-xmas-format): Ditto.
2635         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
2636         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
2637         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
2638         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
2639         * nndb.el (nndb-get-remote-expire-response): Ditto.
2640         * nndiary.el (nndiary-parse-schedule-value)
2641         (nndiary-string-to-number, nndiary-request-replace-article)
2642         (nndiary-request-article): Ditto.
2643         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
2644         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
2645         * nneething.el (nneething-make-head): Ditto.
2646         * nnfolder.el (nnfolder-request-article)
2647         (nnfolder-retrieve-headers): Ditto.
2648         * nnheader.el (nnheader-file-to-number): Ditto.
2649         * nnkiboze.el (nnkiboze-request-article): Ditto.
2650         * nnmail.el (nnmail-process-unix-mail-format)
2651         (nnmail-process-babyl-mail-format): Ditto.
2652         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
2653         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
2654         (nnmh-request-create-group, nnmh-request-list-1)
2655         (nnmh-request-group, nnmh-request-article): Ditto.
2656         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
2657         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
2658         * nnsoup.el (nnsoup-make-active): Ditto.
2659         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
2660         * nntp.el (nntp-find-group-and-number)
2661         (nntp-retrieve-headers-with-xover): Ditto.
2662         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
2663         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
2664         (pgg-format-key-identifier): Ditto.
2665         * pop3.el (pop3-last, pop3-stat): Ditto.
2666         * qp.el (quoted-printable-decode-region): Ditto.
2667
2668         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
2669         of concat.
2670
2671 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
2674
2675         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
2676
2677         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
2678
2679         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
2680
2681         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
2682
2683         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
2684
2685         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
2686         (gnus-carpal-mode): Ditto.
2687
2688         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
2689         (gnus-browse-mode): Ditto.
2690
2691         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
2692
2693         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
2694
2695 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2696
2697         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
2698
2699 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * gnus-util.el (gnus-run-mode-hooks): New function.
2702
2703         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
2704
2705         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
2706         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
2707
2708 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2709
2710         * gnus-agent.el (gnus-agent-make-mode-line-string):
2711         Use mode-line-highlight as mouse-face.
2712
2713 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * canlock.el (canlock): Change the parent group to news.
2716
2717         * deuglify.el (gnus-outlook-deuglify): Add :group.
2718
2719         * dig.el (dig): Add :group.
2720
2721         * dns-mode.el (dns-mode): Add :group.
2722
2723         * encrypt.el (encrypt): Add :group.
2724
2725         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
2726         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
2727         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
2728         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
2729         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
2730
2731         * gnus-diary.el (gnus-diary): Add :group.
2732
2733         * gnus.el (gnus-group-news-1-face): Add :group.
2734         (gnus-group-news-1-empty-face): Ditto.
2735         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
2736         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
2737         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
2738         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
2739         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
2740         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
2741         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
2742         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
2743         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
2744         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
2745         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
2746         (gnus-summary-high-ticked-face): Ditto.
2747         (gnus-summary-low-ticked-face): Ditto.
2748         (gnus-summary-normal-ticked-face): Ditto.
2749         (gnus-summary-high-ancient-face): Ditto.
2750         (gnus-summary-low-ancient-face): Ditto.
2751         (gnus-summary-normal-ancient-face): Ditto.
2752         (gnus-summary-high-undownloaded-face): Ditto.
2753         (gnus-summary-low-undownloaded-face): Ditto.
2754         (gnus-summary-normal-undownloaded-face): Ditto.
2755         (gnus-summary-high-unread-face): Ditto.
2756         (gnus-summary-low-unread-face): Ditto.
2757         (gnus-summary-normal-unread-face): Ditto.
2758         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
2759         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
2760
2761         * hashcash.el (hashcash): New custom group.
2762         (hashcash-default-payment): Add :group.
2763         (hashcash-payment-alist): Ditto.
2764         (hashcash-default-accept-payment): Ditto.
2765         (hashcash-accept-resources): Ditto.
2766         (hashcash-path): Ditto.
2767         (hashcash-extra-generate-parameters): Ditto.
2768         (hashcash-double-spend-database): Ditto.
2769         (hashcash-in-news): Ditto.
2770
2771         * message.el (message-minibuffer-local-map): Add :group.
2772
2773         * netrc.el (netrc): Add :group.
2774
2775         * sieve-manage.el (sieve-manage-log): Add :group.
2776         (sieve-manage-default-user): Diito.
2777         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
2778         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
2779         (sieve-manage-authenticators): Ditto.
2780         (sieve-manage-authenticator-alist): Ditto.
2781         (sieve-manage-default-port): Ditto.
2782
2783         * sieve-mode.el (sieve-control-commands-face): Add :group.
2784         (sieve-action-commands-face): Ditto.
2785         (sieve-test-commands-face): Ditto.
2786         (sieve-tagged-arguments-face): Ditto.
2787
2788         * smime.el (smime): Add :group.
2789
2790         * spam-report.el (spam-report): Add :group.
2791
2792         * spam.el (spam, spam-face): Add :group.
2793
2794 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2795
2796         * nntp.el (nntp-next-result-arrived-p): Some news servers may
2797         return \n.\n.\n at the end of articles.  Protect against that.
2798         (nntp-with-open-group): Allow debugging.
2799
2800         * nnheader.el (mail-header-set-extra): Make into a function
2801         because I just could't understand how to quote the list properly.
2802
2803         * dns.el (query-dns-cached): New function.
2804
2805 2005-05-26  Lute Kamstra  <lute@gnu.org>
2806
2807         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
2808
2809 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
2812
2813         * gnus-art.el: Don't autoload mail-extract-address-components.
2814
2815         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
2816         eval-and-compile to evaluate it.
2817
2818         * hashcash.el: Don't autoload executable-find.
2819
2820         * nndb.el: Don't declare the nndb back end two or more times; don't
2821         autoload news-reply-mode, news-setup, cancel-timer and telnet.
2822
2823         * nntp.el: Autoload format-spec instead of format; use
2824         eval-and-compile to evaluate autoload forms.
2825
2826 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
2827
2828         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
2829
2830 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * gnus.el (gnus-version-number): Bump version.
2833
2834 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2835
2836         * gnus.el: No Gnus v0.3 is released.
2837
2838 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * lpath.el (featurep): Bind show-nonbreak-escape.
2841
2842 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * gnus-art.el (gnus-article-edit-part): Disable undo.
2845
2846 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
2849         gnus-article-date-lapsed-new-header is t if date timer is active;
2850         skip headers in which the original date value is empty.
2851         (gnus-article-save-original-date): Redefine it as a macro.
2852         (gnus-display-mime): Use it.
2853
2854 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * gnus-art.el (article-date-ut): Support converting date in
2857         forwarded parts as well.
2858         (gnus-article-save-original-date): New function.
2859         (gnus-display-mime): Use it.
2860
2861 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
2862
2863         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
2864         enclosure element of <item>.
2865
2866 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
2867
2868         * message.el (message-kill-buffer-query): Renamed from
2869         `message-kill-buffer-query-if-modified'.  Added :version.
2870
2871 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
2874         window layout.
2875
2876 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * mml.el: Autoload dnd when compiling.
2879
2880 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2881
2882         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
2883         x-dnd-*.
2884
2885 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * qp.el (quoted-printable-encode-region): Save excursion.
2888
2889 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2890
2891         * message.el (message-kill-buffer-query-if-modified): new variable
2892         so the user can kill a modified message buffer quickly
2893         (message-kill-buffer): use it.
2894
2895 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * lpath.el: Fbind display-time-event-handler; don't fbind
2898         string-to-multibyte.
2899
2900         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
2901
2902 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
2905         contained in text because xml.el decodes entities) with LFs.
2906
2907 2005-04-11  Lute Kamstra  <lute@gnu.org>
2908
2909         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
2910         differently.
2911
2912 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2913
2914         * mm-util.el (mm-detect-coding-region): Typo.
2915
2916 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
2919
2920 2005-04-06  D Goel  <deego@gnufans.org>
2921
2922         * spam-stat.el (spam-stat-score-buffer): Add a call to a
2923         user-function allow user modifications of the scores.
2924         (spam-stat-score-buffer-user): New function, to allow
2925         user-computed modifications to the score.
2926         (spam-stat-score-buffer-user-functions): list of additional
2927         scoring functions
2928         (spam-stat-error-holder): global temporary error holder
2929         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
2930         variable
2931
2932 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2933
2934         * gnus-registry.el (gnus-registry-clean-empty-function)
2935         (gnus-registry-trim, gnus-registry-fetch-groups)
2936         (gnus-registry-delete-group): now groups that match
2937         `gnus-registry-ignored-groups' will be removed from the registry
2938         entries, not just ignored for splitting.  This helps clean up the
2939         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
2940         to get all the groups a message ID is in.
2941
2942         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
2943         (spam-stat-split-fancy): changed "threshhold" to "threshold"
2944         (spam-stat-score-buffer-user-functions): added :number custom type
2945
2946 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
2949         argument in XEmacs.
2950
2951         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
2952         (nnrss-request-group): Decode group name first.
2953         (nnrss-request-article): Make a text/plain article if mml-to-mime
2954         failed.
2955         (nnrss-get-encoding): Return a compatible encoding according to
2956         nnrss-compatible-encoding-alist.
2957         (nnrss-find-el): Use consp instead of listp.
2958         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
2959
2960 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
2963         which Emacs 20 doesn't support.
2964         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
2965
2966 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2967
2968         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
2969         silence the byte compiler inside the defun
2970
2971         * gnus-demon.el (parse-time-string): Add autoload.
2972
2973         * gnus-delay.el (parse-time-string): Add autoload.
2974
2975         * gnus-art.el (parse-time-string): Add autoload.
2976
2977         * nnultimate.el (parse-time): Require for `parse-time-string'.
2978
2979 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2980
2981         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
2982
2983         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
2984
2985         * smime.el (smime-ldap-host-list): Add :version.
2986
2987 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2988
2989         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
2990         pass it to `gnus-browse-read-group'.
2991         (gnus-browse-read-group): Add NUMBER argument and pass it to
2992         `gnus-group-read-ephemeral-group'.
2993
2994         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
2995         argument and pass it to `gnus-group-read-group'.
2996
2997 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
2998
2999         * mm-util.el (mm-xemacs-find-mime-charset): Only call
3000         mm-xemacs-find-mime-charset-1 if we have the mule feature
3001         available at runtime.
3002
3003 2005-03-25  Werner Lemberg  <wl@gnu.org>
3004
3005         * nnmaildir.el: Replace `illegal' with `invalid'.
3006
3007 2005-03-23  Lute Kamstra  <lute@gnu.org>
3008
3009         * time-date.el: Add comment on time value formats.
3010         Don't require parse-time.
3011         (with-decoded-time-value): New macro.
3012         (encode-time-value): New function.
3013         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
3014         (days-to-time): Return a valid time value when arg is huge.
3015         (time-since): Use time-subtract.
3016         (time-to-number-of-days): Use time-to-seconds.
3017
3018 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3019
3020         * gnus-start.el (gnus-display-time-event-handler):
3021         Check display-time-timer at runtime rather than only at load time
3022         in case display-time-mode is turned off in the mean time.
3023
3024 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3025
3026         * nnimap.el (nnimap-open-connection): Print which authinfo file is
3027         used.
3028
3029         * nneething.el (nneething-map-file-directory): Derive from
3030         `gnus-directory'.
3031
3032         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
3033         the To/Cc button.
3034
3035 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3036
3037         * nnmaildir.el (nnmaildir-request-accept-article):
3038         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
3039
3040 2005-03-13  Steve Youngs  <steve@sxemacs.org>
3041
3042         * gnus-async.el: Require timer-funcs at compile time when in
3043         XEmacs for `run-with-idle-timer'.
3044
3045 2005-03-13  Steve Youngs  <steve@sxemacs.org>
3046
3047         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
3048         autoloaded function.
3049         From: Andrey Slusar <anrays@gmail.com>.
3050
3051 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3052
3053         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
3054
3055 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3056
3057         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
3058
3059 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
3062         gnus-expert-user to default.
3063
3064 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
3065
3066         * nnimap.el (nnimap-open-server): Ditto.
3067
3068         * imap.el (imap-authenticate): Fix typo.
3069
3070 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
3071
3072         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
3073         buffer (since IMAP server might return FETCH response out of
3074         order, and the nntp buffer must be sorted).
3075
3076 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
3077
3078         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
3079         comparison on string.
3080
3081         * gnus-agent.el (gnus-agent-long-article,
3082         gnus-agent-short-article, gnus-agent-score): Renamed category
3083         keywords to match gnus-cus.
3084         (gnus-agent-summary-fetch-series): Modified to protect against
3085         gnus-agent-summary-fetch-group clearing processable flags.
3086         (gnus-agent-synchronize-group-flags): Update live group buffer as
3087         synchronization may occur due to the user toggle the plugged
3088         status.
3089         (gnus-agent-fetch-group-1): Clear downloadable flag when article
3090         successfully downloaded.
3091         (gnus-agent-expire-group-1): Avoid using markers when the overview
3092         is in ascending order; greatly improves performance.
3093         (gnus-agent-regenerate-group): Use
3094         gnus-agent-synchronize-group-flags to reset read status in both
3095         gnus and server.
3096         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
3097
3098 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3099
3100         * message.el: Don't autoload former message-utils variables.
3101         (message-strip-subject-trailing-was): Change doc string.
3102
3103         * nnweb.el: Fixes for `gnus-group-make-web-group'.
3104         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
3105         (nnweb-google-search): Add "hl=en" here.
3106         (nnweb-google-parse-1, nnweb-google-create-mapping):
3107         Don't hardcode URL.
3108
3109 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3110
3111         * message.el (message-get-reply-headers, message-followup):
3112         Mention related variables `message-use-followup-to' and
3113         `message-use-mail-followup-to', in the information buffer.
3114
3115         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
3116         of broken groups(-beta).google.com.
3117
3118 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3119
3120         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
3121         parameter to invoked gnus-request-move-article; remove the
3122         redundant gnus-sum-hint-move-is-internal variable; apply the marks
3123         all at once instead of once per article
3124         (gnus-summary-remove-process-mark): accept a list of articles as
3125         well as a single article for processing
3126
3127         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
3128
3129         * nnml.el (nnml-request-move-article): add move-is-internal parameter
3130
3131         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
3132
3133         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
3134
3135         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
3136
3137         * nnimap.el (nnimap-request-move-article): add move-is-internal
3138         parameter and remove the gnus-sum-hint-move-is-internal variable
3139
3140         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
3141
3142         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
3143
3144         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
3145
3146         * nndb.el (nndb-request-move-article): add move-is-internal parameter
3147
3148         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
3149
3150         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
3151
3152 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3153
3154         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
3155         a more conservative way.
3156
3157 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3158
3159         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
3160         buffer, so it moves the window's cursor.
3161
3162 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3163
3164         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
3165         `mm-dissect-multipart' and receive the from field as an (optional)
3166         argument from `mm-dissect-multipart'.
3167         (mm-dissect-multipart): Receive the from field as an argument and
3168         pass it on when we call `mm-dissect-buffer' on MIME parts.
3169         Fixes verification/decryption of signed/encrypted MIME parts.
3170
3171 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3172
3173         * gnus-sum.el (gnus-summary-move-article): set
3174         gnus-sum-hint-move-is-internal for gnus-request-move-article and
3175         whatever it calls (right now, only nnimap-request-move article
3176         respects it)
3177
3178         * nnimap.el (nnimap-request-move-article): when
3179         gnus-sum-hint-move-is-internal is set, don't do the extra
3180         nnimap-request-article
3181
3182 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3183
3184         * nnheader.el (nnheader-find-file-noselect): Add doc string.
3185
3186         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
3187         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
3188
3189         * gnus-sum.el (gnus-summary-caesar-message):
3190         Apply `gnus-treat-article' after rotation.
3191
3192         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
3193         doc string.
3194
3195 2005-02-22  Simon Josefsson  <jas@extundo.com>
3196
3197         * encrypt.el (encrypt-password-cache-expiry): Remove (use
3198         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
3199         <arne@arnested.dk>.
3200         (encrypt): Add password-cache and password-cache-expiry as group
3201         members.
3202
3203 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3204
3205         * smime.el (smime-ldap-host-list): Doc fix.
3206         (smime-ask-passphrase): Use `password-read-and-add' to read (and
3207         cache) password.
3208         (smime-sign-region): Use it.
3209         (smime-decrypt-region): Use it.
3210         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
3211         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
3212         fails.
3213         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
3214         certificate from DER to PEM format rather than calling openssl.
3215
3216         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
3217
3218         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
3219         for signing/encryption.
3220
3221         * mml.el (mml-parse-1): Use them.
3222
3223 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3224
3225         * nnrss.el (nnrss-verbose): Removed.
3226         (nnrss-request-group): Use `nnheader-message' instead.
3227
3228 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
3229
3230         * nnrss.el (nnrss-verbose): New variable.
3231         (nnrss-request-group): Make it say nnrss is requesting a group.
3232
3233 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3234
3235         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
3236         Handle news URL with given port correctly.
3237
3238 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
3241         containing special characters.
3242
3243         * gnus-sum.el (gnus-summary-edit-article): Ditto.
3244
3245         * mml.el (mime-to-mml): Ditto.
3246
3247         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
3248         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
3249         (rfc2047-decode-region): Quote decoded words containing special
3250         characters when rfc2047-quote-decoded-words-containing-tspecials
3251         is non-nil.
3252
3253 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3254
3255         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
3256
3257         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
3258
3259 2005-02-15  Simon Josefsson  <jas@extundo.com>
3260
3261         * nnimap.el (nnimap-debug): Doc fix.
3262
3263         * imap.el (imap-debug): Doc fix.
3264
3265 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
3268
3269 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3270
3271         * gnus.el (spam-contents): improve docs for spam-contents
3272         parameter in its variable incarnation
3273
3274 2005-02-14  Simon Josefsson  <jas@extundo.com>
3275
3276         * smime-ldap.el: Use require instead of load-library for ldap.
3277         (smime-ldap-search): Indent.
3278         (smime-ldap-search-internal): Shorten line.
3279
3280         * smime.el (smime-cert-by-dns): Add doc-string.
3281         (smime-cert-by-ldap-1): Indent.
3282
3283         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
3284         mml-smime-get-dns-ldap.
3285         (mml-smime-encrypt-query): Use new function.  Default to ldap.
3286
3287 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3288
3289         * smime.el: Require smime-ldap.
3290         (smime-ldap-host-list): New variable.
3291         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
3292
3293         * mml-smime.el (mml-smime-encrypt-query): New function.
3294         (mml-smime-encrypt-query): Use it.
3295
3296         * smime-ldap.el: New file.
3297
3298 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
3301
3302 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3303
3304         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
3305         argument in doc string.  Make query for type more clear.
3306
3307 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3308
3309         * gnus.el (gnus-group-startup-message): Search for gnus images in
3310         etc/images/gnus.
3311         * mm-util.el (mm-find-charset-region): Likewise.
3312         * smiley.el (smiley-data-directory): Search for smilies in
3313         etc/images/smilies.
3314
3315 2005-02-09  Kim F. Storm  <storm@cua.dk>
3316
3317         Change Emacs release version from 21.4 to 22.1 throughout.
3318         Change Emacs development version from 21.3.50 to 22.0.50.
3319
3320 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
3323
3324         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
3325         non-Mule XEmacs as well.
3326         (mm-decompress-buffer): Signal an error intentionally if it does
3327         not decompress compressed data because auto-compression-mode is
3328         disabled.
3329
3330 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3331
3332         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
3333         an ID in the registry even if it has no groups
3334
3335 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
3338         merge it into mm-decompress-buffer.
3339         (gnus-mime-copy-part): Use the MIME part charset, the value which
3340         a user specified or gnus-newsgroup-charset for decoding, like
3341         gnus-mime-inline-part does; set buffer-file-coding-system to tell
3342         save-buffer what was used.  Suggested by Kevin Ryde
3343         <user42@zip.com.au>.
3344         (gnus-mime-inline-part): Allow the name parameter as well as the
3345         filename parameter; force decompressing of compressed data; always
3346         display contents being not decoded as unibyte.
3347
3348         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
3349         as well as the filename parameter.
3350
3351         * mm-util.el (mm-decompress-buffer): Merge
3352         gnus-mime-jka-compr-maybe-uncompress.
3353         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
3354         of compressed data.
3355
3356 2005-02-08  Simon Josefsson  <jas@extundo.com>
3357
3358         * imap.el (imap-log): Doc fix.
3359
3360 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
3363         the coding cookies; decompress compressed parts.
3364
3365         * mml.el (mml-generate-mime-1): Add the charaset parameter according
3366         to the value which a user specified manually or the coding cookie.
3367
3368         * mm-util.el (mm-string-to-multibyte): New function.
3369         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
3370         (mm-coding-system-to-mime-charset): New function.
3371         (mm-decompress-buffer): New function.
3372         (mm-find-buffer-file-coding-system): New function.
3373
3374         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
3375         (mm-display-inline-fontify): Rewrite for decoding and decompressing
3376         parts.
3377
3378 2004-10-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3379
3380         * mm-view.el (mm-display-inline-fontify): Decode a part according
3381         to the charset parameter.
3382
3383 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
3386         prefix arg is neither nil nor a number, as info specifies.
3387
3388 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
3391         timestamps.
3392
3393 2005-01-29  Jari Aalto  <jari.aalto@cante.net>
3394
3395         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
3396         groups error checking and notify user.
3397
3398 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
3399
3400         * message.el (message-send-mail-function): Check existence of
3401         sendmail-program first before using default value
3402         `message-send-mail-with-sendmail'.  Otherwise use more generic
3403         `smtpmail-send-it'.
3404
3405 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * nntp.el (nntp-request-update-info): Always return nil.
3408
3409 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3410
3411         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
3412
3413 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3414
3415         * message.el (message-beginning-of-line): Change the behavior when
3416         invoked between BOL and : so that it first moves backward.
3417
3418 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
3421         article buffer when editing of the article is discarded.
3422         (gnus-article-prepare): Revert.
3423
3424 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-art.el (gnus-article-prepare):
3427         Remove message-strip-forbidden-properties from the local hook.
3428
3429 2005-01-27  Simon Josefsson  <jas@extundo.com>
3430
3431         * password.el (password-cache-add): Only start one timer per key.
3432         Reported by Derek Atkins <warlord@MIT.EDU>.
3433
3434 2005-01-26  Steve Youngs  <steve@sxemacs.org>
3435
3436         * run-at-time.el: Removed.  It is no longer needed as
3437         timer-funcs.el in the xemacs-base package has a working version of
3438         `run-at-time'.
3439
3440         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
3441
3442         * password.el: Require timer-funcs instead of run-at-time in
3443         XEmacs.
3444         Remove `password-run-at-time' macro.
3445         (password-cache-add): Use `run-at-time' instead of
3446         `password-run-at-time'.
3447
3448         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
3449         Remove `nnheader-cancel-function-timers' alias,
3450         `cancel-function-timers' exists in XEmacs in timer-funcs.
3451
3452         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
3453         for `run-with-idle-timer'.
3454
3455         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
3456         for `run-at-time'.
3457
3458         * mm-url.el: Require timer-funcs at compile time when in XEmacs
3459         for `with-timeout'.
3460
3461         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
3462         the same as for XEmacs 21.4.
3463         No need to ignore `run-with-idle-timer', this function exists in
3464         XEmacs now in timer-funcs.el in the xemacs-base package.
3465         (dgnushack-compile): No need to delete
3466         run-at-time.el from the list of files to compile because it
3467         doesn't exist anymore.
3468
3469 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * mml.el (mml-generate-mime-1): Convert string into unibyte when
3472         inserting " *mml*" buffer's contents into a unibyte temp buffer.
3473
3474 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
3475
3476         * mail-source.el (mail-source-fetch-imap): Search for ^From case
3477         sensitively.
3478
3479 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
3480
3481         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
3482
3483 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
3486         which will be inserted according to the multibyteness of a buffer
3487         rather than the type of contents.  Suggested by ARISAWA Akihiro
3488         <ari@mbf.ocn.ne.jp>.
3489
3490         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
3491         of string which old xml.el may return rather than a string.
3492
3493 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
3496
3497 2005-01-16  Simon Josefsson  <jas@extundo.com>
3498
3499         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
3500         idn/idna.el isn't available.
3501         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
3502         <michael@waxrat.com>.
3503
3504         * hashcash.el: Remove non-FSF copyright header.
3505
3506         * hashcash.el (hashcash-extra-generate-parameters): New variable.
3507         (hashcash-generate-payment): Use it.
3508         (hashcash-generate-payment-async): Use it.
3509
3510 2005-01-15  Simon Josefsson  <jas@extundo.com>
3511
3512         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
3513         Suggested by Raymond Scholz <ray-2005@zonix.de>.
3514
3515         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
3516         gnus-summary-idna-message.
3517         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
3518         (gnus-summary-idna-message): New function.
3519
3520 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3521
3522         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
3523         gnus-novice-user.
3524
3525 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * nnrss.el (nnrss-request-delete-group): Delete entries in
3528         nnrss-group-alist as well.
3529         (nnrss-save-server-data): Insert newline.
3530
3531 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3532
3533         * gnus.el (gnus-user-agent): Use list of symbols instead of
3534         symbols.  Display full version number for (S)XEmacs.  Optionally
3535         display (S)XEmacs codename.
3536
3537         * gnus-util.el (gnus-emacs-version): Update for new
3538         `gnus-user-agent'.
3539
3540         * gnus-msg.el (gnus-extended-version): Make it possible to omit
3541         Gnus version.
3542
3543 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3544
3545         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
3546         which is unreadable in some setups.
3547
3548 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-spec.el (gnus-update-format-specifications): Flush the
3551         group format spec cache if it doesn't support decoded group names.
3552
3553 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3554
3555         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
3556         to apply decay on score files matching a regexp.
3557
3558 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
3561         compatibility in %g and %c.
3562
3563 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
3566         name for only %g and %c.
3567         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
3568         of gnus-tmp-group to decoded group name.
3569         (gnus-group-make-rss-group): Exclude `/'s from group names.
3570
3571 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * nnrss.el (nnrss-get-encoding): Fix regexp.
3574
3575 2004-12-27  Simon Josefsson  <jas@extundo.com>
3576
3577         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
3578         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
3579         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
3580
3581 2004-12-17  Kim F. Storm  <storm@cua.dk>
3582
3583         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
3584
3585         * gnus-sum.el (gnus-summary-mode-map): Likewise.
3586
3587 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3588
3589         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
3590
3591 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * nnrss.el: Require rfc2047 and mml.
3594         (nnrss-file-coding-system): New variable.
3595         (nnrss-format-string): Redefine it as an inline function.
3596         (nnrss-decode-group-name): New function.
3597         (nnrss-string-as-multibyte): Remove.
3598         (nnrss-retrieve-headers): Decode group name; don't use
3599         nnrss-format-string.
3600         (nnrss-request-group): Decode group name.
3601         (nnrss-request-article): Decode group name; allow a Message-ID as
3602         well as an article number; don't use nnrss-format-string; encode a
3603         Message-ID string which may contain non-ASCII characters; use
3604         mml-to-mime to compose a MIME article.
3605         (nnrss-request-expire-articles): Decode group name.
3606         (nnrss-request-delete-group): Decode group name.
3607         (nnrss-fetch): Clarify error message.
3608         (nnrss-read-server-data): Use insert-file-contents instead of load;
3609         bind file-name-coding-system; use multibyte buffer.
3610         (nnrss-save-server-data): Bind coding-system-for-write to the
3611         value of nnrss-file-coding-system; bind file-name-coding-system;
3612         add coding cookie.
3613         (nnrss-read-group-data): Use insert-file-contents instead of load;
3614         bind file-name-coding-system; use multibyte buffer.
3615         (nnrss-save-group-data): Bind coding-system-for-write to the
3616         value of nnrss-file-coding-system; bind file-name-coding-system.
3617         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
3618         make it work with non-ASCII text.
3619         (nnrss-find-el): Make it work with old xml.el as well.
3620
3621 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3622
3623         * nnrss.el (nnrss-get-encoding): New function.
3624         (nnrss-fetch): Use unibyte buffer initially; bind
3625         coding-system-for-read while performing mm-url-insert; remove ^Ms;
3626         decode contents according to the encoding attribute.
3627         (nnrss-save-group-data): Add coding cookie.
3628         (nnrss-mime-encode-string): New function.
3629         (nnrss-check-group): Use it to encode subject and author.
3630
3631 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
3632
3633         * spam.el (spam-check-BBDB): don't get the symbol-value of an
3634         imaginary variable
3635
3636 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
3639         correctly even if there are wide characters.
3640
3641 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3642
3643         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
3644         downcased symbol names; make a new cache instead of reusing
3645         bbdb-hashtable
3646
3647 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3650         concatenating segments rather than before concatenating them.
3651         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3652
3653         * message.el (message-get-reply-headers): Bind `extra'.
3654
3655 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3656
3657         * message.el (message-extra-wide-headers): New variable.
3658         (message-get-reply-headers): Use it.
3659
3660 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * gnus-agent.el (gnus-agent-group-path): Decode group name.
3663         (gnus-agent-group-pathname): Ditto.
3664
3665         * gnus-cache.el (gnus-cache-file-name): Decode group name.
3666
3667         * gnus-group.el (gnus-group-make-group): Decode group name.
3668         (gnus-group-make-rss-group): Register the group data after opening
3669         the nnrss group.
3670
3671 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
3672
3673         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
3674         by expiry now get marked as read.
3675
3676 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
3679
3680 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
3681
3682         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
3683         unify Latin characters in XEmacs.
3684         (mm-find-mime-charset-region): Use it.
3685
3686 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * gnus-util.el (gnus-delete-directory): New function.
3689
3690         * gnus-agent.el (gnus-agent-delete-group): Use it.
3691
3692         * gnus-cache.el (gnus-cache-delete-group): Use it.
3693
3694 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
3697         names.
3698
3699 2004-12-16  Simon Josefsson  <jas@extundo.com>
3700
3701         * hashcash.el (hashcash-payment-alist): Fix custom :type.
3702
3703 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
3706
3707         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
3708         (gnus-group-set-current-level): Decode group name.
3709
3710 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
3711
3712         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
3713         failed.
3714
3715 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-group.el (gnus-group-delete-group): Decode group name.
3718         (gnus-group-make-rss-group): Encode group name.
3719         (gnus-group-catchup-current): Decode group name.
3720         (gnus-group-kill-group): Decode group name.
3721
3722 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3723
3724         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
3725
3726 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * gnus-group.el (gnus-group-make-rss-group):
3729         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
3730
3731         * gnus-start.el (gnus-setup-news): Honor user's setting to
3732         gnus-message-archive-method.  Suggested by Lute Kamstra
3733         <lute@gnu.org>.
3734
3735 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
3736
3737         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
3738         global counterparts of the buffer-local variables.
3739
3740 2004-11-16  Romain Francoise  <romain@orebokech.com>
3741
3742         * gnus-sum.el (gnus-summary-exit): Don't clear the global
3743         counterparts of the buffer-local variables.
3744
3745 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3746
3747         * message.el (message-forbidden-properties): Fixed typo in doc
3748         string.
3749
3750 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3751
3752         * gnus-util.el (gnus-replace-in-string): Added doc string.
3753
3754         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
3755         to avoid problems when splitting mails with many recipients.
3756
3757 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3758
3759         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
3760         pop-to-buffer, covered by the subsequent gnus-configure-windows.
3761
3762 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
3763
3764         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
3765         if there is no hashtable in memory or file modification time is
3766         newer than cached timestamp.
3767
3768 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3769
3770         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
3771         not-matching option.
3772
3773 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
3774
3775         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
3776         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
3777         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3778         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
3779         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
3780         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
3781
3782 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * message.el (message-forward-make-body-mml): Remove headers
3785         according to message-forward-ignored-headers if a message is decoded.
3786
3787 2004-12-02  Romain Francoise  <romain@orebokech.com>
3788
3789         * message.el (message-forward-make-body-plain): Always remove
3790         headers according to message-forward-ignored-headers.
3791
3792 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3793
3794         * spam.el (spam-summary-prepare-exit): remove the
3795         gnus-summary-limit pop for now, it has problems with ham marks for
3796         me
3797
3798 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
3799
3800         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
3801         correctly
3802
3803 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
3804
3805         * format-spec.el (format-spec): Message the char.
3806
3807 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
3808
3809         * gnus-art.el (gnus-split-methods): reformat comments
3810
3811         * spam.el (spam-summary-prepare-exit): remove article limits
3812         before exiting the summary buffer
3813
3814 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * lpath.el: Remove bbdb-create-internal, bbdb-records,
3817         spam-BBDB-register-routine and spam-enter-ham-BBDB.
3818
3819         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
3820         order to silence the byte compiler.
3821
3822         * spam.el: Fix the way to silence the byte compiler, which
3823         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
3824         bbdb-search-simple, spam-BBDB-register-routine,
3825         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
3826         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
3827         spam-stat-buffer-is-spam, spam-stat-load,
3828         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
3829         spam-stat-save and spam-stat-split-fancy.
3830
3831 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
3834         which may confuse users.
3835         (canlock-password-for-verify): Ditto.
3836
3837         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
3838
3839         * gnus-art.el (gnus-emphasis-alist): Ditto.
3840
3841         * gnus-registry.el (gnus-registry-max-entries): Ditto.
3842
3843         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
3844
3845         * gnus-start.el (gnus-save-killed-list): Ditto.
3846
3847         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
3848         (gnus-sum-thread-tree-root): Ditto.
3849         (gnus-sum-thread-tree-false-root): Ditto.
3850         (gnus-sum-thread-tree-single-indent): Ditto.
3851
3852         * message.el (message-courtesy-message): Ditto.
3853         (message-archive-note): Ditto.
3854         (message-subscribed-address-file): Ditto.
3855         (message-user-fqdn): Ditto.
3856
3857         * spam-report.el (spam-report-gmane-regex): Ditto.
3858
3859         * spam.el (spam-blackhole-good-server-regex): Ditto.
3860
3861 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * mml.el (mml-preview): Widen the message buffer before copying
3864         the contents to the preview buffer; sort headers before previewing.
3865
3866         * message.el (message-hidden-headers): Fix the way to avoid a bug
3867         in the `repeat' widget in Emacs 21.3 or earlier.
3868
3869 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * message.el (message-hidden-headers): Default to "^References:".
3872         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
3873         (message-strip-forbidden-properties): Remove check for obsolete
3874         `message-hidden' text property, hidden headers are not accessible
3875         in the buffer anymore.  From Romain Francoise on January 11, 2004.
3876
3877 2004-11-22  Romain Francoise  <romain@orebokech.com>
3878
3879         * message.el (message-header-format-alist): Add `From' in list
3880         so that it can be sorted.
3881         (message-fix-before-sending): Widen and sort headers before
3882         sending.
3883         (message-hide-headers): Use narrowing to hide headers by moving
3884         them to the top of the buffer and narrowing to the region
3885         underneath.
3886
3887 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * message.el (message-strip-forbidden-properties): Bind
3890         buffer-read-only (etc) to nil.
3891
3892 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
3895         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3896
3897 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
3898
3899         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
3900
3901 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902
3903         * dns.el (query-dns): Use sit-for to time instead of
3904         accept-process-output, since that doesn't seem to work on udp
3905         sockets.
3906
3907 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
3910
3911 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
3912
3913         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
3914         docstrings.
3915
3916 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * nntp.el (nntp-request-update-info): Return nil if
3919         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
3920         may not call gnus-activate-group which uselessly issues the GROUP
3921         commands for all nntp groups and wastes time.  Reported by Romain
3922         Francoise <romain@orebokech.com>.
3923
3924         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
3925
3926 2004-11-15  Simon Josefsson  <jas@extundo.com>
3927
3928         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
3929         headers separately.
3930         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
3931         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
3932
3933 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3934
3935         * gnus-start.el (gnus-convert-old-newsrc):
3936         Assign legacy-gnus-agent to 5.10.7.
3937
3938 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
3941         start of the lines.
3942
3943 2004-11-14  Magnus Henoch  <mange@freemail.hu>
3944
3945         * hashcash.el (hashcash-default-payment): Change default to 20
3946         (hashcash-default-accept-payment): Change default to 20
3947         (hashcash-process-alist): New variable
3948         (hashcash-generate-payment-async): Add
3949         (hashcash-already-paid-p): Add
3950         (hashcash-insert-payment): Don't generate payments twice
3951         (hashcash-insert-payment-async): Add
3952         (hashcash-insert-payment-async-2): Add
3953         (hashcash-cancel-async): Add
3954         (hashcash-wait-async): Add
3955         (hashcash-processes-running-p): Add
3956         (hashcash-wait-or-cancel): Add
3957         (mail-add-payment): New optional argument.  Conditionally start
3958         asynchronous calculation.
3959         (mail-add-payment-async): Add
3960
3961         * message.el (message-send-mail): Wait for asynchronous hashcash
3962         results.  Don't clobber existing X-Hashcash headers.
3963         (message-setup-1): Call mail-add-payment-async when
3964         message-generate-hashcash is non-nil.
3965
3966 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3967
3968         * message.el (message-use-alternative-email-as-from): Examine the
3969         From header as well; use message-make-from in order to include a
3970         user's full name.
3971
3972 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
3975         default; improve customization type.
3976         (gnus-emphasis-custom-with-format): New macro.
3977         (gnus-emphasis-custom-value-to-external): New function.
3978         (gnus-emphasis-custom-value-to-internal): New function.
3979
3980 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * dns.el (query-dns): Resolve reverse addresses.
3983
3984 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3985
3986         * gnus-group.el (gnus-group-get-new-news): Use it.
3987
3988         * gnus-start.el (gnus-check-reasonable-setup): New function.
3989
3990 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
3993         "Args out of range" error.  Reported by Arnaud Giersch
3994         <arnaud.giersch@free.fr>.
3995
3996 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
3997
3998         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
3999         From Stefan Wiens <s.wi@gmx.net>.
4000
4001 2004-11-04  Richard M. Stallman  <rms@gnu.org>
4002
4003         * spam.el (spam group): Add :version.
4004
4005         * pgg-def.el (pgg group): Add :version.
4006
4007 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * gnus-art.el (gnus-article-edit-article): Don't associate the
4010         article buffer with a draft file.  This is a temporary measure
4011         against the 2004-08-22 change to gnus-article-edit-mode.
4012
4013 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
4016         (html2text-format-tags): Remove unused variable `attr'.
4017
4018 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4019
4020         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
4021
4022         * tls.el (tls-process-connection-type, tls-success)
4023         (tls-certtool-program): Add :version.
4024
4025         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
4026         (starttls-extra-arguments, starttls-process-connection-type)
4027         (starttls-connect, starttls-failure, starttls-success):
4028
4029         * spam-stat.el (spam-stat): Add :version.
4030
4031         * sieve.el (sieve): Add :version.
4032
4033         * sha1.el (sha1): Add :version.
4034         (sha1-use-external): Remove redundant version.
4035
4036         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
4037         (nnmail-cache-ignore-groups, nnmail-spool-hook)
4038         (nnmail-split-fancy-match-partial-words)
4039         (nnmail-split-lowercase-expanded):
4040
4041         * nndiary.el (nndiary): Add :version.
4042
4043         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
4044
4045         * mml-sec.el (mml-default-sign-method)
4046         (mml-default-encrypt-method, mml-signencrypt-style-alist):
4047         Add :version.
4048
4049         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
4050
4051         * mm-url.el (mm-url-use-external, mm-url-program)
4052         (mm-url-arguments): Add :version.
4053
4054         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
4055         (mm-attachment-file-modes, mm-decrypt-option)
4056         (mm-w3m-safe-url-regexp): Add :version.
4057
4058         * message.el (message-cite-prefix-regexp)
4059         (message-sendmail-envelope-from, message-minibuffer-local-map)
4060         (message-user-fqdn, message-completion-alist): Add :version.
4061
4062         * gnus-win.el (gnus-configure-windows-hook)
4063         (gnus-use-frames-on-any-display): Add :version.
4064
4065         * gnus-art.el (gnus-article-address-banner-alist)
4066         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
4067         (gnus-treat-from-picon, gnus-treat-mail-picon)
4068         (gnus-treat-x-pgp-sig): Add :version.
4069
4070         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
4071         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
4072         (gnus-summary-article-delete-hook)
4073         (gnus-summary-display-while-building): Add :version.
4074
4075         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
4076         (gnus-get-top-new-news-hook):Add :version.
4077
4078         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4079         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
4080
4081         * gnus-registry.el (gnus-registry): Add :version.
4082
4083         * gnus-spec.el (gnus-use-correct-string-widths)
4084         (gnus-make-format-preserve-properties): Add :version.
4085
4086         * gnus.el (gnus-group-charter-alist)
4087         (gnus-group-fetch-control-use-browse-url)
4088         (gnus-install-group-spam-parameters): Add :version.
4089
4090         * gnus-diary.el (gnus-diary): Add :version.
4091
4092         * gnus-delay.el (gnus-delay): Add :version.
4093
4094         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4095         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
4096         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
4097         Add :version.
4098
4099         * gnus-agent.el (gnus-agent-max-fetch-size)
4100         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
4101         (gnus-agent-prompt-send-queue): Add :version.
4102
4103         * deuglify.el (gnus-outlook-deuglify): Add :version.
4104
4105         * html2text.el: Beautify code.  Improve doc strings.  Some
4106         checkdoc cleanup.
4107         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
4108
4109 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
4110
4111         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
4112
4113 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * gnus-registry.el (gnus-registry-hashtb): create the registry
4116         when package is loaded
4117
4118         * spam.el (spam-summary-score-preferred-header): global preference
4119         for people who want to override the default SpamAssassin over
4120         Bogofilter preference (when both are set)
4121         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
4122         (spam-user-format-function-S): check spam-summary-score-preferred-header
4123         (spam-extra-header-to-number): add X-Bogosity header parsing
4124         (spam-user-format-function-S): format the score correctly
4125
4126 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
4129         signature file.  Suggested by Manoj Srivastava
4130         <srivasta@golden-gryphon.com>.
4131
4132         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
4133         iso-2022-jp even in the Japanese language environment.
4134         Suggested by Jason Rumney <jasonr@gnu.org>.
4135
4136 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
4139         use the same characters as the dummy marks; make it free from
4140         getting affected by the language environment.
4141         (gnus-summary-read-group-1): Update mark positions only when the
4142         format spec is updated.
4143
4144         * gnus-spec.el (gnus-update-format-specifications): Return a list
4145         of updated types.
4146
4147 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
4150         of boundp to check if display-warning is available.
4151
4152 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
4153
4154         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
4155
4156 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * nnspool.el (nnspool-spool-directory): Use news-path if the
4159         news-directory variable is not bound.
4160
4161         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
4162         function instead of display-warning if it is not available.
4163
4164 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4165
4166         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
4167         v5-10: Use `point-at-bol'.
4168
4169 2004-10-26  Simon Josefsson  <jas@extundo.com>
4170
4171         * hashcash.el: Fix URL in comment, reported by Cheng Gao
4172         <chenggao@gmail.com>.
4173
4174 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4175
4176         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
4177         instead.
4178
4179 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
4180
4181         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
4182         to remove a server from the nnimap-server-buffer-alist
4183         (nnimap-open-connection, nnimap-close-server): use it
4184
4185         * gnus-encrypt.el: removed in favor of encrypt.el
4186
4187 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
4190         running the major-mode function.
4191
4192 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
4195         dummy marks in the right way.
4196
4197 2004-10-18  David Edmondson  <dme@dme.org>
4198
4199         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
4200         excessively.
4201
4202 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * gnus-util.el (gnus-split-references): accept a nil references
4205         string and go on blissfully
4206
4207         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
4208         cases where the references string is non-nil but has no references
4209
4210         * encrypt.el: add autoload tags
4211
4212         * spam.el (spam-resolve-registrations-routine): remove article
4213         from unregistration list too.  Reported by David Hanak
4214         <dhanak@isis.vanderbilt.edu>
4215
4216 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
4219         nil.  Changed custom type.
4220
4221 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
4222
4223         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
4224
4225         * gnus-sum.el (gnus-summary-move-article): Use it.
4226
4227 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
4228
4229         * encrypt.el: add autoload cookies
4230
4231         * spam.el (spam-backend-article-list-property)
4232         (spam-backend-get-article-todo-list)
4233         (spam-backend-put-article-todo-list, )
4234         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
4235         resolve registrations separately
4236         (spam-register-routine): format comments
4237         (spam-unregister-routine, spam-register-routine): always call with
4238         specific-articles, no default list
4239         (spam-summary-prepare-exit): use the spam-classifications function
4240
4241         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
4242         gnus-encrypt.el
4243
4244         * encrypt.el: copied from gnus-encrypt.el
4245
4246         * gnus-encrypt.el: commented that it's obsolete
4247
4248 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4249
4250         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
4251         (gnus-score-save): Use it.
4252
4253         * message.el (message-bury): Use `window-dedicated-p'.
4254
4255 2004-10-15  Simon Josefsson  <jas@extundo.com>
4256
4257         * pop3.el (top-level): Don't require nnheader.
4258         (pop3-read-timeout): Add.
4259         (pop3-accept-process-output): Add.
4260         (pop3-read-response, pop3-retr): Use it.
4261
4262 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
4263
4264         * spam.el (spam-register-routine): move comment
4265         (spam-verify-bogofilter): we use 'unknown for the initial
4266         spam-bogofilter-valid state, not 'never
4267
4268         * netrc.el (netrc-machine-user-or-password): convenience wrapper
4269         for netrc-machine
4270
4271         * nnimap.el (nnimap-open-connection): use
4272         netrc-machine-user-or-password
4273
4274 2004-10-17  Richard M. Stallman  <rms@gnu.org>
4275
4276         * gnus-registry.el (gnus-registry-unload-hook):
4277         Set as a variable with add-hook.
4278
4279         * nnspool.el (nnspool-spool-directory): Use news-directory instead
4280         of news-path.
4281
4282         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
4283
4284         * spam.el: Delete duplicate `provide'.
4285         (spam-unload-hook): Set as a variable with add-hook.
4286
4287 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4288
4289         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
4290         in the doc string.
4291
4292         * message.el (message-ignored-news-headers)
4293         (message-ignored-supersedes-headers)
4294         (message-ignored-resent-headers)
4295         (message-forward-ignored-headers): Improve custom type.
4296
4297 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * message.el (message-tokenize-header): Fix 2004-09-06 change
4300         which used point-min in the wrong place.
4301
4302 2004-10-12  Simon Josefsson  <jas@extundo.com>
4303
4304         * net/tls.el (tls-certtool-program): New variable.
4305         (tls-certificate-information): New function, based on
4306         ssl-certificate-information.
4307
4308 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * compface.el: Move the version of ELisp-based uncompface program
4311         to the contrib directory because of the copyright problem.
4312
4313 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4314
4315         * message.el (message-kill-buffer): Raise the current frame.
4316
4317 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4318
4319         * gnus-sum.el: Mention that multibyte characters don't work as marks.
4320
4321         * gnus.el (message-y-or-n-p): Autoload.
4322
4323         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
4324         (pop3-password-required, pop3-authentication-scheme)
4325         (pop3-leave-mail-on-server): Made customizable.
4326         (pop3): New custom group.
4327         (pop3-retr): Remove `sleep-for' statements.
4328         Suggested by Dave Love <fx@gnu.org>.
4329
4330         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
4331         Windows/DOS.
4332
4333         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
4334         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
4335         Dave Love <fx@gnu.org>.
4336
4337         * mml.el (mml-minibuffer-read-disposition): Require match.
4338         Suggested by Dave Love <fx@gnu.org>.
4339
4340 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4341
4342         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
4343         doc string.
4344
4345 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
4348
4349 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4350
4351         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
4352         instead of calling `mm-insert-inline', to decode text/* parts
4353         before displaying them.
4354
4355 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * mm-uu.el (mm-uu-text-plain-type): New variable.
4358         (mm-uu-pgp-signed-extract-1): Use it.
4359         (mm-uu-pgp-encrypted-extract-1): Use it.
4360         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
4361         bind mm-uu-text-plain-type with that value.
4362         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
4363         mm-uu-dissect.
4364
4365 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-group.el (gnus-update-group-mark-positions):
4368         * gnus-sum.el (gnus-update-summary-mark-positions):
4369         * message.el (message-check-news-body-syntax):
4370         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
4371         of string-as-multibyte.
4372
4373 2004-10-05  Juri Linkov  <juri@jurta.org>
4374
4375         * gnus-group.el (gnus-update-group-mark-positions):
4376         * gnus-sum.el (gnus-update-summary-mark-positions):
4377         * message.el (message-check-news-body-syntax):
4378         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
4379         8-bit unibyte values to a multibyte string for search functions.
4380
4381 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * mm-uu.el (mm-uu-dissect): Allow optional arg.
4384         (mm-uu-dissect-text-parts): New function.
4385
4386         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
4387         dissect text parts.
4388
4389         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
4390         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
4391
4392         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
4393
4394         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
4395         gnus-current-topics instead of gnus-current-topic.
4396
4397 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
4398
4399         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
4400
4401 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
4402
4403         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
4404         where approriate.
4405
4406         * nnml.el (nnml-generate-active-info): do.
4407
4408         * nndiary.el (nndiary-generate-active-info): do.
4409
4410         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
4411         (gnus-topic-move): do.
4412
4413         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
4414         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
4415
4416         * gnus-srvr.el (gnus-server-prepare)
4417         (gnus-server-open-all-servers): do.
4418
4419         * gnus-msg.el (gnus-summary-cancel-article)
4420         (gnus-summary-resend-message)
4421         (gnus-summary-mail-crosspost-complaint): do.
4422
4423         * gnus-move.el (gnus-change-server): do.
4424
4425         * gnus-group.el (gnus-group-unmark-all-groups)
4426         (gnus-group-set-current-level): do.
4427
4428 2004-10-04  Simon Josefsson  <jas@extundo.com>
4429
4430         * message.el (message-generate-hashcash): Doc fix.
4431
4432 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
4433
4434         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
4435         avoid infinite recursion via gnus-get-function.
4436
4437 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
4438
4439         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
4440
4441         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
4442
4443         * nnmail.el (nnmail-split-history): do.
4444
4445         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
4446         (nnml-request-delete-group): do.
4447
4448         * nnslashdot.el (nnslashdot-read-groups): do.
4449
4450         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
4451         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
4452
4453         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
4454         (nnspool-sift-nov-with-sed): Use last
4455         (nnspool-retrieve-headers-with-nov): Use mapc.
4456         (nnspool-request-newgroups): Use dolist.
4457         (nnspool-request-group): Use last.
4458
4459         * nntp.el (nntp-read-server-type): Use dolist.
4460
4461         * nnvirtual.el (nnvirtual-create-mapping)
4462         (nnvirtual-update-read-and-marked): Use dolist.
4463         (nnvirtual-convert-headers): Simplify.
4464
4465 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
4466
4467         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
4468         support for sync'ing tick marks.
4469
4470 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
4473         there's no visible header.
4474
4475 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
4476
4477         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
4478         necessary, pass full group name to gnus-request-set-marks.
4479
4480 2004-10-01  Simon Josefsson  <jas@extundo.com>
4481
4482         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
4483         acroread.
4484
4485 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486
4487         * spam-report.el (spam-report-gmane): Fix interactive.
4488
4489         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
4490
4491         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
4492         when writing file.
4493         (gnus-agent-synchronize-flags): Don't default to being
4494         interactive.
4495
4496 2004-09-30  Simon Josefsson  <jas@extundo.com>
4497
4498         * message.el (message-generate-hashcash): Add.
4499         (message-send-mail): Use it, call mail-add-payment.
4500
4501 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * spam.el (spam-verify-bogofilter): -V, not -sV option
4504
4505 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
4506
4507         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
4508         gnus-requst-update-info with explicit code to sync the in-memory
4509         info read flags with the marks being sync'd to the backend.
4510
4511         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
4512
4513 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4514
4515         * spam.el (spam-verify-bogofilter): new function
4516         (spam-check-bogofilter)
4517         (spam-bogofilter-register-with-bogofilter): use it
4518         (spam-verify-bogofilter): small fixes
4519
4520 2004-09-28  Simon Josefsson  <jas@extundo.com>
4521
4522         * hashcash.el (hashcash-generate-payment): Revert.
4523
4524 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4525
4526         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
4527         gnus-extract-references instead of gnus-split-references
4528
4529         * gnus-util.el (gnus-extract-references): new function, analogous
4530         to gnus-split-references but extracts only the message-ID without
4531         anything extra
4532
4533         * hashcash.el (hashcash-generate-payment)
4534         (hashcash-check-payment): do the right thing if hashcash-path is
4535         nil (because the hashcash program could not be found)
4536
4537         * spam.el (spam-use-hashcash): remove comment
4538
4539 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
4540
4541         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
4542         (gnus-cache-enter-article, gnus-cache-remove-article)
4543         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
4544
4545         * gnus-async.el (gnus-async-prefetch-remove-group): do.
4546
4547         * gnus-art.el (article-hide-boring-headers)
4548         (article-translate-strings, article-display-face)
4549         (gnus-article-mime-match-handle-first)
4550         (gnus-article-highlight-headers)
4551         (gnus-article-add-buttons-to-head): do.
4552
4553 2004-09-27  Simon Josefsson  <jas@extundo.com>
4554
4555         * hashcash.el: New version, from
4556         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
4557         ../contrib/.
4558
4559 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
4562
4563 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
4564
4565         * gnus-dup.el (gnus-dup-open): Use mapc.
4566         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
4567
4568         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
4569         Reported by Stefan Wiens <s.wi@gmx.net>.
4570
4571         * gnus.el (gnus-shutdown): Use dolist.
4572
4573         * gnus-undo.el (gnus-undo): Use mapc.
4574
4575         * nnrss.el (nnrss-generate-active): do.
4576
4577         * message.el (message-cite-original-without-signature)
4578         (message-cite-original): Use mapc.
4579         (message-do-actions, message-make-forward-subject): Use dolist.
4580
4581 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
4582
4583         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
4584         deletion to remove entire duplicate line.  Fixes merged article
4585         number bug.
4586
4587 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
4588
4589         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
4590         servers that are offline.  Avoids having gnus-agent-toggle-plugged
4591         first ask if you want to open a server and then, even when you
4592         responded with no, asking if you want to synchronize the server's
4593         flags.
4594         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
4595         multi-line expressions.
4596         (gnus-agent-synchronize-group-flags): New internal function.
4597         Updates marks in memory (in the info structure) AND in the
4598         backend.
4599
4600         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
4601
4602         * nnagent.el (nnagent-request-set-mark): Use
4603         gnus-agent-synchronize-group-flags, not backend's request-set-mark
4604         method, to ensure that synchronization updates marks in the
4605         backend and in the info (in memory) structure.
4606
4607 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
4610         convention fully; don't miss the root article of a thread; make
4611         the X-Draft-From header with correct article numbers.
4612
4613 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
4614
4615         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
4616         unless plugged.  Disable the agent so that an open failure causes
4617         an error.
4618
4619         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
4620         Reverted 2004-09-21 change.  The backend must be opened while
4621         synchronizing flags even when the backend stores the flags
4622         locally.
4623
4624 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
4625
4626         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
4627         in `header' match.  Reported by Svend Tollak Munkejord.
4628
4629         * message.el (message-cite-original): Fix use of
4630         `message-cite-articles-with-x-no-archive'.
4631
4632 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
4635         (gnus-window-to-buffer): Ditto.
4636
4637         * mml.el (mml-preview-buffer): New variable.
4638         (mml-preview): Manage window layout with gnus-buffer-configuration.
4639
4640         * gnus-msg.el (gnus-setup-message): Put article numbers into the
4641         X-Draft-From header even if those articles aren't quoted.
4642
4643 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
4644
4645         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
4646         (gnus-request-set-mark, gnus-request-update-mark): Use new
4647         g-s-t-u-l-m to decide to use backend even when unplugged.
4648
4649 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
4652         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
4653
4654 2004-09-20  Simon Josefsson  <jas@extundo.com>
4655
4656         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
4657         "utf-16-le".
4658
4659 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4660
4661         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
4662
4663 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4664
4665         * uudecode.el (uudecode-use-external): Add :version.
4666
4667         * smime.el (smime-CA-file, smime-encrypt-cipher)
4668         (smime-dns-server): Add :version.
4669
4670         * smiley.el (gnus-smiley-file-types): Add :version.
4671
4672         * sha1.el (sha1-use-external): Add :version.
4673
4674         * pgg-def.el (pgg-query-keyserver): Add :version.
4675
4676         * nnmail.el (nnmail-fancy-expiry-targets)
4677         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
4678
4679         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
4680         (nnimap-retrieve-groups-asynchronous): Add :version.
4681         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
4682
4683         * mml.el (mml-content-disposition-parameters)
4684         (mml-insert-mime-headers-always): Add :version.
4685
4686         * mm-util.el (mm-coding-system-priorities):
4687
4688         * mm-decode.el (mm-inline-text-html-with-images)
4689         (mm-keep-viewer-alive-types, mm-external-terminal-program)
4690         (mm-verify-option): Add :version.
4691         (mm-text-html-renderer): Change :version.
4692
4693         * message.el (message-fcc-externalize-attachments)
4694         (message-required-headers, message-draft-headers)
4695         (message-subject-trailing-was-query)
4696         (message-subject-trailing-was-ask-regexp)
4697         (message-subject-trailing-was-regexp, message-mark-insert-begin)
4698         (message-mark-insert-end, message-archive-header)
4699         (message-archive-note, message-cross-post-default)
4700         (message-cross-post-note, message-followup-to-note)
4701         (message-cross-post-note-function, message-use-mail-followup-to)
4702         (message-subscribed-address-functions)
4703         (message-subscribed-address-file, message-subscribed-addresses)
4704         (message-subscribed-regexps, message-allow-no-recipients)
4705         (message-yank-cited-prefix, message-signature-insert-empty-line)
4706         (message-hidden-headers, message-hierarchical-addresses)
4707         (message-mail-user-agent, message-use-idna)
4708         (message-valid-fqdn-regexp)
4709         (message-strip-special-text-properties, message-header-synonyms)
4710         (message-beginning-of-line, message-tab-body-function): Add :version.
4711         (message-insert-canlock, message-wide-reply-confirm-recipients):
4712         Change :version.
4713
4714         * mail-source.el (mail-source-ignore-errors): Add :group, :type
4715         and :version.
4716         (mail-source-delete-old-incoming-confirm)
4717         (mail-source-movemail-program): Add :version.
4718
4719         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
4720         (gnus-agent-cache, gnus-agent): Change :version.
4721
4722         * gnus-util.el (gnus-use-byte-compile): Change :version.
4723
4724         * gnus-sum.el (gnus-summary-make-false-root-always)
4725         (gnus-summary-default-high-score)
4726         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
4727         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
4728         (gnus-read-all-available-headers, gnus-article-emulate-mime)
4729         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
4730         (gnus-sum-thread-tree-single-indent)
4731         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4732         (gnus-sum-thread-tree-leaf-with-other)
4733         (gnus-sum-thread-tree-single-leaf): Add :version.
4734         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
4735         (gnus-article-loose-mime): Change :version.
4736
4737         * gnus-start.el (gnus-backup-startup-file)
4738         (gnus-save-startup-file-via-temp-buffer): Add :version.
4739
4740         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
4741         (gnus-server-offline-face): Add :version.
4742
4743         * gnus-score.el (gnus-adaptive-word-length-limit):
4744
4745         * gnus-msg.el (gnus-gcc-externalize-attachments)
4746         (gnus-debug-files, gnus-debug-exclude-variables)
4747         (gnus-discouraged-post-methods): Change :version.
4748         (gnus-confirm-mail-reply-to-news)
4749         (gnus-confirm-treat-mail-like-news): Add :version.
4750
4751         * gnus-int.el (gnus-server-unopen-status): Add :version.
4752
4753         * gnus-group.el (gnus-group-jump-to-group-prompt)
4754         (gnus-large-ephemeral-newsgroup)
4755         (gnus-fetch-old-ephemeral-headers): Add :version.
4756
4757         * gnus-fun.el (gnus-x-face-directory)
4758         (gnus-convert-pbm-to-x-face-command)
4759         (gnus-convert-image-to-x-face-command)
4760         (gnus-convert-image-to-face-command): Add :version.
4761
4762         * gnus-delay.el (gnus-delay-default-hour): Add :version.
4763
4764         * gnus-cite.el (gnus-cite-blank-line-after-header)
4765         (gnus-article-boring-faces):
4766
4767         * gnus-art.el (gnus-buttonized-mime-types)
4768         (gnus-inhibit-mime-unbuttonizing)
4769         (gnus-treat-display-face)
4770         (gnus-treat-body-boundary): Change :version.
4771         (gnus-body-boundary-delimiter, gnus-picon-databases)
4772         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
4773         (gnus-treat-date-english, gnus-treat-fold-headers)
4774         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
4775         (gnus-treat-mail-picon, gnus-treat-wash-html)
4776         (gnus-article-encrypt-protocol)
4777         (gnus-use-idna, gnus-article-over-scroll)
4778         (gnus-mime-display-multipart-alternative-as-mixed)
4779         (gnus-mime-display-multipart-related-as-mixed)
4780         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
4781         (gnus-ctan-url, gnus-button-ctan-handler)
4782         (gnus-button-handle-ctan-bogus-regexp)
4783         (gnus-button-ctan-directory-regexp)
4784         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
4785         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
4786         (gnus-button-man-level, gnus-button-emacs-level)
4787         (gnus-button-message-level, gnus-button-browse-level): Add :version.
4788
4789         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
4790         (gnus-agent-go-online): Change :version.
4791         (gnus-agent-expire-unagentized-dirs)
4792         (gnus-agent-auto-agentize-methods): Add :version.
4793
4794         * flow-fill.el (fill-flowed-display-column)
4795         (fill-flowed-encode-column): Add :version.
4796
4797         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4798         (gnus-outlook-deuglify-unwrap-max)
4799         (gnus-outlook-deuglify-cite-marks)
4800         (gnus-outlook-deuglify-unwrap-stop-chars)
4801         (gnus-outlook-deuglify-no-wrap-chars)
4802         (gnus-outlook-deuglify-attrib-cut-regexp)
4803         (gnus-outlook-deuglify-attrib-verb-regexp)
4804         (gnus-outlook-deuglify-attrib-end-regexp)
4805         (gnus-outlook-display-hook): Add :version.
4806
4807         * binhex.el (binhex-use-external): Add :version.
4808
4809 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
4810
4811         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
4812         and `invisible'.
4813
4814 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4815
4816         * gnus-registry.el (gnus-registry-trim): watch out for negatives
4817         in gnus-registry-trim
4818
4819 2004-09-13  Simon Josefsson  <jas@extundo.com>
4820
4821         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
4822
4823         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
4824
4825         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
4826         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
4827         <yamaoka@jpl.org>.
4828         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
4829         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
4830         <yamaoka@jpl.org>.
4831
4832         * sieve.el (sieve-manage-mode): Ditto.
4833
4834 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
4835
4836         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
4837
4838 2004-09-11  Simon Josefsson  <jas@extundo.com>
4839
4840         * dns-mode.el: Add.
4841
4842         * mm-view.el (mm-display-dns-inline): Add.
4843
4844         * mm-decode.el (mm-inline-media-tests): Add text/dns.
4845         (mm-automatic-display): Ditto.
4846
4847         * mailcap.el (mailcap-mime-data): Add text/dns.
4848         (mailcap-mime-extensions): Map .soa to text/dns.
4849
4850 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
4851
4852         * gnus-art.el (article-decode-mime-words, article-babel)
4853         (gnus-article-highlight-signature, gnus-article-add-buttons)
4854         (gnus-signature-toggle): Remove unnecessary bindings of
4855         `inhibit-read-only' inherited from v5.10 merge.
4856
4857 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * nntp.el (nntp): New customization group.
4860         (nntp-authinfo-file): Add customization group.
4861
4862         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
4863
4864         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
4865
4866         * gnus.el (to-address, to-list, subscribed)
4867         (large-newsgroup-initial): Ditto.
4868
4869         * flow-fill.el (fill-flowed-display-column)
4870         (fill-flowed-encode-column): Ditto.
4871
4872 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
4873
4874         * message.el (message-tokenize-header, message-send-mail-with-qmail):
4875         Use point-min rather than 1.
4876         (message-send-mail): Use buffer-size rather than point-max.
4877
4878         * gnus-sum.el (gnus-summary-search-article-forward):
4879         Signal a specific `search-failed' rather than a generic `error'.
4880
4881         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
4882         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
4883         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
4884
4885 2004-09-10  Simon Josefsson  <jas@extundo.com>
4886
4887         * nndb.el (require): Remove tcp and duplicate cl.
4888
4889 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * gnus-agent.el (directory-files-and-attributes): Move forward.
4892
4893 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
4894
4895         * gnus-agent.el (directory-files-and-attributes): Optionally
4896         defined to support XEmacs.
4897
4898 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
4899
4900         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
4901         to avoid run-time CL dependencies.
4902         (gnus-agent-unfetch-articles): New function.
4903         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
4904         article numbers even when local .overview file is missing.
4905         (gnus-agent-read-article-number): New function. Only accepts
4906         27-bit article numbers.
4907         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
4908         gnus-agent-read-article-number.
4909         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
4910         from backend while recognizing that article numbers in .overview
4911         must be valid.
4912         (gnus-agent-update-files-total-fetched-for): Use
4913         directory-files-and-attributes to improve performance.
4914         * gnus-int.el (gnus-request-move-article): Use
4915         gnus-agent-unfetch-articles in place of gnus-agent-expire to
4916         improve performance.
4917
4918         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
4919         some users confused by references to .newsrc when they only have a
4920         .newsrc.eld file.
4921         (gnus-convert-mark-converter-prompt,
4922         gnus-convert-converter-needs-prompt): Fixed use of property list.
4923         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
4924         New function. Used internally to only display 'gnus converting
4925         files' message when actually necessary.
4926
4927         * gnus-sum.el (): Removed (require 'gnus-agent) as required
4928         methods now autoloaded.
4929
4930 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-sum.el (gnus-summary-insert-subject): Remove list
4933         identifiers.
4934
4935 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * gnus-picon.el: Fix indentation and closing parenthesis.
4938
4939 2004-09-01  Simon Josefsson  <jas@extundo.com>
4940
4941         * message.el (message-canlock-generate): Require sha1, not
4942         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
4943         to require within a function.  Sadly, if sha1.el isn't loaded, the
4944         let binding in m-c-g will hide the defcustom definition, which is
4945         bad.)
4946
4947         * canlock.el: Require sha1, not sha1-el.
4948
4949         * message.el: Don't autoload sha1 (there is a autoload cookie in
4950         sha1.el).
4951
4952         * sha1-el.el: Renamed to sha1.el.
4953
4954 2004-08-30  Juanma Barranquero  <lektu@terra.es>
4955
4956         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
4957
4958 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4959
4960         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
4961
4962 2004-08-30  Kim F. Storm  <storm@cua.dk>
4963
4964         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
4965
4966         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
4967         Add :group 'nnimap.
4968
4969 2004-08-30  Andreas Schwab <schwab@suse.de>
4970
4971         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
4972         ?* and ?\;.
4973
4974         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
4975         and ?\' to symbol instead of whitespace.
4976
4977 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
4980
4981         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
4982         instead of re-search-forward.
4983
4984         * gnus-uu.el (gnus-uu-save-article): Ditto.
4985         (gnus-uu-post-encode-uuencode): Ditto.
4986
4987         * html2text.el (html2text-clean-list-items): Ditto.
4988         (html2text-clean-dtdd): Ditto.
4989         (html2text-format-tags): Ditto.
4990
4991         * message.el (message-send-mail-with-sendmail): Fix regexp.
4992         (message-fill-field-general): Use search-forward instead of
4993         re-search-forward.
4994         (unbold-region): Ditto.
4995
4996         * nnrss.el (nnrss-request-article): Ditto.
4997
4998         * nnslashdot.el (nnslashdot-request-article): Ditto.
4999
5000         * nnweb.el (nnweb-gmane-wash-article): Ditto.
5001
5002         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
5003         "Unrecognized menu descriptor" error in XEmacs.
5004
5005 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
5008         entry.
5009
5010         * gnus-group.el (gnus-group-line-format-alist): Convert the value
5011         of gnus-tmp-news-method into string under XEmacs.  It will be
5012         passed to gnus-correct-length which takes only a string argument.
5013
5014 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * gnus-util.el (gnus-bind-print-variables): New macro.
5017         (gnus-prin1): Use it.
5018         (gnus-prin1-to-string): Use it.
5019         (gnus-pp): New function.
5020         (gnus-pp-to-string): New function.
5021
5022         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
5023         pp-to-string with gnus-pp-to-string.
5024         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
5025         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
5026         * gnus-msg.el (gnus-debug): Ditto.
5027         * gnus-score.el (gnus-score-save): Ditto.
5028         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
5029         gnus-pp-to-string.
5030         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
5031         with gnus-pp.
5032         * score-mode.el (gnus-score-pretty-print): Ditto.
5033         * webmail.el (webmail-debug): Ditto.
5034
5035 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * gnus-art.el (article-display-face, article-display-x-face): Use
5038         buffer-read-only.
5039
5040 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * gnus-art.el (article-hide-list-identifiers): Bind
5043         inhibit-read-only as t.
5044
5045 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
5046
5047         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
5048
5049 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5050
5051         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
5052         (gnus-narrow-to-page): Don't assume point-min == 1.
5053         (gnus-article-edit-mode): Derive from message-mode.
5054
5055         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
5056         point-min == 1.
5057
5058         * imap.el (imap-parse-address-list, imap-parse-body-ext):
5059         Disable incorrect use of `assert'.
5060
5061         * message.el (message-mode): Set comment-start-skip.
5062
5063
5064 2004-08-22  Sam Steingold  <sds@gnu.org>
5065
5066         * pop3.el (pop3-leave-mail-on-server): New user variable.
5067         (pop3-movemail): Delete mail only when it is nil.
5068
5069 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
5070
5071         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
5072
5073         * mml.el (mml-preview): Use `pop-to-buffer'.
5074
5075         * message.el (message-goto-mail-followup-to): Insert after "To".
5076         (message-carefully-insert-headers): Add comment.
5077
5078         * gnus.el: Remove unused variable `gnus-article-check-size'.
5079
5080         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
5081
5082         * gnus-art.el (gnus-button-alist): Improve
5083         `gnus-button-handle-library' entry.
5084
5085 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
5086
5087         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
5088         downcase, since XEmacs capitalizes error messages differently.
5089         From Sebastian Freundt <hroptatyr@gna.org>.
5090
5091 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
5092
5093         * nntp.el: Add (require 'gnus) due to reference to
5094         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
5095
5096 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
5097
5098         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
5099         `mm-fill-flowed'.
5100
5101         * mm-decode.el (mm-dissect-singlepart): Check it.
5102
5103 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
5104
5105         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
5106         'imap' for netrc parsing
5107
5108 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
5109
5110         * mailcap.el (mailcap-mime-data): Mark as risky.
5111
5112 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
5115         may be included in the encoded word.
5116         (rfc2047-encode): Don't append a space if the encoded word
5117         includes close parenthesis.
5118
5119 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
5122         of text within parentheses.
5123
5124 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
5125
5126         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
5127         (gnus-encrypt-write-file-contents): the password key is the file
5128         name PLUS the cipher, not just the cipher.  Also remove failed
5129         passwords from the cache.
5130
5131 2004-08-06  Simon Josefsson  <jas@extundo.com>
5132
5133         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
5134         fix.
5135
5136 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
5139         LWSP.
5140
5141 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
5142
5143         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
5144         to append in-reply-to: data to the references: header
5145
5146         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
5147         (netrc-parse): use gnus-encrypt.el functions
5148
5149         * gnus-encrypt.el: new file for encryption support; currently
5150         does only a few GPG ciphers and an internal XOR cipher
5151
5152         * password.el: add comments on using password-read-and-add
5153         (password-read-and-add): new function to read and add the
5154         password to the cache at once
5155
5156 2004-07-28  Simon Josefsson  <jas@extundo.com>
5157
5158         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
5159         parameter (but don't use it, for now).
5160
5161         * imap.el (imap-ssl-open): Use imap-process-connection-type,
5162         instead of hard coding to nil.
5163
5164 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * mm-view.el (mm-inline-image-emacs): Open lines under an image
5167         as mm-inline-image-xemacs does.
5168
5169 2004-07-26  Simon Josefsson  <jas@extundo.com>
5170
5171         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
5172         Revert part of 2004-07-17 change below.
5173
5174 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
5177         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5178
5179 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180
5181         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
5182         quotes that actually start with ">" at the beginning of the
5183         lines.
5184
5185 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * rfc2047.el (rfc2047-encode-region): Fix last change.
5188         (rfc2047-encode-parameter): Remove useless concat.
5189
5190 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
5193         encode special characters; fix some kind of misconfigured headers;
5194         signal a real error if debug-on-quit or debug-on-error is non-nil.
5195         (rfc2047-encode-max-chars): New variable.
5196         (rfc2047-encode-1): Use it.
5197         (rfc2047-encode-parameter): New function.
5198
5199         * mml.el (mml-insert-parameter): Remove an excessive space.
5200
5201 2004-07-17  Simon Josefsson  <jas@extundo.com>
5202
5203         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
5204         Kai Grossjohann <kai@emptydomain.de>.
5205         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
5206         (gnus-group-make-menu-bar): Ditto.
5207
5208         * gnus-util.el (gnus-group-server): Add.
5209
5210 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
5211
5212         * message.el (message-clone-locals): Clone sendmail and smtp
5213         variables.
5214
5215 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * rfc2047.el (rfc2047-encode-region): Fix last change.
5218
5219 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5220         From David Hedbor <dhedbor@real.com>.
5221
5222         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
5223         (nnmail-expand-newtext): Lowercase expanded entries if
5224         nnmail-split-lowercase-expanded is non-nil.
5225
5226 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
5229         characters as non-special.
5230
5231 2004-07-09  Simon Josefsson  <jas@extundo.com>
5232
5233         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
5234         Users will lose all flag changes made while unplugged with
5235         e.g. nntp unless flag synchronization happens, thus `nil' is not a
5236         good default.  See numerous reports on ding mailing list.
5237
5238 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
5241         add generate-head-function and generate-article-function to the
5242         rfc822-forward entry.
5243         (nndoc-rfc822-forward-generate-article): New function.
5244         (nndoc-rfc822-forward-generate-head): New function.
5245
5246         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
5247
5248 2004-07-06  Dan Christensen  <jdc@uwo.ca>
5249
5250         * gnus-sum.el (gnus-summary-read-group-1): When summary
5251         is unthreaded, respect display group parameter.
5252         (gnus-articles-to-read): Remove unused reference to
5253         display group parameter.
5254
5255 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * nnheader.el (nnheader-uniquify-message-id): New experimental
5258         variable.
5259         (nnheader-nov-read-message-id): Use it.
5260
5261         * spam-report.el (spam-report-gmane): Add interactive.
5262
5263 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
5266         qp-or-base64 for the application/* types.
5267
5268 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
5269
5270         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
5271         Joakim Verona <joakim@verona.se>.
5272
5273 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5274
5275         * gnus-registry.el (gnus-registry-trim): don't allow a negative
5276         trim value
5277
5278 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
5279
5280         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
5281         New macro and function.
5282         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
5283
5284 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
5287         after-load-alist.
5288
5289 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
5292         update info that isn't there.
5293
5294 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * mm-view.el (mm-inline-render-with-function): Use multibyte
5297         buffer; decode html source by charset.
5298
5299         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
5300
5301         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
5302         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
5303         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
5304         loaded under XEmacs.
5305         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
5306
5307 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
5308
5309         * nnheader.el (nnheader-max-head-length): Increase to 8192.
5310
5311 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * mm-util.el (mm-coding-system-p): Return a coding-system.
5314         (mm-mime-mule-charset-alist): Use shift_jis instead of
5315         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
5316         entries for the mime charsets iso-2022-jp-3 and shift_jis.
5317         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
5318         instead of japanese-shift-jis and iso-latin-1 respectively in
5319         order to share the default value with both Emacs and XEmacs-mule.
5320         (mm-mule-charset-to-mime-charset): Make
5321         mm-coding-system-priorities effective.
5322         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
5323         while predicating of candidates upon the priorities.
5324
5325 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
5326
5327         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5328         gnus-uu-invert-processable.
5329
5330         * gnus.el: Autoload gnus-uu-invert-processable.
5331
5332 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * mm-util.el (mm-with-multibyte-buffer): New macro.
5335
5336         * rfc2047.el (rfc2047-encode-string): Use it.
5337         (rfc2047-encode-region): Move point to the end of the region after
5338         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
5339
5340 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
5343         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
5344
5345 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
5348         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
5349         Karl Chen <quarl@nospam.quarl.org>.
5350
5351 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
5352
5353         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
5354         invalid addresses.
5355
5356 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
5357
5358         * spam.el: section markers changed, TODO list revised
5359         (spam-backends): new master list of all installed backends
5360         (spam-summary-exit-behavior): new variable to determine how
5361         messages moves are done at summary exit
5362         (spam-move-spam-nonspam-groups-only)
5363         (spam-process-ham-in-nonham-groups)
5364         (spam-process-ham-in-spam-groups): variables removed, the
5365         spam-summary-exit-behavior variable should be used to manage this
5366         behavior
5367         (spam-old-ham-articles, spam-old-spam-articles): removed
5368         (spam-old-articles): new variable, replacing spam-old-ham-articles
5369         and spam-old-spam-articles
5370         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
5371         empty variables, placeholders for the backends they represent
5372         (spam-set-difference): moved, unchanged
5373         (spam-list-of-processors): variable OBSOLETE, not used anymore
5374         unless the user has a processor variable
5375         (spam-classifications, spam-classification-valid-p)
5376         (spam-backend-properties, spam-backend-property-valid-p)
5377         (spam-backend-function-type-valid-p)
5378         (spam-process-type-valid-p, spam-list-articles): helper functions
5379         (spam-report-articles-gmane, spam-report-articles-resend):
5380         functions removed, they are not needed
5381         (spam-install-backend-super, spam-backend-list)
5382         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
5383         (spam-backend-function, spam-backend-ham-registration-function)
5384         (spam-backend-spam-registration-function)
5385         (spam-backend-ham-unregistration-function)
5386         (spam-backend-spam-unregistration-function)
5387         (spam-backend-statistical-p, spam-backend-mover-p)
5388         (spam-install-backend-alias, spam-install-checkonly-backend)
5389         (spam-install-mover-backend, spam-install-nocheck-backend)
5390         (spam-install-backend, spam-install-statistical-backend)
5391         (spam-install-statistical-checkonly-backend): backend installation
5392         support
5393         (spam-summary-prepare-exit): rewritten to use the new backend code
5394         (spam-group-processor-p): use the new backend code and respect the
5395         summary exit behavior
5396         (spam-mark-spam-as-expired-and-move-routine): removed
5397         (spam-summary-prepare): changed to use the new spam-old-articles
5398         variable
5399         (spam-copy-or-move-routine, spam-copy-spam-routine)
5400         (spam-move-spam-routine, spam-copy-ham-routine)
5401         (spam-move-ham-routine): new code to copy/move ham or spam
5402         (spam-fetch-field-fast): doc and code improved, plus it allows the
5403         'number request
5404         (spam-list-of-checks, spam-list-of-statistical-checks): variables
5405         removed, no longer used
5406         (spam-split, spam-find-spam): use the new backend code
5407         (spam-registration-functions): variable removed, no longer used
5408         (spam-unregister-routine): convenience wrapper
5409         (spam-log-undo-registration, spam-register-routine)
5410         (spam-log-processing-to-registry)
5411         (spam-log-unregistration-needed-p): renamed "check" to "backend"
5412         where possible
5413         (spam-check-gmane-xref, spam-check-regex-headers)
5414         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
5415         (spam-check-whitelist, spam-check-blacklist)
5416         (spam-check-bogofilter-headers, spam-check-spamoracle)
5417         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
5418         (spam-check-crm114-headers): use the spam-split-group that
5419         spam-split prepares, no need to determine it every time
5420
5421         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
5422         the nnheader-parse-naked-head call
5423
5424         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
5425
5426         * gnus-sum.el (gnus-nov-parse-line): add the message number to
5427         the nnheader-nov-read-message-id call
5428
5429 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
5432         gnus-activate-group twice.  Suggested by Markus Peter
5433         <warp@spin.de>.
5434
5435 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-art.el (gnus-article-time-format): Exchange the order of
5438         day and month in the default value; fix customization type.
5439         (article-date-ut): Use add-text-properties.
5440         (article-make-date-line): Use message-make-date instead of
5441         current-time-string.
5442
5443         * message.el (message-fetch-field): Don't use set-text-properties.
5444         (message-make-date): Simplify.
5445
5446         * messagexmas.el (message-xmas-make-date): New function.
5447         (message-xmas-redefine): Defalias message-make-date to it.
5448
5449 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
5452         (rfc2047-encode-region): Treat text within parentheses as special;
5453         show the original text when error has occurred.
5454
5455         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
5456         already-computed method to gnus-activate-group.
5457
5458         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
5459         same select-methods identical Lisp objects.
5460
5461         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
5462         object when modifying the info.
5463
5464 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5465
5466         * gnus-srvr.el (gnus-server-set-info): Remove the server from
5467         gnus-opened-servers since it has never been opened with the new
5468         configuration yet.
5469
5470 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
5473         arg to nnheader-generate-fake-message-id.
5474
5475 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * nnheader.el (nnheader-generate-fake-message-id): accept a
5478         number and build a fake message ID localized to a group and
5479         article number (so it's repeatable from that point on)
5480         (nnheader-fake-message-id-p): change regex to accomodate new fake
5481         ID format
5482
5483         * gnus-sum.el (gnus-get-newsgroup-headers): call
5484         nnheader-generate-fake-message-id with the article number
5485
5486 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
5487
5488         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
5489         end-of-buffer.
5490
5491 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * message.el (message-ignored-supersedes-headers): Add Approved.
5494
5495 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * rfc2047.el (rfc2047-encode-message-header): Remove useless
5498         goto-char.
5499         (rfc2047-encode): Fold the line before encoding.
5500
5501 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5502
5503         * rfc2047.el (rfc2047-encode-message-header): Disabled header
5504         folding -- not all headers can be folded, and this should be done
5505         by the message composition mode.  Probably.  I think.
5506
5507 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
5510         fast.
5511
5512         * gnus-ems.el (gnus-remove-image): Don't use
5513         message-text-with-property; remove only the image found first.
5514
5515         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
5516         found first.
5517
5518 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
5519
5520         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
5521
5522 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * message.el (message-text-with-property): Make it fast and accept
5525         optional arguments.
5526         (message-strip-forbidden-properties): Use it.
5527         (message-fix-before-sending): Follow the m-t-w-p change.
5528
5529         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
5530
5531 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-art.el (article-hide-headers): Don't change the buffer
5534         mistakenly when performing mml-preview even if
5535         gnus-single-article-buffer is nil.
5536
5537 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
5538
5539         * message.el (message-expand-name-databases): New user option.
5540         (message-expand-name): Use it.
5541
5542 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
5543
5544         * spam.el (spam-report-articles-resend)
5545         (spam-report-resend-register-routine): allow ham reporting
5546         (spam-report-resend-register-ham-routine): simple wrapper
5547         (spam-registration-functions): add ham resending functions
5548         (spam-list-of-processors): add ham resend processor
5549
5550         * gnus.el (ham-resend-to): new group parameter
5551         (spam-process): add ham resend option
5552
5553         * spam-report.el (spam-report-resend): allow reporting ham
5554         (spam-report-resend-ham): simple wrapper
5555
5556 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5557
5558         * message.el (message-cite-articles-with-x-no-archive): New
5559         variable.
5560         (message-cite-original): Use it.
5561
5562 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5563
5564         * message.el (message-cite-original): Respect X-No-Archive.
5565
5566 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-art.el (article-hide-headers): Refer to the values for
5569         gnus-ignored-headers and gnus-visible-headers in the summary
5570         buffer since a user may have set them as group parameters.
5571
5572 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
5573
5574         * assistant.el (assistant-node-name): new convenience function
5575         (assistant-render-text, assistant-render-node): error handling,
5576         plus handle multiple next nodes
5577         (assistant-find-next-node): commented out for now
5578         (assistant-find-next-nodes): new function, returns list of next
5579         nodes
5580
5581 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
5582
5583         * mail-source.el (mail-source-directory): Fix doc-string.
5584
5585 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * assistant.el (assistant-render-text, assistant-eval): add :set
5588         widget type, which is different because it takes and returns a
5589         list.  Much hilarity ensues.
5590
5591 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
5592
5593         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
5594
5595         * gnus-group.el (gnus-group-get-new-news-this-group): Added
5596         doc-string.
5597
5598         * gnus-start.el (gnus-activate-group): Added doc-string.
5599
5600 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
5603
5604 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
5605
5606         * assistant.el (assistant-render-text): trying to add a :set
5607         widget, more to come...
5608
5609         * spam.el (spam-group-spam-contents-p): handle empty groupname
5610         strings
5611         (spam-report-articles-resend)
5612         (spam-report-resend-register-routine): allow spam-report-resend-to
5613         to be a group parameter or a global value
5614         (tiny change).  From Daniel Pittman <daniel@rimspace.net>.
5615         (spam-register-routine): do registration iff any articles warrant
5616         it.
5617         (spam-summary-prepare-exit): changed log message for nil group
5618         destinations
5619
5620 2004-05-26  Simon Josefsson  <jas@extundo.com>
5621
5622         * starttls.el: Merge with my GNUTLS based starttls.el.
5623         (starttls-gnutls-program, starttls-use-gnutls)
5624         (starttls-extra-arguments, starttls-process-connection-type)
5625         (starttls-connect, starttls-failure, starttls-success): New
5626         variables.
5627         (starttls-program, starttls-extra-args): Doc fix.
5628         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
5629         functions.
5630         (starttls-negotiate, starttls-open-stream): Check
5631         `starttls-use-gnutls' and pass on to corresponding *-gnutls
5632         function if it is set.
5633
5634 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
5637         structured fields.
5638
5639 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
5642
5643 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * spam.el (spam-mark-junk-as-spam-routine)
5646         (spam-mark-new-messages-in-spam-group-as-spam): allow user to
5647         disable assigning the spam-mark to new messages
5648
5649 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
5650
5651         (spam-ham-copy-or-move-routine): todo decleared twice
5652
5653 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * dgnushack.el: Autoload customize-set-variable for XEmacs.
5656
5657         * rfc2047.el (rfc2047-encodable-p): Don't move point.
5658         (rfc2047-decode): Treat the ascii coding-system as raw-text by
5659         default.
5660
5661 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
5662
5663         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
5664         correct data.
5665
5666 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
5667
5668         * spam.el (spam-list-of-processors): use nil for nonexistent processors
5669         (spam-group-processor-p): fixed function so it works properly
5670         (spam-group-processor-multiple-p)
5671         (spam-group-spam-processor-report-gmane-p)
5672         (spam-group-spam-processor-report-resend-p)
5673         (spam-group-spam-processor-bogofilter-p)
5674         (spam-group-spam-processor-blacklist-p)
5675         (spam-group-spam-processor-ifile-p)
5676         (spam-group-ham-processor-ifile-p)
5677         (spam-group-spam-processor-spamoracle-p)
5678         (spam-group-spam-processor-crm114-p)
5679         (spam-group-ham-processor-bogofilter-p)
5680         (spam-group-spam-processor-stat-p)
5681         (spam-group-ham-processor-stat-p)
5682         (spam-group-ham-processor-whitelist-p)
5683         (spam-group-ham-processor-BBDB-p)
5684         (spam-group-ham-processor-spamoracle-p)
5685         (spam-group-ham-processor-copy-p): functions removed with some
5686         prejudice against unneeded code
5687         (spam-report-articles-resend)
5688         (spam-report-resend-register-routine): allow the group/topic
5689         spam-resend-to value to override spam-report-resend-to
5690         (spam-summary-prepare-exit): invoke spam-group-processor-p
5691         properly now
5692
5693         * spam-report.el (spam-report-resend-to, spam-report-resend):
5694         start with resend-to set to nil, and then ask the user if
5695         necessary.  From Daniel Pittman <daniel@rimspace.net>.
5696
5697         * gnus.el (spam-resend-to): new group/topic parameter
5698         (spam-process): move the OBSOLETE processors to the end of the
5699         choices.
5700
5701         * spam-report.el (spam-report-resend): spam-report-resend takes a
5702         list of articles, not separate article numbers.  From Daniel
5703         Pittman <daniel@rimspace.net>.
5704
5705 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
5708         addition to emacs-w3m.
5709
5710 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5711
5712         * assistant.el (assistant-authinfo-data): New function.
5713         (assistant-eval): Eval for entire assistant.
5714
5715         * netrc.el (netrc-services-file): New variable.
5716         (netrc-parse-services): New function.
5717         (netrc-find-service-name): New function.
5718         (netrc-find-service-number): New function.
5719         (netrc-port-equal): New function.
5720         (netrc-machine): Use it.
5721
5722         * nnimap.el (nnimap-open-connection): Use netrc.
5723
5724         * gnus-util.el (gnus-netrc-get): Remove aliases.
5725
5726         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
5727
5728         * assistant.el (wid-edit): Fix compilation.
5729
5730         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
5731
5732 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
5733
5734         * gnus-util.el (gnus-set-file-modes): New function.  (small
5735         patch).
5736
5737 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
5740
5741         * assistant.el (assistant-render-node): Fix up rendering and
5742         read-only text.
5743         (assistant-render-node): Reset.
5744         (assistant-make-read-only): Not sticky.
5745
5746 2004-05-20  Danny Siu  <dsiu@adobe.com>
5747
5748         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
5749         centered even when gnus-auto-center-summary is t
5750
5751 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * dns.el (dns-get-txt-answer): New function.
5754         (dns-read-txt): Ditto.
5755         (query-dns): Use it.
5756
5757 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
5760         active for foreign groups even if the group level is higher than
5761         the specified value.
5762
5763 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5764
5765         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
5766         non-active groups.
5767
5768         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
5769
5770 2004-05-20  Magnus Henoch  <mange@freemail.hu>
5771
5772         * dns.el (dns-read-type): Add support for SVR.  (small patch)
5773
5774 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5775
5776         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
5777         (spam-crm114-header, spam-crm114-spam-switch)
5778         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
5779         (spam-crm114-positive-spam-header)
5780         (spam-crm114-database-directory, spam-list-of-processors)
5781         (spam-group-spam-processor-crm114-p)
5782         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
5783         (spam-generic-score, spam-list-of-checks)
5784         (spam-list-of-statistical-checks, spam-registration-functions)
5785         (spam-check-crm114-headers, spam-crm114-score)
5786         (spam-check-crm114, spam-crm114-register-with-crm114)
5787         (spam-crm114-register-spam-routine)
5788         (spam-crm114-unregister-spam-routine)
5789         (spam-crm114-register-ham-routine)
5790         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
5791         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
5792
5793         * gnus.el: added spam-use-crm114
5794
5795         * spam.el (spam-list-of-processors, spam-registration-functions):
5796         add spam-use-resend
5797         (spam-group-spam-processor-report-resend-p): utility wrapper
5798         (spam-report-articles-gmane): doc fix
5799         (spam-report-articles-resend,
5800         spam-report-resend-register-routine): wrappers around
5801         spam-report-resend-to
5802
5803         * spam-report.el (spam-report-resend-to, spam-report-resend):
5804         support for resending spam
5805         (spam-report-gmane): line length >80 fix
5806
5807         * gnus.el (spam-process): add spam-use-resend
5808
5809 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5810
5811         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
5812         number of processed spam messages.
5813         (spam-ham-copy-or-move-routine): Return the number of processed
5814         ham messages.
5815         (spam-summary-prepare-exit): Use the above values to decide
5816         whether status messages shouled be displayed.
5817
5818 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
5821         `rfc2047-encoding-function-alist' in order to avoid conflicting
5822         with the old version.
5823         (rfc2047-encode-region): Concatenate words containing non-ASCII
5824         characters in structured fields; don't encode space-delimited
5825         ASCII words even in unstructured fields; don't break words at
5826         char-category boundaries.
5827         (rfc2047-encode-1): New function.
5828         (rfc2047-encode): Use it; encode text so that it occupies the
5829         maximum width within 76-column; work correctly on Q encoding for
5830         iso-2022-* charsets.
5831         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
5832         sure not to break a line just after the header name.
5833         (rfc2047-b-encode-region): Removed.
5834         (rfc2047-b-encode-string): New function.
5835         (rfc2047-q-encode-region): Removed.
5836         (rfc2047-q-encode-string): New function.
5837
5838         * mm-util.el (mm-replace-in-string): New function.
5839
5840 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
5843         get it right.
5844         (gnus-inews-make-draft): Really.
5845
5846 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
5847
5848         * nnmh.el (nnmh-request-list-1): Don't check the link count
5849         before descending.  (small patch)
5850
5851 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852
5853         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
5854         stuff.
5855
5856         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
5857         on real group name.
5858
5859         * gnus-art.el (gnus-signature-limit): Doc fix.
5860
5861         * gnus-msg.el (gnus-inews-make-draft): Quote list.
5862
5863         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
5864
5865 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
5866
5867         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
5868         isn't a string.
5869
5870 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5871
5872         * gnus-draft.el (gnus-draft-send): Bind
5873         rfc2047-encode-encoded-words.
5874
5875         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
5876         (rfc2047-encodable-p): Say that =? needs encoding.
5877         (rfc2047-encode-encoded-words): New variable.
5878
5879         * gnus-group.el (gnus-group-select-group): Doc fix.
5880
5881         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
5882
5883         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
5884         to nil.
5885
5886         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
5887
5888         * nnheader.el (nnheader-get-lines-and-char): New function.
5889
5890 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * gnus-msg.el (gnus-summary-followup-with-original): Document
5893         yanking of region when active.
5894
5895 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
5898         groups if the group level is higher than the specified value.
5899
5900 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
5903         (gnus-group-jump-to-group): Added prefix argument using
5904         `gnus-group-jump-to-group-prompt'.  Query before jumping to
5905         non-active group.
5906
5907         * compface.el (uncompface): Be verbose when changing
5908         `uncompface-use-external'.
5909
5910         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
5911         handle manual section.
5912
5913 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914
5915         * gnus-art.el (gnus-button-alist): Revert previous change.
5916
5917 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5918
5919         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
5920
5921 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922
5923         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
5924         whether backend can accept message.
5925
5926         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
5927
5928 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
5929
5930         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
5931         Avoid creating directory when nntp-marks-is-evil is true.
5932         Reported by Reiner Steib.
5933
5934 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5935
5936         * gnus-picon.el (gnus-picon-style): New variable.
5937         (gnus-picon-insert-glyph): Added optional `nostring' argument.
5938         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
5939         Jesper Harder <harder@ifa.au.dk>.
5940
5941 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5942
5943         * message.el (message-fill-field): Return point.
5944         (message-generate-headers): Go to end of field.
5945
5946         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
5947         stuff for non-living groups.
5948
5949 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
5950
5951         * gnus-art.el (gnus-article-followup-with-original)
5952         (gnus-article-reply-with-original): gnus-mark-active-p ->
5953         gnus-region-active-p.
5954
5955 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
5956
5957         * spam.el (spam-summary-prepare-exit): fix messages, so they show
5958         only when there is spam or ham to be processed
5959
5960 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5961
5962         * mail-source.el (mail-source-delete-crash-box): Refactor.
5963         (mail-source-fetch): Use it.
5964         (mail-source-fetch-file): Ditto.
5965         (mail-source-fetch-directory): Run postscript in loop.
5966         (mail-source-fetch-pop): Delete.
5967         (mail-source-fetch-maildir): Ditto.
5968         (mail-source-fetch-imap): Ditto.
5969
5970         * imap.el (imap-authenticators): Comment out sasl.
5971
5972         * message.el (message-skip-to-next-address): New function.
5973         (message-fill-header-address): Refactor.
5974         (message-fill-address): Use it.
5975         (message-delete-address): Use it.
5976         (message-fill-header-general): Refactor.
5977         (message-fill-field-address): Rename.
5978         (message-narrow-to-field): Find the start of the header.
5979         (message-header-format-alist): Don't pre-fill.
5980         (message-fill-header): Removed.
5981         (message-insert-header): New function.
5982         (message-shorten-references): Use it.
5983
5984         * rfc2047.el (rfc2047-field-value): Strip props.
5985
5986         * mail-parse.el (mail-header-make-address): New alias.
5987
5988         * ietf-drums.el (ietf-drums-make-address): New function.
5989
5990         * imap.el: Add compiler directives.
5991
5992         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
5993
5994         * gnus-art.el (article-decode-idna-rhs): Don't use
5995         message-idna-inside-rhs-p.
5996
5997 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5998
5999         * message.el (message-idna-inside-rhs-p): Removed.
6000         (message-idna-to-ascii-rhs-1): Use proper address parsing.
6001
6002         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
6003         false positives.
6004
6005 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
6006
6007         * imap.el (imap-sasl-make-mechanisms): Use sasl.
6008
6009 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6010
6011         * nneething.el (nneething-file-name): Don't create spurions
6012         files.
6013
6014         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
6015         (gnus-inews-do-gcc): Remove sleep.
6016
6017         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
6018         part under point.
6019
6020         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
6021         (gnus-agent-regenerate-group): Using nil messages aren't valid.
6022
6023 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
6024
6025         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
6026
6027 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6028
6029         * spam.el (spam-summary-prepare-exit): only produce "marking spam
6030         as expired without moving it" message when there are spam
6031         messages left
6032
6033 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
6034
6035         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
6036         header is not nil.
6037
6038 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
6039
6040         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
6041         nntp-possibly-create-directory, not nntp-possibly-change-group.
6042         (nntp-marks-changed-p): New arg SERVER.
6043         (nntp-request-update-info): Adjust caller.
6044
6045 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
6046
6047         * nntp.el (nntp-save-marks): Pass missing arg.
6048
6049 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
6050
6051         * nntp.el: Support marks.
6052         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
6053         (nntp-marks-modtime, nntp-marks-directory): New variables.
6054         (nntp-request-set-mark, nntp-request-update-info)
6055         (nntp-possibly-create-directory, nntp-marks-changed-p)
6056         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
6057         functions.
6058
6059 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
6060
6061         * gnus-xmas.el (gnus-xmas-select-lowest-window)
6062         (gnus-xmas-redefine): Rename.
6063
6064         * gnus-score.el (gnus-score-insert-help): Use
6065         gnus-select-lowest-window.
6066
6067         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
6068         appt-select-lowest-window and rename to gnus-select-lowest-window.
6069
6070         * gnus.el: do.
6071
6072 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6073
6074         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
6075         encodings of MIME-encoded words, in order to improve
6076         interoperability with several broken MUAs.
6077
6078 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6079
6080         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
6081         tags, only when charsets are not specified in headers.
6082         (mm-inline-text-html-render-with-w3m): Ditto.
6083
6084         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
6085         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
6086
6087 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6088
6089         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
6090         instead of MIME-decoded from fields when checking
6091         `gnus-article-address-banner-alist'.
6092
6093 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
6094
6095         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
6096         description rather than subject.
6097
6098 2004-05-02  Steve Youngs  <steve@youngs.au.com>
6099
6100         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
6101
6102 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103
6104         * gnus.el (gnus-version-number): Bump.
6105
6106 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6107
6108         * gnus.el: No Gnus v0.2 is released.
6109
6110 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111
6112         * gnus-agent.el (gnus-agent-read-agentview): Inline
6113         gnus-uncompress-range.
6114
6115 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6116
6117         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
6118         `exec-installed-p'.
6119
6120 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6121
6122         * gnus.el (spam-process, spam-autodetect-methods): Add
6123         bsfilter and bsfilter-headers.
6124
6125         * spam.el (spam-bsfilter): New customize group.
6126         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
6127         (spam-bsfilter-header, spam-bsfilter-probability-header)
6128         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
6129         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
6130         (spam-bsfilter-database-directory): New options.
6131         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
6132         (spam-list-of-statistical-checks, spam-registration-functions):
6133         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
6134         (spam-bsfilter-score): New command.
6135         (spam-check-bsfilter-headers, spam-check-bsfilter)
6136         (spam-bsfilter-register-with-bsfilter)
6137         (spam-bsfilter-register-spam-routine)
6138         (spam-bsfilter-unregister-spam-routine)
6139         (spam-bsfilter-register-ham-routine)
6140         (spam-bsfilter-unregister-ham-routine): New functions.
6141         (spam-generic-score): Support bsfilter; Accept an optional argument
6142         to recalcurate spam score even if scoring header has already been
6143         added.
6144         (spam-bogofilter-score, spam-spamassassin-score): Accept an
6145         optional argument to recalcurate spam score even if scoring header
6146         has already been added.
6147
6148 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
6149
6150         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
6151         strings!  Reported by David D. Smith <davidsmith@acm.org>.
6152         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
6153         link is missing.
6154
6155 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
6156
6157         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
6158         (html2text-get-attr): Rewrite.
6159
6160         * message.el (message-setup-1): Remove redundant put-text-property
6161         on mail-header-separator.
6162
6163 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
6164
6165         * gnus-registry.el (gnus-registry-cache-whitespace)
6166         (gnus-registry-action, gnus-registry-spool-action)
6167         (gnus-registry-split-fancy-with-parent): changed message levels
6168         from 5 to 3 or 7, as needed
6169
6170         * spam.el (spam-summary-prepare-exit)
6171         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
6172         (spam-split, spam-find-spam, spam-log-undo-registration)
6173         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
6174         level from 5 to 6
6175
6176 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-ems.el: Autoload appt-select-lowest-window (revert
6179         2004-03-04 change).
6180
6181 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
6182
6183         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
6184         Use mapc when appropriate.
6185
6186         * sieve-manage.el (sieve-manage-open): do.
6187
6188         * nnweb.el (nnweb-insert-html): do.
6189
6190         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
6191         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
6192
6193         * nnspool.el (nnspool-request-group): do.
6194
6195         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
6196         do.
6197
6198         * nnml.el (nnml-request-update-info): do.
6199
6200         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
6201         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
6202
6203         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
6204         (nnimap-request-set-mark): do.
6205
6206         * nnfolder.el (nnfolder-request-update-info): do.
6207
6208         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
6209         do.
6210
6211         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
6212
6213         * gnus-uu.el (gnus-uu-find-articles-matching): do.
6214
6215         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
6216         do.
6217
6218         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
6219         do.
6220
6221         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
6222
6223         * gnus-nocem.el (gnus-nocem-scan-groups): do.
6224
6225         * gnus-int.el (gnus-start-news-server): do.
6226
6227         * gnus-group.el (gnus-group-make-kiboze-group)
6228         (gnus-group-browse-foreign-server): do.
6229
6230 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6231
6232         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
6233         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
6234         <shields@msrl.com>:
6235
6236         * spam.el (spam-necessary-extra-headers): get the extra headers we
6237         may need for spam sorting and scoring
6238         (spam-user-format-function-S): a user format function suitable for
6239         general use
6240         (spam-article-sort-by-spam-status): sorting function for summary
6241         sorting
6242         (spam-extra-header-to-number): get a score from a header
6243         (spam-summary-score): get a numeric score from the headers
6244         (spam-generic-score): oops, function doc in wrong place
6245         (spam-initialize): take symbols when it's run, and install the
6246         extra headers that spam-necessary-extra-headers thinks we need
6247
6248 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6249
6250         * spam.el (spam-summary-prepare-exit): logic and message fix.
6251         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
6252
6253 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
6254
6255         * gnus-sum.el (gnus-set-global-variables)
6256         (gnus-build-all-threads, gnus-get-newsgroup-headers)
6257         (gnus-article-get-xrefs, gnus-summary-best-group)
6258         (gnus-summary-next-article, gnus-summary-enter-digest-group)
6259         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
6260         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
6261         with-current-buffer.
6262
6263 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6264
6265         * spam.el (spam-summary-prepare-exit): simplified logic
6266         (spam-fetch-article-header): read the article header if it's not
6267         available
6268         (spam-list-articles): simplified logic
6269         (spam-filelist-register-routine): found bug with unregister-list
6270
6271         * gnus-registry.el: clarified comments at beginning
6272
6273 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
6274
6275         * message.el (message-cater-to-broken-inn): Remove.
6276         (message-shorten-references): Make sure the total folded length of
6277         References is shorter than 998 characters to cater to a bug in INN
6278         2.3.  Also, don't pretend that references aren't folded -- this
6279         hasn't worked for a while.
6280
6281 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6282
6283         * gnus-agent.el (gnus-agentize):
6284         gnus-agent-send-mail-real-function no longer set to current value
6285         of message-send-mail-function but rather a lambda that calls
6286         message-send-mail-function.  The change makes the agent real-time
6287         responsive to user changes to message-send-mail-function.
6288
6289 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6290
6291         * legacy-gnus-agent.el
6292         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
6293         help from Florian Weimer <fw@deneb.enyo.de>
6294
6295 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * nnmail.el (nnmail-cache-insert): Revert last change.
6298
6299 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * nnmail.el (nnmail-cache-insert): Always check whether
6302         nnmail-cache-ignore-groups matches a group name.
6303
6304 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
6305
6306         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
6307         (spam-find-spam, spam-log-processing-to-registry)
6308         (spam-log-registered-p, spam-log-unregistration-needed-p)
6309         (spam-log-undo-registration): use gnus-message instead of
6310         gnus-error, none of these errors are fatal
6311
6312         * gnus-registry.el (gnus-registry-clean-empty-function)
6313         (gnus-registry-clean-empty): remove only empty entries without
6314         extra data
6315
6316 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         * spam-stat.el (spam-stat-buffer-change-to-spam)
6319         (spam-stat-buffer-change-to-non-spam): change (error) to
6320         (gnus-message 8) invocation
6321
6322 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * nntp.el (nntp-via-netcat-command): New variable.
6325         (nntp-via-netcat-switches): New variable.
6326         (nntp-open-via-rlogin-and-netcat): New function.
6327         (nntp-open-connection-function): Doc fix.
6328         (nntp-telnet-command): Doc fix.
6329         (nntp-end-of-line): Doc fix.
6330         (nntp-via-rlogin-command): Doc fix.
6331         (nntp-via-user-name): Doc fix.
6332         (nntp-via-address): Doc fix.
6333
6334 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
6337         error in Emacs 21.1.
6338
6339 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
6342
6343 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6344         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
6345         (gnus-agent-with-refreshed-group): New macro.
6346         (gnus-agent-rename-group): New function.
6347         (gnus-agent-delete-group): New function.
6348         (gnus-agent-save-group-info): Use gnus-command-method when
6349         `method' parameter is nil.  Don't write nil entries into the
6350         active file.
6351         (gnus-agent-get-group-info): New function.
6352         (gnus-agent-fetch-articles): Use
6353         gnus-agent-update-files-total-fetched-for to increment disk space
6354         used.
6355         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
6356         gnus-agent-update-view-total-fetched-for to increment disk space
6357         used.
6358         (gnus-agent-get-local): Added optional parameters to avoid calling
6359         gnus-group-real-name and gnus-find-method-for-group.
6360         (gnus-agent-set-local): Delete stored entry if either min, or max,
6361         are nil.
6362         (gnus-agent-fetch-session): Reworded error/quit messages.  On
6363         quit, use gnus-agent-regenerate-group to record existance of any
6364         articles fetched to disk before the quit occurred.
6365         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
6366         gnus-agent-update-view-total-fetched-for, and
6367         gnus-agent-update-files-total-fetched-for to decrement disk space
6368         used.
6369         (gnus-agent-retrieve-headers): Use
6370         gnus-agent-update-view-total-fetched-for to increment disk space
6371         used.
6372         (gnus-agent-regenerate-group): Replace gnus-group-update-group
6373         with gnus-agent-update-files-total-fetched-for to decrement disk
6374         space and fresh group buffer.
6375         (gnus-agent-inhibit-update-total-fetched-for): New variable.
6376         (gnus-agent-need-update-total-fetched-for): New variable.
6377         (gnus-agent-update-files-total-fetched-for): New function.
6378         (gnus-agent-update-view-total-fetched-for): New function.
6379         (gnus-agent-total-fetched-for): New function.
6380
6381         * gnus-cache.el (gnus-cache-save-buffers): Use
6382         gnus-cache-update-overview-total-fetched-for to change disk space
6383         used by this group.
6384         (gnus-cache-possibly-enter-article): Use
6385         gnus-cache-update-file-total-fetched-for to increment disk space
6386         used by this group.
6387         (gnus-cache-possibly-remove-article): Use
6388         gnus-cache-update-file-total-fetched-for to decrement disk space
6389         used by this group.
6390         (gnus-cache-generate-nov-databases): Purge total fetched cache.
6391         (gnus-cache-rename-group): New function.
6392         (gnus-cache-delete-group): New function.
6393         (gnus-cache-inhibit-update-total-fetched-for): New variable.
6394         (gnus-cache-need-update-total-fetched-for): New variable.
6395         (gnus-cache-with-refreshed-group): New macro.
6396         (gnus-cache-update-file-total-fetched-for): New function.
6397         (gnus-cache-update-overview-total-fetched-for): New function.
6398         (gnus-cache-rename-group-total-fetched-for): New function.
6399         (gnus-cache-delete-group-total-fetched-for): New function.
6400         (gnus-cache-total-fetched-for): New function.
6401
6402         * gnus-group.el: Require gnus-sum and autoload functions to
6403         resolve warnings when gnus-group.el compiled alone.
6404         (gnus-group-line-format): Documented new %F
6405         (size of Fetched data) group line format; identifies disk space
6406         used by agent and cache.
6407         (gnus-group-line-format-alist): Defined new F format.
6408         (gnus-total-fetched-for): New function.
6409         (gnus-group-delete-group): No longer update
6410         gnus-cache-active-altered as gnus-request-delete-group now keeps
6411         the cache in sync.
6412         (gnus-group-list-active): Let the agent store a server's active
6413         list if currently plugged.
6414
6415         * gnus-int.el (gnus-request-delete-group): Use
6416         gnus-cache-delete-group and gnus-agent-delete-group to keep the
6417         local disk in sync with the server.
6418          (gnus-request-rename-group): Use
6419         gnus-cache-rename-group and gnus-agent-rename-group to keep the
6420         local disk in sync with the server.
6421
6422         * gnus-start.el (gnus-get-unread-articles): Cosmetic
6423         simplification to logic.
6424
6425         * gnus-util.el (gnus-rename-file): New function.
6426
6427 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
6428
6429         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
6430         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
6431
6432         * mm-util.el (mm-image-load-path): Handle nil in load-path.
6433         From Christian Neukirchen <chneukirchen@yahoo.de>.
6434
6435 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
6436
6437         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
6438         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
6439
6440 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
6441
6442         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
6443
6444 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
6445
6446         * spam.el (spam-set-difference): new function to replace
6447         gnus-set-difference in spam.el
6448         (spam-summary-prepare-exit): use spam-set-difference
6449
6450 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6451
6452         * gnus-registry.el (gnus-registry-cache-file): updated to use
6453         gnus-dribble-directory OR gnus-home-directory OR ~
6454         (gnus-registry-split-fancy-with-parent): fixed doc
6455
6456 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * message.el (message-exchange-point-and-mark): Use
6459         message-mark-active-p.  Suggested by Jesper Harder
6460         <harder@ifa.au.dk>.
6461
6462 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * message.el (message-exchange-point-and-mark): Don't activate
6465         region if it was inactive.  Suggested by Hiroshi Fujishima
6466         <pooh@nature.tsukuba.ac.jp>.
6467
6468 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * gnus-art.el (article-display-face): Display Faces in the same
6471         order as X-Faces.
6472
6473 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
6476
6477 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
6480         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
6481         (gnus-article-mime-hierarchy): Remove.
6482         (gnus-article-mime-hierarchy-next): Remove.
6483         (gnus-article-mode): Revert 2004-03-19 change.
6484         (gnus-article-setup-buffer): Revert 2004-03-19 change.
6485         (gnus-insert-mime-button): Revert 2004-03-19 change.
6486         (gnus-mime-accumulate-hierarchy): Remove.
6487         (gnus-mime-enter-multipart): Remove.
6488         (gnus-mime-leave-multipart): Remove,
6489         (gnus-mime-display-part): Revert 2004-03-19 change.
6490         (gnus-mime-display-alternative): Revert 2004-03-19 change.
6491
6492         * mml.el (mml-preview): Revert 2004-03-19 change.
6493
6494 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
6495
6496         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
6497
6498 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
6501         t while entering a file name using the mm-with-multibyte macro.
6502         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6503
6504         * mm-util.el (mm-with-multibyte): New macro.
6505
6506 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
6509         user option.
6510         (gnus-mime-multipart-functions): Doc and customization fix.
6511         (gnus-article-mime-hierarchy): New variable.
6512         (gnus-article-mime-hierarchy-next): New variable.
6513         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
6514         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
6515         gnus-article-mime-hierarchy-next to nil.
6516         (gnus-insert-mime-button): Show hierarchy numbers.
6517         (gnus-mime-accumulate-hierarchy): New function.
6518         (gnus-mime-enter-multipart): New function.
6519         (gnus-mime-leave-multipart): New function.
6520         (gnus-mime-display-part): Recompute hierarchical MIME structure.
6521         (gnus-mime-display-alternative): Show hierarchy numbers.
6522
6523         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
6524         gnus-article-mime-hierarchy-next to nil.
6525
6526 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
6527
6528         * dns.el: Don't require gnus-xmas.
6529
6530 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
6531
6532         * mml.el (mml-generate-mime-1): Don't use format=flowed with
6533         inline PGP.
6534         (mml-menu): Disable mml-quote-region if mark is inactive.
6535
6536 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
6539         when the group's active is not available.
6540
6541 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
6544         error.
6545
6546         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6547         parent article of a sparse article in the thread hashtb.  From
6548         Stefan Wiens <s.wi@gmx.net>.
6549
6550 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
6551
6552         * imap.el (imap-store-password): New variable.
6553         (imap-interactive-login): Use it.
6554         Suggested by Mark Plaksin <happy@mcplaksin.org>.
6555
6556 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * gnus-art.el (gnus-article-read-summary-keys): Restore new
6559         window-start and hscroll to summary window.
6560
6561 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6562
6563         * gnus-start.el (gnus-convert-old-newsrc): Only write the
6564         conversion message to newsrc-dribble when an actual conversion is
6565         performed.
6566
6567 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
6568
6569         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
6570
6571 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * mm-decode.el (mm-complicated-handles): New function reviving
6574         former definition of mm-multiple-handles.
6575
6576         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
6577         (gnus-mime-delete-part): Use it.
6578
6579 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6580
6581         * gnus-agent.el (gnus-agent-read-local): Bind
6582         nnheader-file-coding-system to gnus-agent-file-coding-system to
6583         avoid the implicit assumption that they will always be equal.
6584         (gnus-agent-save-local): Bind buffer-file-coding-system, not
6585         coding-system-for-write, as the with-temp-file macro first prints
6586         to a buffer then saves the buffer.
6587
6588 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-art.el (gnus-article-edit-part): New function.
6591         (gnus-mime-save-part-and-strip): Use it; do query instead of
6592         signaling an error; don't use mm-multiple-handles.
6593         (gnus-mime-delete-part): Ditto.
6594
6595 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6596
6597         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
6598         old file versions.
6599         (gnus-group-prepare-hook): Removed function that converted list
6600         form of gnus-agent-expire-days to group properties.
6601
6602         * gnus-int.el: Autoload gnus-agent-regenerate-group.
6603         (gnus-request-accept-article): Re-indented.
6604
6605         * gnus-start.el (gnus-convert-old-newsrc): Registered new
6606         converters to handle old agent file formats.  Added logic for a
6607         "backup before upgrading warning".
6608         (gnus-convert-mark-converter-prompt): Developers can mark
6609         functions as needing (default), or not needing,
6610         gnus-convert-old-newsrc's "backup before upgrading warning".
6611         (gnus-convert-converter-needs-prompt): Tests whether the user
6612         should be protected from potentially irreversable changes by the
6613         function.
6614
6615         * legacy-gnus-agent.el (): New. Provides converters that are only
6616         loaded when gnus-convert-old-newsrc needs to call them.
6617
6618 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * mail-source.el (mail-source-touch-pop): Doc fix.
6621
6622         * message.el (message-smtpmail-send-it): Doc fix.
6623
6624 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
6625
6626         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
6627
6628         * nnmail.el (nnmail-split-fancy): do.
6629
6630         * gnus-kill.el (gnus-kill, gnus-execute): do.
6631
6632 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6633
6634         * gnus-sum.el (gnus-widget-reversible-match)
6635         (gnus-widget-reversible-to-internal)
6636         (gnus-widget-reversible-to-external): New functions.
6637         (gnus-widget-reversible): New widget.
6638         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
6639
6640 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
6641
6642         * gnus-sum.el (gnus-thread-sort-functions)
6643         (gnus-article-sort-functions): Document `(not F)' items.
6644
6645 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6646
6647         * spam.el (spam-use-gmane-xref): new backend
6648         (spam-gmane-xref-spam-group): variable to control the name of the
6649         Gmane spam group
6650         (spam-blackhole-servers, spam-blackhole-good-server-regex)
6651         (spam-regex-headers-spam, spam-regex-headers-ham)
6652         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
6653         (spam-list-of-checks): added spam-use-gmane-xref to list of
6654         backends and checks
6655         (spam-check-gmane-xref): function for spam-use-gmane-xref
6656
6657         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
6658         an autodetect method
6659
6660 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6661
6662         * gnus-int.el (gnus-request-accept-article): Inform the agent that
6663         articles are being added to a group.
6664         (gnus-request-replace-article): Inform the agent that articles
6665         need to be uncached as the cached contents are no longer valid.
6666
6667 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * binhex.el: Don't autoload executable-find.
6670
6671         * canlock.el: Don't autoload mail-fetch-field.
6672
6673         * dgnushack.el: Autoload c-mode for XEmacs.
6674
6675         * gnus-ems.el: Don't autoload appt-select-lowest-window.
6676
6677         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
6678         rmail-dont-reply-to and rmail-output.
6679
6680         * gnus-score.el: Don't autoload ffap-string-at-point.
6681
6682         * gnus-setup.el: Don't autoload sc-cite-original.
6683
6684         * imap.el: Don't autoload base64-decode-string,
6685         base64-encode-string and md5.
6686
6687         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
6688         and rmail-msg-restore-non-pruned-header.
6689
6690         * mm-decode.el: Don't autoload executable-find.
6691
6692         * mm-url.el: Don't autoload executable-find.
6693
6694         * mm-view.el: Don't autoload diff-mode.
6695
6696         * nndb.el: Don't autoload news-reply-mode, news-setup,
6697         cancel-timer and telnet.
6698
6699         * password.el: Don't autoload run-at-time for Emacs.
6700
6701         * sha1-el.el: Don't autoload executable-find.
6702
6703         * sieve-mode.el: Don't autoload c-mode.
6704
6705         * uudecode.el: Don't autoload executable-find.
6706
6707 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6708
6709         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
6710         (gnus-agent-possibly-alter-active): Avoid null in numeric
6711         comparison.
6712         (gnus-agent-set-local): Refuse to save null in local object table.
6713         (gnus-agent-regenerate-group): The REREAD parameter can now be a
6714         list of articles that will be marked as unread.
6715
6716 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
6719
6720 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
6721
6722         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
6723         language tags.
6724
6725 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6726
6727         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
6728         Don't bind "obarray".
6729
6730         * gnus-sum.el (gnus-thread-sort-functions): Added
6731         `gnus-thread-sort-by-most-recent-number' and
6732         `gnus-thread-sort-by-most-recent-date'.
6733         Reported by Kai Grossjohann <kai@emptydomain.de>.
6734
6735 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
6738
6739 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6740
6741         * gnus-cus.el (gnus-agent-customize-category): Removed
6742         ignore-errors macro reference that required cl to be loaded at
6743         run-time.
6744
6745         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
6746         single-interval range of the form (min . max).  Previously the
6747         range had to look like ((min . max)).  Likewise, return
6748         (min . max) rather than ((min . max)).
6749         (gnus-range-map): Use gnus-range-normalize to accept
6750         single-interval range.
6751
6752         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
6753         the cache, but not the agent, now appear with their usual face.
6754
6755         * dgnushack.el (loaddir): New variable that is bound to the
6756         directory containing the dgnushack.el file. Use loaddir, rather
6757         than srcdir, to update load-path. Change lets dgnushack compile
6758         code in directories other than GNUS/lisp.
6759
6760 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * lpath.el: Don't bind w3m-safe-url-regexp.
6763
6764         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
6765         w3m-safe-url-regexp variable buffer-local.
6766
6767         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
6768
6769 2004-02-27  Simon Josefsson  <jas@extundo.com>
6770
6771         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
6772         gnus-group-real-prefix.
6773         (gnus-summary-move-article): Use it, instead of
6774         gnus-group-real-prefix.
6775
6776 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * lpath.el: Bind w3m-safe-url-regexp.
6779
6780         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
6781         w3m-safe-url-regexp variable buffer-local and set it as the value
6782         of mm-w3m-safe-url-regexp.
6783
6784         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
6785
6786         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
6787         parsing gnus-posting-styles when the message is not for replying.
6788
6789         * dgnushack.el: Autoload sgml-mode for XEmacs.
6790
6791         * nnrss.el (nnrss-opml-export): Use
6792         mm-set-buffer-file-coding-system instead of
6793         set-buffer-file-coding-system.
6794
6795 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
6796
6797         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
6798         of checkdoc.el).
6799         * nnrss.el: do.
6800         * gnus-mlspl.el: do.
6801         * gnus-ml.el: do.
6802         * gnus-srvr.el: do.
6803
6804         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
6805
6806 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6807
6808         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
6809         Corrections to custom-manual links.
6810
6811         * gnus-art.el (gnus-article): Ditto.
6812
6813         * mm-decode.el (mime-display, mime-security): Ditto.
6814
6815 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
6816
6817         * flow-fill.el: Typo.
6818
6819 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
6820
6821         * spam-wash.el: New file.
6822
6823 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
6824
6825         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
6826
6827 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
6830         to be run with new-articles as LIST1, not LIST2
6831         (spam-registration-functions): add spam-use-ham-copy as a nil
6832         registration backend
6833
6834 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
6835
6836         * spam-stat.el (spam-stat-washing-hook): New option.
6837         (spam-stat-buffer-words): Use it.
6838         (spam-stat-process-directory, spam-stat-test-directory): Use
6839         insert-file-contents-literally.
6840         (spam-stat-coding-system): New variable.
6841         (spam-stat-load, spam-stat-save): Use it.
6842
6843 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * spam-report.el (spam-report-plug-agent): Quote
6846         spam-report-url-to-file and spam-report-url-ping-plain.
6847
6848 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
6851         / in mailto URLs.
6852
6853 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * spam-report.el (spam-report-process-queue): Fix interactive use.
6856         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
6857         (spam-report-unplug-agent): Doc fixes.
6858         (spam-report-url-ping-mm-url, spam-report-url-to-file)
6859         (spam-report-agentize, spam-report-deagentize): Autoload
6860
6861 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
6864
6865         * message.el (message-setup-fill-variables): Add mml tags to
6866         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
6867         <ajk@iu.edu>.
6868         (message-mode): Don't modify paragraph-separate there.
6869
6870 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * compface.el (uncompface-use-external): Default to undecided.
6873         (uncompface-use-external-threshold): New variable.
6874         (uncompface-float-time): New macro.
6875         (uncompface): Determine whether to use the external decoder if
6876         uncompface-use-external is undecided.
6877
6878 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6879
6880         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
6881         after images.
6882
6883         * gnus-art.el (gnus-mime-display-single): Remove dead code.
6884
6885 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
6886
6887         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
6888
6889         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
6890
6891         * gnus-sum.el (gnus-summary-limit-to-age)
6892         (gnus-summary-limit-children): do.
6893
6894         * gnus-int.el (gnus-request-scan): do.
6895
6896         * gnus-group.el (gnus-group-suspend): do.
6897
6898         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
6899
6900         * gnus-cite.el (gnus-cite-parse-attributions): do.
6901
6902         * gnus-agent.el (gnus-summary-set-agent-mark)
6903         (gnus-agent-regenerate-group): do.
6904
6905         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
6906
6907         * binhex.el (binhex-decode-region-internal): do.
6908
6909 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-fun.el (gnus-face-properties-alist): New user option.
6912         (gnus-display-x-face-in-from): Use it.
6913
6914         * gnus-art.el (article-display-face): Ditto.
6915
6916         * compface.el (uncompface-use-external): Default to nil.
6917
6918 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
6919
6920         * nntp.el (nntp-erase-buffer): New function.
6921         (nntp-retrieve-data, nntp-send-command)
6922         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
6923         (nntp-possibly-change-group): Use it.
6924
6925         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
6926         with-current-buffer.
6927
6928 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
6929
6930         * compface.el: Merge the ELisp-based uncompface program.
6931         (compface): New customization group.
6932         (uncompface-use-external): New user option.
6933         (uncompface): Call uncompface-internal if uncompface-use-external
6934         is nil.
6935         (uncompface-internal): New function.  Note that there are also
6936         some other functions and variables added for this function.
6937
6938 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
6939
6940         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
6941         if necessary.
6942
6943 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6944
6945         * spam-report.el (spam-report-unplug-agent)
6946         (spam-report-plug-agent, spam-report-deagentize)
6947         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
6948         support for the Agent in spam-report: when unplugged, report to a
6949         file; when plugged, submit all the requests
6950
6951         * spam.el (spam-register-routine): improved message about
6952         registration
6953
6954 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
6955
6956         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
6957         dependencies.
6958         (rfc2047-encode): Use it.
6959
6960         * gnus-art.el (gnus-button-marker-list): Move before first
6961         reference.
6962
6963         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6964         (imap-parse-body): Fix format string mismatch.
6965
6966         * gnus-score.el (gnus-summary-increase-score): do.
6967
6968         * nnrss.el (nnrss-close): New function.
6969
6970 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
6971
6972         * nnrss.el (nnrss-make-filename): New function.
6973         (nnrss-request-delete-group, nnrss-read-server-data)
6974         (nnrss-save-server-data, nnrss-read-group-data)
6975         (nnrss-save-group-data): Use it.
6976         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
6977         (nnrss-read-server-data, nnrss-read-group-data): Use load.
6978         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
6979
6980 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
6981
6982         * mml.el (mml-compute-boundary-1): Don't uncompress files.
6983
6984 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
6985
6986         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
6987         files.
6988
6989         * message.el (message-generate-headers-first): Don't quote nil
6990         and t in docstrings.
6991
6992         * imap.el (imap-id): do.
6993
6994         * gnus-agent.el (gnus-agent-consider-all-articles)
6995         (gnus-agent-queue-mail): do.
6996
6997 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * spam-report.el (spam-report-process-queue): New function.
7000         Process requests from `spam-report-requests-file'.
7001         (spam-report-process-queue): Doc fix.
7002
7003 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
7004
7005         * spam.el (spam-register-routine)
7006         (spam-log-processing-to-registry, spam-log-registered-p)
7007         (spam-log-unregistration-needed-p, spam-log-undo-registration):
7008         change "check" to "spam-check" for semi-clarity
7009
7010 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
7011
7012         * pop3.el: Require nnheader.
7013
7014         * mml-smime.el: Require cl.  Autoload message-fetch-field.
7015
7016         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
7017
7018         * gnus-picon.el: Require cl.
7019
7020         * gnus-fun.el: Require gnus-ems and gnus-util.
7021
7022         * gnus.el (gnus-method-to-server): Move defsubst before first use.
7023
7024         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
7025
7026         * gnus-art.el (gnus-article-edit-mode): Define before first
7027         reference.
7028
7029 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
7030
7031         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
7032         (gnus-uu-post-encoded): Use point-at-bol.
7033
7034         * gnus-topic.el (gnus-group-active-topic-p): do.
7035
7036         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
7037
7038         * gnus-group.el (gnus-group-kill-region): do.
7039
7040         * gnus-art.el (article-date-ut): do.
7041
7042         * message.el (message-fetch-field): Remove redundant
7043         case-fold-search binding.
7044         (message-narrow-to-field): Simplify.
7045
7046 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7047
7048         * spam.el (spam-directory): Derive from `gnus-directory'.
7049
7050         * spam-report.el (spam-report-url-to-file)
7051         (spam-report-requests-file): New function and variable for offline
7052         reporting.
7053         (spam-report-url-ping-function): Add `spam-report-url-to-file'
7054         and user defined function.
7055         (spam-report-url-ping-mm-url): Remove doubled slash.
7056
7057 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
7058
7059         * spam.el (spam-list-of-processors): fixed spamassassin variable names
7060
7061 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
7062
7063         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
7064         format string mismatch.
7065
7066         * sieve.el (sieve-deactivate-all): do.
7067
7068         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
7069
7070         * nnlistserv.el (nnlistserv-kk-wash-article): do.
7071
7072         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
7073
7074         * mm-bodies.el (mm-7bit-chars): Don't include \r.
7075
7076 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
7077
7078         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
7079         the list of checks
7080
7081 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
7082
7083         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
7084         padding.
7085
7086 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
7087
7088         * mm-view.el (mm-fill-flowed): New variable.
7089         (mm-inline-text): Use it.
7090
7091 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
7092
7093         * spam.el (spam-spamassassin-register-ham-routine)
7094         (spam-spamassassin-register-spam-routine): fixed function names
7095
7096 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus.el (gnus-tmp-grouplens): Remove.
7099         (gnus-summary-line-format): Remove grouplens.
7100
7101         * gnus-group.el (gnus-group-line-format): Ditto.
7102
7103         * gnus-spec.el (gnus-format-specs): Ditto.
7104         (gnus-update-format-specifications): Flush the group format spec
7105         cache if there's the grouplens stuff.
7106         (gnus-parse-simple-format): Replace %l with the empty string.
7107
7108 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
7109
7110         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
7111         omission.
7112         From Jerry James  <james@xemacs.org>
7113
7114 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
7117         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7118
7119 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7120
7121         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
7122         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
7123         New macros and functions.
7124         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
7125         Handle > NLINK_MAX messages.
7126         * nnmaildir.el (nnmaildir-request-set-mark): Use
7127         nnmaildir--emlink-p and nnmaildir--eexist-p.
7128
7129 2004-01-25  Alex Schroeder  <alex@gnu.org>
7130
7131         * spam-stat.el (spam-stat-process-directory-age): New option.
7132         (spam-stat-process-directory): Use it.
7133
7134 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
7135
7136         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
7137         (spam-stat-save): Accept prefix argument.
7138
7139 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
7140
7141         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
7142         links" error.
7143
7144 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
7147         the rest of the and/or forms.
7148
7149 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
7150
7151         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
7152         compatibility with old .newsrc.eld files.
7153
7154         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
7155
7156         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
7157
7158         * gnus-start.el (gnus-1): do.
7159
7160         * gnus-group.el (gnus-group-line-format-alist): do.
7161
7162         * gnus.el (gnus-use-grouplens, gnus-visual): do.
7163
7164         * gnus-gl.el: Remove.
7165
7166 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7167
7168         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
7169         marks consisting of a single range {for example, (3 . 5)} rather
7170         than a list of a single range { ((3 . 5)) }.
7171
7172 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
7173
7174         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
7175         with-current-buffer.
7176         (spam-stat-store-current-buffer): Use insert-buffer-substring to
7177         avoid consing a string.
7178
7179         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
7180         Remove obsolete entries for big5 and gb2312.
7181
7182 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7183
7184         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
7185         uncompressed list.
7186
7187 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
7188
7189         * spam-stat.el (spam-stat-strip-xref): New function.
7190         (spam-stat-process-directory): Use it.
7191
7192         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
7193         here -- it's done in message-fetch-field.
7194
7195 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7196
7197         * gnus-agent.el (gnus-agent-queue-mail,
7198         gnus-agent-prompt-send-queue): New variables.
7199         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
7200         * gnus-draft.el (gnus-group-send-queue): Pass the group name
7201         "nndraft:queue" along to gnus-draft-send.  Use
7202         gnus-agent-prompt-send-queue.
7203         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
7204         is "nndraft:queue".  Suggested by Gaute Strokkenes
7205         <gs234@srcf.ucam.org>
7206
7207         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
7208         (agent-enable-undownloaded-faces): Added
7209         (gnus-agent-cat-groups): Use eval-and-compile, not
7210         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
7211         method of gnus-agent-cat-groups even when the buffer has been
7212         evaled.
7213         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
7214         delete gnus-agent-save-active-1.
7215         (gnus-agent-save-groups): Deleted. Identical to
7216         gnus-agent-save-active.
7217         (gnus-agent-write-active): No longer adjust agent's copy of active
7218         file as agent's adjustments are now stored in their own
7219         file. Removed optional parameter.
7220         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
7221         servers.  Add use of min/max range limits from server's local
7222         file.
7223         (gnus-agent-save-alist): Removed unused optional argument.
7224         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
7225         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
7226         (gnus-agent-set-local): A per-server file that keeps min/max range
7227         limits for articles known to the agent.  Provides a fast mechanism
7228         for altering many active ranges.
7229         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
7230         active file (local makes it unnecessary).
7231         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
7232
7233         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
7234         (agent-enable-undownloaded-faces): Added
7235
7236         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
7237         disable it when sending to "nndraft:queue".
7238         (gnus-group-send-queue): Add safety check to avoid sending queue
7239         when unplugged.
7240
7241         * gnus-group.el (gnus-group-catchup): Use new
7242         gnus-sequence-of-unread-articles, not
7243         gnus-list-of-unread-articles, to avoid exhausting memory with huge
7244         numbers of articles.  Use gnus-range-map to avoid having to
7245         uncompress the unread list.
7246         (gnus-group-archive-directory,
7247         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
7248         reference.
7249
7250         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
7251         (gnus-sorted-range-intersection): Intersection of two ranges
7252         without requiring that they first be uncompressed.
7253
7254         * gnus-start.el (gnus-activate-group): Unless blocked by the
7255         caller, possibly expand the active range to include both cached
7256         and agentized articles.
7257         (gnus-convert-old-newsrc): Rewrote in anticipation of having
7258         multiple version-dependent converters.
7259         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
7260         gnus-agent-save-active.
7261         (gnus-save-newsrc-file): Save dirty agent range limits.
7262
7263         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
7264         gnus-agent-possibly-alter-active.
7265         (gnus-adjust-marked-articles): Faster handling of simple lists
7266
7267 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
7268
7269         * spam-stat.el (spam-stat-test-directory): New optional argument
7270         displays a list of files detected.  Suggested by Andrew Cohen
7271         <cohen@andy.bu.edu>.
7272         (spam-stat-buffer-words-with-scores): Don't narrow and change
7273         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
7274
7275 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
7276
7277         * spam.el (gnus-summary-mode-map): make spam-generic-score the
7278         default scoring function
7279         (spam-generic-score): calls spam-spamassassin-score if
7280         spam-use-spamassassin or spam-use-spamassassin-headers is on;
7281         spam-bogofilter-score otherwise.
7282
7283         From Hubert Chan <hubert@uhoreg.ca>:
7284
7285         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
7286         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
7287         (spam-spamassassin-arguments)
7288         (spam-spamassassin-spam-flag-header)
7289         (spam-spamassassin-positive-spam-flag-header)
7290         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
7291         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
7292         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7293         (spam-list-of-processors, spam-list-of-checks)
7294         (spam-list-of-statistical-checks, spam-registration-functions)
7295         (spam-check-spamassassin-headers, spam-check-spamassassin)
7296         (spam-spamassassin-score)
7297         (spam-spamassassin-register-with-sa-learn)
7298         (spam-spamassassin-register-spam-routine)
7299         (spam-spamassassin-register-ham-routine)
7300         (spam-assassin-register-spam-routine)
7301         (spam-assassin-register-ham-routine): add SpamAssassin support
7302         (spam-bogofilter-score): fix to show article before scoring
7303
7304         * gnus.el (spam-process, spam-autodetect-methods): add
7305         spamassassin and spamassassin-headers
7306
7307         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7308         Suppress unnecessary messages.  From Nevin Kapur
7309         <nkapur@cs.caltech.edu>.
7310
7311 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
7312
7313         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
7314         make-hash-table.
7315
7316 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * canlock.el (base64-encode-string): Don't autoload it.
7319
7320 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * run-at-time.el: Remove useless (require 'itimer),
7323         eval-and-compile and (featurep 'xemacs).
7324
7325 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
7326
7327         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
7328         GROUP is a virtual group.
7329
7330 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
7331
7332         * gnus.el: Autoload `message-y-or-n-p'.
7333
7334 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
7335
7336         * pgg-parse.el: Remove unnecessary (require 'custom).
7337
7338         * pgg-def.el: do.
7339
7340         * nnmail.el: do.
7341
7342         * gnus-undo.el: do.
7343
7344         * gnus-picon.el: do.
7345
7346         * gnus-util.el: do.
7347
7348 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
7349
7350         * gnus-sum.el (gnus-pick-line-number): Add autoload.
7351
7352 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
7355         handle, as well as a list.
7356
7357         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
7358         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
7359         (mm-w3m-cid-retrieve): Simplify.
7360
7361 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
7362
7363         * message.el (message-kill-to-signature): Allow prefix arg to
7364         specify number of lines to keep before signature.  From Vasily
7365         Korytov.
7366         (message-kill-to-signature): Change docstring.
7367
7368 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * canlock.el: Always require sha1-el.
7371         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
7372
7373         * message.el: Autoload sha1 only when compiling.
7374
7375         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
7376         eudc-expand-inline for XEmacs.
7377
7378 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * message.el (message-canlock-generate): Require sha1-el.
7381
7382 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
7383
7384         * message.el (message-expand-name): Silence the byte compiler.
7385
7386         * lpath.el: Add detect-coding-system.
7387
7388         * dgnushack.el (dgnushack-compile): Remove obsolete check for
7389         cus-edit.
7390
7391 2004-01-13  Simon Josefsson  <jas@extundo.com>
7392
7393         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
7394         Invoke gnus-score-mode.  Reported by
7395         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7396
7397         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
7398         Jim Blandy <jimb@redhat.com> (tiny change).
7399
7400 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
7401
7402         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
7403
7404 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
7405
7406         * spam.el (spam-get-article-as-string): updated to use
7407         gnus-request-article-this-buffer, much simpler
7408         (spam-get-article-as-buffer): removed
7409
7410 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
7411
7412         * message.el (message-expand-name): Use EUDC if the user uses
7413         that.
7414
7415 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
7416
7417         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
7418         character for the encoding to avoid consing a string.
7419
7420         * rfc2047.el (rfc2047-decode-string): Don't cons a string
7421         unnecessarily.
7422
7423         * mm-util.el (mm-replace-chars-in-string): Remove.
7424
7425         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
7426         of mm-replace-chars-in-string.
7427
7428 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
7429
7430         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
7431         strings.
7432
7433         * mm-util.el (mm-subst-char-in-string): Support inplace.
7434
7435         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
7436         a new string in every iteration.  Use shy groups.
7437
7438 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
7439
7440         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
7441         (gnus-group-change-level, gnus-kill-newsgroup)
7442         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
7443         (gnus-get-unread-articles, gnus-make-articles-unread)
7444         (gnus-make-ascending-articles-unread): Use accessor
7445         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
7446         to get group information for improved readability.
7447
7448         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
7449
7450         * gnus-soup.el (gnus-soup-group-brew): do.
7451
7452         * gnus-msg.el (gnus-put-message): do.
7453
7454         * gnus-move.el (gnus-group-move-group-to-server): do.
7455
7456         * gnus-kill.el (gnus-batch-score): do.
7457
7458         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
7459         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
7460         (gnus-group-update-group, gnus-group-read-group)
7461         (gnus-group-make-group, gnus-group-make-help-group)
7462         (gnus-group-make-archive-group, gnus-group-make-directory-group)
7463         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
7464         (gnus-group-sort-by-unread, gnus-group-catchup)
7465         (gnus-group-unsubscribe-group, gnus-group-kill-group)
7466         (gnus-group-yank-group, gnus-group-set-info)
7467         (gnus-group-list-groups): do.
7468
7469         * gnus.el (gnus-generate-new-group-name): do.
7470
7471         * gnus-delay.el (gnus-delay-send-queue): do.
7472
7473         * nnvirtual.el (nnvirtual-catchup-group): do.
7474
7475         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
7476         do.
7477
7478         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
7479         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
7480
7481         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
7482         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
7483         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
7484         (gnus-group-make-articles-read): do.
7485
7486 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7487
7488         * gnus-art.el (article-decode-mime-words, article-babel)
7489         (gnus-article-highlight-signature, gnus-article-add-buttons)
7490         (gnus-signature-toggle): Use gnus-with-article-buffer.
7491
7492         * gnus-art.el (gnus-article-highlight-headers)
7493         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
7494
7495         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
7496         (gnus-article-set-globals, gnus-request-article-this-buffer)
7497         (gnus-button-message-id, gnus-article-maybe-hide-headers)
7498         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
7499         (gnus-mime-display-alternative): Use with-current-buffer.
7500
7501 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7502
7503         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
7504         also under 80 char limit, and call gnus-error if needed
7505         (spam-fetch-article-header): finally fixed - it was a
7506         buffer-local variable (gnus-newsgroup-data)
7507         (spam-find-spam): use spam-generate-fake-headers, forget about
7508         spam-insert-fake-headers
7509         (spam-insert-fake-headers): removed
7510
7511 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7512
7513         * deuglify.el (gnus-article-outlook-unwrap-lines)
7514         (gnus-outlook-rearrange-article)
7515         (gnus-outlook-repair-attribution-outlook)
7516         (gnus-outlook-repair-attribution-block)
7517         (gnus-outlook-repair-attribution-other): Remove redundant
7518         save-excursion.
7519
7520 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7521
7522         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
7523         (spam-fetch-field-subject-fast)
7524         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
7525         (spam-fetch-article-header): new functions to deal with Gnus
7526         internals for fast retrieval of article header data
7527         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
7528
7529 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7530
7531         * pop3.el (pop3-md5): Remove.
7532         (pop3-apop): Replace pop3-md5 with md5.
7533
7534         * mm-bodies.el: base64 is always built-in.
7535
7536         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7537         with-current-buffer.
7538
7539 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * canlock.el (canlock-insert-header): Remove excessive grouping in
7542         regexp.
7543
7544         * gnus-sum.el (gnus-summary-read-document): Ditto.
7545
7546         * gnus-uu.el (gnus-uu-part-number): Ditto.
7547
7548         * html2text.el (html2text-remove-tags): Ditto.
7549         (html2text-format-tags): Ditto.
7550         (html2text-format-single-elements): Ditto.
7551
7552         * mml.el (mml-parse-1): Ditto.
7553
7554 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
7555
7556         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
7557
7558         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
7559
7560         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
7561
7562         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
7563
7564 2003-11-15  Simon Josefsson  <jas@extundo.com>
7565
7566         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
7567         (pgg-gpg-lookup-key): Use regexp match instead of
7568         split-string (split-string is different between emacs 21.2 and
7569         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
7570
7571 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
7572
7573         * gnus-art.el (gnus-mime-view-all-parts)
7574         (gnus-article-part-wrapper, gnus-article-view-part): Use
7575         with-current-buffer.
7576
7577 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
7578
7579         * spam.el (spam-disable-spam-split-during-ham-respool)
7580         (spam-spamoracle-database, spam-cache-lookups)
7581         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
7582         (spam-group-ham-mark-p, spam-group-spam-mark-p)
7583         (spam-group-ham-marks, spam-group-spam-marks)
7584         (spam-group-spam-contents-p, spam-group-ham-contents-p)
7585         (spam-list-of-processors, spam-list-of-statistical-checks): doc
7586         fix, also add spam-use-blackholes to the statistical checks
7587         (spam-fetch-field-fast): new interface to fetching fields, may
7588         become a macro
7589         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
7590         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
7591         (spam-insert-fake-headers): fake an article when needed
7592         (spam-find-spam): fake article when possible
7593         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
7594         (spam-check-bogofilter-headers): use message-fetch-field instead
7595         of nnmail-fetch-field
7596
7597 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7598
7599         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
7600
7601 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
7602
7603         * spam.el (spam-split): do not require spam-use-CHECK to be
7604         enabled if that check is passed to spam-split explicitly; also
7605         fix so 'spam doesn't get converted to spam-split-group when
7606         spam-split-symbolic-return is t
7607         (spam-find-spam): find registrations of the article and use those
7608         instead of re-running spam-split to find the spam/ham
7609         classification of the article
7610         (spam-log-processing-to-registry, spam-log-registered-p)
7611         (spam-log-unregistration-needed-p, spam-log-undo-registration):
7612         use gnus-error instead of gnus-message
7613         (spam-log-registration-type): new function to determine the
7614         classification of a message based on registry entries; will
7615         return nil if both 'spam and 'ham are found
7616         (spam-check-BBDB): expand all the BBDB macros here so we can have
7617         a reasonably fast local cache without the loading errors
7618         (spam-cache-lookups): set to t by default
7619         (spam-find-spam): don't try to guess spam-cache-lookups
7620         (spam-enter-whitelist, spam-enter-blacklist): also clear the
7621         spam-caches entry
7622         (spam-filelist-build-cache, spam-filelist-check-cache): better
7623         caching of whitelist/blacklist entries
7624         (spam-check-whitelist, spam-check-blacklist): invoke
7625         spam-from-listed-p with a type, not a cache variable
7626         (spam-from-listed-p): wrap around spam-filelist-check-cache
7627
7628 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
7629
7630         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
7631
7632         * nnmail.el (nnmail-split-fancy): do.
7633
7634         * mml.el (mml-parse): do.
7635
7636         * gnus-score.el (gnus-enter-score-words-into-hashtb)
7637         (gnus-score-adaptive): do.
7638
7639 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
7642         (gnus-mime-button-map): Don't set keymap parent.
7643         (gnus-button-ctan-directory-regexp): Use shy grouping.
7644         (gnus-prev-page-map): Don't set keymap parent.
7645         (gnus-prev-page-map): Remove duplicated one.
7646         (gnus-next-page-map): Don't set keymap parent.
7647         (gnus-mime-security-button-map): Ditto.
7648
7649         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
7650         version number.
7651
7652         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
7653
7654 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * canlock.el (canlock-sha1-function): Remove.
7657         (canlock-sha1-function-for-verify): Remove.
7658         (canlock-openssl-program): Remove.
7659         (canlock-openssl-args): Remove.
7660         (canlock-ignore-errors): Remove.
7661         (canlock-sha1-with-openssl): Remove.
7662         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
7663         (canlock-verify): Don't use canlock-ignore-errors.
7664
7665         * sha1-el.el (sha1-string-external): Make it can return a string
7666         in binary form.
7667         (sha1-region-external): Ditto.
7668         (sha1-string-internal): Ditto.
7669         (sha1-region-internal): Ditto.
7670         (sha1-region): Ditto.
7671         (sha1-string): Ditto.
7672         (sha1): Ditto.
7673
7674 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7675
7676         * spam.el (spam-report-articles-gmane): New command.
7677
7678 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus.el: Don't make unnecessary *Group* buffer when loading.
7681
7682         * run-at-time.el (run-at-time-saved): Remove.
7683         (run-at-time): Doc fix.
7684
7685 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
7686
7687         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
7688         (gnus-summary-limit-map): Add it.
7689         (gnus-summary-make-menu-bar): do.
7690
7691 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
7692
7693         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
7694         first attempt at some caching support (done for BBDB only now)
7695         (spam-find-spam): set spam-cache-lookups if there are more than 2
7696         addresses to be checked
7697         (spam-clear-cache-BBDB): new function, to be invoked by
7698         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
7699         (spam-check-BBDB): check and use the caches, if
7700         spam-cache-lookups is on
7701         remove superfluous (provide)
7702
7703 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
7706
7707 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
7708
7709         * run-at-time.el (run-at-time-saved): Move to after the definition
7710         of `run-at-time'.
7711
7712         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
7713
7714 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
7717         mm-w3m-local-map-property.
7718
7719         * mm-view.el (mm-w3m-mode-map): Remove.
7720         (mm-w3m-local-map-property): Remove.
7721         (mm-inline-text-html-render-with-w3m): Don't use
7722         mm-w3m-local-map-property.
7723
7724 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7725
7726         * run-at-time.el: New file.
7727
7728         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
7729         under Emacs.
7730
7731         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
7732         of gnus-set-text-properties.
7733
7734         * gnus-uu.el (gnus-uu-save-article): Ditto.
7735
7736         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
7737
7738         * gnus-cite.el (gnus-cite-parse): Ditto.
7739
7740         * gnus-art.el (gnus-button-push): Use set-text-properties instead
7741         of gnus-.
7742
7743         * gnus-xmas.el (run-at-time): Require run-at-time.
7744
7745         * gnus.el: Changed calls to nnheader-run-at-time and
7746         password-run-at-time throughout to use run-at-time directly.
7747
7748         * password.el: Removed definition of run-at-time.
7749
7750         * nnheaderxm.el: Remove definition of run-at-time.
7751
7752 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
7753
7754         * mml.el (mml-minibuffer-read-disposition): Show attachment type
7755         in prompt.
7756
7757 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
7758
7759         * messagexmas.el (message-xmas-redefine): Alias
7760         `message-make-caesar-translation-table' to
7761         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
7762         version.
7763
7764         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
7765         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
7766         `gnus-xmas-set-text-properties'.
7767         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
7768         `gnus-xmas-completing-read'.
7769         (gnus-xmas-completing-read): Removed.
7770         (gnus-xmas-open-network-stream): Removed.
7771
7772         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
7773         XEmacs version.
7774
7775         * dns.el (dns-make-network-process): Use `open-network-stream'
7776         instead of `gnus-xmas-open-network-stream'.
7777
7778         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
7779
7780         * .cvsignore: Add auto-autoloads.el, custom-load.el.
7781
7782 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
7783
7784         * gnus-art.el (gnus-mime-display-alternative)
7785         (gnus-insert-mime-button, gnus-insert-mime-security-button)
7786         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
7787         Don't use gnus-local-map-property.
7788
7789         * gnus-util.el (gnus-local-map-property): Remove.
7790
7791         * mm-view.el (mm-view-pkcs7-decrypt): Replace
7792         gnus-completing-read-maybe-default with completing-read.
7793
7794         * gnus-util.el (gnus-completing-read): do.
7795         (gnus-completing-read-maybe-default): Remove.
7796
7797 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
7798
7799         * password.el: Only autoload `run-at-time' if not XEmacs.
7800         Only autoload the itimer functions if XEmacs.
7801
7802 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
7805         XEmacsen.
7806
7807         * dgnushack.el: Autoload executable-find for XEmacs.
7808
7809 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
7810
7811         * gnus-art.el (gnus-read-string): Remove.
7812         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
7813         read-string.
7814
7815 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
7816
7817         * netrc.el: autoload password-read
7818         (netrc): new configuration group
7819         (netrc-encoding-method, netrc-openssl-path): configuration
7820         variables for encoding and decoding of files with symmetric
7821         ciphers
7822         (netrc-encode): assistant function to encode a file with
7823         netrc-encoding-method
7824         (netrc-parse): added interactive parameter, added optional
7825         decoding if netrc-encoding-method is non-nil but otherwise
7826         behavior is standard
7827         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
7828         s/encode/encrypt/ everywhere
7829
7830         * spam.el: remove executable-find autoload
7831
7832 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
7833
7834         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
7835
7836         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
7837
7838 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * gnus-art.el (gnus-treat-ansi-sequences,
7841         article-treat-ansi-sequences): New variable and function.
7842         Suggested by Dan Jacobson <jidanni@jidanni.org>.
7843
7844         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
7845         Use it.
7846
7847 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
7848
7849         * mm-util.el (mm-quote-arg): Remove.
7850
7851         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
7852         shell-quote-argument.
7853
7854         * gnus-uu.el (gnus-uu-command): do.
7855
7856         * gnus-sum.el (gnus-summary-insert-pseudos): do.
7857
7858         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
7859         with make-char.
7860
7861         * mm-util.el (mm-make-char): Remove.
7862
7863         * mml.el (mml-mode): Replace gnus-add-minor-mode with
7864         add-minor-mode.
7865
7866         * gnus-undo.el (gnus-undo-mode): do.
7867
7868         * gnus-topic.el (gnus-topic-mode): do.
7869
7870         * gnus-sum.el (gnus-dead-summary-mode): do.
7871
7872         * gnus-start.el (gnus-slave-mode): do.
7873
7874         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
7875
7876         * gnus-ml.el (gnus-mailing-list-mode): do.
7877
7878         * gnus-gl.el (gnus-grouplens-mode): do.
7879
7880         * gnus-draft.el (gnus-draft-mode): do.
7881
7882         * gnus-dired.el (gnus-dired-mode): do.
7883
7884         * gnus-ems.el (gnus-add-minor-mode): Remove.
7885
7886         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
7887         Replace gnus-char-width with char-width.
7888
7889         * gnus-ems.el (gnus-char-width): Remove.
7890
7891         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
7892         Replace gnus-char-width with char-width.
7893
7894         * gnus-ems.el (gnus-char-width): Remove.
7895
7896         * spam-stat.el (with-syntax-table): Remove with-syntax-table
7897         definition.
7898         Remove Emacs 20 hash table compatibility code.
7899
7900         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
7901         20 compatibility code.
7902
7903         * spam.el (spam-point-at-eol): Replace with point-at-eol.
7904
7905         * smime.el (smime-point-at-eol): Replace with point-at-eol.
7906
7907         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
7908         with point-at-{eol,bol}.
7909
7910         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
7911
7912         * imap.el (imap-point-at-eol): Replace with point-at-eol.
7913
7914         * flow-fill.el (fill-flowed-point-at-bol,
7915         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
7916
7917         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
7918         Replace with point-at-{eol,bol} throughout all files.
7919
7920 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * ntlm.el (ntlm-string-as-unibyte): New macro.
7923         (ntlm-build-auth-response): Use it.
7924
7925         Remove Emacs 20 stuff:
7926         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
7927         (butlast, mapc, remove): Remove the compiler macros.
7928         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
7929         of delq and copy-sequence.
7930         * gnus-art.el (popup-menu): Remove the compiler macro.
7931         * nnmail.el (nnmail-split-fancy): Don't support customizing with
7932         Emacs 20.
7933
7934 2004-01-05  Simon Josefsson  <jas@extundo.com>
7935
7936         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
7937         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
7938         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
7939         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
7940         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
7941         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
7942         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
7943         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
7944         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
7945         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
7946         ntlm-string-permute, string-lshift into ntlm-string-lshift,
7947         string-xor into ntlm-string-xor.  Suggested by
7948         Jesper Harder <harder@myrealbox.com>.
7949
7950         * ntlm.el: Don't include poem.
7951
7952         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
7953         Jesper Harder <harder@myrealbox.com>.
7954
7955         * sasl-ntlm.el, ntlm.el, md4.el: New files.
7956
7957         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
7958         probably breaks emacs with DL patch, but do we care? Is anyone
7959         still using the DL stuff?)
7960
7961         * sieve-manage.el: Use the password package.
7962         (sieve-manage-read-passwd): Remove.
7963         (sieve-manage-interactive-login): Use password.  Re-add
7964         condition-case around loop.
7965
7966         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
7967         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
7968         the password package.
7969
7970 2003-02-19  Simon Josefsson  <jas@extundo.com>
7971
7972         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
7973         token.
7974
7975 2002-08-07  Simon Josefsson  <jas@extundo.com>
7976
7977         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
7978         (sieve-manage-authenticators):
7979         (sieve-manage-authenticator-alist): Add some SASL mechs.
7980         (sieve-sasl-auth): New function.
7981         (sieve-manage-cram-md5-auth):
7982         (sieve-manage-plain-auth): Rewrite using SASL library.
7983         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
7984         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
7985         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
7986         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
7987
7988 2004-01-05  Simon Josefsson  <jas@extundo.com>
7989
7990         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
7991         New files.
7992
7993 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * gnus-group.el (gnus-no-groups-message): Update.
7996
7997         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
7998
7999 2003-11-09  Simon Josefsson  <jas@extundo.com>
8000
8001         * imap.el: Support for ID IMAP extension (RFC 2971).
8002         (imap-local-variables): Add imap-id.
8003         (imap-id): New variable.
8004         (imap-id): New function.
8005         (imap-parse-response): Parse untagged ID response.
8006         * nnimap.el (nnimap-id): New variable.
8007         (nnimap-open-connection): Use it.
8008
8009 2003-12-28  Simon Josefsson  <jas@extundo.com>
8010
8011         * gnus-score.el (gnus-score-edit-all-score): New.
8012         * gnus-group.el (gnus-group-score-map): Bind it to W e.
8013
8014 2004-01-04  Simon Josefsson  <jas@extundo.com>
8015
8016         * password.el: Add.
8017
8018 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
8019
8020         * dns.el: Add support for AAAA records (see RFC 3596)
8021
8022         * Fix typo PRT -> PTR
8023
8024         * Parse MX, PTR and SOA replies (see RFC 1035)
8025
8026 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8027
8028         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
8029
8030         * Moved to Changelog.2.
8031
8032 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * gnus.el (gnus-version-number): Bump version.
8035
8036 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8037
8038         * gnus.el: No Gnus v0.1 is released.
8039
8040 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8041
8042         * gnus.el: No Gnus v0.0 is released.
8043
8044 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8045
8046         * gnus.el (gnus-version-number): Bump.
8047         (gnus-version): No.
8048
8049 See ChangeLog.2 for earlier changes.
8050
8051     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
8052   Copying and distribution of this file, with or without modification,
8053   are permitted provided the copyright notice and this notice are preserved.
8054
8055 ;; Local Variables:
8056 ;; coding: iso-2022-7bit
8057 ;; End:
8058
8059 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4