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