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