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