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