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