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