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