* gnus-agent.el (directory-files-and-attributes): Move all the way
[gnus] / lisp / ChangeLog
1 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2
3         * gnus-agent.el (directory-files-and-attributes): Move all the way
4         forward (the third and final move).
5         (gnus-agent-read-agentview): Trap reconstruction errors due to
6         nonexistant directory.  Handle by returning nil.
7
8 2006-05-30  Didier Verna  <didier@xemacs.org>
9
10         * message.el (message-dont-reply-to-names): Update the custom type.
11         * message.el (message-dont-reply-to-names): New defsubst: potentially
12         convert a list of regexps into a single one.
13         * message.el (message-get-reply-headers): Use it.
14         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15
16 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gnus-agent.el (directory-files-and-attributes): Move forward.
19
20 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
21
22         * gnus-ml.el (gnus-mailing-list-subscribe)
23         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
24         (gnus-mailing-list-message): Fix doc strings.
25
26 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
27
28         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
29         of doing it manually.
30
31 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
32
33         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
34         comment.
35
36 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
37
38         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
39         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
40         (gnus-agent-read-local): All symbols allocated in my-obarray
41         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
42         (gnus-agent-regenerate-group): Check numeric names to see if they are
43         messages or groups.
44         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
45         better way of do this...)
46
47         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
48         'dummy.group' (there should be a better way of do this...)
49
50 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
53         (gnus-saved-headers): Ditto.
54         (gnus-default-article-saver): Mention functions may have properties.
55         (gnus-article-save): Override gnus-save-all-headers and
56         gnus-saved-headers by :headers property which saver function may have.
57         (gnus-summary-save-in-file): Add :headers property.
58         (gnus-summary-write-to-file): Ditto.
59
60         * gnus-sum.el (gnus-summary-save-article): Bind
61         gnus-prompt-before-saving to t when saving many articles in a file;
62         always show all headers.
63
64         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
65
66 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
67
68         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
69         marks.
70
71         * message.el (message-indent-citation): Add optional arguments to allow
72         using it outside of message buffers.
73
74         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
75         (gnus-article-treat-unfold-headers): Use it.
76         (gnus-article-truncate-lines): New variable.
77         (gnus-article-mode): Use it.
78         (gnus-article-toggle-truncate-lines): New function.
79
80         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
81         gnus-article-toggle-truncate-lines.
82
83         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
84         coding system in XEmacs, use binary.
85
86 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
89         after-load-alist.
90
91         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
92         this function should save decoded articles.
93         (gnus-summary-write-to-file): Use property to specify this function
94         should save decoded articles and specify gnus-summary-save-in-file
95         should be used to save articles other than the first one when saving
96         many articles.
97         (gnus-summary-save-body-in-file): Use property to specify this
98         function should save decoded articles.
99         (gnus-summary-write-body-to-file): Use property to specify this
100         function should save decoded articles and specify
101         gnus-summary-save-body-in-file should be used to save articles other
102         than the first one when saving many articles.
103
104         * gnus-sum.el (gnus-summary-save-article): Simplify.
105
106 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gnus-art.el (gnus-default-article-saver): Add
109         gnus-summary-write-body-to-file.
110         (gnus-article-save-coding-system): Don't use coding system object
111         in XEmacs.
112         (gnus-read-save-file-name): Add optional `dir-var' argument which
113         specifies directory in which files are saved; work even if optional
114         `variable' argument is not specified.
115         (gnus-summary-write-to-file): Read file name.
116         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
117         (gnus-summary-write-body-to-file): New function.
118
119         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
120         (gnus-summary-local-variables): Add it.
121         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
122         (gnus-summary-save-article): Remove optional `decode' argument;
123         determine whether to decode articles by the value of
124         gnus-default-article-saver; when saving many files using
125         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
126         it first and use gnus-summary-save-in-file or
127         gnus-summary-save-body-in-file thereafter unless
128         gnus-prompt-before-saving is always; move point to article which
129         will be saved.
130         (gnus-summary-save-article-file): Revert.
131         (gnus-summary-write-article-file): Revert.
132         (gnus-summary-save-article-body-file): Revert.
133         (gnus-summary-write-article-body-file): New function.
134
135 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * gnus-art.el (gnus-default-article-saver): Doc fix.
138         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
139         from gnus-summary-save-article-coding-system, and default to a
140         certain coding system.
141         (gnus-output-to-file): Add coding cookie and encode text according
142         to gnus-article-save-coding-system; don't use mm-append-to-file.
143
144         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
145         gnus-art.el and rename to gnus-article-save-coding-system.
146         (gnus-summary-save-article): Require gnus-art; don't show all
147         headers if it decodes articles; don't add coding cookie here;
148         don't bind mm-text-coding-system-for-write.
149         (gnus-summary-save-article-file): Save decoded articles.
150         (gnus-summary-write-article-file): When saving many files, use
151         gnus-summary-write-to-file first and gnus-summary-save-in-file
152         thereafter unless gnus-prompt-before-saving is always.
153         (gnus-summary-save-article-body-file): Save decoded articles.
154
155         * lpath.el: Fbind select-safe-coding-system for XEmacs.
156
157 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
158
159         * nnrss.el (nnrss-check-group): Bind hash-index.
160
161 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
162
163         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
164         its hash index.  Store this hash in `nnrss-group-data'.
165         (nnrss-read-group-data): Update accordingly.
166
167 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
168
169         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
170         entry.
171
172         * gnus-sum.el (gnus-summary-make-menu-bar): Add
173         gnus-article-browse-html-article.
174
175 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
176
177         * gnus-sum.el (gnus-summary-mime-map): Add
178         gnus-article-browse-html-article.
179
180         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
181
182 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
183
184         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
185         suitable coding systems in customize.
186
187 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
188
189         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
190         (gnus-summary-expire-articles-now): Shorten prompt.
191
192         * gmm-utils.el (wid-edit): Require.
193         (defun-gmm): Renamed from `gmm-defun-compat'.
194         (gmm-image-search-load-path): Use it.
195         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
196
197 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * gnus-sum.el (gnus-summary-save-article-coding-system): New
200         variable.
201         (gnus-summary-save-article): Add optional `decode' argument.  If
202         it is set and gnus-summary-save-article-coding-system is non-nil,
203         save decoded article.
204         (gnus-summary-write-article-file): Save decoded article if
205         gnus-summary-save-article-coding-system is non-nil.
206
207         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
208         type.
209
210 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
213
214 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
217         first to test gnus-single-article-buffer which may be buffer-local.
218
219         * gnus-sum.el (gnus-summary-setup-buffer): Make
220         gnus-single-article-buffer buffer-local and nil in ephemeral
221         group; make gnus-article-buffer, gnus-article-current, and
222         gnus-original-article-buffer always buffer-local.
223         (gnus-summary-exit): Kill article buffer belonging to ephemeral
224         group.
225         (gnus-handle-ephemeral-exit): Don't move to next summary line.
226
227 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
228
229         * nnml.el (nnml-request-compact-group): Compressed files might not
230         have .gz extension.
231
232 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
233
234         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
235         (mm-copy-to-buffer): Use with-current-buffer.
236         (mm-display-part): Simplify.
237         (mm-inlinable-p): Add optional arg `type'.
238
239 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
240
241         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED
242         argument.
243         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
244         Try harder to show the attachment internally or externally using
245         gnus-mime-view-part-as-type.
246
247 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
248
249         * message.el (message-from-style, message-signature-separator)
250         (message-user-organization-file, message-send-mail-function)
251         (message-citation-line-function, message-yank-prefix)
252         (message-indent-citation-function, message-signature)
253         (message-signature-file, message-signature-insert-empty-line):
254         Remove autoloads.
255
256         * gnus-art.el (gnus-buttonized-mime-types): Remove
257         "multipart/signed".  Revert 2006-04-26 change.
258
259 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * gnus.el (gnus-version-number): Bump version.
262
263 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
264
265         * gnus.el: No Gnus v0.5 is released.
266
267 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
268
269         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
270         fetching articles by message-id.
271
272 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * message.el (hashcash): Require hashcash as normal.
275
276         * ecomplete.el (ecomplete-highlight-match-line): Use
277         point-at-eol.
278         (ecomplete-highlight-match-line): Use `highlight', because that
279         face exists in both Emacs and XEmacs.
280
281         * message.el (message-display-abbrev): Use point-at-bol.
282
283         * mail-source.el: Don't require timer/timer-funcs.
284
285         * gnus-async.el: Ditto.
286
287         * password.el: Ditto.
288
289         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
290
291         * mm-url.el: Ditto.
292
293         * gnus-xmas.el: Don't require timer-funcs.
294
295         * mm-util.el: Require timer/timer-funcs.
296
297 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
298
299         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
300         Close.
301
302 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
305         unibyte after clear-decrypt function runs.
306
307         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
308         returns as a unibyte string.
309
310 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * lpath.el: Revert.
313
314         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
315         (pgg-gpg-process-sentinel): Revert.
316
317         * pgg-pgp.el (pgg-pgp-process-region): Revert.
318         (pgg-pgp-lookup-key): Revert.
319
320         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
321         (pgg-pgp5-lookup-key): Revert.
322
323         * pgg.el (pgg-fetch-key): Revert.
324
325 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * lpath.el: Fbind string-as-multibyte for XEmacs.
328
329         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
330         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
331         (mml1991-pgg-encrypt): Ditto.
332
333         * pgg-gpg.el (pgg-string-to-multibyte): New function.
334         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
335         a multibyte buffer.
336
337         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
338         (pgg-pgp-lookup-key): Ditto.
339
340         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
341         (pgg-pgp5-lookup-key): Ditto.
342
343         * pgg.el (pgg-fetch-key): Ditto.
344
345 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
346
347         * message.el (message-user-organization-file): Check several
348         locations of the organization file.
349
350         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
351         Add gnus-article-view-part-as-type.
352
353         * gnus-art.el (gnus-article-view-part-as-type): New function.
354
355         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
356         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
357
358         * mml.el: Simplify autoload.
359         (mml-mode): defvar dnd-protocol-alist instead of using
360         symbol-value.
361         (mml-default-directory): New variable.
362         (mml-minibuffer-read-file): Use it.
363         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
364
365         * message.el (message-citation-line-format): New variable.
366         (message-insert-formated-citation-line): New function.
367         (message-citation-line-function): Add
368         `message-insert-formated-citation-line' to custom type.
369
370         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
371         to doc string.
372
373         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
374         depending on mm-verify-option.
375
376 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
379         binding pgg-* variables; reimplement the section which prevents
380         MIME header from being signed.
381         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
382         pgg-text-mode; remove a blank line at the top of body.
383
384         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
385         lines at the top of body; use gnus-newsgroup-charset if there's no
386         Charset header.
387
388 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * message.el (message-self-insert-commands): Doc fix.
391
392         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
393         (mm-uu-pgp-encrypted-test): Ditto.
394         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
395         between header and body; return application/pgp-encrypted handle
396         if decryption failed; decode decrypted body by charset.
397
398         * mm-decode.el (mm-automatic-display): Don't make application/pgp
399         element match to application/pgp-*.
400
401 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
402
403         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
404         HTML.
405
406 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * mail-source.el (mail-source-call-script): Message the error
409         string.
410
411 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * gnus-util.el (gnus-byte-compile): Use it.
414
415 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
416
417         * gnus-util.el (kill-empty-logs): New function.
418
419 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * message.el (message-mail-alias-type): Doc fix.
422         (message-mail-alias-type-p): New function.
423         (message-send): Use it.
424         (message-mode): Ditto.
425         (message-strip-forbidden-properties): Ditto.
426
427         * ecomplete.el (ecomplete-database-file-coding-system): New
428         variable.
429         (ecomplete-save): Use it.
430         (ecomplete-setup): Use it.
431
432 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * message.el (message-self-insert-commands): New variable.
435         (message-strip-forbidden-properties): Use it.
436
437 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * message.el (message-put-addresses-in-ecomplete): Use a regexp
440         that doesn't make XEmacs choke.
441
442 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
443
444         * gnus-util.el (gnus-replace-in-string): Prefer
445         replace-regexp-in-string over of replace-in-string.
446
447 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * gnus-util.el (gnus-select-frame-set-input-focus): Use
450         select-frame-set-input-focus if it is available in XEmacs; use
451         definition defined in Emacs 22 for old Emacsen.
452
453         * dgnushack.el: Autoload unmorse-region for XEmacs.
454
455         * lpath.el: Bind cursor-in-non-selected-windows and
456         select-frame-set-input-focus for XEmacs.
457
458 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * mm-view.el (mm-inline-text): Use equal instead of equalp.
461
462 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
463
464         * gnus-registry.el (gnus-registry-cache-save): remove text
465         properties when saving via the temp buffer
466
467 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
468
469         * message.el (message-generate-hashcash): Honor custom type.
470
471 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * message.el (message-generate-hashcash): Default to non-nil when
474         hashcash is found.
475
476         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
477         (gnus-refer-thread-limit): Increase default to 500.
478
479         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
480
481         * flow-fill.el (fill-flowed): Allow delete-space.
482
483 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
484
485         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
486         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
487         Remove autoloads.
488
489 2006-04-18  Simon Josefsson  <jas@extundo.com>
490
491         * message.el (message-generate-hashcash): Default to.
492
493 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
496         concatenating segments rather than before concatenating them.
497
498 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
499
500         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
501
502 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
503
504         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
505
506         * message.el (message-forward-make-body-plain): Allow
507         message-forward-ignored-headers to be a list.
508         (message-remove-ignored-headers): Factor out into function.
509         (message-forward-make-body-mml): Use it.
510
511         * imap.el (imap-quote-specials): New function.
512         (imap-login-auth): Quote specials.
513
514         * rfc2231.el (rfc2231-parse-string): Remove dead code.
515         (rfc2231-parse-string): Allow concatanation of parameters that
516         aren't contiguous.  The test case is
517           (mail-header-parse-content-type "message/external-body;
518             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
519             access-type=LOCAL-FILE;
520             name*1*=plugh%2fhello-sailor%2fbing.pdf")
521
522 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
523
524         * nntp.el (nntp-accept-process-output): Return the value of
525         `nnheader-accept-process-output'.
526
527 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
530         (gnus-button-alist): Recognize more diff formats.
531         (gnus-button-patch): Strip directory.
532
533 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
534
535         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
536         Emacs 22 when setting focus.
537
538 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * gnus-art.el (gnus-article-treat-types): Do treatment of
541         text/x-verbatim parts.
542         (gnus-button-patch): New command.
543
544         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
545         addresses that contain invalid characters.
546
547 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * message.el (message-put-addresses-in-ecomplete): Use
550         gnus-replace-in-string.
551         (message-is-yours-p): Use the more correct
552         mail-header-parse-address instead of
553         mail-extract-address-components.
554         (message-put-addresses-in-ecomplete): Fix typo.
555
556         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
557         keystroke.
558
559         * gnus-art.el (gnus-treatment-function-alist): Change order of
560         newsgroups/generic header folding to avoid double-folding.
561
562         * message.el (message-hidden-headers): Add X-Draft-From.
563
564         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
565         command.
566         (gnus-summary-repeat-search-article-backward): New command.
567
568         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
569         groups in the parent topic.
570
571 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
572
573         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
574         (spam-extra-header-to-number): Return the CRM114 number as a
575         number instead of a string.
576
577 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * gnus-art.el (gnus-face-properties-alist): Moved here from
580         gnus-fun.
581
582         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
583
584 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * message.el (message-strip-forbidden-properties): Only display on
587         self-insert-command.
588
589         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
590         reindent.
591         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
592
593 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
594
595         * smiley.el (smiley-style): Fix typo.
596
597 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * hashcash.el (hashcash-insert-payment-async-2): Use
600         message-goto-eoh instead of doing it manually.
601         (mail-add-payment): Use message-narrow-to-header instead of trying
602         to do the same itself.
603
604         * message.el (message-hidden-headers): Add Face.
605
606         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
607         reparenting code.
608         (gnus-summary-reparent-children): Refactored out code.
609         (gnus-summary-thread-map): New keystroke.
610         (gnus-summary-reparent-children): Make into command.
611
612         * smiley.el (smiley-style): Default to `medium' if using a large
613         font.
614
615         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
616         does it itself.
617
618         * message.el (message-point-in-header-p): Simplify definition.
619
620 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * nnagent.el (nnagent-request-set-mark): Silence log file
623         writing.
624         (nnagent-request-set-mark): Use write-region instead of
625         append-to-file.
626
627         * gnus-sum.el (gnus-read-header): Fudge article number if using a
628         strange select method.
629
630         * ecomplete.el (ecomplete-display-matches): Get highlightling
631         right.
632         (ecomplete-display-matches): Use literals.
633         (ecomplete-display-matches): Disable message logging.
634
635         * message.el (message-display-abbrev): Small optimization.
636
637         * ecomplete.el (ecomplete-display-matches): Allow automatic
638         display.
639
640         * message.el (message-strip-forbidden-properties): Display
641         abbrevs.
642         (message-display-abbrev): Get automatic display right.
643
644         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
645         keystrokes.
646
647 2006-04-13  Romain Francoise  <romain@orebokech.com>
648
649         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
650         Moved here (and renamed) from gnus-registry.el.
651
652         * gnus-registry.el: Require gnus-util.
653         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
654
655 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * gnus-group.el (gnus-group-catchup-current): Change
658         if-then-else-if-then-else into cond.
659         (gnus-group-catchup): Indent.
660         (group-name-at-point): New function.
661         (gnus-fetch-group): Provide default from thing at point.
662
663 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * message.el (message-display-abbrev): Fix regexp.
666
667         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
668         choosing.
669         (ecomplete-highlight-match-line): Fix up code rewrite, remove
670         dead variables.
671
672         * message.el (message-newline-and-indent): Remove debugging.
673         (message-display-abbrev): Use new implementation.
674
675 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
676
677         * gnus-art.el (gnus-article-mode): Set
678         cursor-in-non-selected-windows to nil.
679
680         * smiley.el: Revert previous change.
681         (smiley-data-directory): defvar it before using it in the
682         defcustom of `smiley-style'.
683
684 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * message.el (message-newline-and-indent): New function.
687
688         * ecomplete.el: Implement more bits.
689
690         * message.el (message-put-addresses-in-ecomplete): Clean up the
691         string.
692
693         * ecomplete.el (ecomplete-add-item): Chop off decimals.
694
695         * gnus-sum.el (gnus-summary-save-parts): Bind
696         gnus-summary-save-parts-counter and use it to make unique file
697         names.
698
699         * gnus-art.el (gnus-ignored-headers): Add some more headers.
700
701         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
702         parameter to say whether to actually parse the individual
703         addresses.
704
705         * message.el (message-put-addresses-in-ecomplete): New function.
706         (ecomplete): Require.
707         (message-mail-alias-type): Add ecomplete as an option.
708
709 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
710
711         * flow-fill.el (fill-flowed): Remove trailing space from blank
712         quoted lines.
713
714 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * smiley.el (smiley-style): Move definition later to avoid a
717         compilation warning.
718
719 2006-04-12  Kenichi Handa  <handa@m17n.org>
720
721         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
722         buffer and then decode the buffer text if necessary.
723         (rfc2231-encode-string): Be sure to work on multibyte buffer at
724         first, and after mm-encode-body, change the buffer to unibyte.
725         Use mm-disable-multibyte instead of set-buffer-multibyte.
726
727 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
730         Content-Type header instead of Content-Disposition header.
731         (gnus-mime-inline-part): Ditto.
732         (gnus-mime-view-part-as-charset): Ignore charset that the part
733         specifies.
734
735         * mm-decode.el (mm-display-part): Work with external parts and
736         usual parts similarly.
737
738         * mm-extern.el (mm-inline-external-body): Use mm-display-part
739         instead of gnus-display-mime.
740
741         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
742         instead of with-temp-buffer.
743
744         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
745         tag to summarized topics part in order to encode non-ASCII text.
746
747 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
748
749         * smiley.el (smiley-style): New variable.
750         (smiley-directory): New function.
751         (smiley-data-directory): Derive from `smiley-style' using
752         `smiley-directory'.
753         (smiley-regexp-alist): Add new entries.
754
755         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
756         (gnus-article-browse-delete-temp): Add :version.
757
758 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
759
760         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
761         the sieve region.
762
763 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * gnus.el (gnus-version-number): Bump version.
766
767 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
768
769         * gnus.el: No Gnus v0.4 is released.
770
771 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
774         layout.
775
776         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
777         unknown charset.
778
779         * message.el (message-header-synonyms): Add Original-To to the
780         default.
781
782         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
783         optional parameter.
784
785 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
786
787         * gnus-fun.el (gnus): Require it for gnus-directory.
788
789 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-fun.el (gnus-face-properties-alist): Add :version.
792
793 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
794
795         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
796
797 2006-04-05  Simon Josefsson  <jas@extundo.com>
798
799         * password.el (password-reset): New function.
800
801 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
802
803         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
804         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
805
806 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
807
808         * nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
809         whitespace was matched into the url, which broke browsing hits
810         > 100 when mm-url-use-external was nil.
811
812 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
813
814         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
815         gnus-extra-headers for 'Newsgroups.
816
817         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
818         bound.
819
820 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
821
822         * pgg-gpg.el: Clean up process buffers every time gpg processes
823         complete.
824
825 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
826
827         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
828         doc string.
829
830 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
831
832         * pgg-gpg.el (pgg-gpg-process-filter)
833         (pgg-gpg-wait-for-completion): Check if buffer is alive.
834
835         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
836         lines, temporary fix.
837
838 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
839
840         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
841         :set.
842
843 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
844
845         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
846         default-enable-multibyte-characters.  This reverts the change from
847         revision 6.17 which is no longer necessary because the passphrase
848         is sent separately now.  GnuPG messages are unreadable under
849         multibyte locales with default-enable-multibyte-characters set to
850         nil.
851
852 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
853
854         * message.el (message-tool-bar-gnome): Move "spell".
855
856 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
857
858         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
859         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
860         instead.
861
862 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
863
864         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
865         newsgroups handling for NNTP overviews which don't include
866         Newsgroups.
867
868 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
869
870         * message.el (message-resend): Bind message-generate-hashcash to
871         to nil.
872
873 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
874
875         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
876         when searching for already-paid recipients.
877
878 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
879
880         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
881         passphrases when it is not needed.
882         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
883         passphrase stuff from gpg, should only be necessary when you use
884         gpg with a smartcard.
885
886 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * mml.el (mml-insert-mime): Ignore cached contents of
889         message/external-body part.
890
891         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
892         (mm-insert-part): Ditto.
893
894 2006-03-23  Simon Josefsson  <jas@extundo.com>
895
896         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
897         Reiner.
898         (pgg-gpg-use-agent-p): Use it again.
899
900 2006-03-23  Simon Josefsson  <jas@extundo.com>
901
902         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
903         older emacsen.
904         (pgg-gpg-use-agent-p): Don't use it.
905
906 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
907
908         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
909         if we can.
910
911 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
912
913         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
914         (pgg-gpg-update-agent): New function.
915         (pgg-gpg-use-agent-p): New function.
916         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
917         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
918         (pgg-gpg-sign-region): Use it.
919
920 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
923         Reported by Ralf Wachinger <rwachinger@gmx.de>.
924
925 2006-03-21  Simon Josefsson  <jas@extundo.com>
926
927         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
928         <wilde@sha-bang.de>.
929         (pgg-gpg-use-agent): New variable.
930         (pgg-gpg-process-region): Use it.
931         (pgg-gpg-encrypt-region): Likewise.
932         (pgg-gpg-encrypt-symmetric-region): Likewise.
933         (pgg-gpg-decrypt-region): Likewise.
934         (pgg-gpg-sign-region): Likewise.
935         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
936
937 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
938
939         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
940
941         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
942         comment on version.
943
944 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
945
946         * smiley.el: Add missing test smiley.
947
948 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * mm-decode.el (mm-with-part): New macro.
951         (mm-get-part): Use it; work with message/external-body as well.
952         (mm-save-part): Treat name and filename equally.
953
954         * mm-extern.el (mm-extern-cache-contents): New function.
955         (mm-inline-external-body): Use it; force the part to be displayed;
956         move undisplayer added to the cached handle to the parent.
957
958         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
959         (gnus-mime-view-part-as-type): Work with message/external-body.
960
961         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
962
963 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
964
965         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
966         images in image-load-path.  [Sync with image.el, revision 1.60, in
967         Emacs.]
968
969 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
970
971         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
972         path rather than symbol.  Always return list of directories.
973         Guarantee that image directory comes first.  [Sync with image.el,
974         revision 1.59, in Emacs.]
975
976         * message.el (message-make-tool-bar): Adjust to new API of
977         `gmm-image-load-path-for-library'.
978
979         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
980
981         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
982
983 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
984
985         * gnus-art.el (gnus-article-only-boring-p): Bind
986         inhibit-point-motion-hooks to avoid infinite loop when entering
987         intangible text.  Reported by Ralf Wachinger
988         <rwnewsmampfer@geekmail.de>.
989
990 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
991
992         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
993         `defun' instead of `gmm-defun-compat'.
994
995 2006-03-14  Simon Josefsson  <jas@extundo.com>
996
997         * message.el (message-unique-id): Don't use message-number-base36
998         if (user-uid) is a float.  Reported by Bjorn Solberg
999         <bjorn_ding1@hekneby.org>.
1000
1001 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1004
1005         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1006         empty line between a part and a message part.
1007
1008 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1009
1010         * smiley.el: Add more test smileys.
1011         (smiley-data-directory, smiley-regexp-alist)
1012         (gnus-smiley-file-types): Fix doc strings.
1013         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1014         adding new elements.
1015         (smiley-mouse-map): Unused code.  Make it a comment.
1016
1017 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1020         scan latest NoCeM messages instead of old ones.
1021         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1022         delimiters that are recently used.
1023         (gnus-nocem-load-cache): Add autoload cookie.
1024
1025         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1026
1027         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1028         level which is larger than gnus-use-nocem is specified.
1029
1030         * gnus-group.el (gnus-group-get-new-news): Ditto.
1031
1032 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1033
1034         * gnus-util.el (gnus-tool-bar-update): New function.
1035
1036         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1037         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1038
1039         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1040
1041         * gnus-group.el (gnus-group-redraw-when-idle)
1042         (gnus-group-redraw-check): Remove.
1043         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1044
1045 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1048         if optional last element is specified in splits (FIELD VALUE...).
1049
1050 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1051
1052         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1053         to gmm-image-load-path-for-library.  Call with no-error argument.
1054         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1055
1056         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1057
1058         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1059
1060         * gmm-utils.el (gmm-image-load-path): Remove alias.
1061
1062 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1063
1064         * gmm-utils.el (gmm-image-load-path): Add alias.
1065
1066         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1067         nnml-generate-nov-databases-1.
1068         (nnml-generate-nov-databases): Use it.
1069         (nnml-generate-nov-databases-directory): Document no-active
1070         argument.
1071
1072         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1073         directory if path is t.  Add no-error.
1074
1075         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1076         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1077
1078         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1079         resetting gnus-article-browse-html-temp-list.
1080
1081         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1082         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1083         Add example to docstring.  Rename local variables.  Move error
1084         checks to default case in cond and simplify.
1085
1086 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1089         handle is multipart when calling it recursively.
1090         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1091
1092 2006-03-03  Daniel Pittman <daniel@rimspace.net>
1093
1094         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1095         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1096
1097 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1100         is loaded.
1101
1102         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1103         loaded.
1104
1105 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1106
1107         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1108         to "Emacs 23 (unicode)" in doc string.
1109
1110         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1111         "Emacs 23 (unicode)" in comment.
1112
1113 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * mm-decode.el (mm-get-part): Don't use
1116         mm-with-unibyte-current-buffer.
1117
1118         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1119         characters 160 through 255 in Emacs 23.
1120
1121 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1122
1123         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1124         gnus-article-browse-html-temp.
1125         (gnus-article-browse-delete-temp): Make it customizable.  Add
1126         `file'.  Adjust doc string.
1127         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1128         query for each file.  Adjust doc string.
1129         (gnus-article-browse-html-parts): Add
1130         `gnus-article-browse-delete-temp-files' to
1131         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1132
1133 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1134
1135         * gnus-art.el (gnus-article-browse-html-temp)
1136         (gnus-article-browse-delete-temp): New variables.
1137         (gnus-article-browse-delete-temp-files): New function.
1138         (gnus-article-browse-html-parts): Use it.
1139
1140 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1141
1142         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1143
1144         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1145         string.
1146
1147         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1148         gnus-summary-insert-new-articles when unplugged.  Remove
1149         gnus-summary-search-article-forward.
1150
1151         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1152         display-visual-class instead of display-color-cells.
1153
1154 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * dgnushack.el: Autoload customize-group for XEmacs.
1157
1158         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1159         message/* containing non-ASCII text properly.
1160
1161 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1162
1163         * message.el: Require gmm-utils, remove autoloads.
1164         (message-tool-bar): Set default based on
1165         gmm-tool-bar-style.
1166         (message-tool-bar-gnome): Add gmm-customize-mode.
1167
1168         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1169         gmm-tool-bar-style.
1170         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1171
1172         * gnus-group.el (gnus-group-tool-bar): Set default based on
1173         gmm-tool-bar-style.
1174         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1175
1176         * gmm-utils.el (gmm-image-directory): Rename variable from
1177         gmm-image-load-path.
1178         (gmm-image-load-path): Use gmm-image-directory.
1179         (gmm-customize-mode): New function.
1180         (gmm-tool-bar-style): New variable.
1181
1182         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1183         gnus-group-redraw-line-number.
1184         (gnus-group-redraw-check): Simplify.
1185         (gnus-group-tool-bar-update): Remove redraw check.
1186         (gnus-group-make-tool-bar): Add redraw check.
1187
1188 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1189
1190         * gnus-art.el (gnus-button): Add missing parentheses.
1191
1192 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * lpath.el: Fbind line-number-at-pos.
1195
1196 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1199
1200 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1201
1202         * gnus-art.el (gnus-button): New face.
1203         (gnus-article-button-face): Use it.
1204
1205         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1206         gnus-summary-next-page.  Re-order.
1207
1208         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1209         next-node are now included.
1210         (gnus-group-redraw-line-number): New internal variable.
1211         (gnus-group-redraw-check): Helper function for updating the tool
1212         bar.
1213         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1214
1215         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1216
1217         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1218         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1219         Use it to match format of Spamassassin 3.0 and later.  Reported by
1220         IRIE Tetsuya <irie@t.email.ne.jp>.
1221         (spam-check-bogofilter)
1222         (spam-bogofilter-register-with-bogofilter): Fix args of
1223         `gnus-error' calls.
1224
1225 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1226
1227         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1228         unnecessary interaction when sending queued mails.  Reported by
1229         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1230
1231 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1232
1233         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1234         first or last are nil.
1235
1236 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1237
1238         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1239
1240 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1243
1244 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * dns.el (query-dns): Protect more against buggy tcp output.
1247
1248 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1249
1250         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1251         nov.php.
1252
1253 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1254
1255         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1256         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1257         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1258         output on the server side.
1259         (nnweb-google-create-mapping): Update regexps and add some
1260         progress indication.
1261
1262 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1263
1264         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1265         gnus-agent-toggle-plugged.  Re-order icons.
1266         (gnus-group-tool-bar-gnome): Add
1267         gnus-group-{prev,next}-unread-group.
1268         (gnus-group-tool-bar-gnome): Re-order icons.
1269
1270         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1271         gnus-summary-insert-new-articles.
1272
1273         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1274         comments.
1275
1276         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1277         also available in Emacs 21.3.
1278
1279         * message.el (message-fix-before-sending): Change "Emacs 22" to
1280         "Emacs 23 (unicode)" in comment.
1281
1282         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1283         "Emacs 23 (unicode)" in comment.
1284
1285         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1286         comment.
1287         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1288
1289         * mm-view.el (mm-fill-flowed): Add :version.
1290
1291 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1294         and load-path.
1295
1296 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1297
1298         * message.el: Autoload gmm-image-load-path.
1299         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1300         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1301         consitency.
1302
1303         * gmm-utils.el (gmm-image-load-path): Also search in
1304         "../etc/images".  Don't set gmm-image-load-path if we don't find
1305         the image.
1306
1307 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * gmm-utils.el (gmm-image-load-path): Don't make
1310         `gmm-image-load-path' include subdirectories which the second arg
1311         `image' might specify.
1312
1313         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1314         subdirectory to icon file names.
1315
1316         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1317
1318 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1319
1320         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1321         gmm-image-load-path calls.
1322
1323         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1324
1325         * message.el (message-make-tool-bar): Ditto.
1326
1327         * mml.el (mml-preview): Added comment concerning tool bar icons.
1328
1329         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1330         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1331
1332         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1333         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1334
1335         * message.el (message-tool-bar-gnome): Use new icon names.
1336         (message-make-tool-bar): Use `gmm-image-load-path'.
1337
1338         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1339         functions from MH-E.
1340         (gmm-image-load-path): New variable from MH-E.
1341         (gmm-image-load-path): New function from MH-E.  Added arguments
1342         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1343         *-image-load-path-called-flag.
1344
1345 2006-02-21  Milan Zamazal <pdm@brailcom.org>
1346
1347         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1348
1349 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1350         (tiny change)
1351
1352         * nnimap.el (nnimap-request-move-article): Change folder back to
1353         source group before deleting.
1354
1355 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1356
1357         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
1358
1359         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
1360         mm-url.
1361
1362         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
1363
1364 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1367         coding system which mm-charset-to-coding-system returns for a
1368         given charset is valid.
1369
1370 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1371
1372         * html2text.el (html2text-remove-tag-list):
1373         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1374
1375 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1376
1377         * gnus-cus.el: Revert 2005-10-17 change.
1378
1379 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * gnus-art.el (article-strip-banner): Call
1382         article-really-strip-banner only when the regexp match is made.
1383
1384 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * gnus-art.el (article-strip-banner): Use
1387         gnus-extract-address-components instead of
1388         mail-header-parse-addresses to make it work with non-ASCII text;
1389         remove mail-encode-encoded-word-string.
1390
1391         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1392         values which are surrounded with \"...\"; make it never cause a
1393         Lisp error; give up parsing of parameters if it failed in
1394         extracting type.
1395
1396 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1397
1398         * smime.el (smime-cert-by-ldap-1): Fix bug where
1399         `smime-ldap-search' returns results without userCertificates.
1400
1401 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
1404
1405 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1406
1407         * spam.el (spam-check-spamassassin-headers): Adapt format for
1408         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
1409         <ari@mbf.ocn.ne.jp>.
1410         (spam-list-of-processors): Add spam-use-gmane.
1411
1412 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1415         make-temp-file; make it work with XEmacs as well.
1416
1417         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
1418         mm-make-temp-file.
1419
1420         * mm-decode.el (mm-display-external): Use the 3rd arg of
1421         mm-make-temp-file.
1422         (mm-create-image-xemacs): Ditto.
1423
1424 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
1427         with message-narrow-to-headers.
1428         (gnus-draft-setup): Narrow to header to run message-fetch-field.
1429         (gnus-draft-check-draft-articles): New function.
1430         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
1431
1432 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1433
1434         * gnus-art.el (gnus-article-browse-html-parts):
1435         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
1436         Don't use suffix argument for mm-make-temp-file for Emacs 21
1437         compatibility.  Remove useless `format'.
1438
1439 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1440
1441         * nnweb.el (nnweb-google-wash-article): Update regexps.
1442         (nnweb-group-alist): Use defvoo instead of defvar.
1443
1444 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
1447         re-loading nn* modules.
1448
1449 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1450
1451         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
1452         for `tool-bar-mode' and don't check it's default-value.
1453
1454         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1455
1456         * message.el (message-make-tool-bar): Ditto.
1457
1458         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
1459         `substring'.  Shorten tmp-file name.
1460
1461         * gnus.el: Remove bogus comment.
1462
1463 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
1464
1465         * gnus-art.el (gnus-article-browse-html-parts): New function.
1466         (gnus-article-browse-html-article): New function for viewing html
1467         articles with a browser.
1468
1469 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
1470
1471         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
1472         in elisp.
1473         (pgg-gpg-encrypt-symmetric-region): Ditto.
1474         (pgg-gpg-sign-region): Ditto.
1475
1476         * pgg-def.el (pgg-text-mode): New variable.
1477
1478         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
1479         (mml2015-pgg-encrypt): Ditto.
1480
1481         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
1482         (mml1991-pgg-encrypt): Ditto.
1483
1484 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
1487         message-make-date instead of current-time-string.
1488
1489         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
1490         to gnus-decoded which mm-uu might set.
1491
1492 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
1495         don't decode quoted parameters; remove misimported Emacs code.
1496         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1497         (rfc2231-decode-encoded-string): Don't use split-string which
1498         behaves differently according to Emacs version; use
1499         mm-decode-coding-region to convert charset to coding-system.
1500         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1501         (rfc2231-encode-string): Remove misimported Emacs code.
1502
1503 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * gnus-art.el (article-decode-charset): Don't use ignore-errors
1506         when calling mail-header-parse-content-type.
1507         (article-de-quoted-unreadable): Ditto.
1508         (article-de-base64-unreadable): Ditto.
1509         (article-wash-html): Ditto.
1510
1511         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
1512         calling mail-header-parse-content-type and
1513         mail-header-parse-content-disposition.
1514         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
1515         mail-header-parse-content-type.
1516
1517         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
1518         insert charset and format parameters; encode description after
1519         inserting it to buffer.
1520         (mml-insert-parameter): Fold lines properly even if a parameter is
1521         segmented into two or more lines; change the max column to 76.
1522
1523         * rfc1843.el (rfc1843-decode-article-body): Don't use
1524         ignore-errors when calling mail-header-parse-content-type.
1525
1526         * rfc2231.el (rfc2231-parse-string): Return at least type if
1527         possible; don't cause an error even if it fails in parsing of
1528         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1529         (rfc2231-encode-string): Don't break lines at the beginning, leave
1530         it to mml-insert-parameter.
1531
1532         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
1533         calling mail-header-parse-content-type.
1534
1535 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
1536
1537         * spam-report.el (spam-report-gmane-use-article-number): Improve
1538         doc string.
1539         (spam-report-gmane-internal): Check if a suitable header was found
1540         in the article.
1541
1542 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
1545         (rfc2231-encode-string): Make param*=value always begin with LWSP.
1546
1547 2006-02-05  Romain Francoise  <romain@orebokech.com>
1548
1549         Update copyright notices of all files in the gnus directory.
1550
1551 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1552
1553         * nnweb.el (nnweb-request-group): Avoid growing overview files.
1554
1555 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
1558         segmented lines of parameter value to cope with Thunderbird 1.5
1559         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
1560         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1561         (rfc2231-encode-string): Don't make lines exceeding 76 column.
1562
1563 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
1564
1565         * mml.el (mml-generate-mime-1): Correct the order of inline signed
1566         parts.
1567
1568 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1569
1570         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
1571         there's only one active file for all servers.
1572         (nnweb-request-scan): Make sure nnweb-articles is initialized on
1573         solid groups.  Gnus might have used a FAST request to select the
1574         group.
1575         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
1576         and nnweb-search redundantly in the active file.
1577         (nnweb-request-list): Don't list bogus groups.  There can only be
1578         one.
1579         (nnweb-request-create-group): Don't use ARGS.
1580         (nnweb-possibly-change-server, nnweb-request-group): Remove some
1581         initialisations.  Let nnoo do the work.
1582
1583 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
1586         decoded.
1587         (mm-uu-diff-extract): Ditto.
1588
1589         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
1590
1591 2006-01-31  Kevin Ryde  <user42@zip.com.au>
1592
1593         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
1594         mailcap-viewer-test-cache when there's no 'test clause, since that
1595         will invert the meaning of a "nil" test previously determined by
1596         mailcap-mailcap-entry-passes-test.
1597
1598 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
1601         compiling.
1602
1603         * gnus-sum.el: Ditto.
1604
1605         * message.el: Don't bind tool-bar-map when compiling.
1606
1607 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
1608
1609         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
1610
1611 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1612
1613         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
1614         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
1615         current Google Groups.
1616
1617 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
1618
1619         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
1620         and tool-bar-mode.
1621
1622         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
1623         and tool-bar-mode.
1624
1625         * message.el (message-tool-bar-update): Simplify.
1626         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
1627
1628         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
1629         gnus-summary-buffer.
1630         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
1631         gnus-summary-reply.
1632
1633         * gmm-utils.el (gmm): Add :version.
1634
1635 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * Makefile.in (clean): New rule.
1638         (distclean): Use it.
1639
1640 2006-01-26  Steve Youngs  <steve@sxemacs.org>
1641
1642         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
1643         autoload.
1644
1645 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * gmm-utils.el (gmm-verbose): Add :group.
1648
1649 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
1650
1651         * message.el: Change some comments WRT tool-bars.
1652
1653         * gnus-sum.el (gnus-summary-tool-bar)
1654         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
1655         (gnus-summary-tool-bar-zap-list): New variables.
1656         (gnus-summary-make-tool-bar): Complete rewrite using
1657         `gmm-tool-bar-from-list'.
1658
1659         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
1660         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
1661         variables.
1662         (gnus-group-make-tool-bar): Complete rewrite using
1663         `gmm-tool-bar-from-list'.
1664         (gnus-group-tool-bar-update): New function.
1665
1666         * message.el (message-mode-field-menu): Add "Show hidden Headers".
1667
1668 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
1671         is dissected into a single part of which the type is the same as
1672         the given one; decode charset.
1673
1674 2006-01-21  Kevin Ryde  <user42@zip.com.au>
1675
1676         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
1677         into alists as symbol not string, since that's what
1678         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
1679         look for.
1680
1681 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
1682
1683         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
1684         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
1685
1686         * message.el (message-tool-bar-gnome): Use gmm-ignore.
1687
1688 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
1691         (gnus-xmas-mime-security-button-menu): New function.
1692
1693         * gnus-art.el (gnus-mime-security-button-commands): New variable.
1694         (gnus-mime-security-button-menu): New definition.
1695         (gnus-mime-security-button-map): Use them.
1696         (gnus-mime-security-button-menu): New function.
1697         (gnus-insert-mime-security-button): Addition to help echo.
1698         (gnus-mime-security-run-function, gnus-mime-security-save-part)
1699         (gnus-mime-security-pipe-part): New functions.
1700
1701         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
1702         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
1703
1704         * mm-decode.el (mm-handle-set-disposition): Remove.
1705         (mm-handle-set-description): Remove.
1706
1707 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
1710         (mm-w3m-standalone-supports-m17n-p): New function.
1711         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
1712         w3m usage.
1713
1714         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
1715         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
1716
1717 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1718
1719         * message.el (message-tool-bar-zap-list): Use
1720         gmm-tool-bar-zap-list as custom type.
1721         (message-tool-bar-update): New function.
1722         (message-tool-bar, message-tool-bar-gnome)
1723         (message-tool-bar-retro): Add message-tool-bar-update.
1724         (message-tool-bar-gnome): Add flyspell-buffer.
1725
1726         * gnus-util.el (gnus-error): Describe `args'.
1727
1728         * gmm-utils.el (gmm-error): Describe `args'.
1729         (gmm-tool-bar-zap-list): New widget.
1730         (gmm-tool-bar-from-list): Improve description of `zap-list'.
1731
1732 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
1735         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
1736         the number of recursive calls.
1737
1738         * mm-decode.el (mm-handle-set-disposition): New macro.
1739         (mm-handle-set-description): New macro.
1740
1741 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
1744         encoding.
1745
1746 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1747
1748         * message.el (message-tool-bar-zap-list, message-tool-bar)
1749         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
1750         (message-tool-bar-local-item-from-menu): Remove.
1751         (message-tool-bar-map): Replace by `message-make-tool-bar'.
1752         (message-make-tool-bar): New function.
1753         (message-mode): Use `message-make-tool-bar'.
1754
1755         * gmm-utils.el: New file.
1756         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
1757         (gmm-lazy): New widget copied from `nnmail.el'.
1758         (gmm-tool-bar-from-list): New function for creating customizable
1759         tool bars.
1760         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
1761         output.
1762         (gmm): Add :prefix to defgroup.
1763
1764 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
1765
1766         * gmm-utils.el (gmm-widget-p): New function.
1767
1768 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1769
1770         * mml.el (mml-attach-file): Describe `description' in doc string.
1771         (mml-menu): Add Emacs MIME manual and PGG manual.
1772
1773 2006-01-20  Richard M. Stallman  <rms@gnu.org>
1774
1775         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
1776
1777 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
1778
1779         * nntp.el (nntp-end-of-line): Doc fix.
1780
1781 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
1782
1783         * imap.el (imap-open): Handle case where buffer is a buffer
1784         object.
1785
1786 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1787
1788         * gnus-delay.el (gnus-delay): Don't autoload.
1789         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1790         to be re-loaded when customizing the `gnus-delay' group.
1791
1792 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
1793
1794         * message.el (message-insert-citation-line): Use newlines.
1795
1796 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1797
1798         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1799         (pgg-pgp-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-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1803         pgg-add-passphrase-to-cache function.
1804
1805         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1806         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
1807         these routines, so the passphrase can be managed externally and
1808         passed in to the system.
1809         (pgg-pgp5-sign-region): Use new name of
1810         pgg-add-passphrase-to-cache function.
1811
1812 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1813
1814         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1815         part of the decoded armor to find the key-identifier.
1816         (pgg-gpg-lookup-key-owner): New function to return the
1817         human-readable identifier of a key owner.
1818         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
1819         itself.
1820         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1821         the key value) if we have a key and can match it against a secret
1822         key.  Also, added a note pointing out fact that the prompt only
1823         indicates the first matching key.
1824
1825         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1826         pgg-decrypt-region.
1827         (pgg-add-passphrase-to-cache): Rename from
1828         `pgg-add-passphrase-cache' to reduce confusion (all callers
1829         changed).
1830         (pgg-remove-passphrase-from-cache): Rename from
1831         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1832         changed).
1833         (pgg-read-passphrase, pgg-add-passphrase-cache)
1834         (pgg-remove-passphrase-cache): Add informative docstrings.
1835         (pgg-decrypt): Convey provided passphrase in subordinate call to
1836         pgg-decrypt-region.
1837
1838 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
1839
1840         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1841         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1842         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1843         'passphrase' argument, so the passphrase can be managed externally
1844         and then passed in to the system.
1845
1846         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1847         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1848         so the passphrase cache can be used reliably with identifiers
1849         besides a pgp packet's key id.
1850
1851         * pgg-gpg.el (pgg-gpg-encrypt-region)
1852         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1853         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
1854         these routines, so the passphrase can be managed externally and
1855         passed in to the system.
1856
1857         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1858         'notruncate' argument, so the passphrase cache can be used
1859         reliably with identifiers besides a pgp packet's key id.
1860
1861 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
1862
1863         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1864         symmetric encryption.
1865         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1866         encrypted session key.
1867         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1868         message ask for the passphrase in a proper way.
1869
1870         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1871         New user commands for symmetric encryption.
1872
1873 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
1876
1877         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
1878
1879 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
1880
1881         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
1882
1883 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * mm-decode.el (mm-inlined-types): Add application/pgp.
1886         (mm-automatic-display): Ditto.
1887
1888         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
1889         part as text.
1890
1891 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * nnrss.el: Update copyright.
1894         (nnrss-opml-import): Query whether to subscribe to each entry.
1895
1896         * gnus-art.el:
1897         * gnus-sum.el:
1898         * gnus-xmas.el:
1899         * messagexmas.el:
1900         * mm-uu.el:
1901         * mm-view.el: Update copyright.
1902
1903 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
1904
1905         * message.el (message-info): New function.
1906         (message-mode-menu): Add it.
1907         Update copyright.
1908
1909         * ChangeLog: Fix and update copyright.
1910
1911 2006-01-13  Romain Francoise  <romain@orebokech.com>
1912
1913         * message.el (message-forward-subject-name-subject): Prefer the
1914         address to 'nowhere' if the sender has no name.
1915         Fix typo.  Update copyright year.
1916
1917 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus-art.el (article-wash-html): Use
1920         gnus-summary-show-article-charset-alist if a numeric arg is given.
1921         (gnus-article-wash-html-with-w3m-standalone): New function.
1922
1923         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
1924         mm-inline-text-html-render-with-w3m-standalone.
1925         (mm-text-html-washer-alist): Map w3m-standalone to
1926         gnus-article-wash-html-with-w3m-standalone.
1927         (mm-inline-text-html-render-with-w3m-standalone): New function.
1928
1929 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1930
1931         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
1932         Improve LaTeX.
1933
1934 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
1937         (nnrss-request-article): Render text/plain parts as HTML.
1938
1939         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
1940         the buffer.
1941
1942 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1943
1944         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
1945         custom definition of `gnus-posting-styles'.
1946
1947         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1948         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
1949
1950 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1951
1952         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
1953         Use nntp for bug archive.
1954
1955 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
1958         parts.
1959         (nnrss-normalize-date): New function converts ISO 8601 date into
1960         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1961         (nnrss-check-group): Use it.
1962
1963 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
1966
1967         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
1968         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1969         (nnrss-insert-w3): Ditto.
1970
1971 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
1974         the articles to be forwarded including the case where neither a
1975         number of articles nor a region is specified.
1976
1977 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * nnrss.el (nnrss-request-article): Fix last change; fill
1980         text/plain parts.
1981
1982 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
1985         in text/plain part.
1986         (nnrss-check-group): Don't add excessive newline to dc:subject.
1987
1988 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
1989
1990         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
1991         article.
1992
1993 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1994
1995         * nnml.el: Don't require gnus-bcklg.  Autoload it.
1996         (nnml-use-compressed-files, nnml-save-mail): Support other
1997         comression programs such as bzip2.
1998
1999 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * dns.el (query-dns): Make sure we check the buffer size before
2002         removing tcp headers.
2003
2004 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2007         remove MIME buttons associated with multipart/alternative parts.
2008         (gnus-mime-display-alternative): Tag buttons using `article-type'
2009         text property.
2010
2011         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2012         associated with multipart/alternative parts.
2013
2014         * gnus-art.el (gnus-signature-separator): Fix custom type.
2015
2016         * mm-decode.el (mm-inlined-types): Fix custom type.
2017         (mm-keep-viewer-alive-types): Ditto.
2018         (mm-automatic-display): Ditto.
2019         (mm-attachment-override-types): Ditto.
2020         (mm-inline-override-types): Ditto.
2021         (mm-automatic-external-display): Ditto.
2022
2023 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2024
2025         * spam-report.el (spam-report-user-mail-address)
2026         (spam-report-user-agent): New variables.
2027         (spam-report-url-ping-plain): Use spam-report-user-agent.
2028
2029 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2030
2031         * gnus-art.el (gnus-button-handle-custom): Do not just use
2032         `customize-apropos' for any "M-x customize-*" button but the
2033         function called for.  Accept both the function name and its
2034         argument in order to achieve this.
2035         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2036         function name to `gnus-button-handle-custom' in case of "M-x
2037         customize-*" buttons.
2038
2039 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2042         multipart/alternative and add xref to mm-discouraged-alternatives
2043         in doc string.
2044
2045         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2046         gnus-buttonized-mime-types in doc string.
2047
2048 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2049
2050         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2051         Suggest image/.* in the doc string.
2052
2053 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2054
2055         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2056         message-marks (Debian bug #342521).
2057
2058 2005-12-12  Simon Josefsson  <jas@extundo.com>
2059
2060         * password.el (password-read-from-cache): Add.
2061         (password-read): Use it.
2062
2063 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2066         us-ascii as a MIME charset.
2067
2068         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2069         against the case where the 2nd arg TYPE is nil.
2070
2071 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2072
2073         * pop3.el (pop3-stream-type): Fix custom version.
2074
2075         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2076
2077 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2078
2079         * mm-decode.el (mm-display-external): Add missing cdr.
2080
2081 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2084         RFC1524) if it is in mailcap or add a suffix according to
2085         mailcap-mime-extensions when generating a temp filename; postpone
2086         deleting a temp file for 2 seconds for some wrappers, shell
2087         scripts, and so on, which might exit right after having started a
2088         viewer command as a background job.
2089
2090 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2091
2092         * nntp.el (nntp-marks-directory): Fix custom group.
2093
2094         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2095         steps when < 10.
2096
2097         * gnus-start.el (gnus-no-server-1): Mention
2098         `gnus-level-default-subscribed' in doc string.
2099
2100 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2101
2102         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2103         parens.
2104
2105 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * gnus-xmas.el (gnus-use-toolbar): Revert.
2108         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2109         gnus-use-toolbar is default.
2110
2111         * messagexmas.el (message-use-toolbar): Revert.
2112         (message-setup-toolbar): Use global default-toolbar if
2113         message-use-toolbar is default.
2114
2115 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2118         according to default-toolbar-visible-p.
2119
2120         * messagexmas.el (message-use-toolbar): Ditto.
2121
2122 2005-11-26  Dave Love  <fx@gnu.org>
2123
2124         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2125         (tls-program, tls-success): Provide openssl alternative.
2126
2127         * starttls.el: Doc fixes.
2128         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2129         SERVICE to PORT.
2130
2131         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2132         port null or service name.
2133         (starttls-negotiate): Autoload.
2134
2135 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * message.el (message-kill-to-signature): Fix interactive spec.
2138
2139 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * pop3.el (pop3-open-server): Recognize a string as a service name.
2142
2143 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2144
2145         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2146
2147 2005-11-23  Dave Love  <fx@gnu.org>
2148
2149         Add pop3s, pop3/starttls.
2150
2151         * pop3.el (pop3-authentication-scheme): Clarify doc.
2152         (open-tls-stream, starttls-open-stream): Autoload.
2153         (pop3-stream-type): New.
2154         (pop3-open-server): Use it.
2155
2156         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2157         for POP.
2158         (mail-source-keyword-map): Add :stream for POP.
2159         (mail-source-fetch-pop): Use pop3-stream-type.
2160
2161 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2164         of current-time-string.
2165
2166 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2167
2168         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2169         date header.
2170
2171 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2172
2173         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2174         it can seriously impact performance as it bypasses the agent's
2175         local caches.
2176
2177 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2178
2179         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2180         must be explicitly online rather than "not explicitly offline" for
2181         its flags to be synchronized.
2182
2183         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2184         that gnus-uu-unmark-thread will function correctly.
2185
2186         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2187         1024K is instead displayed as 1M.
2188
2189 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2192
2193 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2194
2195         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2196
2197 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2198
2199         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2200         error message to display actual error condition.
2201         (gnus-agent-save-local): Avoid saving symbols that are bound to
2202         nil as they simply result in a warning message in
2203         gnus-agent-read-local.
2204
2205 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2208         rather than make-variable-buffer-local for file-precious-flag.
2209
2210 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2211
2212         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2213         for duplicates which are removed.  The invalid sort check then
2214         triggers a rescan after the sort as sorting may have moved
2215         duplicate entries such that they can be cheaply detected.
2216
2217 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2220
2221 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2222
2223         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2224         internal variable to a custom variable.  Changed default value
2225         from compressed(2) to uncompressed(1).
2226         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2227         support for uncompressed agentview files.  Taken together, reading
2228         the agentview file should now be 6-7 times faster.
2229
2230 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2231
2232         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2233         as a buffer-local variable.  This avoids creating truncated
2234         dribble files as a result of a hang up, eg.
2235
2236 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2237
2238         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2239         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2240         XEmacs.
2241
2242 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2243
2244         * gnus-start.el (gnus-start-draft-setup): Enforce
2245         `gnus-draft-mode' for nndraft:drafts at startup.
2246
2247         * gnus.el (gnus-splash): Change custom group.
2248         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2249         allow-list argument.
2250
2251         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2252         string.
2253
2254 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2255
2256         * gnus-art.el (gnus-default-article-saver): Add user-defined
2257         `function' to custom type.
2258
2259 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2260
2261         * imap.el (imap-open): Handle case where buffer is a buffer
2262         object.
2263
2264 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2265
2266         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2267         long lines.
2268         (gnus-cache-delete-group): Wrap doc strings.
2269
2270         * gnus-agent.el (gnus-agent-rename-group)
2271         (gnus-agent-delete-group): Wrap doc strings.
2272
2273
2274 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * messagexmas.el (message-use-toolbar): Change the valid values
2277         into default, top, bottom, left, and right.
2278         (message-toolbar-thickness): New variable.
2279         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2280         well.
2281         (message-setup-toolbar): Make it work.
2282
2283         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2284         (gnus-use-toolbar): Change the valid values into default, top,
2285         bottom, left, and right.
2286         (gnus-toolbar-thickness): New variable.
2287         (gnus-xmas-setup-toolbar): New function.
2288         (gnus-xmas-setup-group-toolbar): Use it.
2289         (gnus-xmas-setup-summary-toolbar): Use it.
2290
2291 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * gnus-start.el (gnus-1): Add "native" to
2294         gnus-predefined-server-alist.
2295
2296         * gnus.el (gnus-method-to-server): Don't add "native" to the
2297         lists here, because that leads to problems when
2298         gnus-select-method is bound.
2299
2300 2005-11-09  Simon Josefsson  <jas@extundo.com>
2301
2302         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2303         use (not sort-by-date) instead.
2304
2305 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2306
2307         * gnus-delay.el (gnus-delay-group): Don't autoload.
2308         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2309         to be re-loaded when customizing the `gnus-delay' group.
2310
2311 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2312
2313         * message.el: Revert last changes.
2314         (message-insert-citation-line): Use newlines.
2315
2316 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2317
2318         * message.el (message-courtesy-message)
2319         (message-mark-insert-begin, message-mark-insert-end)
2320         (message-elide-ellipsis, message-cancel-message)
2321         (message-add-header, message-change-subject)
2322         (message-cross-post-followup-to-header)
2323         (message-cross-post-insert-note, message-reduce-to-to-cc)
2324         (message-widen-reply, message-delete-not-region)
2325         (message-kill-to-signature, message-insert-signature)
2326         (message-insert-importance-high, message-insert-importance-low)
2327         (message-insert-or-toggle-importance)
2328         (message-insert-disposition-notification-to)
2329         (message-indent-citation, message-yank-original)
2330         (message-cite-original-without-signature, message-cite-original)
2331         (message-insert-citation-line, message-position-on-field)
2332         (message-fix-before-sending, message-send-mail-partially)
2333         (message-send-mail, message-send-mail-with-sendmail)
2334         (message-send-mail-with-qmail, message-send-news)
2335         (message-check-news-header-syntax, message-generate-headers)
2336         (message-insert-courtesy-copy, message-fill-address)
2337         (message-fill-header, message-shorten-references)
2338         (message-setup-1, message-cancel-news)
2339         (message-forward-make-body-plain, message-forward-make-body-mime)
2340         (message-forward-make-body-mml, message-encode-message-body)
2341         (message-forward-make-body-digest-plain)
2342         (message-forward-make-body-digest-mime)
2343         (message-use-alternative-email-as-from): Insert `hard-newline'
2344         instead of ordinary newlines.
2345
2346 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * message.el (message-generate-headers): Downcase the argument
2349         given to message-check-element.
2350
2351 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2352
2353         * nntp.el (nntp-authinfo-rejected): New error condition.
2354         (nntp-wait-for): Use new error condition to signal authentication
2355         error.
2356         (nntp-retrieve-data): Rethrow new error condition to break out of
2357         recursive call to nntp-send-authinfo.
2358
2359 2005-11-08  Romain Francoise  <romain@orebokech.com>
2360
2361         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
2362         (gnus-summary-exit-map): Bind to `Z p'.
2363         (gnus-summary-make-menu-bar): Add menu item.
2364
2365 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2366
2367         * gnus-art.el (gnus-article-treat-custom): Add `first'.
2368         (gnus-treat-*): Add `first' in all doc strings.
2369
2370         * gnus-group.el (gnus-group-compact-group): Fix typo.
2371
2372 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus.el (gnus-parameters-case-fold-search): New variable.
2375         (gnus-parameters-get-parameter): Use it.
2376
2377         * gnus-score.el (gnus-home-score-file): Doc fix.
2378
2379 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2380
2381         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2382
2383 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * mm-util.el (mm-special-display-p): New function.
2386
2387         * mml.el (mml-preview): Use it; doc fix.
2388
2389 2005-10-29  Romain Francoise  <romain@orebokech.com>
2390
2391         * message.el (message-fix-before-sending): Fix comment.
2392
2393 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2394
2395         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
2396
2397 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2398
2399         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
2400         Used in gnus-score.el.
2401
2402 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2403
2404         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
2405
2406 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2407
2408         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2409         whitespace removed in revision 7.8.  Use concatenated string to
2410         protect trailing whitespace.
2411
2412 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
2413
2414         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2415         (nnimap-request-expire-articles): Use it to avoid sending 'UID
2416         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2417         Courier IMAP ("some version from 2004").  Mostly based on similar
2418         code in the same function.
2419
2420 2005-10-26  Didier Verna  <didier@xemacs.org>
2421
2422         * gnus-group.el (gnus-group-compact-group): invalidate original
2423         article buffer.
2424         * gnus-srvr.el (gnus-server-compact-server): ditto.
2425         * nnml.el (nnml-request-compact-group): handle self Xref: field in
2426         NOV database and in article itself.
2427         Invalidate article backlog.
2428
2429 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2430
2431         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
2432
2433 2005-10-26  Simon Josefsson  <jas@extundo.com>
2434
2435         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
2436         part of 2004-07-25 change.
2437
2438 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * message.el (message-display-completion-list): New function.
2441         (message-expand-group): Use it; make sure the Completions buffer
2442         is modifiable.
2443
2444 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2445
2446         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
2447         user-mail-name is an empty string.
2448
2449 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2450
2451         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
2452         depending on gnus-score-decay-constant.
2453
2454         * encrypt.el (encrypt-insert-file-contents)
2455         (encrypt-write-file-contents): Don't use `gnus-message'.
2456
2457         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
2458         arguments.
2459         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
2460         arguments to mm-uu-verbatim-marks-extract.
2461         (mm-uu-hide-markers): New variable.
2462         (mm-uu-extract): Use face similar to `gnus-cite-3'.
2463
2464         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2465         (gnus-convert-image-to-face-command): Use "convert" by default to
2466         allow other input image formats.
2467         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
2468         accordingly.
2469
2470 2005-10-23  Simon Josefsson  <jas@extundo.com>
2471
2472         * imap.el (imap-gssapi-program): Align command line parameters
2473         with latest GNU SASL.
2474         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
2475
2476 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
2479         HTML.
2480         (nnslashdot-request-article): Ditto.
2481
2482         * lpath.el (featurep): Add nobreak-char-display.
2483
2484 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2485
2486         * mail-source.el (mail-source-fetch-pop): Require pop3.
2487         (mail-source-check-pop): Ditto.
2488
2489 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
2492         errors.
2493
2494 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2495
2496         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
2497         (gnus-treat-strip-leading-blank-lines): Improve doc string.
2498
2499         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
2500
2501         * mm-bodies.el (mm-decode-string): Call
2502         `mm-charset-to-coding-system' with allow-override argument.
2503
2504 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
2507         (rfc2047-charset-to-coding-system): New function.
2508         (rfc2047-decode-encoded-words): New function.
2509         (rfc2047-decode-region): Use them.
2510         (rfc2047-decode-cte): Remove.
2511         (rfc2047-parse-and-decode): Remove.
2512         (rfc2047-decode): Remove.
2513
2514 2005-10-15  Kenichi Handa  <handa@m17n.org>
2515
2516         * rfc2047.el (rfc2047-decode-cte): New function.
2517         (rfc2047-decode-region): Change the way to decode successive
2518         encoded-words: decode B- or Q-encoding in each encoded-word,
2519         concatenate them, and decode it as charset.
2520
2521 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * lpath.el: Fbind codepage-setup for XEmacs.
2524
2525 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2526
2527         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
2528         widget-move-and-invoke.
2529         (gnus-custom-mode): Use gnus-custom-map.
2530
2531 2005-10-15  Bill Wohler  <wohler@newt.com>
2532
2533         * message.el (message-tool-bar-map): Renamed image file from
2534         mail_send to mail/send.
2535
2536 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2537
2538         * message.el (message-expand-group): Pass the common
2539         prefix substring of completion to `display-completion-list'.
2540
2541 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
2542
2543         * mml-sec.el (mml-secure-method): New internal variable.
2544         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
2545         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
2546         functions using mml-secure-method.
2547
2548         * mml.el (mml-mode-map): Add key bindings for those functions.
2549         (mml-menu): Simplify security menu entries.  Suggested by Jesper
2550         Harder <harder@myrealbox.com>.
2551         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
2552         end of message if point is the headers of the message.
2553
2554         * message.el (message-in-body-p): New function.
2555
2556         * assistant.el: Autoload gnus-util and netrc.
2557
2558         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
2559         Use `mm-charset-override-alist' only when decoding.
2560
2561         * mm-bodies.el (mm-decode-body): Call
2562         `mm-charset-to-coding-system' with allow-override argument.
2563
2564         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
2565         `filename' from Content-Disposition if Content-Type doesn't
2566         provide `name'.
2567         (gnus-mime-view-part-as-type): Set default instead of
2568         initial-input.
2569
2570 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2571
2572         * format-spec.el (format-spec): Propagate text properties of % spec.
2573
2574 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2575
2576         * gnus-art.el (gnus-treat-predicate): Add `first'.
2577
2578 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2579
2580         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
2581         (mm-charset-override-alist): New variable.
2582         (mm-charset-to-coding-system): Use it.
2583         (mm-codepage-setup): New helper function.
2584         (mm-charset-eval-alist): New variable.
2585         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
2586         about unknown charsets.
2587
2588         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
2589
2590 2005-10-04  David Hansen  <david.hansen@gmx.net>
2591
2592         * nnrss.el (nnrss-request-article): Add support for the comments tag.
2593         (nnrss-check-group): Ditto.
2594
2595 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2596
2597         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
2598         Rename x-gnus-verbatim to x-verbatim.
2599         (mm-uu-type-alist): Fix regexp for verbatim-marks.
2600
2601         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
2602         x-verbatim.
2603
2604         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
2605
2606         * gnus-util.el (gnus-remove-duplicates): Remove.
2607
2608         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
2609         instead of gnus-remove-duplicates.
2610
2611         * message.el (message-remove-duplicates): Remove.
2612         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
2613         message-remove-duplicates.
2614
2615         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
2616         available, else use implementation from `delete-dups'.
2617
2618         * message.el (message-insert-expires): New function.
2619         (message-mode-map): Add key binding.
2620         (message-mode-field-menu): Add menu entry.
2621         (message-mode): Document it.
2622         (message-make-expires-date): Use `message-make-date'.
2623
2624 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
2625
2626         * message.el (message-make-expires-date): New function.
2627
2628 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2629
2630         * Makefile.in (list-installed-shadows): New entry.
2631         (install): Use it.
2632         (remove-installed-shadows): New entry.
2633
2634         * dgnushack.el (dgnushack-default-load-path): New variable.
2635         (dgnushack-find-lisp-shadows): New function.
2636         (dgnushack-remove-lisp-shadows): New function.
2637
2638 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * Makefile.in (install-el-elc): New entry.
2641         (install): Use it so that .el files are necessarily installed.
2642
2643 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * time-date.el: Autoload parse-time-string, XEmacs needs it.
2646
2647 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2648
2649         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
2650         function rather than the diff-mode.el package.
2651         (mm-display-external): Use with-current-buffer.
2652         (mm-viewer-completion-map, mm-viewer-completion-map):
2653         Move initialization inside declaration.
2654
2655 2005-09-29  Simon Josefsson  <jas@extundo.com>
2656
2657         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
2658         autoload mail-check-payment.
2659         (spam-check-hashcash): Define unconditionally, since hashcash.el
2660         is part of Gnus now.  Ignore errors from payment checking.
2661
2662 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2663
2664         * message.el (message-bold-region, message-unbold-region): Rename
2665         from `bold-region' and `unbold-region'.
2666
2667         * message.el: Remove useless autoloads.
2668
2669 2005-09-28  Simon Josefsson  <jas@extundo.com>
2670
2671         * message.el (message-use-idna): Default to t.
2672         (message-use-idna): Test whether encoding works too.  Doc fix.
2673
2674 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * nntp.el (nntp-warn-about-losing-connection): Remove.
2677
2678 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2679
2680         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
2681         customizable.  Change default value.
2682         (mm-uu-diff-groups-regexp): Change default value.
2683         (mm-uu-type-alist): Add doc string.
2684         (mm-uu-configure): Add doc string.  Make it interactive.
2685         (mm-uu-tex-groups-regexp): New variable.
2686         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
2687         (mm-uu-type-alist): Add LaTeX documents.
2688         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
2689         of "text/verbatim".
2690         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
2691
2692         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
2693         instead of "text/verbatim".
2694
2695         * message.el (message-mark-inserted-region)
2696         (message-mark-insert-file): Use slrn style marks when called with
2697         prefix argument.
2698
2699 2005-09-27  Simon Josefsson  <jas@extundo.com>
2700
2701         * message.el (message-idna-to-ascii-rhs-1): Reformat.
2702
2703 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2704
2705         * message.el (message-remove-duplicates): New function.
2706         Implementation borrowed from `gnus-remove-duplicates'.
2707         (message-idna-to-ascii-rhs): Also encode idna addresses in
2708         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2709         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
2710         only ask about the same idna domain once per header and also tell
2711         in what header to replace the idna domain.
2712
2713         * gnus-art.el (article-decode-idna-rhs): Also decode idna
2714         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2715         (article-decode-idna-rhs): Fix regexp so that all idna-address in
2716         a header is decoded and not just the last one.
2717
2718 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
2721         has been decoded.
2722
2723         * mm-decode.el (mm-automatic-display): Add text/verbatim.
2724         (mm-insert-part): Don't modify text if it has been decoded.
2725
2726         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
2727         decoded.
2728
2729         * mm-view.el (mm-inline-text): Don't strip text props unless
2730         decoding enriched or richtext parts.
2731
2732 2005-09-25  Romain Francoise  <romain@orebokech.com>
2733
2734         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
2735         * gnus-start.el (gnus-subscribe-interactively):
2736         * gnus-uu.el (gnus-uu-grab-articles):
2737         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
2738         space.
2739
2740 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
2741
2742         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2743         * mm-view.el (mm-view-pkcs7-decrypt):
2744         * gnus-sum.el (gnus-summary-limit-to-extra)
2745         (gnus-summary-respool-article, gnus-read-move-group-name):
2746         * gnus-score.el (gnus-summary-increase-score):
2747         * gnus-util.el (gnus-completing-read-with-default):
2748         * gnus-art.el (gnus-read-save-file-name)
2749         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
2750         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
2751         * message.el (message-check-news-header-syntax):
2752         Follow convention for reading with the minibuffer.
2753
2754 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
2755
2756         * spam-report.el (spam-report-url-ping-plain):
2757         Use gnus-extended-version as User-Agent.
2758
2759         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
2760         default value is nil.
2761
2762         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
2763         (mm-uu-verbatim-marks-extract): New function.
2764         (mm-uu-extract): New face.
2765         (mm-uu-copy-to-buffer): Use it.
2766
2767         * spam-report.el (spam-report-gmane-ham): Renamed from
2768         `spam-report-gmane-unspam'.
2769         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
2770         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
2771
2772         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
2773         Autoload.
2774         (spam-report-gmane-unregister-routine): Renamed
2775         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
2776
2777 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
2778
2779         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
2780         (spam-report-gmane-unregister-routine): added support for gmane
2781         unregistration
2782
2783         * spam-report.el (spam-report-gmane-unspam)
2784         (spam-report-gmane-spam): new wrappers around spam-report-gmane
2785         (spam-report-gmane): changed to take a single article and do
2786         unspam registration
2787
2788 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2789
2790         * mm-url.el (mm-url-decode-entities): Fix regexp.
2791
2792 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793
2794         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
2795         default to nil, to be able to use Gnus at all.  If the default
2796         switches to something else, then the function should be fixed not
2797         be exceedingly slow.
2798
2799 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
2800
2801         * gnus-start.el (gnus-activate-group): if the server is nil, don't
2802         fail hard
2803
2804         * spam-report.el: better Keywords line
2805
2806         * spam.el: added Maintainer and better Keywords line
2807
2808 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2809
2810         * gnus-art.el (gnus-article-replace-part)
2811         (gnus-mime-replace-part): New functions.
2812         (gnus-mime-action-alist, gnus-mime-button-commands)
2813         (gnus-mime-save-part-and-strip): Added file argument.
2814         (gnus-article-part-wrapper): Added interactive argument.
2815
2816         * gnus-sum.el (gnus-summary-mime-map): Add
2817         `gnus-article-replace-part'.
2818
2819 2005-09-19  Didier Verna  <didier@xemacs.org>
2820
2821         The nnml compaction feature:
2822         * nnml.el (nnml-request-compact-group): New function.
2823         * nnml.el (nnml-request-compact): New function.
2824         * gnus-int.el (gnus-request-compact-group): New function.
2825         * gnus-int.el (gnus-request-compact): New function.
2826         * gnus-group.el (gnus-group-compact-group): New function.
2827         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
2828         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
2829         * gnus-srvr.el (gnus-server-compact-server): New function.
2830         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
2831         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
2832
2833 2005-09-18  Deepak Goel  <deego@gnufans.org>
2834
2835         * sieve.el (sieve-help): Fix `message' call: first arg should be a
2836         format spec.
2837
2838 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * gnus.el (gnus-group-startup-message): Bind image-load-path.
2841
2842 2005-09-15  Romain Francoise  <romain@orebokech.com>
2843
2844         * message.el (message-fill-paragraph): Clarify docstring.
2845
2846 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gnus-art.el (gnus-mime-display-part): Protect against broken
2849         MIME messages.
2850
2851 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
2854         before parsing header.
2855
2856 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
2857
2858         * html2text.el: (html2text-replace-list): Add new entities.
2859
2860 2005-09-11  Romain Francoise  <romain@orebokech.com>
2861
2862         * message.el (message-alternative-emails): Improve docstring.
2863         (message-setup-1): Call `message-use-alternative-email-as-from'
2864         after `message-setup-hook' to give it precedence over posting
2865         styles, etc.
2866         (message-use-alternative-email-as-from): Add docstring.  Remove
2867         the original From header if present.
2868
2869         * nnml.el (nnml-compressed-files-size-threshold): New variable.
2870         (nnml-save-mail): Use it.
2871
2872         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
2873         articles.  Add new argument `silent'.
2874         (gnus-uu-mark-all): Report the total number of marked articles.
2875
2876 2005-09-10  Romain Francoise  <romain@orebokech.com>
2877
2878         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
2879         (gnus-uu-mark-series): Likewise.
2880
2881 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
2882
2883         * spam-report.el (spam-report-gmane): Fix generation of spam
2884         report URL.
2885
2886 2005-09-10  Simon Josefsson  <jas@extundo.com>
2887
2888         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
2889         t, based on discussion on the ding list with Robert Epprecht
2890         <epprecht@solnet.ch>.
2891
2892 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
2893
2894         * spam-report.el (spam-report-gmane): Make it work without
2895         X-Report-Spam header.  Gmane now only provides Archived-At.
2896         This is only used if `spam-report-gmane-use-article-number' is nil.
2897         (spam-report-gmane-spam-header): Remove.  Not used anymore.
2898
2899         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
2900         make `gnus-summary-sort-by-recipient' work with threading.
2901
2902         * nnweb.el (nnweb-google-wash-article): Print a message if article
2903         is not available.
2904
2905 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2906
2907         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
2908         change.  Decode text/* parts content before displaying.
2909
2910 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2911
2912         * mml-smime.el: Remove defvar of gnus-extract-address-components.
2913
2914 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * mm-view.el (mm-display-inline-fontify): Disable support modes.
2917
2918         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
2919         url-package-name, url-package-version,
2920         w3m-cid-retrieve-function-alist, w3m-current-buffer,
2921         w3m-display-inline-images, and w3m-minor-mode-map.
2922
2923 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
2924
2925         * message.el (message-tab-body-function): Fixed mismatched custom
2926         type.
2927
2928         * gnus.el (gnus-group-change-level-function): Ditto.
2929
2930         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
2931
2932         * gnus-art.el (gnus-signature-limit)
2933         (gnus-article-mime-part-function): Ditto.
2934
2935 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * mml.el (mml-mode): Silence the byte compiler.
2938
2939         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
2940         using `(sit-for 0)' before moving the point to the specified part;
2941         skip unbuttonized parts.
2942         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
2943         return to the summary window if gnus-auto-select-part is non-nil.
2944
2945 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
2946
2947         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
2948         variables.
2949         (mml-dnd-attach-file, mml-mode): Use them.
2950
2951         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
2952         Make fetching article by MID work again for Google Groups.  Added
2953         FIXME concerning gnus-group-make-web-group.
2954
2955         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
2956         Don't depend on Gnus by using mail-extract-address-components if
2957         gnus-extract-address-components is not bound.
2958
2959 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2960
2961         * gnus-art.el (gnus-mime-display-security): Don't display the
2962         signature, but only the signed part.
2963
2964 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
2967
2968         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
2969         list, not listp.
2970
2971 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
2972
2973         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
2974         when encoding.
2975
2976         * mm-bodies.el (mm-decode-content-transfer-encoding):
2977         De-canonicalize CRLF for all text content types, not just
2978         text/plain.
2979
2980 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
2983         valid article; point arrow and cursor at the MIME button.
2984
2985 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
2988         Suggested by Dan Christensen <jdc@uwo.ca>.
2989
2990         * mm-decode.el (mm-save-part): Enable change of prompt.
2991
2992 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
2993
2994         * gnus-msg.el (gnus-inews-add-send-actions): Made
2995         `message-post-method' lambda parameter ARG `&optional'.
2996
2997 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
2998
2999         * gnus-sum.el (gnus-summary-mime-map): Added
3000         gnus-article-save-part-and-strip, gnus-article-delete-part and
3001         gnus-article-jump-to-part.
3002
3003         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3004         (gnus-article-edit-part): Use it.
3005         (gnus-article-part-wrapper): Added no-handle argument.
3006         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3007         functions.
3008
3009 2005-08-29  Romain Francoise  <romain@orebokech.com>
3010
3011         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3012         docstring.
3013         (gnus-face-from-file): Likewise.
3014
3015 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3016
3017         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3018         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3019         non-nil.
3020         (gnus-auto-select-part): New variable.
3021         (gnus-article-jump-to-part): New function.
3022         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3023         (gnus-mime-delete-part): Allow selecting specified part after
3024         deleting or stripping parts.
3025         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3026         part if argument is bogus.
3027
3028 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3029
3030         * gnus-art.el (w3m-minor-mode-map):
3031         * gnus-spec.el (gnus-newsrc-file-version):
3032         * gnus-util.el (nnmail-active-file-coding-system)
3033         (gnus-original-article-buffer, gnus-user-agent):
3034         * gnus.el (gnus-ham-process-destinations)
3035         (gnus-parameter-ham-marks-alist)
3036         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3037         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3038         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3039         * mm-decode.el (gnus-current-window-configuration):
3040         * mm-extern.el (gnus-article-mime-handles):
3041         * mm-url.el (url-current-object, url-package-name)
3042         (url-package-version):
3043         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3044         (smime-keys, w3m-cid-retrieve-function-alist)
3045         (w3m-current-buffer, w3m-display-inline-images)
3046         (w3m-minor-mode-map):
3047         * mml-smime.el (gnus-extract-address-components):
3048         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3049         (gnus-newsrc-hashtb, message-default-charset)
3050         (message-deletable-headers, message-options)
3051         (message-posting-charset, message-required-mail-headers)
3052         (message-required-news-headers):
3053         * mml1991.el (mc-pgp-always-sign):
3054         * mml2015.el (mc-pgp-always-sign):
3055         * nnheader.el (nnmail-extra-headers):
3056         * rfc1843.el (gnus-decode-encoded-word-function)
3057         (gnus-decode-header-function, gnus-newsgroup-name):
3058         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3059
3060 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3061
3062         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3063         the end of the date treatments.
3064
3065 2005-08-15  Simon Josefsson  <jas@extundo.com>
3066
3067         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3068         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3069         Capello and Romain Francoise.
3070         (pgg-fetch-key-function): Removed, not used?
3071         (pgg-insert-url-with-w3): Require url, to get
3072         url-insert-file-contents regardless of where it is defined.
3073
3074 2005-08-13  Romain Francoise  <romain@orebokech.com>
3075
3076         * message.el (message-cite-original-1): New function.
3077         (message-cite-original): Use it.
3078         (message-cite-original-without-signature): Ditto.
3079
3080 2005-08-08  Romain Francoise  <romain@orebokech.com>
3081
3082         * message.el (message-yank-empty-prefix): New variable.
3083         (message-indent-citation): Use it.
3084         (message-cite-original-without-signature): Respect X-No-Archive.
3085
3086 2005-08-08  Simon Josefsson  <jas@extundo.com>
3087
3088         * pgg.el: Autoload url-insert-file-contents instead of loading
3089         w3/url.
3090         (pgg-insert-url-with-w3): Don't load url here.
3091
3092 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3093
3094         * message.el (message-kill-to-signature): Don't insert newline at
3095         bol.
3096         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3097
3098 2005-08-06  Romain Francoise  <romain@orebokech.com>
3099
3100         * message.el (message-user-fqdn): Fix typo in docstring.
3101
3102 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3103
3104         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3105
3106         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3107
3108 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * mm-bodies.el (mm-encode-body): Use coding system rather than
3111         charset to encode text.
3112
3113         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3114         number of charsets if utf-8 is available (XEmacs).
3115
3116 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3117
3118         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3119         taken from `gnus-button-mid-or-mail-regexp'.
3120         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3121         (gnus-button-alist): Improve regexp for domain part of the MIDs
3122         for news:localpart@domain buttons.
3123         (gnus-button-ctan-directory-regexp): Update.
3124
3125 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * sieve-manage.el (sieve-manage-interactive-login): Use
3128         make-local-variable rather than make-variable-buffer-local.
3129         (sieve-manage-open): Ditto.
3130         (sieve-manage-authenticate): Ditto.
3131
3132         * mml.el (mml-generate-mime-1): Make the content type default to
3133         text/plain if the filename is not specified.
3134
3135 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3138         instead of insert-buffer.
3139
3140         * message.el (message-yank-original): Ditto; set the mark at the
3141         end of the yanked message.
3142
3143 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3146         lines to scroll rather than to stop it.
3147
3148         * mml.el (mml-generate-default-type): Add doc string.
3149         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3150         default to application/octet-stream when determining the content
3151         type if it is not specified for the part or the mml contents; add
3152         a comment about mml-generate-default-type.
3153
3154 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3155
3156         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3157         make it default to application/octet-stream when determining the
3158         content type if it is not specified for the external contents.
3159
3160 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3163         segmented parameter but also other parameters might be there.
3164
3165 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * mm-decode.el (mm-display-external): Delete temp file, directory
3168         and buffer immediately if the external process is exited.
3169
3170 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3173         fewer lines than that of scroll-margin.
3174         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3175
3176 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * gnus-art.el (gnus-article-next-page): Revert.
3179         (gnus-article-beginning-of-window): New macro.
3180         (gnus-article-next-page-1): Use it.
3181         (gnus-article-prev-page): Ditto.
3182         (gnus-article-edit-part): Use insert-buffer-substring instead of
3183         insert-buffer.
3184         (gnus-article-edit-exit): Ditto.
3185
3186         * gnus-util.el (gnus-beginning-of-window): Remove.
3187         (gnus-end-of-window): Remove.
3188
3189         * lpath.el: Don't bind header-line-format and scroll-margin.
3190
3191 2005-07-25  Simon Josefsson  <jas@extundo.com>
3192
3193         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3194         to have the url package without w3.  Reported by Daiki Ueno
3195         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3196
3197 2005-07-20  Didier Verna  <didier@xemacs.org>
3198
3199         * gnus-diary.el: Remove the description comment (nndiary is now
3200         properly documented in the Gnus manual).
3201         Fix the spelling of "Back End".
3202         * nndiary.el: Ditto.
3203         Fix the copyright notice.
3204
3205 2005-07-18  Romain Francoise  <romain@orebokech.com>
3206
3207         * gnus-sum.el (gnus-summary-to-prefix,
3208         gnus-summary-newsgroup-prefix): New variables.
3209         (gnus-summary-from-or-to-or-newsgroups): Use them.
3210
3211 2005-07-17  Romain Francoise  <romain@orebokech.com>
3212
3213         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3214         space as it's generally not especially interesting to the user.
3215
3216 2005-07-16  Romain Francoise  <romain@orebokech.com>
3217
3218         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3219         nil to avoid prompting and file modification if one of the
3220         messages at the top of the nnfolder file contains a copyright
3221         notice.
3222         Update copyright notice.
3223
3224         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3225         instead of `current-time-string' as the latter creates a time
3226         string that is not RFC 2822 compliant (it lacks the zone).
3227         Update copyright notice.
3228
3229 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3230
3231         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3232         for text/rtf.  Display default in prompt.  Pass default for M-n.
3233
3234         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3235
3236 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * gnus-msg.el (gnus-button-mailto): Remove
3239         save-selected-window-window hackery because it relies on
3240         save-selected-window internals.
3241
3242 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3245         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3246         (gnus-article-prev-page): Ditto.
3247
3248         * gnus-util.el (gnus-beginning-of-window): New function.
3249         (gnus-end-of-window): New function.
3250
3251         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3252
3253 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3254
3255         * gnus-score.el (gnus-score-edit-all-score): Set
3256         gnus-score-edit-exit-function to gnus-score-edit-done and call
3257         gnus-message.
3258
3259 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * gnus-msg.el (gnus-button-mailto): Remove
3262         save-selected-window-window hackery because it relies on
3263         save-selected-window internals.
3264
3265 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3268         add-minor-mode.
3269         (gnus-binary-mode): Ditto.
3270
3271         * gnus-topic.el (gnus-topic-mode): Ditto.
3272
3273 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3274
3275         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3276         (gnus-article-prev-page): Take scroll-margin into consideration.
3277
3278 2005-07-04  Lute Kamstra  <lute@gnu.org>
3279
3280         Update FSF's address in GPL notices.
3281
3282 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3283
3284         * gnus.el (gnus-exit):
3285         * gnus-group.el (gnus-group-icons):
3286         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3287
3288         * gnus-nocem.el (gnus-nocem):
3289         * message.el (message-various, message-buffers, message-sending)
3290         (message-interface, message-forwarding, message-insertion)
3291         (message-headers, message-news, message-mail):
3292         * pgg-gpg.el (pgg-gpg):
3293         * pgg-parse.el (pgg-parse):
3294         * pgg-pgp.el (pgg-pgp):
3295         * pgg-pgp5.el (pgg-pgp5):
3296         * pop3.el (pop3): Finish `defgroup' description with period.
3297
3298 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * gnus-art.el (article-display-face): Improve the efficiency.
3301         (article-display-x-face): Ditto; remove grey x-face stuff.
3302
3303 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * gnus-art.el (article-display-face): Correct the position in
3306         which Faces are inserted.
3307
3308 2005-06-29  Didier Verna  <didier@xemacs.org>
3309
3310         * gnus-art.el (article-display-face): Display faces in correct
3311         order.
3312
3313 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3316         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3317         (gnus-nocem-check-article): Fetch the Type header.
3318         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3319         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3320         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3321         make sure gnus-nocem-hashtb is initialized.
3322         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3323         (gnus-nocem-unwanted-article-p): Ditto.
3324
3325         * pgg.el (pgg-verify): Return the verification result.
3326
3327 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3330         is ascii.
3331
3332 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3333
3334         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3335         `show-nonbreak-escape'.
3336
3337 2005-06-23  Lute Kamstra  <lute@gnu.org>
3338
3339         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3340
3341         * dig.el (dig-mode):
3342         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3343
3344 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3345
3346         * nnimap.el (nnimap-split-download-body): Fix spellings.
3347
3348 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3349
3350         * gnus-art.el (gnus-article-encrypt-body):
3351         * gnus-cus.el (gnus-score-customize):
3352         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3353         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3354
3355 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3356
3357         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
3358         header by looking for magic "MII" at the beginnig.
3359
3360 2005-06-16  Miles Bader  <miles@gnu.org>
3361
3362         * gnus-xmas.el (gnus-xmas-group-startup-message):
3363         Use renamed gnus-splash face.
3364
3365         * assistant.el (assistant-field): Remove "-face" suffix from face name.
3366         (assistant-field-face): New backward-compatibility alias for renamed
3367         face.
3368         (assistant-render-text): Use renamed assistant-field face.
3369
3370         * spam.el (spam): Remove "-face" suffix from face name.
3371         (spam-face): New backward-compatibility alias for renamed face.
3372         (spam-face, spam-initialize): Use renamed spam face.
3373
3374         * message.el (message-header-to, message-header-cc)
3375         (message-header-subject, message-header-newsgroups)
3376         (message-header-other, message-header-name)
3377         (message-header-xheader, message-separator, message-cited-text)
3378         (message-mml): Remove "-face" suffix from face names.
3379         (message-header-to-face, message-header-cc-face)
3380         (message-header-subject-face, message-header-newsgroups-face)
3381         (message-header-other-face, message-header-name-face)
3382         (message-header-xheader-face, message-separator-face)
3383         (message-cited-text-face, message-mml-face):
3384         New backward-compatibility aliases for renamed faces.
3385         (message-font-lock-keywords): Use renamed message faces.
3386
3387         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
3388         (sieve-test-commands, sieve-tagged-arguments):
3389         Remove "-face" suffix from face names.
3390         (sieve-control-commands-face, sieve-action-commands-face)
3391         (sieve-test-commands-face, sieve-tagged-arguments-face):
3392         New backward-compatibility aliases for renamed faces.
3393         (sieve-control-commands-face, sieve-action-commands-face)
3394         (sieve-test-commands-face, sieve-tagged-arguments-face):
3395         Use renamed sieve faces.
3396
3397         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
3398         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
3399         (gnus-group-news-3-empty, gnus-group-news-4)
3400         (gnus-group-news-4-empty, gnus-group-news-5)
3401         (gnus-group-news-5-empty, gnus-group-news-6)
3402         (gnus-group-news-6-empty, gnus-group-news-low)
3403         (gnus-group-news-low-empty, gnus-group-mail-1)
3404         (gnus-group-mail-1-empty, gnus-group-mail-2)
3405         (gnus-group-mail-2-empty, gnus-group-mail-3)
3406         (gnus-group-mail-3-empty, gnus-group-mail-low)
3407         (gnus-group-mail-low-empty, gnus-summary-selected)
3408         (gnus-summary-cancelled, gnus-summary-high-ticked)
3409         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
3410         (gnus-summary-high-ancient, gnus-summary-low-ancient)
3411         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
3412         (gnus-summary-low-undownloaded)
3413         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
3414         (gnus-summary-low-unread, gnus-summary-normal-unread)
3415         (gnus-summary-high-read, gnus-summary-low-read)
3416         (gnus-summary-normal-read, gnus-splash):
3417         Remove "-face" suffix from face names.
3418         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3419         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3420         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3421         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3422         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3423         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3424         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3425         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3426         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3427         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3428         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3429         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3430         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3431         (gnus-summary-normal-ticked-face)
3432         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
3433         (gnus-summary-normal-ancient-face)
3434         (gnus-summary-high-undownloaded-face)
3435         (gnus-summary-low-undownloaded-face)
3436         (gnus-summary-normal-undownloaded-face)
3437         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3438         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3439         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3440         (gnus-splash-face):
3441         New backward-compatibility aliases for renamed faces.
3442         (gnus-group-startup-message): Use renamed gnus faces.
3443
3444         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
3445         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
3446         (gnus-server-agent): Remove "-face" suffix from face names.
3447         (gnus-server-agent-face, gnus-server-opened-face)
3448         (gnus-server-closed-face, gnus-server-denied-face)
3449         (gnus-server-offline-face):
3450         New backward-compatibility aliases for renamed faces.
3451         (gnus-server-agent-face, gnus-server-opened-face)
3452         (gnus-server-closed-face, gnus-server-denied-face)
3453         (gnus-server-offline-face): Use renamed gnus faces.
3454
3455         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
3456         Remove "-face" suffix from face names.
3457         (gnus-picon-xbm-face, gnus-picon-face):
3458         New backward-compatibility aliases for renamed faces.
3459
3460         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
3461         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
3462         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
3463         (gnus-cite-11): Remove "-face" suffix from face names.
3464         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
3465         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
3466         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
3467         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
3468         New backward-compatibility aliases for renamed faces.
3469         (gnus-cite-attribution-face, gnus-cite-face-list)
3470         (gnus-article-boring-faces): Use renamed gnus faces.
3471
3472         * gnus-art.el (gnus-signature, gnus-header-from)
3473         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
3474         (gnus-header-content): Remove "-face" suffix from face names.
3475         (gnus-signature-face, gnus-header-from-face)
3476         (gnus-header-subject-face, gnus-header-newsgroups-face)
3477         (gnus-header-name-face, gnus-header-content-face):
3478         New backward-compatibility aliases for renamed faces.
3479         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
3480
3481         * gnus-sum.el (gnus-summary-selected-face)
3482         (gnus-summary-highlight): Use renamed gnus faces.
3483         * gnus-group.el (gnus-group-highlight): Likewise.
3484
3485 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3486
3487         * gnus-sieve.el (gnus-sieve-article-add-rule):
3488         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
3489         * spam-stat.el (spam-stat-buffer-change-to-spam)
3490         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
3491
3492         * message.el (message-is-yours-p):
3493         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
3494
3495 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * mm-view.el (mm-inline-text): Withdraw the last change.
3498
3499 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
3502         executing enriched-decode.
3503
3504 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
3507         charset of tar files.
3508
3509 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3510
3511         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
3512
3513 2005-06-04  Lute Kamstra  <lute@gnu.org>
3514
3515         * nnfolder.el (nnfolder-read-folder): Make sure that undo
3516         information is never recorded.
3517
3518 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3519
3520         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
3521
3522 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * pop3.el (pop3-apop): Run md5 in the binary mode.
3525
3526         * starttls.el (starttls-set-process-query-on-exit-flag):
3527         Use eval-and-compile.
3528
3529 2005-05-31  Simon Josefsson  <jas@extundo.com>
3530
3531         * smime.el (smime-replace-in-string): Define.
3532         (smime-cert-by-ldap-1): Use it.
3533
3534 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * gnus-art.el (article-display-x-face): Replace
3537         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3538
3539         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
3540         set-process-query-on-exit-flag or process-kill-without-query.
3541
3542         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
3543         loop instead of replace-regexp.
3544
3545         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
3546         instead of process-kill-without-query if it is available.
3547
3548         * lpath.el: Fbind ldap-search-entries.
3549
3550         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
3551         instead of find-file-hooks if it is available.
3552
3553         * mml1991.el: Bind pgg-default-user-id when compiling.
3554
3555         * mml2015.el: Bind pgg-default-user-id when compiling.
3556
3557         * nndraft.el (nndraft-request-associate-buffer):
3558         Use write-contents-functions instead of write-contents-hooks if it is
3559         available.
3560
3561         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
3562         instead of find-file-hooks if it is available.
3563
3564         * nntp.el (nntp-open-connection): Replace
3565         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3566         (nntp-open-ssl-stream): Ditto.
3567         (nntp-open-tls-stream): Ditto.
3568
3569         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
3570         set-process-query-on-exit-flag or process-kill-without-query.
3571         (starttls-open-stream-gnutls): Use it instead of
3572         process-kill-without-query.
3573         (starttls-open-stream): Ditto.
3574
3575 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
3576
3577         * smime.el (smime-cert-by-ldap-1): Don't use
3578         replace-regexp-in-string.
3579
3580 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3581
3582         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
3583
3584         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
3585         in PEM format. Adjust to the XEmacs compability.
3586
3587 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
3588
3589         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
3590         by `string-to-number'.
3591         * gnus-agent.el (gnus-agent-regenerate-group)
3592         (gnus-agent-fetch-articles): Ditto.
3593         * gnus-art.el (gnus-button-fetch-group): Ditto.
3594         * gnus-cache.el (gnus-cache-generate-active)
3595         (gnus-cache-articles-in-group): Ditto.
3596         * gnus-group.el (gnus-group-set-current-level)
3597         (gnus-group-insert-group-line): Ditto.
3598         * gnus-score.el (gnus-score-set-expunge-below)
3599         (gnus-score-set-mark-below, gnus-summary-score-effect)
3600         (gnus-summary-score-entry): Ditto.
3601         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
3602         (gnus-soup-pack): Ditto.
3603         * gnus-spec.el (gnus-xmas-format): Ditto.
3604         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
3605         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
3606         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
3607         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
3608         * nndb.el (nndb-get-remote-expire-response): Ditto.
3609         * nndiary.el (nndiary-parse-schedule-value)
3610         (nndiary-string-to-number, nndiary-request-replace-article)
3611         (nndiary-request-article): Ditto.
3612         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
3613         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
3614         * nneething.el (nneething-make-head): Ditto.
3615         * nnfolder.el (nnfolder-request-article)
3616         (nnfolder-retrieve-headers): Ditto.
3617         * nnheader.el (nnheader-file-to-number): Ditto.
3618         * nnkiboze.el (nnkiboze-request-article): Ditto.
3619         * nnmail.el (nnmail-process-unix-mail-format)
3620         (nnmail-process-babyl-mail-format): Ditto.
3621         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
3622         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
3623         (nnmh-request-create-group, nnmh-request-list-1)
3624         (nnmh-request-group, nnmh-request-article): Ditto.
3625         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
3626         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
3627         * nnsoup.el (nnsoup-make-active): Ditto.
3628         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
3629         * nntp.el (nntp-find-group-and-number)
3630         (nntp-retrieve-headers-with-xover): Ditto.
3631         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
3632         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
3633         (pgg-format-key-identifier): Ditto.
3634         * pop3.el (pop3-last, pop3-stat): Ditto.
3635         * qp.el (quoted-printable-decode-region): Ditto.
3636
3637         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
3638         of concat.
3639
3640 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
3643
3644         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
3645
3646         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
3647
3648         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
3649
3650         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
3651
3652         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
3653
3654         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
3655         (gnus-carpal-mode): Ditto.
3656
3657         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
3658         (gnus-browse-mode): Ditto.
3659
3660         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
3661
3662         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
3663
3664 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3665
3666         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
3667
3668 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * gnus-util.el (gnus-run-mode-hooks): New function.
3671
3672         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
3673
3674         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
3675         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
3676
3677 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3678
3679         * gnus-agent.el (gnus-agent-make-mode-line-string):
3680         Use mode-line-highlight as mouse-face.
3681
3682 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * canlock.el (canlock): Change the parent group to news.
3685
3686         * deuglify.el (gnus-outlook-deuglify): Add :group.
3687
3688         * dig.el (dig): Add :group.
3689
3690         * dns-mode.el (dns-mode): Add :group.
3691
3692         * encrypt.el (encrypt): Add :group.
3693
3694         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
3695         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
3696         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
3697         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
3698         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
3699
3700         * gnus-diary.el (gnus-diary): Add :group.
3701
3702         * gnus.el (gnus-group-news-1-face): Add :group.
3703         (gnus-group-news-1-empty-face): Ditto.
3704         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
3705         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
3706         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
3707         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
3708         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
3709         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
3710         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
3711         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
3712         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
3713         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
3714         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
3715         (gnus-summary-high-ticked-face): Ditto.
3716         (gnus-summary-low-ticked-face): Ditto.
3717         (gnus-summary-normal-ticked-face): Ditto.
3718         (gnus-summary-high-ancient-face): Ditto.
3719         (gnus-summary-low-ancient-face): Ditto.
3720         (gnus-summary-normal-ancient-face): Ditto.
3721         (gnus-summary-high-undownloaded-face): Ditto.
3722         (gnus-summary-low-undownloaded-face): Ditto.
3723         (gnus-summary-normal-undownloaded-face): Ditto.
3724         (gnus-summary-high-unread-face): Ditto.
3725         (gnus-summary-low-unread-face): Ditto.
3726         (gnus-summary-normal-unread-face): Ditto.
3727         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
3728         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
3729
3730         * hashcash.el (hashcash): New custom group.
3731         (hashcash-default-payment): Add :group.
3732         (hashcash-payment-alist): Ditto.
3733         (hashcash-default-accept-payment): Ditto.
3734         (hashcash-accept-resources): Ditto.
3735         (hashcash-path): Ditto.
3736         (hashcash-extra-generate-parameters): Ditto.
3737         (hashcash-double-spend-database): Ditto.
3738         (hashcash-in-news): Ditto.
3739
3740         * message.el (message-minibuffer-local-map): Add :group.
3741
3742         * netrc.el (netrc): Add :group.
3743
3744         * sieve-manage.el (sieve-manage-log): Add :group.
3745         (sieve-manage-default-user): Diito.
3746         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
3747         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
3748         (sieve-manage-authenticators): Ditto.
3749         (sieve-manage-authenticator-alist): Ditto.
3750         (sieve-manage-default-port): Ditto.
3751
3752         * sieve-mode.el (sieve-control-commands-face): Add :group.
3753         (sieve-action-commands-face): Ditto.
3754         (sieve-test-commands-face): Ditto.
3755         (sieve-tagged-arguments-face): Ditto.
3756
3757         * smime.el (smime): Add :group.
3758
3759         * spam-report.el (spam-report): Add :group.
3760
3761         * spam.el (spam, spam-face): Add :group.
3762
3763 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * nntp.el (nntp-next-result-arrived-p): Some news servers may
3766         return \n.\n.\n at the end of articles.  Protect against that.
3767         (nntp-with-open-group): Allow debugging.
3768
3769         * nnheader.el (mail-header-set-extra): Make into a function
3770         because I just could't understand how to quote the list properly.
3771
3772         * dns.el (query-dns-cached): New function.
3773
3774 2005-05-26  Lute Kamstra  <lute@gnu.org>
3775
3776         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
3777
3778 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
3781
3782         * gnus-art.el: Don't autoload mail-extract-address-components.
3783
3784         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
3785         eval-and-compile to evaluate it.
3786
3787         * hashcash.el: Don't autoload executable-find.
3788
3789         * nndb.el: Don't declare the nndb back end two or more times; don't
3790         autoload news-reply-mode, news-setup, cancel-timer and telnet.
3791
3792         * nntp.el: Autoload format-spec instead of format; use
3793         eval-and-compile to evaluate autoload forms.
3794
3795 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
3796
3797         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
3798
3799 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800
3801         * gnus.el (gnus-version-number): Bump version.
3802
3803 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3804
3805         * gnus.el: No Gnus v0.3 is released.
3806
3807 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808
3809         * lpath.el (featurep): Bind show-nonbreak-escape.
3810
3811 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * gnus-art.el (gnus-article-edit-part): Disable undo.
3814
3815 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
3818         gnus-article-date-lapsed-new-header is t if date timer is active;
3819         skip headers in which the original date value is empty.
3820         (gnus-article-save-original-date): Redefine it as a macro.
3821         (gnus-display-mime): Use it.
3822
3823 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * gnus-art.el (article-date-ut): Support converting date in
3826         forwarded parts as well.
3827         (gnus-article-save-original-date): New function.
3828         (gnus-display-mime): Use it.
3829
3830 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
3831
3832         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
3833         enclosure element of <item>.
3834
3835 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
3836
3837         * message.el (message-kill-buffer-query): Renamed from
3838         `message-kill-buffer-query-if-modified'.  Added :version.
3839
3840 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
3843         window layout.
3844
3845 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * mml.el: Autoload dnd when compiling.
3848
3849 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3850
3851         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
3852         x-dnd-*.
3853
3854 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * qp.el (quoted-printable-encode-region): Save excursion.
3857
3858 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3859
3860         * message.el (message-kill-buffer-query-if-modified): new variable
3861         so the user can kill a modified message buffer quickly
3862         (message-kill-buffer): use it.
3863
3864 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * lpath.el: Fbind display-time-event-handler; don't fbind
3867         string-to-multibyte.
3868
3869         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
3870
3871 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
3874         contained in text because xml.el decodes entities) with LFs.
3875
3876 2005-04-11  Lute Kamstra  <lute@gnu.org>
3877
3878         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
3879         differently.
3880
3881 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3882
3883         * mm-util.el (mm-detect-coding-region): Typo.
3884
3885 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
3888
3889 2005-04-06  D Goel  <deego@gnufans.org>
3890
3891         * spam-stat.el (spam-stat-score-buffer): Add a call to a
3892         user-function allow user modifications of the scores.
3893         (spam-stat-score-buffer-user): New function, to allow
3894         user-computed modifications to the score.
3895         (spam-stat-score-buffer-user-functions): list of additional
3896         scoring functions
3897         (spam-stat-error-holder): global temporary error holder
3898         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
3899         variable
3900
3901 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3902
3903         * gnus-registry.el (gnus-registry-clean-empty-function)
3904         (gnus-registry-trim, gnus-registry-fetch-groups)
3905         (gnus-registry-delete-group): now groups that match
3906         `gnus-registry-ignored-groups' will be removed from the registry
3907         entries, not just ignored for splitting.  This helps clean up the
3908         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
3909         to get all the groups a message ID is in.
3910
3911         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
3912         (spam-stat-split-fancy): changed "threshhold" to "threshold"
3913         (spam-stat-score-buffer-user-functions): added :number custom type
3914
3915 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
3918         argument in XEmacs.
3919
3920         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
3921         (nnrss-request-group): Decode group name first.
3922         (nnrss-request-article): Make a text/plain article if mml-to-mime
3923         failed.
3924         (nnrss-get-encoding): Return a compatible encoding according to
3925         nnrss-compatible-encoding-alist.
3926         (nnrss-find-el): Use consp instead of listp.
3927         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
3928
3929 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
3932         which Emacs 20 doesn't support.
3933         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
3934
3935 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
3938         silence the byte compiler inside the defun
3939
3940         * gnus-demon.el (parse-time-string): Add autoload.
3941
3942         * gnus-delay.el (parse-time-string): Add autoload.
3943
3944         * gnus-art.el (parse-time-string): Add autoload.
3945
3946         * nnultimate.el (parse-time): Require for `parse-time-string'.
3947
3948 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3949
3950         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
3951
3952         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
3953
3954         * smime.el (smime-ldap-host-list): Add :version.
3955
3956 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3957
3958         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
3959         pass it to `gnus-browse-read-group'.
3960         (gnus-browse-read-group): Add NUMBER argument and pass it to
3961         `gnus-group-read-ephemeral-group'.
3962
3963         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
3964         argument and pass it to `gnus-group-read-group'.
3965
3966 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
3967
3968         * mm-util.el (mm-xemacs-find-mime-charset): Only call
3969         mm-xemacs-find-mime-charset-1 if we have the mule feature
3970         available at runtime.
3971
3972 2005-03-25  Werner Lemberg  <wl@gnu.org>
3973
3974         * nnmaildir.el: Replace `illegal' with `invalid'.
3975
3976 2005-03-23  Lute Kamstra  <lute@gnu.org>
3977
3978         * time-date.el: Add comment on time value formats.
3979         Don't require parse-time.
3980         (with-decoded-time-value): New macro.
3981         (encode-time-value): New function.
3982         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
3983         (days-to-time): Return a valid time value when arg is huge.
3984         (time-since): Use time-subtract.
3985         (time-to-number-of-days): Use time-to-seconds.
3986
3987 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3988
3989         * gnus-start.el (gnus-display-time-event-handler):
3990         Check display-time-timer at runtime rather than only at load time
3991         in case display-time-mode is turned off in the mean time.
3992
3993 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * nnimap.el (nnimap-open-connection): Print which authinfo file is
3996         used.
3997
3998         * nneething.el (nneething-map-file-directory): Derive from
3999         `gnus-directory'.
4000
4001         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4002         the To/Cc button.
4003
4004 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4005
4006         * nnmaildir.el (nnmaildir-request-accept-article):
4007         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4008
4009 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4010
4011         * gnus-async.el: Require timer-funcs at compile time when in
4012         XEmacs for `run-with-idle-timer'.
4013
4014 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4015
4016         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4017         autoloaded function.
4018
4019 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4020
4021         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4022
4023 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4024
4025         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4026
4027 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4030         gnus-expert-user to default.
4031
4032 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4033
4034         * nnimap.el (nnimap-open-server): Ditto.
4035
4036         * imap.el (imap-authenticate): Fix typo.
4037
4038 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4039
4040         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4041         buffer (since IMAP server might return FETCH response out of
4042         order, and the nntp buffer must be sorted).
4043
4044 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4045
4046         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4047         comparison on string.
4048
4049         * gnus-agent.el (gnus-agent-long-article,
4050         gnus-agent-short-article, gnus-agent-score): Renamed category
4051         keywords to match gnus-cus.
4052         (gnus-agent-summary-fetch-series): Modified to protect against
4053         gnus-agent-summary-fetch-group clearing processable flags.
4054         (gnus-agent-synchronize-group-flags): Update live group buffer as
4055         synchronization may occur due to the user toggle the plugged
4056         status.
4057         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4058         successfully downloaded.
4059         (gnus-agent-expire-group-1): Avoid using markers when the overview
4060         is in ascending order; greatly improves performance.
4061         (gnus-agent-regenerate-group): Use
4062         gnus-agent-synchronize-group-flags to reset read status in both
4063         gnus and server.
4064         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4065
4066 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4067
4068         * message.el: Don't autoload former message-utils variables.
4069         (message-strip-subject-trailing-was): Change doc string.
4070
4071         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4072         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4073         (nnweb-google-search): Add "hl=en" here.
4074         (nnweb-google-parse-1, nnweb-google-create-mapping):
4075         Don't hardcode URL.
4076
4077 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4078
4079         * message.el (message-get-reply-headers, message-followup):
4080         Mention related variables `message-use-followup-to' and
4081         `message-use-mail-followup-to', in the information buffer.
4082
4083         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4084         of broken groups(-beta).google.com.
4085
4086 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4087
4088         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4089         parameter to invoked gnus-request-move-article; remove the
4090         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4091         all at once instead of once per article
4092         (gnus-summary-remove-process-mark): accept a list of articles as
4093         well as a single article for processing
4094
4095         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4096
4097         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4098
4099         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4100
4101         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4102
4103         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4104
4105         * nnimap.el (nnimap-request-move-article): add move-is-internal
4106         parameter and remove the gnus-sum-hint-move-is-internal variable
4107
4108         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4109
4110         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4111
4112         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4113
4114         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4115
4116         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4117
4118         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4119
4120 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4121
4122         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4123         a more conservative way.
4124
4125 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4126
4127         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4128         buffer, so it moves the window's cursor.
4129
4130 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4131
4132         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4133         `mm-dissect-multipart' and receive the from field as an (optional)
4134         argument from `mm-dissect-multipart'.
4135         (mm-dissect-multipart): Receive the from field as an argument and
4136         pass it on when we call `mm-dissect-buffer' on MIME parts.
4137         Fixes verification/decryption of signed/encrypted MIME parts.
4138
4139 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4140
4141         * gnus-sum.el (gnus-summary-move-article): set
4142         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4143         whatever it calls (right now, only nnimap-request-move article
4144         respects it)
4145
4146         * nnimap.el (nnimap-request-move-article): when
4147         gnus-sum-hint-move-is-internal is set, don't do the extra
4148         nnimap-request-article
4149
4150 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4153
4154         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4155         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4156
4157         * gnus-sum.el (gnus-summary-caesar-message):
4158         Apply `gnus-treat-article' after rotation.
4159
4160         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4161         doc string.
4162
4163 2005-02-22  Simon Josefsson  <jas@extundo.com>
4164
4165         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4166         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4167         <arne@arnested.dk>.
4168         (encrypt): Add password-cache and password-cache-expiry as group
4169         members.
4170
4171 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4172
4173         * smime.el (smime-ldap-host-list): Doc fix.
4174         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4175         cache) password.
4176         (smime-sign-region): Use it.
4177         (smime-decrypt-region): Use it.
4178         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4179         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4180         fails.
4181         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4182         certificate from DER to PEM format rather than calling openssl.
4183
4184         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4185
4186         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4187         for signing/encryption.
4188
4189         * mml.el (mml-parse-1): Use them.
4190
4191 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4192
4193         * nnrss.el (nnrss-verbose): Removed.
4194         (nnrss-request-group): Use `nnheader-message' instead.
4195
4196 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4197
4198         * nnrss.el (nnrss-verbose): New variable.
4199         (nnrss-request-group): Make it say nnrss is requesting a group.
4200
4201 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4202
4203         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4204         Handle news URL with given port correctly.
4205
4206 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4209         containing special characters.
4210
4211         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4212
4213         * mml.el (mime-to-mml): Ditto.
4214
4215         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4216         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4217         (rfc2047-decode-region): Quote decoded words containing special
4218         characters when rfc2047-quote-decoded-words-containing-tspecials
4219         is non-nil.
4220
4221 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4222
4223         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4224
4225         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4226
4227 2005-02-15  Simon Josefsson  <jas@extundo.com>
4228
4229         * nnimap.el (nnimap-debug): Doc fix.
4230
4231         * imap.el (imap-debug): Doc fix.
4232
4233 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4236
4237 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4238
4239         * gnus.el (spam-contents): improve docs for spam-contents
4240         parameter in its variable incarnation
4241
4242 2005-02-14  Simon Josefsson  <jas@extundo.com>
4243
4244         * smime-ldap.el: Use require instead of load-library for ldap.
4245         (smime-ldap-search): Indent.
4246         (smime-ldap-search-internal): Shorten line.
4247
4248         * smime.el (smime-cert-by-dns): Add doc-string.
4249         (smime-cert-by-ldap-1): Indent.
4250
4251         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4252         mml-smime-get-dns-ldap.
4253         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4254
4255 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4256
4257         * smime.el: Require smime-ldap.
4258         (smime-ldap-host-list): New variable.
4259         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4260
4261         * mml-smime.el (mml-smime-encrypt-query): New function.
4262         (mml-smime-encrypt-query): Use it.
4263
4264         * smime-ldap.el: New file.
4265
4266 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4269
4270 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4271
4272         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4273         argument in doc string.  Make query for type more clear.
4274
4275 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4276
4277         * gnus.el (gnus-group-startup-message): Search for gnus images in
4278         etc/images/gnus.
4279         * mm-util.el (mm-find-charset-region): Likewise.
4280         * smiley.el (smiley-data-directory): Search for smilies in
4281         etc/images/smilies.
4282
4283 2005-02-09  Kim F. Storm  <storm@cua.dk>
4284
4285         Change Emacs release version from 21.4 to 22.1 throughout.
4286         Change Emacs development version from 21.3.50 to 22.0.50.
4287
4288 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4291
4292         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4293         non-Mule XEmacs as well.
4294         (mm-decompress-buffer): Signal an error intentionally if it does
4295         not decompress compressed data because auto-compression-mode is
4296         disabled.
4297
4298 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4299
4300         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4301         an ID in the registry even if it has no groups
4302
4303 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4306         merge it into mm-decompress-buffer.
4307         (gnus-mime-copy-part): Use the MIME part charset, the value which
4308         a user specified or gnus-newsgroup-charset for decoding, like
4309         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4310         save-buffer what was used.  Suggested by Kevin Ryde
4311         <user42@zip.com.au>.
4312         (gnus-mime-inline-part): Allow the name parameter as well as the
4313         filename parameter; force decompressing of compressed data; always
4314         display contents being not decoded as unibyte.
4315
4316         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4317         as well as the filename parameter.
4318
4319         * mm-util.el (mm-decompress-buffer): Merge
4320         gnus-mime-jka-compr-maybe-uncompress.
4321         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4322         of compressed data.
4323
4324 2005-02-08  Simon Josefsson  <jas@extundo.com>
4325
4326         * imap.el (imap-log): Doc fix.
4327
4328 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4331         the coding cookies; decompress compressed parts.
4332
4333         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4334         to the value which a user specified manually or the coding cookie.
4335
4336         * mm-util.el (mm-string-to-multibyte): New function.
4337         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4338         (mm-coding-system-to-mime-charset): New function.
4339         (mm-decompress-buffer): New function.
4340         (mm-find-buffer-file-coding-system): New function.
4341
4342         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4343         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4344         parts.
4345
4346 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4347
4348         * mm-view.el (mm-display-inline-fontify): Decode a part according
4349         to the charset parameter.
4350
4351 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4354         prefix arg is neither nil nor a number, as info specifies.
4355
4356 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
4359         timestamps.
4360
4361 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
4362
4363         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
4364         groups error checking and notify user.
4365
4366 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
4367
4368         * message.el (message-send-mail-function): Check existence of
4369         sendmail-program first before using default value
4370         `message-send-mail-with-sendmail'.  Otherwise use more generic
4371         `smtpmail-send-it'.
4372
4373 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * nntp.el (nntp-request-update-info): Always return nil.
4376
4377 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4378
4379         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
4380
4381 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4382
4383         * message.el (message-beginning-of-line): Change the behavior when
4384         invoked between BOL and : so that it first moves backward.
4385
4386 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
4389         article buffer when editing of the article is discarded.
4390         (gnus-article-prepare): Revert.
4391
4392 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-art.el (gnus-article-prepare):
4395         Remove message-strip-forbidden-properties from the local hook.
4396
4397 2005-01-27  Simon Josefsson  <jas@extundo.com>
4398
4399         * password.el (password-cache-add): Only start one timer per key.
4400         Reported by Derek Atkins <warlord@MIT.EDU>.
4401
4402 2005-01-26  Steve Youngs  <steve@sxemacs.org>
4403
4404         * run-at-time.el: Removed.  It is no longer needed as
4405         timer-funcs.el in the xemacs-base package has a working version of
4406         `run-at-time'.
4407
4408         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
4409
4410         * password.el: Require timer-funcs instead of run-at-time in
4411         XEmacs.
4412         Remove `password-run-at-time' macro.
4413         (password-cache-add): Use `run-at-time' instead of
4414         `password-run-at-time'.
4415
4416         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
4417         Remove `nnheader-cancel-function-timers' alias,
4418         `cancel-function-timers' exists in XEmacs in timer-funcs.
4419
4420         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
4421         for `run-with-idle-timer'.
4422
4423         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
4424         for `run-at-time'.
4425
4426         * mm-url.el: Require timer-funcs at compile time when in XEmacs
4427         for `with-timeout'.
4428
4429         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
4430         the same as for XEmacs 21.4.
4431         No need to ignore `run-with-idle-timer', this function exists in
4432         XEmacs now in timer-funcs.el in the xemacs-base package.
4433         (dgnushack-compile): No need to delete
4434         run-at-time.el from the list of files to compile because it
4435         doesn't exist anymore.
4436
4437 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * mml.el (mml-generate-mime-1): Convert string into unibyte when
4440         inserting " *mml*" buffer's contents into a unibyte temp buffer.
4441
4442 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
4443
4444         * mail-source.el (mail-source-fetch-imap): Search for ^From case
4445         sensitively.
4446
4447 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
4448
4449         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
4450
4451 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
4454         which will be inserted according to the multibyteness of a buffer
4455         rather than the type of contents.  Suggested by ARISAWA Akihiro
4456         <ari@mbf.ocn.ne.jp>.
4457
4458         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
4459         of string which old xml.el may return rather than a string.
4460
4461 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
4464
4465 2005-01-16  Simon Josefsson  <jas@extundo.com>
4466
4467         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
4468         idn/idna.el isn't available.
4469         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
4470         <michael@waxrat.com>.
4471
4472         * hashcash.el: Remove non-FSF copyright header.
4473
4474         * hashcash.el (hashcash-extra-generate-parameters): New variable.
4475         (hashcash-generate-payment): Use it.
4476         (hashcash-generate-payment-async): Use it.
4477
4478 2005-01-15  Simon Josefsson  <jas@extundo.com>
4479
4480         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
4481         Suggested by Raymond Scholz <ray-2005@zonix.de>.
4482
4483         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
4484         gnus-summary-idna-message.
4485         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
4486         (gnus-summary-idna-message): New function.
4487
4488 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4489
4490         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
4491         gnus-novice-user.
4492
4493 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * nnrss.el (nnrss-request-delete-group): Delete entries in
4496         nnrss-group-alist as well.
4497         (nnrss-save-server-data): Insert newline.
4498
4499 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4500
4501         * gnus.el (gnus-user-agent): Use list of symbols instead of
4502         symbols.  Display full version number for (S)XEmacs.  Optionally
4503         display (S)XEmacs codename.
4504
4505         * gnus-util.el (gnus-emacs-version): Update for new
4506         `gnus-user-agent'.
4507
4508         * gnus-msg.el (gnus-extended-version): Make it possible to omit
4509         Gnus version.
4510
4511 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4512
4513         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
4514         which is unreadable in some setups.
4515
4516 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-spec.el (gnus-update-format-specifications): Flush the
4519         group format spec cache if it doesn't support decoded group names.
4520
4521 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4522
4523         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
4524         to apply decay on score files matching a regexp.
4525
4526 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
4529         compatibility in %g and %c.
4530
4531 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
4534         name for only %g and %c.
4535         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
4536         of gnus-tmp-group to decoded group name.
4537         (gnus-group-make-rss-group): Exclude `/'s from group names.
4538
4539 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * nnrss.el (nnrss-get-encoding): Fix regexp.
4542
4543 2004-12-27  Simon Josefsson  <jas@extundo.com>
4544
4545         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
4546         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
4547         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
4548
4549 2004-12-17  Kim F. Storm  <storm@cua.dk>
4550
4551         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
4552
4553         * gnus-sum.el (gnus-summary-mode-map): Likewise.
4554
4555 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4556
4557         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
4558
4559 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * nnrss.el: Require rfc2047 and mml.
4562         (nnrss-file-coding-system): New variable.
4563         (nnrss-format-string): Redefine it as an inline function.
4564         (nnrss-decode-group-name): New function.
4565         (nnrss-string-as-multibyte): Remove.
4566         (nnrss-retrieve-headers): Decode group name; don't use
4567         nnrss-format-string.
4568         (nnrss-request-group): Decode group name.
4569         (nnrss-request-article): Decode group name; allow a Message-ID as
4570         well as an article number; don't use nnrss-format-string; encode a
4571         Message-ID string which may contain non-ASCII characters; use
4572         mml-to-mime to compose a MIME article.
4573         (nnrss-request-expire-articles): Decode group name.
4574         (nnrss-request-delete-group): Decode group name.
4575         (nnrss-fetch): Clarify error message.
4576         (nnrss-read-server-data): Use insert-file-contents instead of load;
4577         bind file-name-coding-system; use multibyte buffer.
4578         (nnrss-save-server-data): Bind coding-system-for-write to the
4579         value of nnrss-file-coding-system; bind file-name-coding-system;
4580         add coding cookie.
4581         (nnrss-read-group-data): Use insert-file-contents instead of load;
4582         bind file-name-coding-system; use multibyte buffer.
4583         (nnrss-save-group-data): Bind coding-system-for-write to the
4584         value of nnrss-file-coding-system; bind file-name-coding-system.
4585         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
4586         make it work with non-ASCII text.
4587         (nnrss-find-el): Make it work with old xml.el as well.
4588
4589 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4590
4591         * nnrss.el (nnrss-get-encoding): New function.
4592         (nnrss-fetch): Use unibyte buffer initially; bind
4593         coding-system-for-read while performing mm-url-insert; remove ^Ms;
4594         decode contents according to the encoding attribute.
4595         (nnrss-save-group-data): Add coding cookie.
4596         (nnrss-mime-encode-string): New function.
4597         (nnrss-check-group): Use it to encode subject and author.
4598
4599 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4600
4601         * spam.el (spam-check-BBDB): don't get the symbol-value of an
4602         imaginary variable
4603
4604 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
4607         correctly even if there are wide characters.
4608
4609 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4610
4611         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
4612         downcased symbol names; make a new cache instead of reusing
4613         bbdb-hashtable
4614
4615 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4618         concatenating segments rather than before concatenating them.
4619         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4620
4621         * message.el (message-get-reply-headers): Bind `extra'.
4622
4623 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624
4625         * message.el (message-extra-wide-headers): New variable.
4626         (message-get-reply-headers): Use it.
4627
4628 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-agent.el (gnus-agent-group-path): Decode group name.
4631         (gnus-agent-group-pathname): Ditto.
4632
4633         * gnus-cache.el (gnus-cache-file-name): Decode group name.
4634
4635         * gnus-group.el (gnus-group-make-group): Decode group name.
4636         (gnus-group-make-rss-group): Register the group data after opening
4637         the nnrss group.
4638
4639 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
4640
4641         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
4642         by expiry now get marked as read.
4643
4644 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
4647
4648 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
4649
4650         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
4651         unify Latin characters in XEmacs.
4652         (mm-find-mime-charset-region): Use it.
4653
4654 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus-util.el (gnus-delete-directory): New function.
4657
4658         * gnus-agent.el (gnus-agent-delete-group): Use it.
4659
4660         * gnus-cache.el (gnus-cache-delete-group): Use it.
4661
4662 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
4665         names.
4666
4667 2004-12-16  Simon Josefsson  <jas@extundo.com>
4668
4669         * hashcash.el (hashcash-payment-alist): Fix custom :type.
4670
4671 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
4674
4675         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
4676         (gnus-group-set-current-level): Decode group name.
4677
4678 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
4679
4680         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
4681         failed.
4682
4683 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-group.el (gnus-group-delete-group): Decode group name.
4686         (gnus-group-make-rss-group): Encode group name.
4687         (gnus-group-catchup-current): Decode group name.
4688         (gnus-group-kill-group): Decode group name.
4689
4690 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4691
4692         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
4693
4694 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * gnus-group.el (gnus-group-make-rss-group):
4697         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
4698
4699         * gnus-start.el (gnus-setup-news): Honor user's setting to
4700         gnus-message-archive-method.  Suggested by Lute Kamstra
4701         <lute@gnu.org>.
4702
4703 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
4704
4705         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
4706         global counterparts of the buffer-local variables.
4707
4708 2004-11-16  Romain Francoise  <romain@orebokech.com>
4709
4710         * gnus-sum.el (gnus-summary-exit): Don't clear the global
4711         counterparts of the buffer-local variables.
4712
4713 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4714
4715         * message.el (message-forbidden-properties): Fixed typo in doc
4716         string.
4717
4718 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4719
4720         * gnus-util.el (gnus-replace-in-string): Added doc string.
4721
4722         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
4723         to avoid problems when splitting mails with many recipients.
4724
4725 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4726
4727         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
4728         pop-to-buffer, covered by the subsequent gnus-configure-windows.
4729
4730 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
4731
4732         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
4733         if there is no hashtable in memory or file modification time is
4734         newer than cached timestamp.
4735
4736 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4737
4738         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
4739         not-matching option.
4740
4741 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
4742
4743         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
4744         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
4745         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4746         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
4747         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
4748         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
4749
4750 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * message.el (message-forward-make-body-mml): Remove headers
4753         according to message-forward-ignored-headers if a message is decoded.
4754
4755 2004-12-02  Romain Francoise  <romain@orebokech.com>
4756
4757         * message.el (message-forward-make-body-plain): Always remove
4758         headers according to message-forward-ignored-headers.
4759
4760 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4761
4762         * spam.el (spam-summary-prepare-exit): remove the
4763         gnus-summary-limit pop for now, it has problems with ham marks for
4764         me
4765
4766 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
4767
4768         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
4769         correctly
4770
4771 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
4772
4773         * format-spec.el (format-spec): Message the char.
4774
4775 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
4776
4777         * gnus-art.el (gnus-split-methods): reformat comments
4778
4779         * spam.el (spam-summary-prepare-exit): remove article limits
4780         before exiting the summary buffer
4781
4782 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * lpath.el: Remove bbdb-create-internal, bbdb-records,
4785         spam-BBDB-register-routine and spam-enter-ham-BBDB.
4786
4787         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
4788         order to silence the byte compiler.
4789
4790         * spam.el: Fix the way to silence the byte compiler, which
4791         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
4792         bbdb-search-simple, spam-BBDB-register-routine,
4793         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
4794         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
4795         spam-stat-buffer-is-spam, spam-stat-load,
4796         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
4797         spam-stat-save and spam-stat-split-fancy.
4798
4799 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
4802         which may confuse users.
4803         (canlock-password-for-verify): Ditto.
4804
4805         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
4806
4807         * gnus-art.el (gnus-emphasis-alist): Ditto.
4808
4809         * gnus-registry.el (gnus-registry-max-entries): Ditto.
4810
4811         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
4812
4813         * gnus-start.el (gnus-save-killed-list): Ditto.
4814
4815         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
4816         (gnus-sum-thread-tree-root): Ditto.
4817         (gnus-sum-thread-tree-false-root): Ditto.
4818         (gnus-sum-thread-tree-single-indent): Ditto.
4819
4820         * message.el (message-courtesy-message): Ditto.
4821         (message-archive-note): Ditto.
4822         (message-subscribed-address-file): Ditto.
4823         (message-user-fqdn): Ditto.
4824
4825         * spam-report.el (spam-report-gmane-regex): Ditto.
4826
4827         * spam.el (spam-blackhole-good-server-regex): Ditto.
4828
4829 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * mml.el (mml-preview): Widen the message buffer before copying
4832         the contents to the preview buffer; sort headers before previewing.
4833
4834         * message.el (message-hidden-headers): Fix the way to avoid a bug
4835         in the `repeat' widget in Emacs 21.3 or earlier.
4836
4837 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * message.el (message-hidden-headers): Default to "^References:".
4840         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
4841         (message-strip-forbidden-properties): Remove check for obsolete
4842         `message-hidden' text property, hidden headers are not accessible
4843         in the buffer anymore.  From Romain Francoise on January 11, 2004.
4844
4845 2004-11-22  Romain Francoise  <romain@orebokech.com>
4846
4847         * message.el (message-header-format-alist): Add `From' in list
4848         so that it can be sorted.
4849         (message-fix-before-sending): Widen and sort headers before
4850         sending.
4851         (message-hide-headers): Use narrowing to hide headers by moving
4852         them to the top of the buffer and narrowing to the region
4853         underneath.
4854
4855 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * message.el (message-strip-forbidden-properties): Bind
4858         buffer-read-only (etc) to nil.
4859
4860 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
4863         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4864
4865 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
4866
4867         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
4868
4869 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870
4871         * dns.el (query-dns): Use sit-for to time instead of
4872         accept-process-output, since that doesn't seem to work on udp
4873         sockets.
4874
4875 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
4878
4879 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
4880
4881         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
4882         docstrings.
4883
4884 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * nntp.el (nntp-request-update-info): Return nil if
4887         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
4888         may not call gnus-activate-group which uselessly issues the GROUP
4889         commands for all nntp groups and wastes time.  Reported by Romain
4890         Francoise <romain@orebokech.com>.
4891
4892         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
4893
4894 2004-11-15  Simon Josefsson  <jas@extundo.com>
4895
4896         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
4897         headers separately.
4898         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
4899         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
4900
4901 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4902
4903         * gnus-start.el (gnus-convert-old-newsrc):
4904         Assign legacy-gnus-agent to 5.10.7.
4905
4906 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
4909         start of the lines.
4910
4911 2004-11-14  Magnus Henoch  <mange@freemail.hu>
4912
4913         * hashcash.el (hashcash-default-payment): Change default to 20
4914         (hashcash-default-accept-payment): Change default to 20
4915         (hashcash-process-alist): New variable
4916         (hashcash-generate-payment-async): Add
4917         (hashcash-already-paid-p): Add
4918         (hashcash-insert-payment): Don't generate payments twice
4919         (hashcash-insert-payment-async): Add
4920         (hashcash-insert-payment-async-2): Add
4921         (hashcash-cancel-async): Add
4922         (hashcash-wait-async): Add
4923         (hashcash-processes-running-p): Add
4924         (hashcash-wait-or-cancel): Add
4925         (mail-add-payment): New optional argument.  Conditionally start
4926         asynchronous calculation.
4927         (mail-add-payment-async): Add
4928
4929         * message.el (message-send-mail): Wait for asynchronous hashcash
4930         results.  Don't clobber existing X-Hashcash headers.
4931         (message-setup-1): Call mail-add-payment-async when
4932         message-generate-hashcash is non-nil.
4933
4934 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4935
4936         * message.el (message-use-alternative-email-as-from): Examine the
4937         From header as well; use message-make-from in order to include a
4938         user's full name.
4939
4940 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
4943         default; improve customization type.
4944         (gnus-emphasis-custom-with-format): New macro.
4945         (gnus-emphasis-custom-value-to-external): New function.
4946         (gnus-emphasis-custom-value-to-internal): New function.
4947
4948 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4949
4950         * dns.el (query-dns): Resolve reverse addresses.
4951
4952 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * gnus-group.el (gnus-group-get-new-news): Use it.
4955
4956         * gnus-start.el (gnus-check-reasonable-setup): New function.
4957
4958 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
4961         "Args out of range" error.  Reported by Arnaud Giersch
4962         <arnaud.giersch@free.fr>.
4963
4964 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
4965
4966         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
4967         From Stefan Wiens <s.wi@gmx.net>.
4968
4969 2004-11-04  Richard M. Stallman  <rms@gnu.org>
4970
4971         * spam.el (spam group): Add :version.
4972
4973         * pgg-def.el (pgg group): Add :version.
4974
4975 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * gnus-art.el (gnus-article-edit-article): Don't associate the
4978         article buffer with a draft file.  This is a temporary measure
4979         against the 2004-08-22 change to gnus-article-edit-mode.
4980
4981 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
4984         (html2text-format-tags): Remove unused variable `attr'.
4985
4986 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4987
4988         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
4989
4990         * tls.el (tls-process-connection-type, tls-success)
4991         (tls-certtool-program): Add :version.
4992
4993         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
4994         (starttls-extra-arguments, starttls-process-connection-type)
4995         (starttls-connect, starttls-failure, starttls-success):
4996
4997         * spam-stat.el (spam-stat): Add :version.
4998
4999         * sieve.el (sieve): Add :version.
5000
5001         * sha1.el (sha1): Add :version.
5002         (sha1-use-external): Remove redundant version.
5003
5004         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5005         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5006         (nnmail-split-fancy-match-partial-words)
5007         (nnmail-split-lowercase-expanded):
5008
5009         * nndiary.el (nndiary): Add :version.
5010
5011         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5012
5013         * mml-sec.el (mml-default-sign-method)
5014         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5015         Add :version.
5016
5017         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5018
5019         * mm-url.el (mm-url-use-external, mm-url-program)
5020         (mm-url-arguments): Add :version.
5021
5022         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5023         (mm-attachment-file-modes, mm-decrypt-option)
5024         (mm-w3m-safe-url-regexp): Add :version.
5025
5026         * message.el (message-cite-prefix-regexp)
5027         (message-sendmail-envelope-from, message-minibuffer-local-map)
5028         (message-user-fqdn, message-completion-alist): Add :version.
5029
5030         * gnus-win.el (gnus-configure-windows-hook)
5031         (gnus-use-frames-on-any-display): Add :version.
5032
5033         * gnus-art.el (gnus-article-address-banner-alist)
5034         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5035         (gnus-treat-from-picon, gnus-treat-mail-picon)
5036         (gnus-treat-x-pgp-sig): Add :version.
5037
5038         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5039         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5040         (gnus-summary-article-delete-hook)
5041         (gnus-summary-display-while-building): Add :version.
5042
5043         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5044         (gnus-get-top-new-news-hook):Add :version.
5045
5046         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5047         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5048
5049         * gnus-registry.el (gnus-registry): Add :version.
5050
5051         * gnus-spec.el (gnus-use-correct-string-widths)
5052         (gnus-make-format-preserve-properties): Add :version.
5053
5054         * gnus.el (gnus-group-charter-alist)
5055         (gnus-group-fetch-control-use-browse-url)
5056         (gnus-install-group-spam-parameters): Add :version.
5057
5058         * gnus-diary.el (gnus-diary): Add :version.
5059
5060         * gnus-delay.el (gnus-delay): Add :version.
5061
5062         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5063         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5064         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5065         Add :version.
5066
5067         * gnus-agent.el (gnus-agent-max-fetch-size)
5068         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5069         (gnus-agent-prompt-send-queue): Add :version.
5070
5071         * deuglify.el (gnus-outlook-deuglify): Add :version.
5072
5073         * html2text.el: Beautify code.  Improve doc strings.  Some
5074         checkdoc cleanup.
5075         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5076
5077 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
5078
5079         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5080
5081 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * gnus-registry.el (gnus-registry-hashtb): create the registry
5084         when package is loaded
5085
5086         * spam.el (spam-summary-score-preferred-header): global preference
5087         for people who want to override the default SpamAssassin over
5088         Bogofilter preference (when both are set)
5089         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5090         (spam-user-format-function-S): check spam-summary-score-preferred-header
5091         (spam-extra-header-to-number): add X-Bogosity header parsing
5092         (spam-user-format-function-S): format the score correctly
5093
5094 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5097         signature file.  Suggested by Manoj Srivastava
5098         <srivasta@golden-gryphon.com>.
5099
5100         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5101         iso-2022-jp even in the Japanese language environment.
5102         Suggested by Jason Rumney <jasonr@gnu.org>.
5103
5104 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5107         use the same characters as the dummy marks; make it free from
5108         getting affected by the language environment.
5109         (gnus-summary-read-group-1): Update mark positions only when the
5110         format spec is updated.
5111
5112         * gnus-spec.el (gnus-update-format-specifications): Return a list
5113         of updated types.
5114
5115 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5118         of boundp to check if display-warning is available.
5119
5120 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5121
5122         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5123
5124 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * nnspool.el (nnspool-spool-directory): Use news-path if the
5127         news-directory variable is not bound.
5128
5129         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5130         function instead of display-warning if it is not available.
5131
5132 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5133
5134         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5135         v5-10: Use `point-at-bol'.
5136
5137 2004-10-26  Simon Josefsson  <jas@extundo.com>
5138
5139         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5140         <chenggao@gmail.com>.
5141
5142 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5145         instead.
5146
5147 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5148
5149         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5150         to remove a server from the nnimap-server-buffer-alist
5151         (nnimap-open-connection, nnimap-close-server): use it
5152
5153         * gnus-encrypt.el: removed in favor of encrypt.el
5154
5155 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5158         running the major-mode function.
5159
5160 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5163         dummy marks in the right way.
5164
5165 2004-10-18  David Edmondson  <dme@dme.org>
5166
5167         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5168         excessively.
5169
5170 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5171
5172         * gnus-util.el (gnus-split-references): accept a nil references
5173         string and go on blissfully
5174
5175         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5176         cases where the references string is non-nil but has no references
5177
5178         * encrypt.el: add autoload tags
5179
5180         * spam.el (spam-resolve-registrations-routine): remove article
5181         from unregistration list too.  Reported by David Hanak
5182         <dhanak@isis.vanderbilt.edu>
5183
5184 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5185
5186         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5187         nil.  Changed custom type.
5188
5189 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5190
5191         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5192
5193         * gnus-sum.el (gnus-summary-move-article): Use it.
5194
5195 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5196
5197         * encrypt.el: add autoload cookies
5198
5199         * spam.el (spam-backend-article-list-property)
5200         (spam-backend-get-article-todo-list)
5201         (spam-backend-put-article-todo-list, )
5202         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5203         resolve registrations separately
5204         (spam-register-routine): format comments
5205         (spam-unregister-routine, spam-register-routine): always call with
5206         specific-articles, no default list
5207         (spam-summary-prepare-exit): use the spam-classifications function
5208
5209         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5210         gnus-encrypt.el
5211
5212         * encrypt.el: copied from gnus-encrypt.el
5213
5214         * gnus-encrypt.el: commented that it's obsolete
5215
5216 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5217
5218         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5219         (gnus-score-save): Use it.
5220
5221         * message.el (message-bury): Use `window-dedicated-p'.
5222
5223 2004-10-15  Simon Josefsson  <jas@extundo.com>
5224
5225         * pop3.el (top-level): Don't require nnheader.
5226         (pop3-read-timeout): Add.
5227         (pop3-accept-process-output): Add.
5228         (pop3-read-response, pop3-retr): Use it.
5229
5230 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5231
5232         * spam.el (spam-register-routine): move comment
5233         (spam-verify-bogofilter): we use 'unknown for the initial
5234         spam-bogofilter-valid state, not 'never
5235
5236         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5237         for netrc-machine
5238
5239         * nnimap.el (nnimap-open-connection): use
5240         netrc-machine-user-or-password
5241
5242 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5243
5244         * gnus-registry.el (gnus-registry-unload-hook):
5245         Set as a variable with add-hook.
5246
5247         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5248         of news-path.
5249
5250         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5251
5252         * spam.el: Delete duplicate `provide'.
5253         (spam-unload-hook): Set as a variable with add-hook.
5254
5255 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5256
5257         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5258         in the doc string.
5259
5260         * message.el (message-ignored-news-headers)
5261         (message-ignored-supersedes-headers)
5262         (message-ignored-resent-headers)
5263         (message-forward-ignored-headers): Improve custom type.
5264
5265 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * message.el (message-tokenize-header): Fix 2004-09-06 change
5268         which used point-min in the wrong place.
5269
5270 2004-10-12  Simon Josefsson  <jas@extundo.com>
5271
5272         * net/tls.el (tls-certtool-program): New variable.
5273         (tls-certificate-information): New function, based on
5274         ssl-certificate-information.
5275
5276 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * compface.el: Move the version of ELisp-based uncompface program
5279         to the contrib directory because of the copyright problem.
5280
5281 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * message.el (message-kill-buffer): Raise the current frame.
5284
5285 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5288
5289         * gnus.el (message-y-or-n-p): Autoload.
5290
5291         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5292         (pop3-password-required, pop3-authentication-scheme)
5293         (pop3-leave-mail-on-server): Made customizable.
5294         (pop3): New custom group.
5295         (pop3-retr): Remove `sleep-for' statements.
5296         Suggested by Dave Love <fx@gnu.org>.
5297
5298         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5299         Windows/DOS.
5300
5301         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5302         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5303         Dave Love <fx@gnu.org>.
5304
5305         * mml.el (mml-minibuffer-read-disposition): Require match.
5306         Suggested by Dave Love <fx@gnu.org>.
5307
5308 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5309
5310         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5311         doc string.
5312
5313 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5316
5317 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5318
5319         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5320         instead of calling `mm-insert-inline', to decode text/* parts
5321         before displaying them.
5322
5323 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * mm-uu.el (mm-uu-text-plain-type): New variable.
5326         (mm-uu-pgp-signed-extract-1): Use it.
5327         (mm-uu-pgp-encrypted-extract-1): Use it.
5328         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5329         bind mm-uu-text-plain-type with that value.
5330         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5331         mm-uu-dissect.
5332
5333 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-group.el (gnus-update-group-mark-positions):
5336         * gnus-sum.el (gnus-update-summary-mark-positions):
5337         * message.el (message-check-news-body-syntax):
5338         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5339         of string-as-multibyte.
5340
5341 2004-10-05  Juri Linkov  <juri@jurta.org>
5342
5343         * gnus-group.el (gnus-update-group-mark-positions):
5344         * gnus-sum.el (gnus-update-summary-mark-positions):
5345         * message.el (message-check-news-body-syntax):
5346         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5347         8-bit unibyte values to a multibyte string for search functions.
5348
5349 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5352         (mm-uu-dissect-text-parts): New function.
5353
5354         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
5355         dissect text parts.
5356
5357         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
5358         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
5359
5360         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
5361
5362         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
5363         gnus-current-topics instead of gnus-current-topic.
5364
5365 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
5366
5367         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
5368
5369 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
5370
5371         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
5372         where approriate.
5373
5374         * nnml.el (nnml-generate-active-info): do.
5375
5376         * nndiary.el (nndiary-generate-active-info): do.
5377
5378         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
5379         (gnus-topic-move): do.
5380
5381         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
5382         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
5383
5384         * gnus-srvr.el (gnus-server-prepare)
5385         (gnus-server-open-all-servers): do.
5386
5387         * gnus-msg.el (gnus-summary-cancel-article)
5388         (gnus-summary-resend-message)
5389         (gnus-summary-mail-crosspost-complaint): do.
5390
5391         * gnus-move.el (gnus-change-server): do.
5392
5393         * gnus-group.el (gnus-group-unmark-all-groups)
5394         (gnus-group-set-current-level): do.
5395
5396 2004-10-04  Simon Josefsson  <jas@extundo.com>
5397
5398         * message.el (message-generate-hashcash): Doc fix.
5399
5400 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
5401
5402         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
5403         avoid infinite recursion via gnus-get-function.
5404
5405 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
5406
5407         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
5408
5409         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
5410
5411         * nnmail.el (nnmail-split-history): do.
5412
5413         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
5414         (nnml-request-delete-group): do.
5415
5416         * nnslashdot.el (nnslashdot-read-groups): do.
5417
5418         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
5419         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
5420
5421         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
5422         (nnspool-sift-nov-with-sed): Use last
5423         (nnspool-retrieve-headers-with-nov): Use mapc.
5424         (nnspool-request-newgroups): Use dolist.
5425         (nnspool-request-group): Use last.
5426
5427         * nntp.el (nntp-read-server-type): Use dolist.
5428
5429         * nnvirtual.el (nnvirtual-create-mapping)
5430         (nnvirtual-update-read-and-marked): Use dolist.
5431         (nnvirtual-convert-headers): Simplify.
5432
5433 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5434
5435         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
5436         support for sync'ing tick marks.
5437
5438 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
5441         there's no visible header.
5442
5443 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5444
5445         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
5446         necessary, pass full group name to gnus-request-set-marks.
5447
5448 2004-10-01  Simon Josefsson  <jas@extundo.com>
5449
5450         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
5451         acroread.
5452
5453 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * spam-report.el (spam-report-gmane): Fix interactive.
5456
5457         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
5458
5459         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
5460         when writing file.
5461         (gnus-agent-synchronize-flags): Don't default to being
5462         interactive.
5463
5464 2004-09-30  Simon Josefsson  <jas@extundo.com>
5465
5466         * message.el (message-generate-hashcash): Add.
5467         (message-send-mail): Use it, call mail-add-payment.
5468
5469 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5470
5471         * spam.el (spam-verify-bogofilter): -V, not -sV option
5472
5473 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
5474
5475         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
5476         gnus-requst-update-info with explicit code to sync the in-memory
5477         info read flags with the marks being sync'd to the backend.
5478
5479         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
5480
5481 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5482
5483         * spam.el (spam-verify-bogofilter): new function
5484         (spam-check-bogofilter)
5485         (spam-bogofilter-register-with-bogofilter): use it
5486         (spam-verify-bogofilter): small fixes
5487
5488 2004-09-28  Simon Josefsson  <jas@extundo.com>
5489
5490         * hashcash.el (hashcash-generate-payment): Revert.
5491
5492 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5493
5494         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
5495         gnus-extract-references instead of gnus-split-references
5496
5497         * gnus-util.el (gnus-extract-references): new function, analogous
5498         to gnus-split-references but extracts only the message-ID without
5499         anything extra
5500
5501         * hashcash.el (hashcash-generate-payment)
5502         (hashcash-check-payment): do the right thing if hashcash-path is
5503         nil (because the hashcash program could not be found)
5504
5505         * spam.el (spam-use-hashcash): remove comment
5506
5507 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
5508
5509         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
5510         (gnus-cache-enter-article, gnus-cache-remove-article)
5511         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
5512
5513         * gnus-async.el (gnus-async-prefetch-remove-group): do.
5514
5515         * gnus-art.el (article-hide-boring-headers)
5516         (article-translate-strings, article-display-face)
5517         (gnus-article-mime-match-handle-first)
5518         (gnus-article-highlight-headers)
5519         (gnus-article-add-buttons-to-head): do.
5520
5521 2004-09-27  Simon Josefsson  <jas@extundo.com>
5522
5523         * hashcash.el: New version, from
5524         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
5525         ../contrib/.
5526
5527 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
5530
5531 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
5532
5533         * gnus-dup.el (gnus-dup-open): Use mapc.
5534         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
5535
5536         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
5537         Reported by Stefan Wiens <s.wi@gmx.net>.
5538
5539         * gnus.el (gnus-shutdown): Use dolist.
5540
5541         * gnus-undo.el (gnus-undo): Use mapc.
5542
5543         * nnrss.el (nnrss-generate-active): do.
5544
5545         * message.el (message-cite-original-without-signature)
5546         (message-cite-original): Use mapc.
5547         (message-do-actions, message-make-forward-subject): Use dolist.
5548
5549 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5550
5551         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
5552         deletion to remove entire duplicate line.  Fixes merged article
5553         number bug.
5554
5555 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5556
5557         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
5558         servers that are offline.  Avoids having gnus-agent-toggle-plugged
5559         first ask if you want to open a server and then, even when you
5560         responded with no, asking if you want to synchronize the server's
5561         flags.
5562         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
5563         multi-line expressions.
5564         (gnus-agent-synchronize-group-flags): New internal function.
5565         Updates marks in memory (in the info structure) AND in the
5566         backend.
5567
5568         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
5569
5570         * nnagent.el (nnagent-request-set-mark): Use
5571         gnus-agent-synchronize-group-flags, not backend's request-set-mark
5572         method, to ensure that synchronization updates marks in the
5573         backend and in the info (in memory) structure.
5574
5575 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
5578         convention fully; don't miss the root article of a thread; make
5579         the X-Draft-From header with correct article numbers.
5580
5581 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
5582
5583         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
5584         unless plugged.  Disable the agent so that an open failure causes
5585         an error.
5586
5587         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
5588         Reverted 2004-09-21 change.  The backend must be opened while
5589         synchronizing flags even when the backend stores the flags
5590         locally.
5591
5592 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
5593
5594         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
5595         in `header' match.  Reported by Svend Tollak Munkejord.
5596
5597         * message.el (message-cite-original): Fix use of
5598         `message-cite-articles-with-x-no-archive'.
5599
5600 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
5603         (gnus-window-to-buffer): Ditto.
5604
5605         * mml.el (mml-preview-buffer): New variable.
5606         (mml-preview): Manage window layout with gnus-buffer-configuration.
5607
5608         * gnus-msg.el (gnus-setup-message): Put article numbers into the
5609         X-Draft-From header even if those articles aren't quoted.
5610
5611 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
5612
5613         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
5614         (gnus-request-set-mark, gnus-request-update-mark): Use new
5615         g-s-t-u-l-m to decide to use backend even when unplugged.
5616
5617 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
5620         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
5621
5622 2004-09-20  Simon Josefsson  <jas@extundo.com>
5623
5624         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
5625         "utf-16-le".
5626
5627 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5628
5629         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
5630
5631 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * uudecode.el (uudecode-use-external): Add :version.
5634
5635         * smime.el (smime-CA-file, smime-encrypt-cipher)
5636         (smime-dns-server): Add :version.
5637
5638         * smiley.el (gnus-smiley-file-types): Add :version.
5639
5640         * sha1.el (sha1-use-external): Add :version.
5641
5642         * pgg-def.el (pgg-query-keyserver): Add :version.
5643
5644         * nnmail.el (nnmail-fancy-expiry-targets)
5645         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
5646
5647         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
5648         (nnimap-retrieve-groups-asynchronous): Add :version.
5649         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
5650
5651         * mml.el (mml-content-disposition-parameters)
5652         (mml-insert-mime-headers-always): Add :version.
5653
5654         * mm-util.el (mm-coding-system-priorities):
5655
5656         * mm-decode.el (mm-inline-text-html-with-images)
5657         (mm-keep-viewer-alive-types, mm-external-terminal-program)
5658         (mm-verify-option): Add :version.
5659         (mm-text-html-renderer): Change :version.
5660
5661         * message.el (message-fcc-externalize-attachments)
5662         (message-required-headers, message-draft-headers)
5663         (message-subject-trailing-was-query)
5664         (message-subject-trailing-was-ask-regexp)
5665         (message-subject-trailing-was-regexp, message-mark-insert-begin)
5666         (message-mark-insert-end, message-archive-header)
5667         (message-archive-note, message-cross-post-default)
5668         (message-cross-post-note, message-followup-to-note)
5669         (message-cross-post-note-function, message-use-mail-followup-to)
5670         (message-subscribed-address-functions)
5671         (message-subscribed-address-file, message-subscribed-addresses)
5672         (message-subscribed-regexps, message-allow-no-recipients)
5673         (message-yank-cited-prefix, message-signature-insert-empty-line)
5674         (message-hidden-headers, message-hierarchical-addresses)
5675         (message-mail-user-agent, message-use-idna)
5676         (message-valid-fqdn-regexp)
5677         (message-strip-special-text-properties, message-header-synonyms)
5678         (message-beginning-of-line, message-tab-body-function): Add :version.
5679         (message-insert-canlock, message-wide-reply-confirm-recipients):
5680         Change :version.
5681
5682         * mail-source.el (mail-source-ignore-errors): Add :group, :type
5683         and :version.
5684         (mail-source-delete-old-incoming-confirm)
5685         (mail-source-movemail-program): Add :version.
5686
5687         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
5688         (gnus-agent-cache, gnus-agent): Change :version.
5689
5690         * gnus-util.el (gnus-use-byte-compile): Change :version.
5691
5692         * gnus-sum.el (gnus-summary-make-false-root-always)
5693         (gnus-summary-default-high-score)
5694         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
5695         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
5696         (gnus-read-all-available-headers, gnus-article-emulate-mime)
5697         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
5698         (gnus-sum-thread-tree-single-indent)
5699         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5700         (gnus-sum-thread-tree-leaf-with-other)
5701         (gnus-sum-thread-tree-single-leaf): Add :version.
5702         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
5703         (gnus-article-loose-mime): Change :version.
5704
5705         * gnus-start.el (gnus-backup-startup-file)
5706         (gnus-save-startup-file-via-temp-buffer): Add :version.
5707
5708         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
5709         (gnus-server-offline-face): Add :version.
5710
5711         * gnus-score.el (gnus-adaptive-word-length-limit):
5712
5713         * gnus-msg.el (gnus-gcc-externalize-attachments)
5714         (gnus-debug-files, gnus-debug-exclude-variables)
5715         (gnus-discouraged-post-methods): Change :version.
5716         (gnus-confirm-mail-reply-to-news)
5717         (gnus-confirm-treat-mail-like-news): Add :version.
5718
5719         * gnus-int.el (gnus-server-unopen-status): Add :version.
5720
5721         * gnus-group.el (gnus-group-jump-to-group-prompt)
5722         (gnus-large-ephemeral-newsgroup)
5723         (gnus-fetch-old-ephemeral-headers): Add :version.
5724
5725         * gnus-fun.el (gnus-x-face-directory)
5726         (gnus-convert-pbm-to-x-face-command)
5727         (gnus-convert-image-to-x-face-command)
5728         (gnus-convert-image-to-face-command): Add :version.
5729
5730         * gnus-delay.el (gnus-delay-default-hour): Add :version.
5731
5732         * gnus-cite.el (gnus-cite-blank-line-after-header)
5733         (gnus-article-boring-faces):
5734
5735         * gnus-art.el (gnus-buttonized-mime-types)
5736         (gnus-inhibit-mime-unbuttonizing)
5737         (gnus-treat-display-face)
5738         (gnus-treat-body-boundary): Change :version.
5739         (gnus-body-boundary-delimiter, gnus-picon-databases)
5740         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
5741         (gnus-treat-date-english, gnus-treat-fold-headers)
5742         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
5743         (gnus-treat-mail-picon, gnus-treat-wash-html)
5744         (gnus-article-encrypt-protocol)
5745         (gnus-use-idna, gnus-article-over-scroll)
5746         (gnus-mime-display-multipart-alternative-as-mixed)
5747         (gnus-mime-display-multipart-related-as-mixed)
5748         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
5749         (gnus-ctan-url, gnus-button-ctan-handler)
5750         (gnus-button-handle-ctan-bogus-regexp)
5751         (gnus-button-ctan-directory-regexp)
5752         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
5753         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
5754         (gnus-button-man-level, gnus-button-emacs-level)
5755         (gnus-button-message-level, gnus-button-browse-level): Add :version.
5756
5757         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
5758         (gnus-agent-go-online): Change :version.
5759         (gnus-agent-expire-unagentized-dirs)
5760         (gnus-agent-auto-agentize-methods): Add :version.
5761
5762         * flow-fill.el (fill-flowed-display-column)
5763         (fill-flowed-encode-column): Add :version.
5764
5765         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5766         (gnus-outlook-deuglify-unwrap-max)
5767         (gnus-outlook-deuglify-cite-marks)
5768         (gnus-outlook-deuglify-unwrap-stop-chars)
5769         (gnus-outlook-deuglify-no-wrap-chars)
5770         (gnus-outlook-deuglify-attrib-cut-regexp)
5771         (gnus-outlook-deuglify-attrib-verb-regexp)
5772         (gnus-outlook-deuglify-attrib-end-regexp)
5773         (gnus-outlook-display-hook): Add :version.
5774
5775         * binhex.el (binhex-use-external): Add :version.
5776
5777 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
5780         and `invisible'.
5781
5782 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5783
5784         * gnus-registry.el (gnus-registry-trim): watch out for negatives
5785         in gnus-registry-trim
5786
5787 2004-09-13  Simon Josefsson  <jas@extundo.com>
5788
5789         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
5790
5791         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
5792
5793         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
5794         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5795         <yamaoka@jpl.org>.
5796         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
5797         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5798         <yamaoka@jpl.org>.
5799
5800         * sieve.el (sieve-manage-mode): Ditto.
5801
5802 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
5803
5804         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
5805
5806 2004-09-11  Simon Josefsson  <jas@extundo.com>
5807
5808         * dns-mode.el: Add.
5809
5810         * mm-view.el (mm-display-dns-inline): Add.
5811
5812         * mm-decode.el (mm-inline-media-tests): Add text/dns.
5813         (mm-automatic-display): Ditto.
5814
5815         * mailcap.el (mailcap-mime-data): Add text/dns.
5816         (mailcap-mime-extensions): Map .soa to text/dns.
5817
5818 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
5819
5820         * gnus-art.el (article-decode-mime-words, article-babel)
5821         (gnus-article-highlight-signature, gnus-article-add-buttons)
5822         (gnus-signature-toggle): Remove unnecessary bindings of
5823         `inhibit-read-only' inherited from v5.10 merge.
5824
5825 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
5826
5827         * nntp.el (nntp): New customization group.
5828         (nntp-authinfo-file): Add customization group.
5829
5830         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
5831
5832         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
5833
5834         * gnus.el (to-address, to-list, subscribed)
5835         (large-newsgroup-initial): Ditto.
5836
5837         * flow-fill.el (fill-flowed-display-column)
5838         (fill-flowed-encode-column): Ditto.
5839
5840 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
5841
5842         * message.el (message-tokenize-header, message-send-mail-with-qmail):
5843         Use point-min rather than 1.
5844         (message-send-mail): Use buffer-size rather than point-max.
5845
5846         * gnus-sum.el (gnus-summary-search-article-forward):
5847         Signal a specific `search-failed' rather than a generic `error'.
5848
5849         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
5850         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
5851         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
5852
5853 2004-09-10  Simon Josefsson  <jas@extundo.com>
5854
5855         * nndb.el (require): Remove tcp and duplicate cl.
5856
5857 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * gnus-agent.el (directory-files-and-attributes): Move forward.
5860
5861 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5862
5863         * gnus-agent.el (directory-files-and-attributes): Optionally
5864         defined to support XEmacs.
5865
5866 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5867
5868         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
5869         to avoid run-time CL dependencies.
5870         (gnus-agent-unfetch-articles): New function.
5871         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
5872         article numbers even when local .overview file is missing.
5873         (gnus-agent-read-article-number): New function. Only accepts
5874         27-bit article numbers.
5875         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
5876         gnus-agent-read-article-number.
5877         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
5878         from backend while recognizing that article numbers in .overview
5879         must be valid.
5880         (gnus-agent-update-files-total-fetched-for): Use
5881         directory-files-and-attributes to improve performance.
5882         * gnus-int.el (gnus-request-move-article): Use
5883         gnus-agent-unfetch-articles in place of gnus-agent-expire to
5884         improve performance.
5885
5886         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
5887         some users confused by references to .newsrc when they only have a
5888         .newsrc.eld file.
5889         (gnus-convert-mark-converter-prompt,
5890         gnus-convert-converter-needs-prompt): Fixed use of property list.
5891         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
5892         New function. Used internally to only display 'gnus converting
5893         files' message when actually necessary.
5894
5895         * gnus-sum.el (): Removed (require 'gnus-agent) as required
5896         methods now autoloaded.
5897
5898 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * gnus-sum.el (gnus-summary-insert-subject): Remove list
5901         identifiers.
5902
5903 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * gnus-picon.el: Fix indentation and closing parenthesis.
5906
5907 2004-09-01  Simon Josefsson  <jas@extundo.com>
5908
5909         * message.el (message-canlock-generate): Require sha1, not
5910         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
5911         to require within a function.  Sadly, if sha1.el isn't loaded, the
5912         let binding in m-c-g will hide the defcustom definition, which is
5913         bad.)
5914
5915         * canlock.el: Require sha1, not sha1-el.
5916
5917         * message.el: Don't autoload sha1 (there is a autoload cookie in
5918         sha1.el).
5919
5920         * sha1-el.el: Renamed to sha1.el.
5921
5922 2004-08-30  Juanma Barranquero  <lektu@terra.es>
5923
5924         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
5925
5926 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5927
5928         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
5929
5930 2004-08-30  Kim F. Storm  <storm@cua.dk>
5931
5932         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
5933
5934         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
5935         Add :group 'nnimap.
5936
5937 2004-08-30  Andreas Schwab <schwab@suse.de>
5938
5939         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
5940         ?* and ?\;.
5941
5942         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
5943         and ?\' to symbol instead of whitespace.
5944
5945 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
5948
5949         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
5950         instead of re-search-forward.
5951
5952         * gnus-uu.el (gnus-uu-save-article): Ditto.
5953         (gnus-uu-post-encode-uuencode): Ditto.
5954
5955         * html2text.el (html2text-clean-list-items): Ditto.
5956         (html2text-clean-dtdd): Ditto.
5957         (html2text-format-tags): Ditto.
5958
5959         * message.el (message-send-mail-with-sendmail): Fix regexp.
5960         (message-fill-field-general): Use search-forward instead of
5961         re-search-forward.
5962         (unbold-region): Ditto.
5963
5964         * nnrss.el (nnrss-request-article): Ditto.
5965
5966         * nnslashdot.el (nnslashdot-request-article): Ditto.
5967
5968         * nnweb.el (nnweb-gmane-wash-article): Ditto.
5969
5970         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
5971         "Unrecognized menu descriptor" error in XEmacs.
5972
5973 2004-08-26  Stefan Wiens <s.wi@gmx.net>  (tiny change)
5974
5975         * gnus-sum.el (gnus-read-header): Don't remove a header for the
5976         parent article of a sparse article in the thread hashtb.
5977
5978 2004-08-26  David Hedbor <dhedbor@real.com>  (tiny change)
5979
5980         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
5981         (nnmail-expand-newtext): Lowercase expanded entries if
5982         nnmail-split-lowercase-expanded is non-nil.
5983
5984 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
5987         entry.
5988
5989         * gnus-group.el (gnus-group-line-format-alist): Convert the value
5990         of gnus-tmp-news-method into string under XEmacs.  It will be
5991         passed to gnus-correct-length which takes only a string argument.
5992
5993 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-util.el (gnus-bind-print-variables): New macro.
5996         (gnus-prin1): Use it.
5997         (gnus-prin1-to-string): Use it.
5998         (gnus-pp): New function.
5999         (gnus-pp-to-string): New function.
6000
6001         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6002         pp-to-string with gnus-pp-to-string.
6003         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6004         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6005         * gnus-msg.el (gnus-debug): Ditto.
6006         * gnus-score.el (gnus-score-save): Ditto.
6007         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6008         gnus-pp-to-string.
6009         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6010         with gnus-pp.
6011         * score-mode.el (gnus-score-pretty-print): Ditto.
6012         * webmail.el (webmail-debug): Ditto.
6013
6014 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-art.el (article-display-face, article-display-x-face): Use
6017         buffer-read-only.
6018
6019 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-art.el (article-hide-list-identifiers): Bind
6022         inhibit-read-only as t.
6023
6024 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6025
6026         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6027
6028 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6029
6030         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6031         (gnus-narrow-to-page): Don't assume point-min == 1.
6032         (gnus-article-edit-mode): Derive from message-mode.
6033
6034         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6035         point-min == 1.
6036
6037         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6038         Disable incorrect use of `assert'.
6039
6040         * message.el (message-mode): Set comment-start-skip.
6041
6042
6043 2004-08-22  Sam Steingold  <sds@gnu.org>
6044
6045         * pop3.el (pop3-leave-mail-on-server): New user variable.
6046         (pop3-movemail): Delete mail only when it is nil.
6047
6048 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6051
6052         * mml.el (mml-preview): Use `pop-to-buffer'.
6053
6054         * message.el (message-goto-mail-followup-to): Insert after "To".
6055         (message-carefully-insert-headers): Add comment.
6056
6057         * gnus.el: Remove unused variable `gnus-article-check-size'.
6058
6059         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6060
6061         * gnus-art.el (gnus-button-alist): Improve
6062         `gnus-button-handle-library' entry.
6063
6064 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
6065
6066         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6067         downcase, since XEmacs capitalizes error messages differently.
6068         From Sebastian Freundt <hroptatyr@gna.org>.
6069
6070 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6071
6072         * nntp.el: Add (require 'gnus) due to reference to
6073         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6074
6075 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6076
6077         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6078         `mm-fill-flowed'.
6079
6080         * mm-decode.el (mm-dissect-singlepart): Check it.
6081
6082 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6083
6084         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6085         'imap' for netrc parsing
6086
6087 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6088
6089         * mailcap.el (mailcap-mime-data): Mark as risky.
6090
6091 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6094         may be included in the encoded word.
6095         (rfc2047-encode): Don't append a space if the encoded word
6096         includes close parenthesis.
6097
6098 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6101         of text within parentheses.
6102
6103 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6104
6105         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6106         (gnus-encrypt-write-file-contents): the password key is the file
6107         name PLUS the cipher, not just the cipher.  Also remove failed
6108         passwords from the cache.
6109
6110 2004-08-06  Simon Josefsson  <jas@extundo.com>
6111
6112         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6113         fix.
6114
6115 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6118         LWSP.
6119
6120 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6121
6122         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6123         to append in-reply-to: data to the references: header
6124
6125         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6126         (netrc-parse): use gnus-encrypt.el functions
6127
6128         * gnus-encrypt.el: new file for encryption support; currently
6129         does only a few GPG ciphers and an internal XOR cipher
6130
6131         * password.el: add comments on using password-read-and-add
6132         (password-read-and-add): new function to read and add the
6133         password to the cache at once
6134
6135 2004-07-28  Simon Josefsson  <jas@extundo.com>
6136
6137         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6138         parameter (but don't use it, for now).
6139
6140         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6141         instead of hard coding to nil.
6142
6143 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6146         as mm-inline-image-xemacs does.
6147
6148 2004-07-26  Simon Josefsson  <jas@extundo.com>
6149
6150         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6151         Revert part of 2004-07-17 change below.
6152
6153 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6156         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6157
6158 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6159
6160         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6161         quotes that actually start with ">" at the beginning of the
6162         lines.
6163
6164 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * rfc2047.el (rfc2047-encode-region): Fix last change.
6167         (rfc2047-encode-parameter): Remove useless concat.
6168
6169 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6172         encode special characters; fix some kind of misconfigured headers;
6173         signal a real error if debug-on-quit or debug-on-error is non-nil.
6174         (rfc2047-encode-max-chars): New variable.
6175         (rfc2047-encode-1): Use it.
6176         (rfc2047-encode-parameter): New function.
6177
6178         * mml.el (mml-insert-parameter): Remove an excessive space.
6179
6180 2004-07-17  Simon Josefsson  <jas@extundo.com>
6181
6182         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6183         Kai Grossjohann <kai@emptydomain.de>.
6184         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6185         (gnus-group-make-menu-bar): Ditto.
6186
6187         * gnus-util.el (gnus-group-server): Add.
6188
6189 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6190
6191         * message.el (message-clone-locals): Clone sendmail and smtp
6192         variables.
6193
6194 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * rfc2047.el (rfc2047-encode-region): Fix last change.
6197
6198 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6201         characters as non-special.
6202
6203 2004-07-09  Simon Josefsson  <jas@extundo.com>
6204
6205         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6206         Users will lose all flag changes made while unplugged with
6207         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6208         good default.  See numerous reports on ding mailing list.
6209
6210 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6213         add generate-head-function and generate-article-function to the
6214         rfc822-forward entry.
6215         (nndoc-rfc822-forward-generate-article): New function.
6216         (nndoc-rfc822-forward-generate-head): New function.
6217
6218         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6219
6220 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6221
6222         * gnus-sum.el (gnus-summary-read-group-1): When summary
6223         is unthreaded, respect display group parameter.
6224         (gnus-articles-to-read): Remove unused reference to
6225         display group parameter.
6226
6227 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228
6229         * nnheader.el (nnheader-uniquify-message-id): New experimental
6230         variable.
6231         (nnheader-nov-read-message-id): Use it.
6232
6233         * spam-report.el (spam-report-gmane): Add interactive.
6234
6235 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6238         qp-or-base64 for the application/* types.
6239
6240 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6241
6242         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6243
6244 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6245
6246         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6247         trim value
6248
6249 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6250
6251         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6252         New macro and function.
6253         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6254
6255 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6258         after-load-alist.
6259
6260 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6263         update info that isn't there.
6264
6265 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6266
6267         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6268         entry.
6269
6270 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * mm-view.el (mm-inline-render-with-function): Use multibyte
6273         buffer; decode html source by charset.
6274
6275         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6276
6277         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6278         Mule-UCS is loaded under XEmacs.
6279         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6280
6281 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6282
6283         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6284
6285 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * mm-util.el (mm-coding-system-p): Return a coding-system.
6288         (mm-mime-mule-charset-alist): Use shift_jis instead of
6289         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6290         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6291         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6292         instead of japanese-shift-jis and iso-latin-1 respectively in
6293         order to share the default value with both Emacs and XEmacs-mule.
6294         (mm-mule-charset-to-mime-charset): Make
6295         mm-coding-system-priorities effective.
6296         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6297         while predicating of candidates upon the priorities.
6298
6299 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6300
6301         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6302         gnus-uu-invert-processable.
6303
6304         * gnus.el: Autoload gnus-uu-invert-processable.
6305
6306 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * mm-util.el (mm-with-multibyte-buffer): New macro.
6309
6310         * rfc2047.el (rfc2047-encode-string): Use it.
6311         (rfc2047-encode-region): Move point to the end of the region after
6312         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6313
6314 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6317         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6318
6319 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6322         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6323         Karl Chen <quarl@nospam.quarl.org>.
6324
6325 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6326
6327         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6328         invalid addresses.
6329
6330 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6331
6332         * spam.el: section markers changed, TODO list revised
6333         (spam-backends): new master list of all installed backends
6334         (spam-summary-exit-behavior): new variable to determine how
6335         messages moves are done at summary exit
6336         (spam-move-spam-nonspam-groups-only)
6337         (spam-process-ham-in-nonham-groups)
6338         (spam-process-ham-in-spam-groups): variables removed, the
6339         spam-summary-exit-behavior variable should be used to manage this
6340         behavior
6341         (spam-old-ham-articles, spam-old-spam-articles): removed
6342         (spam-old-articles): new variable, replacing spam-old-ham-articles
6343         and spam-old-spam-articles
6344         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6345         empty variables, placeholders for the backends they represent
6346         (spam-set-difference): moved, unchanged
6347         (spam-list-of-processors): variable OBSOLETE, not used anymore
6348         unless the user has a processor variable
6349         (spam-classifications, spam-classification-valid-p)
6350         (spam-backend-properties, spam-backend-property-valid-p)
6351         (spam-backend-function-type-valid-p)
6352         (spam-process-type-valid-p, spam-list-articles): helper functions
6353         (spam-report-articles-gmane, spam-report-articles-resend):
6354         functions removed, they are not needed
6355         (spam-install-backend-super, spam-backend-list)
6356         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
6357         (spam-backend-function, spam-backend-ham-registration-function)
6358         (spam-backend-spam-registration-function)
6359         (spam-backend-ham-unregistration-function)
6360         (spam-backend-spam-unregistration-function)
6361         (spam-backend-statistical-p, spam-backend-mover-p)
6362         (spam-install-backend-alias, spam-install-checkonly-backend)
6363         (spam-install-mover-backend, spam-install-nocheck-backend)
6364         (spam-install-backend, spam-install-statistical-backend)
6365         (spam-install-statistical-checkonly-backend): backend installation
6366         support
6367         (spam-summary-prepare-exit): rewritten to use the new backend code
6368         (spam-group-processor-p): use the new backend code and respect the
6369         summary exit behavior
6370         (spam-mark-spam-as-expired-and-move-routine): removed
6371         (spam-summary-prepare): changed to use the new spam-old-articles
6372         variable
6373         (spam-copy-or-move-routine, spam-copy-spam-routine)
6374         (spam-move-spam-routine, spam-copy-ham-routine)
6375         (spam-move-ham-routine): new code to copy/move ham or spam
6376         (spam-fetch-field-fast): doc and code improved, plus it allows the
6377         'number request
6378         (spam-list-of-checks, spam-list-of-statistical-checks): variables
6379         removed, no longer used
6380         (spam-split, spam-find-spam): use the new backend code
6381         (spam-registration-functions): variable removed, no longer used
6382         (spam-unregister-routine): convenience wrapper
6383         (spam-log-undo-registration, spam-register-routine)
6384         (spam-log-processing-to-registry)
6385         (spam-log-unregistration-needed-p): renamed "check" to "backend"
6386         where possible
6387         (spam-check-gmane-xref, spam-check-regex-headers)
6388         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
6389         (spam-check-whitelist, spam-check-blacklist)
6390         (spam-check-bogofilter-headers, spam-check-spamoracle)
6391         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
6392         (spam-check-crm114-headers): use the spam-split-group that
6393         spam-split prepares, no need to determine it every time
6394
6395         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
6396         the nnheader-parse-naked-head call
6397
6398         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
6399
6400         * gnus-sum.el (gnus-nov-parse-line): add the message number to
6401         the nnheader-nov-read-message-id call
6402
6403 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
6406         gnus-activate-group twice.  Suggested by Markus Peter
6407         <warp@spin.de>.
6408
6409 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-art.el (gnus-article-time-format): Exchange the order of
6412         day and month in the default value; fix customization type.
6413         (article-date-ut): Use add-text-properties.
6414         (article-make-date-line): Use message-make-date instead of
6415         current-time-string.
6416
6417         * message.el (message-fetch-field): Don't use set-text-properties.
6418         (message-make-date): Simplify.
6419
6420         * messagexmas.el (message-xmas-make-date): New function.
6421         (message-xmas-redefine): Defalias message-make-date to it.
6422
6423 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
6426         (rfc2047-encode-region): Treat text within parentheses as special;
6427         show the original text when error has occurred.
6428
6429         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
6430         already-computed method to gnus-activate-group.
6431
6432         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
6433         same select-methods identical Lisp objects.
6434
6435         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
6436         object when modifying the info.
6437
6438 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-srvr.el (gnus-server-set-info): Remove the server from
6441         gnus-opened-servers since it has never been opened with the new
6442         configuration yet.
6443
6444 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
6447         arg to nnheader-generate-fake-message-id.
6448
6449 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
6450
6451         * nnheader.el (nnheader-generate-fake-message-id): accept a
6452         number and build a fake message ID localized to a group and
6453         article number (so it's repeatable from that point on)
6454         (nnheader-fake-message-id-p): change regex to accomodate new fake
6455         ID format
6456
6457         * gnus-sum.el (gnus-get-newsgroup-headers): call
6458         nnheader-generate-fake-message-id with the article number
6459
6460 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
6461
6462         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
6463         end-of-buffer.
6464
6465 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6466
6467         * message.el (message-ignored-supersedes-headers): Add Approved.
6468
6469 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * rfc2047.el (rfc2047-encode-message-header): Remove useless
6472         goto-char.
6473         (rfc2047-encode): Fold the line before encoding.
6474
6475 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476
6477         * rfc2047.el (rfc2047-encode-message-header): Disabled header
6478         folding -- not all headers can be folded, and this should be done
6479         by the message composition mode.  Probably.  I think.
6480
6481 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
6484         fast.
6485
6486         * gnus-ems.el (gnus-remove-image): Don't use
6487         message-text-with-property; remove only the image found first.
6488
6489         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
6490         found first.
6491
6492 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
6493
6494         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
6495
6496 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * message.el (message-text-with-property): Make it fast and accept
6499         optional arguments.
6500         (message-strip-forbidden-properties): Use it.
6501         (message-fix-before-sending): Follow the m-t-w-p change.
6502
6503         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
6504
6505 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * gnus-art.el (article-hide-headers): Don't change the buffer
6508         mistakenly when performing mml-preview even if
6509         gnus-single-article-buffer is nil.
6510
6511 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
6512
6513         * message.el (message-expand-name-databases): New user option.
6514         (message-expand-name): Use it.
6515
6516 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
6517
6518         * spam.el (spam-report-articles-resend)
6519         (spam-report-resend-register-routine): allow ham reporting
6520         (spam-report-resend-register-ham-routine): simple wrapper
6521         (spam-registration-functions): add ham resending functions
6522         (spam-list-of-processors): add ham resend processor
6523
6524         * gnus.el (ham-resend-to): new group parameter
6525         (spam-process): add ham resend option
6526
6527         * spam-report.el (spam-report-resend): allow reporting ham
6528         (spam-report-resend-ham): simple wrapper
6529
6530 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6531
6532         * message.el (message-cite-articles-with-x-no-archive): New
6533         variable.
6534         (message-cite-original): Use it.
6535
6536 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6537
6538         * message.el (message-cite-original): Respect X-No-Archive.
6539
6540 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * gnus-art.el (article-hide-headers): Refer to the values for
6543         gnus-ignored-headers and gnus-visible-headers in the summary
6544         buffer since a user may have set them as group parameters.
6545
6546 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
6547
6548         * assistant.el (assistant-node-name): new convenience function
6549         (assistant-render-text, assistant-render-node): error handling,
6550         plus handle multiple next nodes
6551         (assistant-find-next-node): commented out for now
6552         (assistant-find-next-nodes): new function, returns list of next
6553         nodes
6554
6555 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * mail-source.el (mail-source-directory): Fix doc-string.
6558
6559 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
6560
6561         * assistant.el (assistant-render-text, assistant-eval): add :set
6562         widget type, which is different because it takes and returns a
6563         list.  Much hilarity ensues.
6564
6565 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
6566
6567         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
6568
6569         * gnus-group.el (gnus-group-get-new-news-this-group): Added
6570         doc-string.
6571
6572         * gnus-start.el (gnus-activate-group): Added doc-string.
6573
6574 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
6577
6578 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
6579
6580         * assistant.el (assistant-render-text): trying to add a :set
6581         widget, more to come...
6582
6583         * spam.el (spam-group-spam-contents-p): handle empty groupname
6584         strings
6585         (spam-report-articles-resend)
6586         (spam-register-routine): do registration iff any articles warrant
6587         it.
6588         (spam-summary-prepare-exit): changed log message for nil group
6589         destinations
6590
6591 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
6592
6593         * spam.el (spam-report-resend-register-routine): allow
6594         spam-report-resend-to to be a group parameter or a global value
6595
6596 2004-05-26  Simon Josefsson  <jas@extundo.com>
6597
6598         * starttls.el: Merge with my GNUTLS based starttls.el.
6599         (starttls-gnutls-program, starttls-use-gnutls)
6600         (starttls-extra-arguments, starttls-process-connection-type)
6601         (starttls-connect, starttls-failure, starttls-success): New
6602         variables.
6603         (starttls-program, starttls-extra-args): Doc fix.
6604         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
6605         functions.
6606         (starttls-negotiate, starttls-open-stream): Check
6607         `starttls-use-gnutls' and pass on to corresponding *-gnutls
6608         function if it is set.
6609
6610 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
6613         structured fields.
6614
6615 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
6618
6619 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
6620
6621         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
6622         variable.
6623         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
6624         assigning the spam-mark to new messages.
6625
6626 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
6627
6628         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
6629
6630 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * dgnushack.el: Autoload customize-set-variable for XEmacs.
6633
6634         * rfc2047.el (rfc2047-encodable-p): Don't move point.
6635         (rfc2047-decode): Treat the ascii coding-system as raw-text by
6636         default.
6637
6638 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
6639
6640         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
6641         correct data.
6642
6643 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
6644
6645         * spam.el (spam-list-of-processors): use nil for nonexistent processors
6646         (spam-group-processor-p): fixed function so it works properly
6647         (spam-group-processor-multiple-p)
6648         (spam-group-spam-processor-report-gmane-p)
6649         (spam-group-spam-processor-report-resend-p)
6650         (spam-group-spam-processor-bogofilter-p)
6651         (spam-group-spam-processor-blacklist-p)
6652         (spam-group-spam-processor-ifile-p)
6653         (spam-group-ham-processor-ifile-p)
6654         (spam-group-spam-processor-spamoracle-p)
6655         (spam-group-spam-processor-crm114-p)
6656         (spam-group-ham-processor-bogofilter-p)
6657         (spam-group-spam-processor-stat-p)
6658         (spam-group-ham-processor-stat-p)
6659         (spam-group-ham-processor-whitelist-p)
6660         (spam-group-ham-processor-BBDB-p)
6661         (spam-group-ham-processor-spamoracle-p)
6662         (spam-group-ham-processor-copy-p): functions removed with some
6663         prejudice against unneeded code
6664         (spam-report-articles-resend)
6665         (spam-report-resend-register-routine): allow the group/topic
6666         spam-resend-to value to override spam-report-resend-to
6667         (spam-summary-prepare-exit): invoke spam-group-processor-p
6668         properly now
6669
6670         * spam-report.el (spam-report-resend-to, spam-report-resend):
6671         start with resend-to set to nil, and then ask the user if
6672         necessary.  From Daniel Pittman <daniel@rimspace.net>.
6673
6674         * gnus.el (spam-resend-to): new group/topic parameter
6675         (spam-process): move the OBSOLETE processors to the end of the
6676         choices.
6677
6678         * spam-report.el (spam-report-resend): spam-report-resend takes a
6679         list of articles, not separate article numbers.  From Daniel
6680         Pittman <daniel@rimspace.net>.
6681
6682 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
6685         addition to emacs-w3m.
6686
6687 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6688
6689         * assistant.el (assistant-authinfo-data): New function.
6690         (assistant-eval): Eval for entire assistant.
6691
6692         * netrc.el (netrc-services-file): New variable.
6693         (netrc-parse-services): New function.
6694         (netrc-find-service-name): New function.
6695         (netrc-find-service-number): New function.
6696         (netrc-port-equal): New function.
6697         (netrc-machine): Use it.
6698
6699         * nnimap.el (nnimap-open-connection): Use netrc.
6700
6701         * gnus-util.el (gnus-netrc-get): Remove aliases.
6702
6703         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
6704
6705         * assistant.el (wid-edit): Fix compilation.
6706
6707         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
6708
6709 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
6710
6711         * gnus-util.el (gnus-set-file-modes): New function.  (small
6712         patch).
6713
6714 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
6717
6718         * assistant.el (assistant-render-node): Fix up rendering and
6719         read-only text.
6720         (assistant-render-node): Reset.
6721         (assistant-make-read-only): Not sticky.
6722
6723 2004-05-20  Danny Siu  <dsiu@adobe.com>
6724
6725         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
6726         centered even when gnus-auto-center-summary is t
6727
6728 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * dns.el (dns-get-txt-answer): New function.
6731         (dns-read-txt): Ditto.
6732         (query-dns): Use it.
6733
6734 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
6737         active for foreign groups even if the group level is higher than
6738         the specified value.
6739
6740 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6741
6742         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
6743         non-active groups.
6744
6745         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
6746
6747 2004-05-20  Magnus Henoch  <mange@freemail.hu>
6748
6749         * dns.el (dns-read-type): Add support for SVR.  (small patch)
6750
6751 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6752
6753         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
6754         (spam-crm114-header, spam-crm114-spam-switch)
6755         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
6756         (spam-crm114-positive-spam-header)
6757         (spam-crm114-database-directory, spam-list-of-processors)
6758         (spam-group-spam-processor-crm114-p)
6759         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
6760         (spam-generic-score, spam-list-of-checks)
6761         (spam-list-of-statistical-checks, spam-registration-functions)
6762         (spam-check-crm114-headers, spam-crm114-score)
6763         (spam-check-crm114, spam-crm114-register-with-crm114)
6764         (spam-crm114-register-spam-routine)
6765         (spam-crm114-unregister-spam-routine)
6766         (spam-crm114-register-ham-routine)
6767         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
6768         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
6769
6770         * gnus.el: added spam-use-crm114
6771
6772         * spam.el (spam-list-of-processors, spam-registration-functions):
6773         add spam-use-resend
6774         (spam-group-spam-processor-report-resend-p): utility wrapper
6775         (spam-report-articles-gmane): doc fix
6776         (spam-report-articles-resend,
6777         spam-report-resend-register-routine): wrappers around
6778         spam-report-resend-to
6779
6780         * spam-report.el (spam-report-resend-to, spam-report-resend):
6781         support for resending spam
6782         (spam-report-gmane): line length >80 fix
6783
6784         * gnus.el (spam-process): add spam-use-resend
6785
6786 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6787
6788         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
6789         number of processed spam messages.
6790         (spam-ham-copy-or-move-routine): Return the number of processed
6791         ham messages.
6792         (spam-summary-prepare-exit): Use the above values to decide
6793         whether status messages shouled be displayed.
6794
6795 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
6798         `rfc2047-encoding-function-alist' in order to avoid conflicting
6799         with the old version.
6800         (rfc2047-encode-region): Concatenate words containing non-ASCII
6801         characters in structured fields; don't encode space-delimited
6802         ASCII words even in unstructured fields; don't break words at
6803         char-category boundaries.
6804         (rfc2047-encode-1): New function.
6805         (rfc2047-encode): Use it; encode text so that it occupies the
6806         maximum width within 76-column; work correctly on Q encoding for
6807         iso-2022-* charsets.
6808         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
6809         sure not to break a line just after the header name.
6810         (rfc2047-b-encode-region): Removed.
6811         (rfc2047-b-encode-string): New function.
6812         (rfc2047-q-encode-region): Removed.
6813         (rfc2047-q-encode-string): New function.
6814
6815         * mm-util.el (mm-replace-in-string): New function.
6816
6817 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6818
6819         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
6820         get it right.
6821         (gnus-inews-make-draft): Really.
6822
6823 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
6824
6825         * nnmh.el (nnmh-request-list-1): Don't check the link count
6826         before descending.  (small patch)
6827
6828 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6829
6830         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
6831         stuff.
6832
6833         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
6834         on real group name.
6835
6836         * gnus-art.el (gnus-signature-limit): Doc fix.
6837
6838         * gnus-msg.el (gnus-inews-make-draft): Quote list.
6839
6840         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
6841
6842 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
6843
6844         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
6845         isn't a string.
6846
6847 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * gnus-draft.el (gnus-draft-send): Bind
6850         rfc2047-encode-encoded-words.
6851
6852         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
6853         (rfc2047-encodable-p): Say that =? needs encoding.
6854         (rfc2047-encode-encoded-words): New variable.
6855
6856         * gnus-group.el (gnus-group-select-group): Doc fix.
6857
6858         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
6859
6860         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
6861         to nil.
6862
6863         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
6864
6865         * nnheader.el (nnheader-get-lines-and-char): New function.
6866
6867 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
6868
6869         * gnus-msg.el (gnus-summary-followup-with-original): Document
6870         yanking of region when active.
6871
6872 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
6875         groups if the group level is higher than the specified value.
6876
6877 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
6880         (gnus-group-jump-to-group): Added prefix argument using
6881         `gnus-group-jump-to-group-prompt'.  Query before jumping to
6882         non-active group.
6883
6884         * compface.el (uncompface): Be verbose when changing
6885         `uncompface-use-external'.
6886
6887         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
6888         handle manual section.
6889
6890 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6891
6892         * gnus-art.el (gnus-button-alist): Revert previous change.
6893
6894 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
6897
6898 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6899
6900         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
6901         whether backend can accept message.
6902
6903         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
6904
6905 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
6906
6907         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
6908         Avoid creating directory when nntp-marks-is-evil is true.
6909         Reported by Reiner Steib.
6910
6911 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gnus-picon.el (gnus-picon-style): New variable.
6914         (gnus-picon-insert-glyph): Added optional `nostring' argument.
6915         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
6916         Jesper Harder <harder@ifa.au.dk>.
6917
6918 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * message.el (message-fill-field): Return point.
6921         (message-generate-headers): Go to end of field.
6922
6923         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
6924         stuff for non-living groups.
6925
6926 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
6927
6928         * gnus-art.el (gnus-article-followup-with-original)
6929         (gnus-article-reply-with-original): gnus-mark-active-p ->
6930         gnus-region-active-p.
6931
6932 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
6933
6934         * spam.el (spam-summary-prepare-exit): fix messages, so they show
6935         only when there is spam or ham to be processed
6936
6937 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938
6939         * mail-source.el (mail-source-delete-crash-box): Refactor.
6940         (mail-source-fetch): Use it.
6941         (mail-source-fetch-file): Ditto.
6942         (mail-source-fetch-directory): Run postscript in loop.
6943         (mail-source-fetch-pop): Delete.
6944         (mail-source-fetch-maildir): Ditto.
6945         (mail-source-fetch-imap): Ditto.
6946
6947         * imap.el (imap-authenticators): Comment out sasl.
6948
6949         * message.el (message-skip-to-next-address): New function.
6950         (message-fill-header-address): Refactor.
6951         (message-fill-address): Use it.
6952         (message-delete-address): Use it.
6953         (message-fill-header-general): Refactor.
6954         (message-fill-field-address): Rename.
6955         (message-narrow-to-field): Find the start of the header.
6956         (message-header-format-alist): Don't pre-fill.
6957         (message-fill-header): Removed.
6958         (message-insert-header): New function.
6959         (message-shorten-references): Use it.
6960
6961         * rfc2047.el (rfc2047-field-value): Strip props.
6962
6963         * mail-parse.el (mail-header-make-address): New alias.
6964
6965         * ietf-drums.el (ietf-drums-make-address): New function.
6966
6967         * imap.el: Add compiler directives.
6968
6969         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
6970
6971         * gnus-art.el (article-decode-idna-rhs): Don't use
6972         message-idna-inside-rhs-p.
6973
6974 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6975
6976         * message.el (message-idna-inside-rhs-p): Removed.
6977         (message-idna-to-ascii-rhs-1): Use proper address parsing.
6978
6979         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
6980         false positives.
6981
6982 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
6983
6984         * imap.el (imap-sasl-make-mechanisms): Use sasl.
6985
6986 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * nneething.el (nneething-file-name): Don't create spurions
6989         files.
6990
6991         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
6992         (gnus-inews-do-gcc): Remove sleep.
6993
6994         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
6995         part under point.
6996
6997         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
6998         (gnus-agent-regenerate-group): Using nil messages aren't valid.
6999
7000 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7001
7002         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7003
7004 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7005
7006         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7007         as expired without moving it" message when there are spam
7008         messages left
7009
7010 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7011
7012         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7013         header is not nil.
7014
7015 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7016
7017         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7018         nntp-possibly-create-directory, not nntp-possibly-change-group.
7019         (nntp-marks-changed-p): New arg SERVER.
7020         (nntp-request-update-info): Adjust caller.
7021
7022 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7023
7024         * nntp.el (nntp-save-marks): Pass missing arg.
7025
7026 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7027
7028         * nntp.el: Support marks.
7029         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7030         (nntp-marks-modtime, nntp-marks-directory): New variables.
7031         (nntp-request-set-mark, nntp-request-update-info)
7032         (nntp-possibly-create-directory, nntp-marks-changed-p)
7033         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7034         functions.
7035
7036 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7037
7038         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7039         (gnus-xmas-redefine): Rename.
7040
7041         * gnus-score.el (gnus-score-insert-help): Use
7042         gnus-select-lowest-window.
7043
7044         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7045         appt-select-lowest-window and rename to gnus-select-lowest-window.
7046
7047         * gnus.el: do.
7048
7049 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7050
7051         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7052         encodings of MIME-encoded words, in order to improve
7053         interoperability with several broken MUAs.
7054
7055 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7056
7057         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7058         tags, only when charsets are not specified in headers.
7059         (mm-inline-text-html-render-with-w3m): Ditto.
7060
7061         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7062         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7063
7064 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7065
7066         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7067         instead of MIME-decoded from fields when checking
7068         `gnus-article-address-banner-alist'.
7069
7070 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7071
7072         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7073         description rather than subject.
7074
7075 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7076
7077         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7078
7079 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7080
7081         * gnus.el (gnus-version-number): Bump.
7082
7083 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7084
7085         * gnus.el: No Gnus v0.2 is released.
7086
7087 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * gnus-agent.el (gnus-agent-read-agentview): Inline
7090         gnus-uncompress-range.
7091
7092 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7093
7094         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7095         `exec-installed-p'.
7096
7097 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7098
7099         * gnus.el (spam-process, spam-autodetect-methods): Add
7100         bsfilter and bsfilter-headers.
7101
7102         * spam.el (spam-bsfilter): New customize group.
7103         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7104         (spam-bsfilter-header, spam-bsfilter-probability-header)
7105         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7106         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7107         (spam-bsfilter-database-directory): New options.
7108         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7109         (spam-list-of-statistical-checks, spam-registration-functions):
7110         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7111         (spam-bsfilter-score): New command.
7112         (spam-check-bsfilter-headers, spam-check-bsfilter)
7113         (spam-bsfilter-register-with-bsfilter)
7114         (spam-bsfilter-register-spam-routine)
7115         (spam-bsfilter-unregister-spam-routine)
7116         (spam-bsfilter-register-ham-routine)
7117         (spam-bsfilter-unregister-ham-routine): New functions.
7118         (spam-generic-score): Support bsfilter; Accept an optional argument
7119         to recalcurate spam score even if scoring header has already been
7120         added.
7121         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7122         optional argument to recalcurate spam score even if scoring header
7123         has already been added.
7124
7125 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7126
7127         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7128         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7129         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7130         link is missing.
7131
7132 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7133
7134         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7135         (html2text-get-attr): Rewrite.
7136
7137         * message.el (message-setup-1): Remove redundant put-text-property
7138         on mail-header-separator.
7139
7140 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7141
7142         * gnus-registry.el (gnus-registry-cache-whitespace)
7143         (gnus-registry-action, gnus-registry-spool-action)
7144         (gnus-registry-split-fancy-with-parent): changed message levels
7145         from 5 to 3 or 7, as needed
7146
7147         * spam.el (spam-summary-prepare-exit)
7148         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7149         (spam-split, spam-find-spam, spam-log-undo-registration)
7150         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7151         level from 5 to 6
7152
7153 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7156         2004-03-04 change).
7157
7158 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7159
7160         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7161         Use mapc when appropriate.
7162
7163         * sieve-manage.el (sieve-manage-open): do.
7164
7165         * nnweb.el (nnweb-insert-html): do.
7166
7167         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7168         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7169
7170         * nnspool.el (nnspool-request-group): do.
7171
7172         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7173         do.
7174
7175         * nnml.el (nnml-request-update-info): do.
7176
7177         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7178         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7179
7180         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7181         (nnimap-request-set-mark): do.
7182
7183         * nnfolder.el (nnfolder-request-update-info): do.
7184
7185         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7186         do.
7187
7188         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7189
7190         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7191
7192         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7193         do.
7194
7195         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7196         do.
7197
7198         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7199
7200         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7201
7202         * gnus-int.el (gnus-start-news-server): do.
7203
7204         * gnus-group.el (gnus-group-make-kiboze-group)
7205         (gnus-group-browse-foreign-server): do.
7206
7207 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7208
7209         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7210         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7211         <shields@msrl.com>:
7212
7213         * spam.el (spam-necessary-extra-headers): get the extra headers we
7214         may need for spam sorting and scoring
7215         (spam-user-format-function-S): a user format function suitable for
7216         general use
7217         (spam-article-sort-by-spam-status): sorting function for summary
7218         sorting
7219         (spam-extra-header-to-number): get a score from a header
7220         (spam-summary-score): get a numeric score from the headers
7221         (spam-generic-score): oops, function doc in wrong place
7222         (spam-initialize): take symbols when it's run, and install the
7223         extra headers that spam-necessary-extra-headers thinks we need
7224
7225 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7226
7227         * spam.el (spam-summary-prepare-exit): logic and message fix.
7228         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7229
7230 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7231
7232         * gnus-sum.el (gnus-set-global-variables)
7233         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7234         (gnus-article-get-xrefs, gnus-summary-best-group)
7235         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7236         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7237         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7238         with-current-buffer.
7239
7240 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7241
7242         * spam.el (spam-summary-prepare-exit): simplified logic
7243         (spam-fetch-article-header): read the article header if it's not
7244         available
7245         (spam-list-articles): simplified logic
7246         (spam-filelist-register-routine): found bug with unregister-list
7247
7248         * gnus-registry.el: clarified comments at beginning
7249
7250 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7251
7252         * message.el (message-cater-to-broken-inn): Remove.
7253         (message-shorten-references): Make sure the total folded length of
7254         References is shorter than 998 characters to cater to a bug in INN
7255         2.3.  Also, don't pretend that references aren't folded -- this
7256         hasn't worked for a while.
7257
7258 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7259
7260         * gnus-agent.el (gnus-agentize):
7261         gnus-agent-send-mail-real-function no longer set to current value
7262         of message-send-mail-function but rather a lambda that calls
7263         message-send-mail-function.  The change makes the agent real-time
7264         responsive to user changes to message-send-mail-function.
7265
7266 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7267
7268         * legacy-gnus-agent.el
7269         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7270         help from Florian Weimer <fw@deneb.enyo.de>
7271
7272 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * nnmail.el (nnmail-cache-insert): Revert last change.
7275
7276 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * nnmail.el (nnmail-cache-insert): Always check whether
7279         nnmail-cache-ignore-groups matches a group name.
7280
7281 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7282
7283         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7284         (spam-find-spam, spam-log-processing-to-registry)
7285         (spam-log-registered-p, spam-log-unregistration-needed-p)
7286         (spam-log-undo-registration): use gnus-message instead of
7287         gnus-error, none of these errors are fatal
7288
7289         * gnus-registry.el (gnus-registry-clean-empty-function)
7290         (gnus-registry-clean-empty): remove only empty entries without
7291         extra data
7292
7293 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7294
7295         * spam-stat.el (spam-stat-buffer-change-to-spam)
7296         (spam-stat-buffer-change-to-non-spam): change (error) to
7297         (gnus-message 8) invocation
7298
7299 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * nntp.el (nntp-via-netcat-command): New variable.
7302         (nntp-via-netcat-switches): New variable.
7303         (nntp-open-via-rlogin-and-netcat): New function.
7304         (nntp-open-connection-function): Doc fix.
7305         (nntp-telnet-command): Doc fix.
7306         (nntp-end-of-line): Doc fix.
7307         (nntp-via-rlogin-command): Doc fix.
7308         (nntp-via-user-name): Doc fix.
7309         (nntp-via-address): Doc fix.
7310
7311 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7314         error in Emacs 21.1.
7315
7316 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7317
7318         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7319
7320 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7321         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7322         (gnus-agent-with-refreshed-group): New macro.
7323         (gnus-agent-rename-group): New function.
7324         (gnus-agent-delete-group): New function.
7325         (gnus-agent-save-group-info): Use gnus-command-method when
7326         `method' parameter is nil.  Don't write nil entries into the
7327         active file.
7328         (gnus-agent-get-group-info): New function.
7329         (gnus-agent-fetch-articles): Use
7330         gnus-agent-update-files-total-fetched-for to increment disk space
7331         used.
7332         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7333         gnus-agent-update-view-total-fetched-for to increment disk space
7334         used.
7335         (gnus-agent-get-local): Added optional parameters to avoid calling
7336         gnus-group-real-name and gnus-find-method-for-group.
7337         (gnus-agent-set-local): Delete stored entry if either min, or max,
7338         are nil.
7339         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7340         quit, use gnus-agent-regenerate-group to record existance of any
7341         articles fetched to disk before the quit occurred.
7342         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7343         gnus-agent-update-view-total-fetched-for, and
7344         gnus-agent-update-files-total-fetched-for to decrement disk space
7345         used.
7346         (gnus-agent-retrieve-headers): Use
7347         gnus-agent-update-view-total-fetched-for to increment disk space
7348         used.
7349         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7350         with gnus-agent-update-files-total-fetched-for to decrement disk
7351         space and fresh group buffer.
7352         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7353         (gnus-agent-need-update-total-fetched-for): New variable.
7354         (gnus-agent-update-files-total-fetched-for): New function.
7355         (gnus-agent-update-view-total-fetched-for): New function.
7356         (gnus-agent-total-fetched-for): New function.
7357
7358         * gnus-cache.el (gnus-cache-save-buffers): Use
7359         gnus-cache-update-overview-total-fetched-for to change disk space
7360         used by this group.
7361         (gnus-cache-possibly-enter-article): Use
7362         gnus-cache-update-file-total-fetched-for to increment disk space
7363         used by this group.
7364         (gnus-cache-possibly-remove-article): Use
7365         gnus-cache-update-file-total-fetched-for to decrement disk space
7366         used by this group.
7367         (gnus-cache-generate-nov-databases): Purge total fetched cache.
7368         (gnus-cache-rename-group): New function.
7369         (gnus-cache-delete-group): New function.
7370         (gnus-cache-inhibit-update-total-fetched-for): New variable.
7371         (gnus-cache-need-update-total-fetched-for): New variable.
7372         (gnus-cache-with-refreshed-group): New macro.
7373         (gnus-cache-update-file-total-fetched-for): New function.
7374         (gnus-cache-update-overview-total-fetched-for): New function.
7375         (gnus-cache-rename-group-total-fetched-for): New function.
7376         (gnus-cache-delete-group-total-fetched-for): New function.
7377         (gnus-cache-total-fetched-for): New function.
7378
7379         * gnus-group.el: Require gnus-sum and autoload functions to
7380         resolve warnings when gnus-group.el compiled alone.
7381         (gnus-group-line-format): Documented new %F
7382         (size of Fetched data) group line format; identifies disk space
7383         used by agent and cache.
7384         (gnus-group-line-format-alist): Defined new F format.
7385         (gnus-total-fetched-for): New function.
7386         (gnus-group-delete-group): No longer update
7387         gnus-cache-active-altered as gnus-request-delete-group now keeps
7388         the cache in sync.
7389         (gnus-group-list-active): Let the agent store a server's active
7390         list if currently plugged.
7391
7392         * gnus-int.el (gnus-request-delete-group): Use
7393         gnus-cache-delete-group and gnus-agent-delete-group to keep the
7394         local disk in sync with the server.
7395          (gnus-request-rename-group): Use
7396         gnus-cache-rename-group and gnus-agent-rename-group to keep the
7397         local disk in sync with the server.
7398
7399         * gnus-start.el (gnus-get-unread-articles): Cosmetic
7400         simplification to logic.
7401
7402         * gnus-util.el (gnus-rename-file): New function.
7403
7404 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
7405
7406         * mm-util.el (mm-image-load-path): Handle nil in load-path.
7407
7408 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
7409
7410         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
7411         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
7412
7413 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
7414
7415         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
7416         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
7417
7418 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
7419
7420         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
7421
7422 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * spam.el (spam-set-difference): new function to replace
7425         gnus-set-difference in spam.el
7426         (spam-summary-prepare-exit): use spam-set-difference
7427
7428 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7429
7430         * gnus-registry.el (gnus-registry-cache-file): updated to use
7431         gnus-dribble-directory OR gnus-home-directory OR ~
7432         (gnus-registry-split-fancy-with-parent): fixed doc
7433
7434 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * message.el (message-exchange-point-and-mark): Use
7437         message-mark-active-p.  Suggested by Jesper Harder
7438         <harder@ifa.au.dk>.
7439
7440 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * message.el (message-exchange-point-and-mark): Don't activate
7443         region if it was inactive.  Suggested by Hiroshi Fujishima
7444         <pooh@nature.tsukuba.ac.jp>.
7445
7446 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * gnus-art.el (article-display-face): Display Faces in the same
7449         order as X-Faces.
7450
7451 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
7454
7455 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
7458         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
7459         (gnus-article-mime-hierarchy): Remove.
7460         (gnus-article-mime-hierarchy-next): Remove.
7461         (gnus-article-mode): Revert 2004-03-19 change.
7462         (gnus-article-setup-buffer): Revert 2004-03-19 change.
7463         (gnus-insert-mime-button): Revert 2004-03-19 change.
7464         (gnus-mime-accumulate-hierarchy): Remove.
7465         (gnus-mime-enter-multipart): Remove.
7466         (gnus-mime-leave-multipart): Remove,
7467         (gnus-mime-display-part): Revert 2004-03-19 change.
7468         (gnus-mime-display-alternative): Revert 2004-03-19 change.
7469
7470         * mml.el (mml-preview): Revert 2004-03-19 change.
7471
7472 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
7473
7474         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
7475
7476 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
7479         t while entering a file name using the mm-with-multibyte macro.
7480         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7481
7482         * mm-util.el (mm-with-multibyte): New macro.
7483
7484 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
7487         user option.
7488         (gnus-mime-multipart-functions): Doc and customization fix.
7489         (gnus-article-mime-hierarchy): New variable.
7490         (gnus-article-mime-hierarchy-next): New variable.
7491         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
7492         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
7493         gnus-article-mime-hierarchy-next to nil.
7494         (gnus-insert-mime-button): Show hierarchy numbers.
7495         (gnus-mime-accumulate-hierarchy): New function.
7496         (gnus-mime-enter-multipart): New function.
7497         (gnus-mime-leave-multipart): New function.
7498         (gnus-mime-display-part): Recompute hierarchical MIME structure.
7499         (gnus-mime-display-alternative): Show hierarchy numbers.
7500
7501         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
7502         gnus-article-mime-hierarchy-next to nil.
7503
7504 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
7505
7506         * dns.el: Don't require gnus-xmas.
7507
7508 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
7509
7510         * mml.el (mml-generate-mime-1): Don't use format=flowed with
7511         inline PGP.
7512         (mml-menu): Disable mml-quote-region if mark is inactive.
7513
7514 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
7517         when the group's active is not available.
7518
7519 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
7522         error.
7523
7524 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * imap.el (imap-store-password): New variable.
7527         (imap-interactive-login): Use it.
7528         Suggested by Mark Plaksin <happy@mcplaksin.org>.
7529
7530 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * gnus-art.el (gnus-article-read-summary-keys): Restore new
7533         window-start and hscroll to summary window.
7534
7535 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7536
7537         * gnus-start.el (gnus-convert-old-newsrc): Only write the
7538         conversion message to newsrc-dribble when an actual conversion is
7539         performed.
7540
7541 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
7542
7543         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
7544
7545 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * mm-decode.el (mm-complicated-handles): New function reviving
7548         former definition of mm-multiple-handles.
7549
7550         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
7551         (gnus-mime-delete-part): Use it.
7552
7553 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7554
7555         * gnus-agent.el (gnus-agent-read-local): Bind
7556         nnheader-file-coding-system to gnus-agent-file-coding-system to
7557         avoid the implicit assumption that they will always be equal.
7558         (gnus-agent-save-local): Bind buffer-file-coding-system, not
7559         coding-system-for-write, as the with-temp-file macro first prints
7560         to a buffer then saves the buffer.
7561
7562 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-art.el (gnus-article-edit-part): New function.
7565         (gnus-mime-save-part-and-strip): Use it; do query instead of
7566         signaling an error; don't use mm-multiple-handles.
7567         (gnus-mime-delete-part): Ditto.
7568
7569 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7570
7571         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
7572         old file versions.
7573         (gnus-group-prepare-hook): Removed function that converted list
7574         form of gnus-agent-expire-days to group properties.
7575
7576         * gnus-int.el: Autoload gnus-agent-regenerate-group.
7577         (gnus-request-accept-article): Re-indented.
7578
7579         * gnus-start.el (gnus-convert-old-newsrc): Registered new
7580         converters to handle old agent file formats.  Added logic for a
7581         "backup before upgrading warning".
7582         (gnus-convert-mark-converter-prompt): Developers can mark
7583         functions as needing (default), or not needing,
7584         gnus-convert-old-newsrc's "backup before upgrading warning".
7585         (gnus-convert-converter-needs-prompt): Tests whether the user
7586         should be protected from potentially irreversable changes by the
7587         function.
7588
7589         * legacy-gnus-agent.el (): New. Provides converters that are only
7590         loaded when gnus-convert-old-newsrc needs to call them.
7591
7592 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * mail-source.el (mail-source-touch-pop): Doc fix.
7595
7596         * message.el (message-smtpmail-send-it): Doc fix.
7597
7598 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
7599
7600         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
7601
7602         * nnmail.el (nnmail-split-fancy): do.
7603
7604         * gnus-kill.el (gnus-kill, gnus-execute): do.
7605
7606 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7607
7608         * gnus-sum.el (gnus-widget-reversible-match)
7609         (gnus-widget-reversible-to-internal)
7610         (gnus-widget-reversible-to-external): New functions.
7611         (gnus-widget-reversible): New widget.
7612         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
7613
7614 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
7615
7616         * gnus-sum.el (gnus-thread-sort-functions)
7617         (gnus-article-sort-functions): Document `(not F)' items.
7618
7619 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7620
7621         * spam.el (spam-use-gmane-xref): new backend
7622         (spam-gmane-xref-spam-group): variable to control the name of the
7623         Gmane spam group
7624         (spam-blackhole-servers, spam-blackhole-good-server-regex)
7625         (spam-regex-headers-spam, spam-regex-headers-ham)
7626         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
7627         (spam-list-of-checks): added spam-use-gmane-xref to list of
7628         backends and checks
7629         (spam-check-gmane-xref): function for spam-use-gmane-xref
7630
7631         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
7632         an autodetect method
7633
7634 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7635
7636         * gnus-int.el (gnus-request-accept-article): Inform the agent that
7637         articles are being added to a group.
7638         (gnus-request-replace-article): Inform the agent that articles
7639         need to be uncached as the cached contents are no longer valid.
7640
7641 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * binhex.el: Don't autoload executable-find.
7644
7645         * canlock.el: Don't autoload mail-fetch-field.
7646
7647         * dgnushack.el: Autoload c-mode for XEmacs.
7648
7649         * gnus-ems.el: Don't autoload appt-select-lowest-window.
7650
7651         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
7652         rmail-dont-reply-to and rmail-output.
7653
7654         * gnus-score.el: Don't autoload ffap-string-at-point.
7655
7656         * gnus-setup.el: Don't autoload sc-cite-original.
7657
7658         * imap.el: Don't autoload base64-decode-string,
7659         base64-encode-string and md5.
7660
7661         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
7662         and rmail-msg-restore-non-pruned-header.
7663
7664         * mm-decode.el: Don't autoload executable-find.
7665
7666         * mm-url.el: Don't autoload executable-find.
7667
7668         * mm-view.el: Don't autoload diff-mode.
7669
7670         * nndb.el: Don't autoload news-reply-mode, news-setup,
7671         cancel-timer and telnet.
7672
7673         * password.el: Don't autoload run-at-time for Emacs.
7674
7675         * sha1-el.el: Don't autoload executable-find.
7676
7677         * sieve-mode.el: Don't autoload c-mode.
7678
7679         * uudecode.el: Don't autoload executable-find.
7680
7681 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7682
7683         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
7684         (gnus-agent-possibly-alter-active): Avoid null in numeric
7685         comparison.
7686         (gnus-agent-set-local): Refuse to save null in local object table.
7687         (gnus-agent-regenerate-group): The REREAD parameter can now be a
7688         list of articles that will be marked as unread.
7689
7690 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
7693
7694 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
7695
7696         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
7697         language tags.
7698
7699 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7700
7701         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
7702         Don't bind "obarray".
7703
7704         * gnus-sum.el (gnus-thread-sort-functions): Added
7705         `gnus-thread-sort-by-most-recent-number' and
7706         `gnus-thread-sort-by-most-recent-date'.
7707         Reported by Kai Grossjohann <kai@emptydomain.de>.
7708
7709 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
7712
7713 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7714
7715         * gnus-cus.el (gnus-agent-customize-category): Removed
7716         ignore-errors macro reference that required cl to be loaded at
7717         run-time.
7718
7719         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
7720         single-interval range of the form (min . max).  Previously the
7721         range had to look like ((min . max)).  Likewise, return
7722         (min . max) rather than ((min . max)).
7723         (gnus-range-map): Use gnus-range-normalize to accept
7724         single-interval range.
7725
7726         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
7727         the cache, but not the agent, now appear with their usual face.
7728
7729         * dgnushack.el (loaddir): New variable that is bound to the
7730         directory containing the dgnushack.el file. Use loaddir, rather
7731         than srcdir, to update load-path. Change lets dgnushack compile
7732         code in directories other than GNUS/lisp.
7733
7734 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * lpath.el: Don't bind w3m-safe-url-regexp.
7737
7738         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
7739         w3m-safe-url-regexp variable buffer-local.
7740
7741         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7742
7743 2004-02-27  Simon Josefsson  <jas@extundo.com>
7744
7745         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
7746         gnus-group-real-prefix.
7747         (gnus-summary-move-article): Use it, instead of
7748         gnus-group-real-prefix.
7749
7750 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * lpath.el: Bind w3m-safe-url-regexp.
7753
7754         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
7755         w3m-safe-url-regexp variable buffer-local and set it as the value
7756         of mm-w3m-safe-url-regexp.
7757
7758         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7759
7760         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
7761         parsing gnus-posting-styles when the message is not for replying.
7762
7763         * dgnushack.el: Autoload sgml-mode for XEmacs.
7764
7765         * nnrss.el (nnrss-opml-export): Use
7766         mm-set-buffer-file-coding-system instead of
7767         set-buffer-file-coding-system.
7768
7769 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
7770
7771         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
7772         of checkdoc.el).
7773         * nnrss.el: do.
7774         * gnus-mlspl.el: do.
7775         * gnus-ml.el: do.
7776         * gnus-srvr.el: do.
7777
7778         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
7779
7780 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7781
7782         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
7783         Corrections to custom-manual links.
7784
7785         * gnus-art.el (gnus-article): Ditto.
7786
7787         * mm-decode.el (mime-display, mime-security): Ditto.
7788
7789 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7790
7791         * flow-fill.el: Typo.
7792
7793 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
7794
7795         * spam-wash.el: New file.
7796
7797 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
7798
7799         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
7800
7801 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7802
7803         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
7804         to be run with new-articles as LIST1, not LIST2
7805         (spam-registration-functions): add spam-use-ham-copy as a nil
7806         registration backend
7807
7808 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7809
7810         * spam-stat.el (spam-stat-washing-hook): New option.
7811         (spam-stat-buffer-words): Use it.
7812         (spam-stat-process-directory, spam-stat-test-directory): Use
7813         insert-file-contents-literally.
7814         (spam-stat-coding-system): New variable.
7815         (spam-stat-load, spam-stat-save): Use it.
7816
7817 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * spam-report.el (spam-report-plug-agent): Quote
7820         spam-report-url-to-file and spam-report-url-ping-plain.
7821
7822 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
7823
7824         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
7825         / in mailto URLs.
7826
7827 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7828
7829         * spam-report.el (spam-report-process-queue): Fix interactive use.
7830         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
7831         (spam-report-unplug-agent): Doc fixes.
7832         (spam-report-url-ping-mm-url, spam-report-url-to-file)
7833         (spam-report-agentize, spam-report-deagentize): Autoload
7834
7835 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
7838
7839         * message.el (message-setup-fill-variables): Add mml tags to
7840         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
7841         <ajk@iu.edu>.
7842         (message-mode): Don't modify paragraph-separate there.
7843
7844 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * compface.el (uncompface-use-external): Default to undecided.
7847         (uncompface-use-external-threshold): New variable.
7848         (uncompface-float-time): New macro.
7849         (uncompface): Determine whether to use the external decoder if
7850         uncompface-use-external is undecided.
7851
7852 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7853
7854         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
7855         after images.
7856
7857         * gnus-art.el (gnus-mime-display-single): Remove dead code.
7858
7859 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
7860
7861         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
7862
7863         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
7864
7865         * gnus-sum.el (gnus-summary-limit-to-age)
7866         (gnus-summary-limit-children): do.
7867
7868         * gnus-int.el (gnus-request-scan): do.
7869
7870         * gnus-group.el (gnus-group-suspend): do.
7871
7872         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
7873
7874         * gnus-cite.el (gnus-cite-parse-attributions): do.
7875
7876         * gnus-agent.el (gnus-summary-set-agent-mark)
7877         (gnus-agent-regenerate-group): do.
7878
7879         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
7880
7881         * binhex.el (binhex-decode-region-internal): do.
7882
7883 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * gnus-fun.el (gnus-face-properties-alist): New user option.
7886         (gnus-display-x-face-in-from): Use it.
7887
7888         * gnus-art.el (article-display-face): Ditto.
7889
7890         * compface.el (uncompface-use-external): Default to nil.
7891
7892 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
7893
7894         * nntp.el (nntp-erase-buffer): New function.
7895         (nntp-retrieve-data, nntp-send-command)
7896         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
7897         (nntp-possibly-change-group): Use it.
7898
7899         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
7900         with-current-buffer.
7901
7902 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
7903
7904         * compface.el: Merge the ELisp-based uncompface program.
7905         (compface): New customization group.
7906         (uncompface-use-external): New user option.
7907         (uncompface): Call uncompface-internal if uncompface-use-external
7908         is nil.
7909         (uncompface-internal): New function.  Note that there are also
7910         some other functions and variables added for this function.
7911
7912 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
7913
7914         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
7915         if necessary.
7916
7917 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7918
7919         * spam-report.el (spam-report-unplug-agent)
7920         (spam-report-plug-agent, spam-report-deagentize)
7921         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
7922         support for the Agent in spam-report: when unplugged, report to a
7923         file; when plugged, submit all the requests
7924
7925         * spam.el (spam-register-routine): improved message about
7926         registration
7927
7928 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
7929
7930         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
7931         dependencies.
7932         (rfc2047-encode): Use it.
7933
7934         * gnus-art.el (gnus-button-marker-list): Move before first
7935         reference.
7936
7937         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7938         (imap-parse-body): Fix format string mismatch.
7939
7940         * gnus-score.el (gnus-summary-increase-score): do.
7941
7942         * nnrss.el (nnrss-close): New function.
7943
7944 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
7945
7946         * nnrss.el (nnrss-make-filename): New function.
7947         (nnrss-request-delete-group, nnrss-read-server-data)
7948         (nnrss-save-server-data, nnrss-read-group-data)
7949         (nnrss-save-group-data): Use it.
7950         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
7951         (nnrss-read-server-data, nnrss-read-group-data): Use load.
7952         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
7953
7954 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
7955
7956         * mml.el (mml-compute-boundary-1): Don't uncompress files.
7957
7958 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
7959
7960         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
7961         files.
7962
7963         * message.el (message-generate-headers-first): Don't quote nil
7964         and t in docstrings.
7965
7966         * imap.el (imap-id): do.
7967
7968         * gnus-agent.el (gnus-agent-consider-all-articles)
7969         (gnus-agent-queue-mail): do.
7970
7971 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
7972
7973         * spam-report.el (spam-report-process-queue): New function.
7974         Process requests from `spam-report-requests-file'.
7975         (spam-report-process-queue): Doc fix.
7976
7977 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
7978
7979         * spam.el (spam-register-routine)
7980         (spam-log-processing-to-registry, spam-log-registered-p)
7981         (spam-log-unregistration-needed-p, spam-log-undo-registration):
7982         change "check" to "spam-check" for semi-clarity
7983
7984 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
7985
7986         * pop3.el: Require nnheader.
7987
7988         * mml-smime.el: Require cl.  Autoload message-fetch-field.
7989
7990         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
7991
7992         * gnus-picon.el: Require cl.
7993
7994         * gnus-fun.el: Require gnus-ems and gnus-util.
7995
7996         * gnus.el (gnus-method-to-server): Move defsubst before first use.
7997
7998         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
7999
8000         * gnus-art.el (gnus-article-edit-mode): Define before first
8001         reference.
8002
8003 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8004
8005         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8006         (gnus-uu-post-encoded): Use point-at-bol.
8007
8008         * gnus-topic.el (gnus-group-active-topic-p): do.
8009
8010         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8011
8012         * gnus-group.el (gnus-group-kill-region): do.
8013
8014         * gnus-art.el (article-date-ut): do.
8015
8016         * message.el (message-fetch-field): Remove redundant
8017         case-fold-search binding.
8018         (message-narrow-to-field): Simplify.
8019
8020 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * spam.el (spam-directory): Derive from `gnus-directory'.
8023
8024         * spam-report.el (spam-report-url-to-file)
8025         (spam-report-requests-file): New function and variable for offline
8026         reporting.
8027         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8028         and user defined function.
8029         (spam-report-url-ping-mm-url): Remove doubled slash.
8030
8031 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8032
8033         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8034
8035 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8036
8037         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8038         format string mismatch.
8039
8040         * sieve.el (sieve-deactivate-all): do.
8041
8042         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8043
8044         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8045
8046         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8047
8048         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8049
8050 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8051
8052         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8053         the list of checks
8054
8055 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8056
8057         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8058         padding.
8059
8060 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8061
8062         * mm-view.el (mm-fill-flowed): New variable.
8063         (mm-inline-text): Use it.
8064
8065 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8066
8067         * spam.el (spam-spamassassin-register-ham-routine)
8068         (spam-spamassassin-register-spam-routine): fixed function names
8069
8070 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * gnus.el (gnus-tmp-grouplens): Remove.
8073         (gnus-summary-line-format): Remove grouplens.
8074
8075         * gnus-group.el (gnus-group-line-format): Ditto.
8076
8077         * gnus-spec.el (gnus-format-specs): Ditto.
8078         (gnus-update-format-specifications): Flush the group format spec
8079         cache if there's the grouplens stuff.
8080         (gnus-parse-simple-format): Replace %l with the empty string.
8081
8082 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
8083
8084         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8085         omission.
8086         From Jerry James  <james@xemacs.org>
8087
8088 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8091         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8092
8093 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8094
8095         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8096         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8097         New macros and functions.
8098         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8099         Handle > NLINK_MAX messages.
8100         * nnmaildir.el (nnmaildir-request-set-mark): Use
8101         nnmaildir--emlink-p and nnmaildir--eexist-p.
8102
8103 2004-01-25  Alex Schroeder  <alex@gnu.org>
8104
8105         * spam-stat.el (spam-stat-process-directory-age): New option.
8106         (spam-stat-process-directory): Use it.
8107
8108 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8109
8110         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8111         (spam-stat-save): Accept prefix argument.
8112
8113 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8114
8115         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8116         links" error.
8117
8118 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8121         the rest of the and/or forms.
8122
8123 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8124
8125         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8126         compatibility with old .newsrc.eld files.
8127
8128         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8129
8130         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8131
8132         * gnus-start.el (gnus-1): do.
8133
8134         * gnus-group.el (gnus-group-line-format-alist): do.
8135
8136         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8137
8138         * gnus-gl.el: Remove.
8139
8140 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8141
8142         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8143         marks consisting of a single range {for example, (3 . 5)} rather
8144         than a list of a single range { ((3 . 5)) }.
8145
8146 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8147
8148         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8149         with-current-buffer.
8150         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8151         avoid consing a string.
8152
8153         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8154         Remove obsolete entries for big5 and gb2312.
8155
8156 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8157
8158         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8159         uncompressed list.
8160
8161 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8162
8163         * spam-stat.el (spam-stat-strip-xref): New function.
8164         (spam-stat-process-directory): Use it.
8165
8166         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8167         here -- it's done in message-fetch-field.
8168
8169 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8170
8171         * gnus-agent.el (gnus-agent-queue-mail,
8172         gnus-agent-prompt-send-queue): New variables.
8173         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8174         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8175         "nndraft:queue" along to gnus-draft-send.  Use
8176         gnus-agent-prompt-send-queue.
8177         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8178         is "nndraft:queue".  Suggested by Gaute Strokkenes
8179         <gs234@srcf.ucam.org>
8180
8181         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8182         (agent-enable-undownloaded-faces): Added
8183         (gnus-agent-cat-groups): Use eval-and-compile, not
8184         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8185         method of gnus-agent-cat-groups even when the buffer has been
8186         evaled.
8187         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8188         delete gnus-agent-save-active-1.
8189         (gnus-agent-save-groups): Deleted. Identical to
8190         gnus-agent-save-active.
8191         (gnus-agent-write-active): No longer adjust agent's copy of active
8192         file as agent's adjustments are now stored in their own
8193         file. Removed optional parameter.
8194         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8195         servers.  Add use of min/max range limits from server's local
8196         file.
8197         (gnus-agent-save-alist): Removed unused optional argument.
8198         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8199         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8200         (gnus-agent-set-local): A per-server file that keeps min/max range
8201         limits for articles known to the agent.  Provides a fast mechanism
8202         for altering many active ranges.
8203         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8204         active file (local makes it unnecessary).
8205         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8206
8207         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8208         (agent-enable-undownloaded-faces): Added
8209
8210         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8211         disable it when sending to "nndraft:queue".
8212         (gnus-group-send-queue): Add safety check to avoid sending queue
8213         when unplugged.
8214
8215         * gnus-group.el (gnus-group-catchup): Use new
8216         gnus-sequence-of-unread-articles, not
8217         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8218         numbers of articles.  Use gnus-range-map to avoid having to
8219         uncompress the unread list.
8220         (gnus-group-archive-directory,
8221         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8222         reference.
8223
8224         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8225         (gnus-sorted-range-intersection): Intersection of two ranges
8226         without requiring that they first be uncompressed.
8227
8228         * gnus-start.el (gnus-activate-group): Unless blocked by the
8229         caller, possibly expand the active range to include both cached
8230         and agentized articles.
8231         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8232         multiple version-dependent converters.
8233         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8234         gnus-agent-save-active.
8235         (gnus-save-newsrc-file): Save dirty agent range limits.
8236
8237         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8238         gnus-agent-possibly-alter-active.
8239         (gnus-adjust-marked-articles): Faster handling of simple lists
8240
8241 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8242
8243         * spam-stat.el (spam-stat-test-directory): New optional argument
8244         displays a list of files detected.  Suggested by Andrew Cohen
8245         <cohen@andy.bu.edu>.
8246         (spam-stat-buffer-words-with-scores): Don't narrow and change
8247         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8248
8249 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8250
8251         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8252         default scoring function
8253         (spam-generic-score): calls spam-spamassassin-score if
8254         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8255         spam-bogofilter-score otherwise.
8256
8257         From Hubert Chan <hubert@uhoreg.ca>:
8258
8259         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8260         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8261         (spam-spamassassin-arguments)
8262         (spam-spamassassin-spam-flag-header)
8263         (spam-spamassassin-positive-spam-flag-header)
8264         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8265         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8266         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8267         (spam-list-of-processors, spam-list-of-checks)
8268         (spam-list-of-statistical-checks, spam-registration-functions)
8269         (spam-check-spamassassin-headers, spam-check-spamassassin)
8270         (spam-spamassassin-score)
8271         (spam-spamassassin-register-with-sa-learn)
8272         (spam-spamassassin-register-spam-routine)
8273         (spam-spamassassin-register-ham-routine)
8274         (spam-assassin-register-spam-routine)
8275         (spam-assassin-register-ham-routine): add SpamAssassin support
8276         (spam-bogofilter-score): fix to show article before scoring
8277
8278         * gnus.el (spam-process, spam-autodetect-methods): add
8279         spamassassin and spamassassin-headers
8280
8281         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8282         Suppress unnecessary messages.  From Nevin Kapur
8283         <nkapur@cs.caltech.edu>.
8284
8285 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8286
8287         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8288         make-hash-table.
8289
8290 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * canlock.el (base64-encode-string): Don't autoload it.
8293
8294 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * run-at-time.el: Remove useless (require 'itimer),
8297         eval-and-compile and (featurep 'xemacs).
8298
8299 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8300
8301         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8302         GROUP is a virtual group.
8303
8304 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8305
8306         * gnus.el: Autoload `message-y-or-n-p'.
8307
8308 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8309
8310         * pgg-parse.el: Remove unnecessary (require 'custom).
8311
8312         * pgg-def.el: do.
8313
8314         * nnmail.el: do.
8315
8316         * gnus-undo.el: do.
8317
8318         * gnus-picon.el: do.
8319
8320         * gnus-util.el: do.
8321
8322 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8323
8324         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8325
8326 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8329         handle, as well as a list.
8330
8331         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8332         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8333         (mm-w3m-cid-retrieve): Simplify.
8334
8335 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8336
8337         * message.el (message-kill-to-signature): Allow prefix arg to
8338         specify number of lines to keep before signature.  From Vasily
8339         Korytov.
8340         (message-kill-to-signature): Change docstring.
8341
8342 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * canlock.el: Always require sha1-el.
8345         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8346
8347         * message.el: Autoload sha1 only when compiling.
8348
8349         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8350         eudc-expand-inline for XEmacs.
8351
8352 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * message.el (message-canlock-generate): Require sha1-el.
8355
8356 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
8357
8358         * message.el (message-expand-name): Silence the byte compiler.
8359
8360         * lpath.el: Add detect-coding-system.
8361
8362         * dgnushack.el (dgnushack-compile): Remove obsolete check for
8363         cus-edit.
8364
8365 2004-01-13  Simon Josefsson  <jas@extundo.com>
8366
8367         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
8368         Invoke gnus-score-mode.  Reported by
8369         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8370
8371         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
8372         Jim Blandy <jimb@redhat.com> (tiny change).
8373
8374 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8375
8376         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
8377
8378 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
8379
8380         * spam.el (spam-get-article-as-string): updated to use
8381         gnus-request-article-this-buffer, much simpler
8382         (spam-get-article-as-buffer): removed
8383
8384 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
8385
8386         * message.el (message-expand-name): Use EUDC if the user uses
8387         that.
8388
8389 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8390
8391         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
8392         character for the encoding to avoid consing a string.
8393
8394         * rfc2047.el (rfc2047-decode-string): Don't cons a string
8395         unnecessarily.
8396
8397         * mm-util.el (mm-replace-chars-in-string): Remove.
8398
8399         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
8400         of mm-replace-chars-in-string.
8401
8402 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
8403
8404         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
8405         strings.
8406
8407         * mm-util.el (mm-subst-char-in-string): Support inplace.
8408
8409         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
8410         a new string in every iteration.  Use shy groups.
8411
8412 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
8413
8414         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
8415         (gnus-group-change-level, gnus-kill-newsgroup)
8416         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
8417         (gnus-get-unread-articles, gnus-make-articles-unread)
8418         (gnus-make-ascending-articles-unread): Use accessor
8419         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
8420         to get group information for improved readability.
8421
8422         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
8423
8424         * gnus-soup.el (gnus-soup-group-brew): do.
8425
8426         * gnus-msg.el (gnus-put-message): do.
8427
8428         * gnus-move.el (gnus-group-move-group-to-server): do.
8429
8430         * gnus-kill.el (gnus-batch-score): do.
8431
8432         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
8433         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
8434         (gnus-group-update-group, gnus-group-read-group)
8435         (gnus-group-make-group, gnus-group-make-help-group)
8436         (gnus-group-make-archive-group, gnus-group-make-directory-group)
8437         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
8438         (gnus-group-sort-by-unread, gnus-group-catchup)
8439         (gnus-group-unsubscribe-group, gnus-group-kill-group)
8440         (gnus-group-yank-group, gnus-group-set-info)
8441         (gnus-group-list-groups): do.
8442
8443         * gnus.el (gnus-generate-new-group-name): do.
8444
8445         * gnus-delay.el (gnus-delay-send-queue): do.
8446
8447         * nnvirtual.el (nnvirtual-catchup-group): do.
8448
8449         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
8450         do.
8451
8452         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
8453         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
8454
8455         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
8456         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
8457         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
8458         (gnus-group-make-articles-read): do.
8459
8460 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8461
8462         * gnus-art.el (article-decode-mime-words, article-babel)
8463         (gnus-article-highlight-signature, gnus-article-add-buttons)
8464         (gnus-signature-toggle): Use gnus-with-article-buffer.
8465
8466         * gnus-art.el (gnus-article-highlight-headers)
8467         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
8468
8469         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
8470         (gnus-article-set-globals, gnus-request-article-this-buffer)
8471         (gnus-button-message-id, gnus-article-maybe-hide-headers)
8472         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
8473         (gnus-mime-display-alternative): Use with-current-buffer.
8474
8475 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8476
8477         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
8478         also under 80 char limit, and call gnus-error if needed
8479         (spam-fetch-article-header): finally fixed - it was a
8480         buffer-local variable (gnus-newsgroup-data)
8481         (spam-find-spam): use spam-generate-fake-headers, forget about
8482         spam-insert-fake-headers
8483         (spam-insert-fake-headers): removed
8484
8485 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8486
8487         * deuglify.el (gnus-article-outlook-unwrap-lines)
8488         (gnus-outlook-rearrange-article)
8489         (gnus-outlook-repair-attribution-outlook)
8490         (gnus-outlook-repair-attribution-block)
8491         (gnus-outlook-repair-attribution-other): Remove redundant
8492         save-excursion.
8493
8494 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8495
8496         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
8497         (spam-fetch-field-subject-fast)
8498         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
8499         (spam-fetch-article-header): new functions to deal with Gnus
8500         internals for fast retrieval of article header data
8501         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
8502
8503 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8504
8505         * pop3.el (pop3-md5): Remove.
8506         (pop3-apop): Replace pop3-md5 with md5.
8507
8508         * mm-bodies.el: base64 is always built-in.
8509
8510         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
8511         with-current-buffer.
8512
8513 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * canlock.el (canlock-insert-header): Remove excessive grouping in
8516         regexp.
8517
8518         * gnus-sum.el (gnus-summary-read-document): Ditto.
8519
8520         * gnus-uu.el (gnus-uu-part-number): Ditto.
8521
8522         * html2text.el (html2text-remove-tags): Ditto.
8523         (html2text-format-tags): Ditto.
8524         (html2text-format-single-elements): Ditto.
8525
8526         * mml.el (mml-parse-1): Ditto.
8527
8528 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8529
8530         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
8531
8532         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
8533
8534         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
8535
8536         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
8537
8538 2003-11-15  Simon Josefsson  <jas@extundo.com>
8539
8540         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
8541         (pgg-gpg-lookup-key): Use regexp match instead of
8542         split-string (split-string is different between emacs 21.2 and
8543         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
8544
8545 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8546
8547         * gnus-art.el (gnus-mime-view-all-parts)
8548         (gnus-article-part-wrapper, gnus-article-view-part): Use
8549         with-current-buffer.
8550
8551 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8552
8553         * spam.el (spam-disable-spam-split-during-ham-respool)
8554         (spam-spamoracle-database, spam-cache-lookups)
8555         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
8556         (spam-group-ham-mark-p, spam-group-spam-mark-p)
8557         (spam-group-ham-marks, spam-group-spam-marks)
8558         (spam-group-spam-contents-p, spam-group-ham-contents-p)
8559         (spam-list-of-processors, spam-list-of-statistical-checks): doc
8560         fix, also add spam-use-blackholes to the statistical checks
8561         (spam-fetch-field-fast): new interface to fetching fields, may
8562         become a macro
8563         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
8564         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
8565         (spam-insert-fake-headers): fake an article when needed
8566         (spam-find-spam): fake article when possible
8567         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
8568         (spam-check-bogofilter-headers): use message-fetch-field instead
8569         of nnmail-fetch-field
8570
8571 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
8574
8575 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8576
8577         * spam.el (spam-split): do not require spam-use-CHECK to be
8578         enabled if that check is passed to spam-split explicitly; also
8579         fix so 'spam doesn't get converted to spam-split-group when
8580         spam-split-symbolic-return is t
8581         (spam-find-spam): find registrations of the article and use those
8582         instead of re-running spam-split to find the spam/ham
8583         classification of the article
8584         (spam-log-processing-to-registry, spam-log-registered-p)
8585         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8586         use gnus-error instead of gnus-message
8587         (spam-log-registration-type): new function to determine the
8588         classification of a message based on registry entries; will
8589         return nil if both 'spam and 'ham are found
8590         (spam-check-BBDB): expand all the BBDB macros here so we can have
8591         a reasonably fast local cache without the loading errors
8592         (spam-cache-lookups): set to t by default
8593         (spam-find-spam): don't try to guess spam-cache-lookups
8594         (spam-enter-whitelist, spam-enter-blacklist): also clear the
8595         spam-caches entry
8596         (spam-filelist-build-cache, spam-filelist-check-cache): better
8597         caching of whitelist/blacklist entries
8598         (spam-check-whitelist, spam-check-blacklist): invoke
8599         spam-from-listed-p with a type, not a cache variable
8600         (spam-from-listed-p): wrap around spam-filelist-check-cache
8601
8602 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8603
8604         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
8605
8606         * nnmail.el (nnmail-split-fancy): do.
8607
8608         * mml.el (mml-parse): do.
8609
8610         * gnus-score.el (gnus-enter-score-words-into-hashtb)
8611         (gnus-score-adaptive): do.
8612
8613 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
8616         (gnus-mime-button-map): Don't set keymap parent.
8617         (gnus-button-ctan-directory-regexp): Use shy grouping.
8618         (gnus-prev-page-map): Don't set keymap parent.
8619         (gnus-prev-page-map): Remove duplicated one.
8620         (gnus-next-page-map): Don't set keymap parent.
8621         (gnus-mime-security-button-map): Ditto.
8622
8623         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
8624         version number.
8625
8626         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
8627
8628 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * canlock.el (canlock-sha1-function): Remove.
8631         (canlock-sha1-function-for-verify): Remove.
8632         (canlock-openssl-program): Remove.
8633         (canlock-openssl-args): Remove.
8634         (canlock-ignore-errors): Remove.
8635         (canlock-sha1-with-openssl): Remove.
8636         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
8637         (canlock-verify): Don't use canlock-ignore-errors.
8638
8639         * sha1-el.el (sha1-string-external): Make it can return a string
8640         in binary form.
8641         (sha1-region-external): Ditto.
8642         (sha1-string-internal): Ditto.
8643         (sha1-region-internal): Ditto.
8644         (sha1-region): Ditto.
8645         (sha1-string): Ditto.
8646         (sha1): Ditto.
8647
8648 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * spam.el (spam-report-articles-gmane): New command.
8651
8652 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus.el: Don't make unnecessary *Group* buffer when loading.
8655
8656         * run-at-time.el (run-at-time-saved): Remove.
8657         (run-at-time): Doc fix.
8658
8659 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8660
8661         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
8662         (gnus-summary-limit-map): Add it.
8663         (gnus-summary-make-menu-bar): do.
8664
8665 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
8666
8667         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
8668         first attempt at some caching support (done for BBDB only now)
8669         (spam-find-spam): set spam-cache-lookups if there are more than 2
8670         addresses to be checked
8671         (spam-clear-cache-BBDB): new function, to be invoked by
8672         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
8673         (spam-check-BBDB): check and use the caches, if
8674         spam-cache-lookups is on
8675         remove superfluous (provide)
8676
8677 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
8680
8681 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
8682
8683         * run-at-time.el (run-at-time-saved): Move to after the definition
8684         of `run-at-time'.
8685
8686         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
8687
8688 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
8691         mm-w3m-local-map-property.
8692
8693         * mm-view.el (mm-w3m-mode-map): Remove.
8694         (mm-w3m-local-map-property): Remove.
8695         (mm-inline-text-html-render-with-w3m): Don't use
8696         mm-w3m-local-map-property.
8697
8698 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * run-at-time.el: New file.
8701
8702         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
8703         under Emacs.
8704
8705         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
8706         of gnus-set-text-properties.
8707
8708         * gnus-uu.el (gnus-uu-save-article): Ditto.
8709
8710         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
8711
8712         * gnus-cite.el (gnus-cite-parse): Ditto.
8713
8714         * gnus-art.el (gnus-button-push): Use set-text-properties instead
8715         of gnus-.
8716
8717         * gnus-xmas.el (run-at-time): Require run-at-time.
8718
8719         * gnus.el: Changed calls to nnheader-run-at-time and
8720         password-run-at-time throughout to use run-at-time directly.
8721
8722         * password.el: Removed definition of run-at-time.
8723
8724         * nnheaderxm.el: Remove definition of run-at-time.
8725
8726 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
8727
8728         * mml.el (mml-minibuffer-read-disposition): Show attachment type
8729         in prompt.
8730
8731 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8732
8733         * messagexmas.el (message-xmas-redefine): Alias
8734         `message-make-caesar-translation-table' to
8735         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
8736         version.
8737
8738         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
8739         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
8740         `gnus-xmas-set-text-properties'.
8741         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
8742         `gnus-xmas-completing-read'.
8743         (gnus-xmas-completing-read): Removed.
8744         (gnus-xmas-open-network-stream): Removed.
8745
8746         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
8747         XEmacs version.
8748
8749         * dns.el (dns-make-network-process): Use `open-network-stream'
8750         instead of `gnus-xmas-open-network-stream'.
8751
8752         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
8753
8754         * .cvsignore: Add auto-autoloads.el, custom-load.el.
8755
8756 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8757
8758         * gnus-art.el (gnus-mime-display-alternative)
8759         (gnus-insert-mime-button, gnus-insert-mime-security-button)
8760         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
8761         Don't use gnus-local-map-property.
8762
8763         * gnus-util.el (gnus-local-map-property): Remove.
8764
8765         * mm-view.el (mm-view-pkcs7-decrypt): Replace
8766         gnus-completing-read-maybe-default with completing-read.
8767
8768         * gnus-util.el (gnus-completing-read): do.
8769         (gnus-completing-read-maybe-default): Remove.
8770
8771 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8772
8773         * password.el: Only autoload `run-at-time' if not XEmacs.
8774         Only autoload the itimer functions if XEmacs.
8775
8776 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
8779         XEmacsen.
8780
8781         * dgnushack.el: Autoload executable-find for XEmacs.
8782
8783 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8784
8785         * gnus-art.el (gnus-read-string): Remove.
8786         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
8787         read-string.
8788
8789 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
8790
8791         * netrc.el: autoload password-read
8792         (netrc): new configuration group
8793         (netrc-encoding-method, netrc-openssl-path): configuration
8794         variables for encoding and decoding of files with symmetric
8795         ciphers
8796         (netrc-encode): assistant function to encode a file with
8797         netrc-encoding-method
8798         (netrc-parse): added interactive parameter, added optional
8799         decoding if netrc-encoding-method is non-nil but otherwise
8800         behavior is standard
8801         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
8802         s/encode/encrypt/ everywhere
8803
8804         * spam.el: remove executable-find autoload
8805
8806 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8807
8808         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
8809
8810         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
8811
8812 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * gnus-art.el (gnus-treat-ansi-sequences,
8815         article-treat-ansi-sequences): New variable and function.
8816         Suggested by Dan Jacobson <jidanni@jidanni.org>.
8817
8818         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
8819         Use it.
8820
8821 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8822
8823         * mm-util.el (mm-quote-arg): Remove.
8824
8825         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
8826         shell-quote-argument.
8827
8828         * gnus-uu.el (gnus-uu-command): do.
8829
8830         * gnus-sum.el (gnus-summary-insert-pseudos): do.
8831
8832         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
8833         with make-char.
8834
8835         * mm-util.el (mm-make-char): Remove.
8836
8837         * mml.el (mml-mode): Replace gnus-add-minor-mode with
8838         add-minor-mode.
8839
8840         * gnus-undo.el (gnus-undo-mode): do.
8841
8842         * gnus-topic.el (gnus-topic-mode): do.
8843
8844         * gnus-sum.el (gnus-dead-summary-mode): do.
8845
8846         * gnus-start.el (gnus-slave-mode): do.
8847
8848         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
8849
8850         * gnus-ml.el (gnus-mailing-list-mode): do.
8851
8852         * gnus-gl.el (gnus-grouplens-mode): do.
8853
8854         * gnus-draft.el (gnus-draft-mode): do.
8855
8856         * gnus-dired.el (gnus-dired-mode): do.
8857
8858         * gnus-ems.el (gnus-add-minor-mode): Remove.
8859
8860         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8861         Replace gnus-char-width with char-width.
8862
8863         * gnus-ems.el (gnus-char-width): Remove.
8864
8865         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8866         Replace gnus-char-width with char-width.
8867
8868         * gnus-ems.el (gnus-char-width): Remove.
8869
8870         * spam-stat.el (with-syntax-table): Remove with-syntax-table
8871         definition.
8872         Remove Emacs 20 hash table compatibility code.
8873
8874         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
8875         20 compatibility code.
8876
8877         * spam.el (spam-point-at-eol): Replace with point-at-eol.
8878
8879         * smime.el (smime-point-at-eol): Replace with point-at-eol.
8880
8881         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
8882         with point-at-{eol,bol}.
8883
8884         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
8885
8886         * imap.el (imap-point-at-eol): Replace with point-at-eol.
8887
8888         * flow-fill.el (fill-flowed-point-at-bol,
8889         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
8890
8891         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
8892         Replace with point-at-{eol,bol} throughout all files.
8893
8894 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * ntlm.el (ntlm-string-as-unibyte): New macro.
8897         (ntlm-build-auth-response): Use it.
8898
8899         Remove Emacs 20 stuff:
8900         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
8901         (butlast, mapc, remove): Remove the compiler macros.
8902         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
8903         of delq and copy-sequence.
8904         * gnus-art.el (popup-menu): Remove the compiler macro.
8905         * nnmail.el (nnmail-split-fancy): Don't support customizing with
8906         Emacs 20.
8907
8908 2004-01-05  Simon Josefsson  <jas@extundo.com>
8909
8910         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
8911         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
8912         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
8913         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
8914         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
8915         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
8916         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
8917         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
8918         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
8919         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
8920         ntlm-string-permute, string-lshift into ntlm-string-lshift,
8921         string-xor into ntlm-string-xor.  Suggested by
8922         Jesper Harder <harder@myrealbox.com>.
8923
8924         * ntlm.el: Don't include poem.
8925
8926         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
8927         Jesper Harder <harder@myrealbox.com>.
8928
8929         * sasl-ntlm.el, ntlm.el, md4.el: New files.
8930
8931         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
8932         probably breaks emacs with DL patch, but do we care? Is anyone
8933         still using the DL stuff?)
8934
8935         * sieve-manage.el: Use the password package.
8936         (sieve-manage-read-passwd): Remove.
8937         (sieve-manage-interactive-login): Use password.  Re-add
8938         condition-case around loop.
8939
8940         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
8941         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
8942         the password package.
8943
8944 2003-02-19  Simon Josefsson  <jas@extundo.com>
8945
8946         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
8947         token.
8948
8949 2002-08-07  Simon Josefsson  <jas@extundo.com>
8950
8951         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
8952         (sieve-manage-authenticators):
8953         (sieve-manage-authenticator-alist): Add some SASL mechs.
8954         (sieve-sasl-auth): New function.
8955         (sieve-manage-cram-md5-auth):
8956         (sieve-manage-plain-auth): Rewrite using SASL library.
8957         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
8958         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
8959         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
8960         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
8961
8962 2004-01-05  Simon Josefsson  <jas@extundo.com>
8963
8964         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
8965         New files.
8966
8967 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8968
8969         * gnus-group.el (gnus-no-groups-message): Update.
8970
8971         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
8972
8973 2003-11-09  Simon Josefsson  <jas@extundo.com>
8974
8975         * imap.el: Support for ID IMAP extension (RFC 2971).
8976         (imap-local-variables): Add imap-id.
8977         (imap-id): New variable.
8978         (imap-id): New function.
8979         (imap-parse-response): Parse untagged ID response.
8980         * nnimap.el (nnimap-id): New variable.
8981         (nnimap-open-connection): Use it.
8982
8983 2003-12-28  Simon Josefsson  <jas@extundo.com>
8984
8985         * gnus-score.el (gnus-score-edit-all-score): New.
8986         * gnus-group.el (gnus-group-score-map): Bind it to W e.
8987
8988 2004-01-04  Simon Josefsson  <jas@extundo.com>
8989
8990         * password.el: Add.
8991
8992 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
8993
8994         * dns.el: Add support for AAAA records (see RFC 3596)
8995
8996         * Fix typo PRT -> PTR
8997
8998         * Parse MX, PTR and SOA replies (see RFC 1035)
8999
9000 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9003
9004         * Moved to Changelog.2.
9005
9006 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * gnus.el (gnus-version-number): Bump version.
9009
9010 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9011
9012         * gnus.el: No Gnus v0.1 is released.
9013
9014 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9015
9016         * gnus.el: No Gnus v0.0 is released.
9017
9018 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9019
9020         * gnus.el (gnus-version-number): Bump.
9021         (gnus-version): No.
9022
9023 See ChangeLog.2 for earlier changes.
9024
9025     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9026   Copying and distribution of this file, with or without modification,
9027   are permitted provided the copyright notice and this notice are preserved.
9028
9029 ;; Local Variables:
9030 ;; coding: iso-2022-7bit
9031 ;; fill-column: 79
9032 ;; End:
9033
9034 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4