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