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