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