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