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