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