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