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