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