lisp/ChangeLog addition:
[gnus] / lisp / ChangeLog
1 2006-05-30  Didier Verna  <didier@xemacs.org>
2
3         * message.el (message-dont-reply-to-names): Update the custom type.
4         * message.el (message-dont-reply-to-names): New defsubst: potentially
5         convert a list of regexps into a single one.
6         * message.el (message-get-reply-headers): Use it.
7         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8
9 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * gnus-agent.el (directory-files-and-attributes): Move forward.
12
13 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14
15         * gnus-ml.el (gnus-mailing-list-subscribe)
16         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17         (gnus-mailing-list-message): Fix doc strings.
18
19 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20
21         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
22         of doing it manually.
23
24 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
25
26         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
27         comment.
28
29 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
30
31         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
32         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
33         (gnus-agent-read-local): All symbols allocated in my-obarray
34         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
35         (gnus-agent-regenerate-group): Check numeric names to see if they are
36         messages or groups.
37         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
38         better way of do this...)
39
40         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
41         'dummy.group' (there should be a better way of do this...)
42
43 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
46         (gnus-saved-headers): Ditto.
47         (gnus-default-article-saver): Mention functions may have properties.
48         (gnus-article-save): Override gnus-save-all-headers and
49         gnus-saved-headers by :headers property which saver function may have.
50         (gnus-summary-save-in-file): Add :headers property.
51         (gnus-summary-write-to-file): Ditto.
52
53         * gnus-sum.el (gnus-summary-save-article): Bind
54         gnus-prompt-before-saving to t when saving many articles in a file;
55         always show all headers.
56
57         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
58
59 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
60
61         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
62         marks.
63
64         * message.el (message-indent-citation): Add optional arguments to allow
65         using it outside of message buffers.
66
67         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
68         (gnus-article-treat-unfold-headers): Use it.
69         (gnus-article-truncate-lines): New variable.
70         (gnus-article-mode): Use it.
71         (gnus-article-toggle-truncate-lines): New function.
72
73         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
74         gnus-article-toggle-truncate-lines.
75
76         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
77         coding system in XEmacs, use binary.
78
79 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
82         after-load-alist.
83
84         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
85         this function should save decoded articles.
86         (gnus-summary-write-to-file): Use property to specify this function
87         should save decoded articles and specify gnus-summary-save-in-file
88         should be used to save articles other than the first one when saving
89         many articles.
90         (gnus-summary-save-body-in-file): Use property to specify this
91         function should save decoded articles.
92         (gnus-summary-write-body-to-file): Use property to specify this
93         function should save decoded articles and specify
94         gnus-summary-save-body-in-file should be used to save articles other
95         than the first one when saving many articles.
96
97         * gnus-sum.el (gnus-summary-save-article): Simplify.
98
99 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * gnus-art.el (gnus-default-article-saver): Add
102         gnus-summary-write-body-to-file.
103         (gnus-article-save-coding-system): Don't use coding system object
104         in XEmacs.
105         (gnus-read-save-file-name): Add optional `dir-var' argument which
106         specifies directory in which files are saved; work even if optional
107         `variable' argument is not specified.
108         (gnus-summary-write-to-file): Read file name.
109         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
110         (gnus-summary-write-body-to-file): New function.
111
112         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
113         (gnus-summary-local-variables): Add it.
114         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
115         (gnus-summary-save-article): Remove optional `decode' argument;
116         determine whether to decode articles by the value of
117         gnus-default-article-saver; when saving many files using
118         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
119         it first and use gnus-summary-save-in-file or
120         gnus-summary-save-body-in-file thereafter unless
121         gnus-prompt-before-saving is always; move point to article which
122         will be saved.
123         (gnus-summary-save-article-file): Revert.
124         (gnus-summary-write-article-file): Revert.
125         (gnus-summary-save-article-body-file): Revert.
126         (gnus-summary-write-article-body-file): New function.
127
128 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * gnus-art.el (gnus-default-article-saver): Doc fix.
131         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
132         from gnus-summary-save-article-coding-system, and default to a
133         certain coding system.
134         (gnus-output-to-file): Add coding cookie and encode text according
135         to gnus-article-save-coding-system; don't use mm-append-to-file.
136
137         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
138         gnus-art.el and rename to gnus-article-save-coding-system.
139         (gnus-summary-save-article): Require gnus-art; don't show all
140         headers if it decodes articles; don't add coding cookie here;
141         don't bind mm-text-coding-system-for-write.
142         (gnus-summary-save-article-file): Save decoded articles.
143         (gnus-summary-write-article-file): When saving many files, use
144         gnus-summary-write-to-file first and gnus-summary-save-in-file
145         thereafter unless gnus-prompt-before-saving is always.
146         (gnus-summary-save-article-body-file): Save decoded articles.
147
148         * lpath.el: Fbind select-safe-coding-system for XEmacs.
149
150 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
151
152         * nnrss.el (nnrss-check-group): Bind hash-index.
153
154 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
155
156         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
157         its hash index.  Store this hash in `nnrss-group-data'.
158         (nnrss-read-group-data): Update accordingly.
159
160 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
161
162         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
163         entry.
164
165         * gnus-sum.el (gnus-summary-make-menu-bar): Add
166         gnus-article-browse-html-article.
167
168 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
169
170         * gnus-sum.el (gnus-summary-mime-map): Add
171         gnus-article-browse-html-article.
172
173         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
174
175 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
176
177         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
178         suitable coding systems in customize.
179
180 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
181
182         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
183         (gnus-summary-expire-articles-now): Shorten prompt.
184
185         * gmm-utils.el (wid-edit): Require.
186         (defun-gmm): Renamed from `gmm-defun-compat'.
187         (gmm-image-search-load-path): Use it.
188         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
189
190 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * gnus-sum.el (gnus-summary-save-article-coding-system): New
193         variable.
194         (gnus-summary-save-article): Add optional `decode' argument.  If
195         it is set and gnus-summary-save-article-coding-system is non-nil,
196         save decoded article.
197         (gnus-summary-write-article-file): Save decoded article if
198         gnus-summary-save-article-coding-system is non-nil.
199
200         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
201         type.
202
203 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
206
207 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
208
209         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
210         first to test gnus-single-article-buffer which may be buffer-local.
211
212         * gnus-sum.el (gnus-summary-setup-buffer): Make
213         gnus-single-article-buffer buffer-local and nil in ephemeral
214         group; make gnus-article-buffer, gnus-article-current, and
215         gnus-original-article-buffer always buffer-local.
216         (gnus-summary-exit): Kill article buffer belonging to ephemeral
217         group.
218         (gnus-handle-ephemeral-exit): Don't move to next summary line.
219
220 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
221
222         * nnml.el (nnml-request-compact-group): Compressed files might not
223         have .gz extension.
224
225 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
226
227         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
228         (mm-copy-to-buffer): Use with-current-buffer.
229         (mm-display-part): Simplify.
230         (mm-inlinable-p): Add optional arg `type'.
231
232 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
233
234         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED
235         argument.
236         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
237         Try harder to show the attachment internally or externally using
238         gnus-mime-view-part-as-type.
239
240 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
241
242         * message.el (message-from-style, message-signature-separator)
243         (message-user-organization-file, message-send-mail-function)
244         (message-citation-line-function, message-yank-prefix)
245         (message-indent-citation-function, message-signature)
246         (message-signature-file, message-signature-insert-empty-line):
247         Remove autoloads.
248
249         * gnus-art.el (gnus-buttonized-mime-types): Remove
250         "multipart/signed".  Revert 2006-04-26 change.
251
252 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * gnus.el (gnus-version-number): Bump version.
255
256 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
257
258         * gnus.el: No Gnus v0.5 is released.
259
260 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
261
262         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
263         fetching articles by message-id.
264
265 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * message.el (hashcash): Require hashcash as normal.
268
269         * ecomplete.el (ecomplete-highlight-match-line): Use
270         point-at-eol.
271         (ecomplete-highlight-match-line): Use `highlight', because that
272         face exists in both Emacs and XEmacs.
273
274         * message.el (message-display-abbrev): Use point-at-bol.
275
276         * mail-source.el: Don't require timer/timer-funcs.
277
278         * gnus-async.el: Ditto.
279
280         * password.el: Ditto.
281
282         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
283
284         * mm-url.el: Ditto.
285
286         * gnus-xmas.el: Don't require timer-funcs.
287
288         * mm-util.el: Require timer/timer-funcs.
289
290 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
291
292         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
293         Close.
294
295 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
298         unibyte after clear-decrypt function runs.
299
300         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
301         returns as a unibyte string.
302
303 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * lpath.el: Revert.
306
307         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
308         (pgg-gpg-process-sentinel): Revert.
309
310         * pgg-pgp.el (pgg-pgp-process-region): Revert.
311         (pgg-pgp-lookup-key): Revert.
312
313         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
314         (pgg-pgp5-lookup-key): Revert.
315
316         * pgg.el (pgg-fetch-key): Revert.
317
318 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * lpath.el: Fbind string-as-multibyte for XEmacs.
321
322         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
323         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
324         (mml1991-pgg-encrypt): Ditto.
325
326         * pgg-gpg.el (pgg-string-to-multibyte): New function.
327         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
328         a multibyte buffer.
329
330         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
331         (pgg-pgp-lookup-key): Ditto.
332
333         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
334         (pgg-pgp5-lookup-key): Ditto.
335
336         * pgg.el (pgg-fetch-key): Ditto.
337
338 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
339
340         * message.el (message-user-organization-file): Check several
341         locations of the organization file.
342
343         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
344         Add gnus-article-view-part-as-type.
345
346         * gnus-art.el (gnus-article-view-part-as-type): New function.
347
348         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
349         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
350
351         * mml.el: Simplify autoload.
352         (mml-mode): defvar dnd-protocol-alist instead of using
353         symbol-value.
354         (mml-default-directory): New variable.
355         (mml-minibuffer-read-file): Use it.
356         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
357
358         * message.el (message-citation-line-format): New variable.
359         (message-insert-formated-citation-line): New function.
360         (message-citation-line-function): Add
361         `message-insert-formated-citation-line' to custom type.
362
363         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
364         to doc string.
365
366         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
367         depending on mm-verify-option.
368
369 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
372         binding pgg-* variables; reimplement the section which prevents
373         MIME header from being signed.
374         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
375         pgg-text-mode; remove a blank line at the top of body.
376
377         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
378         lines at the top of body; use gnus-newsgroup-charset if there's no
379         Charset header.
380
381 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * message.el (message-self-insert-commands): Doc fix.
384
385         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
386         (mm-uu-pgp-encrypted-test): Ditto.
387         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
388         between header and body; return application/pgp-encrypted handle
389         if decryption failed; decode decrypted body by charset.
390
391         * mm-decode.el (mm-automatic-display): Don't make application/pgp
392         element match to application/pgp-*.
393
394 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
395
396         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
397         HTML.
398
399 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * mail-source.el (mail-source-call-script): Message the error
402         string.
403
404 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * gnus-util.el (gnus-byte-compile): Use it.
407
408 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
409
410         * gnus-util.el (kill-empty-logs): New function.
411
412 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * message.el (message-mail-alias-type): Doc fix.
415         (message-mail-alias-type-p): New function.
416         (message-send): Use it.
417         (message-mode): Ditto.
418         (message-strip-forbidden-properties): Ditto.
419
420         * ecomplete.el (ecomplete-database-file-coding-system): New
421         variable.
422         (ecomplete-save): Use it.
423         (ecomplete-setup): Use it.
424
425 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * message.el (message-self-insert-commands): New variable.
428         (message-strip-forbidden-properties): Use it.
429
430 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * message.el (message-put-addresses-in-ecomplete): Use a regexp
433         that doesn't make XEmacs choke.
434
435 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
436
437         * gnus-util.el (gnus-replace-in-string): Prefer
438         replace-regexp-in-string over of replace-in-string.
439
440 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * gnus-util.el (gnus-select-frame-set-input-focus): Use
443         select-frame-set-input-focus if it is available in XEmacs; use
444         definition defined in Emacs 22 for old Emacsen.
445
446         * dgnushack.el: Autoload unmorse-region for XEmacs.
447
448         * lpath.el: Bind cursor-in-non-selected-windows and
449         select-frame-set-input-focus for XEmacs.
450
451 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * mm-view.el (mm-inline-text): Use equal instead of equalp.
454
455 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
456
457         * gnus-registry.el (gnus-registry-cache-save): remove text
458         properties when saving via the temp buffer
459
460 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
461
462         * message.el (message-generate-hashcash): Honor custom type.
463
464 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * message.el (message-generate-hashcash): Default to non-nil when
467         hashcash is found.
468
469         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
470         (gnus-refer-thread-limit): Increase default to 500.
471
472         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
473
474         * flow-fill.el (fill-flowed): Allow delete-space.
475
476 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
477
478         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
479         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
480         Remove autoloads.
481
482 2006-04-18  Simon Josefsson  <jas@extundo.com>
483
484         * message.el (message-generate-hashcash): Default to.
485
486 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
489         concatenating segments rather than before concatenating them.
490
491 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
492
493         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
494
495 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
498
499         * message.el (message-forward-make-body-plain): Allow
500         message-forward-ignored-headers to be a list.
501         (message-remove-ignored-headers): Factor out into function.
502         (message-forward-make-body-mml): Use it.
503
504         * imap.el (imap-quote-specials): New function.
505         (imap-login-auth): Quote specials.
506
507         * rfc2231.el (rfc2231-parse-string): Remove dead code.
508         (rfc2231-parse-string): Allow concatanation of parameters that
509         aren't contiguous.  The test case is
510           (mail-header-parse-content-type "message/external-body;
511             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
512             access-type=LOCAL-FILE;
513             name*1*=plugh%2fhello-sailor%2fbing.pdf")
514
515 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
516
517         * nntp.el (nntp-accept-process-output): Return the value of
518         `nnheader-accept-process-output'.
519
520 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
523         (gnus-button-alist): Recognize more diff formats.
524         (gnus-button-patch): Strip directory.
525
526 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
527
528         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
529         Emacs 22 when setting focus.
530
531 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * gnus-art.el (gnus-article-treat-types): Do treatment of
534         text/x-verbatim parts.
535         (gnus-button-patch): New command.
536
537         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
538         addresses that contain invalid characters.
539
540 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * message.el (message-put-addresses-in-ecomplete): Use
543         gnus-replace-in-string.
544         (message-is-yours-p): Use the more correct
545         mail-header-parse-address instead of
546         mail-extract-address-components.
547         (message-put-addresses-in-ecomplete): Fix typo.
548
549         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
550         keystroke.
551
552         * gnus-art.el (gnus-treatment-function-alist): Change order of
553         newsgroups/generic header folding to avoid double-folding.
554
555         * message.el (message-hidden-headers): Add X-Draft-From.
556
557         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
558         command.
559         (gnus-summary-repeat-search-article-backward): New command.
560
561         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
562         groups in the parent topic.
563
564 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
565
566         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
567         (spam-extra-header-to-number): Return the CRM114 number as a
568         number instead of a string.
569
570 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * gnus-art.el (gnus-face-properties-alist): Moved here from
573         gnus-fun.
574
575         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
576
577 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * message.el (message-strip-forbidden-properties): Only display on
580         self-insert-command.
581
582         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
583         reindent.
584         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
585
586 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
587
588         * smiley.el (smiley-style): Fix typo.
589
590 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * hashcash.el (hashcash-insert-payment-async-2): Use
593         message-goto-eoh instead of doing it manually.
594         (mail-add-payment): Use message-narrow-to-header instead of trying
595         to do the same itself.
596
597         * message.el (message-hidden-headers): Add Face.
598
599         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
600         reparenting code.
601         (gnus-summary-reparent-children): Refactored out code.
602         (gnus-summary-thread-map): New keystroke.
603         (gnus-summary-reparent-children): Make into command.
604
605         * smiley.el (smiley-style): Default to `medium' if using a large
606         font.
607
608         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
609         does it itself.
610
611         * message.el (message-point-in-header-p): Simplify definition.
612
613 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * nnagent.el (nnagent-request-set-mark): Silence log file
616         writing.
617         (nnagent-request-set-mark): Use write-region instead of
618         append-to-file.
619
620         * gnus-sum.el (gnus-read-header): Fudge article number if using a
621         strange select method.
622
623         * ecomplete.el (ecomplete-display-matches): Get highlightling
624         right.
625         (ecomplete-display-matches): Use literals.
626         (ecomplete-display-matches): Disable message logging.
627
628         * message.el (message-display-abbrev): Small optimization.
629
630         * ecomplete.el (ecomplete-display-matches): Allow automatic
631         display.
632
633         * message.el (message-strip-forbidden-properties): Display
634         abbrevs.
635         (message-display-abbrev): Get automatic display right.
636
637         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
638         keystrokes.
639
640 2006-04-13  Romain Francoise  <romain@orebokech.com>
641
642         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
643         Moved here (and renamed) from gnus-registry.el.
644
645         * gnus-registry.el: Require gnus-util.
646         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
647
648 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-group.el (gnus-group-catchup-current): Change
651         if-then-else-if-then-else into cond.
652         (gnus-group-catchup): Indent.
653         (group-name-at-point): New function.
654         (gnus-fetch-group): Provide default from thing at point.
655
656 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * message.el (message-display-abbrev): Fix regexp.
659
660         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
661         choosing.
662         (ecomplete-highlight-match-line): Fix up code rewrite, remove
663         dead variables.
664
665         * message.el (message-newline-and-indent): Remove debugging.
666         (message-display-abbrev): Use new implementation.
667
668 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
669
670         * gnus-art.el (gnus-article-mode): Set
671         cursor-in-non-selected-windows to nil.
672
673         * smiley.el: Revert previous change.
674         (smiley-data-directory): defvar it before using it in the
675         defcustom of `smiley-style'.
676
677 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * message.el (message-newline-and-indent): New function.
680
681         * ecomplete.el: Implement more bits.
682
683         * message.el (message-put-addresses-in-ecomplete): Clean up the
684         string.
685
686         * ecomplete.el (ecomplete-add-item): Chop off decimals.
687
688         * gnus-sum.el (gnus-summary-save-parts): Bind
689         gnus-summary-save-parts-counter and use it to make unique file
690         names.
691
692         * gnus-art.el (gnus-ignored-headers): Add some more headers.
693
694         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
695         parameter to say whether to actually parse the individual
696         addresses.
697
698         * message.el (message-put-addresses-in-ecomplete): New function.
699         (ecomplete): Require.
700         (message-mail-alias-type): Add ecomplete as an option.
701
702 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
703
704         * flow-fill.el (fill-flowed): Remove trailing space from blank
705         quoted lines.
706
707 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * smiley.el (smiley-style): Move definition later to avoid a
710         compilation warning.
711
712 2006-04-12  Kenichi Handa  <handa@m17n.org>
713
714         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
715         buffer and then decode the buffer text if necessary.
716         (rfc2231-encode-string): Be sure to work on multibyte buffer at
717         first, and after mm-encode-body, change the buffer to unibyte.
718         Use mm-disable-multibyte instead of set-buffer-multibyte.
719
720 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
723         Content-Type header instead of Content-Disposition header.
724         (gnus-mime-inline-part): Ditto.
725         (gnus-mime-view-part-as-charset): Ignore charset that the part
726         specifies.
727
728         * mm-decode.el (mm-display-part): Work with external parts and
729         usual parts similarly.
730
731         * mm-extern.el (mm-inline-external-body): Use mm-display-part
732         instead of gnus-display-mime.
733
734         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
735         instead of with-temp-buffer.
736
737         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
738         tag to summarized topics part in order to encode non-ASCII text.
739
740 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
741
742         * smiley.el (smiley-style): New variable.
743         (smiley-directory): New function.
744         (smiley-data-directory): Derive from `smiley-style' using
745         `smiley-directory'.
746         (smiley-regexp-alist): Add new entries.
747
748         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
749         (gnus-article-browse-delete-temp): Add :version.
750
751 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
752
753         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
754         the sieve region.
755
756 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * gnus.el (gnus-version-number): Bump version.
759
760 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
761
762         * gnus.el: No Gnus v0.4 is released.
763
764 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
767         layout.
768
769         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
770         unknown charset.
771
772         * message.el (message-header-synonyms): Add Original-To to the
773         default.
774
775         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
776         optional parameter.
777
778 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
779
780         * gnus-fun.el (gnus): Require it for gnus-directory.
781
782 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * gnus-fun.el (gnus-face-properties-alist): Add :version.
785
786 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
787
788         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
789
790 2006-04-05  Simon Josefsson  <jas@extundo.com>
791
792         * password.el (password-reset): New function.
793
794 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
795
796         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
797         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
798
799 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
800
801         * nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
802         whitespace was matched into the url, which broke browsing hits
803         > 100 when mm-url-use-external was nil.
804
805 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
806
807         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
808         gnus-extra-headers for 'Newsgroups.
809
810         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
811         bound.
812
813 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
814
815         * pgg-gpg.el: Clean up process buffers every time gpg processes
816         complete.
817
818 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
819
820         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
821         doc string.
822
823 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
824
825         * pgg-gpg.el (pgg-gpg-process-filter)
826         (pgg-gpg-wait-for-completion): Check if buffer is alive.
827
828         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
829         lines, temporary fix.
830
831 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
832
833         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
834         :set.
835
836 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
837
838         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
839         default-enable-multibyte-characters.  This reverts the change from
840         revision 6.17 which is no longer necessary because the passphrase
841         is sent separately now.  GnuPG messages are unreadable under
842         multibyte locales with default-enable-multibyte-characters set to
843         nil.
844
845 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
846
847         * message.el (message-tool-bar-gnome): Move "spell".
848
849 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
850
851         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
852         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
853         instead.
854
855 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
856
857         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
858         newsgroups handling for NNTP overviews which don't include
859         Newsgroups.
860
861 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
862
863         * message.el (message-resend): Bind message-generate-hashcash to
864         to nil.
865
866 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
867
868         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
869         when searching for already-paid recipients.
870
871 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
872
873         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
874         passphrases when it is not needed.
875         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
876         passphrase stuff from gpg, should only be necessary when you use
877         gpg with a smartcard.
878
879 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
880
881         * mml.el (mml-insert-mime): Ignore cached contents of
882         message/external-body part.
883
884         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
885         (mm-insert-part): Ditto.
886
887 2006-03-23  Simon Josefsson  <jas@extundo.com>
888
889         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
890         Reiner.
891         (pgg-gpg-use-agent-p): Use it again.
892
893 2006-03-23  Simon Josefsson  <jas@extundo.com>
894
895         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
896         older emacsen.
897         (pgg-gpg-use-agent-p): Don't use it.
898
899 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
900
901         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
902         if we can.
903
904 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
905
906         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
907         (pgg-gpg-update-agent): New function.
908         (pgg-gpg-use-agent-p): New function.
909         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
910         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
911         (pgg-gpg-sign-region): Use it.
912
913 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
916         Reported by Ralf Wachinger <rwachinger@gmx.de>.
917
918 2006-03-21  Simon Josefsson  <jas@extundo.com>
919
920         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
921         <wilde@sha-bang.de>.
922         (pgg-gpg-use-agent): New variable.
923         (pgg-gpg-process-region): Use it.
924         (pgg-gpg-encrypt-region): Likewise.
925         (pgg-gpg-encrypt-symmetric-region): Likewise.
926         (pgg-gpg-decrypt-region): Likewise.
927         (pgg-gpg-sign-region): Likewise.
928         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
929
930 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
931
932         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
933
934         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
935         comment on version.
936
937 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
938
939         * smiley.el: Add missing test smiley.
940
941 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * mm-decode.el (mm-with-part): New macro.
944         (mm-get-part): Use it; work with message/external-body as well.
945         (mm-save-part): Treat name and filename equally.
946
947         * mm-extern.el (mm-extern-cache-contents): New function.
948         (mm-inline-external-body): Use it; force the part to be displayed;
949         move undisplayer added to the cached handle to the parent.
950
951         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
952         (gnus-mime-view-part-as-type): Work with message/external-body.
953
954         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
955
956 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
957
958         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
959         images in image-load-path.  [Sync with image.el, revision 1.60, in
960         Emacs.]
961
962 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
963
964         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
965         path rather than symbol.  Always return list of directories.
966         Guarantee that image directory comes first.  [Sync with image.el,
967         revision 1.59, in Emacs.]
968
969         * message.el (message-make-tool-bar): Adjust to new API of
970         `gmm-image-load-path-for-library'.
971
972         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
973
974         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
975
976 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
977
978         * gnus-art.el (gnus-article-only-boring-p): Bind
979         inhibit-point-motion-hooks to avoid infinite loop when entering
980         intangible text.  Reported by Ralf Wachinger
981         <rwnewsmampfer@geekmail.de>.
982
983 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
984
985         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
986         `defun' instead of `gmm-defun-compat'.
987
988 2006-03-14  Simon Josefsson  <jas@extundo.com>
989
990         * message.el (message-unique-id): Don't use message-number-base36
991         if (user-uid) is a float.  Reported by Bjorn Solberg
992         <bjorn_ding1@hekneby.org>.
993
994 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
997
998         * gnus-art.el (gnus-mime-display-single): Make sure there is an
999         empty line between a part and a message part.
1000
1001 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1002
1003         * smiley.el: Add more test smileys.
1004         (smiley-data-directory, smiley-regexp-alist)
1005         (gnus-smiley-file-types): Fix doc strings.
1006         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1007         adding new elements.
1008         (smiley-mouse-map): Unused code.  Make it a comment.
1009
1010 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1013         scan latest NoCeM messages instead of old ones.
1014         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1015         delimiters that are recently used.
1016         (gnus-nocem-load-cache): Add autoload cookie.
1017
1018         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1019
1020         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1021         level which is larger than gnus-use-nocem is specified.
1022
1023         * gnus-group.el (gnus-group-get-new-news): Ditto.
1024
1025 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1026
1027         * gnus-util.el (gnus-tool-bar-update): New function.
1028
1029         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1030         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1031
1032         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1033
1034         * gnus-group.el (gnus-group-redraw-when-idle)
1035         (gnus-group-redraw-check): Remove.
1036         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1037
1038 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1041         if optional last element is specified in splits (FIELD VALUE...).
1042
1043 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1044
1045         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1046         to gmm-image-load-path-for-library.  Call with no-error argument.
1047         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1048
1049         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1050
1051         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1052
1053         * gmm-utils.el (gmm-image-load-path): Remove alias.
1054
1055 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1056
1057         * gmm-utils.el (gmm-image-load-path): Add alias.
1058
1059         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1060         nnml-generate-nov-databases-1.
1061         (nnml-generate-nov-databases): Use it.
1062         (nnml-generate-nov-databases-directory): Document no-active
1063         argument.
1064
1065         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1066         directory if path is t.  Add no-error.
1067
1068         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1069         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1070
1071         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1072         resetting gnus-article-browse-html-temp-list.
1073
1074         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1075         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1076         Add example to docstring.  Rename local variables.  Move error
1077         checks to default case in cond and simplify.
1078
1079 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1082         handle is multipart when calling it recursively.
1083         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1084
1085 2006-03-03  Daniel Pittman <daniel@rimspace.net>
1086
1087         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1088         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1089
1090 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1093         is loaded.
1094
1095         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1096         loaded.
1097
1098 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1099
1100         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1101         to "Emacs 23 (unicode)" in doc string.
1102
1103         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1104         "Emacs 23 (unicode)" in comment.
1105
1106 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * mm-decode.el (mm-get-part): Don't use
1109         mm-with-unibyte-current-buffer.
1110
1111         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1112         characters 160 through 255 in Emacs 23.
1113
1114 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1115
1116         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1117         gnus-article-browse-html-temp.
1118         (gnus-article-browse-delete-temp): Make it customizable.  Add
1119         `file'.  Adjust doc string.
1120         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1121         query for each file.  Adjust doc string.
1122         (gnus-article-browse-html-parts): Add
1123         `gnus-article-browse-delete-temp-files' to
1124         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1125
1126 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1127
1128         * gnus-art.el (gnus-article-browse-html-temp)
1129         (gnus-article-browse-delete-temp): New variables.
1130         (gnus-article-browse-delete-temp-files): New function.
1131         (gnus-article-browse-html-parts): Use it.
1132
1133 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1134
1135         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1136
1137         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1138         string.
1139
1140         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1141         gnus-summary-insert-new-articles when unplugged.  Remove
1142         gnus-summary-search-article-forward.
1143
1144         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1145         display-visual-class instead of display-color-cells.
1146
1147 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * dgnushack.el: Autoload customize-group for XEmacs.
1150
1151         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1152         message/* containing non-ASCII text properly.
1153
1154 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1155
1156         * message.el: Require gmm-utils, remove autoloads.
1157         (message-tool-bar): Set default based on
1158         gmm-tool-bar-style.
1159         (message-tool-bar-gnome): Add gmm-customize-mode.
1160
1161         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1162         gmm-tool-bar-style.
1163         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1164
1165         * gnus-group.el (gnus-group-tool-bar): Set default based on
1166         gmm-tool-bar-style.
1167         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1168
1169         * gmm-utils.el (gmm-image-directory): Rename variable from
1170         gmm-image-load-path.
1171         (gmm-image-load-path): Use gmm-image-directory.
1172         (gmm-customize-mode): New function.
1173         (gmm-tool-bar-style): New variable.
1174
1175         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1176         gnus-group-redraw-line-number.
1177         (gnus-group-redraw-check): Simplify.
1178         (gnus-group-tool-bar-update): Remove redraw check.
1179         (gnus-group-make-tool-bar): Add redraw check.
1180
1181 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1182
1183         * gnus-art.el (gnus-button): Add missing parentheses.
1184
1185 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * lpath.el: Fbind line-number-at-pos.
1188
1189 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1192
1193 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1194
1195         * gnus-art.el (gnus-button): New face.
1196         (gnus-article-button-face): Use it.
1197
1198         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1199         gnus-summary-next-page.  Re-order.
1200
1201         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1202         next-node are now included.
1203         (gnus-group-redraw-line-number): New internal variable.
1204         (gnus-group-redraw-check): Helper function for updating the tool
1205         bar.
1206         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1207
1208         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1209
1210         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1211         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1212         Use it to match format of Spamassassin 3.0 and later.  Reported by
1213         IRIE Tetsuya <irie@t.email.ne.jp>.
1214         (spam-check-bogofilter)
1215         (spam-bogofilter-register-with-bogofilter): Fix args of
1216         `gnus-error' calls.
1217
1218 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1219
1220         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1221         unnecessary interaction when sending queued mails.  Reported by
1222         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1223
1224 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1225
1226         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1227         first or last are nil.
1228
1229 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1230
1231         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1232
1233 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1236
1237 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * dns.el (query-dns): Protect more against buggy tcp output.
1240
1241 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1242
1243         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1244         nov.php.
1245
1246 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1247
1248         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1249         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1250         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1251         output on the server side.
1252         (nnweb-google-create-mapping): Update regexps and add some
1253         progress indication.
1254
1255 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1256
1257         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1258         gnus-agent-toggle-plugged.  Re-order icons.
1259         (gnus-group-tool-bar-gnome): Add
1260         gnus-group-{prev,next}-unread-group.
1261         (gnus-group-tool-bar-gnome): Re-order icons.
1262
1263         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1264         gnus-summary-insert-new-articles.
1265
1266         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1267         comments.
1268
1269         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1270         also available in Emacs 21.3.
1271
1272         * message.el (message-fix-before-sending): Change "Emacs 22" to
1273         "Emacs 23 (unicode)" in comment.
1274
1275         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1276         "Emacs 23 (unicode)" in comment.
1277
1278         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1279         comment.
1280         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1281
1282         * mm-view.el (mm-fill-flowed): Add :version.
1283
1284 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1287         and load-path.
1288
1289 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1290
1291         * message.el: Autoload gmm-image-load-path.
1292         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1293         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1294         consitency.
1295
1296         * gmm-utils.el (gmm-image-load-path): Also search in
1297         "../etc/images".  Don't set gmm-image-load-path if we don't find
1298         the image.
1299
1300 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * gmm-utils.el (gmm-image-load-path): Don't make
1303         `gmm-image-load-path' include subdirectories which the second arg
1304         `image' might specify.
1305
1306         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1307         subdirectory to icon file names.
1308
1309         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1310
1311 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1312
1313         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1314         gmm-image-load-path calls.
1315
1316         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1317
1318         * message.el (message-make-tool-bar): Ditto.
1319
1320         * mml.el (mml-preview): Added comment concerning tool bar icons.
1321
1322         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1323         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1324
1325         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1326         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1327
1328         * message.el (message-tool-bar-gnome): Use new icon names.
1329         (message-make-tool-bar): Use `gmm-image-load-path'.
1330
1331         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1332         functions from MH-E.
1333         (gmm-image-load-path): New variable from MH-E.
1334         (gmm-image-load-path): New function from MH-E.  Added arguments
1335         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1336         *-image-load-path-called-flag.
1337
1338 2006-02-21  Milan Zamazal <pdm@brailcom.org>
1339
1340         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1341
1342 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1343         (tiny change)
1344
1345         * nnimap.el (nnimap-request-move-article): Change folder back to
1346         source group before deleting.
1347
1348 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1349
1350         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
1351
1352         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
1353         mm-url.
1354
1355         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
1356
1357 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1360         coding system which mm-charset-to-coding-system returns for a
1361         given charset is valid.
1362
1363 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1364
1365         * html2text.el (html2text-remove-tag-list):
1366         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1367
1368 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1369
1370         * gnus-cus.el: Revert 2005-10-17 change.
1371
1372 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * gnus-art.el (article-strip-banner): Call
1375         article-really-strip-banner only when the regexp match is made.
1376
1377 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * gnus-art.el (article-strip-banner): Use
1380         gnus-extract-address-components instead of
1381         mail-header-parse-addresses to make it work with non-ASCII text;
1382         remove mail-encode-encoded-word-string.
1383
1384         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1385         values which are surrounded with \"...\"; make it never cause a
1386         Lisp error; give up parsing of parameters if it failed in
1387         extracting type.
1388
1389 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1390
1391         * smime.el (smime-cert-by-ldap-1): Fix bug where
1392         `smime-ldap-search' returns results without userCertificates.
1393
1394 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
1397
1398 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1399
1400         * spam.el (spam-check-spamassassin-headers): Adapt format for
1401         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
1402         <ari@mbf.ocn.ne.jp>.
1403         (spam-list-of-processors): Add spam-use-gmane.
1404
1405 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1408         make-temp-file; make it work with XEmacs as well.
1409
1410         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
1411         mm-make-temp-file.
1412
1413         * mm-decode.el (mm-display-external): Use the 3rd arg of
1414         mm-make-temp-file.
1415         (mm-create-image-xemacs): Ditto.
1416
1417 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
1420         with message-narrow-to-headers.
1421         (gnus-draft-setup): Narrow to header to run message-fetch-field.
1422         (gnus-draft-check-draft-articles): New function.
1423         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
1424
1425 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1426
1427         * gnus-art.el (gnus-article-browse-html-parts):
1428         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
1429         Don't use suffix argument for mm-make-temp-file for Emacs 21
1430         compatibility.  Remove useless `format'.
1431
1432 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1433
1434         * nnweb.el (nnweb-google-wash-article): Update regexps.
1435         (nnweb-group-alist): Use defvoo instead of defvar.
1436
1437 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
1440         re-loading nn* modules.
1441
1442 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1443
1444         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
1445         for `tool-bar-mode' and don't check it's default-value.
1446
1447         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1448
1449         * message.el (message-make-tool-bar): Ditto.
1450
1451         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
1452         `substring'.  Shorten tmp-file name.
1453
1454         * gnus.el: Remove bogus comment.
1455
1456 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
1457
1458         * gnus-art.el (gnus-article-browse-html-parts): New function.
1459         (gnus-article-browse-html-article): New function for viewing html
1460         articles with a browser.
1461
1462 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
1463
1464         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
1465         in elisp.
1466         (pgg-gpg-encrypt-symmetric-region): Ditto.
1467         (pgg-gpg-sign-region): Ditto.
1468
1469         * pgg-def.el (pgg-text-mode): New variable.
1470
1471         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
1472         (mml2015-pgg-encrypt): Ditto.
1473
1474         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
1475         (mml1991-pgg-encrypt): Ditto.
1476
1477 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
1480         message-make-date instead of current-time-string.
1481
1482         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
1483         to gnus-decoded which mm-uu might set.
1484
1485 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
1488         don't decode quoted parameters; remove misimported Emacs code.
1489         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1490         (rfc2231-decode-encoded-string): Don't use split-string which
1491         behaves differently according to Emacs version; use
1492         mm-decode-coding-region to convert charset to coding-system.
1493         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1494         (rfc2231-encode-string): Remove misimported Emacs code.
1495
1496 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * gnus-art.el (article-decode-charset): Don't use ignore-errors
1499         when calling mail-header-parse-content-type.
1500         (article-de-quoted-unreadable): Ditto.
1501         (article-de-base64-unreadable): Ditto.
1502         (article-wash-html): Ditto.
1503
1504         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
1505         calling mail-header-parse-content-type and
1506         mail-header-parse-content-disposition.
1507         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
1508         mail-header-parse-content-type.
1509
1510         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
1511         insert charset and format parameters; encode description after
1512         inserting it to buffer.
1513         (mml-insert-parameter): Fold lines properly even if a parameter is
1514         segmented into two or more lines; change the max column to 76.
1515
1516         * rfc1843.el (rfc1843-decode-article-body): Don't use
1517         ignore-errors when calling mail-header-parse-content-type.
1518
1519         * rfc2231.el (rfc2231-parse-string): Return at least type if
1520         possible; don't cause an error even if it fails in parsing of
1521         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1522         (rfc2231-encode-string): Don't break lines at the beginning, leave
1523         it to mml-insert-parameter.
1524
1525         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
1526         calling mail-header-parse-content-type.
1527
1528 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
1529
1530         * spam-report.el (spam-report-gmane-use-article-number): Improve
1531         doc string.
1532         (spam-report-gmane-internal): Check if a suitable header was found
1533         in the article.
1534
1535 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
1538         (rfc2231-encode-string): Make param*=value always begin with LWSP.
1539
1540 2006-02-05  Romain Francoise  <romain@orebokech.com>
1541
1542         Update copyright notices of all files in the gnus directory.
1543
1544 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1545
1546         * nnweb.el (nnweb-request-group): Avoid growing overview files.
1547
1548 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
1551         segmented lines of parameter value to cope with Thunderbird 1.5
1552         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
1553         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1554         (rfc2231-encode-string): Don't make lines exceeding 76 column.
1555
1556 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
1557
1558         * mml.el (mml-generate-mime-1): Correct the order of inline signed
1559         parts.
1560
1561 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1562
1563         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
1564         there's only one active file for all servers.
1565         (nnweb-request-scan): Make sure nnweb-articles is initialized on
1566         solid groups.  Gnus might have used a FAST request to select the
1567         group.
1568         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
1569         and nnweb-search redundantly in the active file.
1570         (nnweb-request-list): Don't list bogus groups.  There can only be
1571         one.
1572         (nnweb-request-create-group): Don't use ARGS.
1573         (nnweb-possibly-change-server, nnweb-request-group): Remove some
1574         initialisations.  Let nnoo do the work.
1575
1576 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1577
1578         * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
1579         decoded.
1580         (mm-uu-diff-extract): Ditto.
1581
1582         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
1583
1584 2006-01-31  Kevin Ryde  <user42@zip.com.au>
1585
1586         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
1587         mailcap-viewer-test-cache when there's no 'test clause, since that
1588         will invert the meaning of a "nil" test previously determined by
1589         mailcap-mailcap-entry-passes-test.
1590
1591 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
1594         compiling.
1595
1596         * gnus-sum.el: Ditto.
1597
1598         * message.el: Don't bind tool-bar-map when compiling.
1599
1600 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
1601
1602         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
1603
1604 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1605
1606         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
1607         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
1608         current Google Groups.
1609
1610 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
1611
1612         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
1613         and tool-bar-mode.
1614
1615         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
1616         and tool-bar-mode.
1617
1618         * message.el (message-tool-bar-update): Simplify.
1619         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
1620
1621         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
1622         gnus-summary-buffer.
1623         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
1624         gnus-summary-reply.
1625
1626         * gmm-utils.el (gmm): Add :version.
1627
1628 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * Makefile.in (clean): New rule.
1631         (distclean): Use it.
1632
1633 2006-01-26  Steve Youngs  <steve@sxemacs.org>
1634
1635         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
1636         autoload.
1637
1638 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * gmm-utils.el (gmm-verbose): Add :group.
1641
1642 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
1643
1644         * message.el: Change some comments WRT tool-bars.
1645
1646         * gnus-sum.el (gnus-summary-tool-bar)
1647         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
1648         (gnus-summary-tool-bar-zap-list): New variables.
1649         (gnus-summary-make-tool-bar): Complete rewrite using
1650         `gmm-tool-bar-from-list'.
1651
1652         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
1653         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
1654         variables.
1655         (gnus-group-make-tool-bar): Complete rewrite using
1656         `gmm-tool-bar-from-list'.
1657         (gnus-group-tool-bar-update): New function.
1658
1659         * message.el (message-mode-field-menu): Add "Show hidden Headers".
1660
1661 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1662
1663         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
1664         is dissected into a single part of which the type is the same as
1665         the given one; decode charset.
1666
1667 2006-01-21  Kevin Ryde  <user42@zip.com.au>
1668
1669         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
1670         into alists as symbol not string, since that's what
1671         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
1672         look for.
1673
1674 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
1675
1676         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
1677         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
1678
1679         * message.el (message-tool-bar-gnome): Use gmm-ignore.
1680
1681 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
1684         (gnus-xmas-mime-security-button-menu): New function.
1685
1686         * gnus-art.el (gnus-mime-security-button-commands): New variable.
1687         (gnus-mime-security-button-menu): New definition.
1688         (gnus-mime-security-button-map): Use them.
1689         (gnus-mime-security-button-menu): New function.
1690         (gnus-insert-mime-security-button): Addition to help echo.
1691         (gnus-mime-security-run-function, gnus-mime-security-save-part)
1692         (gnus-mime-security-pipe-part): New functions.
1693
1694         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
1695         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
1696
1697         * mm-decode.el (mm-handle-set-disposition): Remove.
1698         (mm-handle-set-description): Remove.
1699
1700 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
1703         (mm-w3m-standalone-supports-m17n-p): New function.
1704         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
1705         w3m usage.
1706
1707         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
1708         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
1709
1710 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1711
1712         * message.el (message-tool-bar-zap-list): Use
1713         gmm-tool-bar-zap-list as custom type.
1714         (message-tool-bar-update): New function.
1715         (message-tool-bar, message-tool-bar-gnome)
1716         (message-tool-bar-retro): Add message-tool-bar-update.
1717         (message-tool-bar-gnome): Add flyspell-buffer.
1718
1719         * gnus-util.el (gnus-error): Describe `args'.
1720
1721         * gmm-utils.el (gmm-error): Describe `args'.
1722         (gmm-tool-bar-zap-list): New widget.
1723         (gmm-tool-bar-from-list): Improve description of `zap-list'.
1724
1725 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
1728         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
1729         the number of recursive calls.
1730
1731         * mm-decode.el (mm-handle-set-disposition): New macro.
1732         (mm-handle-set-description): New macro.
1733
1734 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
1737         encoding.
1738
1739 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1740
1741         * message.el (message-tool-bar-zap-list, message-tool-bar)
1742         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
1743         (message-tool-bar-local-item-from-menu): Remove.
1744         (message-tool-bar-map): Replace by `message-make-tool-bar'.
1745         (message-make-tool-bar): New function.
1746         (message-mode): Use `message-make-tool-bar'.
1747
1748         * gmm-utils.el: New file.
1749         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
1750         (gmm-lazy): New widget copied from `nnmail.el'.
1751         (gmm-tool-bar-from-list): New function for creating customizable
1752         tool bars.
1753         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
1754         output.
1755         (gmm): Add :prefix to defgroup.
1756
1757 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
1758
1759         * gmm-utils.el (gmm-widget-p): New function.
1760
1761 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1762
1763         * mml.el (mml-attach-file): Describe `description' in doc string.
1764         (mml-menu): Add Emacs MIME manual and PGG manual.
1765
1766 2006-01-20  Richard M. Stallman  <rms@gnu.org>
1767
1768         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
1769
1770 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
1771
1772         * nntp.el (nntp-end-of-line): Doc fix.
1773
1774 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
1775
1776         * imap.el (imap-open): Handle case where buffer is a buffer
1777         object.
1778
1779 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1780
1781         * gnus-delay.el (gnus-delay): Don't autoload.
1782         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1783         to be re-loaded when customizing the `gnus-delay' group.
1784
1785 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
1786
1787         * message.el (message-insert-citation-line): Use newlines.
1788
1789 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1790
1791         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1792         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
1793         these routines, so the passphrase can be managed externally and
1794         passed in to the system.
1795         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1796         pgg-add-passphrase-to-cache function.
1797
1798         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1799         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
1800         these routines, so the passphrase can be managed externally and
1801         passed in to the system.
1802         (pgg-pgp5-sign-region): Use new name of
1803         pgg-add-passphrase-to-cache function.
1804
1805 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1806
1807         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1808         part of the decoded armor to find the key-identifier.
1809         (pgg-gpg-lookup-key-owner): New function to return the
1810         human-readable identifier of a key owner.
1811         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
1812         itself.
1813         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1814         the key value) if we have a key and can match it against a secret
1815         key.  Also, added a note pointing out fact that the prompt only
1816         indicates the first matching key.
1817
1818         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1819         pgg-decrypt-region.
1820         (pgg-add-passphrase-to-cache): Rename from
1821         `pgg-add-passphrase-cache' to reduce confusion (all callers
1822         changed).
1823         (pgg-remove-passphrase-from-cache): Rename from
1824         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1825         changed).
1826         (pgg-read-passphrase, pgg-add-passphrase-cache)
1827         (pgg-remove-passphrase-cache): Add informative docstrings.
1828         (pgg-decrypt): Convey provided passphrase in subordinate call to
1829         pgg-decrypt-region.
1830
1831 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
1832
1833         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1834         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1835         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1836         'passphrase' argument, so the passphrase can be managed externally
1837         and then passed in to the system.
1838
1839         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1840         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1841         so the passphrase cache can be used reliably with identifiers
1842         besides a pgp packet's key id.
1843
1844         * pgg-gpg.el (pgg-gpg-encrypt-region)
1845         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1846         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
1847         these routines, so the passphrase can be managed externally and
1848         passed in to the system.
1849
1850         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1851         'notruncate' argument, so the passphrase cache can be used
1852         reliably with identifiers besides a pgp packet's key id.
1853
1854 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
1855
1856         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1857         symmetric encryption.
1858         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1859         encrypted session key.
1860         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1861         message ask for the passphrase in a proper way.
1862
1863         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1864         New user commands for symmetric encryption.
1865
1866 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
1869
1870         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
1871
1872 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
1873
1874         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
1875
1876 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * mm-decode.el (mm-inlined-types): Add application/pgp.
1879         (mm-automatic-display): Ditto.
1880
1881         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
1882         part as text.
1883
1884 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * nnrss.el: Update copyright.
1887         (nnrss-opml-import): Query whether to subscribe to each entry.
1888
1889         * gnus-art.el:
1890         * gnus-sum.el:
1891         * gnus-xmas.el:
1892         * messagexmas.el:
1893         * mm-uu.el:
1894         * mm-view.el: Update copyright.
1895
1896 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
1897
1898         * message.el (message-info): New function.
1899         (message-mode-menu): Add it.
1900         Update copyright.
1901
1902         * ChangeLog: Fix and update copyright.
1903
1904 2006-01-13  Romain Francoise  <romain@orebokech.com>
1905
1906         * message.el (message-forward-subject-name-subject): Prefer the
1907         address to 'nowhere' if the sender has no name.
1908         Fix typo.  Update copyright year.
1909
1910 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * gnus-art.el (article-wash-html): Use
1913         gnus-summary-show-article-charset-alist if a numeric arg is given.
1914         (gnus-article-wash-html-with-w3m-standalone): New function.
1915
1916         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
1917         mm-inline-text-html-render-with-w3m-standalone.
1918         (mm-text-html-washer-alist): Map w3m-standalone to
1919         gnus-article-wash-html-with-w3m-standalone.
1920         (mm-inline-text-html-render-with-w3m-standalone): New function.
1921
1922 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1923
1924         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
1925         Improve LaTeX.
1926
1927 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
1930         (nnrss-request-article): Render text/plain parts as HTML.
1931
1932         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
1933         the buffer.
1934
1935 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1936
1937         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
1938         custom definition of `gnus-posting-styles'.
1939
1940         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1941         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
1942
1943 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1944
1945         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
1946         Use nntp for bug archive.
1947
1948 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
1951         parts.
1952         (nnrss-normalize-date): New function converts ISO 8601 date into
1953         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1954         (nnrss-check-group): Use it.
1955
1956 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
1959
1960         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
1961         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1962         (nnrss-insert-w3): Ditto.
1963
1964 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
1967         the articles to be forwarded including the case where neither a
1968         number of articles nor a region is specified.
1969
1970 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * nnrss.el (nnrss-request-article): Fix last change; fill
1973         text/plain parts.
1974
1975 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
1978         in text/plain part.
1979         (nnrss-check-group): Don't add excessive newline to dc:subject.
1980
1981 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
1982
1983         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
1984         article.
1985
1986 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1987
1988         * nnml.el: Don't require gnus-bcklg.  Autoload it.
1989         (nnml-use-compressed-files, nnml-save-mail): Support other
1990         comression programs such as bzip2.
1991
1992 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * dns.el (query-dns): Make sure we check the buffer size before
1995         removing tcp headers.
1996
1997 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2000         remove MIME buttons associated with multipart/alternative parts.
2001         (gnus-mime-display-alternative): Tag buttons using `article-type'
2002         text property.
2003
2004         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2005         associated with multipart/alternative parts.
2006
2007         * gnus-art.el (gnus-signature-separator): Fix custom type.
2008
2009         * mm-decode.el (mm-inlined-types): Fix custom type.
2010         (mm-keep-viewer-alive-types): Ditto.
2011         (mm-automatic-display): Ditto.
2012         (mm-attachment-override-types): Ditto.
2013         (mm-inline-override-types): Ditto.
2014         (mm-automatic-external-display): Ditto.
2015
2016 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2017
2018         * spam-report.el (spam-report-user-mail-address)
2019         (spam-report-user-agent): New variables.
2020         (spam-report-url-ping-plain): Use spam-report-user-agent.
2021
2022 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2023
2024         * gnus-art.el (gnus-button-handle-custom): Do not just use
2025         `customize-apropos' for any "M-x customize-*" button but the
2026         function called for.  Accept both the function name and its
2027         argument in order to achieve this.
2028         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2029         function name to `gnus-button-handle-custom' in case of "M-x
2030         customize-*" buttons.
2031
2032 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2035         multipart/alternative and add xref to mm-discouraged-alternatives
2036         in doc string.
2037
2038         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2039         gnus-buttonized-mime-types in doc string.
2040
2041 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2042
2043         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2044         Suggest image/.* in the doc string.
2045
2046 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2047
2048         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2049         message-marks (Debian bug #342521).
2050
2051 2005-12-12  Simon Josefsson  <jas@extundo.com>
2052
2053         * password.el (password-read-from-cache): Add.
2054         (password-read): Use it.
2055
2056 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2057
2058         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2059         us-ascii as a MIME charset.
2060
2061         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2062         against the case where the 2nd arg TYPE is nil.
2063
2064 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2065
2066         * pop3.el (pop3-stream-type): Fix custom version.
2067
2068         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2069
2070 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2071
2072         * mm-decode.el (mm-display-external): Add missing cdr.
2073
2074 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2077         RFC1524) if it is in mailcap or add a suffix according to
2078         mailcap-mime-extensions when generating a temp filename; postpone
2079         deleting a temp file for 2 seconds for some wrappers, shell
2080         scripts, and so on, which might exit right after having started a
2081         viewer command as a background job.
2082
2083 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2084
2085         * nntp.el (nntp-marks-directory): Fix custom group.
2086
2087         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2088         steps when < 10.
2089
2090         * gnus-start.el (gnus-no-server-1): Mention
2091         `gnus-level-default-subscribed' in doc string.
2092
2093 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2094
2095         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2096         parens.
2097
2098 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * gnus-xmas.el (gnus-use-toolbar): Revert.
2101         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2102         gnus-use-toolbar is default.
2103
2104         * messagexmas.el (message-use-toolbar): Revert.
2105         (message-setup-toolbar): Use global default-toolbar if
2106         message-use-toolbar is default.
2107
2108 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2111         according to default-toolbar-visible-p.
2112
2113         * messagexmas.el (message-use-toolbar): Ditto.
2114
2115 2005-11-26  Dave Love  <fx@gnu.org>
2116
2117         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2118         (tls-program, tls-success): Provide openssl alternative.
2119
2120         * starttls.el: Doc fixes.
2121         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2122         SERVICE to PORT.
2123
2124         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2125         port null or service name.
2126         (starttls-negotiate): Autoload.
2127
2128 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * message.el (message-kill-to-signature): Fix interactive spec.
2131
2132 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * pop3.el (pop3-open-server): Recognize a string as a service name.
2135
2136 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2137
2138         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2139
2140 2005-11-23  Dave Love  <fx@gnu.org>
2141
2142         Add pop3s, pop3/starttls.
2143
2144         * pop3.el (pop3-authentication-scheme): Clarify doc.
2145         (open-tls-stream, starttls-open-stream): Autoload.
2146         (pop3-stream-type): New.
2147         (pop3-open-server): Use it.
2148
2149         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2150         for POP.
2151         (mail-source-keyword-map): Add :stream for POP.
2152         (mail-source-fetch-pop): Use pop3-stream-type.
2153
2154 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2157         of current-time-string.
2158
2159 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2160
2161         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2162         date header.
2163
2164 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2165
2166         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2167         it can seriously impact performance as it bypasses the agent's
2168         local caches.
2169
2170 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2171
2172         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2173         must be explicitly online rather than "not explicitly offline" for
2174         its flags to be synchronized.
2175
2176         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2177         that gnus-uu-unmark-thread will function correctly.
2178
2179         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2180         1024K is instead displayed as 1M.
2181
2182 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2185
2186 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2187
2188         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2189
2190 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2191
2192         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2193         error message to display actual error condition.
2194         (gnus-agent-save-local): Avoid saving symbols that are bound to
2195         nil as they simply result in a warning message in
2196         gnus-agent-read-local.
2197
2198 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2201         rather than make-variable-buffer-local for file-precious-flag.
2202
2203 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2204
2205         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2206         for duplicates which are removed.  The invalid sort check then
2207         triggers a rescan after the sort as sorting may have moved
2208         duplicate entries such that they can be cheaply detected.
2209
2210 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2213
2214 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2215
2216         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2217         internal variable to a custom variable.  Changed default value
2218         from compressed(2) to uncompressed(1).
2219         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2220         support for uncompressed agentview files.  Taken together, reading
2221         the agentview file should now be 6-7 times faster.
2222
2223 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2224
2225         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2226         as a buffer-local variable.  This avoids creating truncated
2227         dribble files as a result of a hang up, eg.
2228
2229 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2230
2231         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2232         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2233         XEmacs.
2234
2235 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2236
2237         * gnus-start.el (gnus-start-draft-setup): Enforce
2238         `gnus-draft-mode' for nndraft:drafts at startup.
2239
2240         * gnus.el (gnus-splash): Change custom group.
2241         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2242         allow-list argument.
2243
2244         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2245         string.
2246
2247 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2248
2249         * gnus-art.el (gnus-default-article-saver): Add user-defined
2250         `function' to custom type.
2251
2252 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2253
2254         * imap.el (imap-open): Handle case where buffer is a buffer
2255         object.
2256
2257 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2258
2259         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2260         long lines.
2261         (gnus-cache-delete-group): Wrap doc strings.
2262
2263         * gnus-agent.el (gnus-agent-rename-group)
2264         (gnus-agent-delete-group): Wrap doc strings.
2265
2266
2267 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * messagexmas.el (message-use-toolbar): Change the valid values
2270         into default, top, bottom, left, and right.
2271         (message-toolbar-thickness): New variable.
2272         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2273         well.
2274         (message-setup-toolbar): Make it work.
2275
2276         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2277         (gnus-use-toolbar): Change the valid values into default, top,
2278         bottom, left, and right.
2279         (gnus-toolbar-thickness): New variable.
2280         (gnus-xmas-setup-toolbar): New function.
2281         (gnus-xmas-setup-group-toolbar): Use it.
2282         (gnus-xmas-setup-summary-toolbar): Use it.
2283
2284 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * gnus-start.el (gnus-1): Add "native" to
2287         gnus-predefined-server-alist.
2288
2289         * gnus.el (gnus-method-to-server): Don't add "native" to the
2290         lists here, because that leads to problems when
2291         gnus-select-method is bound.
2292
2293 2005-11-09  Simon Josefsson  <jas@extundo.com>
2294
2295         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2296         use (not sort-by-date) instead.
2297
2298 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2299
2300         * gnus-delay.el (gnus-delay-group): Don't autoload.
2301         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2302         to be re-loaded when customizing the `gnus-delay' group.
2303
2304 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2305
2306         * message.el: Revert last changes.
2307         (message-insert-citation-line): Use newlines.
2308
2309 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2310
2311         * message.el (message-courtesy-message)
2312         (message-mark-insert-begin, message-mark-insert-end)
2313         (message-elide-ellipsis, message-cancel-message)
2314         (message-add-header, message-change-subject)
2315         (message-cross-post-followup-to-header)
2316         (message-cross-post-insert-note, message-reduce-to-to-cc)
2317         (message-widen-reply, message-delete-not-region)
2318         (message-kill-to-signature, message-insert-signature)
2319         (message-insert-importance-high, message-insert-importance-low)
2320         (message-insert-or-toggle-importance)
2321         (message-insert-disposition-notification-to)
2322         (message-indent-citation, message-yank-original)
2323         (message-cite-original-without-signature, message-cite-original)
2324         (message-insert-citation-line, message-position-on-field)
2325         (message-fix-before-sending, message-send-mail-partially)
2326         (message-send-mail, message-send-mail-with-sendmail)
2327         (message-send-mail-with-qmail, message-send-news)
2328         (message-check-news-header-syntax, message-generate-headers)
2329         (message-insert-courtesy-copy, message-fill-address)
2330         (message-fill-header, message-shorten-references)
2331         (message-setup-1, message-cancel-news)
2332         (message-forward-make-body-plain, message-forward-make-body-mime)
2333         (message-forward-make-body-mml, message-encode-message-body)
2334         (message-forward-make-body-digest-plain)
2335         (message-forward-make-body-digest-mime)
2336         (message-use-alternative-email-as-from): Insert `hard-newline'
2337         instead of ordinary newlines.
2338
2339 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * message.el (message-generate-headers): Downcase the argument
2342         given to message-check-element.
2343
2344 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2345
2346         * nntp.el (nntp-authinfo-rejected): New error condition.
2347         (nntp-wait-for): Use new error condition to signal authentication
2348         error.
2349         (nntp-retrieve-data): Rethrow new error condition to break out of
2350         recursive call to nntp-send-authinfo.
2351
2352 2005-11-08  Romain Francoise  <romain@orebokech.com>
2353
2354         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
2355         (gnus-summary-exit-map): Bind to `Z p'.
2356         (gnus-summary-make-menu-bar): Add menu item.
2357
2358 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2359
2360         * gnus-art.el (gnus-article-treat-custom): Add `first'.
2361         (gnus-treat-*): Add `first' in all doc strings.
2362
2363         * gnus-group.el (gnus-group-compact-group): Fix typo.
2364
2365 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * gnus.el (gnus-parameters-case-fold-search): New variable.
2368         (gnus-parameters-get-parameter): Use it.
2369
2370         * gnus-score.el (gnus-home-score-file): Doc fix.
2371
2372 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2373
2374         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2375
2376 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * mm-util.el (mm-special-display-p): New function.
2379
2380         * mml.el (mml-preview): Use it; doc fix.
2381
2382 2005-10-29  Romain Francoise  <romain@orebokech.com>
2383
2384         * message.el (message-fix-before-sending): Fix comment.
2385
2386 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2387
2388         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
2389
2390 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2391
2392         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
2393         Used in gnus-score.el.
2394
2395 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2396
2397         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
2398
2399 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2400
2401         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2402         whitespace removed in revision 7.8.  Use concatenated string to
2403         protect trailing whitespace.
2404
2405 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
2406
2407         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2408         (nnimap-request-expire-articles): Use it to avoid sending 'UID
2409         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2410         Courier IMAP ("some version from 2004").  Mostly based on similar
2411         code in the same function.
2412
2413 2005-10-26  Didier Verna  <didier@xemacs.org>
2414
2415         * gnus-group.el (gnus-group-compact-group): invalidate original
2416         article buffer.
2417         * gnus-srvr.el (gnus-server-compact-server): ditto.
2418         * nnml.el (nnml-request-compact-group): handle self Xref: field in
2419         NOV database and in article itself.
2420         Invalidate article backlog.
2421
2422 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2423
2424         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
2425
2426 2005-10-26  Simon Josefsson  <jas@extundo.com>
2427
2428         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
2429         part of 2004-07-25 change.
2430
2431 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * message.el (message-display-completion-list): New function.
2434         (message-expand-group): Use it; make sure the Completions buffer
2435         is modifiable.
2436
2437 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2438
2439         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
2440         user-mail-name is an empty string.
2441
2442 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
2445         depending on gnus-score-decay-constant.
2446
2447         * encrypt.el (encrypt-insert-file-contents)
2448         (encrypt-write-file-contents): Don't use `gnus-message'.
2449
2450         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
2451         arguments.
2452         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
2453         arguments to mm-uu-verbatim-marks-extract.
2454         (mm-uu-hide-markers): New variable.
2455         (mm-uu-extract): Use face similar to `gnus-cite-3'.
2456
2457         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2458         (gnus-convert-image-to-face-command): Use "convert" by default to
2459         allow other input image formats.
2460         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
2461         accordingly.
2462
2463 2005-10-23  Simon Josefsson  <jas@extundo.com>
2464
2465         * imap.el (imap-gssapi-program): Align command line parameters
2466         with latest GNU SASL.
2467         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
2468
2469 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
2472         HTML.
2473         (nnslashdot-request-article): Ditto.
2474
2475         * lpath.el (featurep): Add nobreak-char-display.
2476
2477 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2478
2479         * mail-source.el (mail-source-fetch-pop): Require pop3.
2480         (mail-source-check-pop): Ditto.
2481
2482 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
2485         errors.
2486
2487 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2488
2489         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
2490         (gnus-treat-strip-leading-blank-lines): Improve doc string.
2491
2492         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
2493
2494         * mm-bodies.el (mm-decode-string): Call
2495         `mm-charset-to-coding-system' with allow-override argument.
2496
2497 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
2500         (rfc2047-charset-to-coding-system): New function.
2501         (rfc2047-decode-encoded-words): New function.
2502         (rfc2047-decode-region): Use them.
2503         (rfc2047-decode-cte): Remove.
2504         (rfc2047-parse-and-decode): Remove.
2505         (rfc2047-decode): Remove.
2506
2507 2005-10-15  Kenichi Handa  <handa@m17n.org>
2508
2509         * rfc2047.el (rfc2047-decode-cte): New function.
2510         (rfc2047-decode-region): Change the way to decode successive
2511         encoded-words: decode B- or Q-encoding in each encoded-word,
2512         concatenate them, and decode it as charset.
2513
2514 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * lpath.el: Fbind codepage-setup for XEmacs.
2517
2518 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2519
2520         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
2521         widget-move-and-invoke.
2522         (gnus-custom-mode): Use gnus-custom-map.
2523
2524 2005-10-15  Bill Wohler  <wohler@newt.com>
2525
2526         * message.el (message-tool-bar-map): Renamed image file from
2527         mail_send to mail/send.
2528
2529 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2530
2531         * message.el (message-expand-group): Pass the common
2532         prefix substring of completion to `display-completion-list'.
2533
2534 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
2535
2536         * mml-sec.el (mml-secure-method): New internal variable.
2537         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
2538         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
2539         functions using mml-secure-method.
2540
2541         * mml.el (mml-mode-map): Add key bindings for those functions.
2542         (mml-menu): Simplify security menu entries.  Suggested by Jesper
2543         Harder <harder@myrealbox.com>.
2544         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
2545         end of message if point is the headers of the message.
2546
2547         * message.el (message-in-body-p): New function.
2548
2549         * assistant.el: Autoload gnus-util and netrc.
2550
2551         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
2552         Use `mm-charset-override-alist' only when decoding.
2553
2554         * mm-bodies.el (mm-decode-body): Call
2555         `mm-charset-to-coding-system' with allow-override argument.
2556
2557         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
2558         `filename' from Content-Disposition if Content-Type doesn't
2559         provide `name'.
2560         (gnus-mime-view-part-as-type): Set default instead of
2561         initial-input.
2562
2563 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2564
2565         * format-spec.el (format-spec): Propagate text properties of % spec.
2566
2567 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2568
2569         * gnus-art.el (gnus-treat-predicate): Add `first'.
2570
2571 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2572
2573         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
2574         (mm-charset-override-alist): New variable.
2575         (mm-charset-to-coding-system): Use it.
2576         (mm-codepage-setup): New helper function.
2577         (mm-charset-eval-alist): New variable.
2578         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
2579         about unknown charsets.
2580
2581         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
2582
2583 2005-10-04  David Hansen  <david.hansen@gmx.net>
2584
2585         * nnrss.el (nnrss-request-article): Add support for the comments tag.
2586         (nnrss-check-group): Ditto.
2587
2588 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2589
2590         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
2591         Rename x-gnus-verbatim to x-verbatim.
2592         (mm-uu-type-alist): Fix regexp for verbatim-marks.
2593
2594         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
2595         x-verbatim.
2596
2597         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
2598
2599         * gnus-util.el (gnus-remove-duplicates): Remove.
2600
2601         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
2602         instead of gnus-remove-duplicates.
2603
2604         * message.el (message-remove-duplicates): Remove.
2605         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
2606         message-remove-duplicates.
2607
2608         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
2609         available, else use implementation from `delete-dups'.
2610
2611         * message.el (message-insert-expires): New function.
2612         (message-mode-map): Add key binding.
2613         (message-mode-field-menu): Add menu entry.
2614         (message-mode): Document it.
2615         (message-make-expires-date): Use `message-make-date'.
2616
2617 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
2618
2619         * message.el (message-make-expires-date): New function.
2620
2621 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * Makefile.in (list-installed-shadows): New entry.
2624         (install): Use it.
2625         (remove-installed-shadows): New entry.
2626
2627         * dgnushack.el (dgnushack-default-load-path): New variable.
2628         (dgnushack-find-lisp-shadows): New function.
2629         (dgnushack-remove-lisp-shadows): New function.
2630
2631 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2632
2633         * Makefile.in (install-el-elc): New entry.
2634         (install): Use it so that .el files are necessarily installed.
2635
2636 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * time-date.el: Autoload parse-time-string, XEmacs needs it.
2639
2640 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2641
2642         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
2643         function rather than the diff-mode.el package.
2644         (mm-display-external): Use with-current-buffer.
2645         (mm-viewer-completion-map, mm-viewer-completion-map):
2646         Move initialization inside declaration.
2647
2648 2005-09-29  Simon Josefsson  <jas@extundo.com>
2649
2650         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
2651         autoload mail-check-payment.
2652         (spam-check-hashcash): Define unconditionally, since hashcash.el
2653         is part of Gnus now.  Ignore errors from payment checking.
2654
2655 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2656
2657         * message.el (message-bold-region, message-unbold-region): Rename
2658         from `bold-region' and `unbold-region'.
2659
2660         * message.el: Remove useless autoloads.
2661
2662 2005-09-28  Simon Josefsson  <jas@extundo.com>
2663
2664         * message.el (message-use-idna): Default to t.
2665         (message-use-idna): Test whether encoding works too.  Doc fix.
2666
2667 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * nntp.el (nntp-warn-about-losing-connection): Remove.
2670
2671 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2672
2673         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
2674         customizable.  Change default value.
2675         (mm-uu-diff-groups-regexp): Change default value.
2676         (mm-uu-type-alist): Add doc string.
2677         (mm-uu-configure): Add doc string.  Make it interactive.
2678         (mm-uu-tex-groups-regexp): New variable.
2679         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
2680         (mm-uu-type-alist): Add LaTeX documents.
2681         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
2682         of "text/verbatim".
2683         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
2684
2685         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
2686         instead of "text/verbatim".
2687
2688         * message.el (message-mark-inserted-region)
2689         (message-mark-insert-file): Use slrn style marks when called with
2690         prefix argument.
2691
2692 2005-09-27  Simon Josefsson  <jas@extundo.com>
2693
2694         * message.el (message-idna-to-ascii-rhs-1): Reformat.
2695
2696 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2697
2698         * message.el (message-remove-duplicates): New function.
2699         Implementation borrowed from `gnus-remove-duplicates'.
2700         (message-idna-to-ascii-rhs): Also encode idna addresses in
2701         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2702         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
2703         only ask about the same idna domain once per header and also tell
2704         in what header to replace the idna domain.
2705
2706         * gnus-art.el (article-decode-idna-rhs): Also decode idna
2707         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2708         (article-decode-idna-rhs): Fix regexp so that all idna-address in
2709         a header is decoded and not just the last one.
2710
2711 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
2714         has been decoded.
2715
2716         * mm-decode.el (mm-automatic-display): Add text/verbatim.
2717         (mm-insert-part): Don't modify text if it has been decoded.
2718
2719         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
2720         decoded.
2721
2722         * mm-view.el (mm-inline-text): Don't strip text props unless
2723         decoding enriched or richtext parts.
2724
2725 2005-09-25  Romain Francoise  <romain@orebokech.com>
2726
2727         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
2728         * gnus-start.el (gnus-subscribe-interactively):
2729         * gnus-uu.el (gnus-uu-grab-articles):
2730         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
2731         space.
2732
2733 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
2734
2735         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2736         * mm-view.el (mm-view-pkcs7-decrypt):
2737         * gnus-sum.el (gnus-summary-limit-to-extra)
2738         (gnus-summary-respool-article, gnus-read-move-group-name):
2739         * gnus-score.el (gnus-summary-increase-score):
2740         * gnus-util.el (gnus-completing-read-with-default):
2741         * gnus-art.el (gnus-read-save-file-name)
2742         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
2743         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
2744         * message.el (message-check-news-header-syntax):
2745         Follow convention for reading with the minibuffer.
2746
2747 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
2748
2749         * spam-report.el (spam-report-url-ping-plain):
2750         Use gnus-extended-version as User-Agent.
2751
2752         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
2753         default value is nil.
2754
2755         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
2756         (mm-uu-verbatim-marks-extract): New function.
2757         (mm-uu-extract): New face.
2758         (mm-uu-copy-to-buffer): Use it.
2759
2760         * spam-report.el (spam-report-gmane-ham): Renamed from
2761         `spam-report-gmane-unspam'.
2762         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
2763         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
2764
2765         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
2766         Autoload.
2767         (spam-report-gmane-unregister-routine): Renamed
2768         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
2769
2770 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
2771
2772         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
2773         (spam-report-gmane-unregister-routine): added support for gmane
2774         unregistration
2775
2776         * spam-report.el (spam-report-gmane-unspam)
2777         (spam-report-gmane-spam): new wrappers around spam-report-gmane
2778         (spam-report-gmane): changed to take a single article and do
2779         unspam registration
2780
2781 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2782
2783         * mm-url.el (mm-url-decode-entities): Fix regexp.
2784
2785 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
2788         default to nil, to be able to use Gnus at all.  If the default
2789         switches to something else, then the function should be fixed not
2790         be exceedingly slow.
2791
2792 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
2793
2794         * gnus-start.el (gnus-activate-group): if the server is nil, don't
2795         fail hard
2796
2797         * spam-report.el: better Keywords line
2798
2799         * spam.el: added Maintainer and better Keywords line
2800
2801 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2802
2803         * gnus-art.el (gnus-article-replace-part)
2804         (gnus-mime-replace-part): New functions.
2805         (gnus-mime-action-alist, gnus-mime-button-commands)
2806         (gnus-mime-save-part-and-strip): Added file argument.
2807         (gnus-article-part-wrapper): Added interactive argument.
2808
2809         * gnus-sum.el (gnus-summary-mime-map): Add
2810         `gnus-article-replace-part'.
2811
2812 2005-09-19  Didier Verna  <didier@xemacs.org>
2813
2814         The nnml compaction feature:
2815         * nnml.el (nnml-request-compact-group): New function.
2816         * nnml.el (nnml-request-compact): New function.
2817         * gnus-int.el (gnus-request-compact-group): New function.
2818         * gnus-int.el (gnus-request-compact): New function.
2819         * gnus-group.el (gnus-group-compact-group): New function.
2820         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
2821         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
2822         * gnus-srvr.el (gnus-server-compact-server): New function.
2823         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
2824         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
2825
2826 2005-09-18  Deepak Goel  <deego@gnufans.org>
2827
2828         * sieve.el (sieve-help): Fix `message' call: first arg should be a
2829         format spec.
2830
2831 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * gnus.el (gnus-group-startup-message): Bind image-load-path.
2834
2835 2005-09-15  Romain Francoise  <romain@orebokech.com>
2836
2837         * message.el (message-fill-paragraph): Clarify docstring.
2838
2839 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * gnus-art.el (gnus-mime-display-part): Protect against broken
2842         MIME messages.
2843
2844 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
2847         before parsing header.
2848
2849 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
2850
2851         * html2text.el: (html2text-replace-list): Add new entities.
2852
2853 2005-09-11  Romain Francoise  <romain@orebokech.com>
2854
2855         * message.el (message-alternative-emails): Improve docstring.
2856         (message-setup-1): Call `message-use-alternative-email-as-from'
2857         after `message-setup-hook' to give it precedence over posting
2858         styles, etc.
2859         (message-use-alternative-email-as-from): Add docstring.  Remove
2860         the original From header if present.
2861
2862         * nnml.el (nnml-compressed-files-size-threshold): New variable.
2863         (nnml-save-mail): Use it.
2864
2865         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
2866         articles.  Add new argument `silent'.
2867         (gnus-uu-mark-all): Report the total number of marked articles.
2868
2869 2005-09-10  Romain Francoise  <romain@orebokech.com>
2870
2871         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
2872         (gnus-uu-mark-series): Likewise.
2873
2874 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
2875
2876         * spam-report.el (spam-report-gmane): Fix generation of spam
2877         report URL.
2878
2879 2005-09-10  Simon Josefsson  <jas@extundo.com>
2880
2881         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
2882         t, based on discussion on the ding list with Robert Epprecht
2883         <epprecht@solnet.ch>.
2884
2885 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
2886
2887         * spam-report.el (spam-report-gmane): Make it work without
2888         X-Report-Spam header.  Gmane now only provides Archived-At.
2889         This is only used if `spam-report-gmane-use-article-number' is nil.
2890         (spam-report-gmane-spam-header): Remove.  Not used anymore.
2891
2892         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
2893         make `gnus-summary-sort-by-recipient' work with threading.
2894
2895         * nnweb.el (nnweb-google-wash-article): Print a message if article
2896         is not available.
2897
2898 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2899
2900         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
2901         change.  Decode text/* parts content before displaying.
2902
2903 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2904
2905         * mml-smime.el: Remove defvar of gnus-extract-address-components.
2906
2907 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * mm-view.el (mm-display-inline-fontify): Disable support modes.
2910
2911         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
2912         url-package-name, url-package-version,
2913         w3m-cid-retrieve-function-alist, w3m-current-buffer,
2914         w3m-display-inline-images, and w3m-minor-mode-map.
2915
2916 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
2917
2918         * message.el (message-tab-body-function): Fixed mismatched custom
2919         type.
2920
2921         * gnus.el (gnus-group-change-level-function): Ditto.
2922
2923         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
2924
2925         * gnus-art.el (gnus-signature-limit)
2926         (gnus-article-mime-part-function): Ditto.
2927
2928 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * mml.el (mml-mode): Silence the byte compiler.
2931
2932         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
2933         using `(sit-for 0)' before moving the point to the specified part;
2934         skip unbuttonized parts.
2935         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
2936         return to the summary window if gnus-auto-select-part is non-nil.
2937
2938 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
2939
2940         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
2941         variables.
2942         (mml-dnd-attach-file, mml-mode): Use them.
2943
2944         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
2945         Make fetching article by MID work again for Google Groups.  Added
2946         FIXME concerning gnus-group-make-web-group.
2947
2948         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
2949         Don't depend on Gnus by using mail-extract-address-components if
2950         gnus-extract-address-components is not bound.
2951
2952 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * gnus-art.el (gnus-mime-display-security): Don't display the
2955         signature, but only the signed part.
2956
2957 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
2960
2961         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
2962         list, not listp.
2963
2964 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
2965
2966         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
2967         when encoding.
2968
2969         * mm-bodies.el (mm-decode-content-transfer-encoding):
2970         De-canonicalize CRLF for all text content types, not just
2971         text/plain.
2972
2973 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
2976         valid article; point arrow and cursor at the MIME button.
2977
2978 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
2981         Suggested by Dan Christensen <jdc@uwo.ca>.
2982
2983         * mm-decode.el (mm-save-part): Enable change of prompt.
2984
2985 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
2986
2987         * gnus-msg.el (gnus-inews-add-send-actions): Made
2988         `message-post-method' lambda parameter ARG `&optional'.
2989
2990 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
2991
2992         * gnus-sum.el (gnus-summary-mime-map): Added
2993         gnus-article-save-part-and-strip, gnus-article-delete-part and
2994         gnus-article-jump-to-part.
2995
2996         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
2997         (gnus-article-edit-part): Use it.
2998         (gnus-article-part-wrapper): Added no-handle argument.
2999         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3000         functions.
3001
3002 2005-08-29  Romain Francoise  <romain@orebokech.com>
3003
3004         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3005         docstring.
3006         (gnus-face-from-file): Likewise.
3007
3008 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3009
3010         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3011         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3012         non-nil.
3013         (gnus-auto-select-part): New variable.
3014         (gnus-article-jump-to-part): New function.
3015         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3016         (gnus-mime-delete-part): Allow selecting specified part after
3017         deleting or stripping parts.
3018         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3019         part if argument is bogus.
3020
3021 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3022
3023         * gnus-art.el (w3m-minor-mode-map):
3024         * gnus-spec.el (gnus-newsrc-file-version):
3025         * gnus-util.el (nnmail-active-file-coding-system)
3026         (gnus-original-article-buffer, gnus-user-agent):
3027         * gnus.el (gnus-ham-process-destinations)
3028         (gnus-parameter-ham-marks-alist)
3029         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3030         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3031         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3032         * mm-decode.el (gnus-current-window-configuration):
3033         * mm-extern.el (gnus-article-mime-handles):
3034         * mm-url.el (url-current-object, url-package-name)
3035         (url-package-version):
3036         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3037         (smime-keys, w3m-cid-retrieve-function-alist)
3038         (w3m-current-buffer, w3m-display-inline-images)
3039         (w3m-minor-mode-map):
3040         * mml-smime.el (gnus-extract-address-components):
3041         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3042         (gnus-newsrc-hashtb, message-default-charset)
3043         (message-deletable-headers, message-options)
3044         (message-posting-charset, message-required-mail-headers)
3045         (message-required-news-headers):
3046         * mml1991.el (mc-pgp-always-sign):
3047         * mml2015.el (mc-pgp-always-sign):
3048         * nnheader.el (nnmail-extra-headers):
3049         * rfc1843.el (gnus-decode-encoded-word-function)
3050         (gnus-decode-header-function, gnus-newsgroup-name):
3051         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3052
3053 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3054
3055         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3056         the end of the date treatments.
3057
3058 2005-08-15  Simon Josefsson  <jas@extundo.com>
3059
3060         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3061         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3062         Capello and Romain Francoise.
3063         (pgg-fetch-key-function): Removed, not used?
3064         (pgg-insert-url-with-w3): Require url, to get
3065         url-insert-file-contents regardless of where it is defined.
3066
3067 2005-08-13  Romain Francoise  <romain@orebokech.com>
3068
3069         * message.el (message-cite-original-1): New function.
3070         (message-cite-original): Use it.
3071         (message-cite-original-without-signature): Ditto.
3072
3073 2005-08-08  Romain Francoise  <romain@orebokech.com>
3074
3075         * message.el (message-yank-empty-prefix): New variable.
3076         (message-indent-citation): Use it.
3077         (message-cite-original-without-signature): Respect X-No-Archive.
3078
3079 2005-08-08  Simon Josefsson  <jas@extundo.com>
3080
3081         * pgg.el: Autoload url-insert-file-contents instead of loading
3082         w3/url.
3083         (pgg-insert-url-with-w3): Don't load url here.
3084
3085 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3086
3087         * message.el (message-kill-to-signature): Don't insert newline at
3088         bol.
3089         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3090
3091 2005-08-06  Romain Francoise  <romain@orebokech.com>
3092
3093         * message.el (message-user-fqdn): Fix typo in docstring.
3094
3095 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3096
3097         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3098
3099         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3100
3101 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * mm-bodies.el (mm-encode-body): Use coding system rather than
3104         charset to encode text.
3105
3106         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3107         number of charsets if utf-8 is available (XEmacs).
3108
3109 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3110
3111         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3112         taken from `gnus-button-mid-or-mail-regexp'.
3113         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3114         (gnus-button-alist): Improve regexp for domain part of the MIDs
3115         for news:localpart@domain buttons.
3116         (gnus-button-ctan-directory-regexp): Update.
3117
3118 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * sieve-manage.el (sieve-manage-interactive-login): Use
3121         make-local-variable rather than make-variable-buffer-local.
3122         (sieve-manage-open): Ditto.
3123         (sieve-manage-authenticate): Ditto.
3124
3125         * mml.el (mml-generate-mime-1): Make the content type default to
3126         text/plain if the filename is not specified.
3127
3128 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3131         instead of insert-buffer.
3132
3133         * message.el (message-yank-original): Ditto; set the mark at the
3134         end of the yanked message.
3135
3136 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3139         lines to scroll rather than to stop it.
3140
3141         * mml.el (mml-generate-default-type): Add doc string.
3142         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3143         default to application/octet-stream when determining the content
3144         type if it is not specified for the part or the mml contents; add
3145         a comment about mml-generate-default-type.
3146
3147 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3148
3149         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3150         make it default to application/octet-stream when determining the
3151         content type if it is not specified for the external contents.
3152
3153 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3156         segmented parameter but also other parameters might be there.
3157
3158 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * mm-decode.el (mm-display-external): Delete temp file, directory
3161         and buffer immediately if the external process is exited.
3162
3163 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3166         fewer lines than that of scroll-margin.
3167         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3168
3169 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * gnus-art.el (gnus-article-next-page): Revert.
3172         (gnus-article-beginning-of-window): New macro.
3173         (gnus-article-next-page-1): Use it.
3174         (gnus-article-prev-page): Ditto.
3175         (gnus-article-edit-part): Use insert-buffer-substring instead of
3176         insert-buffer.
3177         (gnus-article-edit-exit): Ditto.
3178
3179         * gnus-util.el (gnus-beginning-of-window): Remove.
3180         (gnus-end-of-window): Remove.
3181
3182         * lpath.el: Don't bind header-line-format and scroll-margin.
3183
3184 2005-07-25  Simon Josefsson  <jas@extundo.com>
3185
3186         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3187         to have the url package without w3.  Reported by Daiki Ueno
3188         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3189
3190 2005-07-20  Didier Verna  <didier@xemacs.org>
3191
3192         * gnus-diary.el: Remove the description comment (nndiary is now
3193         properly documented in the Gnus manual).
3194         Fix the spelling of "Back End".
3195         * nndiary.el: Ditto.
3196         Fix the copyright notice.
3197
3198 2005-07-18  Romain Francoise  <romain@orebokech.com>
3199
3200         * gnus-sum.el (gnus-summary-to-prefix,
3201         gnus-summary-newsgroup-prefix): New variables.
3202         (gnus-summary-from-or-to-or-newsgroups): Use them.
3203
3204 2005-07-17  Romain Francoise  <romain@orebokech.com>
3205
3206         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3207         space as it's generally not especially interesting to the user.
3208
3209 2005-07-16  Romain Francoise  <romain@orebokech.com>
3210
3211         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3212         nil to avoid prompting and file modification if one of the
3213         messages at the top of the nnfolder file contains a copyright
3214         notice.
3215         Update copyright notice.
3216
3217         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3218         instead of `current-time-string' as the latter creates a time
3219         string that is not RFC 2822 compliant (it lacks the zone).
3220         Update copyright notice.
3221
3222 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3223
3224         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3225         for text/rtf.  Display default in prompt.  Pass default for M-n.
3226
3227         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3228
3229 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * gnus-msg.el (gnus-button-mailto): Remove
3232         save-selected-window-window hackery because it relies on
3233         save-selected-window internals.
3234
3235 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3238         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3239         (gnus-article-prev-page): Ditto.
3240
3241         * gnus-util.el (gnus-beginning-of-window): New function.
3242         (gnus-end-of-window): New function.
3243
3244         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3245
3246 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3247
3248         * gnus-score.el (gnus-score-edit-all-score): Set
3249         gnus-score-edit-exit-function to gnus-score-edit-done and call
3250         gnus-message.
3251
3252 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * gnus-msg.el (gnus-button-mailto): Remove
3255         save-selected-window-window hackery because it relies on
3256         save-selected-window internals.
3257
3258 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3261         add-minor-mode.
3262         (gnus-binary-mode): Ditto.
3263
3264         * gnus-topic.el (gnus-topic-mode): Ditto.
3265
3266 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3267
3268         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3269         (gnus-article-prev-page): Take scroll-margin into consideration.
3270
3271 2005-07-04  Lute Kamstra  <lute@gnu.org>
3272
3273         Update FSF's address in GPL notices.
3274
3275 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3276
3277         * gnus.el (gnus-exit):
3278         * gnus-group.el (gnus-group-icons):
3279         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3280
3281         * gnus-nocem.el (gnus-nocem):
3282         * message.el (message-various, message-buffers, message-sending)
3283         (message-interface, message-forwarding, message-insertion)
3284         (message-headers, message-news, message-mail):
3285         * pgg-gpg.el (pgg-gpg):
3286         * pgg-parse.el (pgg-parse):
3287         * pgg-pgp.el (pgg-pgp):
3288         * pgg-pgp5.el (pgg-pgp5):
3289         * pop3.el (pop3): Finish `defgroup' description with period.
3290
3291 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * gnus-art.el (article-display-face): Improve the efficiency.
3294         (article-display-x-face): Ditto; remove grey x-face stuff.
3295
3296 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * gnus-art.el (article-display-face): Correct the position in
3299         which Faces are inserted.
3300
3301 2005-06-29  Didier Verna  <didier@xemacs.org>
3302
3303         * gnus-art.el (article-display-face): Display faces in correct
3304         order.
3305
3306 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3309         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3310         (gnus-nocem-check-article): Fetch the Type header.
3311         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3312         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3313         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3314         make sure gnus-nocem-hashtb is initialized.
3315         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3316         (gnus-nocem-unwanted-article-p): Ditto.
3317
3318         * pgg.el (pgg-verify): Return the verification result.
3319
3320 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3323         is ascii.
3324
3325 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3326
3327         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3328         `show-nonbreak-escape'.
3329
3330 2005-06-23  Lute Kamstra  <lute@gnu.org>
3331
3332         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3333
3334         * dig.el (dig-mode):
3335         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3336
3337 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3338
3339         * nnimap.el (nnimap-split-download-body): Fix spellings.
3340
3341 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3342
3343         * gnus-art.el (gnus-article-encrypt-body):
3344         * gnus-cus.el (gnus-score-customize):
3345         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3346         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3347
3348 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3349
3350         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
3351         header by looking for magic "MII" at the beginnig.
3352
3353 2005-06-16  Miles Bader  <miles@gnu.org>
3354
3355         * gnus-xmas.el (gnus-xmas-group-startup-message):
3356         Use renamed gnus-splash face.
3357
3358         * assistant.el (assistant-field): Remove "-face" suffix from face name.
3359         (assistant-field-face): New backward-compatibility alias for renamed
3360         face.
3361         (assistant-render-text): Use renamed assistant-field face.
3362
3363         * spam.el (spam): Remove "-face" suffix from face name.
3364         (spam-face): New backward-compatibility alias for renamed face.
3365         (spam-face, spam-initialize): Use renamed spam face.
3366
3367         * message.el (message-header-to, message-header-cc)
3368         (message-header-subject, message-header-newsgroups)
3369         (message-header-other, message-header-name)
3370         (message-header-xheader, message-separator, message-cited-text)
3371         (message-mml): Remove "-face" suffix from face names.
3372         (message-header-to-face, message-header-cc-face)
3373         (message-header-subject-face, message-header-newsgroups-face)
3374         (message-header-other-face, message-header-name-face)
3375         (message-header-xheader-face, message-separator-face)
3376         (message-cited-text-face, message-mml-face):
3377         New backward-compatibility aliases for renamed faces.
3378         (message-font-lock-keywords): Use renamed message faces.
3379
3380         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
3381         (sieve-test-commands, sieve-tagged-arguments):
3382         Remove "-face" suffix from face names.
3383         (sieve-control-commands-face, sieve-action-commands-face)
3384         (sieve-test-commands-face, sieve-tagged-arguments-face):
3385         New backward-compatibility aliases for renamed faces.
3386         (sieve-control-commands-face, sieve-action-commands-face)
3387         (sieve-test-commands-face, sieve-tagged-arguments-face):
3388         Use renamed sieve faces.
3389
3390         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
3391         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
3392         (gnus-group-news-3-empty, gnus-group-news-4)
3393         (gnus-group-news-4-empty, gnus-group-news-5)
3394         (gnus-group-news-5-empty, gnus-group-news-6)
3395         (gnus-group-news-6-empty, gnus-group-news-low)
3396         (gnus-group-news-low-empty, gnus-group-mail-1)
3397         (gnus-group-mail-1-empty, gnus-group-mail-2)
3398         (gnus-group-mail-2-empty, gnus-group-mail-3)
3399         (gnus-group-mail-3-empty, gnus-group-mail-low)
3400         (gnus-group-mail-low-empty, gnus-summary-selected)
3401         (gnus-summary-cancelled, gnus-summary-high-ticked)
3402         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
3403         (gnus-summary-high-ancient, gnus-summary-low-ancient)
3404         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
3405         (gnus-summary-low-undownloaded)
3406         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
3407         (gnus-summary-low-unread, gnus-summary-normal-unread)
3408         (gnus-summary-high-read, gnus-summary-low-read)
3409         (gnus-summary-normal-read, gnus-splash):
3410         Remove "-face" suffix from face names.
3411         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3412         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3413         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3414         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3415         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3416         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3417         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3418         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3419         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3420         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3421         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3422         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3423         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3424         (gnus-summary-normal-ticked-face)
3425         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
3426         (gnus-summary-normal-ancient-face)
3427         (gnus-summary-high-undownloaded-face)
3428         (gnus-summary-low-undownloaded-face)
3429         (gnus-summary-normal-undownloaded-face)
3430         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3431         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3432         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3433         (gnus-splash-face):
3434         New backward-compatibility aliases for renamed faces.
3435         (gnus-group-startup-message): Use renamed gnus faces.
3436
3437         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
3438         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
3439         (gnus-server-agent): Remove "-face" suffix from face names.
3440         (gnus-server-agent-face, gnus-server-opened-face)
3441         (gnus-server-closed-face, gnus-server-denied-face)
3442         (gnus-server-offline-face):
3443         New backward-compatibility aliases for renamed faces.
3444         (gnus-server-agent-face, gnus-server-opened-face)
3445         (gnus-server-closed-face, gnus-server-denied-face)
3446         (gnus-server-offline-face): Use renamed gnus faces.
3447
3448         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
3449         Remove "-face" suffix from face names.
3450         (gnus-picon-xbm-face, gnus-picon-face):
3451         New backward-compatibility aliases for renamed faces.
3452
3453         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
3454         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
3455         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
3456         (gnus-cite-11): Remove "-face" suffix from face names.
3457         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
3458         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
3459         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
3460         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
3461         New backward-compatibility aliases for renamed faces.
3462         (gnus-cite-attribution-face, gnus-cite-face-list)
3463         (gnus-article-boring-faces): Use renamed gnus faces.
3464
3465         * gnus-art.el (gnus-signature, gnus-header-from)
3466         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
3467         (gnus-header-content): Remove "-face" suffix from face names.
3468         (gnus-signature-face, gnus-header-from-face)
3469         (gnus-header-subject-face, gnus-header-newsgroups-face)
3470         (gnus-header-name-face, gnus-header-content-face):
3471         New backward-compatibility aliases for renamed faces.
3472         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
3473
3474         * gnus-sum.el (gnus-summary-selected-face)
3475         (gnus-summary-highlight): Use renamed gnus faces.
3476         * gnus-group.el (gnus-group-highlight): Likewise.
3477
3478 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3479
3480         * gnus-sieve.el (gnus-sieve-article-add-rule):
3481         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
3482         * spam-stat.el (spam-stat-buffer-change-to-spam)
3483         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
3484
3485         * message.el (message-is-yours-p):
3486         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
3487
3488 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * mm-view.el (mm-inline-text): Withdraw the last change.
3491
3492 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
3495         executing enriched-decode.
3496
3497 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
3500         charset of tar files.
3501
3502 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3503
3504         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
3505
3506 2005-06-04  Lute Kamstra  <lute@gnu.org>
3507
3508         * nnfolder.el (nnfolder-read-folder): Make sure that undo
3509         information is never recorded.
3510
3511 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3512
3513         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
3514
3515 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * pop3.el (pop3-apop): Run md5 in the binary mode.
3518
3519         * starttls.el (starttls-set-process-query-on-exit-flag):
3520         Use eval-and-compile.
3521
3522 2005-05-31  Simon Josefsson  <jas@extundo.com>
3523
3524         * smime.el (smime-replace-in-string): Define.
3525         (smime-cert-by-ldap-1): Use it.
3526
3527 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * gnus-art.el (article-display-x-face): Replace
3530         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3531
3532         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
3533         set-process-query-on-exit-flag or process-kill-without-query.
3534
3535         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
3536         loop instead of replace-regexp.
3537
3538         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
3539         instead of process-kill-without-query if it is available.
3540
3541         * lpath.el: Fbind ldap-search-entries.
3542
3543         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
3544         instead of find-file-hooks if it is available.
3545
3546         * mml1991.el: Bind pgg-default-user-id when compiling.
3547
3548         * mml2015.el: Bind pgg-default-user-id when compiling.
3549
3550         * nndraft.el (nndraft-request-associate-buffer):
3551         Use write-contents-functions instead of write-contents-hooks if it is
3552         available.
3553
3554         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
3555         instead of find-file-hooks if it is available.
3556
3557         * nntp.el (nntp-open-connection): Replace
3558         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3559         (nntp-open-ssl-stream): Ditto.
3560         (nntp-open-tls-stream): Ditto.
3561
3562         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
3563         set-process-query-on-exit-flag or process-kill-without-query.
3564         (starttls-open-stream-gnutls): Use it instead of
3565         process-kill-without-query.
3566         (starttls-open-stream): Ditto.
3567
3568 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
3569
3570         * smime.el (smime-cert-by-ldap-1): Don't use
3571         replace-regexp-in-string.
3572
3573 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3574
3575         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
3576
3577         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
3578         in PEM format. Adjust to the XEmacs compability.
3579
3580 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
3581
3582         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
3583         by `string-to-number'.
3584         * gnus-agent.el (gnus-agent-regenerate-group)
3585         (gnus-agent-fetch-articles): Ditto.
3586         * gnus-art.el (gnus-button-fetch-group): Ditto.
3587         * gnus-cache.el (gnus-cache-generate-active)
3588         (gnus-cache-articles-in-group): Ditto.
3589         * gnus-group.el (gnus-group-set-current-level)
3590         (gnus-group-insert-group-line): Ditto.
3591         * gnus-score.el (gnus-score-set-expunge-below)
3592         (gnus-score-set-mark-below, gnus-summary-score-effect)
3593         (gnus-summary-score-entry): Ditto.
3594         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
3595         (gnus-soup-pack): Ditto.
3596         * gnus-spec.el (gnus-xmas-format): Ditto.
3597         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
3598         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
3599         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
3600         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
3601         * nndb.el (nndb-get-remote-expire-response): Ditto.
3602         * nndiary.el (nndiary-parse-schedule-value)
3603         (nndiary-string-to-number, nndiary-request-replace-article)
3604         (nndiary-request-article): Ditto.
3605         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
3606         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
3607         * nneething.el (nneething-make-head): Ditto.
3608         * nnfolder.el (nnfolder-request-article)
3609         (nnfolder-retrieve-headers): Ditto.
3610         * nnheader.el (nnheader-file-to-number): Ditto.
3611         * nnkiboze.el (nnkiboze-request-article): Ditto.
3612         * nnmail.el (nnmail-process-unix-mail-format)
3613         (nnmail-process-babyl-mail-format): Ditto.
3614         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
3615         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
3616         (nnmh-request-create-group, nnmh-request-list-1)
3617         (nnmh-request-group, nnmh-request-article): Ditto.
3618         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
3619         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
3620         * nnsoup.el (nnsoup-make-active): Ditto.
3621         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
3622         * nntp.el (nntp-find-group-and-number)
3623         (nntp-retrieve-headers-with-xover): Ditto.
3624         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
3625         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
3626         (pgg-format-key-identifier): Ditto.
3627         * pop3.el (pop3-last, pop3-stat): Ditto.
3628         * qp.el (quoted-printable-decode-region): Ditto.
3629
3630         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
3631         of concat.
3632
3633 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
3636
3637         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
3638
3639         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
3640
3641         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
3642
3643         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
3644
3645         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
3646
3647         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
3648         (gnus-carpal-mode): Ditto.
3649
3650         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
3651         (gnus-browse-mode): Ditto.
3652
3653         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
3654
3655         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
3656
3657 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3658
3659         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
3660
3661 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-util.el (gnus-run-mode-hooks): New function.
3664
3665         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
3666
3667         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
3668         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
3669
3670 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3671
3672         * gnus-agent.el (gnus-agent-make-mode-line-string):
3673         Use mode-line-highlight as mouse-face.
3674
3675 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * canlock.el (canlock): Change the parent group to news.
3678
3679         * deuglify.el (gnus-outlook-deuglify): Add :group.
3680
3681         * dig.el (dig): Add :group.
3682
3683         * dns-mode.el (dns-mode): Add :group.
3684
3685         * encrypt.el (encrypt): Add :group.
3686
3687         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
3688         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
3689         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
3690         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
3691         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
3692
3693         * gnus-diary.el (gnus-diary): Add :group.
3694
3695         * gnus.el (gnus-group-news-1-face): Add :group.
3696         (gnus-group-news-1-empty-face): Ditto.
3697         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
3698         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
3699         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
3700         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
3701         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
3702         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
3703         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
3704         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
3705         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
3706         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
3707         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
3708         (gnus-summary-high-ticked-face): Ditto.
3709         (gnus-summary-low-ticked-face): Ditto.
3710         (gnus-summary-normal-ticked-face): Ditto.
3711         (gnus-summary-high-ancient-face): Ditto.
3712         (gnus-summary-low-ancient-face): Ditto.
3713         (gnus-summary-normal-ancient-face): Ditto.
3714         (gnus-summary-high-undownloaded-face): Ditto.
3715         (gnus-summary-low-undownloaded-face): Ditto.
3716         (gnus-summary-normal-undownloaded-face): Ditto.
3717         (gnus-summary-high-unread-face): Ditto.
3718         (gnus-summary-low-unread-face): Ditto.
3719         (gnus-summary-normal-unread-face): Ditto.
3720         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
3721         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
3722
3723         * hashcash.el (hashcash): New custom group.
3724         (hashcash-default-payment): Add :group.
3725         (hashcash-payment-alist): Ditto.
3726         (hashcash-default-accept-payment): Ditto.
3727         (hashcash-accept-resources): Ditto.
3728         (hashcash-path): Ditto.
3729         (hashcash-extra-generate-parameters): Ditto.
3730         (hashcash-double-spend-database): Ditto.
3731         (hashcash-in-news): Ditto.
3732
3733         * message.el (message-minibuffer-local-map): Add :group.
3734
3735         * netrc.el (netrc): Add :group.
3736
3737         * sieve-manage.el (sieve-manage-log): Add :group.
3738         (sieve-manage-default-user): Diito.
3739         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
3740         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
3741         (sieve-manage-authenticators): Ditto.
3742         (sieve-manage-authenticator-alist): Ditto.
3743         (sieve-manage-default-port): Ditto.
3744
3745         * sieve-mode.el (sieve-control-commands-face): Add :group.
3746         (sieve-action-commands-face): Ditto.
3747         (sieve-test-commands-face): Ditto.
3748         (sieve-tagged-arguments-face): Ditto.
3749
3750         * smime.el (smime): Add :group.
3751
3752         * spam-report.el (spam-report): Add :group.
3753
3754         * spam.el (spam, spam-face): Add :group.
3755
3756 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * nntp.el (nntp-next-result-arrived-p): Some news servers may
3759         return \n.\n.\n at the end of articles.  Protect against that.
3760         (nntp-with-open-group): Allow debugging.
3761
3762         * nnheader.el (mail-header-set-extra): Make into a function
3763         because I just could't understand how to quote the list properly.
3764
3765         * dns.el (query-dns-cached): New function.
3766
3767 2005-05-26  Lute Kamstra  <lute@gnu.org>
3768
3769         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
3770
3771 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
3774
3775         * gnus-art.el: Don't autoload mail-extract-address-components.
3776
3777         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
3778         eval-and-compile to evaluate it.
3779
3780         * hashcash.el: Don't autoload executable-find.
3781
3782         * nndb.el: Don't declare the nndb back end two or more times; don't
3783         autoload news-reply-mode, news-setup, cancel-timer and telnet.
3784
3785         * nntp.el: Autoload format-spec instead of format; use
3786         eval-and-compile to evaluate autoload forms.
3787
3788 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
3789
3790         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
3791
3792 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * gnus.el (gnus-version-number): Bump version.
3795
3796 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3797
3798         * gnus.el: No Gnus v0.3 is released.
3799
3800 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * lpath.el (featurep): Bind show-nonbreak-escape.
3803
3804 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gnus-art.el (gnus-article-edit-part): Disable undo.
3807
3808 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
3811         gnus-article-date-lapsed-new-header is t if date timer is active;
3812         skip headers in which the original date value is empty.
3813         (gnus-article-save-original-date): Redefine it as a macro.
3814         (gnus-display-mime): Use it.
3815
3816 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-art.el (article-date-ut): Support converting date in
3819         forwarded parts as well.
3820         (gnus-article-save-original-date): New function.
3821         (gnus-display-mime): Use it.
3822
3823 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
3824
3825         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
3826         enclosure element of <item>.
3827
3828 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
3829
3830         * message.el (message-kill-buffer-query): Renamed from
3831         `message-kill-buffer-query-if-modified'.  Added :version.
3832
3833 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
3836         window layout.
3837
3838 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * mml.el: Autoload dnd when compiling.
3841
3842 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3843
3844         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
3845         x-dnd-*.
3846
3847 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * qp.el (quoted-printable-encode-region): Save excursion.
3850
3851 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3852
3853         * message.el (message-kill-buffer-query-if-modified): new variable
3854         so the user can kill a modified message buffer quickly
3855         (message-kill-buffer): use it.
3856
3857 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * lpath.el: Fbind display-time-event-handler; don't fbind
3860         string-to-multibyte.
3861
3862         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
3863
3864 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
3867         contained in text because xml.el decodes entities) with LFs.
3868
3869 2005-04-11  Lute Kamstra  <lute@gnu.org>
3870
3871         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
3872         differently.
3873
3874 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3875
3876         * mm-util.el (mm-detect-coding-region): Typo.
3877
3878 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
3881
3882 2005-04-06  D Goel  <deego@gnufans.org>
3883
3884         * spam-stat.el (spam-stat-score-buffer): Add a call to a
3885         user-function allow user modifications of the scores.
3886         (spam-stat-score-buffer-user): New function, to allow
3887         user-computed modifications to the score.
3888         (spam-stat-score-buffer-user-functions): list of additional
3889         scoring functions
3890         (spam-stat-error-holder): global temporary error holder
3891         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
3892         variable
3893
3894 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3895
3896         * gnus-registry.el (gnus-registry-clean-empty-function)
3897         (gnus-registry-trim, gnus-registry-fetch-groups)
3898         (gnus-registry-delete-group): now groups that match
3899         `gnus-registry-ignored-groups' will be removed from the registry
3900         entries, not just ignored for splitting.  This helps clean up the
3901         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
3902         to get all the groups a message ID is in.
3903
3904         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
3905         (spam-stat-split-fancy): changed "threshhold" to "threshold"
3906         (spam-stat-score-buffer-user-functions): added :number custom type
3907
3908 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
3911         argument in XEmacs.
3912
3913         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
3914         (nnrss-request-group): Decode group name first.
3915         (nnrss-request-article): Make a text/plain article if mml-to-mime
3916         failed.
3917         (nnrss-get-encoding): Return a compatible encoding according to
3918         nnrss-compatible-encoding-alist.
3919         (nnrss-find-el): Use consp instead of listp.
3920         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
3921
3922 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
3925         which Emacs 20 doesn't support.
3926         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
3927
3928 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3929
3930         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
3931         silence the byte compiler inside the defun
3932
3933         * gnus-demon.el (parse-time-string): Add autoload.
3934
3935         * gnus-delay.el (parse-time-string): Add autoload.
3936
3937         * gnus-art.el (parse-time-string): Add autoload.
3938
3939         * nnultimate.el (parse-time): Require for `parse-time-string'.
3940
3941 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3942
3943         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
3944
3945         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
3946
3947         * smime.el (smime-ldap-host-list): Add :version.
3948
3949 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3950
3951         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
3952         pass it to `gnus-browse-read-group'.
3953         (gnus-browse-read-group): Add NUMBER argument and pass it to
3954         `gnus-group-read-ephemeral-group'.
3955
3956         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
3957         argument and pass it to `gnus-group-read-group'.
3958
3959 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
3960
3961         * mm-util.el (mm-xemacs-find-mime-charset): Only call
3962         mm-xemacs-find-mime-charset-1 if we have the mule feature
3963         available at runtime.
3964
3965 2005-03-25  Werner Lemberg  <wl@gnu.org>
3966
3967         * nnmaildir.el: Replace `illegal' with `invalid'.
3968
3969 2005-03-23  Lute Kamstra  <lute@gnu.org>
3970
3971         * time-date.el: Add comment on time value formats.
3972         Don't require parse-time.
3973         (with-decoded-time-value): New macro.
3974         (encode-time-value): New function.
3975         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
3976         (days-to-time): Return a valid time value when arg is huge.
3977         (time-since): Use time-subtract.
3978         (time-to-number-of-days): Use time-to-seconds.
3979
3980 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3981
3982         * gnus-start.el (gnus-display-time-event-handler):
3983         Check display-time-timer at runtime rather than only at load time
3984         in case display-time-mode is turned off in the mean time.
3985
3986 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * nnimap.el (nnimap-open-connection): Print which authinfo file is
3989         used.
3990
3991         * nneething.el (nneething-map-file-directory): Derive from
3992         `gnus-directory'.
3993
3994         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
3995         the To/Cc button.
3996
3997 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3998
3999         * nnmaildir.el (nnmaildir-request-accept-article):
4000         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4001
4002 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4003
4004         * gnus-async.el: Require timer-funcs at compile time when in
4005         XEmacs for `run-with-idle-timer'.
4006
4007 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4008
4009         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4010         autoloaded function.
4011
4012 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4013
4014         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4015
4016 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4017
4018         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4019
4020 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4023         gnus-expert-user to default.
4024
4025 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4026
4027         * nnimap.el (nnimap-open-server): Ditto.
4028
4029         * imap.el (imap-authenticate): Fix typo.
4030
4031 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4032
4033         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4034         buffer (since IMAP server might return FETCH response out of
4035         order, and the nntp buffer must be sorted).
4036
4037 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4038
4039         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4040         comparison on string.
4041
4042         * gnus-agent.el (gnus-agent-long-article,
4043         gnus-agent-short-article, gnus-agent-score): Renamed category
4044         keywords to match gnus-cus.
4045         (gnus-agent-summary-fetch-series): Modified to protect against
4046         gnus-agent-summary-fetch-group clearing processable flags.
4047         (gnus-agent-synchronize-group-flags): Update live group buffer as
4048         synchronization may occur due to the user toggle the plugged
4049         status.
4050         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4051         successfully downloaded.
4052         (gnus-agent-expire-group-1): Avoid using markers when the overview
4053         is in ascending order; greatly improves performance.
4054         (gnus-agent-regenerate-group): Use
4055         gnus-agent-synchronize-group-flags to reset read status in both
4056         gnus and server.
4057         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4058
4059 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4060
4061         * message.el: Don't autoload former message-utils variables.
4062         (message-strip-subject-trailing-was): Change doc string.
4063
4064         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4065         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4066         (nnweb-google-search): Add "hl=en" here.
4067         (nnweb-google-parse-1, nnweb-google-create-mapping):
4068         Don't hardcode URL.
4069
4070 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4071
4072         * message.el (message-get-reply-headers, message-followup):
4073         Mention related variables `message-use-followup-to' and
4074         `message-use-mail-followup-to', in the information buffer.
4075
4076         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4077         of broken groups(-beta).google.com.
4078
4079 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4080
4081         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4082         parameter to invoked gnus-request-move-article; remove the
4083         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4084         all at once instead of once per article
4085         (gnus-summary-remove-process-mark): accept a list of articles as
4086         well as a single article for processing
4087
4088         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4089
4090         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4091
4092         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4093
4094         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4095
4096         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4097
4098         * nnimap.el (nnimap-request-move-article): add move-is-internal
4099         parameter and remove the gnus-sum-hint-move-is-internal variable
4100
4101         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4102
4103         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4104
4105         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4106
4107         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4108
4109         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4110
4111         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4112
4113 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4114
4115         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4116         a more conservative way.
4117
4118 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4119
4120         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4121         buffer, so it moves the window's cursor.
4122
4123 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4124
4125         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4126         `mm-dissect-multipart' and receive the from field as an (optional)
4127         argument from `mm-dissect-multipart'.
4128         (mm-dissect-multipart): Receive the from field as an argument and
4129         pass it on when we call `mm-dissect-buffer' on MIME parts.
4130         Fixes verification/decryption of signed/encrypted MIME parts.
4131
4132 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4133
4134         * gnus-sum.el (gnus-summary-move-article): set
4135         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4136         whatever it calls (right now, only nnimap-request-move article
4137         respects it)
4138
4139         * nnimap.el (nnimap-request-move-article): when
4140         gnus-sum-hint-move-is-internal is set, don't do the extra
4141         nnimap-request-article
4142
4143 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4146
4147         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4148         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4149
4150         * gnus-sum.el (gnus-summary-caesar-message):
4151         Apply `gnus-treat-article' after rotation.
4152
4153         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4154         doc string.
4155
4156 2005-02-22  Simon Josefsson  <jas@extundo.com>
4157
4158         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4159         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4160         <arne@arnested.dk>.
4161         (encrypt): Add password-cache and password-cache-expiry as group
4162         members.
4163
4164 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4165
4166         * smime.el (smime-ldap-host-list): Doc fix.
4167         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4168         cache) password.
4169         (smime-sign-region): Use it.
4170         (smime-decrypt-region): Use it.
4171         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4172         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4173         fails.
4174         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4175         certificate from DER to PEM format rather than calling openssl.
4176
4177         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4178
4179         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4180         for signing/encryption.
4181
4182         * mml.el (mml-parse-1): Use them.
4183
4184 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4185
4186         * nnrss.el (nnrss-verbose): Removed.
4187         (nnrss-request-group): Use `nnheader-message' instead.
4188
4189 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4190
4191         * nnrss.el (nnrss-verbose): New variable.
4192         (nnrss-request-group): Make it say nnrss is requesting a group.
4193
4194 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4195
4196         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4197         Handle news URL with given port correctly.
4198
4199 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4202         containing special characters.
4203
4204         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4205
4206         * mml.el (mime-to-mml): Ditto.
4207
4208         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4209         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4210         (rfc2047-decode-region): Quote decoded words containing special
4211         characters when rfc2047-quote-decoded-words-containing-tspecials
4212         is non-nil.
4213
4214 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4215
4216         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4217
4218         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4219
4220 2005-02-15  Simon Josefsson  <jas@extundo.com>
4221
4222         * nnimap.el (nnimap-debug): Doc fix.
4223
4224         * imap.el (imap-debug): Doc fix.
4225
4226 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4229
4230 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4231
4232         * gnus.el (spam-contents): improve docs for spam-contents
4233         parameter in its variable incarnation
4234
4235 2005-02-14  Simon Josefsson  <jas@extundo.com>
4236
4237         * smime-ldap.el: Use require instead of load-library for ldap.
4238         (smime-ldap-search): Indent.
4239         (smime-ldap-search-internal): Shorten line.
4240
4241         * smime.el (smime-cert-by-dns): Add doc-string.
4242         (smime-cert-by-ldap-1): Indent.
4243
4244         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4245         mml-smime-get-dns-ldap.
4246         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4247
4248 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4249
4250         * smime.el: Require smime-ldap.
4251         (smime-ldap-host-list): New variable.
4252         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4253
4254         * mml-smime.el (mml-smime-encrypt-query): New function.
4255         (mml-smime-encrypt-query): Use it.
4256
4257         * smime-ldap.el: New file.
4258
4259 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4262
4263 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4264
4265         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4266         argument in doc string.  Make query for type more clear.
4267
4268 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4269
4270         * gnus.el (gnus-group-startup-message): Search for gnus images in
4271         etc/images/gnus.
4272         * mm-util.el (mm-find-charset-region): Likewise.
4273         * smiley.el (smiley-data-directory): Search for smilies in
4274         etc/images/smilies.
4275
4276 2005-02-09  Kim F. Storm  <storm@cua.dk>
4277
4278         Change Emacs release version from 21.4 to 22.1 throughout.
4279         Change Emacs development version from 21.3.50 to 22.0.50.
4280
4281 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4284
4285         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4286         non-Mule XEmacs as well.
4287         (mm-decompress-buffer): Signal an error intentionally if it does
4288         not decompress compressed data because auto-compression-mode is
4289         disabled.
4290
4291 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4292
4293         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4294         an ID in the registry even if it has no groups
4295
4296 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4299         merge it into mm-decompress-buffer.
4300         (gnus-mime-copy-part): Use the MIME part charset, the value which
4301         a user specified or gnus-newsgroup-charset for decoding, like
4302         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4303         save-buffer what was used.  Suggested by Kevin Ryde
4304         <user42@zip.com.au>.
4305         (gnus-mime-inline-part): Allow the name parameter as well as the
4306         filename parameter; force decompressing of compressed data; always
4307         display contents being not decoded as unibyte.
4308
4309         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4310         as well as the filename parameter.
4311
4312         * mm-util.el (mm-decompress-buffer): Merge
4313         gnus-mime-jka-compr-maybe-uncompress.
4314         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4315         of compressed data.
4316
4317 2005-02-08  Simon Josefsson  <jas@extundo.com>
4318
4319         * imap.el (imap-log): Doc fix.
4320
4321 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4324         the coding cookies; decompress compressed parts.
4325
4326         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4327         to the value which a user specified manually or the coding cookie.
4328
4329         * mm-util.el (mm-string-to-multibyte): New function.
4330         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4331         (mm-coding-system-to-mime-charset): New function.
4332         (mm-decompress-buffer): New function.
4333         (mm-find-buffer-file-coding-system): New function.
4334
4335         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4336         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4337         parts.
4338
4339 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4340
4341         * mm-view.el (mm-display-inline-fontify): Decode a part according
4342         to the charset parameter.
4343
4344 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4347         prefix arg is neither nil nor a number, as info specifies.
4348
4349 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
4352         timestamps.
4353
4354 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
4355
4356         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
4357         groups error checking and notify user.
4358
4359 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
4360
4361         * message.el (message-send-mail-function): Check existence of
4362         sendmail-program first before using default value
4363         `message-send-mail-with-sendmail'.  Otherwise use more generic
4364         `smtpmail-send-it'.
4365
4366 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * nntp.el (nntp-request-update-info): Always return nil.
4369
4370 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4371
4372         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
4373
4374 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4375
4376         * message.el (message-beginning-of-line): Change the behavior when
4377         invoked between BOL and : so that it first moves backward.
4378
4379 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
4382         article buffer when editing of the article is discarded.
4383         (gnus-article-prepare): Revert.
4384
4385 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * gnus-art.el (gnus-article-prepare):
4388         Remove message-strip-forbidden-properties from the local hook.
4389
4390 2005-01-27  Simon Josefsson  <jas@extundo.com>
4391
4392         * password.el (password-cache-add): Only start one timer per key.
4393         Reported by Derek Atkins <warlord@MIT.EDU>.
4394
4395 2005-01-26  Steve Youngs  <steve@sxemacs.org>
4396
4397         * run-at-time.el: Removed.  It is no longer needed as
4398         timer-funcs.el in the xemacs-base package has a working version of
4399         `run-at-time'.
4400
4401         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
4402
4403         * password.el: Require timer-funcs instead of run-at-time in
4404         XEmacs.
4405         Remove `password-run-at-time' macro.
4406         (password-cache-add): Use `run-at-time' instead of
4407         `password-run-at-time'.
4408
4409         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
4410         Remove `nnheader-cancel-function-timers' alias,
4411         `cancel-function-timers' exists in XEmacs in timer-funcs.
4412
4413         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
4414         for `run-with-idle-timer'.
4415
4416         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
4417         for `run-at-time'.
4418
4419         * mm-url.el: Require timer-funcs at compile time when in XEmacs
4420         for `with-timeout'.
4421
4422         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
4423         the same as for XEmacs 21.4.
4424         No need to ignore `run-with-idle-timer', this function exists in
4425         XEmacs now in timer-funcs.el in the xemacs-base package.
4426         (dgnushack-compile): No need to delete
4427         run-at-time.el from the list of files to compile because it
4428         doesn't exist anymore.
4429
4430 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * mml.el (mml-generate-mime-1): Convert string into unibyte when
4433         inserting " *mml*" buffer's contents into a unibyte temp buffer.
4434
4435 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
4436
4437         * mail-source.el (mail-source-fetch-imap): Search for ^From case
4438         sensitively.
4439
4440 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
4441
4442         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
4443
4444 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
4447         which will be inserted according to the multibyteness of a buffer
4448         rather than the type of contents.  Suggested by ARISAWA Akihiro
4449         <ari@mbf.ocn.ne.jp>.
4450
4451         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
4452         of string which old xml.el may return rather than a string.
4453
4454 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
4457
4458 2005-01-16  Simon Josefsson  <jas@extundo.com>
4459
4460         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
4461         idn/idna.el isn't available.
4462         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
4463         <michael@waxrat.com>.
4464
4465         * hashcash.el: Remove non-FSF copyright header.
4466
4467         * hashcash.el (hashcash-extra-generate-parameters): New variable.
4468         (hashcash-generate-payment): Use it.
4469         (hashcash-generate-payment-async): Use it.
4470
4471 2005-01-15  Simon Josefsson  <jas@extundo.com>
4472
4473         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
4474         Suggested by Raymond Scholz <ray-2005@zonix.de>.
4475
4476         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
4477         gnus-summary-idna-message.
4478         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
4479         (gnus-summary-idna-message): New function.
4480
4481 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4482
4483         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
4484         gnus-novice-user.
4485
4486 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * nnrss.el (nnrss-request-delete-group): Delete entries in
4489         nnrss-group-alist as well.
4490         (nnrss-save-server-data): Insert newline.
4491
4492 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4493
4494         * gnus.el (gnus-user-agent): Use list of symbols instead of
4495         symbols.  Display full version number for (S)XEmacs.  Optionally
4496         display (S)XEmacs codename.
4497
4498         * gnus-util.el (gnus-emacs-version): Update for new
4499         `gnus-user-agent'.
4500
4501         * gnus-msg.el (gnus-extended-version): Make it possible to omit
4502         Gnus version.
4503
4504 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4505
4506         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
4507         which is unreadable in some setups.
4508
4509 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus-spec.el (gnus-update-format-specifications): Flush the
4512         group format spec cache if it doesn't support decoded group names.
4513
4514 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4515
4516         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
4517         to apply decay on score files matching a regexp.
4518
4519 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
4522         compatibility in %g and %c.
4523
4524 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
4527         name for only %g and %c.
4528         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
4529         of gnus-tmp-group to decoded group name.
4530         (gnus-group-make-rss-group): Exclude `/'s from group names.
4531
4532 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * nnrss.el (nnrss-get-encoding): Fix regexp.
4535
4536 2004-12-27  Simon Josefsson  <jas@extundo.com>
4537
4538         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
4539         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
4540         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
4541
4542 2004-12-17  Kim F. Storm  <storm@cua.dk>
4543
4544         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
4545
4546         * gnus-sum.el (gnus-summary-mode-map): Likewise.
4547
4548 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4549
4550         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
4551
4552 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * nnrss.el: Require rfc2047 and mml.
4555         (nnrss-file-coding-system): New variable.
4556         (nnrss-format-string): Redefine it as an inline function.
4557         (nnrss-decode-group-name): New function.
4558         (nnrss-string-as-multibyte): Remove.
4559         (nnrss-retrieve-headers): Decode group name; don't use
4560         nnrss-format-string.
4561         (nnrss-request-group): Decode group name.
4562         (nnrss-request-article): Decode group name; allow a Message-ID as
4563         well as an article number; don't use nnrss-format-string; encode a
4564         Message-ID string which may contain non-ASCII characters; use
4565         mml-to-mime to compose a MIME article.
4566         (nnrss-request-expire-articles): Decode group name.
4567         (nnrss-request-delete-group): Decode group name.
4568         (nnrss-fetch): Clarify error message.
4569         (nnrss-read-server-data): Use insert-file-contents instead of load;
4570         bind file-name-coding-system; use multibyte buffer.
4571         (nnrss-save-server-data): Bind coding-system-for-write to the
4572         value of nnrss-file-coding-system; bind file-name-coding-system;
4573         add coding cookie.
4574         (nnrss-read-group-data): Use insert-file-contents instead of load;
4575         bind file-name-coding-system; use multibyte buffer.
4576         (nnrss-save-group-data): Bind coding-system-for-write to the
4577         value of nnrss-file-coding-system; bind file-name-coding-system.
4578         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
4579         make it work with non-ASCII text.
4580         (nnrss-find-el): Make it work with old xml.el as well.
4581
4582 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4583
4584         * nnrss.el (nnrss-get-encoding): New function.
4585         (nnrss-fetch): Use unibyte buffer initially; bind
4586         coding-system-for-read while performing mm-url-insert; remove ^Ms;
4587         decode contents according to the encoding attribute.
4588         (nnrss-save-group-data): Add coding cookie.
4589         (nnrss-mime-encode-string): New function.
4590         (nnrss-check-group): Use it to encode subject and author.
4591
4592 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * spam.el (spam-check-BBDB): don't get the symbol-value of an
4595         imaginary variable
4596
4597 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
4600         correctly even if there are wide characters.
4601
4602 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4603
4604         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
4605         downcased symbol names; make a new cache instead of reusing
4606         bbdb-hashtable
4607
4608 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4611         concatenating segments rather than before concatenating them.
4612         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4613
4614         * message.el (message-get-reply-headers): Bind `extra'.
4615
4616 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617
4618         * message.el (message-extra-wide-headers): New variable.
4619         (message-get-reply-headers): Use it.
4620
4621 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * gnus-agent.el (gnus-agent-group-path): Decode group name.
4624         (gnus-agent-group-pathname): Ditto.
4625
4626         * gnus-cache.el (gnus-cache-file-name): Decode group name.
4627
4628         * gnus-group.el (gnus-group-make-group): Decode group name.
4629         (gnus-group-make-rss-group): Register the group data after opening
4630         the nnrss group.
4631
4632 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
4633
4634         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
4635         by expiry now get marked as read.
4636
4637 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
4640
4641 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
4642
4643         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
4644         unify Latin characters in XEmacs.
4645         (mm-find-mime-charset-region): Use it.
4646
4647 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * gnus-util.el (gnus-delete-directory): New function.
4650
4651         * gnus-agent.el (gnus-agent-delete-group): Use it.
4652
4653         * gnus-cache.el (gnus-cache-delete-group): Use it.
4654
4655 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
4658         names.
4659
4660 2004-12-16  Simon Josefsson  <jas@extundo.com>
4661
4662         * hashcash.el (hashcash-payment-alist): Fix custom :type.
4663
4664 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
4667
4668         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
4669         (gnus-group-set-current-level): Decode group name.
4670
4671 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
4672
4673         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
4674         failed.
4675
4676 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * gnus-group.el (gnus-group-delete-group): Decode group name.
4679         (gnus-group-make-rss-group): Encode group name.
4680         (gnus-group-catchup-current): Decode group name.
4681         (gnus-group-kill-group): Decode group name.
4682
4683 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4684
4685         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
4686
4687 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * gnus-group.el (gnus-group-make-rss-group):
4690         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
4691
4692         * gnus-start.el (gnus-setup-news): Honor user's setting to
4693         gnus-message-archive-method.  Suggested by Lute Kamstra
4694         <lute@gnu.org>.
4695
4696 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
4697
4698         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
4699         global counterparts of the buffer-local variables.
4700
4701 2004-11-16  Romain Francoise  <romain@orebokech.com>
4702
4703         * gnus-sum.el (gnus-summary-exit): Don't clear the global
4704         counterparts of the buffer-local variables.
4705
4706 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * message.el (message-forbidden-properties): Fixed typo in doc
4709         string.
4710
4711 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4712
4713         * gnus-util.el (gnus-replace-in-string): Added doc string.
4714
4715         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
4716         to avoid problems when splitting mails with many recipients.
4717
4718 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4719
4720         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
4721         pop-to-buffer, covered by the subsequent gnus-configure-windows.
4722
4723 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
4724
4725         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
4726         if there is no hashtable in memory or file modification time is
4727         newer than cached timestamp.
4728
4729 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4730
4731         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
4732         not-matching option.
4733
4734 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
4735
4736         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
4737         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
4738         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4739         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
4740         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
4741         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
4742
4743 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * message.el (message-forward-make-body-mml): Remove headers
4746         according to message-forward-ignored-headers if a message is decoded.
4747
4748 2004-12-02  Romain Francoise  <romain@orebokech.com>
4749
4750         * message.el (message-forward-make-body-plain): Always remove
4751         headers according to message-forward-ignored-headers.
4752
4753 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         * spam.el (spam-summary-prepare-exit): remove the
4756         gnus-summary-limit pop for now, it has problems with ham marks for
4757         me
4758
4759 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
4760
4761         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
4762         correctly
4763
4764 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
4765
4766         * format-spec.el (format-spec): Message the char.
4767
4768 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
4769
4770         * gnus-art.el (gnus-split-methods): reformat comments
4771
4772         * spam.el (spam-summary-prepare-exit): remove article limits
4773         before exiting the summary buffer
4774
4775 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * lpath.el: Remove bbdb-create-internal, bbdb-records,
4778         spam-BBDB-register-routine and spam-enter-ham-BBDB.
4779
4780         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
4781         order to silence the byte compiler.
4782
4783         * spam.el: Fix the way to silence the byte compiler, which
4784         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
4785         bbdb-search-simple, spam-BBDB-register-routine,
4786         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
4787         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
4788         spam-stat-buffer-is-spam, spam-stat-load,
4789         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
4790         spam-stat-save and spam-stat-split-fancy.
4791
4792 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
4795         which may confuse users.
4796         (canlock-password-for-verify): Ditto.
4797
4798         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
4799
4800         * gnus-art.el (gnus-emphasis-alist): Ditto.
4801
4802         * gnus-registry.el (gnus-registry-max-entries): Ditto.
4803
4804         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
4805
4806         * gnus-start.el (gnus-save-killed-list): Ditto.
4807
4808         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
4809         (gnus-sum-thread-tree-root): Ditto.
4810         (gnus-sum-thread-tree-false-root): Ditto.
4811         (gnus-sum-thread-tree-single-indent): Ditto.
4812
4813         * message.el (message-courtesy-message): Ditto.
4814         (message-archive-note): Ditto.
4815         (message-subscribed-address-file): Ditto.
4816         (message-user-fqdn): Ditto.
4817
4818         * spam-report.el (spam-report-gmane-regex): Ditto.
4819
4820         * spam.el (spam-blackhole-good-server-regex): Ditto.
4821
4822 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * mml.el (mml-preview): Widen the message buffer before copying
4825         the contents to the preview buffer; sort headers before previewing.
4826
4827         * message.el (message-hidden-headers): Fix the way to avoid a bug
4828         in the `repeat' widget in Emacs 21.3 or earlier.
4829
4830 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * message.el (message-hidden-headers): Default to "^References:".
4833         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
4834         (message-strip-forbidden-properties): Remove check for obsolete
4835         `message-hidden' text property, hidden headers are not accessible
4836         in the buffer anymore.  From Romain Francoise on January 11, 2004.
4837
4838 2004-11-22  Romain Francoise  <romain@orebokech.com>
4839
4840         * message.el (message-header-format-alist): Add `From' in list
4841         so that it can be sorted.
4842         (message-fix-before-sending): Widen and sort headers before
4843         sending.
4844         (message-hide-headers): Use narrowing to hide headers by moving
4845         them to the top of the buffer and narrowing to the region
4846         underneath.
4847
4848 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * message.el (message-strip-forbidden-properties): Bind
4851         buffer-read-only (etc) to nil.
4852
4853 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
4856         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4857
4858 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
4859
4860         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
4861
4862 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4863
4864         * dns.el (query-dns): Use sit-for to time instead of
4865         accept-process-output, since that doesn't seem to work on udp
4866         sockets.
4867
4868 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
4871
4872 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
4873
4874         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
4875         docstrings.
4876
4877 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * nntp.el (nntp-request-update-info): Return nil if
4880         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
4881         may not call gnus-activate-group which uselessly issues the GROUP
4882         commands for all nntp groups and wastes time.  Reported by Romain
4883         Francoise <romain@orebokech.com>.
4884
4885         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
4886
4887 2004-11-15  Simon Josefsson  <jas@extundo.com>
4888
4889         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
4890         headers separately.
4891         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
4892         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
4893
4894 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4895
4896         * gnus-start.el (gnus-convert-old-newsrc):
4897         Assign legacy-gnus-agent to 5.10.7.
4898
4899 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4900
4901         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
4902         start of the lines.
4903
4904 2004-11-14  Magnus Henoch  <mange@freemail.hu>
4905
4906         * hashcash.el (hashcash-default-payment): Change default to 20
4907         (hashcash-default-accept-payment): Change default to 20
4908         (hashcash-process-alist): New variable
4909         (hashcash-generate-payment-async): Add
4910         (hashcash-already-paid-p): Add
4911         (hashcash-insert-payment): Don't generate payments twice
4912         (hashcash-insert-payment-async): Add
4913         (hashcash-insert-payment-async-2): Add
4914         (hashcash-cancel-async): Add
4915         (hashcash-wait-async): Add
4916         (hashcash-processes-running-p): Add
4917         (hashcash-wait-or-cancel): Add
4918         (mail-add-payment): New optional argument.  Conditionally start
4919         asynchronous calculation.
4920         (mail-add-payment-async): Add
4921
4922         * message.el (message-send-mail): Wait for asynchronous hashcash
4923         results.  Don't clobber existing X-Hashcash headers.
4924         (message-setup-1): Call mail-add-payment-async when
4925         message-generate-hashcash is non-nil.
4926
4927 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4928
4929         * message.el (message-use-alternative-email-as-from): Examine the
4930         From header as well; use message-make-from in order to include a
4931         user's full name.
4932
4933 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
4936         default; improve customization type.
4937         (gnus-emphasis-custom-with-format): New macro.
4938         (gnus-emphasis-custom-value-to-external): New function.
4939         (gnus-emphasis-custom-value-to-internal): New function.
4940
4941 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * dns.el (query-dns): Resolve reverse addresses.
4944
4945 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * gnus-group.el (gnus-group-get-new-news): Use it.
4948
4949         * gnus-start.el (gnus-check-reasonable-setup): New function.
4950
4951 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
4954         "Args out of range" error.  Reported by Arnaud Giersch
4955         <arnaud.giersch@free.fr>.
4956
4957 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
4958
4959         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
4960         From Stefan Wiens <s.wi@gmx.net>.
4961
4962 2004-11-04  Richard M. Stallman  <rms@gnu.org>
4963
4964         * spam.el (spam group): Add :version.
4965
4966         * pgg-def.el (pgg group): Add :version.
4967
4968 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * gnus-art.el (gnus-article-edit-article): Don't associate the
4971         article buffer with a draft file.  This is a temporary measure
4972         against the 2004-08-22 change to gnus-article-edit-mode.
4973
4974 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
4977         (html2text-format-tags): Remove unused variable `attr'.
4978
4979 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4980
4981         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
4982
4983         * tls.el (tls-process-connection-type, tls-success)
4984         (tls-certtool-program): Add :version.
4985
4986         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
4987         (starttls-extra-arguments, starttls-process-connection-type)
4988         (starttls-connect, starttls-failure, starttls-success):
4989
4990         * spam-stat.el (spam-stat): Add :version.
4991
4992         * sieve.el (sieve): Add :version.
4993
4994         * sha1.el (sha1): Add :version.
4995         (sha1-use-external): Remove redundant version.
4996
4997         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
4998         (nnmail-cache-ignore-groups, nnmail-spool-hook)
4999         (nnmail-split-fancy-match-partial-words)
5000         (nnmail-split-lowercase-expanded):
5001
5002         * nndiary.el (nndiary): Add :version.
5003
5004         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5005
5006         * mml-sec.el (mml-default-sign-method)
5007         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5008         Add :version.
5009
5010         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5011
5012         * mm-url.el (mm-url-use-external, mm-url-program)
5013         (mm-url-arguments): Add :version.
5014
5015         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5016         (mm-attachment-file-modes, mm-decrypt-option)
5017         (mm-w3m-safe-url-regexp): Add :version.
5018
5019         * message.el (message-cite-prefix-regexp)
5020         (message-sendmail-envelope-from, message-minibuffer-local-map)
5021         (message-user-fqdn, message-completion-alist): Add :version.
5022
5023         * gnus-win.el (gnus-configure-windows-hook)
5024         (gnus-use-frames-on-any-display): Add :version.
5025
5026         * gnus-art.el (gnus-article-address-banner-alist)
5027         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5028         (gnus-treat-from-picon, gnus-treat-mail-picon)
5029         (gnus-treat-x-pgp-sig): Add :version.
5030
5031         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5032         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5033         (gnus-summary-article-delete-hook)
5034         (gnus-summary-display-while-building): Add :version.
5035
5036         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5037         (gnus-get-top-new-news-hook):Add :version.
5038
5039         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5040         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5041
5042         * gnus-registry.el (gnus-registry): Add :version.
5043
5044         * gnus-spec.el (gnus-use-correct-string-widths)
5045         (gnus-make-format-preserve-properties): Add :version.
5046
5047         * gnus.el (gnus-group-charter-alist)
5048         (gnus-group-fetch-control-use-browse-url)
5049         (gnus-install-group-spam-parameters): Add :version.
5050
5051         * gnus-diary.el (gnus-diary): Add :version.
5052
5053         * gnus-delay.el (gnus-delay): Add :version.
5054
5055         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5056         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5057         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5058         Add :version.
5059
5060         * gnus-agent.el (gnus-agent-max-fetch-size)
5061         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5062         (gnus-agent-prompt-send-queue): Add :version.
5063
5064         * deuglify.el (gnus-outlook-deuglify): Add :version.
5065
5066         * html2text.el: Beautify code.  Improve doc strings.  Some
5067         checkdoc cleanup.
5068         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5069
5070 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
5071
5072         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5073
5074 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5075
5076         * gnus-registry.el (gnus-registry-hashtb): create the registry
5077         when package is loaded
5078
5079         * spam.el (spam-summary-score-preferred-header): global preference
5080         for people who want to override the default SpamAssassin over
5081         Bogofilter preference (when both are set)
5082         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5083         (spam-user-format-function-S): check spam-summary-score-preferred-header
5084         (spam-extra-header-to-number): add X-Bogosity header parsing
5085         (spam-user-format-function-S): format the score correctly
5086
5087 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5090         signature file.  Suggested by Manoj Srivastava
5091         <srivasta@golden-gryphon.com>.
5092
5093         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5094         iso-2022-jp even in the Japanese language environment.
5095         Suggested by Jason Rumney <jasonr@gnu.org>.
5096
5097 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5100         use the same characters as the dummy marks; make it free from
5101         getting affected by the language environment.
5102         (gnus-summary-read-group-1): Update mark positions only when the
5103         format spec is updated.
5104
5105         * gnus-spec.el (gnus-update-format-specifications): Return a list
5106         of updated types.
5107
5108 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5111         of boundp to check if display-warning is available.
5112
5113 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5114
5115         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5116
5117 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * nnspool.el (nnspool-spool-directory): Use news-path if the
5120         news-directory variable is not bound.
5121
5122         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5123         function instead of display-warning if it is not available.
5124
5125 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5126
5127         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5128         v5-10: Use `point-at-bol'.
5129
5130 2004-10-26  Simon Josefsson  <jas@extundo.com>
5131
5132         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5133         <chenggao@gmail.com>.
5134
5135 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5136
5137         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5138         instead.
5139
5140 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5141
5142         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5143         to remove a server from the nnimap-server-buffer-alist
5144         (nnimap-open-connection, nnimap-close-server): use it
5145
5146         * gnus-encrypt.el: removed in favor of encrypt.el
5147
5148 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5151         running the major-mode function.
5152
5153 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5156         dummy marks in the right way.
5157
5158 2004-10-18  David Edmondson  <dme@dme.org>
5159
5160         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5161         excessively.
5162
5163 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5164
5165         * gnus-util.el (gnus-split-references): accept a nil references
5166         string and go on blissfully
5167
5168         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5169         cases where the references string is non-nil but has no references
5170
5171         * encrypt.el: add autoload tags
5172
5173         * spam.el (spam-resolve-registrations-routine): remove article
5174         from unregistration list too.  Reported by David Hanak
5175         <dhanak@isis.vanderbilt.edu>
5176
5177 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5178
5179         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5180         nil.  Changed custom type.
5181
5182 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5183
5184         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5185
5186         * gnus-sum.el (gnus-summary-move-article): Use it.
5187
5188 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5189
5190         * encrypt.el: add autoload cookies
5191
5192         * spam.el (spam-backend-article-list-property)
5193         (spam-backend-get-article-todo-list)
5194         (spam-backend-put-article-todo-list, )
5195         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5196         resolve registrations separately
5197         (spam-register-routine): format comments
5198         (spam-unregister-routine, spam-register-routine): always call with
5199         specific-articles, no default list
5200         (spam-summary-prepare-exit): use the spam-classifications function
5201
5202         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5203         gnus-encrypt.el
5204
5205         * encrypt.el: copied from gnus-encrypt.el
5206
5207         * gnus-encrypt.el: commented that it's obsolete
5208
5209 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5212         (gnus-score-save): Use it.
5213
5214         * message.el (message-bury): Use `window-dedicated-p'.
5215
5216 2004-10-15  Simon Josefsson  <jas@extundo.com>
5217
5218         * pop3.el (top-level): Don't require nnheader.
5219         (pop3-read-timeout): Add.
5220         (pop3-accept-process-output): Add.
5221         (pop3-read-response, pop3-retr): Use it.
5222
5223 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5224
5225         * spam.el (spam-register-routine): move comment
5226         (spam-verify-bogofilter): we use 'unknown for the initial
5227         spam-bogofilter-valid state, not 'never
5228
5229         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5230         for netrc-machine
5231
5232         * nnimap.el (nnimap-open-connection): use
5233         netrc-machine-user-or-password
5234
5235 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5236
5237         * gnus-registry.el (gnus-registry-unload-hook):
5238         Set as a variable with add-hook.
5239
5240         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5241         of news-path.
5242
5243         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5244
5245         * spam.el: Delete duplicate `provide'.
5246         (spam-unload-hook): Set as a variable with add-hook.
5247
5248 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5249
5250         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5251         in the doc string.
5252
5253         * message.el (message-ignored-news-headers)
5254         (message-ignored-supersedes-headers)
5255         (message-ignored-resent-headers)
5256         (message-forward-ignored-headers): Improve custom type.
5257
5258 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * message.el (message-tokenize-header): Fix 2004-09-06 change
5261         which used point-min in the wrong place.
5262
5263 2004-10-12  Simon Josefsson  <jas@extundo.com>
5264
5265         * net/tls.el (tls-certtool-program): New variable.
5266         (tls-certificate-information): New function, based on
5267         ssl-certificate-information.
5268
5269 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * compface.el: Move the version of ELisp-based uncompface program
5272         to the contrib directory because of the copyright problem.
5273
5274 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5275
5276         * message.el (message-kill-buffer): Raise the current frame.
5277
5278 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5279
5280         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5281
5282         * gnus.el (message-y-or-n-p): Autoload.
5283
5284         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5285         (pop3-password-required, pop3-authentication-scheme)
5286         (pop3-leave-mail-on-server): Made customizable.
5287         (pop3): New custom group.
5288         (pop3-retr): Remove `sleep-for' statements.
5289         Suggested by Dave Love <fx@gnu.org>.
5290
5291         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5292         Windows/DOS.
5293
5294         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5295         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5296         Dave Love <fx@gnu.org>.
5297
5298         * mml.el (mml-minibuffer-read-disposition): Require match.
5299         Suggested by Dave Love <fx@gnu.org>.
5300
5301 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5304         doc string.
5305
5306 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5309
5310 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5311
5312         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5313         instead of calling `mm-insert-inline', to decode text/* parts
5314         before displaying them.
5315
5316 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * mm-uu.el (mm-uu-text-plain-type): New variable.
5319         (mm-uu-pgp-signed-extract-1): Use it.
5320         (mm-uu-pgp-encrypted-extract-1): Use it.
5321         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5322         bind mm-uu-text-plain-type with that value.
5323         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5324         mm-uu-dissect.
5325
5326 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-group.el (gnus-update-group-mark-positions):
5329         * gnus-sum.el (gnus-update-summary-mark-positions):
5330         * message.el (message-check-news-body-syntax):
5331         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5332         of string-as-multibyte.
5333
5334 2004-10-05  Juri Linkov  <juri@jurta.org>
5335
5336         * gnus-group.el (gnus-update-group-mark-positions):
5337         * gnus-sum.el (gnus-update-summary-mark-positions):
5338         * message.el (message-check-news-body-syntax):
5339         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5340         8-bit unibyte values to a multibyte string for search functions.
5341
5342 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5345         (mm-uu-dissect-text-parts): New function.
5346
5347         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
5348         dissect text parts.
5349
5350         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
5351         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
5352
5353         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
5354
5355         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
5356         gnus-current-topics instead of gnus-current-topic.
5357
5358 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
5359
5360         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
5361
5362 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
5363
5364         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
5365         where approriate.
5366
5367         * nnml.el (nnml-generate-active-info): do.
5368
5369         * nndiary.el (nndiary-generate-active-info): do.
5370
5371         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
5372         (gnus-topic-move): do.
5373
5374         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
5375         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
5376
5377         * gnus-srvr.el (gnus-server-prepare)
5378         (gnus-server-open-all-servers): do.
5379
5380         * gnus-msg.el (gnus-summary-cancel-article)
5381         (gnus-summary-resend-message)
5382         (gnus-summary-mail-crosspost-complaint): do.
5383
5384         * gnus-move.el (gnus-change-server): do.
5385
5386         * gnus-group.el (gnus-group-unmark-all-groups)
5387         (gnus-group-set-current-level): do.
5388
5389 2004-10-04  Simon Josefsson  <jas@extundo.com>
5390
5391         * message.el (message-generate-hashcash): Doc fix.
5392
5393 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
5394
5395         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
5396         avoid infinite recursion via gnus-get-function.
5397
5398 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
5399
5400         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
5401
5402         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
5403
5404         * nnmail.el (nnmail-split-history): do.
5405
5406         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
5407         (nnml-request-delete-group): do.
5408
5409         * nnslashdot.el (nnslashdot-read-groups): do.
5410
5411         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
5412         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
5413
5414         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
5415         (nnspool-sift-nov-with-sed): Use last
5416         (nnspool-retrieve-headers-with-nov): Use mapc.
5417         (nnspool-request-newgroups): Use dolist.
5418         (nnspool-request-group): Use last.
5419
5420         * nntp.el (nntp-read-server-type): Use dolist.
5421
5422         * nnvirtual.el (nnvirtual-create-mapping)
5423         (nnvirtual-update-read-and-marked): Use dolist.
5424         (nnvirtual-convert-headers): Simplify.
5425
5426 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5427
5428         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
5429         support for sync'ing tick marks.
5430
5431 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
5434         there's no visible header.
5435
5436 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5437
5438         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
5439         necessary, pass full group name to gnus-request-set-marks.
5440
5441 2004-10-01  Simon Josefsson  <jas@extundo.com>
5442
5443         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
5444         acroread.
5445
5446 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447
5448         * spam-report.el (spam-report-gmane): Fix interactive.
5449
5450         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
5451
5452         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
5453         when writing file.
5454         (gnus-agent-synchronize-flags): Don't default to being
5455         interactive.
5456
5457 2004-09-30  Simon Josefsson  <jas@extundo.com>
5458
5459         * message.el (message-generate-hashcash): Add.
5460         (message-send-mail): Use it, call mail-add-payment.
5461
5462 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * spam.el (spam-verify-bogofilter): -V, not -sV option
5465
5466 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
5467
5468         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
5469         gnus-requst-update-info with explicit code to sync the in-memory
5470         info read flags with the marks being sync'd to the backend.
5471
5472         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
5473
5474 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5475
5476         * spam.el (spam-verify-bogofilter): new function
5477         (spam-check-bogofilter)
5478         (spam-bogofilter-register-with-bogofilter): use it
5479         (spam-verify-bogofilter): small fixes
5480
5481 2004-09-28  Simon Josefsson  <jas@extundo.com>
5482
5483         * hashcash.el (hashcash-generate-payment): Revert.
5484
5485 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5486
5487         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
5488         gnus-extract-references instead of gnus-split-references
5489
5490         * gnus-util.el (gnus-extract-references): new function, analogous
5491         to gnus-split-references but extracts only the message-ID without
5492         anything extra
5493
5494         * hashcash.el (hashcash-generate-payment)
5495         (hashcash-check-payment): do the right thing if hashcash-path is
5496         nil (because the hashcash program could not be found)
5497
5498         * spam.el (spam-use-hashcash): remove comment
5499
5500 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
5501
5502         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
5503         (gnus-cache-enter-article, gnus-cache-remove-article)
5504         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
5505
5506         * gnus-async.el (gnus-async-prefetch-remove-group): do.
5507
5508         * gnus-art.el (article-hide-boring-headers)
5509         (article-translate-strings, article-display-face)
5510         (gnus-article-mime-match-handle-first)
5511         (gnus-article-highlight-headers)
5512         (gnus-article-add-buttons-to-head): do.
5513
5514 2004-09-27  Simon Josefsson  <jas@extundo.com>
5515
5516         * hashcash.el: New version, from
5517         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
5518         ../contrib/.
5519
5520 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
5523
5524 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
5525
5526         * gnus-dup.el (gnus-dup-open): Use mapc.
5527         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
5528
5529         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
5530         Reported by Stefan Wiens <s.wi@gmx.net>.
5531
5532         * gnus.el (gnus-shutdown): Use dolist.
5533
5534         * gnus-undo.el (gnus-undo): Use mapc.
5535
5536         * nnrss.el (nnrss-generate-active): do.
5537
5538         * message.el (message-cite-original-without-signature)
5539         (message-cite-original): Use mapc.
5540         (message-do-actions, message-make-forward-subject): Use dolist.
5541
5542 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5543
5544         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
5545         deletion to remove entire duplicate line.  Fixes merged article
5546         number bug.
5547
5548 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5549
5550         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
5551         servers that are offline.  Avoids having gnus-agent-toggle-plugged
5552         first ask if you want to open a server and then, even when you
5553         responded with no, asking if you want to synchronize the server's
5554         flags.
5555         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
5556         multi-line expressions.
5557         (gnus-agent-synchronize-group-flags): New internal function.
5558         Updates marks in memory (in the info structure) AND in the
5559         backend.
5560
5561         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
5562
5563         * nnagent.el (nnagent-request-set-mark): Use
5564         gnus-agent-synchronize-group-flags, not backend's request-set-mark
5565         method, to ensure that synchronization updates marks in the
5566         backend and in the info (in memory) structure.
5567
5568 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
5571         convention fully; don't miss the root article of a thread; make
5572         the X-Draft-From header with correct article numbers.
5573
5574 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
5575
5576         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
5577         unless plugged.  Disable the agent so that an open failure causes
5578         an error.
5579
5580         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
5581         Reverted 2004-09-21 change.  The backend must be opened while
5582         synchronizing flags even when the backend stores the flags
5583         locally.
5584
5585 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
5586
5587         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
5588         in `header' match.  Reported by Svend Tollak Munkejord.
5589
5590         * message.el (message-cite-original): Fix use of
5591         `message-cite-articles-with-x-no-archive'.
5592
5593 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
5596         (gnus-window-to-buffer): Ditto.
5597
5598         * mml.el (mml-preview-buffer): New variable.
5599         (mml-preview): Manage window layout with gnus-buffer-configuration.
5600
5601         * gnus-msg.el (gnus-setup-message): Put article numbers into the
5602         X-Draft-From header even if those articles aren't quoted.
5603
5604 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
5605
5606         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
5607         (gnus-request-set-mark, gnus-request-update-mark): Use new
5608         g-s-t-u-l-m to decide to use backend even when unplugged.
5609
5610 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
5613         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
5614
5615 2004-09-20  Simon Josefsson  <jas@extundo.com>
5616
5617         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
5618         "utf-16-le".
5619
5620 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5621
5622         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
5623
5624 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5625
5626         * uudecode.el (uudecode-use-external): Add :version.
5627
5628         * smime.el (smime-CA-file, smime-encrypt-cipher)
5629         (smime-dns-server): Add :version.
5630
5631         * smiley.el (gnus-smiley-file-types): Add :version.
5632
5633         * sha1.el (sha1-use-external): Add :version.
5634
5635         * pgg-def.el (pgg-query-keyserver): Add :version.
5636
5637         * nnmail.el (nnmail-fancy-expiry-targets)
5638         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
5639
5640         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
5641         (nnimap-retrieve-groups-asynchronous): Add :version.
5642         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
5643
5644         * mml.el (mml-content-disposition-parameters)
5645         (mml-insert-mime-headers-always): Add :version.
5646
5647         * mm-util.el (mm-coding-system-priorities):
5648
5649         * mm-decode.el (mm-inline-text-html-with-images)
5650         (mm-keep-viewer-alive-types, mm-external-terminal-program)
5651         (mm-verify-option): Add :version.
5652         (mm-text-html-renderer): Change :version.
5653
5654         * message.el (message-fcc-externalize-attachments)
5655         (message-required-headers, message-draft-headers)
5656         (message-subject-trailing-was-query)
5657         (message-subject-trailing-was-ask-regexp)
5658         (message-subject-trailing-was-regexp, message-mark-insert-begin)
5659         (message-mark-insert-end, message-archive-header)
5660         (message-archive-note, message-cross-post-default)
5661         (message-cross-post-note, message-followup-to-note)
5662         (message-cross-post-note-function, message-use-mail-followup-to)
5663         (message-subscribed-address-functions)
5664         (message-subscribed-address-file, message-subscribed-addresses)
5665         (message-subscribed-regexps, message-allow-no-recipients)
5666         (message-yank-cited-prefix, message-signature-insert-empty-line)
5667         (message-hidden-headers, message-hierarchical-addresses)
5668         (message-mail-user-agent, message-use-idna)
5669         (message-valid-fqdn-regexp)
5670         (message-strip-special-text-properties, message-header-synonyms)
5671         (message-beginning-of-line, message-tab-body-function): Add :version.
5672         (message-insert-canlock, message-wide-reply-confirm-recipients):
5673         Change :version.
5674
5675         * mail-source.el (mail-source-ignore-errors): Add :group, :type
5676         and :version.
5677         (mail-source-delete-old-incoming-confirm)
5678         (mail-source-movemail-program): Add :version.
5679
5680         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
5681         (gnus-agent-cache, gnus-agent): Change :version.
5682
5683         * gnus-util.el (gnus-use-byte-compile): Change :version.
5684
5685         * gnus-sum.el (gnus-summary-make-false-root-always)
5686         (gnus-summary-default-high-score)
5687         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
5688         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
5689         (gnus-read-all-available-headers, gnus-article-emulate-mime)
5690         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
5691         (gnus-sum-thread-tree-single-indent)
5692         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5693         (gnus-sum-thread-tree-leaf-with-other)
5694         (gnus-sum-thread-tree-single-leaf): Add :version.
5695         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
5696         (gnus-article-loose-mime): Change :version.
5697
5698         * gnus-start.el (gnus-backup-startup-file)
5699         (gnus-save-startup-file-via-temp-buffer): Add :version.
5700
5701         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
5702         (gnus-server-offline-face): Add :version.
5703
5704         * gnus-score.el (gnus-adaptive-word-length-limit):
5705
5706         * gnus-msg.el (gnus-gcc-externalize-attachments)
5707         (gnus-debug-files, gnus-debug-exclude-variables)
5708         (gnus-discouraged-post-methods): Change :version.
5709         (gnus-confirm-mail-reply-to-news)
5710         (gnus-confirm-treat-mail-like-news): Add :version.
5711
5712         * gnus-int.el (gnus-server-unopen-status): Add :version.
5713
5714         * gnus-group.el (gnus-group-jump-to-group-prompt)
5715         (gnus-large-ephemeral-newsgroup)
5716         (gnus-fetch-old-ephemeral-headers): Add :version.
5717
5718         * gnus-fun.el (gnus-x-face-directory)
5719         (gnus-convert-pbm-to-x-face-command)
5720         (gnus-convert-image-to-x-face-command)
5721         (gnus-convert-image-to-face-command): Add :version.
5722
5723         * gnus-delay.el (gnus-delay-default-hour): Add :version.
5724
5725         * gnus-cite.el (gnus-cite-blank-line-after-header)
5726         (gnus-article-boring-faces):
5727
5728         * gnus-art.el (gnus-buttonized-mime-types)
5729         (gnus-inhibit-mime-unbuttonizing)
5730         (gnus-treat-display-face)
5731         (gnus-treat-body-boundary): Change :version.
5732         (gnus-body-boundary-delimiter, gnus-picon-databases)
5733         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
5734         (gnus-treat-date-english, gnus-treat-fold-headers)
5735         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
5736         (gnus-treat-mail-picon, gnus-treat-wash-html)
5737         (gnus-article-encrypt-protocol)
5738         (gnus-use-idna, gnus-article-over-scroll)
5739         (gnus-mime-display-multipart-alternative-as-mixed)
5740         (gnus-mime-display-multipart-related-as-mixed)
5741         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
5742         (gnus-ctan-url, gnus-button-ctan-handler)
5743         (gnus-button-handle-ctan-bogus-regexp)
5744         (gnus-button-ctan-directory-regexp)
5745         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
5746         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
5747         (gnus-button-man-level, gnus-button-emacs-level)
5748         (gnus-button-message-level, gnus-button-browse-level): Add :version.
5749
5750         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
5751         (gnus-agent-go-online): Change :version.
5752         (gnus-agent-expire-unagentized-dirs)
5753         (gnus-agent-auto-agentize-methods): Add :version.
5754
5755         * flow-fill.el (fill-flowed-display-column)
5756         (fill-flowed-encode-column): Add :version.
5757
5758         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5759         (gnus-outlook-deuglify-unwrap-max)
5760         (gnus-outlook-deuglify-cite-marks)
5761         (gnus-outlook-deuglify-unwrap-stop-chars)
5762         (gnus-outlook-deuglify-no-wrap-chars)
5763         (gnus-outlook-deuglify-attrib-cut-regexp)
5764         (gnus-outlook-deuglify-attrib-verb-regexp)
5765         (gnus-outlook-deuglify-attrib-end-regexp)
5766         (gnus-outlook-display-hook): Add :version.
5767
5768         * binhex.el (binhex-use-external): Add :version.
5769
5770 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
5771
5772         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
5773         and `invisible'.
5774
5775 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5776
5777         * gnus-registry.el (gnus-registry-trim): watch out for negatives
5778         in gnus-registry-trim
5779
5780 2004-09-13  Simon Josefsson  <jas@extundo.com>
5781
5782         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
5783
5784         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
5785
5786         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
5787         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5788         <yamaoka@jpl.org>.
5789         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
5790         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5791         <yamaoka@jpl.org>.
5792
5793         * sieve.el (sieve-manage-mode): Ditto.
5794
5795 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
5796
5797         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
5798
5799 2004-09-11  Simon Josefsson  <jas@extundo.com>
5800
5801         * dns-mode.el: Add.
5802
5803         * mm-view.el (mm-display-dns-inline): Add.
5804
5805         * mm-decode.el (mm-inline-media-tests): Add text/dns.
5806         (mm-automatic-display): Ditto.
5807
5808         * mailcap.el (mailcap-mime-data): Add text/dns.
5809         (mailcap-mime-extensions): Map .soa to text/dns.
5810
5811 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
5812
5813         * gnus-art.el (article-decode-mime-words, article-babel)
5814         (gnus-article-highlight-signature, gnus-article-add-buttons)
5815         (gnus-signature-toggle): Remove unnecessary bindings of
5816         `inhibit-read-only' inherited from v5.10 merge.
5817
5818 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
5819
5820         * nntp.el (nntp): New customization group.
5821         (nntp-authinfo-file): Add customization group.
5822
5823         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
5824
5825         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
5826
5827         * gnus.el (to-address, to-list, subscribed)
5828         (large-newsgroup-initial): Ditto.
5829
5830         * flow-fill.el (fill-flowed-display-column)
5831         (fill-flowed-encode-column): Ditto.
5832
5833 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
5834
5835         * message.el (message-tokenize-header, message-send-mail-with-qmail):
5836         Use point-min rather than 1.
5837         (message-send-mail): Use buffer-size rather than point-max.
5838
5839         * gnus-sum.el (gnus-summary-search-article-forward):
5840         Signal a specific `search-failed' rather than a generic `error'.
5841
5842         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
5843         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
5844         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
5845
5846 2004-09-10  Simon Josefsson  <jas@extundo.com>
5847
5848         * nndb.el (require): Remove tcp and duplicate cl.
5849
5850 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * gnus-agent.el (directory-files-and-attributes): Move forward.
5853
5854 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5855
5856         * gnus-agent.el (directory-files-and-attributes): Optionally
5857         defined to support XEmacs.
5858
5859 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5860
5861         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
5862         to avoid run-time CL dependencies.
5863         (gnus-agent-unfetch-articles): New function.
5864         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
5865         article numbers even when local .overview file is missing.
5866         (gnus-agent-read-article-number): New function. Only accepts
5867         27-bit article numbers.
5868         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
5869         gnus-agent-read-article-number.
5870         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
5871         from backend while recognizing that article numbers in .overview
5872         must be valid.
5873         (gnus-agent-update-files-total-fetched-for): Use
5874         directory-files-and-attributes to improve performance.
5875         * gnus-int.el (gnus-request-move-article): Use
5876         gnus-agent-unfetch-articles in place of gnus-agent-expire to
5877         improve performance.
5878
5879         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
5880         some users confused by references to .newsrc when they only have a
5881         .newsrc.eld file.
5882         (gnus-convert-mark-converter-prompt,
5883         gnus-convert-converter-needs-prompt): Fixed use of property list.
5884         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
5885         New function. Used internally to only display 'gnus converting
5886         files' message when actually necessary.
5887
5888         * gnus-sum.el (): Removed (require 'gnus-agent) as required
5889         methods now autoloaded.
5890
5891 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * gnus-sum.el (gnus-summary-insert-subject): Remove list
5894         identifiers.
5895
5896 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
5897
5898         * gnus-picon.el: Fix indentation and closing parenthesis.
5899
5900 2004-09-01  Simon Josefsson  <jas@extundo.com>
5901
5902         * message.el (message-canlock-generate): Require sha1, not
5903         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
5904         to require within a function.  Sadly, if sha1.el isn't loaded, the
5905         let binding in m-c-g will hide the defcustom definition, which is
5906         bad.)
5907
5908         * canlock.el: Require sha1, not sha1-el.
5909
5910         * message.el: Don't autoload sha1 (there is a autoload cookie in
5911         sha1.el).
5912
5913         * sha1-el.el: Renamed to sha1.el.
5914
5915 2004-08-30  Juanma Barranquero  <lektu@terra.es>
5916
5917         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
5918
5919 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5920
5921         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
5922
5923 2004-08-30  Kim F. Storm  <storm@cua.dk>
5924
5925         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
5926
5927         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
5928         Add :group 'nnimap.
5929
5930 2004-08-30  Andreas Schwab <schwab@suse.de>
5931
5932         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
5933         ?* and ?\;.
5934
5935         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
5936         and ?\' to symbol instead of whitespace.
5937
5938 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
5941
5942         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
5943         instead of re-search-forward.
5944
5945         * gnus-uu.el (gnus-uu-save-article): Ditto.
5946         (gnus-uu-post-encode-uuencode): Ditto.
5947
5948         * html2text.el (html2text-clean-list-items): Ditto.
5949         (html2text-clean-dtdd): Ditto.
5950         (html2text-format-tags): Ditto.
5951
5952         * message.el (message-send-mail-with-sendmail): Fix regexp.
5953         (message-fill-field-general): Use search-forward instead of
5954         re-search-forward.
5955         (unbold-region): Ditto.
5956
5957         * nnrss.el (nnrss-request-article): Ditto.
5958
5959         * nnslashdot.el (nnslashdot-request-article): Ditto.
5960
5961         * nnweb.el (nnweb-gmane-wash-article): Ditto.
5962
5963         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
5964         "Unrecognized menu descriptor" error in XEmacs.
5965
5966 2004-08-26  Stefan Wiens <s.wi@gmx.net>  (tiny change)
5967
5968         * gnus-sum.el (gnus-read-header): Don't remove a header for the
5969         parent article of a sparse article in the thread hashtb.
5970
5971 2004-08-26  David Hedbor <dhedbor@real.com>  (tiny change)
5972
5973         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
5974         (nnmail-expand-newtext): Lowercase expanded entries if
5975         nnmail-split-lowercase-expanded is non-nil.
5976
5977 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
5980         entry.
5981
5982         * gnus-group.el (gnus-group-line-format-alist): Convert the value
5983         of gnus-tmp-news-method into string under XEmacs.  It will be
5984         passed to gnus-correct-length which takes only a string argument.
5985
5986 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * gnus-util.el (gnus-bind-print-variables): New macro.
5989         (gnus-prin1): Use it.
5990         (gnus-prin1-to-string): Use it.
5991         (gnus-pp): New function.
5992         (gnus-pp-to-string): New function.
5993
5994         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
5995         pp-to-string with gnus-pp-to-string.
5996         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
5997         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
5998         * gnus-msg.el (gnus-debug): Ditto.
5999         * gnus-score.el (gnus-score-save): Ditto.
6000         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6001         gnus-pp-to-string.
6002         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6003         with gnus-pp.
6004         * score-mode.el (gnus-score-pretty-print): Ditto.
6005         * webmail.el (webmail-debug): Ditto.
6006
6007 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * gnus-art.el (article-display-face, article-display-x-face): Use
6010         buffer-read-only.
6011
6012 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-art.el (article-hide-list-identifiers): Bind
6015         inhibit-read-only as t.
6016
6017 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6018
6019         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6020
6021 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6022
6023         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6024         (gnus-narrow-to-page): Don't assume point-min == 1.
6025         (gnus-article-edit-mode): Derive from message-mode.
6026
6027         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6028         point-min == 1.
6029
6030         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6031         Disable incorrect use of `assert'.
6032
6033         * message.el (message-mode): Set comment-start-skip.
6034
6035
6036 2004-08-22  Sam Steingold  <sds@gnu.org>
6037
6038         * pop3.el (pop3-leave-mail-on-server): New user variable.
6039         (pop3-movemail): Delete mail only when it is nil.
6040
6041 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6044
6045         * mml.el (mml-preview): Use `pop-to-buffer'.
6046
6047         * message.el (message-goto-mail-followup-to): Insert after "To".
6048         (message-carefully-insert-headers): Add comment.
6049
6050         * gnus.el: Remove unused variable `gnus-article-check-size'.
6051
6052         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6053
6054         * gnus-art.el (gnus-button-alist): Improve
6055         `gnus-button-handle-library' entry.
6056
6057 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
6058
6059         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6060         downcase, since XEmacs capitalizes error messages differently.
6061         From Sebastian Freundt <hroptatyr@gna.org>.
6062
6063 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6064
6065         * nntp.el: Add (require 'gnus) due to reference to
6066         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6067
6068 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6069
6070         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6071         `mm-fill-flowed'.
6072
6073         * mm-decode.el (mm-dissect-singlepart): Check it.
6074
6075 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6076
6077         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6078         'imap' for netrc parsing
6079
6080 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * mailcap.el (mailcap-mime-data): Mark as risky.
6083
6084 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6087         may be included in the encoded word.
6088         (rfc2047-encode): Don't append a space if the encoded word
6089         includes close parenthesis.
6090
6091 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6094         of text within parentheses.
6095
6096 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6097
6098         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6099         (gnus-encrypt-write-file-contents): the password key is the file
6100         name PLUS the cipher, not just the cipher.  Also remove failed
6101         passwords from the cache.
6102
6103 2004-08-06  Simon Josefsson  <jas@extundo.com>
6104
6105         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6106         fix.
6107
6108 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6111         LWSP.
6112
6113 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6114
6115         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6116         to append in-reply-to: data to the references: header
6117
6118         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6119         (netrc-parse): use gnus-encrypt.el functions
6120
6121         * gnus-encrypt.el: new file for encryption support; currently
6122         does only a few GPG ciphers and an internal XOR cipher
6123
6124         * password.el: add comments on using password-read-and-add
6125         (password-read-and-add): new function to read and add the
6126         password to the cache at once
6127
6128 2004-07-28  Simon Josefsson  <jas@extundo.com>
6129
6130         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6131         parameter (but don't use it, for now).
6132
6133         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6134         instead of hard coding to nil.
6135
6136 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6139         as mm-inline-image-xemacs does.
6140
6141 2004-07-26  Simon Josefsson  <jas@extundo.com>
6142
6143         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6144         Revert part of 2004-07-17 change below.
6145
6146 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6149         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6150
6151 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6152
6153         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6154         quotes that actually start with ">" at the beginning of the
6155         lines.
6156
6157 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * rfc2047.el (rfc2047-encode-region): Fix last change.
6160         (rfc2047-encode-parameter): Remove useless concat.
6161
6162 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6165         encode special characters; fix some kind of misconfigured headers;
6166         signal a real error if debug-on-quit or debug-on-error is non-nil.
6167         (rfc2047-encode-max-chars): New variable.
6168         (rfc2047-encode-1): Use it.
6169         (rfc2047-encode-parameter): New function.
6170
6171         * mml.el (mml-insert-parameter): Remove an excessive space.
6172
6173 2004-07-17  Simon Josefsson  <jas@extundo.com>
6174
6175         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6176         Kai Grossjohann <kai@emptydomain.de>.
6177         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6178         (gnus-group-make-menu-bar): Ditto.
6179
6180         * gnus-util.el (gnus-group-server): Add.
6181
6182 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6183
6184         * message.el (message-clone-locals): Clone sendmail and smtp
6185         variables.
6186
6187 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * rfc2047.el (rfc2047-encode-region): Fix last change.
6190
6191 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6194         characters as non-special.
6195
6196 2004-07-09  Simon Josefsson  <jas@extundo.com>
6197
6198         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6199         Users will lose all flag changes made while unplugged with
6200         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6201         good default.  See numerous reports on ding mailing list.
6202
6203 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6206         add generate-head-function and generate-article-function to the
6207         rfc822-forward entry.
6208         (nndoc-rfc822-forward-generate-article): New function.
6209         (nndoc-rfc822-forward-generate-head): New function.
6210
6211         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6212
6213 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6214
6215         * gnus-sum.el (gnus-summary-read-group-1): When summary
6216         is unthreaded, respect display group parameter.
6217         (gnus-articles-to-read): Remove unused reference to
6218         display group parameter.
6219
6220 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6221
6222         * nnheader.el (nnheader-uniquify-message-id): New experimental
6223         variable.
6224         (nnheader-nov-read-message-id): Use it.
6225
6226         * spam-report.el (spam-report-gmane): Add interactive.
6227
6228 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6231         qp-or-base64 for the application/* types.
6232
6233 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6234
6235         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6236
6237 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6238
6239         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6240         trim value
6241
6242 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6243
6244         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6245         New macro and function.
6246         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6247
6248 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6251         after-load-alist.
6252
6253 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6254
6255         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6256         update info that isn't there.
6257
6258 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6259
6260         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6261         entry.
6262
6263 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * mm-view.el (mm-inline-render-with-function): Use multibyte
6266         buffer; decode html source by charset.
6267
6268         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6269
6270         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6271         Mule-UCS is loaded under XEmacs.
6272         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6273
6274 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6275
6276         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6277
6278 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * mm-util.el (mm-coding-system-p): Return a coding-system.
6281         (mm-mime-mule-charset-alist): Use shift_jis instead of
6282         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6283         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6284         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6285         instead of japanese-shift-jis and iso-latin-1 respectively in
6286         order to share the default value with both Emacs and XEmacs-mule.
6287         (mm-mule-charset-to-mime-charset): Make
6288         mm-coding-system-priorities effective.
6289         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6290         while predicating of candidates upon the priorities.
6291
6292 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6293
6294         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6295         gnus-uu-invert-processable.
6296
6297         * gnus.el: Autoload gnus-uu-invert-processable.
6298
6299 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * mm-util.el (mm-with-multibyte-buffer): New macro.
6302
6303         * rfc2047.el (rfc2047-encode-string): Use it.
6304         (rfc2047-encode-region): Move point to the end of the region after
6305         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6306
6307 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6310         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6311
6312 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6315         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6316         Karl Chen <quarl@nospam.quarl.org>.
6317
6318 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6319
6320         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6321         invalid addresses.
6322
6323 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6324
6325         * spam.el: section markers changed, TODO list revised
6326         (spam-backends): new master list of all installed backends
6327         (spam-summary-exit-behavior): new variable to determine how
6328         messages moves are done at summary exit
6329         (spam-move-spam-nonspam-groups-only)
6330         (spam-process-ham-in-nonham-groups)
6331         (spam-process-ham-in-spam-groups): variables removed, the
6332         spam-summary-exit-behavior variable should be used to manage this
6333         behavior
6334         (spam-old-ham-articles, spam-old-spam-articles): removed
6335         (spam-old-articles): new variable, replacing spam-old-ham-articles
6336         and spam-old-spam-articles
6337         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6338         empty variables, placeholders for the backends they represent
6339         (spam-set-difference): moved, unchanged
6340         (spam-list-of-processors): variable OBSOLETE, not used anymore
6341         unless the user has a processor variable
6342         (spam-classifications, spam-classification-valid-p)
6343         (spam-backend-properties, spam-backend-property-valid-p)
6344         (spam-backend-function-type-valid-p)
6345         (spam-process-type-valid-p, spam-list-articles): helper functions
6346         (spam-report-articles-gmane, spam-report-articles-resend):
6347         functions removed, they are not needed
6348         (spam-install-backend-super, spam-backend-list)
6349         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
6350         (spam-backend-function, spam-backend-ham-registration-function)
6351         (spam-backend-spam-registration-function)
6352         (spam-backend-ham-unregistration-function)
6353         (spam-backend-spam-unregistration-function)
6354         (spam-backend-statistical-p, spam-backend-mover-p)
6355         (spam-install-backend-alias, spam-install-checkonly-backend)
6356         (spam-install-mover-backend, spam-install-nocheck-backend)
6357         (spam-install-backend, spam-install-statistical-backend)
6358         (spam-install-statistical-checkonly-backend): backend installation
6359         support
6360         (spam-summary-prepare-exit): rewritten to use the new backend code
6361         (spam-group-processor-p): use the new backend code and respect the
6362         summary exit behavior
6363         (spam-mark-spam-as-expired-and-move-routine): removed
6364         (spam-summary-prepare): changed to use the new spam-old-articles
6365         variable
6366         (spam-copy-or-move-routine, spam-copy-spam-routine)
6367         (spam-move-spam-routine, spam-copy-ham-routine)
6368         (spam-move-ham-routine): new code to copy/move ham or spam
6369         (spam-fetch-field-fast): doc and code improved, plus it allows the
6370         'number request
6371         (spam-list-of-checks, spam-list-of-statistical-checks): variables
6372         removed, no longer used
6373         (spam-split, spam-find-spam): use the new backend code
6374         (spam-registration-functions): variable removed, no longer used
6375         (spam-unregister-routine): convenience wrapper
6376         (spam-log-undo-registration, spam-register-routine)
6377         (spam-log-processing-to-registry)
6378         (spam-log-unregistration-needed-p): renamed "check" to "backend"
6379         where possible
6380         (spam-check-gmane-xref, spam-check-regex-headers)
6381         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
6382         (spam-check-whitelist, spam-check-blacklist)
6383         (spam-check-bogofilter-headers, spam-check-spamoracle)
6384         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
6385         (spam-check-crm114-headers): use the spam-split-group that
6386         spam-split prepares, no need to determine it every time
6387
6388         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
6389         the nnheader-parse-naked-head call
6390
6391         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
6392
6393         * gnus-sum.el (gnus-nov-parse-line): add the message number to
6394         the nnheader-nov-read-message-id call
6395
6396 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
6399         gnus-activate-group twice.  Suggested by Markus Peter
6400         <warp@spin.de>.
6401
6402 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-art.el (gnus-article-time-format): Exchange the order of
6405         day and month in the default value; fix customization type.
6406         (article-date-ut): Use add-text-properties.
6407         (article-make-date-line): Use message-make-date instead of
6408         current-time-string.
6409
6410         * message.el (message-fetch-field): Don't use set-text-properties.
6411         (message-make-date): Simplify.
6412
6413         * messagexmas.el (message-xmas-make-date): New function.
6414         (message-xmas-redefine): Defalias message-make-date to it.
6415
6416 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
6419         (rfc2047-encode-region): Treat text within parentheses as special;
6420         show the original text when error has occurred.
6421
6422         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
6423         already-computed method to gnus-activate-group.
6424
6425         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
6426         same select-methods identical Lisp objects.
6427
6428         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
6429         object when modifying the info.
6430
6431 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * gnus-srvr.el (gnus-server-set-info): Remove the server from
6434         gnus-opened-servers since it has never been opened with the new
6435         configuration yet.
6436
6437 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
6440         arg to nnheader-generate-fake-message-id.
6441
6442 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
6443
6444         * nnheader.el (nnheader-generate-fake-message-id): accept a
6445         number and build a fake message ID localized to a group and
6446         article number (so it's repeatable from that point on)
6447         (nnheader-fake-message-id-p): change regex to accomodate new fake
6448         ID format
6449
6450         * gnus-sum.el (gnus-get-newsgroup-headers): call
6451         nnheader-generate-fake-message-id with the article number
6452
6453 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
6454
6455         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
6456         end-of-buffer.
6457
6458 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6459
6460         * message.el (message-ignored-supersedes-headers): Add Approved.
6461
6462 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * rfc2047.el (rfc2047-encode-message-header): Remove useless
6465         goto-char.
6466         (rfc2047-encode): Fold the line before encoding.
6467
6468 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * rfc2047.el (rfc2047-encode-message-header): Disabled header
6471         folding -- not all headers can be folded, and this should be done
6472         by the message composition mode.  Probably.  I think.
6473
6474 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
6477         fast.
6478
6479         * gnus-ems.el (gnus-remove-image): Don't use
6480         message-text-with-property; remove only the image found first.
6481
6482         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
6483         found first.
6484
6485 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
6486
6487         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
6488
6489 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * message.el (message-text-with-property): Make it fast and accept
6492         optional arguments.
6493         (message-strip-forbidden-properties): Use it.
6494         (message-fix-before-sending): Follow the m-t-w-p change.
6495
6496         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
6497
6498 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * gnus-art.el (article-hide-headers): Don't change the buffer
6501         mistakenly when performing mml-preview even if
6502         gnus-single-article-buffer is nil.
6503
6504 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
6505
6506         * message.el (message-expand-name-databases): New user option.
6507         (message-expand-name): Use it.
6508
6509 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
6510
6511         * spam.el (spam-report-articles-resend)
6512         (spam-report-resend-register-routine): allow ham reporting
6513         (spam-report-resend-register-ham-routine): simple wrapper
6514         (spam-registration-functions): add ham resending functions
6515         (spam-list-of-processors): add ham resend processor
6516
6517         * gnus.el (ham-resend-to): new group parameter
6518         (spam-process): add ham resend option
6519
6520         * spam-report.el (spam-report-resend): allow reporting ham
6521         (spam-report-resend-ham): simple wrapper
6522
6523 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6524
6525         * message.el (message-cite-articles-with-x-no-archive): New
6526         variable.
6527         (message-cite-original): Use it.
6528
6529 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * message.el (message-cite-original): Respect X-No-Archive.
6532
6533 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * gnus-art.el (article-hide-headers): Refer to the values for
6536         gnus-ignored-headers and gnus-visible-headers in the summary
6537         buffer since a user may have set them as group parameters.
6538
6539 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
6540
6541         * assistant.el (assistant-node-name): new convenience function
6542         (assistant-render-text, assistant-render-node): error handling,
6543         plus handle multiple next nodes
6544         (assistant-find-next-node): commented out for now
6545         (assistant-find-next-nodes): new function, returns list of next
6546         nodes
6547
6548 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * mail-source.el (mail-source-directory): Fix doc-string.
6551
6552 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
6553
6554         * assistant.el (assistant-render-text, assistant-eval): add :set
6555         widget type, which is different because it takes and returns a
6556         list.  Much hilarity ensues.
6557
6558 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
6559
6560         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
6561
6562         * gnus-group.el (gnus-group-get-new-news-this-group): Added
6563         doc-string.
6564
6565         * gnus-start.el (gnus-activate-group): Added doc-string.
6566
6567 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
6570
6571 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
6572
6573         * assistant.el (assistant-render-text): trying to add a :set
6574         widget, more to come...
6575
6576         * spam.el (spam-group-spam-contents-p): handle empty groupname
6577         strings
6578         (spam-report-articles-resend)
6579         (spam-register-routine): do registration iff any articles warrant
6580         it.
6581         (spam-summary-prepare-exit): changed log message for nil group
6582         destinations
6583
6584 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
6585
6586         * spam.el (spam-report-resend-register-routine): allow
6587         spam-report-resend-to to be a group parameter or a global value
6588
6589 2004-05-26  Simon Josefsson  <jas@extundo.com>
6590
6591         * starttls.el: Merge with my GNUTLS based starttls.el.
6592         (starttls-gnutls-program, starttls-use-gnutls)
6593         (starttls-extra-arguments, starttls-process-connection-type)
6594         (starttls-connect, starttls-failure, starttls-success): New
6595         variables.
6596         (starttls-program, starttls-extra-args): Doc fix.
6597         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
6598         functions.
6599         (starttls-negotiate, starttls-open-stream): Check
6600         `starttls-use-gnutls' and pass on to corresponding *-gnutls
6601         function if it is set.
6602
6603 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
6606         structured fields.
6607
6608 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
6611
6612 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
6615         variable.
6616         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
6617         assigning the spam-mark to new messages.
6618
6619 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
6620
6621         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
6622
6623 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * dgnushack.el: Autoload customize-set-variable for XEmacs.
6626
6627         * rfc2047.el (rfc2047-encodable-p): Don't move point.
6628         (rfc2047-decode): Treat the ascii coding-system as raw-text by
6629         default.
6630
6631 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
6632
6633         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
6634         correct data.
6635
6636 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
6637
6638         * spam.el (spam-list-of-processors): use nil for nonexistent processors
6639         (spam-group-processor-p): fixed function so it works properly
6640         (spam-group-processor-multiple-p)
6641         (spam-group-spam-processor-report-gmane-p)
6642         (spam-group-spam-processor-report-resend-p)
6643         (spam-group-spam-processor-bogofilter-p)
6644         (spam-group-spam-processor-blacklist-p)
6645         (spam-group-spam-processor-ifile-p)
6646         (spam-group-ham-processor-ifile-p)
6647         (spam-group-spam-processor-spamoracle-p)
6648         (spam-group-spam-processor-crm114-p)
6649         (spam-group-ham-processor-bogofilter-p)
6650         (spam-group-spam-processor-stat-p)
6651         (spam-group-ham-processor-stat-p)
6652         (spam-group-ham-processor-whitelist-p)
6653         (spam-group-ham-processor-BBDB-p)
6654         (spam-group-ham-processor-spamoracle-p)
6655         (spam-group-ham-processor-copy-p): functions removed with some
6656         prejudice against unneeded code
6657         (spam-report-articles-resend)
6658         (spam-report-resend-register-routine): allow the group/topic
6659         spam-resend-to value to override spam-report-resend-to
6660         (spam-summary-prepare-exit): invoke spam-group-processor-p
6661         properly now
6662
6663         * spam-report.el (spam-report-resend-to, spam-report-resend):
6664         start with resend-to set to nil, and then ask the user if
6665         necessary.  From Daniel Pittman <daniel@rimspace.net>.
6666
6667         * gnus.el (spam-resend-to): new group/topic parameter
6668         (spam-process): move the OBSOLETE processors to the end of the
6669         choices.
6670
6671         * spam-report.el (spam-report-resend): spam-report-resend takes a
6672         list of articles, not separate article numbers.  From Daniel
6673         Pittman <daniel@rimspace.net>.
6674
6675 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
6678         addition to emacs-w3m.
6679
6680 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6681
6682         * assistant.el (assistant-authinfo-data): New function.
6683         (assistant-eval): Eval for entire assistant.
6684
6685         * netrc.el (netrc-services-file): New variable.
6686         (netrc-parse-services): New function.
6687         (netrc-find-service-name): New function.
6688         (netrc-find-service-number): New function.
6689         (netrc-port-equal): New function.
6690         (netrc-machine): Use it.
6691
6692         * nnimap.el (nnimap-open-connection): Use netrc.
6693
6694         * gnus-util.el (gnus-netrc-get): Remove aliases.
6695
6696         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
6697
6698         * assistant.el (wid-edit): Fix compilation.
6699
6700         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
6701
6702 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
6703
6704         * gnus-util.el (gnus-set-file-modes): New function.  (small
6705         patch).
6706
6707 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6708
6709         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
6710
6711         * assistant.el (assistant-render-node): Fix up rendering and
6712         read-only text.
6713         (assistant-render-node): Reset.
6714         (assistant-make-read-only): Not sticky.
6715
6716 2004-05-20  Danny Siu  <dsiu@adobe.com>
6717
6718         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
6719         centered even when gnus-auto-center-summary is t
6720
6721 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6722
6723         * dns.el (dns-get-txt-answer): New function.
6724         (dns-read-txt): Ditto.
6725         (query-dns): Use it.
6726
6727 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
6730         active for foreign groups even if the group level is higher than
6731         the specified value.
6732
6733 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6734
6735         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
6736         non-active groups.
6737
6738         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
6739
6740 2004-05-20  Magnus Henoch  <mange@freemail.hu>
6741
6742         * dns.el (dns-read-type): Add support for SVR.  (small patch)
6743
6744 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6745
6746         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
6747         (spam-crm114-header, spam-crm114-spam-switch)
6748         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
6749         (spam-crm114-positive-spam-header)
6750         (spam-crm114-database-directory, spam-list-of-processors)
6751         (spam-group-spam-processor-crm114-p)
6752         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
6753         (spam-generic-score, spam-list-of-checks)
6754         (spam-list-of-statistical-checks, spam-registration-functions)
6755         (spam-check-crm114-headers, spam-crm114-score)
6756         (spam-check-crm114, spam-crm114-register-with-crm114)
6757         (spam-crm114-register-spam-routine)
6758         (spam-crm114-unregister-spam-routine)
6759         (spam-crm114-register-ham-routine)
6760         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
6761         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
6762
6763         * gnus.el: added spam-use-crm114
6764
6765         * spam.el (spam-list-of-processors, spam-registration-functions):
6766         add spam-use-resend
6767         (spam-group-spam-processor-report-resend-p): utility wrapper
6768         (spam-report-articles-gmane): doc fix
6769         (spam-report-articles-resend,
6770         spam-report-resend-register-routine): wrappers around
6771         spam-report-resend-to
6772
6773         * spam-report.el (spam-report-resend-to, spam-report-resend):
6774         support for resending spam
6775         (spam-report-gmane): line length >80 fix
6776
6777         * gnus.el (spam-process): add spam-use-resend
6778
6779 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6780
6781         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
6782         number of processed spam messages.
6783         (spam-ham-copy-or-move-routine): Return the number of processed
6784         ham messages.
6785         (spam-summary-prepare-exit): Use the above values to decide
6786         whether status messages shouled be displayed.
6787
6788 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
6791         `rfc2047-encoding-function-alist' in order to avoid conflicting
6792         with the old version.
6793         (rfc2047-encode-region): Concatenate words containing non-ASCII
6794         characters in structured fields; don't encode space-delimited
6795         ASCII words even in unstructured fields; don't break words at
6796         char-category boundaries.
6797         (rfc2047-encode-1): New function.
6798         (rfc2047-encode): Use it; encode text so that it occupies the
6799         maximum width within 76-column; work correctly on Q encoding for
6800         iso-2022-* charsets.
6801         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
6802         sure not to break a line just after the header name.
6803         (rfc2047-b-encode-region): Removed.
6804         (rfc2047-b-encode-string): New function.
6805         (rfc2047-q-encode-region): Removed.
6806         (rfc2047-q-encode-string): New function.
6807
6808         * mm-util.el (mm-replace-in-string): New function.
6809
6810 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
6813         get it right.
6814         (gnus-inews-make-draft): Really.
6815
6816 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
6817
6818         * nnmh.el (nnmh-request-list-1): Don't check the link count
6819         before descending.  (small patch)
6820
6821 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
6824         stuff.
6825
6826         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
6827         on real group name.
6828
6829         * gnus-art.el (gnus-signature-limit): Doc fix.
6830
6831         * gnus-msg.el (gnus-inews-make-draft): Quote list.
6832
6833         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
6834
6835 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
6836
6837         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
6838         isn't a string.
6839
6840 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6841
6842         * gnus-draft.el (gnus-draft-send): Bind
6843         rfc2047-encode-encoded-words.
6844
6845         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
6846         (rfc2047-encodable-p): Say that =? needs encoding.
6847         (rfc2047-encode-encoded-words): New variable.
6848
6849         * gnus-group.el (gnus-group-select-group): Doc fix.
6850
6851         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
6852
6853         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
6854         to nil.
6855
6856         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
6857
6858         * nnheader.el (nnheader-get-lines-and-char): New function.
6859
6860 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * gnus-msg.el (gnus-summary-followup-with-original): Document
6863         yanking of region when active.
6864
6865 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
6868         groups if the group level is higher than the specified value.
6869
6870 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6871
6872         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
6873         (gnus-group-jump-to-group): Added prefix argument using
6874         `gnus-group-jump-to-group-prompt'.  Query before jumping to
6875         non-active group.
6876
6877         * compface.el (uncompface): Be verbose when changing
6878         `uncompface-use-external'.
6879
6880         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
6881         handle manual section.
6882
6883 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6884
6885         * gnus-art.el (gnus-button-alist): Revert previous change.
6886
6887 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
6890
6891 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6892
6893         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
6894         whether backend can accept message.
6895
6896         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
6897
6898 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
6899
6900         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
6901         Avoid creating directory when nntp-marks-is-evil is true.
6902         Reported by Reiner Steib.
6903
6904 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * gnus-picon.el (gnus-picon-style): New variable.
6907         (gnus-picon-insert-glyph): Added optional `nostring' argument.
6908         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
6909         Jesper Harder <harder@ifa.au.dk>.
6910
6911 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * message.el (message-fill-field): Return point.
6914         (message-generate-headers): Go to end of field.
6915
6916         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
6917         stuff for non-living groups.
6918
6919 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
6920
6921         * gnus-art.el (gnus-article-followup-with-original)
6922         (gnus-article-reply-with-original): gnus-mark-active-p ->
6923         gnus-region-active-p.
6924
6925 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
6926
6927         * spam.el (spam-summary-prepare-exit): fix messages, so they show
6928         only when there is spam or ham to be processed
6929
6930 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6931
6932         * mail-source.el (mail-source-delete-crash-box): Refactor.
6933         (mail-source-fetch): Use it.
6934         (mail-source-fetch-file): Ditto.
6935         (mail-source-fetch-directory): Run postscript in loop.
6936         (mail-source-fetch-pop): Delete.
6937         (mail-source-fetch-maildir): Ditto.
6938         (mail-source-fetch-imap): Ditto.
6939
6940         * imap.el (imap-authenticators): Comment out sasl.
6941
6942         * message.el (message-skip-to-next-address): New function.
6943         (message-fill-header-address): Refactor.
6944         (message-fill-address): Use it.
6945         (message-delete-address): Use it.
6946         (message-fill-header-general): Refactor.
6947         (message-fill-field-address): Rename.
6948         (message-narrow-to-field): Find the start of the header.
6949         (message-header-format-alist): Don't pre-fill.
6950         (message-fill-header): Removed.
6951         (message-insert-header): New function.
6952         (message-shorten-references): Use it.
6953
6954         * rfc2047.el (rfc2047-field-value): Strip props.
6955
6956         * mail-parse.el (mail-header-make-address): New alias.
6957
6958         * ietf-drums.el (ietf-drums-make-address): New function.
6959
6960         * imap.el: Add compiler directives.
6961
6962         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
6963
6964         * gnus-art.el (article-decode-idna-rhs): Don't use
6965         message-idna-inside-rhs-p.
6966
6967 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * message.el (message-idna-inside-rhs-p): Removed.
6970         (message-idna-to-ascii-rhs-1): Use proper address parsing.
6971
6972         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
6973         false positives.
6974
6975 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
6976
6977         * imap.el (imap-sasl-make-mechanisms): Use sasl.
6978
6979 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6980
6981         * nneething.el (nneething-file-name): Don't create spurions
6982         files.
6983
6984         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
6985         (gnus-inews-do-gcc): Remove sleep.
6986
6987         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
6988         part under point.
6989
6990         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
6991         (gnus-agent-regenerate-group): Using nil messages aren't valid.
6992
6993 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
6994
6995         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
6996
6997 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6998
6999         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7000         as expired without moving it" message when there are spam
7001         messages left
7002
7003 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7004
7005         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7006         header is not nil.
7007
7008 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7009
7010         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7011         nntp-possibly-create-directory, not nntp-possibly-change-group.
7012         (nntp-marks-changed-p): New arg SERVER.
7013         (nntp-request-update-info): Adjust caller.
7014
7015 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7016
7017         * nntp.el (nntp-save-marks): Pass missing arg.
7018
7019 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7020
7021         * nntp.el: Support marks.
7022         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7023         (nntp-marks-modtime, nntp-marks-directory): New variables.
7024         (nntp-request-set-mark, nntp-request-update-info)
7025         (nntp-possibly-create-directory, nntp-marks-changed-p)
7026         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7027         functions.
7028
7029 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7030
7031         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7032         (gnus-xmas-redefine): Rename.
7033
7034         * gnus-score.el (gnus-score-insert-help): Use
7035         gnus-select-lowest-window.
7036
7037         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7038         appt-select-lowest-window and rename to gnus-select-lowest-window.
7039
7040         * gnus.el: do.
7041
7042 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7043
7044         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7045         encodings of MIME-encoded words, in order to improve
7046         interoperability with several broken MUAs.
7047
7048 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7049
7050         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7051         tags, only when charsets are not specified in headers.
7052         (mm-inline-text-html-render-with-w3m): Ditto.
7053
7054         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7055         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7056
7057 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7058
7059         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7060         instead of MIME-decoded from fields when checking
7061         `gnus-article-address-banner-alist'.
7062
7063 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7064
7065         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7066         description rather than subject.
7067
7068 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7069
7070         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7071
7072 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7073
7074         * gnus.el (gnus-version-number): Bump.
7075
7076 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7077
7078         * gnus.el: No Gnus v0.2 is released.
7079
7080 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081
7082         * gnus-agent.el (gnus-agent-read-agentview): Inline
7083         gnus-uncompress-range.
7084
7085 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7086
7087         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7088         `exec-installed-p'.
7089
7090 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7091
7092         * gnus.el (spam-process, spam-autodetect-methods): Add
7093         bsfilter and bsfilter-headers.
7094
7095         * spam.el (spam-bsfilter): New customize group.
7096         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7097         (spam-bsfilter-header, spam-bsfilter-probability-header)
7098         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7099         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7100         (spam-bsfilter-database-directory): New options.
7101         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7102         (spam-list-of-statistical-checks, spam-registration-functions):
7103         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7104         (spam-bsfilter-score): New command.
7105         (spam-check-bsfilter-headers, spam-check-bsfilter)
7106         (spam-bsfilter-register-with-bsfilter)
7107         (spam-bsfilter-register-spam-routine)
7108         (spam-bsfilter-unregister-spam-routine)
7109         (spam-bsfilter-register-ham-routine)
7110         (spam-bsfilter-unregister-ham-routine): New functions.
7111         (spam-generic-score): Support bsfilter; Accept an optional argument
7112         to recalcurate spam score even if scoring header has already been
7113         added.
7114         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7115         optional argument to recalcurate spam score even if scoring header
7116         has already been added.
7117
7118 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7119
7120         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7121         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7122         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7123         link is missing.
7124
7125 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7126
7127         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7128         (html2text-get-attr): Rewrite.
7129
7130         * message.el (message-setup-1): Remove redundant put-text-property
7131         on mail-header-separator.
7132
7133 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7134
7135         * gnus-registry.el (gnus-registry-cache-whitespace)
7136         (gnus-registry-action, gnus-registry-spool-action)
7137         (gnus-registry-split-fancy-with-parent): changed message levels
7138         from 5 to 3 or 7, as needed
7139
7140         * spam.el (spam-summary-prepare-exit)
7141         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7142         (spam-split, spam-find-spam, spam-log-undo-registration)
7143         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7144         level from 5 to 6
7145
7146 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7149         2004-03-04 change).
7150
7151 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7152
7153         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7154         Use mapc when appropriate.
7155
7156         * sieve-manage.el (sieve-manage-open): do.
7157
7158         * nnweb.el (nnweb-insert-html): do.
7159
7160         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7161         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7162
7163         * nnspool.el (nnspool-request-group): do.
7164
7165         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7166         do.
7167
7168         * nnml.el (nnml-request-update-info): do.
7169
7170         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7171         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7172
7173         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7174         (nnimap-request-set-mark): do.
7175
7176         * nnfolder.el (nnfolder-request-update-info): do.
7177
7178         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7179         do.
7180
7181         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7182
7183         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7184
7185         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7186         do.
7187
7188         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7189         do.
7190
7191         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7192
7193         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7194
7195         * gnus-int.el (gnus-start-news-server): do.
7196
7197         * gnus-group.el (gnus-group-make-kiboze-group)
7198         (gnus-group-browse-foreign-server): do.
7199
7200 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7201
7202         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7203         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7204         <shields@msrl.com>:
7205
7206         * spam.el (spam-necessary-extra-headers): get the extra headers we
7207         may need for spam sorting and scoring
7208         (spam-user-format-function-S): a user format function suitable for
7209         general use
7210         (spam-article-sort-by-spam-status): sorting function for summary
7211         sorting
7212         (spam-extra-header-to-number): get a score from a header
7213         (spam-summary-score): get a numeric score from the headers
7214         (spam-generic-score): oops, function doc in wrong place
7215         (spam-initialize): take symbols when it's run, and install the
7216         extra headers that spam-necessary-extra-headers thinks we need
7217
7218 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7219
7220         * spam.el (spam-summary-prepare-exit): logic and message fix.
7221         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7222
7223 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7224
7225         * gnus-sum.el (gnus-set-global-variables)
7226         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7227         (gnus-article-get-xrefs, gnus-summary-best-group)
7228         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7229         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7230         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7231         with-current-buffer.
7232
7233 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7234
7235         * spam.el (spam-summary-prepare-exit): simplified logic
7236         (spam-fetch-article-header): read the article header if it's not
7237         available
7238         (spam-list-articles): simplified logic
7239         (spam-filelist-register-routine): found bug with unregister-list
7240
7241         * gnus-registry.el: clarified comments at beginning
7242
7243 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7244
7245         * message.el (message-cater-to-broken-inn): Remove.
7246         (message-shorten-references): Make sure the total folded length of
7247         References is shorter than 998 characters to cater to a bug in INN
7248         2.3.  Also, don't pretend that references aren't folded -- this
7249         hasn't worked for a while.
7250
7251 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7252
7253         * gnus-agent.el (gnus-agentize):
7254         gnus-agent-send-mail-real-function no longer set to current value
7255         of message-send-mail-function but rather a lambda that calls
7256         message-send-mail-function.  The change makes the agent real-time
7257         responsive to user changes to message-send-mail-function.
7258
7259 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7260
7261         * legacy-gnus-agent.el
7262         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7263         help from Florian Weimer <fw@deneb.enyo.de>
7264
7265 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * nnmail.el (nnmail-cache-insert): Revert last change.
7268
7269 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * nnmail.el (nnmail-cache-insert): Always check whether
7272         nnmail-cache-ignore-groups matches a group name.
7273
7274 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7275
7276         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7277         (spam-find-spam, spam-log-processing-to-registry)
7278         (spam-log-registered-p, spam-log-unregistration-needed-p)
7279         (spam-log-undo-registration): use gnus-message instead of
7280         gnus-error, none of these errors are fatal
7281
7282         * gnus-registry.el (gnus-registry-clean-empty-function)
7283         (gnus-registry-clean-empty): remove only empty entries without
7284         extra data
7285
7286 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7287
7288         * spam-stat.el (spam-stat-buffer-change-to-spam)
7289         (spam-stat-buffer-change-to-non-spam): change (error) to
7290         (gnus-message 8) invocation
7291
7292 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * nntp.el (nntp-via-netcat-command): New variable.
7295         (nntp-via-netcat-switches): New variable.
7296         (nntp-open-via-rlogin-and-netcat): New function.
7297         (nntp-open-connection-function): Doc fix.
7298         (nntp-telnet-command): Doc fix.
7299         (nntp-end-of-line): Doc fix.
7300         (nntp-via-rlogin-command): Doc fix.
7301         (nntp-via-user-name): Doc fix.
7302         (nntp-via-address): Doc fix.
7303
7304 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7307         error in Emacs 21.1.
7308
7309 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7312
7313 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7314         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7315         (gnus-agent-with-refreshed-group): New macro.
7316         (gnus-agent-rename-group): New function.
7317         (gnus-agent-delete-group): New function.
7318         (gnus-agent-save-group-info): Use gnus-command-method when
7319         `method' parameter is nil.  Don't write nil entries into the
7320         active file.
7321         (gnus-agent-get-group-info): New function.
7322         (gnus-agent-fetch-articles): Use
7323         gnus-agent-update-files-total-fetched-for to increment disk space
7324         used.
7325         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7326         gnus-agent-update-view-total-fetched-for to increment disk space
7327         used.
7328         (gnus-agent-get-local): Added optional parameters to avoid calling
7329         gnus-group-real-name and gnus-find-method-for-group.
7330         (gnus-agent-set-local): Delete stored entry if either min, or max,
7331         are nil.
7332         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7333         quit, use gnus-agent-regenerate-group to record existance of any
7334         articles fetched to disk before the quit occurred.
7335         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7336         gnus-agent-update-view-total-fetched-for, and
7337         gnus-agent-update-files-total-fetched-for to decrement disk space
7338         used.
7339         (gnus-agent-retrieve-headers): Use
7340         gnus-agent-update-view-total-fetched-for to increment disk space
7341         used.
7342         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7343         with gnus-agent-update-files-total-fetched-for to decrement disk
7344         space and fresh group buffer.
7345         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7346         (gnus-agent-need-update-total-fetched-for): New variable.
7347         (gnus-agent-update-files-total-fetched-for): New function.
7348         (gnus-agent-update-view-total-fetched-for): New function.
7349         (gnus-agent-total-fetched-for): New function.
7350
7351         * gnus-cache.el (gnus-cache-save-buffers): Use
7352         gnus-cache-update-overview-total-fetched-for to change disk space
7353         used by this group.
7354         (gnus-cache-possibly-enter-article): Use
7355         gnus-cache-update-file-total-fetched-for to increment disk space
7356         used by this group.
7357         (gnus-cache-possibly-remove-article): Use
7358         gnus-cache-update-file-total-fetched-for to decrement disk space
7359         used by this group.
7360         (gnus-cache-generate-nov-databases): Purge total fetched cache.
7361         (gnus-cache-rename-group): New function.
7362         (gnus-cache-delete-group): New function.
7363         (gnus-cache-inhibit-update-total-fetched-for): New variable.
7364         (gnus-cache-need-update-total-fetched-for): New variable.
7365         (gnus-cache-with-refreshed-group): New macro.
7366         (gnus-cache-update-file-total-fetched-for): New function.
7367         (gnus-cache-update-overview-total-fetched-for): New function.
7368         (gnus-cache-rename-group-total-fetched-for): New function.
7369         (gnus-cache-delete-group-total-fetched-for): New function.
7370         (gnus-cache-total-fetched-for): New function.
7371
7372         * gnus-group.el: Require gnus-sum and autoload functions to
7373         resolve warnings when gnus-group.el compiled alone.
7374         (gnus-group-line-format): Documented new %F
7375         (size of Fetched data) group line format; identifies disk space
7376         used by agent and cache.
7377         (gnus-group-line-format-alist): Defined new F format.
7378         (gnus-total-fetched-for): New function.
7379         (gnus-group-delete-group): No longer update
7380         gnus-cache-active-altered as gnus-request-delete-group now keeps
7381         the cache in sync.
7382         (gnus-group-list-active): Let the agent store a server's active
7383         list if currently plugged.
7384
7385         * gnus-int.el (gnus-request-delete-group): Use
7386         gnus-cache-delete-group and gnus-agent-delete-group to keep the
7387         local disk in sync with the server.
7388          (gnus-request-rename-group): Use
7389         gnus-cache-rename-group and gnus-agent-rename-group to keep the
7390         local disk in sync with the server.
7391
7392         * gnus-start.el (gnus-get-unread-articles): Cosmetic
7393         simplification to logic.
7394
7395         * gnus-util.el (gnus-rename-file): New function.
7396
7397 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
7398
7399         * mm-util.el (mm-image-load-path): Handle nil in load-path.
7400
7401 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
7402
7403         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
7404         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
7405
7406 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
7407
7408         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
7409         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
7410
7411 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
7412
7413         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
7414
7415 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
7416
7417         * spam.el (spam-set-difference): new function to replace
7418         gnus-set-difference in spam.el
7419         (spam-summary-prepare-exit): use spam-set-difference
7420
7421 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7422
7423         * gnus-registry.el (gnus-registry-cache-file): updated to use
7424         gnus-dribble-directory OR gnus-home-directory OR ~
7425         (gnus-registry-split-fancy-with-parent): fixed doc
7426
7427 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * message.el (message-exchange-point-and-mark): Use
7430         message-mark-active-p.  Suggested by Jesper Harder
7431         <harder@ifa.au.dk>.
7432
7433 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * message.el (message-exchange-point-and-mark): Don't activate
7436         region if it was inactive.  Suggested by Hiroshi Fujishima
7437         <pooh@nature.tsukuba.ac.jp>.
7438
7439 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-art.el (article-display-face): Display Faces in the same
7442         order as X-Faces.
7443
7444 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
7447
7448 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
7451         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
7452         (gnus-article-mime-hierarchy): Remove.
7453         (gnus-article-mime-hierarchy-next): Remove.
7454         (gnus-article-mode): Revert 2004-03-19 change.
7455         (gnus-article-setup-buffer): Revert 2004-03-19 change.
7456         (gnus-insert-mime-button): Revert 2004-03-19 change.
7457         (gnus-mime-accumulate-hierarchy): Remove.
7458         (gnus-mime-enter-multipart): Remove.
7459         (gnus-mime-leave-multipart): Remove,
7460         (gnus-mime-display-part): Revert 2004-03-19 change.
7461         (gnus-mime-display-alternative): Revert 2004-03-19 change.
7462
7463         * mml.el (mml-preview): Revert 2004-03-19 change.
7464
7465 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
7466
7467         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
7468
7469 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
7472         t while entering a file name using the mm-with-multibyte macro.
7473         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7474
7475         * mm-util.el (mm-with-multibyte): New macro.
7476
7477 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
7480         user option.
7481         (gnus-mime-multipart-functions): Doc and customization fix.
7482         (gnus-article-mime-hierarchy): New variable.
7483         (gnus-article-mime-hierarchy-next): New variable.
7484         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
7485         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
7486         gnus-article-mime-hierarchy-next to nil.
7487         (gnus-insert-mime-button): Show hierarchy numbers.
7488         (gnus-mime-accumulate-hierarchy): New function.
7489         (gnus-mime-enter-multipart): New function.
7490         (gnus-mime-leave-multipart): New function.
7491         (gnus-mime-display-part): Recompute hierarchical MIME structure.
7492         (gnus-mime-display-alternative): Show hierarchy numbers.
7493
7494         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
7495         gnus-article-mime-hierarchy-next to nil.
7496
7497 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
7498
7499         * dns.el: Don't require gnus-xmas.
7500
7501 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
7502
7503         * mml.el (mml-generate-mime-1): Don't use format=flowed with
7504         inline PGP.
7505         (mml-menu): Disable mml-quote-region if mark is inactive.
7506
7507 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
7510         when the group's active is not available.
7511
7512 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
7515         error.
7516
7517 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * imap.el (imap-store-password): New variable.
7520         (imap-interactive-login): Use it.
7521         Suggested by Mark Plaksin <happy@mcplaksin.org>.
7522
7523 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-art.el (gnus-article-read-summary-keys): Restore new
7526         window-start and hscroll to summary window.
7527
7528 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7529
7530         * gnus-start.el (gnus-convert-old-newsrc): Only write the
7531         conversion message to newsrc-dribble when an actual conversion is
7532         performed.
7533
7534 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
7535
7536         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
7537
7538 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * mm-decode.el (mm-complicated-handles): New function reviving
7541         former definition of mm-multiple-handles.
7542
7543         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
7544         (gnus-mime-delete-part): Use it.
7545
7546 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7547
7548         * gnus-agent.el (gnus-agent-read-local): Bind
7549         nnheader-file-coding-system to gnus-agent-file-coding-system to
7550         avoid the implicit assumption that they will always be equal.
7551         (gnus-agent-save-local): Bind buffer-file-coding-system, not
7552         coding-system-for-write, as the with-temp-file macro first prints
7553         to a buffer then saves the buffer.
7554
7555 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * gnus-art.el (gnus-article-edit-part): New function.
7558         (gnus-mime-save-part-and-strip): Use it; do query instead of
7559         signaling an error; don't use mm-multiple-handles.
7560         (gnus-mime-delete-part): Ditto.
7561
7562 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7563
7564         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
7565         old file versions.
7566         (gnus-group-prepare-hook): Removed function that converted list
7567         form of gnus-agent-expire-days to group properties.
7568
7569         * gnus-int.el: Autoload gnus-agent-regenerate-group.
7570         (gnus-request-accept-article): Re-indented.
7571
7572         * gnus-start.el (gnus-convert-old-newsrc): Registered new
7573         converters to handle old agent file formats.  Added logic for a
7574         "backup before upgrading warning".
7575         (gnus-convert-mark-converter-prompt): Developers can mark
7576         functions as needing (default), or not needing,
7577         gnus-convert-old-newsrc's "backup before upgrading warning".
7578         (gnus-convert-converter-needs-prompt): Tests whether the user
7579         should be protected from potentially irreversable changes by the
7580         function.
7581
7582         * legacy-gnus-agent.el (): New. Provides converters that are only
7583         loaded when gnus-convert-old-newsrc needs to call them.
7584
7585 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * mail-source.el (mail-source-touch-pop): Doc fix.
7588
7589         * message.el (message-smtpmail-send-it): Doc fix.
7590
7591 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
7592
7593         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
7594
7595         * nnmail.el (nnmail-split-fancy): do.
7596
7597         * gnus-kill.el (gnus-kill, gnus-execute): do.
7598
7599 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7600
7601         * gnus-sum.el (gnus-widget-reversible-match)
7602         (gnus-widget-reversible-to-internal)
7603         (gnus-widget-reversible-to-external): New functions.
7604         (gnus-widget-reversible): New widget.
7605         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
7606
7607 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
7608
7609         * gnus-sum.el (gnus-thread-sort-functions)
7610         (gnus-article-sort-functions): Document `(not F)' items.
7611
7612 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7613
7614         * spam.el (spam-use-gmane-xref): new backend
7615         (spam-gmane-xref-spam-group): variable to control the name of the
7616         Gmane spam group
7617         (spam-blackhole-servers, spam-blackhole-good-server-regex)
7618         (spam-regex-headers-spam, spam-regex-headers-ham)
7619         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
7620         (spam-list-of-checks): added spam-use-gmane-xref to list of
7621         backends and checks
7622         (spam-check-gmane-xref): function for spam-use-gmane-xref
7623
7624         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
7625         an autodetect method
7626
7627 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7628
7629         * gnus-int.el (gnus-request-accept-article): Inform the agent that
7630         articles are being added to a group.
7631         (gnus-request-replace-article): Inform the agent that articles
7632         need to be uncached as the cached contents are no longer valid.
7633
7634 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * binhex.el: Don't autoload executable-find.
7637
7638         * canlock.el: Don't autoload mail-fetch-field.
7639
7640         * dgnushack.el: Autoload c-mode for XEmacs.
7641
7642         * gnus-ems.el: Don't autoload appt-select-lowest-window.
7643
7644         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
7645         rmail-dont-reply-to and rmail-output.
7646
7647         * gnus-score.el: Don't autoload ffap-string-at-point.
7648
7649         * gnus-setup.el: Don't autoload sc-cite-original.
7650
7651         * imap.el: Don't autoload base64-decode-string,
7652         base64-encode-string and md5.
7653
7654         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
7655         and rmail-msg-restore-non-pruned-header.
7656
7657         * mm-decode.el: Don't autoload executable-find.
7658
7659         * mm-url.el: Don't autoload executable-find.
7660
7661         * mm-view.el: Don't autoload diff-mode.
7662
7663         * nndb.el: Don't autoload news-reply-mode, news-setup,
7664         cancel-timer and telnet.
7665
7666         * password.el: Don't autoload run-at-time for Emacs.
7667
7668         * sha1-el.el: Don't autoload executable-find.
7669
7670         * sieve-mode.el: Don't autoload c-mode.
7671
7672         * uudecode.el: Don't autoload executable-find.
7673
7674 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7675
7676         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
7677         (gnus-agent-possibly-alter-active): Avoid null in numeric
7678         comparison.
7679         (gnus-agent-set-local): Refuse to save null in local object table.
7680         (gnus-agent-regenerate-group): The REREAD parameter can now be a
7681         list of articles that will be marked as unread.
7682
7683 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
7686
7687 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
7688
7689         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
7690         language tags.
7691
7692 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7693
7694         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
7695         Don't bind "obarray".
7696
7697         * gnus-sum.el (gnus-thread-sort-functions): Added
7698         `gnus-thread-sort-by-most-recent-number' and
7699         `gnus-thread-sort-by-most-recent-date'.
7700         Reported by Kai Grossjohann <kai@emptydomain.de>.
7701
7702 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
7705
7706 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7707
7708         * gnus-cus.el (gnus-agent-customize-category): Removed
7709         ignore-errors macro reference that required cl to be loaded at
7710         run-time.
7711
7712         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
7713         single-interval range of the form (min . max).  Previously the
7714         range had to look like ((min . max)).  Likewise, return
7715         (min . max) rather than ((min . max)).
7716         (gnus-range-map): Use gnus-range-normalize to accept
7717         single-interval range.
7718
7719         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
7720         the cache, but not the agent, now appear with their usual face.
7721
7722         * dgnushack.el (loaddir): New variable that is bound to the
7723         directory containing the dgnushack.el file. Use loaddir, rather
7724         than srcdir, to update load-path. Change lets dgnushack compile
7725         code in directories other than GNUS/lisp.
7726
7727 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * lpath.el: Don't bind w3m-safe-url-regexp.
7730
7731         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
7732         w3m-safe-url-regexp variable buffer-local.
7733
7734         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7735
7736 2004-02-27  Simon Josefsson  <jas@extundo.com>
7737
7738         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
7739         gnus-group-real-prefix.
7740         (gnus-summary-move-article): Use it, instead of
7741         gnus-group-real-prefix.
7742
7743 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * lpath.el: Bind w3m-safe-url-regexp.
7746
7747         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
7748         w3m-safe-url-regexp variable buffer-local and set it as the value
7749         of mm-w3m-safe-url-regexp.
7750
7751         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7752
7753         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
7754         parsing gnus-posting-styles when the message is not for replying.
7755
7756         * dgnushack.el: Autoload sgml-mode for XEmacs.
7757
7758         * nnrss.el (nnrss-opml-export): Use
7759         mm-set-buffer-file-coding-system instead of
7760         set-buffer-file-coding-system.
7761
7762 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
7763
7764         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
7765         of checkdoc.el).
7766         * nnrss.el: do.
7767         * gnus-mlspl.el: do.
7768         * gnus-ml.el: do.
7769         * gnus-srvr.el: do.
7770
7771         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
7772
7773 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7774
7775         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
7776         Corrections to custom-manual links.
7777
7778         * gnus-art.el (gnus-article): Ditto.
7779
7780         * mm-decode.el (mime-display, mime-security): Ditto.
7781
7782 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7783
7784         * flow-fill.el: Typo.
7785
7786 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
7787
7788         * spam-wash.el: New file.
7789
7790 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
7791
7792         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
7793
7794 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7795
7796         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
7797         to be run with new-articles as LIST1, not LIST2
7798         (spam-registration-functions): add spam-use-ham-copy as a nil
7799         registration backend
7800
7801 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7802
7803         * spam-stat.el (spam-stat-washing-hook): New option.
7804         (spam-stat-buffer-words): Use it.
7805         (spam-stat-process-directory, spam-stat-test-directory): Use
7806         insert-file-contents-literally.
7807         (spam-stat-coding-system): New variable.
7808         (spam-stat-load, spam-stat-save): Use it.
7809
7810 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * spam-report.el (spam-report-plug-agent): Quote
7813         spam-report-url-to-file and spam-report-url-ping-plain.
7814
7815 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
7818         / in mailto URLs.
7819
7820 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * spam-report.el (spam-report-process-queue): Fix interactive use.
7823         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
7824         (spam-report-unplug-agent): Doc fixes.
7825         (spam-report-url-ping-mm-url, spam-report-url-to-file)
7826         (spam-report-agentize, spam-report-deagentize): Autoload
7827
7828 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
7831
7832         * message.el (message-setup-fill-variables): Add mml tags to
7833         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
7834         <ajk@iu.edu>.
7835         (message-mode): Don't modify paragraph-separate there.
7836
7837 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * compface.el (uncompface-use-external): Default to undecided.
7840         (uncompface-use-external-threshold): New variable.
7841         (uncompface-float-time): New macro.
7842         (uncompface): Determine whether to use the external decoder if
7843         uncompface-use-external is undecided.
7844
7845 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
7848         after images.
7849
7850         * gnus-art.el (gnus-mime-display-single): Remove dead code.
7851
7852 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
7853
7854         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
7855
7856         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
7857
7858         * gnus-sum.el (gnus-summary-limit-to-age)
7859         (gnus-summary-limit-children): do.
7860
7861         * gnus-int.el (gnus-request-scan): do.
7862
7863         * gnus-group.el (gnus-group-suspend): do.
7864
7865         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
7866
7867         * gnus-cite.el (gnus-cite-parse-attributions): do.
7868
7869         * gnus-agent.el (gnus-summary-set-agent-mark)
7870         (gnus-agent-regenerate-group): do.
7871
7872         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
7873
7874         * binhex.el (binhex-decode-region-internal): do.
7875
7876 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gnus-fun.el (gnus-face-properties-alist): New user option.
7879         (gnus-display-x-face-in-from): Use it.
7880
7881         * gnus-art.el (article-display-face): Ditto.
7882
7883         * compface.el (uncompface-use-external): Default to nil.
7884
7885 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
7886
7887         * nntp.el (nntp-erase-buffer): New function.
7888         (nntp-retrieve-data, nntp-send-command)
7889         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
7890         (nntp-possibly-change-group): Use it.
7891
7892         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
7893         with-current-buffer.
7894
7895 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
7896
7897         * compface.el: Merge the ELisp-based uncompface program.
7898         (compface): New customization group.
7899         (uncompface-use-external): New user option.
7900         (uncompface): Call uncompface-internal if uncompface-use-external
7901         is nil.
7902         (uncompface-internal): New function.  Note that there are also
7903         some other functions and variables added for this function.
7904
7905 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
7906
7907         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
7908         if necessary.
7909
7910 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7911
7912         * spam-report.el (spam-report-unplug-agent)
7913         (spam-report-plug-agent, spam-report-deagentize)
7914         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
7915         support for the Agent in spam-report: when unplugged, report to a
7916         file; when plugged, submit all the requests
7917
7918         * spam.el (spam-register-routine): improved message about
7919         registration
7920
7921 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
7922
7923         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
7924         dependencies.
7925         (rfc2047-encode): Use it.
7926
7927         * gnus-art.el (gnus-button-marker-list): Move before first
7928         reference.
7929
7930         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7931         (imap-parse-body): Fix format string mismatch.
7932
7933         * gnus-score.el (gnus-summary-increase-score): do.
7934
7935         * nnrss.el (nnrss-close): New function.
7936
7937 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
7938
7939         * nnrss.el (nnrss-make-filename): New function.
7940         (nnrss-request-delete-group, nnrss-read-server-data)
7941         (nnrss-save-server-data, nnrss-read-group-data)
7942         (nnrss-save-group-data): Use it.
7943         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
7944         (nnrss-read-server-data, nnrss-read-group-data): Use load.
7945         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
7946
7947 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
7948
7949         * mml.el (mml-compute-boundary-1): Don't uncompress files.
7950
7951 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
7952
7953         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
7954         files.
7955
7956         * message.el (message-generate-headers-first): Don't quote nil
7957         and t in docstrings.
7958
7959         * imap.el (imap-id): do.
7960
7961         * gnus-agent.el (gnus-agent-consider-all-articles)
7962         (gnus-agent-queue-mail): do.
7963
7964 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * spam-report.el (spam-report-process-queue): New function.
7967         Process requests from `spam-report-requests-file'.
7968         (spam-report-process-queue): Doc fix.
7969
7970 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
7971
7972         * spam.el (spam-register-routine)
7973         (spam-log-processing-to-registry, spam-log-registered-p)
7974         (spam-log-unregistration-needed-p, spam-log-undo-registration):
7975         change "check" to "spam-check" for semi-clarity
7976
7977 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
7978
7979         * pop3.el: Require nnheader.
7980
7981         * mml-smime.el: Require cl.  Autoload message-fetch-field.
7982
7983         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
7984
7985         * gnus-picon.el: Require cl.
7986
7987         * gnus-fun.el: Require gnus-ems and gnus-util.
7988
7989         * gnus.el (gnus-method-to-server): Move defsubst before first use.
7990
7991         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
7992
7993         * gnus-art.el (gnus-article-edit-mode): Define before first
7994         reference.
7995
7996 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
7997
7998         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
7999         (gnus-uu-post-encoded): Use point-at-bol.
8000
8001         * gnus-topic.el (gnus-group-active-topic-p): do.
8002
8003         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8004
8005         * gnus-group.el (gnus-group-kill-region): do.
8006
8007         * gnus-art.el (article-date-ut): do.
8008
8009         * message.el (message-fetch-field): Remove redundant
8010         case-fold-search binding.
8011         (message-narrow-to-field): Simplify.
8012
8013 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * spam.el (spam-directory): Derive from `gnus-directory'.
8016
8017         * spam-report.el (spam-report-url-to-file)
8018         (spam-report-requests-file): New function and variable for offline
8019         reporting.
8020         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8021         and user defined function.
8022         (spam-report-url-ping-mm-url): Remove doubled slash.
8023
8024 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8025
8026         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8027
8028 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8029
8030         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8031         format string mismatch.
8032
8033         * sieve.el (sieve-deactivate-all): do.
8034
8035         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8036
8037         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8038
8039         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8040
8041         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8042
8043 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8044
8045         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8046         the list of checks
8047
8048 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8049
8050         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8051         padding.
8052
8053 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8054
8055         * mm-view.el (mm-fill-flowed): New variable.
8056         (mm-inline-text): Use it.
8057
8058 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8059
8060         * spam.el (spam-spamassassin-register-ham-routine)
8061         (spam-spamassassin-register-spam-routine): fixed function names
8062
8063 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus.el (gnus-tmp-grouplens): Remove.
8066         (gnus-summary-line-format): Remove grouplens.
8067
8068         * gnus-group.el (gnus-group-line-format): Ditto.
8069
8070         * gnus-spec.el (gnus-format-specs): Ditto.
8071         (gnus-update-format-specifications): Flush the group format spec
8072         cache if there's the grouplens stuff.
8073         (gnus-parse-simple-format): Replace %l with the empty string.
8074
8075 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
8076
8077         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8078         omission.
8079         From Jerry James  <james@xemacs.org>
8080
8081 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8084         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8085
8086 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8087
8088         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8089         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8090         New macros and functions.
8091         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8092         Handle > NLINK_MAX messages.
8093         * nnmaildir.el (nnmaildir-request-set-mark): Use
8094         nnmaildir--emlink-p and nnmaildir--eexist-p.
8095
8096 2004-01-25  Alex Schroeder  <alex@gnu.org>
8097
8098         * spam-stat.el (spam-stat-process-directory-age): New option.
8099         (spam-stat-process-directory): Use it.
8100
8101 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8102
8103         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8104         (spam-stat-save): Accept prefix argument.
8105
8106 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8107
8108         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8109         links" error.
8110
8111 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8114         the rest of the and/or forms.
8115
8116 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8117
8118         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8119         compatibility with old .newsrc.eld files.
8120
8121         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8122
8123         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8124
8125         * gnus-start.el (gnus-1): do.
8126
8127         * gnus-group.el (gnus-group-line-format-alist): do.
8128
8129         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8130
8131         * gnus-gl.el: Remove.
8132
8133 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8134
8135         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8136         marks consisting of a single range {for example, (3 . 5)} rather
8137         than a list of a single range { ((3 . 5)) }.
8138
8139 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8140
8141         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8142         with-current-buffer.
8143         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8144         avoid consing a string.
8145
8146         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8147         Remove obsolete entries for big5 and gb2312.
8148
8149 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8150
8151         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8152         uncompressed list.
8153
8154 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8155
8156         * spam-stat.el (spam-stat-strip-xref): New function.
8157         (spam-stat-process-directory): Use it.
8158
8159         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8160         here -- it's done in message-fetch-field.
8161
8162 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8163
8164         * gnus-agent.el (gnus-agent-queue-mail,
8165         gnus-agent-prompt-send-queue): New variables.
8166         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8167         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8168         "nndraft:queue" along to gnus-draft-send.  Use
8169         gnus-agent-prompt-send-queue.
8170         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8171         is "nndraft:queue".  Suggested by Gaute Strokkenes
8172         <gs234@srcf.ucam.org>
8173
8174         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8175         (agent-enable-undownloaded-faces): Added
8176         (gnus-agent-cat-groups): Use eval-and-compile, not
8177         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8178         method of gnus-agent-cat-groups even when the buffer has been
8179         evaled.
8180         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8181         delete gnus-agent-save-active-1.
8182         (gnus-agent-save-groups): Deleted. Identical to
8183         gnus-agent-save-active.
8184         (gnus-agent-write-active): No longer adjust agent's copy of active
8185         file as agent's adjustments are now stored in their own
8186         file. Removed optional parameter.
8187         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8188         servers.  Add use of min/max range limits from server's local
8189         file.
8190         (gnus-agent-save-alist): Removed unused optional argument.
8191         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8192         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8193         (gnus-agent-set-local): A per-server file that keeps min/max range
8194         limits for articles known to the agent.  Provides a fast mechanism
8195         for altering many active ranges.
8196         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8197         active file (local makes it unnecessary).
8198         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8199
8200         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8201         (agent-enable-undownloaded-faces): Added
8202
8203         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8204         disable it when sending to "nndraft:queue".
8205         (gnus-group-send-queue): Add safety check to avoid sending queue
8206         when unplugged.
8207
8208         * gnus-group.el (gnus-group-catchup): Use new
8209         gnus-sequence-of-unread-articles, not
8210         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8211         numbers of articles.  Use gnus-range-map to avoid having to
8212         uncompress the unread list.
8213         (gnus-group-archive-directory,
8214         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8215         reference.
8216
8217         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8218         (gnus-sorted-range-intersection): Intersection of two ranges
8219         without requiring that they first be uncompressed.
8220
8221         * gnus-start.el (gnus-activate-group): Unless blocked by the
8222         caller, possibly expand the active range to include both cached
8223         and agentized articles.
8224         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8225         multiple version-dependent converters.
8226         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8227         gnus-agent-save-active.
8228         (gnus-save-newsrc-file): Save dirty agent range limits.
8229
8230         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8231         gnus-agent-possibly-alter-active.
8232         (gnus-adjust-marked-articles): Faster handling of simple lists
8233
8234 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8235
8236         * spam-stat.el (spam-stat-test-directory): New optional argument
8237         displays a list of files detected.  Suggested by Andrew Cohen
8238         <cohen@andy.bu.edu>.
8239         (spam-stat-buffer-words-with-scores): Don't narrow and change
8240         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8241
8242 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8243
8244         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8245         default scoring function
8246         (spam-generic-score): calls spam-spamassassin-score if
8247         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8248         spam-bogofilter-score otherwise.
8249
8250         From Hubert Chan <hubert@uhoreg.ca>:
8251
8252         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8253         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8254         (spam-spamassassin-arguments)
8255         (spam-spamassassin-spam-flag-header)
8256         (spam-spamassassin-positive-spam-flag-header)
8257         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8258         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8259         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8260         (spam-list-of-processors, spam-list-of-checks)
8261         (spam-list-of-statistical-checks, spam-registration-functions)
8262         (spam-check-spamassassin-headers, spam-check-spamassassin)
8263         (spam-spamassassin-score)
8264         (spam-spamassassin-register-with-sa-learn)
8265         (spam-spamassassin-register-spam-routine)
8266         (spam-spamassassin-register-ham-routine)
8267         (spam-assassin-register-spam-routine)
8268         (spam-assassin-register-ham-routine): add SpamAssassin support
8269         (spam-bogofilter-score): fix to show article before scoring
8270
8271         * gnus.el (spam-process, spam-autodetect-methods): add
8272         spamassassin and spamassassin-headers
8273
8274         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8275         Suppress unnecessary messages.  From Nevin Kapur
8276         <nkapur@cs.caltech.edu>.
8277
8278 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8279
8280         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8281         make-hash-table.
8282
8283 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * canlock.el (base64-encode-string): Don't autoload it.
8286
8287 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * run-at-time.el: Remove useless (require 'itimer),
8290         eval-and-compile and (featurep 'xemacs).
8291
8292 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8293
8294         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8295         GROUP is a virtual group.
8296
8297 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8298
8299         * gnus.el: Autoload `message-y-or-n-p'.
8300
8301 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8302
8303         * pgg-parse.el: Remove unnecessary (require 'custom).
8304
8305         * pgg-def.el: do.
8306
8307         * nnmail.el: do.
8308
8309         * gnus-undo.el: do.
8310
8311         * gnus-picon.el: do.
8312
8313         * gnus-util.el: do.
8314
8315 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8318
8319 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8322         handle, as well as a list.
8323
8324         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8325         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8326         (mm-w3m-cid-retrieve): Simplify.
8327
8328 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8329
8330         * message.el (message-kill-to-signature): Allow prefix arg to
8331         specify number of lines to keep before signature.  From Vasily
8332         Korytov.
8333         (message-kill-to-signature): Change docstring.
8334
8335 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * canlock.el: Always require sha1-el.
8338         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8339
8340         * message.el: Autoload sha1 only when compiling.
8341
8342         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8343         eudc-expand-inline for XEmacs.
8344
8345 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * message.el (message-canlock-generate): Require sha1-el.
8348
8349 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
8350
8351         * message.el (message-expand-name): Silence the byte compiler.
8352
8353         * lpath.el: Add detect-coding-system.
8354
8355         * dgnushack.el (dgnushack-compile): Remove obsolete check for
8356         cus-edit.
8357
8358 2004-01-13  Simon Josefsson  <jas@extundo.com>
8359
8360         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
8361         Invoke gnus-score-mode.  Reported by
8362         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8363
8364         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
8365         Jim Blandy <jimb@redhat.com> (tiny change).
8366
8367 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8368
8369         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
8370
8371 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
8372
8373         * spam.el (spam-get-article-as-string): updated to use
8374         gnus-request-article-this-buffer, much simpler
8375         (spam-get-article-as-buffer): removed
8376
8377 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
8378
8379         * message.el (message-expand-name): Use EUDC if the user uses
8380         that.
8381
8382 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8383
8384         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
8385         character for the encoding to avoid consing a string.
8386
8387         * rfc2047.el (rfc2047-decode-string): Don't cons a string
8388         unnecessarily.
8389
8390         * mm-util.el (mm-replace-chars-in-string): Remove.
8391
8392         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
8393         of mm-replace-chars-in-string.
8394
8395 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
8396
8397         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
8398         strings.
8399
8400         * mm-util.el (mm-subst-char-in-string): Support inplace.
8401
8402         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
8403         a new string in every iteration.  Use shy groups.
8404
8405 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
8406
8407         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
8408         (gnus-group-change-level, gnus-kill-newsgroup)
8409         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
8410         (gnus-get-unread-articles, gnus-make-articles-unread)
8411         (gnus-make-ascending-articles-unread): Use accessor
8412         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
8413         to get group information for improved readability.
8414
8415         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
8416
8417         * gnus-soup.el (gnus-soup-group-brew): do.
8418
8419         * gnus-msg.el (gnus-put-message): do.
8420
8421         * gnus-move.el (gnus-group-move-group-to-server): do.
8422
8423         * gnus-kill.el (gnus-batch-score): do.
8424
8425         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
8426         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
8427         (gnus-group-update-group, gnus-group-read-group)
8428         (gnus-group-make-group, gnus-group-make-help-group)
8429         (gnus-group-make-archive-group, gnus-group-make-directory-group)
8430         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
8431         (gnus-group-sort-by-unread, gnus-group-catchup)
8432         (gnus-group-unsubscribe-group, gnus-group-kill-group)
8433         (gnus-group-yank-group, gnus-group-set-info)
8434         (gnus-group-list-groups): do.
8435
8436         * gnus.el (gnus-generate-new-group-name): do.
8437
8438         * gnus-delay.el (gnus-delay-send-queue): do.
8439
8440         * nnvirtual.el (nnvirtual-catchup-group): do.
8441
8442         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
8443         do.
8444
8445         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
8446         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
8447
8448         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
8449         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
8450         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
8451         (gnus-group-make-articles-read): do.
8452
8453 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8454
8455         * gnus-art.el (article-decode-mime-words, article-babel)
8456         (gnus-article-highlight-signature, gnus-article-add-buttons)
8457         (gnus-signature-toggle): Use gnus-with-article-buffer.
8458
8459         * gnus-art.el (gnus-article-highlight-headers)
8460         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
8461
8462         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
8463         (gnus-article-set-globals, gnus-request-article-this-buffer)
8464         (gnus-button-message-id, gnus-article-maybe-hide-headers)
8465         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
8466         (gnus-mime-display-alternative): Use with-current-buffer.
8467
8468 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8469
8470         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
8471         also under 80 char limit, and call gnus-error if needed
8472         (spam-fetch-article-header): finally fixed - it was a
8473         buffer-local variable (gnus-newsgroup-data)
8474         (spam-find-spam): use spam-generate-fake-headers, forget about
8475         spam-insert-fake-headers
8476         (spam-insert-fake-headers): removed
8477
8478 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8479
8480         * deuglify.el (gnus-article-outlook-unwrap-lines)
8481         (gnus-outlook-rearrange-article)
8482         (gnus-outlook-repair-attribution-outlook)
8483         (gnus-outlook-repair-attribution-block)
8484         (gnus-outlook-repair-attribution-other): Remove redundant
8485         save-excursion.
8486
8487 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8488
8489         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
8490         (spam-fetch-field-subject-fast)
8491         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
8492         (spam-fetch-article-header): new functions to deal with Gnus
8493         internals for fast retrieval of article header data
8494         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
8495
8496 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8497
8498         * pop3.el (pop3-md5): Remove.
8499         (pop3-apop): Replace pop3-md5 with md5.
8500
8501         * mm-bodies.el: base64 is always built-in.
8502
8503         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
8504         with-current-buffer.
8505
8506 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * canlock.el (canlock-insert-header): Remove excessive grouping in
8509         regexp.
8510
8511         * gnus-sum.el (gnus-summary-read-document): Ditto.
8512
8513         * gnus-uu.el (gnus-uu-part-number): Ditto.
8514
8515         * html2text.el (html2text-remove-tags): Ditto.
8516         (html2text-format-tags): Ditto.
8517         (html2text-format-single-elements): Ditto.
8518
8519         * mml.el (mml-parse-1): Ditto.
8520
8521 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8522
8523         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
8524
8525         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
8526
8527         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
8528
8529         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
8530
8531 2003-11-15  Simon Josefsson  <jas@extundo.com>
8532
8533         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
8534         (pgg-gpg-lookup-key): Use regexp match instead of
8535         split-string (split-string is different between emacs 21.2 and
8536         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
8537
8538 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8539
8540         * gnus-art.el (gnus-mime-view-all-parts)
8541         (gnus-article-part-wrapper, gnus-article-view-part): Use
8542         with-current-buffer.
8543
8544 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8545
8546         * spam.el (spam-disable-spam-split-during-ham-respool)
8547         (spam-spamoracle-database, spam-cache-lookups)
8548         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
8549         (spam-group-ham-mark-p, spam-group-spam-mark-p)
8550         (spam-group-ham-marks, spam-group-spam-marks)
8551         (spam-group-spam-contents-p, spam-group-ham-contents-p)
8552         (spam-list-of-processors, spam-list-of-statistical-checks): doc
8553         fix, also add spam-use-blackholes to the statistical checks
8554         (spam-fetch-field-fast): new interface to fetching fields, may
8555         become a macro
8556         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
8557         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
8558         (spam-insert-fake-headers): fake an article when needed
8559         (spam-find-spam): fake article when possible
8560         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
8561         (spam-check-bogofilter-headers): use message-fetch-field instead
8562         of nnmail-fetch-field
8563
8564 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
8567
8568 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8569
8570         * spam.el (spam-split): do not require spam-use-CHECK to be
8571         enabled if that check is passed to spam-split explicitly; also
8572         fix so 'spam doesn't get converted to spam-split-group when
8573         spam-split-symbolic-return is t
8574         (spam-find-spam): find registrations of the article and use those
8575         instead of re-running spam-split to find the spam/ham
8576         classification of the article
8577         (spam-log-processing-to-registry, spam-log-registered-p)
8578         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8579         use gnus-error instead of gnus-message
8580         (spam-log-registration-type): new function to determine the
8581         classification of a message based on registry entries; will
8582         return nil if both 'spam and 'ham are found
8583         (spam-check-BBDB): expand all the BBDB macros here so we can have
8584         a reasonably fast local cache without the loading errors
8585         (spam-cache-lookups): set to t by default
8586         (spam-find-spam): don't try to guess spam-cache-lookups
8587         (spam-enter-whitelist, spam-enter-blacklist): also clear the
8588         spam-caches entry
8589         (spam-filelist-build-cache, spam-filelist-check-cache): better
8590         caching of whitelist/blacklist entries
8591         (spam-check-whitelist, spam-check-blacklist): invoke
8592         spam-from-listed-p with a type, not a cache variable
8593         (spam-from-listed-p): wrap around spam-filelist-check-cache
8594
8595 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8596
8597         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
8598
8599         * nnmail.el (nnmail-split-fancy): do.
8600
8601         * mml.el (mml-parse): do.
8602
8603         * gnus-score.el (gnus-enter-score-words-into-hashtb)
8604         (gnus-score-adaptive): do.
8605
8606 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
8609         (gnus-mime-button-map): Don't set keymap parent.
8610         (gnus-button-ctan-directory-regexp): Use shy grouping.
8611         (gnus-prev-page-map): Don't set keymap parent.
8612         (gnus-prev-page-map): Remove duplicated one.
8613         (gnus-next-page-map): Don't set keymap parent.
8614         (gnus-mime-security-button-map): Ditto.
8615
8616         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
8617         version number.
8618
8619         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
8620
8621 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * canlock.el (canlock-sha1-function): Remove.
8624         (canlock-sha1-function-for-verify): Remove.
8625         (canlock-openssl-program): Remove.
8626         (canlock-openssl-args): Remove.
8627         (canlock-ignore-errors): Remove.
8628         (canlock-sha1-with-openssl): Remove.
8629         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
8630         (canlock-verify): Don't use canlock-ignore-errors.
8631
8632         * sha1-el.el (sha1-string-external): Make it can return a string
8633         in binary form.
8634         (sha1-region-external): Ditto.
8635         (sha1-string-internal): Ditto.
8636         (sha1-region-internal): Ditto.
8637         (sha1-region): Ditto.
8638         (sha1-string): Ditto.
8639         (sha1): Ditto.
8640
8641 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * spam.el (spam-report-articles-gmane): New command.
8644
8645 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * gnus.el: Don't make unnecessary *Group* buffer when loading.
8648
8649         * run-at-time.el (run-at-time-saved): Remove.
8650         (run-at-time): Doc fix.
8651
8652 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8653
8654         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
8655         (gnus-summary-limit-map): Add it.
8656         (gnus-summary-make-menu-bar): do.
8657
8658 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
8659
8660         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
8661         first attempt at some caching support (done for BBDB only now)
8662         (spam-find-spam): set spam-cache-lookups if there are more than 2
8663         addresses to be checked
8664         (spam-clear-cache-BBDB): new function, to be invoked by
8665         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
8666         (spam-check-BBDB): check and use the caches, if
8667         spam-cache-lookups is on
8668         remove superfluous (provide)
8669
8670 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
8673
8674 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
8675
8676         * run-at-time.el (run-at-time-saved): Move to after the definition
8677         of `run-at-time'.
8678
8679         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
8680
8681 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
8684         mm-w3m-local-map-property.
8685
8686         * mm-view.el (mm-w3m-mode-map): Remove.
8687         (mm-w3m-local-map-property): Remove.
8688         (mm-inline-text-html-render-with-w3m): Don't use
8689         mm-w3m-local-map-property.
8690
8691 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8692
8693         * run-at-time.el: New file.
8694
8695         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
8696         under Emacs.
8697
8698         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
8699         of gnus-set-text-properties.
8700
8701         * gnus-uu.el (gnus-uu-save-article): Ditto.
8702
8703         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
8704
8705         * gnus-cite.el (gnus-cite-parse): Ditto.
8706
8707         * gnus-art.el (gnus-button-push): Use set-text-properties instead
8708         of gnus-.
8709
8710         * gnus-xmas.el (run-at-time): Require run-at-time.
8711
8712         * gnus.el: Changed calls to nnheader-run-at-time and
8713         password-run-at-time throughout to use run-at-time directly.
8714
8715         * password.el: Removed definition of run-at-time.
8716
8717         * nnheaderxm.el: Remove definition of run-at-time.
8718
8719 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
8720
8721         * mml.el (mml-minibuffer-read-disposition): Show attachment type
8722         in prompt.
8723
8724 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8725
8726         * messagexmas.el (message-xmas-redefine): Alias
8727         `message-make-caesar-translation-table' to
8728         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
8729         version.
8730
8731         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
8732         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
8733         `gnus-xmas-set-text-properties'.
8734         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
8735         `gnus-xmas-completing-read'.
8736         (gnus-xmas-completing-read): Removed.
8737         (gnus-xmas-open-network-stream): Removed.
8738
8739         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
8740         XEmacs version.
8741
8742         * dns.el (dns-make-network-process): Use `open-network-stream'
8743         instead of `gnus-xmas-open-network-stream'.
8744
8745         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
8746
8747         * .cvsignore: Add auto-autoloads.el, custom-load.el.
8748
8749 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8750
8751         * gnus-art.el (gnus-mime-display-alternative)
8752         (gnus-insert-mime-button, gnus-insert-mime-security-button)
8753         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
8754         Don't use gnus-local-map-property.
8755
8756         * gnus-util.el (gnus-local-map-property): Remove.
8757
8758         * mm-view.el (mm-view-pkcs7-decrypt): Replace
8759         gnus-completing-read-maybe-default with completing-read.
8760
8761         * gnus-util.el (gnus-completing-read): do.
8762         (gnus-completing-read-maybe-default): Remove.
8763
8764 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8765
8766         * password.el: Only autoload `run-at-time' if not XEmacs.
8767         Only autoload the itimer functions if XEmacs.
8768
8769 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
8772         XEmacsen.
8773
8774         * dgnushack.el: Autoload executable-find for XEmacs.
8775
8776 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8777
8778         * gnus-art.el (gnus-read-string): Remove.
8779         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
8780         read-string.
8781
8782 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
8783
8784         * netrc.el: autoload password-read
8785         (netrc): new configuration group
8786         (netrc-encoding-method, netrc-openssl-path): configuration
8787         variables for encoding and decoding of files with symmetric
8788         ciphers
8789         (netrc-encode): assistant function to encode a file with
8790         netrc-encoding-method
8791         (netrc-parse): added interactive parameter, added optional
8792         decoding if netrc-encoding-method is non-nil but otherwise
8793         behavior is standard
8794         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
8795         s/encode/encrypt/ everywhere
8796
8797         * spam.el: remove executable-find autoload
8798
8799 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8800
8801         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
8802
8803         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
8804
8805 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-art.el (gnus-treat-ansi-sequences,
8808         article-treat-ansi-sequences): New variable and function.
8809         Suggested by Dan Jacobson <jidanni@jidanni.org>.
8810
8811         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
8812         Use it.
8813
8814 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8815
8816         * mm-util.el (mm-quote-arg): Remove.
8817
8818         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
8819         shell-quote-argument.
8820
8821         * gnus-uu.el (gnus-uu-command): do.
8822
8823         * gnus-sum.el (gnus-summary-insert-pseudos): do.
8824
8825         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
8826         with make-char.
8827
8828         * mm-util.el (mm-make-char): Remove.
8829
8830         * mml.el (mml-mode): Replace gnus-add-minor-mode with
8831         add-minor-mode.
8832
8833         * gnus-undo.el (gnus-undo-mode): do.
8834
8835         * gnus-topic.el (gnus-topic-mode): do.
8836
8837         * gnus-sum.el (gnus-dead-summary-mode): do.
8838
8839         * gnus-start.el (gnus-slave-mode): do.
8840
8841         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
8842
8843         * gnus-ml.el (gnus-mailing-list-mode): do.
8844
8845         * gnus-gl.el (gnus-grouplens-mode): do.
8846
8847         * gnus-draft.el (gnus-draft-mode): do.
8848
8849         * gnus-dired.el (gnus-dired-mode): do.
8850
8851         * gnus-ems.el (gnus-add-minor-mode): Remove.
8852
8853         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8854         Replace gnus-char-width with char-width.
8855
8856         * gnus-ems.el (gnus-char-width): Remove.
8857
8858         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8859         Replace gnus-char-width with char-width.
8860
8861         * gnus-ems.el (gnus-char-width): Remove.
8862
8863         * spam-stat.el (with-syntax-table): Remove with-syntax-table
8864         definition.
8865         Remove Emacs 20 hash table compatibility code.
8866
8867         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
8868         20 compatibility code.
8869
8870         * spam.el (spam-point-at-eol): Replace with point-at-eol.
8871
8872         * smime.el (smime-point-at-eol): Replace with point-at-eol.
8873
8874         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
8875         with point-at-{eol,bol}.
8876
8877         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
8878
8879         * imap.el (imap-point-at-eol): Replace with point-at-eol.
8880
8881         * flow-fill.el (fill-flowed-point-at-bol,
8882         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
8883
8884         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
8885         Replace with point-at-{eol,bol} throughout all files.
8886
8887 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * ntlm.el (ntlm-string-as-unibyte): New macro.
8890         (ntlm-build-auth-response): Use it.
8891
8892         Remove Emacs 20 stuff:
8893         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
8894         (butlast, mapc, remove): Remove the compiler macros.
8895         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
8896         of delq and copy-sequence.
8897         * gnus-art.el (popup-menu): Remove the compiler macro.
8898         * nnmail.el (nnmail-split-fancy): Don't support customizing with
8899         Emacs 20.
8900
8901 2004-01-05  Simon Josefsson  <jas@extundo.com>
8902
8903         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
8904         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
8905         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
8906         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
8907         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
8908         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
8909         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
8910         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
8911         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
8912         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
8913         ntlm-string-permute, string-lshift into ntlm-string-lshift,
8914         string-xor into ntlm-string-xor.  Suggested by
8915         Jesper Harder <harder@myrealbox.com>.
8916
8917         * ntlm.el: Don't include poem.
8918
8919         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
8920         Jesper Harder <harder@myrealbox.com>.
8921
8922         * sasl-ntlm.el, ntlm.el, md4.el: New files.
8923
8924         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
8925         probably breaks emacs with DL patch, but do we care? Is anyone
8926         still using the DL stuff?)
8927
8928         * sieve-manage.el: Use the password package.
8929         (sieve-manage-read-passwd): Remove.
8930         (sieve-manage-interactive-login): Use password.  Re-add
8931         condition-case around loop.
8932
8933         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
8934         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
8935         the password package.
8936
8937 2003-02-19  Simon Josefsson  <jas@extundo.com>
8938
8939         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
8940         token.
8941
8942 2002-08-07  Simon Josefsson  <jas@extundo.com>
8943
8944         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
8945         (sieve-manage-authenticators):
8946         (sieve-manage-authenticator-alist): Add some SASL mechs.
8947         (sieve-sasl-auth): New function.
8948         (sieve-manage-cram-md5-auth):
8949         (sieve-manage-plain-auth): Rewrite using SASL library.
8950         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
8951         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
8952         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
8953         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
8954
8955 2004-01-05  Simon Josefsson  <jas@extundo.com>
8956
8957         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
8958         New files.
8959
8960 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * gnus-group.el (gnus-no-groups-message): Update.
8963
8964         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
8965
8966 2003-11-09  Simon Josefsson  <jas@extundo.com>
8967
8968         * imap.el: Support for ID IMAP extension (RFC 2971).
8969         (imap-local-variables): Add imap-id.
8970         (imap-id): New variable.
8971         (imap-id): New function.
8972         (imap-parse-response): Parse untagged ID response.
8973         * nnimap.el (nnimap-id): New variable.
8974         (nnimap-open-connection): Use it.
8975
8976 2003-12-28  Simon Josefsson  <jas@extundo.com>
8977
8978         * gnus-score.el (gnus-score-edit-all-score): New.
8979         * gnus-group.el (gnus-group-score-map): Bind it to W e.
8980
8981 2004-01-04  Simon Josefsson  <jas@extundo.com>
8982
8983         * password.el: Add.
8984
8985 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
8986
8987         * dns.el: Add support for AAAA records (see RFC 3596)
8988
8989         * Fix typo PRT -> PTR
8990
8991         * Parse MX, PTR and SOA replies (see RFC 1035)
8992
8993 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
8996
8997         * Moved to Changelog.2.
8998
8999 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9000
9001         * gnus.el (gnus-version-number): Bump version.
9002
9003 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9004
9005         * gnus.el: No Gnus v0.1 is released.
9006
9007 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9008
9009         * gnus.el: No Gnus v0.0 is released.
9010
9011 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9012
9013         * gnus.el (gnus-version-number): Bump.
9014         (gnus-version): No.
9015
9016 See ChangeLog.2 for earlier changes.
9017
9018     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9019   Copying and distribution of this file, with or without modification,
9020   are permitted provided the copyright notice and this notice are preserved.
9021
9022 ;; Local Variables:
9023 ;; coding: iso-2022-7bit
9024 ;; fill-column: 79
9025 ;; End:
9026
9027 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4