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