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