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