ac5ca5785f3ccc50b64bc9ba0e9ac3adeb861e0a
[gnus] / lisp / ChangeLog
1 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4
5 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8
9 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10
11         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12         first matching secret key.
13         (mml2015-epg-encrypt): Ditto.
14
15         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16         first matching secret key.
17         (mml1991-epg-encrypt): Ditto.
18
19         * mml2015.el (mml2015-encrypt-to-self): New user option.
20         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
21         mml2015-epg-encrypt-to-self is set.
22
23         * mml1991.el (mml1991-encrypt-to-self): New variable.
24         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
25         mml1991-epg-encrypt-to-self is set.
26
27         * mml2015.el (mml2015-signers): New user option.
28         (mml2015-epg-sign): Reflect the value of mml2015-signers.
29         (mml2015-epg-encrypt): Allow to select signing keys.
30
31         * mml1991.el (mml1991-signers): New variable.
32         (mml1991-epg-sign): Reflect the value of mml1991-signers.
33         (mml1991-epg-encrypt): Allow to select signing keys.
34
35 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * nnheader.el (nnheader-insert-head): Make it work even if the file
38         uses CRLF for the line-break code.
39
40 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
41
42         * mml2015.el: Require mml-sec instead of password.
43         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
44         (mml2015-cache-passphrase): Inherit the default value from
45         mml-secure-cache-passphrase.
46         (mml2015-passphrase-cache-expiry): Inherit the default value from
47         mml-secure-passphrase-cache-expiry.
48
49         * mml1991.el: Require mml-sec instead of password.
50         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
51         (mml1991-cache-passphrase): Inherit the default value from
52         mml-secure-cache-passphrase.
53         (mml1991-passphrase-cache-expiry): Inherit the default value from
54         mml-secure-passphrase-cache-expiry.
55
56         * mml-sec.el: Require password.
57         (mml-secure-verbose): New user option.
58         (mml-secure-cache-passphrase): New user option.
59         (mml-secure-passphrase-cache-expiry): New user option.
60
61 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
62
63         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
64         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
65         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
66
67 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
68
69         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
70         workaround for the url package included with Emacs.
71
72         * nnweb.el (nnweb-google-create-mapping): Update regexp.
73
74 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
77         correctly.  This fixes a bug caused by the 2006-05-12 change.
78
79 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
80
81         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
82         string.
83
84 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
85
86         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
87
88 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
89
90         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
91
92 2006-07-10  Daiki Ueno <ueno@unixuser.org>
93
94         * mml1991.el (mml1991-function-alist): Add epg.
95         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
96         (mml1991-epg-encrypt): New functions.
97
98 2006-07-10  Daiki Ueno <ueno@unixuser.org>
99
100         * mml2015.el (mml2015-verbose): New variable.
101         (mml2015-cache-passphrase): Ditto.
102         (mml2015-passphrase-cache-expiry): Ditto.
103         (mml2015-function-alist): Add epg.
104         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
105         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
106         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
107         functions.
108
109 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
110
111         * message.el (message-cite-original-1): Preserve region when removing
112         quoted text due to X-No-Archive in order to avoid bogus attribution
113         when citing multiple messages.
114
115 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
116
117         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
118         Kenneth Jacker <khj@be.cs.appstate.edu>.
119
120 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
121
122         * gnus-diary.el (gnus-user-format-function-d)
123         (gnus-user-format-function-D): Autoload.
124
125         * imap.el (Commentary): Fix typo.
126
127         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
128         2006-04-22 contribution.
129
130 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
131
132         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
133         It didn't really fix the bogosity I'm seeing with solid web groups.
134
135 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
136
137         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
138         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
139         created using server names.  If we use the feature without declaring
140         it, Gnus does not properly manage server and group state.
141
142         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
143         bound.
144
145 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
146
147         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
148         looking up the method using GROUP's prefix before inventing a new one.
149         It is used on killed/unknown groups in various places where returning
150         an all-new method isn't expected by the caller.
151
152         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
153         and match semantics of gnus-group-real-prefix.
154
155 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
156
157         * nnmail.el (nnmail-broken-references-mailers): New variable.
158         (nnmail-ignore-broken-references): New function generalizing
159         nnmail-fix-eudora-headers.
160         (nnmail-fix-eudora-headers): Now obsolete.
161
162         * gnus-art.el (gnus-button-handle-custom): Support
163         `customize-apropos*'.
164
165 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
168
169         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
170         articles.
171
172 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
173
174         * message.el (message-cite-reply-above): New variable.
175         (message-yank-original): Use it.
176
177 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
180
181 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
182
183         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
184         as read.
185
186         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
187
188 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
189
190         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
191         (gnus-bookmark-default-file): Use gnus-directory.
192         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
193         Remove "*" in doc string.
194         (gnus-bookmark-write-file): Simplify.
195         (gnus-bookmark-maybe-sort-alist): Use `when'.
196         (gnus-bookmark-get-bookmark): Fix typo in doc string.
197         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
198         FIXME about Emacs 21 and XEmacs compatibility.
199         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
200         compatibility.
201         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
202         compatibility.
203         (gnus-bookmark-menu-heading): Fix version.
204
205 2006-06-19  Bastien Guerry  <bzg@altern.org>
206
207         * gnus-bookmark.el: New file.
208
209 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * message.el (message-syntax-checks): Doc fix.
212
213 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
214
215         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
216         unsubscribed groups as if they were killed ones.  It causes duplicate
217         entries in gnus-newsrc-alist.
218
219 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * message.el (message-syntax-checks): Doc fix.
222         (message-send-mail): Add check for continuation headers.
223         (message-check-news-header-syntax): Fix regexp used to check for
224         continuation headers.
225
226 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
229
230 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
231
232         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
233
234 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
237         default-truncate-lines.
238
239 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
242         to fill the utf-8 entry.
243
244         * lpath.el: Fbind unicode-precedence-list.
245
246 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
247
248         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
249
250 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
251
252         * gnus-agent.el (directory-files-and-attributes): Move all the way
253         forward (the third and final move).
254         (gnus-agent-read-agentview): Trap reconstruction errors due to
255         nonexistant directory.  Handle by returning nil.
256
257 2006-05-30  Didier Verna  <didier@xemacs.org>
258
259         * message.el (message-dont-reply-to-names): Update the custom type.
260         * message.el (message-dont-reply-to-names): New defsubst: potentially
261         convert a list of regexps into a single one.
262         * message.el (message-get-reply-headers): Use it.
263         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
264
265 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * gnus-agent.el (directory-files-and-attributes): Move forward.
268
269 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
270
271         * gnus-ml.el (gnus-mailing-list-subscribe)
272         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
273         (gnus-mailing-list-message): Fix doc strings.
274
275 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
276
277         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
278         of doing it manually.
279
280 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
281
282         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
283         comment.
284
285 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
286
287         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
288         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
289         (gnus-agent-read-local): All symbols allocated in my-obarray
290         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
291         (gnus-agent-regenerate-group): Check numeric names to see if they are
292         messages or groups.
293         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
294         better way of do this...)
295
296         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
297         'dummy.group' (there should be a better way of do this...)
298
299 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
302         (gnus-saved-headers): Ditto.
303         (gnus-default-article-saver): Mention functions may have properties.
304         (gnus-article-save): Override gnus-save-all-headers and
305         gnus-saved-headers by :headers property which saver function may have.
306         (gnus-summary-save-in-file): Add :headers property.
307         (gnus-summary-write-to-file): Ditto.
308
309         * gnus-sum.el (gnus-summary-save-article): Bind
310         gnus-prompt-before-saving to t when saving many articles in a file;
311         always show all headers.
312
313         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
314
315 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
316
317         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
318         marks.
319
320         * message.el (message-indent-citation): Add optional arguments to allow
321         using it outside of message buffers.
322
323         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
324         (gnus-article-treat-unfold-headers): Use it.
325         (gnus-article-truncate-lines): New variable.
326         (gnus-article-mode): Use it.
327         (gnus-article-toggle-truncate-lines): New function.
328
329         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
330         gnus-article-toggle-truncate-lines.
331
332         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
333         coding system in XEmacs, use binary.
334
335 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
338         after-load-alist.
339
340         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
341         this function should save decoded articles.
342         (gnus-summary-write-to-file): Use property to specify this function
343         should save decoded articles and specify gnus-summary-save-in-file
344         should be used to save articles other than the first one when saving
345         many articles.
346         (gnus-summary-save-body-in-file): Use property to specify this
347         function should save decoded articles.
348         (gnus-summary-write-body-to-file): Use property to specify this
349         function should save decoded articles and specify
350         gnus-summary-save-body-in-file should be used to save articles other
351         than the first one when saving many articles.
352
353         * gnus-sum.el (gnus-summary-save-article): Simplify.
354
355 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
356
357         * gnus-art.el (gnus-default-article-saver): Add
358         gnus-summary-write-body-to-file.
359         (gnus-article-save-coding-system): Don't use coding system object
360         in XEmacs.
361         (gnus-read-save-file-name): Add optional `dir-var' argument which
362         specifies directory in which files are saved; work even if optional
363         `variable' argument is not specified.
364         (gnus-summary-write-to-file): Read file name.
365         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
366         (gnus-summary-write-body-to-file): New function.
367
368         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
369         (gnus-summary-local-variables): Add it.
370         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
371         (gnus-summary-save-article): Remove optional `decode' argument;
372         determine whether to decode articles by the value of
373         gnus-default-article-saver; when saving many files using
374         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
375         it first and use gnus-summary-save-in-file or
376         gnus-summary-save-body-in-file thereafter unless
377         gnus-prompt-before-saving is always; move point to article which
378         will be saved.
379         (gnus-summary-save-article-file): Revert.
380         (gnus-summary-write-article-file): Revert.
381         (gnus-summary-save-article-body-file): Revert.
382         (gnus-summary-write-article-body-file): New function.
383
384 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-art.el (gnus-default-article-saver): Doc fix.
387         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
388         from gnus-summary-save-article-coding-system, and default to a
389         certain coding system.
390         (gnus-output-to-file): Add coding cookie and encode text according
391         to gnus-article-save-coding-system; don't use mm-append-to-file.
392
393         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
394         gnus-art.el and rename to gnus-article-save-coding-system.
395         (gnus-summary-save-article): Require gnus-art; don't show all
396         headers if it decodes articles; don't add coding cookie here;
397         don't bind mm-text-coding-system-for-write.
398         (gnus-summary-save-article-file): Save decoded articles.
399         (gnus-summary-write-article-file): When saving many files, use
400         gnus-summary-write-to-file first and gnus-summary-save-in-file
401         thereafter unless gnus-prompt-before-saving is always.
402         (gnus-summary-save-article-body-file): Save decoded articles.
403
404         * lpath.el: Fbind select-safe-coding-system for XEmacs.
405
406 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
407
408         * nnrss.el (nnrss-check-group): Bind hash-index.
409
410 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
411
412         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
413         its hash index.  Store this hash in `nnrss-group-data'.
414         (nnrss-read-group-data): Update accordingly.
415
416 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
417
418         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
419         entry.
420
421         * gnus-sum.el (gnus-summary-make-menu-bar): Add
422         gnus-article-browse-html-article.
423
424 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
425
426         * gnus-sum.el (gnus-summary-mime-map): Add
427         gnus-article-browse-html-article.
428
429         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
430
431 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
432
433         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
434         suitable coding systems in customize.
435
436 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
437
438         * mail-source.el (mail-sources): Fix custom type.
439
440 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
441
442         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
443         (gnus-summary-expire-articles-now): Shorten prompt.
444
445         * gmm-utils.el (wid-edit): Require.
446         (defun-gmm): Renamed from `gmm-defun-compat'.
447         (gmm-image-search-load-path): Use it.
448         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
449
450 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * gnus-sum.el (gnus-summary-save-article-coding-system): New
453         variable.
454         (gnus-summary-save-article): Add optional `decode' argument.  If
455         it is set and gnus-summary-save-article-coding-system is non-nil,
456         save decoded article.
457         (gnus-summary-write-article-file): Save decoded article if
458         gnus-summary-save-article-coding-system is non-nil.
459
460         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
461         type.
462
463 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
466
467 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
470         first to test gnus-single-article-buffer which may be buffer-local.
471
472         * gnus-sum.el (gnus-summary-setup-buffer): Make
473         gnus-single-article-buffer buffer-local and nil in ephemeral
474         group; make gnus-article-buffer, gnus-article-current, and
475         gnus-original-article-buffer always buffer-local.
476         (gnus-summary-exit): Kill article buffer belonging to ephemeral
477         group.
478         (gnus-handle-ephemeral-exit): Don't move to next summary line.
479
480 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
481
482         * nnml.el (nnml-request-compact-group): Compressed files might not
483         have .gz extension.
484
485 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
486
487         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
488         (mm-copy-to-buffer): Use with-current-buffer.
489         (mm-display-part): Simplify.
490         (mm-inlinable-p): Add optional arg `type'.
491
492 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
493
494         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED
495         argument.
496         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
497         Try harder to show the attachment internally or externally using
498         gnus-mime-view-part-as-type.
499
500 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
501
502         * message.el (message-from-style, message-signature-separator)
503         (message-user-organization-file, message-send-mail-function)
504         (message-citation-line-function, message-yank-prefix)
505         (message-indent-citation-function, message-signature)
506         (message-signature-file, message-signature-insert-empty-line):
507         Remove autoloads.
508
509         * gnus-art.el (gnus-buttonized-mime-types): Remove
510         "multipart/signed".  Revert 2006-04-26 change.
511
512 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus.el (gnus-version-number): Bump version.
515
516 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
517
518         * gnus.el: No Gnus v0.5 is released.
519
520 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
521
522         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
523         fetching articles by message-id.
524
525 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * message.el (hashcash): Require hashcash as normal.
528
529         * ecomplete.el (ecomplete-highlight-match-line): Use
530         point-at-eol.
531         (ecomplete-highlight-match-line): Use `highlight', because that
532         face exists in both Emacs and XEmacs.
533
534         * message.el (message-display-abbrev): Use point-at-bol.
535
536         * mail-source.el: Don't require timer/timer-funcs.
537
538         * gnus-async.el: Ditto.
539
540         * password.el: Ditto.
541
542         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
543
544         * mm-url.el: Ditto.
545
546         * gnus-xmas.el: Don't require timer-funcs.
547
548         * mm-util.el: Require timer/timer-funcs.
549
550 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
551
552         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
553         Close.
554
555 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
558         unibyte after clear-decrypt function runs.
559
560         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
561         returns as a unibyte string.
562
563 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * lpath.el: Revert.
566
567         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
568         (pgg-gpg-process-sentinel): Revert.
569
570         * pgg-pgp.el (pgg-pgp-process-region): Revert.
571         (pgg-pgp-lookup-key): Revert.
572
573         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
574         (pgg-pgp5-lookup-key): Revert.
575
576         * pgg.el (pgg-fetch-key): Revert.
577
578 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * lpath.el: Fbind string-as-multibyte for XEmacs.
581
582         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
583         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
584         (mml1991-pgg-encrypt): Ditto.
585
586         * pgg-gpg.el (pgg-string-to-multibyte): New function.
587         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
588         a multibyte buffer.
589
590         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
591         (pgg-pgp-lookup-key): Ditto.
592
593         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
594         (pgg-pgp5-lookup-key): Ditto.
595
596         * pgg.el (pgg-fetch-key): Ditto.
597
598 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
599
600         * message.el (message-user-organization-file): Check several
601         locations of the organization file.
602
603         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
604         Add gnus-article-view-part-as-type.
605
606         * gnus-art.el (gnus-article-view-part-as-type): New function.
607
608         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
609         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
610
611         * mml.el: Simplify autoload.
612         (mml-mode): defvar dnd-protocol-alist instead of using
613         symbol-value.
614         (mml-default-directory): New variable.
615         (mml-minibuffer-read-file): Use it.
616         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
617
618         * message.el (message-citation-line-format): New variable.
619         (message-insert-formated-citation-line): New function.
620         (message-citation-line-function): Add
621         `message-insert-formated-citation-line' to custom type.
622
623         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
624         to doc string.
625
626         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
627         depending on mm-verify-option.
628
629 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
632         binding pgg-* variables; reimplement the section which prevents
633         MIME header from being signed.
634         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
635         pgg-text-mode; remove a blank line at the top of body.
636
637         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
638         lines at the top of body; use gnus-newsgroup-charset if there's no
639         Charset header.
640
641 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * message.el (message-self-insert-commands): Doc fix.
644
645         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
646         (mm-uu-pgp-encrypted-test): Ditto.
647         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
648         between header and body; return application/pgp-encrypted handle
649         if decryption failed; decode decrypted body by charset.
650
651         * mm-decode.el (mm-automatic-display): Don't make application/pgp
652         element match to application/pgp-*.
653
654 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
655
656         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
657         HTML.
658
659 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * mail-source.el (mail-source-call-script): Message the error
662         string.
663
664 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * gnus-util.el (gnus-byte-compile): Use it.
667
668 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
669
670         * gnus-util.el (kill-empty-logs): New function.
671
672 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * message.el (message-mail-alias-type): Doc fix.
675         (message-mail-alias-type-p): New function.
676         (message-send): Use it.
677         (message-mode): Ditto.
678         (message-strip-forbidden-properties): Ditto.
679
680         * ecomplete.el (ecomplete-database-file-coding-system): New
681         variable.
682         (ecomplete-save): Use it.
683         (ecomplete-setup): Use it.
684
685 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * message.el (message-self-insert-commands): New variable.
688         (message-strip-forbidden-properties): Use it.
689
690 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * message.el (message-put-addresses-in-ecomplete): Use a regexp
693         that doesn't make XEmacs choke.
694
695 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
696
697         * gnus-util.el (gnus-replace-in-string): Prefer
698         replace-regexp-in-string over of replace-in-string.
699
700 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * gnus-util.el (gnus-select-frame-set-input-focus): Use
703         select-frame-set-input-focus if it is available in XEmacs; use
704         definition defined in Emacs 22 for old Emacsen.
705
706         * dgnushack.el: Autoload unmorse-region for XEmacs.
707
708         * lpath.el: Bind cursor-in-non-selected-windows and
709         select-frame-set-input-focus for XEmacs.
710
711 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * mm-view.el (mm-inline-text): Use equal instead of equalp.
714
715 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
716
717         * gnus-registry.el (gnus-registry-cache-save): remove text
718         properties when saving via the temp buffer
719
720 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
721
722         * message.el (message-generate-hashcash): Honor custom type.
723
724 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * message.el (message-generate-hashcash): Default to non-nil when
727         hashcash is found.
728
729         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
730         (gnus-refer-thread-limit): Increase default to 500.
731
732         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
733
734         * flow-fill.el (fill-flowed): Allow delete-space.
735
736 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
737
738         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
739         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
740         Remove autoloads.
741
742 2006-04-18  Simon Josefsson  <jas@extundo.com>
743
744         * message.el (message-generate-hashcash): Default to.
745
746 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
749         concatenating segments rather than before concatenating them.
750
751 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
752
753         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
754
755 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
758
759         * message.el (message-forward-make-body-plain): Allow
760         message-forward-ignored-headers to be a list.
761         (message-remove-ignored-headers): Factor out into function.
762         (message-forward-make-body-mml): Use it.
763
764         * imap.el (imap-quote-specials): New function.
765         (imap-login-auth): Quote specials.
766
767         * rfc2231.el (rfc2231-parse-string): Remove dead code.
768         (rfc2231-parse-string): Allow concatanation of parameters that
769         aren't contiguous.  The test case is
770           (mail-header-parse-content-type "message/external-body;
771             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
772             access-type=LOCAL-FILE;
773             name*1*=plugh%2fhello-sailor%2fbing.pdf")
774
775 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
776
777         * nntp.el (nntp-accept-process-output): Return the value of
778         `nnheader-accept-process-output'.
779
780 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
783         (gnus-button-alist): Recognize more diff formats.
784         (gnus-button-patch): Strip directory.
785
786 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
787
788         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
789         Emacs 22 when setting focus.
790
791 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus-art.el (gnus-article-treat-types): Do treatment of
794         text/x-verbatim parts.
795         (gnus-button-patch): New command.
796
797         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
798         addresses that contain invalid characters.
799
800 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * message.el (message-put-addresses-in-ecomplete): Use
803         gnus-replace-in-string.
804         (message-is-yours-p): Use the more correct
805         mail-header-parse-address instead of
806         mail-extract-address-components.
807         (message-put-addresses-in-ecomplete): Fix typo.
808
809         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
810         keystroke.
811
812         * gnus-art.el (gnus-treatment-function-alist): Change order of
813         newsgroups/generic header folding to avoid double-folding.
814
815         * message.el (message-hidden-headers): Add X-Draft-From.
816
817         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
818         command.
819         (gnus-summary-repeat-search-article-backward): New command.
820
821         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
822         groups in the parent topic.
823
824 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
825
826         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
827         (spam-extra-header-to-number): Return the CRM114 number as a
828         number instead of a string.
829
830 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-art.el (gnus-face-properties-alist): Moved here from
833         gnus-fun.
834
835         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
836
837 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * message.el (message-strip-forbidden-properties): Only display on
840         self-insert-command.
841
842         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
843         reindent.
844         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
845
846 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
847
848         * smiley.el (smiley-style): Fix typo.
849
850 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
851
852         * hashcash.el (hashcash-insert-payment-async-2): Use
853         message-goto-eoh instead of doing it manually.
854         (mail-add-payment): Use message-narrow-to-header instead of trying
855         to do the same itself.
856
857         * message.el (message-hidden-headers): Add Face.
858
859         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
860         reparenting code.
861         (gnus-summary-reparent-children): Refactored out code.
862         (gnus-summary-thread-map): New keystroke.
863         (gnus-summary-reparent-children): Make into command.
864
865         * smiley.el (smiley-style): Default to `medium' if using a large
866         font.
867
868         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
869         does it itself.
870
871         * message.el (message-point-in-header-p): Simplify definition.
872
873 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * nnagent.el (nnagent-request-set-mark): Silence log file
876         writing.
877         (nnagent-request-set-mark): Use write-region instead of
878         append-to-file.
879
880         * gnus-sum.el (gnus-read-header): Fudge article number if using a
881         strange select method.
882
883         * ecomplete.el (ecomplete-display-matches): Get highlightling
884         right.
885         (ecomplete-display-matches): Use literals.
886         (ecomplete-display-matches): Disable message logging.
887
888         * message.el (message-display-abbrev): Small optimization.
889
890         * ecomplete.el (ecomplete-display-matches): Allow automatic
891         display.
892
893         * message.el (message-strip-forbidden-properties): Display
894         abbrevs.
895         (message-display-abbrev): Get automatic display right.
896
897         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
898         keystrokes.
899
900 2006-04-13  Romain Francoise  <romain@orebokech.com>
901
902         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
903         Moved here (and renamed) from gnus-registry.el.
904
905         * gnus-registry.el: Require gnus-util.
906         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
907
908 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * gnus-group.el (gnus-group-catchup-current): Change
911         if-then-else-if-then-else into cond.
912         (gnus-group-catchup): Indent.
913         (group-name-at-point): New function.
914         (gnus-fetch-group): Provide default from thing at point.
915
916 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * message.el (message-display-abbrev): Fix regexp.
919
920         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
921         choosing.
922         (ecomplete-highlight-match-line): Fix up code rewrite, remove
923         dead variables.
924
925         * message.el (message-newline-and-indent): Remove debugging.
926         (message-display-abbrev): Use new implementation.
927
928 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
929
930         * gnus-art.el (gnus-article-mode): Set
931         cursor-in-non-selected-windows to nil.
932
933         * smiley.el: Revert previous change.
934         (smiley-data-directory): defvar it before using it in the
935         defcustom of `smiley-style'.
936
937 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * message.el (message-newline-and-indent): New function.
940
941         * ecomplete.el: Implement more bits.
942
943         * message.el (message-put-addresses-in-ecomplete): Clean up the
944         string.
945
946         * ecomplete.el (ecomplete-add-item): Chop off decimals.
947
948         * gnus-sum.el (gnus-summary-save-parts): Bind
949         gnus-summary-save-parts-counter and use it to make unique file
950         names.
951
952         * gnus-art.el (gnus-ignored-headers): Add some more headers.
953
954         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
955         parameter to say whether to actually parse the individual
956         addresses.
957
958         * message.el (message-put-addresses-in-ecomplete): New function.
959         (ecomplete): Require.
960         (message-mail-alias-type): Add ecomplete as an option.
961
962 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
963
964         * flow-fill.el (fill-flowed): Remove trailing space from blank
965         quoted lines.
966
967 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * smiley.el (smiley-style): Move definition later to avoid a
970         compilation warning.
971
972 2006-04-12  Kenichi Handa  <handa@m17n.org>
973
974         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
975         buffer and then decode the buffer text if necessary.
976         (rfc2231-encode-string): Be sure to work on multibyte buffer at
977         first, and after mm-encode-body, change the buffer to unibyte.
978         Use mm-disable-multibyte instead of set-buffer-multibyte.
979
980 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
981
982         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
983         Content-Type header instead of Content-Disposition header.
984         (gnus-mime-inline-part): Ditto.
985         (gnus-mime-view-part-as-charset): Ignore charset that the part
986         specifies.
987
988         * mm-decode.el (mm-display-part): Work with external parts and
989         usual parts similarly.
990
991         * mm-extern.el (mm-inline-external-body): Use mm-display-part
992         instead of gnus-display-mime.
993
994         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
995         instead of with-temp-buffer.
996
997         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
998         tag to summarized topics part in order to encode non-ASCII text.
999
1000 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1001
1002         * smiley.el (smiley-style): New variable.
1003         (smiley-directory): New function.
1004         (smiley-data-directory): Derive from `smiley-style' using
1005         `smiley-directory'.
1006         (smiley-regexp-alist): Add new entries.
1007
1008         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1009         (gnus-article-browse-delete-temp): Add :version.
1010
1011 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1012
1013         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1014         the sieve region.
1015
1016 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus.el (gnus-version-number): Bump version.
1019
1020 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1021
1022         * gnus.el: No Gnus v0.4 is released.
1023
1024 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1027         layout.
1028
1029         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1030         unknown charset.
1031
1032         * message.el (message-header-synonyms): Add Original-To to the
1033         default.
1034
1035         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1036         optional parameter.
1037
1038 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1039
1040         * gnus-fun.el (gnus): Require it for gnus-directory.
1041
1042 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1045
1046 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1047
1048         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1049
1050 2006-04-05  Simon Josefsson  <jas@extundo.com>
1051
1052         * password.el (password-reset): New function.
1053
1054 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1055
1056         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1057         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1058
1059 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1060
1061         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1062         Some whitespace was matched into the url, which broke browsing hits
1063         > 100 when mm-url-use-external was nil.
1064
1065 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1066
1067         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1068         gnus-extra-headers for 'Newsgroups.
1069
1070         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1071         bound.
1072
1073 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1074
1075         * pgg-gpg.el: Clean up process buffers every time gpg processes
1076         complete.
1077
1078 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1079
1080         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1081         doc string.
1082
1083 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1084
1085         * pgg-gpg.el (pgg-gpg-process-filter)
1086         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1087
1088         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1089         lines, temporary fix.
1090
1091 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1092
1093         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1094
1095 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1096
1097         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1098         default-enable-multibyte-characters.  This reverts the change from
1099         revision 6.17 which is no longer necessary because the passphrase
1100         is sent separately now.  GnuPG messages are unreadable under
1101         multibyte locales with default-enable-multibyte-characters set to
1102         nil.
1103
1104 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1105
1106         * message.el (message-tool-bar-gnome): Move "spell".
1107
1108 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1109
1110         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1111         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1112         instead.
1113
1114 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1115
1116         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1117         newsgroups handling for NNTP overviews which don't include
1118         Newsgroups.
1119
1120 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1121
1122         * message.el (message-resend): Bind message-generate-hashcash to
1123         to nil.
1124
1125 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1126
1127         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1128         when searching for already-paid recipients.
1129
1130 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1131
1132         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1133         passphrases when it is not needed.
1134         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1135         passphrase stuff from gpg, should only be necessary when you use
1136         gpg with a smartcard.
1137
1138 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * mml.el (mml-insert-mime): Ignore cached contents of
1141         message/external-body part.
1142
1143         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1144         (mm-insert-part): Ditto.
1145
1146 2006-03-23  Simon Josefsson  <jas@extundo.com>
1147
1148         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1149         Reiner.
1150         (pgg-gpg-use-agent-p): Use it again.
1151
1152 2006-03-23  Simon Josefsson  <jas@extundo.com>
1153
1154         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1155         older emacsen.
1156         (pgg-gpg-use-agent-p): Don't use it.
1157
1158 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1159
1160         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1161         if we can.
1162
1163 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1164
1165         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1166         (pgg-gpg-update-agent): New function.
1167         (pgg-gpg-use-agent-p): New function.
1168         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1169         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1170         (pgg-gpg-sign-region): Use it.
1171
1172 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1175         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1176
1177 2006-03-21  Simon Josefsson  <jas@extundo.com>
1178
1179         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1180         <wilde@sha-bang.de>.
1181         (pgg-gpg-use-agent): New variable.
1182         (pgg-gpg-process-region): Use it.
1183         (pgg-gpg-encrypt-region): Likewise.
1184         (pgg-gpg-encrypt-symmetric-region): Likewise.
1185         (pgg-gpg-decrypt-region): Likewise.
1186         (pgg-gpg-sign-region): Likewise.
1187         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1188
1189 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1190
1191         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1192
1193         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
1194         comment on version.
1195
1196 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1197
1198         * smiley.el: Add missing test smiley.
1199
1200 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1201
1202         * mm-decode.el (mm-with-part): New macro.
1203         (mm-get-part): Use it; work with message/external-body as well.
1204         (mm-save-part): Treat name and filename equally.
1205
1206         * mm-extern.el (mm-extern-cache-contents): New function.
1207         (mm-inline-external-body): Use it; force the part to be displayed;
1208         move undisplayer added to the cached handle to the parent.
1209
1210         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1211         (gnus-mime-view-part-as-type): Work with message/external-body.
1212
1213         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1214
1215 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1216
1217         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1218         images in image-load-path.  [Sync with image.el, revision 1.60, in
1219         Emacs.]
1220
1221 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1222
1223         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1224         path rather than symbol.  Always return list of directories.
1225         Guarantee that image directory comes first.  [Sync with image.el,
1226         revision 1.59, in Emacs.]
1227
1228         * message.el (message-make-tool-bar): Adjust to new API of
1229         `gmm-image-load-path-for-library'.
1230
1231         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1232
1233         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1234
1235 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1236
1237         * gnus-art.el (gnus-article-only-boring-p):
1238         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1239         intangible text.  Reported by Ralf Wachinger
1240         <rwnewsmampfer@geekmail.de>.
1241
1242 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1243
1244         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1245         `defun' instead of `gmm-defun-compat'.
1246
1247 2006-03-14  Simon Josefsson  <jas@extundo.com>
1248
1249         * message.el (message-unique-id): Don't use message-number-base36
1250         if (user-uid) is a float.  Reported by Bjorn Solberg
1251         <bjorn_ding1@hekneby.org>.
1252
1253 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1256
1257         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1258         empty line between a part and a message part.
1259
1260 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1261
1262         * smiley.el: Add more test smileys.
1263         (smiley-data-directory, smiley-regexp-alist)
1264         (gnus-smiley-file-types): Fix doc strings.
1265         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1266         adding new elements.
1267         (smiley-mouse-map): Unused code.  Make it a comment.
1268
1269 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1272         scan latest NoCeM messages instead of old ones.
1273         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1274         delimiters that are recently used.
1275         (gnus-nocem-load-cache): Add autoload cookie.
1276
1277         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1278
1279         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1280         level which is larger than gnus-use-nocem is specified.
1281
1282         * gnus-group.el (gnus-group-get-new-news): Ditto.
1283
1284 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1285
1286         * gnus-util.el (gnus-tool-bar-update): New function.
1287
1288         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1289         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1290
1291         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1292
1293         * gnus-group.el (gnus-group-redraw-when-idle)
1294         (gnus-group-redraw-check): Remove.
1295         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1296
1297 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1300         if optional last element is specified in splits (FIELD VALUE...).
1301
1302 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1303
1304         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1305         to gmm-image-load-path-for-library.  Call with no-error argument.
1306         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1307
1308         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1309
1310         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1311
1312         * gmm-utils.el (gmm-image-load-path): Remove alias.
1313
1314 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1315
1316         * gmm-utils.el (gmm-image-load-path): Add alias.
1317
1318         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1319         nnml-generate-nov-databases-1.
1320         (nnml-generate-nov-databases): Use it.
1321         (nnml-generate-nov-databases-directory): Document no-active
1322         argument.
1323
1324         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1325         directory if path is t.  Add no-error.
1326
1327         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1328         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1329
1330         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1331         resetting gnus-article-browse-html-temp-list.
1332
1333         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1334         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1335         Add example to docstring.  Rename local variables.  Move error
1336         checks to default case in cond and simplify.
1337
1338 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1341         handle is multipart when calling it recursively.
1342         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1343
1344 2006-03-03  Daniel Pittman <daniel@rimspace.net>
1345
1346         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1347         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1348
1349 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1352         is loaded.
1353
1354         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1355         loaded.
1356
1357 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1358
1359         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1360         to "Emacs 23 (unicode)" in doc string.
1361
1362         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1363         "Emacs 23 (unicode)" in comment.
1364
1365 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1368
1369         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1370         characters 160 through 255 in Emacs 23.
1371
1372 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1373
1374         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1375         gnus-article-browse-html-temp.
1376         (gnus-article-browse-delete-temp): Make it customizable.  Add
1377         `file'.  Adjust doc string.
1378         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1379         query for each file.  Adjust doc string.
1380         (gnus-article-browse-html-parts): Add
1381         `gnus-article-browse-delete-temp-files' to
1382         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1383
1384 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1385
1386         * gnus-art.el (gnus-article-browse-html-temp)
1387         (gnus-article-browse-delete-temp): New variables.
1388         (gnus-article-browse-delete-temp-files): New function.
1389         (gnus-article-browse-html-parts): Use it.
1390
1391 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1392
1393         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1394
1395         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1396         string.
1397
1398         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1399         gnus-summary-insert-new-articles when unplugged.  Remove
1400         gnus-summary-search-article-forward.
1401
1402         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1403         display-visual-class instead of display-color-cells.
1404
1405 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * dgnushack.el: Autoload customize-group for XEmacs.
1408
1409         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1410         message/* containing non-ASCII text properly.
1411
1412 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1413
1414         * message.el: Require gmm-utils, remove autoloads.
1415         (message-tool-bar): Set default based on
1416         gmm-tool-bar-style.
1417         (message-tool-bar-gnome): Add gmm-customize-mode.
1418
1419         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1420         gmm-tool-bar-style.
1421         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1422
1423         * gnus-group.el (gnus-group-tool-bar): Set default based on
1424         gmm-tool-bar-style.
1425         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1426
1427         * gmm-utils.el (gmm-image-directory): Rename variable from
1428         gmm-image-load-path.
1429         (gmm-image-load-path): Use gmm-image-directory.
1430         (gmm-customize-mode): New function.
1431         (gmm-tool-bar-style): New variable.
1432
1433         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1434         gnus-group-redraw-line-number.
1435         (gnus-group-redraw-check): Simplify.
1436         (gnus-group-tool-bar-update): Remove redraw check.
1437         (gnus-group-make-tool-bar): Add redraw check.
1438
1439 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1440
1441         * gnus-art.el (gnus-button): Add missing parentheses.
1442
1443 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * lpath.el: Fbind line-number-at-pos.
1446
1447 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1450
1451 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1452
1453         * gnus-art.el (gnus-button): New face.
1454         (gnus-article-button-face): Use it.
1455
1456         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1457         gnus-summary-next-page.  Re-order.
1458
1459         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1460         next-node are now included.
1461         (gnus-group-redraw-line-number): New internal variable.
1462         (gnus-group-redraw-check): Helper function for updating the tool
1463         bar.
1464         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1465
1466         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1467
1468         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1469         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1470         Use it to match format of Spamassassin 3.0 and later.  Reported by
1471         IRIE Tetsuya <irie@t.email.ne.jp>.
1472         (spam-check-bogofilter)
1473         (spam-bogofilter-register-with-bogofilter): Fix args of
1474         `gnus-error' calls.
1475
1476 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1477
1478         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1479         unnecessary interaction when sending queued mails.  Reported by
1480         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1481
1482 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1483
1484         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1485         first or last are nil.
1486
1487 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1488
1489         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1490
1491 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492
1493         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1494
1495 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * dns.el (query-dns): Protect more against buggy tcp output.
1498
1499 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1500
1501         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1502         nov.php.
1503
1504 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1505
1506         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1507         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1508         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1509         output on the server side.
1510         (nnweb-google-create-mapping): Update regexps and add some
1511         progress indication.
1512
1513 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1514
1515         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1516         gnus-agent-toggle-plugged.  Re-order icons.
1517         (gnus-group-tool-bar-gnome): Add
1518         gnus-group-{prev,next}-unread-group.
1519         (gnus-group-tool-bar-gnome): Re-order icons.
1520
1521         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1522         gnus-summary-insert-new-articles.
1523
1524         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1525         comments.
1526
1527         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1528         also available in Emacs 21.3.
1529
1530         * message.el (message-fix-before-sending): Change "Emacs 22" to
1531         "Emacs 23 (unicode)" in comment.
1532
1533         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1534         "Emacs 23 (unicode)" in comment.
1535
1536         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1537         comment.
1538         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1539
1540         * mm-view.el (mm-fill-flowed): Add :version.
1541
1542 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1545         and load-path.
1546
1547 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1548
1549         * message.el: Autoload gmm-image-load-path.
1550         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1551         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1552         consitency.
1553
1554         * gmm-utils.el (gmm-image-load-path): Also search in
1555         "../etc/images".  Don't set gmm-image-load-path if we don't find
1556         the image.
1557
1558 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * gmm-utils.el (gmm-image-load-path): Don't make
1561         `gmm-image-load-path' include subdirectories which the second arg
1562         `image' might specify.
1563
1564         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1565         subdirectory to icon file names.
1566
1567         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1568
1569 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1570
1571         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1572         gmm-image-load-path calls.
1573
1574         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1575
1576         * message.el (message-make-tool-bar): Ditto.
1577
1578         * mml.el (mml-preview): Added comment concerning tool bar icons.
1579
1580         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1581         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1582
1583         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1584         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1585
1586         * message.el (message-tool-bar-gnome): Use new icon names.
1587         (message-make-tool-bar): Use `gmm-image-load-path'.
1588
1589         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1590         functions from MH-E.
1591         (gmm-image-load-path): New variable from MH-E.
1592         (gmm-image-load-path): New function from MH-E.  Added arguments
1593         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1594         *-image-load-path-called-flag.
1595
1596 2006-02-21  Milan Zamazal <pdm@brailcom.org>
1597
1598         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1599
1600 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1601         (tiny change)
1602
1603         * nnimap.el (nnimap-request-move-article): Change folder back to
1604         source group before deleting.
1605
1606 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1607
1608         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
1609
1610         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
1611         mm-url.
1612
1613         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
1614
1615 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1618         coding system which mm-charset-to-coding-system returns for a
1619         given charset is valid.
1620
1621 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1622
1623         * html2text.el (html2text-remove-tag-list):
1624         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1625
1626 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1627
1628         * gnus-cus.el: Revert 2005-10-17 change.
1629
1630 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-art.el (article-strip-banner): Call
1633         article-really-strip-banner only when the regexp match is made.
1634
1635 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * gnus-art.el (article-strip-banner): Use
1638         gnus-extract-address-components instead of
1639         mail-header-parse-addresses to make it work with non-ASCII text;
1640         remove mail-encode-encoded-word-string.
1641
1642         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1643         values which are surrounded with \"...\"; make it never cause a
1644         Lisp error; give up parsing of parameters if it failed in
1645         extracting type.
1646
1647 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1648
1649         * smime.el (smime-cert-by-ldap-1): Fix bug where
1650         `smime-ldap-search' returns results without userCertificates.
1651
1652 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
1655
1656 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1657
1658         * spam.el (spam-check-spamassassin-headers): Adapt format for
1659         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
1660         <ari@mbf.ocn.ne.jp>.
1661         (spam-list-of-processors): Add spam-use-gmane.
1662
1663 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1666         make-temp-file; make it work with XEmacs as well.
1667
1668         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
1669         mm-make-temp-file.
1670
1671         * mm-decode.el (mm-display-external): Use the 3rd arg of
1672         mm-make-temp-file.
1673         (mm-create-image-xemacs): Ditto.
1674
1675 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
1678         with message-narrow-to-headers.
1679         (gnus-draft-setup): Narrow to header to run message-fetch-field.
1680         (gnus-draft-check-draft-articles): New function.
1681         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
1682
1683 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1684
1685         * gnus-art.el (gnus-article-browse-html-parts):
1686         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
1687         Don't use suffix argument for mm-make-temp-file for Emacs 21
1688         compatibility.  Remove useless `format'.
1689
1690 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1691
1692         * nnweb.el (nnweb-google-wash-article): Update regexps.
1693         (nnweb-group-alist): Use defvoo instead of defvar.
1694
1695 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
1698         re-loading nn* modules.
1699
1700 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1701
1702         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
1703         for `tool-bar-mode' and don't check it's default-value.
1704
1705         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1706
1707         * message.el (message-make-tool-bar): Ditto.
1708
1709         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
1710         `substring'.  Shorten tmp-file name.
1711
1712         * gnus.el: Remove bogus comment.
1713
1714 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
1715
1716         * gnus-art.el (gnus-article-browse-html-parts): New function.
1717         (gnus-article-browse-html-article): New function for viewing html
1718         articles with a browser.
1719
1720 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
1721
1722         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
1723         in elisp.
1724         (pgg-gpg-encrypt-symmetric-region): Ditto.
1725         (pgg-gpg-sign-region): Ditto.
1726
1727         * pgg-def.el (pgg-text-mode): New variable.
1728
1729         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
1730         (mml2015-pgg-encrypt): Ditto.
1731
1732         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
1733         (mml1991-pgg-encrypt): Ditto.
1734
1735 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
1738         message-make-date instead of current-time-string.
1739
1740         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
1741         to gnus-decoded which mm-uu might set.
1742
1743 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
1746         don't decode quoted parameters; remove misimported Emacs code.
1747         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1748         (rfc2231-decode-encoded-string): Don't use split-string which
1749         behaves differently according to Emacs version; use
1750         mm-decode-coding-region to convert charset to coding-system.
1751         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1752         (rfc2231-encode-string): Remove misimported Emacs code.
1753
1754 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * gnus-art.el (article-decode-charset): Don't use ignore-errors
1757         when calling mail-header-parse-content-type.
1758         (article-de-quoted-unreadable): Ditto.
1759         (article-de-base64-unreadable): Ditto.
1760         (article-wash-html): Ditto.
1761
1762         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
1763         calling mail-header-parse-content-type and
1764         mail-header-parse-content-disposition.
1765         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
1766         mail-header-parse-content-type.
1767
1768         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
1769         insert charset and format parameters; encode description after
1770         inserting it to buffer.
1771         (mml-insert-parameter): Fold lines properly even if a parameter is
1772         segmented into two or more lines; change the max column to 76.
1773
1774         * rfc1843.el (rfc1843-decode-article-body): Don't use
1775         ignore-errors when calling mail-header-parse-content-type.
1776
1777         * rfc2231.el (rfc2231-parse-string): Return at least type if
1778         possible; don't cause an error even if it fails in parsing of
1779         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1780         (rfc2231-encode-string): Don't break lines at the beginning, leave
1781         it to mml-insert-parameter.
1782
1783         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
1784         calling mail-header-parse-content-type.
1785
1786 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
1787
1788         * spam-report.el (spam-report-gmane-use-article-number):
1789         Improve doc string.
1790         (spam-report-gmane-internal): Check if a suitable header was found
1791         in the article.
1792
1793 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
1796         (rfc2231-encode-string): Make param*=value always begin with LWSP.
1797
1798 2006-02-05  Romain Francoise  <romain@orebokech.com>
1799
1800         Update copyright notices of all files in the gnus directory.
1801
1802 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1803
1804         * nnweb.el (nnweb-request-group): Avoid growing overview files.
1805
1806 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
1809         segmented lines of parameter value to cope with Thunderbird 1.5
1810         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
1811         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1812         (rfc2231-encode-string): Don't make lines exceeding 76 column.
1813
1814 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
1815
1816         * mml.el (mml-generate-mime-1): Correct the order of inline signed
1817         parts.
1818
1819 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1820
1821         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
1822         there's only one active file for all servers.
1823         (nnweb-request-scan): Make sure nnweb-articles is initialized on
1824         solid groups.  Gnus might have used a FAST request to select the group.
1825         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
1826         and nnweb-search redundantly in the active file.
1827         (nnweb-request-list): Don't list bogus groups.  There can only be one.
1828         (nnweb-request-create-group): Don't use ARGS.
1829         (nnweb-possibly-change-server, nnweb-request-group): Remove some
1830         initialisations.  Let nnoo do the work.
1831
1832 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
1835         Say the part has been decoded.
1836
1837         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
1838
1839 2006-01-31  Kevin Ryde  <user42@zip.com.au>
1840
1841         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
1842         mailcap-viewer-test-cache when there's no 'test clause, since that
1843         will invert the meaning of a "nil" test previously determined by
1844         mailcap-mailcap-entry-passes-test.
1845
1846 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1847
1848         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
1849         compiling.
1850
1851         * gnus-sum.el: Ditto.
1852
1853         * message.el: Don't bind tool-bar-map when compiling.
1854
1855 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
1856
1857         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
1858
1859 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1860
1861         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
1862         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
1863         current Google Groups.
1864
1865 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
1866
1867         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
1868         and tool-bar-mode.
1869
1870         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
1871         and tool-bar-mode.
1872
1873         * message.el (message-tool-bar-update): Simplify.
1874         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
1875
1876         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
1877         gnus-summary-buffer.
1878         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
1879         gnus-summary-reply.
1880
1881         * gmm-utils.el (gmm): Add :version.
1882
1883 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * Makefile.in (clean): New rule.
1886         (distclean): Use it.
1887
1888 2006-01-26  Steve Youngs  <steve@sxemacs.org>
1889
1890         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
1891         autoload.
1892
1893 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * gmm-utils.el (gmm-verbose): Add :group.
1896
1897 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
1898
1899         * message.el: Change some comments WRT tool-bars.
1900
1901         * gnus-sum.el (gnus-summary-tool-bar)
1902         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
1903         (gnus-summary-tool-bar-zap-list): New variables.
1904         (gnus-summary-make-tool-bar): Complete rewrite using
1905         `gmm-tool-bar-from-list'.
1906
1907         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
1908         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
1909         variables.
1910         (gnus-group-make-tool-bar): Complete rewrite using
1911         `gmm-tool-bar-from-list'.
1912         (gnus-group-tool-bar-update): New function.
1913
1914         * message.el (message-mode-field-menu): Add "Show hidden Headers".
1915
1916 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
1919         is dissected into a single part of which the type is the same as
1920         the given one; decode charset.
1921
1922 2006-01-21  Kevin Ryde  <user42@zip.com.au>
1923
1924         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
1925         into alists as symbol not string, since that's what
1926         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
1927         look for.
1928
1929 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
1930
1931         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
1932         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
1933
1934         * message.el (message-tool-bar-gnome): Use gmm-ignore.
1935
1936 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
1939         (gnus-xmas-mime-security-button-menu): New function.
1940
1941         * gnus-art.el (gnus-mime-security-button-commands): New variable.
1942         (gnus-mime-security-button-menu): New definition.
1943         (gnus-mime-security-button-map): Use them.
1944         (gnus-mime-security-button-menu): New function.
1945         (gnus-insert-mime-security-button): Addition to help echo.
1946         (gnus-mime-security-run-function, gnus-mime-security-save-part)
1947         (gnus-mime-security-pipe-part): New functions.
1948
1949         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
1950         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
1951
1952         * mm-decode.el (mm-handle-set-disposition): Remove.
1953         (mm-handle-set-description): Remove.
1954
1955 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
1958         (mm-w3m-standalone-supports-m17n-p): New function.
1959         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
1960         w3m usage.
1961
1962         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
1963         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
1964
1965 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1966
1967         * message.el (message-tool-bar-zap-list): Use
1968         gmm-tool-bar-zap-list as custom type.
1969         (message-tool-bar-update): New function.
1970         (message-tool-bar, message-tool-bar-gnome)
1971         (message-tool-bar-retro): Add message-tool-bar-update.
1972         (message-tool-bar-gnome): Add flyspell-buffer.
1973
1974         * gnus-util.el (gnus-error): Describe `args'.
1975
1976         * gmm-utils.el (gmm-error): Describe `args'.
1977         (gmm-tool-bar-zap-list): New widget.
1978         (gmm-tool-bar-from-list): Improve description of `zap-list'.
1979
1980 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
1983         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
1984         the number of recursive calls.
1985
1986         * mm-decode.el (mm-handle-set-disposition): New macro.
1987         (mm-handle-set-description): New macro.
1988
1989 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
1992         encoding.
1993
1994 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1995
1996         * message.el (message-tool-bar-zap-list, message-tool-bar)
1997         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
1998         (message-tool-bar-local-item-from-menu): Remove.
1999         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2000         (message-make-tool-bar): New function.
2001         (message-mode): Use `message-make-tool-bar'.
2002
2003         * gmm-utils.el: New file.
2004         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2005         (gmm-lazy): New widget copied from `nnmail.el'.
2006         (gmm-tool-bar-from-list): New function for creating customizable
2007         tool bars.
2008         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2009         output.
2010         (gmm): Add :prefix to defgroup.
2011
2012 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2013
2014         * gmm-utils.el (gmm-widget-p): New function.
2015
2016 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2017
2018         * mml.el (mml-attach-file): Describe `description' in doc string.
2019         (mml-menu): Add Emacs MIME manual and PGG manual.
2020
2021 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2022
2023         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2024
2025 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2026
2027         * nntp.el (nntp-end-of-line): Doc fix.
2028
2029 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2030
2031         * imap.el (imap-open): Handle case where buffer is a buffer
2032         object.
2033
2034 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2035
2036         * gnus-delay.el (gnus-delay): Don't autoload.
2037         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2038         to be re-loaded when customizing the `gnus-delay' group.
2039
2040 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2041
2042         * message.el (message-insert-citation-line): Use newlines.
2043
2044 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2045
2046         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2047         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2048         these routines, so the passphrase can be managed externally and
2049         passed in to the system.
2050         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2051         pgg-add-passphrase-to-cache function.
2052
2053         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2054         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2055         these routines, so the passphrase can be managed externally and
2056         passed in to the system.
2057         (pgg-pgp5-sign-region): Use new name of
2058         pgg-add-passphrase-to-cache function.
2059
2060 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2061
2062         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2063         part of the decoded armor to find the key-identifier.
2064         (pgg-gpg-lookup-key-owner): New function to return the
2065         human-readable identifier of a key owner.
2066         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2067         itself.
2068         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2069         the key value) if we have a key and can match it against a secret
2070         key.  Also, added a note pointing out fact that the prompt only
2071         indicates the first matching key.
2072
2073         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2074         pgg-decrypt-region.
2075         (pgg-add-passphrase-to-cache): Rename from
2076         `pgg-add-passphrase-cache' to reduce confusion (all callers
2077         changed).
2078         (pgg-remove-passphrase-from-cache): Rename from
2079         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2080         changed).
2081         (pgg-read-passphrase, pgg-add-passphrase-cache)
2082         (pgg-remove-passphrase-cache): Add informative docstrings.
2083         (pgg-decrypt): Convey provided passphrase in subordinate call to
2084         pgg-decrypt-region.
2085
2086 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2087
2088         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2089         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2090         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2091         'passphrase' argument, so the passphrase can be managed externally
2092         and then passed in to the system.
2093
2094         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2095         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2096         so the passphrase cache can be used reliably with identifiers
2097         besides a pgp packet's key id.
2098
2099         * pgg-gpg.el (pgg-gpg-encrypt-region)
2100         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2101         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2102         these routines, so the passphrase can be managed externally and
2103         passed in to the system.
2104
2105         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2106         'notruncate' argument, so the passphrase cache can be used
2107         reliably with identifiers besides a pgp packet's key id.
2108
2109 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2110
2111         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2112         symmetric encryption.
2113         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2114         encrypted session key.
2115         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2116         message ask for the passphrase in a proper way.
2117
2118         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2119         New user commands for symmetric encryption.
2120
2121 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2124
2125         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2126
2127 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2128
2129         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2130
2131 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * mm-decode.el (mm-inlined-types): Add application/pgp.
2134         (mm-automatic-display): Ditto.
2135
2136         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2137         part as text.
2138
2139 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * nnrss.el: Update copyright.
2142         (nnrss-opml-import): Query whether to subscribe to each entry.
2143
2144         * gnus-art.el:
2145         * gnus-sum.el:
2146         * gnus-xmas.el:
2147         * messagexmas.el:
2148         * mm-uu.el:
2149         * mm-view.el: Update copyright.
2150
2151 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2152
2153         * message.el (message-info): New function.
2154         (message-mode-menu): Add it.
2155         Update copyright.
2156
2157         * ChangeLog: Fix and update copyright.
2158
2159 2006-01-13  Romain Francoise  <romain@orebokech.com>
2160
2161         * message.el (message-forward-subject-name-subject): Prefer the
2162         address to 'nowhere' if the sender has no name.
2163         Fix typo.  Update copyright year.
2164
2165 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus-art.el (article-wash-html): Use
2168         gnus-summary-show-article-charset-alist if a numeric arg is given.
2169         (gnus-article-wash-html-with-w3m-standalone): New function.
2170
2171         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2172         mm-inline-text-html-render-with-w3m-standalone.
2173         (mm-text-html-washer-alist): Map w3m-standalone to
2174         gnus-article-wash-html-with-w3m-standalone.
2175         (mm-inline-text-html-render-with-w3m-standalone): New function.
2176
2177 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2178
2179         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2180         Improve LaTeX.
2181
2182 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2185         (nnrss-request-article): Render text/plain parts as HTML.
2186
2187         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2188         the buffer.
2189
2190 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2191
2192         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2193         custom definition of `gnus-posting-styles'.
2194
2195         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2196         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2197
2198 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2199
2200         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2201         Use nntp for bug archive.
2202
2203 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2206         parts.
2207         (nnrss-normalize-date): New function converts ISO 8601 date into
2208         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2209         (nnrss-check-group): Use it.
2210
2211 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2214
2215         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2216         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2217         (nnrss-insert-w3): Ditto.
2218
2219 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2222         the articles to be forwarded including the case where neither a
2223         number of articles nor a region is specified.
2224
2225 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * nnrss.el (nnrss-request-article): Fix last change; fill
2228         text/plain parts.
2229
2230 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2233         in text/plain part.
2234         (nnrss-check-group): Don't add excessive newline to dc:subject.
2235
2236 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2237
2238         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2239         article.
2240
2241 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2242
2243         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2244         (nnml-use-compressed-files, nnml-save-mail): Support other
2245         comression programs such as bzip2.
2246
2247 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * dns.el (query-dns): Make sure we check the buffer size before
2250         removing tcp headers.
2251
2252 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2255         remove MIME buttons associated with multipart/alternative parts.
2256         (gnus-mime-display-alternative): Tag buttons using `article-type'
2257         text property.
2258
2259         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2260         associated with multipart/alternative parts.
2261
2262         * gnus-art.el (gnus-signature-separator): Fix custom type.
2263
2264         * mm-decode.el (mm-inlined-types): Fix custom type.
2265         (mm-keep-viewer-alive-types): Ditto.
2266         (mm-automatic-display): Ditto.
2267         (mm-attachment-override-types): Ditto.
2268         (mm-inline-override-types): Ditto.
2269         (mm-automatic-external-display): Ditto.
2270
2271 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2272
2273         * spam-report.el (spam-report-user-mail-address)
2274         (spam-report-user-agent): New variables.
2275         (spam-report-url-ping-plain): Use spam-report-user-agent.
2276
2277 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2278
2279         * gnus-art.el (gnus-button-handle-custom): Do not just use
2280         `customize-apropos' for any "M-x customize-*" button but the
2281         function called for.  Accept both the function name and its
2282         argument in order to achieve this.
2283         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2284         function name to `gnus-button-handle-custom' in case of "M-x
2285         customize-*" buttons.
2286
2287 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2290         multipart/alternative and add xref to mm-discouraged-alternatives
2291         in doc string.
2292
2293         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2294         gnus-buttonized-mime-types in doc string.
2295
2296 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2297
2298         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2299         Suggest image/.* in the doc string.
2300
2301 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2302
2303         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2304         message-marks (Debian bug #342521).
2305
2306 2005-12-12  Simon Josefsson  <jas@extundo.com>
2307
2308         * password.el (password-read-from-cache): Add.
2309         (password-read): Use it.
2310
2311 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2314         us-ascii as a MIME charset.
2315
2316         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2317         against the case where the 2nd arg TYPE is nil.
2318
2319 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2320
2321         * pop3.el (pop3-stream-type): Fix custom version.
2322
2323         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2324
2325 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2326
2327         * mm-decode.el (mm-display-external): Add missing cdr.
2328
2329 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2332         RFC1524) if it is in mailcap or add a suffix according to
2333         mailcap-mime-extensions when generating a temp filename; postpone
2334         deleting a temp file for 2 seconds for some wrappers, shell
2335         scripts, and so on, which might exit right after having started a
2336         viewer command as a background job.
2337
2338 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2339
2340         * nntp.el (nntp-marks-directory): Fix custom group.
2341
2342         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2343         steps when < 10.
2344
2345         * gnus-start.el (gnus-no-server-1): Mention
2346         `gnus-level-default-subscribed' in doc string.
2347
2348 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2349
2350         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2351         parens.
2352
2353 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * gnus-xmas.el (gnus-use-toolbar): Revert.
2356         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2357         gnus-use-toolbar is default.
2358
2359         * messagexmas.el (message-use-toolbar): Revert.
2360         (message-setup-toolbar): Use global default-toolbar if
2361         message-use-toolbar is default.
2362
2363 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2366         according to default-toolbar-visible-p.
2367
2368         * messagexmas.el (message-use-toolbar): Ditto.
2369
2370 2005-11-26  Dave Love  <fx@gnu.org>
2371
2372         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2373         (tls-program, tls-success): Provide openssl alternative.
2374
2375         * starttls.el: Doc fixes.
2376         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2377         SERVICE to PORT.
2378
2379         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2380         port null or service name.
2381         (starttls-negotiate): Autoload.
2382
2383 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * message.el (message-kill-to-signature): Fix interactive spec.
2386
2387 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * pop3.el (pop3-open-server): Recognize a string as a service name.
2390
2391 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2392
2393         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2394
2395 2005-11-23  Dave Love  <fx@gnu.org>
2396
2397         Add pop3s, pop3/starttls.
2398
2399         * pop3.el (pop3-authentication-scheme): Clarify doc.
2400         (open-tls-stream, starttls-open-stream): Autoload.
2401         (pop3-stream-type): New.
2402         (pop3-open-server): Use it.
2403
2404         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2405         for POP.
2406         (mail-source-keyword-map): Add :stream for POP.
2407         (mail-source-fetch-pop): Use pop3-stream-type.
2408
2409 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2412         of current-time-string.
2413
2414 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2415
2416         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2417         date header.
2418
2419 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2420
2421         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2422         it can seriously impact performance as it bypasses the agent's
2423         local caches.
2424
2425 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2426
2427         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2428         must be explicitly online rather than "not explicitly offline" for
2429         its flags to be synchronized.
2430
2431         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2432         that gnus-uu-unmark-thread will function correctly.
2433
2434         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2435         1024K is instead displayed as 1M.
2436
2437 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2440
2441 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2442
2443         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2444
2445 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2446
2447         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2448         error message to display actual error condition.
2449         (gnus-agent-save-local): Avoid saving symbols that are bound to
2450         nil as they simply result in a warning message in
2451         gnus-agent-read-local.
2452
2453 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2456         rather than make-variable-buffer-local for file-precious-flag.
2457
2458 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2459
2460         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2461         for duplicates which are removed.  The invalid sort check then
2462         triggers a rescan after the sort as sorting may have moved
2463         duplicate entries such that they can be cheaply detected.
2464
2465 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2468
2469 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2470
2471         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2472         internal variable to a custom variable.  Changed default value
2473         from compressed(2) to uncompressed(1).
2474         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2475         support for uncompressed agentview files.  Taken together, reading
2476         the agentview file should now be 6-7 times faster.
2477
2478 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2479
2480         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2481         as a buffer-local variable.  This avoids creating truncated
2482         dribble files as a result of a hang up, eg.
2483
2484 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2485
2486         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2487         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2488         XEmacs.
2489
2490 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2491
2492         * gnus-start.el (gnus-start-draft-setup): Enforce
2493         `gnus-draft-mode' for nndraft:drafts at startup.
2494
2495         * gnus.el (gnus-splash): Change custom group.
2496         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2497         allow-list argument.
2498
2499         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2500         string.
2501
2502 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2503
2504         * gnus-art.el (gnus-default-article-saver): Add user-defined
2505         `function' to custom type.
2506
2507 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2508
2509         * imap.el (imap-open): Handle case where buffer is a buffer
2510         object.
2511
2512 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2513
2514         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2515         long lines.
2516         (gnus-cache-delete-group): Wrap doc strings.
2517
2518         * gnus-agent.el (gnus-agent-rename-group)
2519         (gnus-agent-delete-group): Wrap doc strings.
2520
2521
2522 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * messagexmas.el (message-use-toolbar): Change the valid values
2525         into default, top, bottom, left, and right.
2526         (message-toolbar-thickness): New variable.
2527         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2528         well.
2529         (message-setup-toolbar): Make it work.
2530
2531         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2532         (gnus-use-toolbar): Change the valid values into default, top,
2533         bottom, left, and right.
2534         (gnus-toolbar-thickness): New variable.
2535         (gnus-xmas-setup-toolbar): New function.
2536         (gnus-xmas-setup-group-toolbar): Use it.
2537         (gnus-xmas-setup-summary-toolbar): Use it.
2538
2539 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * gnus-start.el (gnus-1): Add "native" to
2542         gnus-predefined-server-alist.
2543
2544         * gnus.el (gnus-method-to-server): Don't add "native" to the
2545         lists here, because that leads to problems when
2546         gnus-select-method is bound.
2547
2548 2005-11-09  Simon Josefsson  <jas@extundo.com>
2549
2550         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2551         use (not sort-by-date) instead.
2552
2553 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2554
2555         * gnus-delay.el (gnus-delay-group): Don't autoload.
2556         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2557         to be re-loaded when customizing the `gnus-delay' group.
2558
2559 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2560
2561         * message.el: Revert last changes.
2562         (message-insert-citation-line): Use newlines.
2563
2564 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2565
2566         * message.el (message-courtesy-message)
2567         (message-mark-insert-begin, message-mark-insert-end)
2568         (message-elide-ellipsis, message-cancel-message)
2569         (message-add-header, message-change-subject)
2570         (message-cross-post-followup-to-header)
2571         (message-cross-post-insert-note, message-reduce-to-to-cc)
2572         (message-widen-reply, message-delete-not-region)
2573         (message-kill-to-signature, message-insert-signature)
2574         (message-insert-importance-high, message-insert-importance-low)
2575         (message-insert-or-toggle-importance)
2576         (message-insert-disposition-notification-to)
2577         (message-indent-citation, message-yank-original)
2578         (message-cite-original-without-signature, message-cite-original)
2579         (message-insert-citation-line, message-position-on-field)
2580         (message-fix-before-sending, message-send-mail-partially)
2581         (message-send-mail, message-send-mail-with-sendmail)
2582         (message-send-mail-with-qmail, message-send-news)
2583         (message-check-news-header-syntax, message-generate-headers)
2584         (message-insert-courtesy-copy, message-fill-address)
2585         (message-fill-header, message-shorten-references)
2586         (message-setup-1, message-cancel-news)
2587         (message-forward-make-body-plain, message-forward-make-body-mime)
2588         (message-forward-make-body-mml, message-encode-message-body)
2589         (message-forward-make-body-digest-plain)
2590         (message-forward-make-body-digest-mime)
2591         (message-use-alternative-email-as-from): Insert `hard-newline'
2592         instead of ordinary newlines.
2593
2594 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * message.el (message-generate-headers): Downcase the argument
2597         given to message-check-element.
2598
2599 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2600
2601         * nntp.el (nntp-authinfo-rejected): New error condition.
2602         (nntp-wait-for): Use new error condition to signal authentication
2603         error.
2604         (nntp-retrieve-data): Rethrow new error condition to break out of
2605         recursive call to nntp-send-authinfo.
2606
2607 2005-11-08  Romain Francoise  <romain@orebokech.com>
2608
2609         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
2610         (gnus-summary-exit-map): Bind to `Z p'.
2611         (gnus-summary-make-menu-bar): Add menu item.
2612
2613 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2614
2615         * gnus-art.el (gnus-article-treat-custom): Add `first'.
2616         (gnus-treat-*): Add `first' in all doc strings.
2617
2618         * gnus-group.el (gnus-group-compact-group): Fix typo.
2619
2620 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus.el (gnus-parameters-case-fold-search): New variable.
2623         (gnus-parameters-get-parameter): Use it.
2624
2625         * gnus-score.el (gnus-home-score-file): Doc fix.
2626
2627 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2628
2629         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2630
2631 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2632
2633         * mm-util.el (mm-special-display-p): New function.
2634
2635         * mml.el (mml-preview): Use it; doc fix.
2636
2637 2005-10-29  Romain Francoise  <romain@orebokech.com>
2638
2639         * message.el (message-fix-before-sending): Fix comment.
2640
2641 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2642
2643         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
2644
2645 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2646
2647         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
2648         Used in gnus-score.el.
2649
2650 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2651
2652         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
2653
2654 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2655
2656         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2657         whitespace removed in revision 7.8.  Use concatenated string to
2658         protect trailing whitespace.
2659
2660 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
2661
2662         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2663         (nnimap-request-expire-articles): Use it to avoid sending 'UID
2664         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2665         Courier IMAP ("some version from 2004").  Mostly based on similar
2666         code in the same function.
2667
2668 2005-10-26  Didier Verna  <didier@xemacs.org>
2669
2670         * gnus-group.el (gnus-group-compact-group): invalidate original
2671         article buffer.
2672         * gnus-srvr.el (gnus-server-compact-server): ditto.
2673         * nnml.el (nnml-request-compact-group): handle self Xref: field in
2674         NOV database and in article itself.
2675         Invalidate article backlog.
2676
2677 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2678
2679         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
2680
2681 2005-10-26  Simon Josefsson  <jas@extundo.com>
2682
2683         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
2684         part of 2004-07-25 change.
2685
2686 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * message.el (message-display-completion-list): New function.
2689         (message-expand-group): Use it; make sure the Completions buffer
2690         is modifiable.
2691
2692 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2693
2694         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
2695         user-mail-name is an empty string.
2696
2697 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2698
2699         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
2700         depending on gnus-score-decay-constant.
2701
2702         * encrypt.el (encrypt-insert-file-contents)
2703         (encrypt-write-file-contents): Don't use `gnus-message'.
2704
2705         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
2706         arguments.
2707         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
2708         arguments to mm-uu-verbatim-marks-extract.
2709         (mm-uu-hide-markers): New variable.
2710         (mm-uu-extract): Use face similar to `gnus-cite-3'.
2711
2712         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2713         (gnus-convert-image-to-face-command): Use "convert" by default to
2714         allow other input image formats.
2715         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
2716         accordingly.
2717
2718 2005-10-23  Simon Josefsson  <jas@extundo.com>
2719
2720         * imap.el (imap-gssapi-program): Align command line parameters
2721         with latest GNU SASL.
2722         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
2723
2724 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
2727         HTML.
2728         (nnslashdot-request-article): Ditto.
2729
2730         * lpath.el (featurep): Add nobreak-char-display.
2731
2732 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2733
2734         * mail-source.el (mail-source-fetch-pop): Require pop3.
2735         (mail-source-check-pop): Ditto.
2736
2737 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
2740         errors.
2741
2742 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2743
2744         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
2745         (gnus-treat-strip-leading-blank-lines): Improve doc string.
2746
2747         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
2748
2749         * mm-bodies.el (mm-decode-string): Call
2750         `mm-charset-to-coding-system' with allow-override argument.
2751
2752 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
2755         (rfc2047-charset-to-coding-system): New function.
2756         (rfc2047-decode-encoded-words): New function.
2757         (rfc2047-decode-region): Use them.
2758         (rfc2047-decode-cte): Remove.
2759         (rfc2047-parse-and-decode): Remove.
2760         (rfc2047-decode): Remove.
2761
2762 2005-10-15  Kenichi Handa  <handa@m17n.org>
2763
2764         * rfc2047.el (rfc2047-decode-cte): New function.
2765         (rfc2047-decode-region): Change the way to decode successive
2766         encoded-words: decode B- or Q-encoding in each encoded-word,
2767         concatenate them, and decode it as charset.
2768
2769 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * lpath.el: Fbind codepage-setup for XEmacs.
2772
2773 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2774
2775         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
2776         widget-move-and-invoke.
2777         (gnus-custom-mode): Use gnus-custom-map.
2778
2779 2005-10-15  Bill Wohler  <wohler@newt.com>
2780
2781         * message.el (message-tool-bar-map): Renamed image file from
2782         mail_send to mail/send.
2783
2784 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2785
2786         * message.el (message-expand-group): Pass the common
2787         prefix substring of completion to `display-completion-list'.
2788
2789 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
2790
2791         * mml-sec.el (mml-secure-method): New internal variable.
2792         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
2793         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
2794         functions using mml-secure-method.
2795
2796         * mml.el (mml-mode-map): Add key bindings for those functions.
2797         (mml-menu): Simplify security menu entries.  Suggested by Jesper
2798         Harder <harder@myrealbox.com>.
2799         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
2800         end of message if point is the headers of the message.
2801
2802         * message.el (message-in-body-p): New function.
2803
2804         * assistant.el: Autoload gnus-util and netrc.
2805
2806         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
2807         Use `mm-charset-override-alist' only when decoding.
2808
2809         * mm-bodies.el (mm-decode-body): Call
2810         `mm-charset-to-coding-system' with allow-override argument.
2811
2812         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
2813         `filename' from Content-Disposition if Content-Type doesn't
2814         provide `name'.
2815         (gnus-mime-view-part-as-type): Set default instead of
2816         initial-input.
2817
2818 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2819
2820         * format-spec.el (format-spec): Propagate text properties of % spec.
2821
2822 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2823
2824         * gnus-art.el (gnus-treat-predicate): Add `first'.
2825
2826 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2827
2828         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
2829         (mm-charset-override-alist): New variable.
2830         (mm-charset-to-coding-system): Use it.
2831         (mm-codepage-setup): New helper function.
2832         (mm-charset-eval-alist): New variable.
2833         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
2834         about unknown charsets.
2835
2836         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
2837
2838 2005-10-04  David Hansen  <david.hansen@gmx.net>
2839
2840         * nnrss.el (nnrss-request-article): Add support for the comments tag.
2841         (nnrss-check-group): Ditto.
2842
2843 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2844
2845         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
2846         Rename x-gnus-verbatim to x-verbatim.
2847         (mm-uu-type-alist): Fix regexp for verbatim-marks.
2848
2849         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
2850         x-verbatim.
2851
2852         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
2853
2854         * gnus-util.el (gnus-remove-duplicates): Remove.
2855
2856         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
2857         instead of gnus-remove-duplicates.
2858
2859         * message.el (message-remove-duplicates): Remove.
2860         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
2861         message-remove-duplicates.
2862
2863         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
2864         available, else use implementation from `delete-dups'.
2865
2866         * message.el (message-insert-expires): New function.
2867         (message-mode-map): Add key binding.
2868         (message-mode-field-menu): Add menu entry.
2869         (message-mode): Document it.
2870         (message-make-expires-date): Use `message-make-date'.
2871
2872 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
2873
2874         * message.el (message-make-expires-date): New function.
2875
2876 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * Makefile.in (list-installed-shadows): New entry.
2879         (install): Use it.
2880         (remove-installed-shadows): New entry.
2881
2882         * dgnushack.el (dgnushack-default-load-path): New variable.
2883         (dgnushack-find-lisp-shadows): New function.
2884         (dgnushack-remove-lisp-shadows): New function.
2885
2886 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * Makefile.in (install-el-elc): New entry.
2889         (install): Use it so that .el files are necessarily installed.
2890
2891 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * time-date.el: Autoload parse-time-string, XEmacs needs it.
2894
2895 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2896
2897         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
2898         function rather than the diff-mode.el package.
2899         (mm-display-external): Use with-current-buffer.
2900         (mm-viewer-completion-map, mm-viewer-completion-map):
2901         Move initialization inside declaration.
2902
2903 2005-09-29  Simon Josefsson  <jas@extundo.com>
2904
2905         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
2906         autoload mail-check-payment.
2907         (spam-check-hashcash): Define unconditionally, since hashcash.el
2908         is part of Gnus now.  Ignore errors from payment checking.
2909
2910 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2911
2912         * message.el (message-bold-region, message-unbold-region): Rename
2913         from `bold-region' and `unbold-region'.
2914
2915         * message.el: Remove useless autoloads.
2916
2917 2005-09-28  Simon Josefsson  <jas@extundo.com>
2918
2919         * message.el (message-use-idna): Default to t.
2920         (message-use-idna): Test whether encoding works too.  Doc fix.
2921
2922 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * nntp.el (nntp-warn-about-losing-connection): Remove.
2925
2926 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2927
2928         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
2929         customizable.  Change default value.
2930         (mm-uu-diff-groups-regexp): Change default value.
2931         (mm-uu-type-alist): Add doc string.
2932         (mm-uu-configure): Add doc string.  Make it interactive.
2933         (mm-uu-tex-groups-regexp): New variable.
2934         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
2935         (mm-uu-type-alist): Add LaTeX documents.
2936         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
2937         of "text/verbatim".
2938         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
2939
2940         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
2941         instead of "text/verbatim".
2942
2943         * message.el (message-mark-inserted-region)
2944         (message-mark-insert-file): Use slrn style marks when called with
2945         prefix argument.
2946
2947 2005-09-27  Simon Josefsson  <jas@extundo.com>
2948
2949         * message.el (message-idna-to-ascii-rhs-1): Reformat.
2950
2951 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2952
2953         * message.el (message-remove-duplicates): New function.
2954         Implementation borrowed from `gnus-remove-duplicates'.
2955         (message-idna-to-ascii-rhs): Also encode idna addresses in
2956         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2957         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
2958         only ask about the same idna domain once per header and also tell
2959         in what header to replace the idna domain.
2960
2961         * gnus-art.el (article-decode-idna-rhs): Also decode idna
2962         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2963         (article-decode-idna-rhs): Fix regexp so that all idna-address in
2964         a header is decoded and not just the last one.
2965
2966 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
2969         has been decoded.
2970
2971         * mm-decode.el (mm-automatic-display): Add text/verbatim.
2972         (mm-insert-part): Don't modify text if it has been decoded.
2973
2974         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
2975         decoded.
2976
2977         * mm-view.el (mm-inline-text): Don't strip text props unless
2978         decoding enriched or richtext parts.
2979
2980 2005-09-25  Romain Francoise  <romain@orebokech.com>
2981
2982         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
2983         * gnus-start.el (gnus-subscribe-interactively):
2984         * gnus-uu.el (gnus-uu-grab-articles):
2985         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
2986         space.
2987
2988 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
2989
2990         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2991         * mm-view.el (mm-view-pkcs7-decrypt):
2992         * gnus-sum.el (gnus-summary-limit-to-extra)
2993         (gnus-summary-respool-article, gnus-read-move-group-name):
2994         * gnus-score.el (gnus-summary-increase-score):
2995         * gnus-util.el (gnus-completing-read-with-default):
2996         * gnus-art.el (gnus-read-save-file-name)
2997         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
2998         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
2999         * message.el (message-check-news-header-syntax):
3000         Follow convention for reading with the minibuffer.
3001
3002 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3003
3004         * spam-report.el (spam-report-url-ping-plain):
3005         Use gnus-extended-version as User-Agent.
3006
3007         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3008         default value is nil.
3009
3010         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3011         (mm-uu-verbatim-marks-extract): New function.
3012         (mm-uu-extract): New face.
3013         (mm-uu-copy-to-buffer): Use it.
3014
3015         * spam-report.el (spam-report-gmane-ham): Renamed from
3016         `spam-report-gmane-unspam'.
3017         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3018         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3019
3020         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3021         Autoload.
3022         (spam-report-gmane-unregister-routine): Renamed
3023         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3024
3025 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3026
3027         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3028         (spam-report-gmane-unregister-routine): added support for gmane
3029         unregistration
3030
3031         * spam-report.el (spam-report-gmane-unspam)
3032         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3033         (spam-report-gmane): changed to take a single article and do
3034         unspam registration
3035
3036 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3037
3038         * mm-url.el (mm-url-decode-entities): Fix regexp.
3039
3040 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3043         default to nil, to be able to use Gnus at all.  If the default
3044         switches to something else, then the function should be fixed not
3045         be exceedingly slow.
3046
3047 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3048
3049         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3050         fail hard
3051
3052         * spam-report.el: better Keywords line
3053
3054         * spam.el: added Maintainer and better Keywords line
3055
3056 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3057
3058         * gnus-art.el (gnus-article-replace-part)
3059         (gnus-mime-replace-part): New functions.
3060         (gnus-mime-action-alist, gnus-mime-button-commands)
3061         (gnus-mime-save-part-and-strip): Added file argument.
3062         (gnus-article-part-wrapper): Added interactive argument.
3063
3064         * gnus-sum.el (gnus-summary-mime-map): Add
3065         `gnus-article-replace-part'.
3066
3067 2005-09-19  Didier Verna  <didier@xemacs.org>
3068
3069         The nnml compaction feature:
3070         * nnml.el (nnml-request-compact-group): New function.
3071         * nnml.el (nnml-request-compact): New function.
3072         * gnus-int.el (gnus-request-compact-group): New function.
3073         * gnus-int.el (gnus-request-compact): New function.
3074         * gnus-group.el (gnus-group-compact-group): New function.
3075         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3076         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3077         * gnus-srvr.el (gnus-server-compact-server): New function.
3078         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3079         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3080
3081 2005-09-18  Deepak Goel  <deego@gnufans.org>
3082
3083         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3084         format spec.
3085
3086 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3089
3090 2005-09-15  Romain Francoise  <romain@orebokech.com>
3091
3092         * message.el (message-fill-paragraph): Clarify docstring.
3093
3094 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * gnus-art.el (gnus-mime-display-part): Protect against broken
3097         MIME messages.
3098
3099 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3102         before parsing header.
3103
3104 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3105
3106         * html2text.el: (html2text-replace-list): Add new entities.
3107
3108 2005-09-11  Romain Francoise  <romain@orebokech.com>
3109
3110         * message.el (message-alternative-emails): Improve docstring.
3111         (message-setup-1): Call `message-use-alternative-email-as-from'
3112         after `message-setup-hook' to give it precedence over posting
3113         styles, etc.
3114         (message-use-alternative-email-as-from): Add docstring.  Remove
3115         the original From header if present.
3116
3117         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3118         (nnml-save-mail): Use it.
3119
3120         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3121         articles.  Add new argument `silent'.
3122         (gnus-uu-mark-all): Report the total number of marked articles.
3123
3124 2005-09-10  Romain Francoise  <romain@orebokech.com>
3125
3126         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3127         (gnus-uu-mark-series): Likewise.
3128
3129 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3130
3131         * spam-report.el (spam-report-gmane): Fix generation of spam
3132         report URL.
3133
3134 2005-09-10  Simon Josefsson  <jas@extundo.com>
3135
3136         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3137         t, based on discussion on the ding list with Robert Epprecht
3138         <epprecht@solnet.ch>.
3139
3140 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3141
3142         * spam-report.el (spam-report-gmane): Make it work without
3143         X-Report-Spam header.  Gmane now only provides Archived-At.
3144         This is only used if `spam-report-gmane-use-article-number' is nil.
3145         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3146
3147         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3148         make `gnus-summary-sort-by-recipient' work with threading.
3149
3150         * nnweb.el (nnweb-google-wash-article): Print a message if article
3151         is not available.
3152
3153 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3154
3155         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3156         change.  Decode text/* parts content before displaying.
3157
3158 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3159
3160         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3161
3162 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3165
3166         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3167         url-package-name, url-package-version,
3168         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3169         w3m-display-inline-images, and w3m-minor-mode-map.
3170
3171 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3172
3173         * message.el (message-tab-body-function): Fixed mismatched custom
3174         type.
3175
3176         * gnus.el (gnus-group-change-level-function): Ditto.
3177
3178         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3179
3180         * gnus-art.el (gnus-signature-limit)
3181         (gnus-article-mime-part-function): Ditto.
3182
3183 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * mml.el (mml-mode): Silence the byte compiler.
3186
3187         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3188         using `(sit-for 0)' before moving the point to the specified part;
3189         skip unbuttonized parts.
3190         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3191         return to the summary window if gnus-auto-select-part is non-nil.
3192
3193 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3194
3195         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3196         variables.
3197         (mml-dnd-attach-file, mml-mode): Use them.
3198
3199         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3200         Make fetching article by MID work again for Google Groups.  Added
3201         FIXME concerning gnus-group-make-web-group.
3202
3203         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3204         Don't depend on Gnus by using mail-extract-address-components if
3205         gnus-extract-address-components is not bound.
3206
3207 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * gnus-art.el (gnus-mime-display-security): Don't display the
3210         signature, but only the signed part.
3211
3212 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3215
3216         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3217         list, not listp.
3218
3219 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3220
3221         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3222         when encoding.
3223
3224         * mm-bodies.el (mm-decode-content-transfer-encoding):
3225         De-canonicalize CRLF for all text content types, not just
3226         text/plain.
3227
3228 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3231         valid article; point arrow and cursor at the MIME button.
3232
3233 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3236         Suggested by Dan Christensen <jdc@uwo.ca>.
3237
3238         * mm-decode.el (mm-save-part): Enable change of prompt.
3239
3240 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3241
3242         * gnus-msg.el (gnus-inews-add-send-actions): Made
3243         `message-post-method' lambda parameter ARG `&optional'.
3244
3245 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3246
3247         * gnus-sum.el (gnus-summary-mime-map): Added
3248         gnus-article-save-part-and-strip, gnus-article-delete-part and
3249         gnus-article-jump-to-part.
3250
3251         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3252         (gnus-article-edit-part): Use it.
3253         (gnus-article-part-wrapper): Added no-handle argument.
3254         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3255         functions.
3256
3257 2005-08-29  Romain Francoise  <romain@orebokech.com>
3258
3259         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3260         docstring.
3261         (gnus-face-from-file): Likewise.
3262
3263 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3264
3265         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3266         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3267         non-nil.
3268         (gnus-auto-select-part): New variable.
3269         (gnus-article-jump-to-part): New function.
3270         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3271         (gnus-mime-delete-part): Allow selecting specified part after
3272         deleting or stripping parts.
3273         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3274         part if argument is bogus.
3275
3276 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3277
3278         * gnus-art.el (w3m-minor-mode-map):
3279         * gnus-spec.el (gnus-newsrc-file-version):
3280         * gnus-util.el (nnmail-active-file-coding-system)
3281         (gnus-original-article-buffer, gnus-user-agent):
3282         * gnus.el (gnus-ham-process-destinations)
3283         (gnus-parameter-ham-marks-alist)
3284         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3285         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3286         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3287         * mm-decode.el (gnus-current-window-configuration):
3288         * mm-extern.el (gnus-article-mime-handles):
3289         * mm-url.el (url-current-object, url-package-name)
3290         (url-package-version):
3291         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3292         (smime-keys, w3m-cid-retrieve-function-alist)
3293         (w3m-current-buffer, w3m-display-inline-images)
3294         (w3m-minor-mode-map):
3295         * mml-smime.el (gnus-extract-address-components):
3296         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3297         (gnus-newsrc-hashtb, message-default-charset)
3298         (message-deletable-headers, message-options)
3299         (message-posting-charset, message-required-mail-headers)
3300         (message-required-news-headers):
3301         * mml1991.el (mc-pgp-always-sign):
3302         * mml2015.el (mc-pgp-always-sign):
3303         * nnheader.el (nnmail-extra-headers):
3304         * rfc1843.el (gnus-decode-encoded-word-function)
3305         (gnus-decode-header-function, gnus-newsgroup-name):
3306         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3307
3308 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3309
3310         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3311         the end of the date treatments.
3312
3313 2005-08-15  Simon Josefsson  <jas@extundo.com>
3314
3315         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3316         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3317         Capello and Romain Francoise.
3318         (pgg-fetch-key-function): Removed, not used?
3319         (pgg-insert-url-with-w3): Require url, to get
3320         url-insert-file-contents regardless of where it is defined.
3321
3322 2005-08-13  Romain Francoise  <romain@orebokech.com>
3323
3324         * message.el (message-cite-original-1): New function.
3325         (message-cite-original): Use it.
3326         (message-cite-original-without-signature): Ditto.
3327
3328 2005-08-08  Romain Francoise  <romain@orebokech.com>
3329
3330         * message.el (message-yank-empty-prefix): New variable.
3331         (message-indent-citation): Use it.
3332         (message-cite-original-without-signature): Respect X-No-Archive.
3333
3334 2005-08-08  Simon Josefsson  <jas@extundo.com>
3335
3336         * pgg.el: Autoload url-insert-file-contents instead of loading
3337         w3/url.
3338         (pgg-insert-url-with-w3): Don't load url here.
3339
3340 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3341
3342         * message.el (message-kill-to-signature): Don't insert newline at
3343         bol.
3344         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3345
3346 2005-08-06  Romain Francoise  <romain@orebokech.com>
3347
3348         * message.el (message-user-fqdn): Fix typo in docstring.
3349
3350 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3351
3352         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3353
3354         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3355
3356 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * mm-bodies.el (mm-encode-body): Use coding system rather than
3359         charset to encode text.
3360
3361         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3362         number of charsets if utf-8 is available (XEmacs).
3363
3364 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3365
3366         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3367         taken from `gnus-button-mid-or-mail-regexp'.
3368         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3369         (gnus-button-alist): Improve regexp for domain part of the MIDs
3370         for news:localpart@domain buttons.
3371         (gnus-button-ctan-directory-regexp): Update.
3372
3373 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * sieve-manage.el (sieve-manage-interactive-login): Use
3376         make-local-variable rather than make-variable-buffer-local.
3377         (sieve-manage-open): Ditto.
3378         (sieve-manage-authenticate): Ditto.
3379
3380         * mml.el (mml-generate-mime-1): Make the content type default to
3381         text/plain if the filename is not specified.
3382
3383 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3386         instead of insert-buffer.
3387
3388         * message.el (message-yank-original): Ditto; set the mark at the
3389         end of the yanked message.
3390
3391 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3394         lines to scroll rather than to stop it.
3395
3396         * mml.el (mml-generate-default-type): Add doc string.
3397         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3398         default to application/octet-stream when determining the content
3399         type if it is not specified for the part or the mml contents; add
3400         a comment about mml-generate-default-type.
3401
3402 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3403
3404         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3405         make it default to application/octet-stream when determining the
3406         content type if it is not specified for the external contents.
3407
3408 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3411         segmented parameter but also other parameters might be there.
3412
3413 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * mm-decode.el (mm-display-external): Delete temp file, directory
3416         and buffer immediately if the external process is exited.
3417
3418 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3421         fewer lines than that of scroll-margin.
3422         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3423
3424 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-art.el (gnus-article-next-page): Revert.
3427         (gnus-article-beginning-of-window): New macro.
3428         (gnus-article-next-page-1): Use it.
3429         (gnus-article-prev-page): Ditto.
3430         (gnus-article-edit-part): Use insert-buffer-substring instead of
3431         insert-buffer.
3432         (gnus-article-edit-exit): Ditto.
3433
3434         * gnus-util.el (gnus-beginning-of-window): Remove.
3435         (gnus-end-of-window): Remove.
3436
3437         * lpath.el: Don't bind header-line-format and scroll-margin.
3438
3439 2005-07-25  Simon Josefsson  <jas@extundo.com>
3440
3441         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3442         to have the url package without w3.  Reported by Daiki Ueno
3443         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3444
3445 2005-07-20  Didier Verna  <didier@xemacs.org>
3446
3447         * gnus-diary.el: Remove the description comment (nndiary is now
3448         properly documented in the Gnus manual).
3449         Fix the spelling of "Back End".
3450         * nndiary.el: Ditto.
3451         Fix the copyright notice.
3452
3453 2005-07-18  Romain Francoise  <romain@orebokech.com>
3454
3455         * gnus-sum.el (gnus-summary-to-prefix,
3456         gnus-summary-newsgroup-prefix): New variables.
3457         (gnus-summary-from-or-to-or-newsgroups): Use them.
3458
3459 2005-07-17  Romain Francoise  <romain@orebokech.com>
3460
3461         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3462         space as it's generally not especially interesting to the user.
3463
3464 2005-07-16  Romain Francoise  <romain@orebokech.com>
3465
3466         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3467         nil to avoid prompting and file modification if one of the
3468         messages at the top of the nnfolder file contains a copyright
3469         notice.
3470         Update copyright notice.
3471
3472         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3473         instead of `current-time-string' as the latter creates a time
3474         string that is not RFC 2822 compliant (it lacks the zone).
3475         Update copyright notice.
3476
3477 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3478
3479         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3480         for text/rtf.  Display default in prompt.  Pass default for M-n.
3481
3482         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3483
3484 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * gnus-msg.el (gnus-button-mailto): Remove
3487         save-selected-window-window hackery because it relies on
3488         save-selected-window internals.
3489
3490 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3493         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3494         (gnus-article-prev-page): Ditto.
3495
3496         * gnus-util.el (gnus-beginning-of-window): New function.
3497         (gnus-end-of-window): New function.
3498
3499         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3500
3501 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3502
3503         * gnus-score.el (gnus-score-edit-all-score): Set
3504         gnus-score-edit-exit-function to gnus-score-edit-done and call
3505         gnus-message.
3506
3507 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * gnus-msg.el (gnus-button-mailto): Remove
3510         save-selected-window-window hackery because it relies on
3511         save-selected-window internals.
3512
3513 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3516         add-minor-mode.
3517         (gnus-binary-mode): Ditto.
3518
3519         * gnus-topic.el (gnus-topic-mode): Ditto.
3520
3521 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3522
3523         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3524         (gnus-article-prev-page): Take scroll-margin into consideration.
3525
3526 2005-07-04  Lute Kamstra  <lute@gnu.org>
3527
3528         Update FSF's address in GPL notices.
3529
3530 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3531
3532         * gnus.el (gnus-exit):
3533         * gnus-group.el (gnus-group-icons):
3534         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3535
3536         * gnus-nocem.el (gnus-nocem):
3537         * message.el (message-various, message-buffers, message-sending)
3538         (message-interface, message-forwarding, message-insertion)
3539         (message-headers, message-news, message-mail):
3540         * pgg-gpg.el (pgg-gpg):
3541         * pgg-parse.el (pgg-parse):
3542         * pgg-pgp.el (pgg-pgp):
3543         * pgg-pgp5.el (pgg-pgp5):
3544         * pop3.el (pop3): Finish `defgroup' description with period.
3545
3546 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * gnus-art.el (article-display-face): Improve the efficiency.
3549         (article-display-x-face): Ditto; remove grey x-face stuff.
3550
3551 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * gnus-art.el (article-display-face): Correct the position in
3554         which Faces are inserted.
3555
3556 2005-06-29  Didier Verna  <didier@xemacs.org>
3557
3558         * gnus-art.el (article-display-face): Display faces in correct
3559         order.
3560
3561 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3564         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3565         (gnus-nocem-check-article): Fetch the Type header.
3566         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3567         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3568         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3569         make sure gnus-nocem-hashtb is initialized.
3570         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3571         (gnus-nocem-unwanted-article-p): Ditto.
3572
3573         * pgg.el (pgg-verify): Return the verification result.
3574
3575 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3578         is ascii.
3579
3580 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3581
3582         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3583         `show-nonbreak-escape'.
3584
3585 2005-06-23  Lute Kamstra  <lute@gnu.org>
3586
3587         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3588
3589         * dig.el (dig-mode):
3590         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3591
3592 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3593
3594         * nnimap.el (nnimap-split-download-body): Fix spellings.
3595
3596 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3597
3598         * gnus-art.el (gnus-article-encrypt-body):
3599         * gnus-cus.el (gnus-score-customize):
3600         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3601         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3602
3603 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3604
3605         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
3606         header by looking for magic "MII" at the beginnig.
3607
3608 2005-06-16  Miles Bader  <miles@gnu.org>
3609
3610         * gnus-xmas.el (gnus-xmas-group-startup-message):
3611         Use renamed gnus-splash face.
3612
3613         * assistant.el (assistant-field): Remove "-face" suffix from face name.
3614         (assistant-field-face): New backward-compatibility alias for renamed
3615         face.
3616         (assistant-render-text): Use renamed assistant-field face.
3617
3618         * spam.el (spam): Remove "-face" suffix from face name.
3619         (spam-face): New backward-compatibility alias for renamed face.
3620         (spam-face, spam-initialize): Use renamed spam face.
3621
3622         * message.el (message-header-to, message-header-cc)
3623         (message-header-subject, message-header-newsgroups)
3624         (message-header-other, message-header-name)
3625         (message-header-xheader, message-separator, message-cited-text)
3626         (message-mml): Remove "-face" suffix from face names.
3627         (message-header-to-face, message-header-cc-face)
3628         (message-header-subject-face, message-header-newsgroups-face)
3629         (message-header-other-face, message-header-name-face)
3630         (message-header-xheader-face, message-separator-face)
3631         (message-cited-text-face, message-mml-face):
3632         New backward-compatibility aliases for renamed faces.
3633         (message-font-lock-keywords): Use renamed message faces.
3634
3635         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
3636         (sieve-test-commands, sieve-tagged-arguments):
3637         Remove "-face" suffix from face names.
3638         (sieve-control-commands-face, sieve-action-commands-face)
3639         (sieve-test-commands-face, sieve-tagged-arguments-face):
3640         New backward-compatibility aliases for renamed faces.
3641         (sieve-control-commands-face, sieve-action-commands-face)
3642         (sieve-test-commands-face, sieve-tagged-arguments-face):
3643         Use renamed sieve faces.
3644
3645         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
3646         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
3647         (gnus-group-news-3-empty, gnus-group-news-4)
3648         (gnus-group-news-4-empty, gnus-group-news-5)
3649         (gnus-group-news-5-empty, gnus-group-news-6)
3650         (gnus-group-news-6-empty, gnus-group-news-low)
3651         (gnus-group-news-low-empty, gnus-group-mail-1)
3652         (gnus-group-mail-1-empty, gnus-group-mail-2)
3653         (gnus-group-mail-2-empty, gnus-group-mail-3)
3654         (gnus-group-mail-3-empty, gnus-group-mail-low)
3655         (gnus-group-mail-low-empty, gnus-summary-selected)
3656         (gnus-summary-cancelled, gnus-summary-high-ticked)
3657         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
3658         (gnus-summary-high-ancient, gnus-summary-low-ancient)
3659         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
3660         (gnus-summary-low-undownloaded)
3661         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
3662         (gnus-summary-low-unread, gnus-summary-normal-unread)
3663         (gnus-summary-high-read, gnus-summary-low-read)
3664         (gnus-summary-normal-read, gnus-splash):
3665         Remove "-face" suffix from face names.
3666         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3667         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3668         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3669         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3670         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3671         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3672         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3673         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3674         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3675         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3676         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3677         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3678         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3679         (gnus-summary-normal-ticked-face)
3680         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
3681         (gnus-summary-normal-ancient-face)
3682         (gnus-summary-high-undownloaded-face)
3683         (gnus-summary-low-undownloaded-face)
3684         (gnus-summary-normal-undownloaded-face)
3685         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3686         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3687         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3688         (gnus-splash-face):
3689         New backward-compatibility aliases for renamed faces.
3690         (gnus-group-startup-message): Use renamed gnus faces.
3691
3692         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
3693         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
3694         (gnus-server-agent): Remove "-face" suffix from face names.
3695         (gnus-server-agent-face, gnus-server-opened-face)
3696         (gnus-server-closed-face, gnus-server-denied-face)
3697         (gnus-server-offline-face):
3698         New backward-compatibility aliases for renamed faces.
3699         (gnus-server-agent-face, gnus-server-opened-face)
3700         (gnus-server-closed-face, gnus-server-denied-face)
3701         (gnus-server-offline-face): Use renamed gnus faces.
3702
3703         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
3704         Remove "-face" suffix from face names.
3705         (gnus-picon-xbm-face, gnus-picon-face):
3706         New backward-compatibility aliases for renamed faces.
3707
3708         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
3709         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
3710         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
3711         (gnus-cite-11): Remove "-face" suffix from face names.
3712         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
3713         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
3714         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
3715         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
3716         New backward-compatibility aliases for renamed faces.
3717         (gnus-cite-attribution-face, gnus-cite-face-list)
3718         (gnus-article-boring-faces): Use renamed gnus faces.
3719
3720         * gnus-art.el (gnus-signature, gnus-header-from)
3721         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
3722         (gnus-header-content): Remove "-face" suffix from face names.
3723         (gnus-signature-face, gnus-header-from-face)
3724         (gnus-header-subject-face, gnus-header-newsgroups-face)
3725         (gnus-header-name-face, gnus-header-content-face):
3726         New backward-compatibility aliases for renamed faces.
3727         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
3728
3729         * gnus-sum.el (gnus-summary-selected-face)
3730         (gnus-summary-highlight): Use renamed gnus faces.
3731         * gnus-group.el (gnus-group-highlight): Likewise.
3732
3733 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3734
3735         * gnus-sieve.el (gnus-sieve-article-add-rule):
3736         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
3737         * spam-stat.el (spam-stat-buffer-change-to-spam)
3738         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
3739
3740         * message.el (message-is-yours-p):
3741         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
3742
3743 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * mm-view.el (mm-inline-text): Withdraw the last change.
3746
3747 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
3750         executing enriched-decode.
3751
3752 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
3755         charset of tar files.
3756
3757 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3758
3759         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
3760
3761 2005-06-04  Lute Kamstra  <lute@gnu.org>
3762
3763         * nnfolder.el (nnfolder-read-folder): Make sure that undo
3764         information is never recorded.
3765
3766 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3767
3768         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
3769
3770 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * pop3.el (pop3-apop): Run md5 in the binary mode.
3773
3774         * starttls.el (starttls-set-process-query-on-exit-flag):
3775         Use eval-and-compile.
3776
3777 2005-05-31  Simon Josefsson  <jas@extundo.com>
3778
3779         * smime.el (smime-replace-in-string): Define.
3780         (smime-cert-by-ldap-1): Use it.
3781
3782 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * gnus-art.el (article-display-x-face): Replace
3785         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3786
3787         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
3788         set-process-query-on-exit-flag or process-kill-without-query.
3789
3790         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
3791         loop instead of replace-regexp.
3792
3793         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
3794         instead of process-kill-without-query if it is available.
3795
3796         * lpath.el: Fbind ldap-search-entries.
3797
3798         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
3799         instead of find-file-hooks if it is available.
3800
3801         * mml1991.el: Bind pgg-default-user-id when compiling.
3802
3803         * mml2015.el: Bind pgg-default-user-id when compiling.
3804
3805         * nndraft.el (nndraft-request-associate-buffer):
3806         Use write-contents-functions instead of write-contents-hooks if it is
3807         available.
3808
3809         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
3810         instead of find-file-hooks if it is available.
3811
3812         * nntp.el (nntp-open-connection): Replace
3813         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3814         (nntp-open-ssl-stream): Ditto.
3815         (nntp-open-tls-stream): Ditto.
3816
3817         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
3818         set-process-query-on-exit-flag or process-kill-without-query.
3819         (starttls-open-stream-gnutls): Use it instead of
3820         process-kill-without-query.
3821         (starttls-open-stream): Ditto.
3822
3823 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
3824
3825         * smime.el (smime-cert-by-ldap-1): Don't use
3826         replace-regexp-in-string.
3827
3828 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3829
3830         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
3831
3832         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
3833         in PEM format. Adjust to the XEmacs compability.
3834
3835 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
3836
3837         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
3838         by `string-to-number'.
3839         * gnus-agent.el (gnus-agent-regenerate-group)
3840         (gnus-agent-fetch-articles): Ditto.
3841         * gnus-art.el (gnus-button-fetch-group): Ditto.
3842         * gnus-cache.el (gnus-cache-generate-active)
3843         (gnus-cache-articles-in-group): Ditto.
3844         * gnus-group.el (gnus-group-set-current-level)
3845         (gnus-group-insert-group-line): Ditto.
3846         * gnus-score.el (gnus-score-set-expunge-below)
3847         (gnus-score-set-mark-below, gnus-summary-score-effect)
3848         (gnus-summary-score-entry): Ditto.
3849         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
3850         (gnus-soup-pack): Ditto.
3851         * gnus-spec.el (gnus-xmas-format): Ditto.
3852         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
3853         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
3854         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
3855         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
3856         * nndb.el (nndb-get-remote-expire-response): Ditto.
3857         * nndiary.el (nndiary-parse-schedule-value)
3858         (nndiary-string-to-number, nndiary-request-replace-article)
3859         (nndiary-request-article): Ditto.
3860         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
3861         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
3862         * nneething.el (nneething-make-head): Ditto.
3863         * nnfolder.el (nnfolder-request-article)
3864         (nnfolder-retrieve-headers): Ditto.
3865         * nnheader.el (nnheader-file-to-number): Ditto.
3866         * nnkiboze.el (nnkiboze-request-article): Ditto.
3867         * nnmail.el (nnmail-process-unix-mail-format)
3868         (nnmail-process-babyl-mail-format): Ditto.
3869         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
3870         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
3871         (nnmh-request-create-group, nnmh-request-list-1)
3872         (nnmh-request-group, nnmh-request-article): Ditto.
3873         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
3874         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
3875         * nnsoup.el (nnsoup-make-active): Ditto.
3876         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
3877         * nntp.el (nntp-find-group-and-number)
3878         (nntp-retrieve-headers-with-xover): Ditto.
3879         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
3880         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
3881         (pgg-format-key-identifier): Ditto.
3882         * pop3.el (pop3-last, pop3-stat): Ditto.
3883         * qp.el (quoted-printable-decode-region): Ditto.
3884
3885         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
3886         of concat.
3887
3888 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3889
3890         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
3891
3892         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
3893
3894         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
3895
3896         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
3897
3898         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
3899
3900         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
3901
3902         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
3903         (gnus-carpal-mode): Ditto.
3904
3905         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
3906         (gnus-browse-mode): Ditto.
3907
3908         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
3909
3910         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
3911
3912 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3913
3914         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
3915
3916 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * gnus-util.el (gnus-run-mode-hooks): New function.
3919
3920         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
3921
3922         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
3923         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
3924
3925 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3926
3927         * gnus-agent.el (gnus-agent-make-mode-line-string):
3928         Use mode-line-highlight as mouse-face.
3929
3930 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * canlock.el (canlock): Change the parent group to news.
3933
3934         * deuglify.el (gnus-outlook-deuglify): Add :group.
3935
3936         * dig.el (dig): Add :group.
3937
3938         * dns-mode.el (dns-mode): Add :group.
3939
3940         * encrypt.el (encrypt): Add :group.
3941
3942         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
3943         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
3944         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
3945         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
3946         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
3947
3948         * gnus-diary.el (gnus-diary): Add :group.
3949
3950         * gnus.el (gnus-group-news-1-face): Add :group.
3951         (gnus-group-news-1-empty-face): Ditto.
3952         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
3953         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
3954         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
3955         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
3956         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
3957         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
3958         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
3959         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
3960         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
3961         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
3962         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
3963         (gnus-summary-high-ticked-face): Ditto.
3964         (gnus-summary-low-ticked-face): Ditto.
3965         (gnus-summary-normal-ticked-face): Ditto.
3966         (gnus-summary-high-ancient-face): Ditto.
3967         (gnus-summary-low-ancient-face): Ditto.
3968         (gnus-summary-normal-ancient-face): Ditto.
3969         (gnus-summary-high-undownloaded-face): Ditto.
3970         (gnus-summary-low-undownloaded-face): Ditto.
3971         (gnus-summary-normal-undownloaded-face): Ditto.
3972         (gnus-summary-high-unread-face): Ditto.
3973         (gnus-summary-low-unread-face): Ditto.
3974         (gnus-summary-normal-unread-face): Ditto.
3975         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
3976         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
3977
3978         * hashcash.el (hashcash): New custom group.
3979         (hashcash-default-payment): Add :group.
3980         (hashcash-payment-alist): Ditto.
3981         (hashcash-default-accept-payment): Ditto.
3982         (hashcash-accept-resources): Ditto.
3983         (hashcash-path): Ditto.
3984         (hashcash-extra-generate-parameters): Ditto.
3985         (hashcash-double-spend-database): Ditto.
3986         (hashcash-in-news): Ditto.
3987
3988         * message.el (message-minibuffer-local-map): Add :group.
3989
3990         * netrc.el (netrc): Add :group.
3991
3992         * sieve-manage.el (sieve-manage-log): Add :group.
3993         (sieve-manage-default-user): Diito.
3994         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
3995         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
3996         (sieve-manage-authenticators): Ditto.
3997         (sieve-manage-authenticator-alist): Ditto.
3998         (sieve-manage-default-port): Ditto.
3999
4000         * sieve-mode.el (sieve-control-commands-face): Add :group.
4001         (sieve-action-commands-face): Ditto.
4002         (sieve-test-commands-face): Ditto.
4003         (sieve-tagged-arguments-face): Ditto.
4004
4005         * smime.el (smime): Add :group.
4006
4007         * spam-report.el (spam-report): Add :group.
4008
4009         * spam.el (spam, spam-face): Add :group.
4010
4011 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012
4013         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4014         return \n.\n.\n at the end of articles.  Protect against that.
4015         (nntp-with-open-group): Allow debugging.
4016
4017         * nnheader.el (mail-header-set-extra): Make into a function
4018         because I just could't understand how to quote the list properly.
4019
4020         * dns.el (query-dns-cached): New function.
4021
4022 2005-05-26  Lute Kamstra  <lute@gnu.org>
4023
4024         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4025
4026 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4029
4030         * gnus-art.el: Don't autoload mail-extract-address-components.
4031
4032         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4033         eval-and-compile to evaluate it.
4034
4035         * hashcash.el: Don't autoload executable-find.
4036
4037         * nndb.el: Don't declare the nndb back end two or more times; don't
4038         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4039
4040         * nntp.el: Autoload format-spec instead of format; use
4041         eval-and-compile to evaluate autoload forms.
4042
4043 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
4044
4045         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4046
4047 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * gnus.el (gnus-version-number): Bump version.
4050
4051 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4052
4053         * gnus.el: No Gnus v0.3 is released.
4054
4055 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * lpath.el (featurep): Bind show-nonbreak-escape.
4058
4059 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * gnus-art.el (gnus-article-edit-part): Disable undo.
4062
4063 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4066         gnus-article-date-lapsed-new-header is t if date timer is active;
4067         skip headers in which the original date value is empty.
4068         (gnus-article-save-original-date): Redefine it as a macro.
4069         (gnus-display-mime): Use it.
4070
4071 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * gnus-art.el (article-date-ut): Support converting date in
4074         forwarded parts as well.
4075         (gnus-article-save-original-date): New function.
4076         (gnus-display-mime): Use it.
4077
4078 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4079
4080         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4081         enclosure element of <item>.
4082
4083 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4084
4085         * message.el (message-kill-buffer-query): Renamed from
4086         `message-kill-buffer-query-if-modified'.  Added :version.
4087
4088 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4091         window layout.
4092
4093 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * mml.el: Autoload dnd when compiling.
4096
4097 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4098
4099         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4100         x-dnd-*.
4101
4102 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * qp.el (quoted-printable-encode-region): Save excursion.
4105
4106 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4107
4108         * message.el (message-kill-buffer-query-if-modified): new variable
4109         so the user can kill a modified message buffer quickly
4110         (message-kill-buffer): use it.
4111
4112 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * lpath.el: Fbind display-time-event-handler; don't fbind
4115         string-to-multibyte.
4116
4117         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4118
4119 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4122         contained in text because xml.el decodes entities) with LFs.
4123
4124 2005-04-11  Lute Kamstra  <lute@gnu.org>
4125
4126         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4127         differently.
4128
4129 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4130
4131         * mm-util.el (mm-detect-coding-region): Typo.
4132
4133 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4136
4137 2005-04-06  D Goel  <deego@gnufans.org>
4138
4139         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4140         user-function allow user modifications of the scores.
4141         (spam-stat-score-buffer-user): New function, to allow
4142         user-computed modifications to the score.
4143         (spam-stat-score-buffer-user-functions): list of additional
4144         scoring functions
4145         (spam-stat-error-holder): global temporary error holder
4146         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4147         variable
4148
4149 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4150
4151         * gnus-registry.el (gnus-registry-clean-empty-function)
4152         (gnus-registry-trim, gnus-registry-fetch-groups)
4153         (gnus-registry-delete-group): now groups that match
4154         `gnus-registry-ignored-groups' will be removed from the registry
4155         entries, not just ignored for splitting.  This helps clean up the
4156         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4157         to get all the groups a message ID is in.
4158
4159         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4160         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4161         (spam-stat-score-buffer-user-functions): added :number custom type
4162
4163 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4166         argument in XEmacs.
4167
4168         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4169         (nnrss-request-group): Decode group name first.
4170         (nnrss-request-article): Make a text/plain article if mml-to-mime
4171         failed.
4172         (nnrss-get-encoding): Return a compatible encoding according to
4173         nnrss-compatible-encoding-alist.
4174         (nnrss-find-el): Use consp instead of listp.
4175         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4176
4177 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4180         which Emacs 20 doesn't support.
4181         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4182
4183 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4184
4185         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4186         silence the byte compiler inside the defun
4187
4188         * gnus-demon.el (parse-time-string): Add autoload.
4189
4190         * gnus-delay.el (parse-time-string): Add autoload.
4191
4192         * gnus-art.el (parse-time-string): Add autoload.
4193
4194         * nnultimate.el (parse-time): Require for `parse-time-string'.
4195
4196 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4197
4198         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4199
4200         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4201
4202         * smime.el (smime-ldap-host-list): Add :version.
4203
4204 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4207         pass it to `gnus-browse-read-group'.
4208         (gnus-browse-read-group): Add NUMBER argument and pass it to
4209         `gnus-group-read-ephemeral-group'.
4210
4211         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4212         argument and pass it to `gnus-group-read-group'.
4213
4214 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4215
4216         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4217         mm-xemacs-find-mime-charset-1 if we have the mule feature
4218         available at runtime.
4219
4220 2005-03-25  Werner Lemberg  <wl@gnu.org>
4221
4222         * nnmaildir.el: Replace `illegal' with `invalid'.
4223
4224 2005-03-23  Lute Kamstra  <lute@gnu.org>
4225
4226         * time-date.el: Add comment on time value formats.
4227         Don't require parse-time.
4228         (with-decoded-time-value): New macro.
4229         (encode-time-value): New function.
4230         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4231         (days-to-time): Return a valid time value when arg is huge.
4232         (time-since): Use time-subtract.
4233         (time-to-number-of-days): Use time-to-seconds.
4234
4235 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4236
4237         * gnus-start.el (gnus-display-time-event-handler):
4238         Check display-time-timer at runtime rather than only at load time
4239         in case display-time-mode is turned off in the mean time.
4240
4241 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4242
4243         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4244         used.
4245
4246         * nneething.el (nneething-map-file-directory): Derive from
4247         `gnus-directory'.
4248
4249         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4250         the To/Cc button.
4251
4252 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4253
4254         * nnmaildir.el (nnmaildir-request-accept-article):
4255         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4256
4257 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4258
4259         * gnus-async.el: Require timer-funcs at compile time when in
4260         XEmacs for `run-with-idle-timer'.
4261
4262 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4263
4264         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4265         autoloaded function.
4266
4267 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4268
4269         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4270
4271 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4272
4273         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4274
4275 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4278         gnus-expert-user to default.
4279
4280 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4281
4282         * nnimap.el (nnimap-open-server): Ditto.
4283
4284         * imap.el (imap-authenticate): Fix typo.
4285
4286 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4287
4288         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4289         buffer (since IMAP server might return FETCH response out of
4290         order, and the nntp buffer must be sorted).
4291
4292 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4293
4294         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4295         comparison on string.
4296
4297         * gnus-agent.el (gnus-agent-long-article,
4298         gnus-agent-short-article, gnus-agent-score): Renamed category
4299         keywords to match gnus-cus.
4300         (gnus-agent-summary-fetch-series): Modified to protect against
4301         gnus-agent-summary-fetch-group clearing processable flags.
4302         (gnus-agent-synchronize-group-flags): Update live group buffer as
4303         synchronization may occur due to the user toggle the plugged
4304         status.
4305         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4306         successfully downloaded.
4307         (gnus-agent-expire-group-1): Avoid using markers when the overview
4308         is in ascending order; greatly improves performance.
4309         (gnus-agent-regenerate-group): Use
4310         gnus-agent-synchronize-group-flags to reset read status in both
4311         gnus and server.
4312         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4313
4314 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4315
4316         * message.el: Don't autoload former message-utils variables.
4317         (message-strip-subject-trailing-was): Change doc string.
4318
4319         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4320         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4321         (nnweb-google-search): Add "hl=en" here.
4322         (nnweb-google-parse-1, nnweb-google-create-mapping):
4323         Don't hardcode URL.
4324
4325 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4326
4327         * message.el (message-get-reply-headers, message-followup):
4328         Mention related variables `message-use-followup-to' and
4329         `message-use-mail-followup-to', in the information buffer.
4330
4331         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4332         of broken groups(-beta).google.com.
4333
4334 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4335
4336         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4337         parameter to invoked gnus-request-move-article; remove the
4338         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4339         all at once instead of once per article
4340         (gnus-summary-remove-process-mark): accept a list of articles as
4341         well as a single article for processing
4342
4343         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4344
4345         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4346
4347         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4348
4349         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4350
4351         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4352
4353         * nnimap.el (nnimap-request-move-article): add move-is-internal
4354         parameter and remove the gnus-sum-hint-move-is-internal variable
4355
4356         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4357
4358         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4359
4360         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4361
4362         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4363
4364         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4365
4366         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4367
4368 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4369
4370         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4371         a more conservative way.
4372
4373 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4374
4375         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4376         buffer, so it moves the window's cursor.
4377
4378 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4379
4380         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4381         `mm-dissect-multipart' and receive the from field as an (optional)
4382         argument from `mm-dissect-multipart'.
4383         (mm-dissect-multipart): Receive the from field as an argument and
4384         pass it on when we call `mm-dissect-buffer' on MIME parts.
4385         Fixes verification/decryption of signed/encrypted MIME parts.
4386
4387 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4388
4389         * gnus-sum.el (gnus-summary-move-article): set
4390         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4391         whatever it calls (right now, only nnimap-request-move article
4392         respects it)
4393
4394         * nnimap.el (nnimap-request-move-article): when
4395         gnus-sum-hint-move-is-internal is set, don't do the extra
4396         nnimap-request-article
4397
4398 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4399
4400         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4401
4402         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4403         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4404
4405         * gnus-sum.el (gnus-summary-caesar-message):
4406         Apply `gnus-treat-article' after rotation.
4407
4408         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4409         doc string.
4410
4411 2005-02-22  Simon Josefsson  <jas@extundo.com>
4412
4413         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4414         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4415         <arne@arnested.dk>.
4416         (encrypt): Add password-cache and password-cache-expiry as group
4417         members.
4418
4419 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4420
4421         * smime.el (smime-ldap-host-list): Doc fix.
4422         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4423         cache) password.
4424         (smime-sign-region): Use it.
4425         (smime-decrypt-region): Use it.
4426         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4427         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4428         fails.
4429         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4430         certificate from DER to PEM format rather than calling openssl.
4431
4432         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4433
4434         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4435         for signing/encryption.
4436
4437         * mml.el (mml-parse-1): Use them.
4438
4439 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4440
4441         * nnrss.el (nnrss-verbose): Removed.
4442         (nnrss-request-group): Use `nnheader-message' instead.
4443
4444 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4445
4446         * nnrss.el (nnrss-verbose): New variable.
4447         (nnrss-request-group): Make it say nnrss is requesting a group.
4448
4449 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4450
4451         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4452         Handle news URL with given port correctly.
4453
4454 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4457         containing special characters.
4458
4459         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4460
4461         * mml.el (mime-to-mml): Ditto.
4462
4463         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4464         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4465         (rfc2047-decode-region): Quote decoded words containing special
4466         characters when rfc2047-quote-decoded-words-containing-tspecials
4467         is non-nil.
4468
4469 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4470
4471         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4472
4473         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4474
4475 2005-02-15  Simon Josefsson  <jas@extundo.com>
4476
4477         * nnimap.el (nnimap-debug): Doc fix.
4478
4479         * imap.el (imap-debug): Doc fix.
4480
4481 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4484
4485 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * gnus.el (spam-contents): improve docs for spam-contents
4488         parameter in its variable incarnation
4489
4490 2005-02-14  Simon Josefsson  <jas@extundo.com>
4491
4492         * smime-ldap.el: Use require instead of load-library for ldap.
4493         (smime-ldap-search): Indent.
4494         (smime-ldap-search-internal): Shorten line.
4495
4496         * smime.el (smime-cert-by-dns): Add doc-string.
4497         (smime-cert-by-ldap-1): Indent.
4498
4499         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4500         mml-smime-get-dns-ldap.
4501         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4502
4503 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4504
4505         * smime.el: Require smime-ldap.
4506         (smime-ldap-host-list): New variable.
4507         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4508
4509         * mml-smime.el (mml-smime-encrypt-query): New function.
4510         (mml-smime-encrypt-query): Use it.
4511
4512         * smime-ldap.el: New file.
4513
4514 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4517
4518 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4519
4520         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4521         argument in doc string.  Make query for type more clear.
4522
4523 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4524
4525         * gnus.el (gnus-group-startup-message): Search for gnus images in
4526         etc/images/gnus.
4527         * mm-util.el (mm-find-charset-region): Likewise.
4528         * smiley.el (smiley-data-directory): Search for smilies in
4529         etc/images/smilies.
4530
4531 2005-02-09  Kim F. Storm  <storm@cua.dk>
4532
4533         Change Emacs release version from 21.4 to 22.1 throughout.
4534         Change Emacs development version from 21.3.50 to 22.0.50.
4535
4536 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4539
4540         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4541         non-Mule XEmacs as well.
4542         (mm-decompress-buffer): Signal an error intentionally if it does
4543         not decompress compressed data because auto-compression-mode is
4544         disabled.
4545
4546 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4547
4548         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4549         an ID in the registry even if it has no groups
4550
4551 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4554         merge it into mm-decompress-buffer.
4555         (gnus-mime-copy-part): Use the MIME part charset, the value which
4556         a user specified or gnus-newsgroup-charset for decoding, like
4557         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4558         save-buffer what was used.  Suggested by Kevin Ryde
4559         <user42@zip.com.au>.
4560         (gnus-mime-inline-part): Allow the name parameter as well as the
4561         filename parameter; force decompressing of compressed data; always
4562         display contents being not decoded as unibyte.
4563
4564         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4565         as well as the filename parameter.
4566
4567         * mm-util.el (mm-decompress-buffer): Merge
4568         gnus-mime-jka-compr-maybe-uncompress.
4569         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4570         of compressed data.
4571
4572 2005-02-08  Simon Josefsson  <jas@extundo.com>
4573
4574         * imap.el (imap-log): Doc fix.
4575
4576 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4579         the coding cookies; decompress compressed parts.
4580
4581         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4582         to the value which a user specified manually or the coding cookie.
4583
4584         * mm-util.el (mm-string-to-multibyte): New function.
4585         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4586         (mm-coding-system-to-mime-charset): New function.
4587         (mm-decompress-buffer): New function.
4588         (mm-find-buffer-file-coding-system): New function.
4589
4590         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4591         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4592         parts.
4593
4594 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4595
4596         * mm-view.el (mm-display-inline-fontify): Decode a part according
4597         to the charset parameter.
4598
4599 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4602         prefix arg is neither nil nor a number, as info specifies.
4603
4604 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
4607         timestamps.
4608
4609 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
4610
4611         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
4612         groups error checking and notify user.
4613
4614 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
4615
4616         * message.el (message-send-mail-function): Check existence of
4617         sendmail-program first before using default value
4618         `message-send-mail-with-sendmail'.  Otherwise use more generic
4619         `smtpmail-send-it'.
4620
4621 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * nntp.el (nntp-request-update-info): Always return nil.
4624
4625 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4626
4627         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
4628
4629 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4630
4631         * message.el (message-beginning-of-line): Change the behavior when
4632         invoked between BOL and : so that it first moves backward.
4633
4634 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
4637         article buffer when editing of the article is discarded.
4638         (gnus-article-prepare): Revert.
4639
4640 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus-art.el (gnus-article-prepare):
4643         Remove message-strip-forbidden-properties from the local hook.
4644
4645 2005-01-27  Simon Josefsson  <jas@extundo.com>
4646
4647         * password.el (password-cache-add): Only start one timer per key.
4648         Reported by Derek Atkins <warlord@MIT.EDU>.
4649
4650 2005-01-26  Steve Youngs  <steve@sxemacs.org>
4651
4652         * run-at-time.el: Removed.  It is no longer needed as
4653         timer-funcs.el in the xemacs-base package has a working version of
4654         `run-at-time'.
4655
4656         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
4657
4658         * password.el: Require timer-funcs instead of run-at-time in
4659         XEmacs.
4660         Remove `password-run-at-time' macro.
4661         (password-cache-add): Use `run-at-time' instead of
4662         `password-run-at-time'.
4663
4664         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
4665         Remove `nnheader-cancel-function-timers' alias,
4666         `cancel-function-timers' exists in XEmacs in timer-funcs.
4667
4668         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
4669         for `run-with-idle-timer'.
4670
4671         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
4672         for `run-at-time'.
4673
4674         * mm-url.el: Require timer-funcs at compile time when in XEmacs
4675         for `with-timeout'.
4676
4677         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
4678         the same as for XEmacs 21.4.
4679         No need to ignore `run-with-idle-timer', this function exists in
4680         XEmacs now in timer-funcs.el in the xemacs-base package.
4681         (dgnushack-compile): No need to delete
4682         run-at-time.el from the list of files to compile because it
4683         doesn't exist anymore.
4684
4685 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * mml.el (mml-generate-mime-1): Convert string into unibyte when
4688         inserting " *mml*" buffer's contents into a unibyte temp buffer.
4689
4690 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
4691
4692         * mail-source.el (mail-source-fetch-imap): Search for ^From case
4693         sensitively.
4694
4695 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
4696
4697         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
4698
4699 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
4702         which will be inserted according to the multibyteness of a buffer
4703         rather than the type of contents.  Suggested by ARISAWA Akihiro
4704         <ari@mbf.ocn.ne.jp>.
4705
4706         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
4707         of string which old xml.el may return rather than a string.
4708
4709 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
4712
4713 2005-01-16  Simon Josefsson  <jas@extundo.com>
4714
4715         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
4716         idn/idna.el isn't available.
4717         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
4718         <michael@waxrat.com>.
4719
4720         * hashcash.el: Remove non-FSF copyright header.
4721
4722         * hashcash.el (hashcash-extra-generate-parameters): New variable.
4723         (hashcash-generate-payment): Use it.
4724         (hashcash-generate-payment-async): Use it.
4725
4726 2005-01-15  Simon Josefsson  <jas@extundo.com>
4727
4728         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
4729         Suggested by Raymond Scholz <ray-2005@zonix.de>.
4730
4731         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
4732         gnus-summary-idna-message.
4733         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
4734         (gnus-summary-idna-message): New function.
4735
4736 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4737
4738         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
4739         gnus-novice-user.
4740
4741 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * nnrss.el (nnrss-request-delete-group): Delete entries in
4744         nnrss-group-alist as well.
4745         (nnrss-save-server-data): Insert newline.
4746
4747 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4748
4749         * gnus.el (gnus-user-agent): Use list of symbols instead of
4750         symbols.  Display full version number for (S)XEmacs.  Optionally
4751         display (S)XEmacs codename.
4752
4753         * gnus-util.el (gnus-emacs-version): Update for new
4754         `gnus-user-agent'.
4755
4756         * gnus-msg.el (gnus-extended-version): Make it possible to omit
4757         Gnus version.
4758
4759 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4760
4761         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
4762         which is unreadable in some setups.
4763
4764 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * gnus-spec.el (gnus-update-format-specifications): Flush the
4767         group format spec cache if it doesn't support decoded group names.
4768
4769 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
4772         to apply decay on score files matching a regexp.
4773
4774 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
4777         compatibility in %g and %c.
4778
4779 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
4782         name for only %g and %c.
4783         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
4784         of gnus-tmp-group to decoded group name.
4785         (gnus-group-make-rss-group): Exclude `/'s from group names.
4786
4787 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * nnrss.el (nnrss-get-encoding): Fix regexp.
4790
4791 2004-12-27  Simon Josefsson  <jas@extundo.com>
4792
4793         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
4794         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
4795         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
4796
4797 2004-12-17  Kim F. Storm  <storm@cua.dk>
4798
4799         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
4800
4801         * gnus-sum.el (gnus-summary-mode-map): Likewise.
4802
4803 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4804
4805         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
4806
4807 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * nnrss.el: Require rfc2047 and mml.
4810         (nnrss-file-coding-system): New variable.
4811         (nnrss-format-string): Redefine it as an inline function.
4812         (nnrss-decode-group-name): New function.
4813         (nnrss-string-as-multibyte): Remove.
4814         (nnrss-retrieve-headers): Decode group name; don't use
4815         nnrss-format-string.
4816         (nnrss-request-group): Decode group name.
4817         (nnrss-request-article): Decode group name; allow a Message-ID as
4818         well as an article number; don't use nnrss-format-string; encode a
4819         Message-ID string which may contain non-ASCII characters; use
4820         mml-to-mime to compose a MIME article.
4821         (nnrss-request-expire-articles): Decode group name.
4822         (nnrss-request-delete-group): Decode group name.
4823         (nnrss-fetch): Clarify error message.
4824         (nnrss-read-server-data): Use insert-file-contents instead of load;
4825         bind file-name-coding-system; use multibyte buffer.
4826         (nnrss-save-server-data): Bind coding-system-for-write to the
4827         value of nnrss-file-coding-system; bind file-name-coding-system;
4828         add coding cookie.
4829         (nnrss-read-group-data): Use insert-file-contents instead of load;
4830         bind file-name-coding-system; use multibyte buffer.
4831         (nnrss-save-group-data): Bind coding-system-for-write to the
4832         value of nnrss-file-coding-system; bind file-name-coding-system.
4833         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
4834         make it work with non-ASCII text.
4835         (nnrss-find-el): Make it work with old xml.el as well.
4836
4837 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4838
4839         * nnrss.el (nnrss-get-encoding): New function.
4840         (nnrss-fetch): Use unibyte buffer initially; bind
4841         coding-system-for-read while performing mm-url-insert; remove ^Ms;
4842         decode contents according to the encoding attribute.
4843         (nnrss-save-group-data): Add coding cookie.
4844         (nnrss-mime-encode-string): New function.
4845         (nnrss-check-group): Use it to encode subject and author.
4846
4847 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4848
4849         * spam.el (spam-check-BBDB): don't get the symbol-value of an
4850         imaginary variable
4851
4852 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
4855         correctly even if there are wide characters.
4856
4857 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4858
4859         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
4860         downcased symbol names; make a new cache instead of reusing
4861         bbdb-hashtable
4862
4863 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4866         concatenating segments rather than before concatenating them.
4867         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4868
4869         * message.el (message-get-reply-headers): Bind `extra'.
4870
4871 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * message.el (message-extra-wide-headers): New variable.
4874         (message-get-reply-headers): Use it.
4875
4876 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * gnus-agent.el (gnus-agent-group-path): Decode group name.
4879         (gnus-agent-group-pathname): Ditto.
4880
4881         * gnus-cache.el (gnus-cache-file-name): Decode group name.
4882
4883         * gnus-group.el (gnus-group-make-group): Decode group name.
4884         (gnus-group-make-rss-group): Register the group data after opening
4885         the nnrss group.
4886
4887 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
4888
4889         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
4890         by expiry now get marked as read.
4891
4892 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
4895
4896 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
4897
4898         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
4899         unify Latin characters in XEmacs.
4900         (mm-find-mime-charset-region): Use it.
4901
4902 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * gnus-util.el (gnus-delete-directory): New function.
4905
4906         * gnus-agent.el (gnus-agent-delete-group): Use it.
4907
4908         * gnus-cache.el (gnus-cache-delete-group): Use it.
4909
4910 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
4913         names.
4914
4915 2004-12-16  Simon Josefsson  <jas@extundo.com>
4916
4917         * hashcash.el (hashcash-payment-alist): Fix custom :type.
4918
4919 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
4922
4923         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
4924         (gnus-group-set-current-level): Decode group name.
4925
4926 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
4927
4928         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
4929         failed.
4930
4931 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * gnus-group.el (gnus-group-delete-group): Decode group name.
4934         (gnus-group-make-rss-group): Encode group name.
4935         (gnus-group-catchup-current): Decode group name.
4936         (gnus-group-kill-group): Decode group name.
4937
4938 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4939
4940         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
4941
4942 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * gnus-group.el (gnus-group-make-rss-group):
4945         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
4946
4947         * gnus-start.el (gnus-setup-news): Honor user's setting to
4948         gnus-message-archive-method.  Suggested by Lute Kamstra
4949         <lute@gnu.org>.
4950
4951 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
4952
4953         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
4954         global counterparts of the buffer-local variables.
4955
4956 2004-11-16  Romain Francoise  <romain@orebokech.com>
4957
4958         * gnus-sum.el (gnus-summary-exit): Don't clear the global
4959         counterparts of the buffer-local variables.
4960
4961 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4962
4963         * message.el (message-forbidden-properties): Fixed typo in doc
4964         string.
4965
4966 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4967
4968         * gnus-util.el (gnus-replace-in-string): Added doc string.
4969
4970         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
4971         to avoid problems when splitting mails with many recipients.
4972
4973 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4974
4975         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
4976         pop-to-buffer, covered by the subsequent gnus-configure-windows.
4977
4978 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
4979
4980         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
4981         if there is no hashtable in memory or file modification time is
4982         newer than cached timestamp.
4983
4984 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4985
4986         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
4987         not-matching option.
4988
4989 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
4990
4991         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
4992         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
4993         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4994         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
4995         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
4996         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
4997
4998 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * message.el (message-forward-make-body-mml): Remove headers
5001         according to message-forward-ignored-headers if a message is decoded.
5002
5003 2004-12-02  Romain Francoise  <romain@orebokech.com>
5004
5005         * message.el (message-forward-make-body-plain): Always remove
5006         headers according to message-forward-ignored-headers.
5007
5008 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5009
5010         * spam.el (spam-summary-prepare-exit): remove the
5011         gnus-summary-limit pop for now, it has problems with ham marks for
5012         me
5013
5014 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5015
5016         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5017         correctly
5018
5019 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5020
5021         * format-spec.el (format-spec): Message the char.
5022
5023 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5024
5025         * gnus-art.el (gnus-split-methods): reformat comments
5026
5027         * spam.el (spam-summary-prepare-exit): remove article limits
5028         before exiting the summary buffer
5029
5030 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5033         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5034
5035         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5036         order to silence the byte compiler.
5037
5038         * spam.el: Fix the way to silence the byte compiler, which
5039         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5040         bbdb-search-simple, spam-BBDB-register-routine,
5041         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5042         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5043         spam-stat-buffer-is-spam, spam-stat-load,
5044         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5045         spam-stat-save and spam-stat-split-fancy.
5046
5047 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5050         which may confuse users.
5051         (canlock-password-for-verify): Ditto.
5052
5053         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5054
5055         * gnus-art.el (gnus-emphasis-alist): Ditto.
5056
5057         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5058
5059         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5060
5061         * gnus-start.el (gnus-save-killed-list): Ditto.
5062
5063         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5064         (gnus-sum-thread-tree-root): Ditto.
5065         (gnus-sum-thread-tree-false-root): Ditto.
5066         (gnus-sum-thread-tree-single-indent): Ditto.
5067
5068         * message.el (message-courtesy-message): Ditto.
5069         (message-archive-note): Ditto.
5070         (message-subscribed-address-file): Ditto.
5071         (message-user-fqdn): Ditto.
5072
5073         * spam-report.el (spam-report-gmane-regex): Ditto.
5074
5075         * spam.el (spam-blackhole-good-server-regex): Ditto.
5076
5077 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * mml.el (mml-preview): Widen the message buffer before copying
5080         the contents to the preview buffer; sort headers before previewing.
5081
5082         * message.el (message-hidden-headers): Fix the way to avoid a bug
5083         in the `repeat' widget in Emacs 21.3 or earlier.
5084
5085 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * message.el (message-hidden-headers): Default to "^References:".
5088         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
5089         (message-strip-forbidden-properties): Remove check for obsolete
5090         `message-hidden' text property, hidden headers are not accessible
5091         in the buffer anymore.  From Romain Francoise on January 11, 2004.
5092
5093 2004-11-22  Romain Francoise  <romain@orebokech.com>
5094
5095         * message.el (message-header-format-alist): Add `From' in list
5096         so that it can be sorted.
5097         (message-fix-before-sending): Widen and sort headers before
5098         sending.
5099         (message-hide-headers): Use narrowing to hide headers by moving
5100         them to the top of the buffer and narrowing to the region
5101         underneath.
5102
5103 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * message.el (message-strip-forbidden-properties): Bind
5106         buffer-read-only (etc) to nil.
5107
5108 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5111         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5112
5113 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5114
5115         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5116
5117 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5118
5119         * dns.el (query-dns): Use sit-for to time instead of
5120         accept-process-output, since that doesn't seem to work on udp
5121         sockets.
5122
5123 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5126
5127 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5128
5129         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5130         docstrings.
5131
5132 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * nntp.el (nntp-request-update-info): Return nil if
5135         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5136         may not call gnus-activate-group which uselessly issues the GROUP
5137         commands for all nntp groups and wastes time.  Reported by Romain
5138         Francoise <romain@orebokech.com>.
5139
5140         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5141
5142 2004-11-15  Simon Josefsson  <jas@extundo.com>
5143
5144         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5145         headers separately.
5146         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5147         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5148
5149 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5150
5151         * gnus-start.el (gnus-convert-old-newsrc):
5152         Assign legacy-gnus-agent to 5.10.7.
5153
5154 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5155
5156         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5157         start of the lines.
5158
5159 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5160
5161         * hashcash.el (hashcash-default-payment): Change default to 20
5162         (hashcash-default-accept-payment): Change default to 20
5163         (hashcash-process-alist): New variable
5164         (hashcash-generate-payment-async): Add
5165         (hashcash-already-paid-p): Add
5166         (hashcash-insert-payment): Don't generate payments twice
5167         (hashcash-insert-payment-async): Add
5168         (hashcash-insert-payment-async-2): Add
5169         (hashcash-cancel-async): Add
5170         (hashcash-wait-async): Add
5171         (hashcash-processes-running-p): Add
5172         (hashcash-wait-or-cancel): Add
5173         (mail-add-payment): New optional argument.  Conditionally start
5174         asynchronous calculation.
5175         (mail-add-payment-async): Add
5176
5177         * message.el (message-send-mail): Wait for asynchronous hashcash
5178         results.  Don't clobber existing X-Hashcash headers.
5179         (message-setup-1): Call mail-add-payment-async when
5180         message-generate-hashcash is non-nil.
5181
5182 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5183
5184         * message.el (message-use-alternative-email-as-from): Examine the
5185         From header as well; use message-make-from in order to include a
5186         user's full name.
5187
5188 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5191         default; improve customization type.
5192         (gnus-emphasis-custom-with-format): New macro.
5193         (gnus-emphasis-custom-value-to-external): New function.
5194         (gnus-emphasis-custom-value-to-internal): New function.
5195
5196 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * dns.el (query-dns): Resolve reverse addresses.
5199
5200 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * gnus-group.el (gnus-group-get-new-news): Use it.
5203
5204         * gnus-start.el (gnus-check-reasonable-setup): New function.
5205
5206 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5209         "Args out of range" error.  Reported by Arnaud Giersch
5210         <arnaud.giersch@free.fr>.
5211
5212 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
5213
5214         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5215         From Stefan Wiens <s.wi@gmx.net>.
5216
5217 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5218
5219         * spam.el (spam group): Add :version.
5220
5221         * pgg-def.el (pgg group): Add :version.
5222
5223 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-art.el (gnus-article-edit-article): Don't associate the
5226         article buffer with a draft file.  This is a temporary measure
5227         against the 2004-08-22 change to gnus-article-edit-mode.
5228
5229 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5232         (html2text-format-tags): Remove unused variable `attr'.
5233
5234 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5235
5236         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5237
5238         * tls.el (tls-process-connection-type, tls-success)
5239         (tls-certtool-program): Add :version.
5240
5241         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5242         (starttls-extra-arguments, starttls-process-connection-type)
5243         (starttls-connect, starttls-failure, starttls-success):
5244
5245         * spam-stat.el (spam-stat): Add :version.
5246
5247         * sieve.el (sieve): Add :version.
5248
5249         * sha1.el (sha1): Add :version.
5250         (sha1-use-external): Remove redundant version.
5251
5252         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5253         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5254         (nnmail-split-fancy-match-partial-words)
5255         (nnmail-split-lowercase-expanded):
5256
5257         * nndiary.el (nndiary): Add :version.
5258
5259         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5260
5261         * mml-sec.el (mml-default-sign-method)
5262         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5263         Add :version.
5264
5265         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5266
5267         * mm-url.el (mm-url-use-external, mm-url-program)
5268         (mm-url-arguments): Add :version.
5269
5270         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5271         (mm-attachment-file-modes, mm-decrypt-option)
5272         (mm-w3m-safe-url-regexp): Add :version.
5273
5274         * message.el (message-cite-prefix-regexp)
5275         (message-sendmail-envelope-from, message-minibuffer-local-map)
5276         (message-user-fqdn, message-completion-alist): Add :version.
5277
5278         * gnus-win.el (gnus-configure-windows-hook)
5279         (gnus-use-frames-on-any-display): Add :version.
5280
5281         * gnus-art.el (gnus-article-address-banner-alist)
5282         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5283         (gnus-treat-from-picon, gnus-treat-mail-picon)
5284         (gnus-treat-x-pgp-sig): Add :version.
5285
5286         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5287         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5288         (gnus-summary-article-delete-hook)
5289         (gnus-summary-display-while-building): Add :version.
5290
5291         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5292         (gnus-get-top-new-news-hook):Add :version.
5293
5294         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5295         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5296
5297         * gnus-registry.el (gnus-registry): Add :version.
5298
5299         * gnus-spec.el (gnus-use-correct-string-widths)
5300         (gnus-make-format-preserve-properties): Add :version.
5301
5302         * gnus.el (gnus-group-charter-alist)
5303         (gnus-group-fetch-control-use-browse-url)
5304         (gnus-install-group-spam-parameters): Add :version.
5305
5306         * gnus-diary.el (gnus-diary): Add :version.
5307
5308         * gnus-delay.el (gnus-delay): Add :version.
5309
5310         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5311         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5312         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5313         Add :version.
5314
5315         * gnus-agent.el (gnus-agent-max-fetch-size)
5316         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5317         (gnus-agent-prompt-send-queue): Add :version.
5318
5319         * deuglify.el (gnus-outlook-deuglify): Add :version.
5320
5321         * html2text.el: Beautify code.  Improve doc strings.  Some
5322         checkdoc cleanup.
5323         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5324
5325 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
5326
5327         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5328
5329 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5330
5331         * gnus-registry.el (gnus-registry-hashtb): create the registry
5332         when package is loaded
5333
5334         * spam.el (spam-summary-score-preferred-header): global preference
5335         for people who want to override the default SpamAssassin over
5336         Bogofilter preference (when both are set)
5337         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5338         (spam-user-format-function-S): check spam-summary-score-preferred-header
5339         (spam-extra-header-to-number): add X-Bogosity header parsing
5340         (spam-user-format-function-S): format the score correctly
5341
5342 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5345         signature file.  Suggested by Manoj Srivastava
5346         <srivasta@golden-gryphon.com>.
5347
5348         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5349         iso-2022-jp even in the Japanese language environment.
5350         Suggested by Jason Rumney <jasonr@gnu.org>.
5351
5352 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5355         use the same characters as the dummy marks; make it free from
5356         getting affected by the language environment.
5357         (gnus-summary-read-group-1): Update mark positions only when the
5358         format spec is updated.
5359
5360         * gnus-spec.el (gnus-update-format-specifications): Return a list
5361         of updated types.
5362
5363 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5366         of boundp to check if display-warning is available.
5367
5368 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5371
5372 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * nnspool.el (nnspool-spool-directory): Use news-path if the
5375         news-directory variable is not bound.
5376
5377         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5378         function instead of display-warning if it is not available.
5379
5380 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5381
5382         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5383         v5-10: Use `point-at-bol'.
5384
5385 2004-10-26  Simon Josefsson  <jas@extundo.com>
5386
5387         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5388         <chenggao@gmail.com>.
5389
5390 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5391
5392         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5393         instead.
5394
5395 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5396
5397         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5398         to remove a server from the nnimap-server-buffer-alist
5399         (nnimap-open-connection, nnimap-close-server): use it
5400
5401         * gnus-encrypt.el: removed in favor of encrypt.el
5402
5403 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5406         running the major-mode function.
5407
5408 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5411         dummy marks in the right way.
5412
5413 2004-10-18  David Edmondson  <dme@dme.org>
5414
5415         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5416         excessively.
5417
5418 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         * gnus-util.el (gnus-split-references): accept a nil references
5421         string and go on blissfully
5422
5423         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5424         cases where the references string is non-nil but has no references
5425
5426         * encrypt.el: add autoload tags
5427
5428         * spam.el (spam-resolve-registrations-routine): remove article
5429         from unregistration list too.  Reported by David Hanak
5430         <dhanak@isis.vanderbilt.edu>
5431
5432 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5435         nil.  Changed custom type.
5436
5437 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5438
5439         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5440
5441         * gnus-sum.el (gnus-summary-move-article): Use it.
5442
5443 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5444
5445         * encrypt.el: add autoload cookies
5446
5447         * spam.el (spam-backend-article-list-property)
5448         (spam-backend-get-article-todo-list)
5449         (spam-backend-put-article-todo-list, )
5450         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5451         resolve registrations separately
5452         (spam-register-routine): format comments
5453         (spam-unregister-routine, spam-register-routine): always call with
5454         specific-articles, no default list
5455         (spam-summary-prepare-exit): use the spam-classifications function
5456
5457         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5458         gnus-encrypt.el
5459
5460         * encrypt.el: copied from gnus-encrypt.el
5461
5462         * gnus-encrypt.el: commented that it's obsolete
5463
5464 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5465
5466         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5467         (gnus-score-save): Use it.
5468
5469         * message.el (message-bury): Use `window-dedicated-p'.
5470
5471 2004-10-15  Simon Josefsson  <jas@extundo.com>
5472
5473         * pop3.el (top-level): Don't require nnheader.
5474         (pop3-read-timeout): Add.
5475         (pop3-accept-process-output): Add.
5476         (pop3-read-response, pop3-retr): Use it.
5477
5478 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5479
5480         * spam.el (spam-register-routine): move comment
5481         (spam-verify-bogofilter): we use 'unknown for the initial
5482         spam-bogofilter-valid state, not 'never
5483
5484         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5485         for netrc-machine
5486
5487         * nnimap.el (nnimap-open-connection): use
5488         netrc-machine-user-or-password
5489
5490 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5491
5492         * gnus-registry.el (gnus-registry-unload-hook):
5493         Set as a variable with add-hook.
5494
5495         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5496         of news-path.
5497
5498         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5499
5500         * spam.el: Delete duplicate `provide'.
5501         (spam-unload-hook): Set as a variable with add-hook.
5502
5503 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5506         in the doc string.
5507
5508         * message.el (message-ignored-news-headers)
5509         (message-ignored-supersedes-headers)
5510         (message-ignored-resent-headers)
5511         (message-forward-ignored-headers): Improve custom type.
5512
5513 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * message.el (message-tokenize-header): Fix 2004-09-06 change
5516         which used point-min in the wrong place.
5517
5518 2004-10-12  Simon Josefsson  <jas@extundo.com>
5519
5520         * net/tls.el (tls-certtool-program): New variable.
5521         (tls-certificate-information): New function, based on
5522         ssl-certificate-information.
5523
5524 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * compface.el: Move the version of ELisp-based uncompface program
5527         to the contrib directory because of the copyright problem.
5528
5529 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5530
5531         * message.el (message-kill-buffer): Raise the current frame.
5532
5533 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5534
5535         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5536
5537         * gnus.el (message-y-or-n-p): Autoload.
5538
5539         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5540         (pop3-password-required, pop3-authentication-scheme)
5541         (pop3-leave-mail-on-server): Made customizable.
5542         (pop3): New custom group.
5543         (pop3-retr): Remove `sleep-for' statements.
5544         Suggested by Dave Love <fx@gnu.org>.
5545
5546         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5547         Windows/DOS.
5548
5549         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5550         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5551         Dave Love <fx@gnu.org>.
5552
5553         * mml.el (mml-minibuffer-read-disposition): Require match.
5554         Suggested by Dave Love <fx@gnu.org>.
5555
5556 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5559         doc string.
5560
5561 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5564
5565 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5566
5567         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5568         instead of calling `mm-insert-inline', to decode text/* parts
5569         before displaying them.
5570
5571 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * mm-uu.el (mm-uu-text-plain-type): New variable.
5574         (mm-uu-pgp-signed-extract-1): Use it.
5575         (mm-uu-pgp-encrypted-extract-1): Use it.
5576         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5577         bind mm-uu-text-plain-type with that value.
5578         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5579         mm-uu-dissect.
5580
5581 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-group.el (gnus-update-group-mark-positions):
5584         * gnus-sum.el (gnus-update-summary-mark-positions):
5585         * message.el (message-check-news-body-syntax):
5586         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5587         of string-as-multibyte.
5588
5589 2004-10-05  Juri Linkov  <juri@jurta.org>
5590
5591         * gnus-group.el (gnus-update-group-mark-positions):
5592         * gnus-sum.el (gnus-update-summary-mark-positions):
5593         * message.el (message-check-news-body-syntax):
5594         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5595         8-bit unibyte values to a multibyte string for search functions.
5596
5597 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5600         (mm-uu-dissect-text-parts): New function.
5601
5602         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
5603         dissect text parts.
5604
5605         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
5606         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
5607
5608         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
5609
5610         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
5611         gnus-current-topics instead of gnus-current-topic.
5612
5613 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
5614
5615         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
5616
5617 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
5618
5619         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
5620         where approriate.
5621
5622         * nnml.el (nnml-generate-active-info): do.
5623
5624         * nndiary.el (nndiary-generate-active-info): do.
5625
5626         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
5627         (gnus-topic-move): do.
5628
5629         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
5630         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
5631
5632         * gnus-srvr.el (gnus-server-prepare)
5633         (gnus-server-open-all-servers): do.
5634
5635         * gnus-msg.el (gnus-summary-cancel-article)
5636         (gnus-summary-resend-message)
5637         (gnus-summary-mail-crosspost-complaint): do.
5638
5639         * gnus-move.el (gnus-change-server): do.
5640
5641         * gnus-group.el (gnus-group-unmark-all-groups)
5642         (gnus-group-set-current-level): do.
5643
5644 2004-10-04  Simon Josefsson  <jas@extundo.com>
5645
5646         * message.el (message-generate-hashcash): Doc fix.
5647
5648 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
5649
5650         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
5651         avoid infinite recursion via gnus-get-function.
5652
5653 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
5654
5655         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
5656
5657         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
5658
5659         * nnmail.el (nnmail-split-history): do.
5660
5661         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
5662         (nnml-request-delete-group): do.
5663
5664         * nnslashdot.el (nnslashdot-read-groups): do.
5665
5666         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
5667         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
5668
5669         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
5670         (nnspool-sift-nov-with-sed): Use last
5671         (nnspool-retrieve-headers-with-nov): Use mapc.
5672         (nnspool-request-newgroups): Use dolist.
5673         (nnspool-request-group): Use last.
5674
5675         * nntp.el (nntp-read-server-type): Use dolist.
5676
5677         * nnvirtual.el (nnvirtual-create-mapping)
5678         (nnvirtual-update-read-and-marked): Use dolist.
5679         (nnvirtual-convert-headers): Simplify.
5680
5681 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5682
5683         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
5684         support for sync'ing tick marks.
5685
5686 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
5689         there's no visible header.
5690
5691 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5692
5693         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
5694         necessary, pass full group name to gnus-request-set-marks.
5695
5696 2004-10-01  Simon Josefsson  <jas@extundo.com>
5697
5698         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
5699         acroread.
5700
5701 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * spam-report.el (spam-report-gmane): Fix interactive.
5704
5705         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
5706
5707         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
5708         when writing file.
5709         (gnus-agent-synchronize-flags): Don't default to being
5710         interactive.
5711
5712 2004-09-30  Simon Josefsson  <jas@extundo.com>
5713
5714         * message.el (message-generate-hashcash): Add.
5715         (message-send-mail): Use it, call mail-add-payment.
5716
5717 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5718
5719         * spam.el (spam-verify-bogofilter): -V, not -sV option
5720
5721 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
5722
5723         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
5724         gnus-requst-update-info with explicit code to sync the in-memory
5725         info read flags with the marks being sync'd to the backend.
5726
5727         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
5728
5729 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5730
5731         * spam.el (spam-verify-bogofilter): new function
5732         (spam-check-bogofilter)
5733         (spam-bogofilter-register-with-bogofilter): use it
5734         (spam-verify-bogofilter): small fixes
5735
5736 2004-09-28  Simon Josefsson  <jas@extundo.com>
5737
5738         * hashcash.el (hashcash-generate-payment): Revert.
5739
5740 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5741
5742         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
5743         gnus-extract-references instead of gnus-split-references
5744
5745         * gnus-util.el (gnus-extract-references): new function, analogous
5746         to gnus-split-references but extracts only the message-ID without
5747         anything extra
5748
5749         * hashcash.el (hashcash-generate-payment)
5750         (hashcash-check-payment): do the right thing if hashcash-path is
5751         nil (because the hashcash program could not be found)
5752
5753         * spam.el (spam-use-hashcash): remove comment
5754
5755 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
5756
5757         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
5758         (gnus-cache-enter-article, gnus-cache-remove-article)
5759         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
5760
5761         * gnus-async.el (gnus-async-prefetch-remove-group): do.
5762
5763         * gnus-art.el (article-hide-boring-headers)
5764         (article-translate-strings, article-display-face)
5765         (gnus-article-mime-match-handle-first)
5766         (gnus-article-highlight-headers)
5767         (gnus-article-add-buttons-to-head): do.
5768
5769 2004-09-27  Simon Josefsson  <jas@extundo.com>
5770
5771         * hashcash.el: New version, from
5772         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
5773         ../contrib/.
5774
5775 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
5778
5779 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
5780
5781         * gnus-dup.el (gnus-dup-open): Use mapc.
5782         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
5783
5784         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
5785         Reported by Stefan Wiens <s.wi@gmx.net>.
5786
5787         * gnus.el (gnus-shutdown): Use dolist.
5788
5789         * gnus-undo.el (gnus-undo): Use mapc.
5790
5791         * nnrss.el (nnrss-generate-active): do.
5792
5793         * message.el (message-cite-original-without-signature)
5794         (message-cite-original): Use mapc.
5795         (message-do-actions, message-make-forward-subject): Use dolist.
5796
5797 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5798
5799         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
5800         deletion to remove entire duplicate line.  Fixes merged article
5801         number bug.
5802
5803 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5804
5805         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
5806         servers that are offline.  Avoids having gnus-agent-toggle-plugged
5807         first ask if you want to open a server and then, even when you
5808         responded with no, asking if you want to synchronize the server's
5809         flags.
5810         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
5811         multi-line expressions.
5812         (gnus-agent-synchronize-group-flags): New internal function.
5813         Updates marks in memory (in the info structure) AND in the
5814         backend.
5815
5816         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
5817
5818         * nnagent.el (nnagent-request-set-mark): Use
5819         gnus-agent-synchronize-group-flags, not backend's request-set-mark
5820         method, to ensure that synchronization updates marks in the
5821         backend and in the info (in memory) structure.
5822
5823 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
5826         convention fully; don't miss the root article of a thread; make
5827         the X-Draft-From header with correct article numbers.
5828
5829 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
5830
5831         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
5832         unless plugged.  Disable the agent so that an open failure causes
5833         an error.
5834
5835         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
5836         Reverted 2004-09-21 change.  The backend must be opened while
5837         synchronizing flags even when the backend stores the flags
5838         locally.
5839
5840 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
5843         in `header' match.  Reported by Svend Tollak Munkejord.
5844
5845         * message.el (message-cite-original): Fix use of
5846         `message-cite-articles-with-x-no-archive'.
5847
5848 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
5851         (gnus-window-to-buffer): Ditto.
5852
5853         * mml.el (mml-preview-buffer): New variable.
5854         (mml-preview): Manage window layout with gnus-buffer-configuration.
5855
5856         * gnus-msg.el (gnus-setup-message): Put article numbers into the
5857         X-Draft-From header even if those articles aren't quoted.
5858
5859 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
5860
5861         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
5862         (gnus-request-set-mark, gnus-request-update-mark): Use new
5863         g-s-t-u-l-m to decide to use backend even when unplugged.
5864
5865 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
5868         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
5869
5870 2004-09-20  Simon Josefsson  <jas@extundo.com>
5871
5872         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
5873         "utf-16-le".
5874
5875 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5876
5877         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
5878
5879 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5880
5881         * uudecode.el (uudecode-use-external): Add :version.
5882
5883         * smime.el (smime-CA-file, smime-encrypt-cipher)
5884         (smime-dns-server): Add :version.
5885
5886         * smiley.el (gnus-smiley-file-types): Add :version.
5887
5888         * sha1.el (sha1-use-external): Add :version.
5889
5890         * pgg-def.el (pgg-query-keyserver): Add :version.
5891
5892         * nnmail.el (nnmail-fancy-expiry-targets)
5893         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
5894
5895         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
5896         (nnimap-retrieve-groups-asynchronous): Add :version.
5897         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
5898
5899         * mml.el (mml-content-disposition-parameters)
5900         (mml-insert-mime-headers-always): Add :version.
5901
5902         * mm-util.el (mm-coding-system-priorities):
5903
5904         * mm-decode.el (mm-inline-text-html-with-images)
5905         (mm-keep-viewer-alive-types, mm-external-terminal-program)
5906         (mm-verify-option): Add :version.
5907         (mm-text-html-renderer): Change :version.
5908
5909         * message.el (message-fcc-externalize-attachments)
5910         (message-required-headers, message-draft-headers)
5911         (message-subject-trailing-was-query)
5912         (message-subject-trailing-was-ask-regexp)
5913         (message-subject-trailing-was-regexp, message-mark-insert-begin)
5914         (message-mark-insert-end, message-archive-header)
5915         (message-archive-note, message-cross-post-default)
5916         (message-cross-post-note, message-followup-to-note)
5917         (message-cross-post-note-function, message-use-mail-followup-to)
5918         (message-subscribed-address-functions)
5919         (message-subscribed-address-file, message-subscribed-addresses)
5920         (message-subscribed-regexps, message-allow-no-recipients)
5921         (message-yank-cited-prefix, message-signature-insert-empty-line)
5922         (message-hidden-headers, message-hierarchical-addresses)
5923         (message-mail-user-agent, message-use-idna)
5924         (message-valid-fqdn-regexp)
5925         (message-strip-special-text-properties, message-header-synonyms)
5926         (message-beginning-of-line, message-tab-body-function): Add :version.
5927         (message-insert-canlock, message-wide-reply-confirm-recipients):
5928         Change :version.
5929
5930         * mail-source.el (mail-source-ignore-errors): Add :group, :type
5931         and :version.
5932         (mail-source-delete-old-incoming-confirm)
5933         (mail-source-movemail-program): Add :version.
5934
5935         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
5936         (gnus-agent-cache, gnus-agent): Change :version.
5937
5938         * gnus-util.el (gnus-use-byte-compile): Change :version.
5939
5940         * gnus-sum.el (gnus-summary-make-false-root-always)
5941         (gnus-summary-default-high-score)
5942         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
5943         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
5944         (gnus-read-all-available-headers, gnus-article-emulate-mime)
5945         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
5946         (gnus-sum-thread-tree-single-indent)
5947         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5948         (gnus-sum-thread-tree-leaf-with-other)
5949         (gnus-sum-thread-tree-single-leaf): Add :version.
5950         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
5951         (gnus-article-loose-mime): Change :version.
5952
5953         * gnus-start.el (gnus-backup-startup-file)
5954         (gnus-save-startup-file-via-temp-buffer): Add :version.
5955
5956         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
5957         (gnus-server-offline-face): Add :version.
5958
5959         * gnus-score.el (gnus-adaptive-word-length-limit):
5960
5961         * gnus-msg.el (gnus-gcc-externalize-attachments)
5962         (gnus-debug-files, gnus-debug-exclude-variables)
5963         (gnus-discouraged-post-methods): Change :version.
5964         (gnus-confirm-mail-reply-to-news)
5965         (gnus-confirm-treat-mail-like-news): Add :version.
5966
5967         * gnus-int.el (gnus-server-unopen-status): Add :version.
5968
5969         * gnus-group.el (gnus-group-jump-to-group-prompt)
5970         (gnus-large-ephemeral-newsgroup)
5971         (gnus-fetch-old-ephemeral-headers): Add :version.
5972
5973         * gnus-fun.el (gnus-x-face-directory)
5974         (gnus-convert-pbm-to-x-face-command)
5975         (gnus-convert-image-to-x-face-command)
5976         (gnus-convert-image-to-face-command): Add :version.
5977
5978         * gnus-delay.el (gnus-delay-default-hour): Add :version.
5979
5980         * gnus-cite.el (gnus-cite-blank-line-after-header)
5981         (gnus-article-boring-faces):
5982
5983         * gnus-art.el (gnus-buttonized-mime-types)
5984         (gnus-inhibit-mime-unbuttonizing)
5985         (gnus-treat-display-face)
5986         (gnus-treat-body-boundary): Change :version.
5987         (gnus-body-boundary-delimiter, gnus-picon-databases)
5988         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
5989         (gnus-treat-date-english, gnus-treat-fold-headers)
5990         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
5991         (gnus-treat-mail-picon, gnus-treat-wash-html)
5992         (gnus-article-encrypt-protocol)
5993         (gnus-use-idna, gnus-article-over-scroll)
5994         (gnus-mime-display-multipart-alternative-as-mixed)
5995         (gnus-mime-display-multipart-related-as-mixed)
5996         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
5997         (gnus-ctan-url, gnus-button-ctan-handler)
5998         (gnus-button-handle-ctan-bogus-regexp)
5999         (gnus-button-ctan-directory-regexp)
6000         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6001         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6002         (gnus-button-man-level, gnus-button-emacs-level)
6003         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6004
6005         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6006         (gnus-agent-go-online): Change :version.
6007         (gnus-agent-expire-unagentized-dirs)
6008         (gnus-agent-auto-agentize-methods): Add :version.
6009
6010         * flow-fill.el (fill-flowed-display-column)
6011         (fill-flowed-encode-column): Add :version.
6012
6013         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6014         (gnus-outlook-deuglify-unwrap-max)
6015         (gnus-outlook-deuglify-cite-marks)
6016         (gnus-outlook-deuglify-unwrap-stop-chars)
6017         (gnus-outlook-deuglify-no-wrap-chars)
6018         (gnus-outlook-deuglify-attrib-cut-regexp)
6019         (gnus-outlook-deuglify-attrib-verb-regexp)
6020         (gnus-outlook-deuglify-attrib-end-regexp)
6021         (gnus-outlook-display-hook): Add :version.
6022
6023         * binhex.el (binhex-use-external): Add :version.
6024
6025 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6026
6027         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6028         and `invisible'.
6029
6030 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6031
6032         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6033         in gnus-registry-trim
6034
6035 2004-09-13  Simon Josefsson  <jas@extundo.com>
6036
6037         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6038
6039         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6040
6041         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6042         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6043         <yamaoka@jpl.org>.
6044         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6045         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6046         <yamaoka@jpl.org>.
6047
6048         * sieve.el (sieve-manage-mode): Ditto.
6049
6050 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6053
6054 2004-09-11  Simon Josefsson  <jas@extundo.com>
6055
6056         * dns-mode.el: Add.
6057
6058         * mm-view.el (mm-display-dns-inline): Add.
6059
6060         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6061         (mm-automatic-display): Ditto.
6062
6063         * mailcap.el (mailcap-mime-data): Add text/dns.
6064         (mailcap-mime-extensions): Map .soa to text/dns.
6065
6066 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6067
6068         * gnus-art.el (article-decode-mime-words, article-babel)
6069         (gnus-article-highlight-signature, gnus-article-add-buttons)
6070         (gnus-signature-toggle): Remove unnecessary bindings of
6071         `inhibit-read-only' inherited from v5.10 merge.
6072
6073 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6074
6075         * nntp.el (nntp): New customization group.
6076         (nntp-authinfo-file): Add customization group.
6077
6078         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6079
6080         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6081
6082         * gnus.el (to-address, to-list, subscribed)
6083         (large-newsgroup-initial): Ditto.
6084
6085         * flow-fill.el (fill-flowed-display-column)
6086         (fill-flowed-encode-column): Ditto.
6087
6088 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6089
6090         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6091         Use point-min rather than 1.
6092         (message-send-mail): Use buffer-size rather than point-max.
6093
6094         * gnus-sum.el (gnus-summary-search-article-forward):
6095         Signal a specific `search-failed' rather than a generic `error'.
6096
6097         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6098         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6099         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6100
6101 2004-09-10  Simon Josefsson  <jas@extundo.com>
6102
6103         * nndb.el (require): Remove tcp and duplicate cl.
6104
6105 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-agent.el (directory-files-and-attributes): Move forward.
6108
6109 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6110
6111         * gnus-agent.el (directory-files-and-attributes): Optionally
6112         defined to support XEmacs.
6113
6114 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6115
6116         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6117         to avoid run-time CL dependencies.
6118         (gnus-agent-unfetch-articles): New function.
6119         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6120         article numbers even when local .overview file is missing.
6121         (gnus-agent-read-article-number): New function. Only accepts
6122         27-bit article numbers.
6123         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6124         gnus-agent-read-article-number.
6125         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6126         from backend while recognizing that article numbers in .overview
6127         must be valid.
6128         (gnus-agent-update-files-total-fetched-for): Use
6129         directory-files-and-attributes to improve performance.
6130         * gnus-int.el (gnus-request-move-article): Use
6131         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6132         improve performance.
6133
6134         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6135         some users confused by references to .newsrc when they only have a
6136         .newsrc.eld file.
6137         (gnus-convert-mark-converter-prompt,
6138         gnus-convert-converter-needs-prompt): Fixed use of property list.
6139         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6140         New function. Used internally to only display 'gnus converting
6141         files' message when actually necessary.
6142
6143         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6144         methods now autoloaded.
6145
6146 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6149         identifiers.
6150
6151 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6152
6153         * gnus-picon.el: Fix indentation and closing parenthesis.
6154
6155 2004-09-01  Simon Josefsson  <jas@extundo.com>
6156
6157         * message.el (message-canlock-generate): Require sha1, not
6158         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6159         to require within a function.  Sadly, if sha1.el isn't loaded, the
6160         let binding in m-c-g will hide the defcustom definition, which is
6161         bad.)
6162
6163         * canlock.el: Require sha1, not sha1-el.
6164
6165         * message.el: Don't autoload sha1 (there is a autoload cookie in
6166         sha1.el).
6167
6168         * sha1-el.el: Renamed to sha1.el.
6169
6170 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6171
6172         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6173
6174 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6175
6176         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6177
6178 2004-08-30  Kim F. Storm  <storm@cua.dk>
6179
6180         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6181
6182         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6183         Add :group 'nnimap.
6184
6185 2004-08-30  Andreas Schwab <schwab@suse.de>
6186
6187         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6188         ?* and ?\;.
6189
6190         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6191         and ?\' to symbol instead of whitespace.
6192
6193 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6196
6197         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6198         instead of re-search-forward.
6199
6200         * gnus-uu.el (gnus-uu-save-article): Ditto.
6201         (gnus-uu-post-encode-uuencode): Ditto.
6202
6203         * html2text.el (html2text-clean-list-items): Ditto.
6204         (html2text-clean-dtdd): Ditto.
6205         (html2text-format-tags): Ditto.
6206
6207         * message.el (message-send-mail-with-sendmail): Fix regexp.
6208         (message-fill-field-general): Use search-forward instead of
6209         re-search-forward.
6210         (unbold-region): Ditto.
6211
6212         * nnrss.el (nnrss-request-article): Ditto.
6213
6214         * nnslashdot.el (nnslashdot-request-article): Ditto.
6215
6216         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6217
6218         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6219         "Unrecognized menu descriptor" error in XEmacs.
6220
6221 2004-08-26  Stefan Wiens <s.wi@gmx.net>  (tiny change)
6222
6223         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6224         parent article of a sparse article in the thread hashtb.
6225
6226 2004-08-26  David Hedbor <dhedbor@real.com>  (tiny change)
6227
6228         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6229         (nnmail-expand-newtext): Lowercase expanded entries if
6230         nnmail-split-lowercase-expanded is non-nil.
6231
6232 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6235         entry.
6236
6237         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6238         of gnus-tmp-news-method into string under XEmacs.  It will be
6239         passed to gnus-correct-length which takes only a string argument.
6240
6241 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * gnus-util.el (gnus-bind-print-variables): New macro.
6244         (gnus-prin1): Use it.
6245         (gnus-prin1-to-string): Use it.
6246         (gnus-pp): New function.
6247         (gnus-pp-to-string): New function.
6248
6249         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6250         pp-to-string with gnus-pp-to-string.
6251         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6252         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6253         * gnus-msg.el (gnus-debug): Ditto.
6254         * gnus-score.el (gnus-score-save): Ditto.
6255         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6256         gnus-pp-to-string.
6257         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6258         with gnus-pp.
6259         * score-mode.el (gnus-score-pretty-print): Ditto.
6260         * webmail.el (webmail-debug): Ditto.
6261
6262 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * gnus-art.el (article-display-face, article-display-x-face): Use
6265         buffer-read-only.
6266
6267 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-art.el (article-hide-list-identifiers): Bind
6270         inhibit-read-only as t.
6271
6272 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6273
6274         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6275
6276 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6277
6278         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6279         (gnus-narrow-to-page): Don't assume point-min == 1.
6280         (gnus-article-edit-mode): Derive from message-mode.
6281
6282         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6283         point-min == 1.
6284
6285         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6286         Disable incorrect use of `assert'.
6287
6288         * message.el (message-mode): Set comment-start-skip.
6289
6290
6291 2004-08-22  Sam Steingold  <sds@gnu.org>
6292
6293         * pop3.el (pop3-leave-mail-on-server): New user variable.
6294         (pop3-movemail): Delete mail only when it is nil.
6295
6296 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6299
6300         * mml.el (mml-preview): Use `pop-to-buffer'.
6301
6302         * message.el (message-goto-mail-followup-to): Insert after "To".
6303         (message-carefully-insert-headers): Add comment.
6304
6305         * gnus.el: Remove unused variable `gnus-article-check-size'.
6306
6307         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6308
6309         * gnus-art.el (gnus-button-alist): Improve
6310         `gnus-button-handle-library' entry.
6311
6312 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
6313
6314         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6315         downcase, since XEmacs capitalizes error messages differently.
6316         From Sebastian Freundt <hroptatyr@gna.org>.
6317
6318 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6319
6320         * nntp.el: Add (require 'gnus) due to reference to
6321         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6322
6323 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6324
6325         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6326         `mm-fill-flowed'.
6327
6328         * mm-decode.el (mm-dissect-singlepart): Check it.
6329
6330 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6331
6332         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6333         'imap' for netrc parsing
6334
6335 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * mailcap.el (mailcap-mime-data): Mark as risky.
6338
6339 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6342         may be included in the encoded word.
6343         (rfc2047-encode): Don't append a space if the encoded word
6344         includes close parenthesis.
6345
6346 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6349         of text within parentheses.
6350
6351 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6352
6353         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6354         (gnus-encrypt-write-file-contents): the password key is the file
6355         name PLUS the cipher, not just the cipher.  Also remove failed
6356         passwords from the cache.
6357
6358 2004-08-06  Simon Josefsson  <jas@extundo.com>
6359
6360         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6361         fix.
6362
6363 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6366         LWSP.
6367
6368 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6369
6370         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6371         to append in-reply-to: data to the references: header
6372
6373         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6374         (netrc-parse): use gnus-encrypt.el functions
6375
6376         * gnus-encrypt.el: new file for encryption support; currently
6377         does only a few GPG ciphers and an internal XOR cipher
6378
6379         * password.el: add comments on using password-read-and-add
6380         (password-read-and-add): new function to read and add the
6381         password to the cache at once
6382
6383 2004-07-28  Simon Josefsson  <jas@extundo.com>
6384
6385         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6386         parameter (but don't use it, for now).
6387
6388         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6389         instead of hard coding to nil.
6390
6391 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6394         as mm-inline-image-xemacs does.
6395
6396 2004-07-26  Simon Josefsson  <jas@extundo.com>
6397
6398         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6399         Revert part of 2004-07-17 change below.
6400
6401 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6404         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6405
6406 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6407
6408         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6409         quotes that actually start with ">" at the beginning of the
6410         lines.
6411
6412 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * rfc2047.el (rfc2047-encode-region): Fix last change.
6415         (rfc2047-encode-parameter): Remove useless concat.
6416
6417 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6420         encode special characters; fix some kind of misconfigured headers;
6421         signal a real error if debug-on-quit or debug-on-error is non-nil.
6422         (rfc2047-encode-max-chars): New variable.
6423         (rfc2047-encode-1): Use it.
6424         (rfc2047-encode-parameter): New function.
6425
6426         * mml.el (mml-insert-parameter): Remove an excessive space.
6427
6428 2004-07-17  Simon Josefsson  <jas@extundo.com>
6429
6430         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6431         Kai Grossjohann <kai@emptydomain.de>.
6432         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6433         (gnus-group-make-menu-bar): Ditto.
6434
6435         * gnus-util.el (gnus-group-server): Add.
6436
6437 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6438
6439         * message.el (message-clone-locals): Clone sendmail and smtp
6440         variables.
6441
6442 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * rfc2047.el (rfc2047-encode-region): Fix last change.
6445
6446 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6449         characters as non-special.
6450
6451 2004-07-09  Simon Josefsson  <jas@extundo.com>
6452
6453         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6454         Users will lose all flag changes made while unplugged with
6455         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6456         good default.  See numerous reports on ding mailing list.
6457
6458 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6461         add generate-head-function and generate-article-function to the
6462         rfc822-forward entry.
6463         (nndoc-rfc822-forward-generate-article): New function.
6464         (nndoc-rfc822-forward-generate-head): New function.
6465
6466         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6467
6468 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6469
6470         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
6471         respect display group parameter and gnus-summary-expunge-below.
6472         (gnus-articles-to-read): Remove unused reference to display group
6473         parameter.
6474
6475 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476
6477         * nnheader.el (nnheader-uniquify-message-id): New experimental
6478         variable.
6479         (nnheader-nov-read-message-id): Use it.
6480
6481         * spam-report.el (spam-report-gmane): Add interactive.
6482
6483 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6486         qp-or-base64 for the application/* types.
6487
6488 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6489
6490         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6491
6492 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6493
6494         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6495         trim value
6496
6497 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6498
6499         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6500         New macro and function.
6501         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6502
6503 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6506         after-load-alist.
6507
6508 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6511         update info that isn't there.
6512
6513 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6514
6515         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6516         entry.
6517
6518 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * mm-view.el (mm-inline-render-with-function): Use multibyte
6521         buffer; decode html source by charset.
6522
6523         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6524
6525         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6526         Mule-UCS is loaded under XEmacs.
6527         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6528
6529 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6530
6531         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6532
6533 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * mm-util.el (mm-coding-system-p): Return a coding-system.
6536         (mm-mime-mule-charset-alist): Use shift_jis instead of
6537         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6538         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6539         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6540         instead of japanese-shift-jis and iso-latin-1 respectively in
6541         order to share the default value with both Emacs and XEmacs-mule.
6542         (mm-mule-charset-to-mime-charset): Make
6543         mm-coding-system-priorities effective.
6544         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6545         while predicating of candidates upon the priorities.
6546
6547 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6548
6549         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6550         gnus-uu-invert-processable.
6551
6552         * gnus.el: Autoload gnus-uu-invert-processable.
6553
6554 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * mm-util.el (mm-with-multibyte-buffer): New macro.
6557
6558         * rfc2047.el (rfc2047-encode-string): Use it.
6559         (rfc2047-encode-region): Move point to the end of the region after
6560         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6561
6562 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6565         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6566
6567 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6570         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6571         Karl Chen <quarl@nospam.quarl.org>.
6572
6573 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6574
6575         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6576         invalid addresses.
6577
6578 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6579
6580         * spam.el: section markers changed, TODO list revised
6581         (spam-backends): new master list of all installed backends
6582         (spam-summary-exit-behavior): new variable to determine how
6583         messages moves are done at summary exit
6584         (spam-move-spam-nonspam-groups-only)
6585         (spam-process-ham-in-nonham-groups)
6586         (spam-process-ham-in-spam-groups): variables removed, the
6587         spam-summary-exit-behavior variable should be used to manage this
6588         behavior
6589         (spam-old-ham-articles, spam-old-spam-articles): removed
6590         (spam-old-articles): new variable, replacing spam-old-ham-articles
6591         and spam-old-spam-articles
6592         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6593         empty variables, placeholders for the backends they represent
6594         (spam-set-difference): moved, unchanged
6595         (spam-list-of-processors): variable OBSOLETE, not used anymore
6596         unless the user has a processor variable
6597         (spam-classifications, spam-classification-valid-p)
6598         (spam-backend-properties, spam-backend-property-valid-p)
6599         (spam-backend-function-type-valid-p)
6600         (spam-process-type-valid-p, spam-list-articles): helper functions
6601         (spam-report-articles-gmane, spam-report-articles-resend):
6602         functions removed, they are not needed
6603         (spam-install-backend-super, spam-backend-list)
6604         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
6605         (spam-backend-function, spam-backend-ham-registration-function)
6606         (spam-backend-spam-registration-function)
6607         (spam-backend-ham-unregistration-function)
6608         (spam-backend-spam-unregistration-function)
6609         (spam-backend-statistical-p, spam-backend-mover-p)
6610         (spam-install-backend-alias, spam-install-checkonly-backend)
6611         (spam-install-mover-backend, spam-install-nocheck-backend)
6612         (spam-install-backend, spam-install-statistical-backend)
6613         (spam-install-statistical-checkonly-backend): backend installation
6614         support
6615         (spam-summary-prepare-exit): rewritten to use the new backend code
6616         (spam-group-processor-p): use the new backend code and respect the
6617         summary exit behavior
6618         (spam-mark-spam-as-expired-and-move-routine): removed
6619         (spam-summary-prepare): changed to use the new spam-old-articles
6620         variable
6621         (spam-copy-or-move-routine, spam-copy-spam-routine)
6622         (spam-move-spam-routine, spam-copy-ham-routine)
6623         (spam-move-ham-routine): new code to copy/move ham or spam
6624         (spam-fetch-field-fast): doc and code improved, plus it allows the
6625         'number request
6626         (spam-list-of-checks, spam-list-of-statistical-checks): variables
6627         removed, no longer used
6628         (spam-split, spam-find-spam): use the new backend code
6629         (spam-registration-functions): variable removed, no longer used
6630         (spam-unregister-routine): convenience wrapper
6631         (spam-log-undo-registration, spam-register-routine)
6632         (spam-log-processing-to-registry)
6633         (spam-log-unregistration-needed-p): renamed "check" to "backend"
6634         where possible
6635         (spam-check-gmane-xref, spam-check-regex-headers)
6636         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
6637         (spam-check-whitelist, spam-check-blacklist)
6638         (spam-check-bogofilter-headers, spam-check-spamoracle)
6639         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
6640         (spam-check-crm114-headers): use the spam-split-group that
6641         spam-split prepares, no need to determine it every time
6642
6643         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
6644         the nnheader-parse-naked-head call
6645
6646         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
6647
6648         * gnus-sum.el (gnus-nov-parse-line): add the message number to
6649         the nnheader-nov-read-message-id call
6650
6651 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
6654         gnus-activate-group twice.  Suggested by Markus Peter
6655         <warp@spin.de>.
6656
6657 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-art.el (gnus-article-time-format): Exchange the order of
6660         day and month in the default value; fix customization type.
6661         (article-date-ut): Use add-text-properties.
6662         (article-make-date-line): Use message-make-date instead of
6663         current-time-string.
6664
6665         * message.el (message-fetch-field): Don't use set-text-properties.
6666         (message-make-date): Simplify.
6667
6668         * messagexmas.el (message-xmas-make-date): New function.
6669         (message-xmas-redefine): Defalias message-make-date to it.
6670
6671 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
6674         (rfc2047-encode-region): Treat text within parentheses as special;
6675         show the original text when error has occurred.
6676
6677         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
6678         already-computed method to gnus-activate-group.
6679
6680         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
6681         same select-methods identical Lisp objects.
6682
6683         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
6684         object when modifying the info.
6685
6686 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * gnus-srvr.el (gnus-server-set-info): Remove the server from
6689         gnus-opened-servers since it has never been opened with the new
6690         configuration yet.
6691
6692 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
6695         arg to nnheader-generate-fake-message-id.
6696
6697 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
6698
6699         * nnheader.el (nnheader-generate-fake-message-id): accept a
6700         number and build a fake message ID localized to a group and
6701         article number (so it's repeatable from that point on)
6702         (nnheader-fake-message-id-p): change regex to accomodate new fake
6703         ID format
6704
6705         * gnus-sum.el (gnus-get-newsgroup-headers): call
6706         nnheader-generate-fake-message-id with the article number
6707
6708 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
6709
6710         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
6711         end-of-buffer.
6712
6713 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6714
6715         * message.el (message-ignored-supersedes-headers): Add Approved.
6716
6717 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * rfc2047.el (rfc2047-encode-message-header): Remove useless
6720         goto-char.
6721         (rfc2047-encode): Fold the line before encoding.
6722
6723 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * rfc2047.el (rfc2047-encode-message-header): Disabled header
6726         folding -- not all headers can be folded, and this should be done
6727         by the message composition mode.  Probably.  I think.
6728
6729 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
6732         fast.
6733
6734         * gnus-ems.el (gnus-remove-image): Don't use
6735         message-text-with-property; remove only the image found first.
6736
6737         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
6738         found first.
6739
6740 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
6741
6742         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
6743
6744 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * message.el (message-text-with-property): Make it fast and accept
6747         optional arguments.
6748         (message-strip-forbidden-properties): Use it.
6749         (message-fix-before-sending): Follow the m-t-w-p change.
6750
6751         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
6752
6753 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-art.el (article-hide-headers): Don't change the buffer
6756         mistakenly when performing mml-preview even if
6757         gnus-single-article-buffer is nil.
6758
6759 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
6760
6761         * message.el (message-expand-name-databases): New user option.
6762         (message-expand-name): Use it.
6763
6764 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
6765
6766         * spam.el (spam-report-articles-resend)
6767         (spam-report-resend-register-routine): allow ham reporting
6768         (spam-report-resend-register-ham-routine): simple wrapper
6769         (spam-registration-functions): add ham resending functions
6770         (spam-list-of-processors): add ham resend processor
6771
6772         * gnus.el (ham-resend-to): new group parameter
6773         (spam-process): add ham resend option
6774
6775         * spam-report.el (spam-report-resend): allow reporting ham
6776         (spam-report-resend-ham): simple wrapper
6777
6778 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779
6780         * message.el (message-cite-articles-with-x-no-archive): New
6781         variable.
6782         (message-cite-original): Use it.
6783
6784 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6785
6786         * message.el (message-cite-original): Respect X-No-Archive.
6787
6788 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-art.el (article-hide-headers): Refer to the values for
6791         gnus-ignored-headers and gnus-visible-headers in the summary
6792         buffer since a user may have set them as group parameters.
6793
6794 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
6795
6796         * assistant.el (assistant-node-name): new convenience function
6797         (assistant-render-text, assistant-render-node): error handling,
6798         plus handle multiple next nodes
6799         (assistant-find-next-node): commented out for now
6800         (assistant-find-next-nodes): new function, returns list of next
6801         nodes
6802
6803 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * mail-source.el (mail-source-directory): Fix doc-string.
6806
6807 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
6808
6809         * assistant.el (assistant-render-text, assistant-eval): add :set
6810         widget type, which is different because it takes and returns a
6811         list.  Much hilarity ensues.
6812
6813 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
6816
6817         * gnus-group.el (gnus-group-get-new-news-this-group): Added
6818         doc-string.
6819
6820         * gnus-start.el (gnus-activate-group): Added doc-string.
6821
6822 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
6825
6826 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         * assistant.el (assistant-render-text): trying to add a :set
6829         widget, more to come...
6830
6831         * spam.el (spam-group-spam-contents-p): handle empty groupname
6832         strings
6833         (spam-report-articles-resend)
6834         (spam-register-routine): do registration iff any articles warrant
6835         it.
6836         (spam-summary-prepare-exit): changed log message for nil group
6837         destinations
6838
6839 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
6840
6841         * spam.el (spam-report-resend-register-routine): allow
6842         spam-report-resend-to to be a group parameter or a global value
6843
6844 2004-05-26  Simon Josefsson  <jas@extundo.com>
6845
6846         * starttls.el: Merge with my GNUTLS based starttls.el.
6847         (starttls-gnutls-program, starttls-use-gnutls)
6848         (starttls-extra-arguments, starttls-process-connection-type)
6849         (starttls-connect, starttls-failure, starttls-success): New
6850         variables.
6851         (starttls-program, starttls-extra-args): Doc fix.
6852         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
6853         functions.
6854         (starttls-negotiate, starttls-open-stream): Check
6855         `starttls-use-gnutls' and pass on to corresponding *-gnutls
6856         function if it is set.
6857
6858 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
6861         structured fields.
6862
6863 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
6866
6867 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
6868
6869         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
6870         variable.
6871         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
6872         assigning the spam-mark to new messages.
6873
6874 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
6875
6876         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
6877
6878 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * dgnushack.el: Autoload customize-set-variable for XEmacs.
6881
6882         * rfc2047.el (rfc2047-encodable-p): Don't move point.
6883         (rfc2047-decode): Treat the ascii coding-system as raw-text by
6884         default.
6885
6886 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
6887
6888         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
6889         correct data.
6890
6891 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * spam.el (spam-list-of-processors): use nil for nonexistent processors
6894         (spam-group-processor-p): fixed function so it works properly
6895         (spam-group-processor-multiple-p)
6896         (spam-group-spam-processor-report-gmane-p)
6897         (spam-group-spam-processor-report-resend-p)
6898         (spam-group-spam-processor-bogofilter-p)
6899         (spam-group-spam-processor-blacklist-p)
6900         (spam-group-spam-processor-ifile-p)
6901         (spam-group-ham-processor-ifile-p)
6902         (spam-group-spam-processor-spamoracle-p)
6903         (spam-group-spam-processor-crm114-p)
6904         (spam-group-ham-processor-bogofilter-p)
6905         (spam-group-spam-processor-stat-p)
6906         (spam-group-ham-processor-stat-p)
6907         (spam-group-ham-processor-whitelist-p)
6908         (spam-group-ham-processor-BBDB-p)
6909         (spam-group-ham-processor-spamoracle-p)
6910         (spam-group-ham-processor-copy-p): functions removed with some
6911         prejudice against unneeded code
6912         (spam-report-articles-resend)
6913         (spam-report-resend-register-routine): allow the group/topic
6914         spam-resend-to value to override spam-report-resend-to
6915         (spam-summary-prepare-exit): invoke spam-group-processor-p
6916         properly now
6917
6918         * spam-report.el (spam-report-resend-to, spam-report-resend):
6919         start with resend-to set to nil, and then ask the user if
6920         necessary.  From Daniel Pittman <daniel@rimspace.net>.
6921
6922         * gnus.el (spam-resend-to): new group/topic parameter
6923         (spam-process): move the OBSOLETE processors to the end of the
6924         choices.
6925
6926         * spam-report.el (spam-report-resend): spam-report-resend takes a
6927         list of articles, not separate article numbers.  From Daniel
6928         Pittman <daniel@rimspace.net>.
6929
6930 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
6933         addition to emacs-w3m.
6934
6935 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * assistant.el (assistant-authinfo-data): New function.
6938         (assistant-eval): Eval for entire assistant.
6939
6940         * netrc.el (netrc-services-file): New variable.
6941         (netrc-parse-services): New function.
6942         (netrc-find-service-name): New function.
6943         (netrc-find-service-number): New function.
6944         (netrc-port-equal): New function.
6945         (netrc-machine): Use it.
6946
6947         * nnimap.el (nnimap-open-connection): Use netrc.
6948
6949         * gnus-util.el (gnus-netrc-get): Remove aliases.
6950
6951         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
6952
6953         * assistant.el (wid-edit): Fix compilation.
6954
6955         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
6956
6957 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
6958
6959         * gnus-util.el (gnus-set-file-modes): New function.  (small
6960         patch).
6961
6962 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963
6964         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
6965
6966         * assistant.el (assistant-render-node): Fix up rendering and
6967         read-only text.
6968         (assistant-render-node): Reset.
6969         (assistant-make-read-only): Not sticky.
6970
6971 2004-05-20  Danny Siu  <dsiu@adobe.com>
6972
6973         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
6974         centered even when gnus-auto-center-summary is t
6975
6976 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * dns.el (dns-get-txt-answer): New function.
6979         (dns-read-txt): Ditto.
6980         (query-dns): Use it.
6981
6982 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
6985         active for foreign groups even if the group level is higher than
6986         the specified value.
6987
6988 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6989
6990         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
6991         non-active groups.
6992
6993         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
6994
6995 2004-05-20  Magnus Henoch  <mange@freemail.hu>
6996
6997         * dns.el (dns-read-type): Add support for SVR.  (small patch)
6998
6999 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7000
7001         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7002         (spam-crm114-header, spam-crm114-spam-switch)
7003         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7004         (spam-crm114-positive-spam-header)
7005         (spam-crm114-database-directory, spam-list-of-processors)
7006         (spam-group-spam-processor-crm114-p)
7007         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7008         (spam-generic-score, spam-list-of-checks)
7009         (spam-list-of-statistical-checks, spam-registration-functions)
7010         (spam-check-crm114-headers, spam-crm114-score)
7011         (spam-check-crm114, spam-crm114-register-with-crm114)
7012         (spam-crm114-register-spam-routine)
7013         (spam-crm114-unregister-spam-routine)
7014         (spam-crm114-register-ham-routine)
7015         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7016         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7017
7018         * gnus.el: added spam-use-crm114
7019
7020         * spam.el (spam-list-of-processors, spam-registration-functions):
7021         add spam-use-resend
7022         (spam-group-spam-processor-report-resend-p): utility wrapper
7023         (spam-report-articles-gmane): doc fix
7024         (spam-report-articles-resend,
7025         spam-report-resend-register-routine): wrappers around
7026         spam-report-resend-to
7027
7028         * spam-report.el (spam-report-resend-to, spam-report-resend):
7029         support for resending spam
7030         (spam-report-gmane): line length >80 fix
7031
7032         * gnus.el (spam-process): add spam-use-resend
7033
7034 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7035
7036         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7037         number of processed spam messages.
7038         (spam-ham-copy-or-move-routine): Return the number of processed
7039         ham messages.
7040         (spam-summary-prepare-exit): Use the above values to decide
7041         whether status messages shouled be displayed.
7042
7043 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7046         `rfc2047-encoding-function-alist' in order to avoid conflicting
7047         with the old version.
7048         (rfc2047-encode-region): Concatenate words containing non-ASCII
7049         characters in structured fields; don't encode space-delimited
7050         ASCII words even in unstructured fields; don't break words at
7051         char-category boundaries.
7052         (rfc2047-encode-1): New function.
7053         (rfc2047-encode): Use it; encode text so that it occupies the
7054         maximum width within 76-column; work correctly on Q encoding for
7055         iso-2022-* charsets.
7056         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7057         sure not to break a line just after the header name.
7058         (rfc2047-b-encode-region): Removed.
7059         (rfc2047-b-encode-string): New function.
7060         (rfc2047-q-encode-region): Removed.
7061         (rfc2047-q-encode-string): New function.
7062
7063         * mm-util.el (mm-replace-in-string): New function.
7064
7065 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7066
7067         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7068         get it right.
7069         (gnus-inews-make-draft): Really.
7070
7071 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7072
7073         * nnmh.el (nnmh-request-list-1): Don't check the link count
7074         before descending.  (small patch)
7075
7076 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7077
7078         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7079         stuff.
7080
7081         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7082         on real group name.
7083
7084         * gnus-art.el (gnus-signature-limit): Doc fix.
7085
7086         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7087
7088         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7089
7090 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7091
7092         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7093         isn't a string.
7094
7095 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7096
7097         * gnus-draft.el (gnus-draft-send): Bind
7098         rfc2047-encode-encoded-words.
7099
7100         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7101         (rfc2047-encodable-p): Say that =? needs encoding.
7102         (rfc2047-encode-encoded-words): New variable.
7103
7104         * gnus-group.el (gnus-group-select-group): Doc fix.
7105
7106         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7107
7108         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7109         to nil.
7110
7111         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7112
7113         * nnheader.el (nnheader-get-lines-and-char): New function.
7114
7115 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * gnus-msg.el (gnus-summary-followup-with-original): Document
7118         yanking of region when active.
7119
7120 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7123         groups if the group level is higher than the specified value.
7124
7125 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7128         (gnus-group-jump-to-group): Added prefix argument using
7129         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7130         non-active group.
7131
7132         * compface.el (uncompface): Be verbose when changing
7133         `uncompface-use-external'.
7134
7135         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7136         handle manual section.
7137
7138 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7139
7140         * gnus-art.el (gnus-button-alist): Revert previous change.
7141
7142 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7145
7146 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7149         whether backend can accept message.
7150
7151         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7152
7153 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7154
7155         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7156         Avoid creating directory when nntp-marks-is-evil is true.
7157         Reported by Reiner Steib.
7158
7159 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7160
7161         * gnus-picon.el (gnus-picon-style): New variable.
7162         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7163         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7164         Jesper Harder <harder@ifa.au.dk>.
7165
7166 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7167
7168         * message.el (message-fill-field): Return point.
7169         (message-generate-headers): Go to end of field.
7170
7171         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7172         stuff for non-living groups.
7173
7174 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7175
7176         * gnus-art.el (gnus-article-followup-with-original)
7177         (gnus-article-reply-with-original): gnus-mark-active-p ->
7178         gnus-region-active-p.
7179
7180 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7181
7182         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7183         only when there is spam or ham to be processed
7184
7185 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * mail-source.el (mail-source-delete-crash-box): Refactor.
7188         (mail-source-fetch): Use it.
7189         (mail-source-fetch-file): Ditto.
7190         (mail-source-fetch-directory): Run postscript in loop.
7191         (mail-source-fetch-pop): Delete.
7192         (mail-source-fetch-maildir): Ditto.
7193         (mail-source-fetch-imap): Ditto.
7194
7195         * imap.el (imap-authenticators): Comment out sasl.
7196
7197         * message.el (message-skip-to-next-address): New function.
7198         (message-fill-header-address): Refactor.
7199         (message-fill-address): Use it.
7200         (message-delete-address): Use it.
7201         (message-fill-header-general): Refactor.
7202         (message-fill-field-address): Rename.
7203         (message-narrow-to-field): Find the start of the header.
7204         (message-header-format-alist): Don't pre-fill.
7205         (message-fill-header): Removed.
7206         (message-insert-header): New function.
7207         (message-shorten-references): Use it.
7208
7209         * rfc2047.el (rfc2047-field-value): Strip props.
7210
7211         * mail-parse.el (mail-header-make-address): New alias.
7212
7213         * ietf-drums.el (ietf-drums-make-address): New function.
7214
7215         * imap.el: Add compiler directives.
7216
7217         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7218
7219         * gnus-art.el (article-decode-idna-rhs): Don't use
7220         message-idna-inside-rhs-p.
7221
7222 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223
7224         * message.el (message-idna-inside-rhs-p): Removed.
7225         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7226
7227         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7228         false positives.
7229
7230 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7231
7232         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7233
7234 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7235
7236         * nneething.el (nneething-file-name): Don't create spurions
7237         files.
7238
7239         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7240         (gnus-inews-do-gcc): Remove sleep.
7241
7242         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7243         part under point.
7244
7245         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7246         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7247
7248 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7249
7250         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7251
7252 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7253
7254         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7255         as expired without moving it" message when there are spam
7256         messages left
7257
7258 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7259
7260         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7261         header is not nil.
7262
7263 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7264
7265         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7266         nntp-possibly-create-directory, not nntp-possibly-change-group.
7267         (nntp-marks-changed-p): New arg SERVER.
7268         (nntp-request-update-info): Adjust caller.
7269
7270 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7271
7272         * nntp.el (nntp-save-marks): Pass missing arg.
7273
7274 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7275
7276         * nntp.el: Support marks.
7277         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7278         (nntp-marks-modtime, nntp-marks-directory): New variables.
7279         (nntp-request-set-mark, nntp-request-update-info)
7280         (nntp-possibly-create-directory, nntp-marks-changed-p)
7281         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7282         functions.
7283
7284 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7285
7286         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7287         (gnus-xmas-redefine): Rename.
7288
7289         * gnus-score.el (gnus-score-insert-help): Use
7290         gnus-select-lowest-window.
7291
7292         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7293         appt-select-lowest-window and rename to gnus-select-lowest-window.
7294
7295         * gnus.el: do.
7296
7297 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7298
7299         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7300         encodings of MIME-encoded words, in order to improve
7301         interoperability with several broken MUAs.
7302
7303 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7304
7305         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7306         tags, only when charsets are not specified in headers.
7307         (mm-inline-text-html-render-with-w3m): Ditto.
7308
7309         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7310         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7311
7312 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7313
7314         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7315         instead of MIME-decoded from fields when checking
7316         `gnus-article-address-banner-alist'.
7317
7318 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7319
7320         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7321         description rather than subject.
7322
7323 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7324
7325         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7326
7327 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7328
7329         * gnus.el (gnus-version-number): Bump.
7330
7331 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7332
7333         * gnus.el: No Gnus v0.2 is released.
7334
7335 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7336
7337         * gnus-agent.el (gnus-agent-read-agentview): Inline
7338         gnus-uncompress-range.
7339
7340 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7341
7342         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7343         `exec-installed-p'.
7344
7345 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7346
7347         * gnus.el (spam-process, spam-autodetect-methods): Add
7348         bsfilter and bsfilter-headers.
7349
7350         * spam.el (spam-bsfilter): New customize group.
7351         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7352         (spam-bsfilter-header, spam-bsfilter-probability-header)
7353         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7354         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7355         (spam-bsfilter-database-directory): New options.
7356         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7357         (spam-list-of-statistical-checks, spam-registration-functions):
7358         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7359         (spam-bsfilter-score): New command.
7360         (spam-check-bsfilter-headers, spam-check-bsfilter)
7361         (spam-bsfilter-register-with-bsfilter)
7362         (spam-bsfilter-register-spam-routine)
7363         (spam-bsfilter-unregister-spam-routine)
7364         (spam-bsfilter-register-ham-routine)
7365         (spam-bsfilter-unregister-ham-routine): New functions.
7366         (spam-generic-score): Support bsfilter; Accept an optional argument
7367         to recalcurate spam score even if scoring header has already been
7368         added.
7369         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7370         optional argument to recalcurate spam score even if scoring header
7371         has already been added.
7372
7373 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7374
7375         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7376         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7377         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7378         link is missing.
7379
7380 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7381
7382         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7383         (html2text-get-attr): Rewrite.
7384
7385         * message.el (message-setup-1): Remove redundant put-text-property
7386         on mail-header-separator.
7387
7388 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * gnus-registry.el (gnus-registry-cache-whitespace)
7391         (gnus-registry-action, gnus-registry-spool-action)
7392         (gnus-registry-split-fancy-with-parent): changed message levels
7393         from 5 to 3 or 7, as needed
7394
7395         * spam.el (spam-summary-prepare-exit)
7396         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7397         (spam-split, spam-find-spam, spam-log-undo-registration)
7398         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7399         level from 5 to 6
7400
7401 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7404         2004-03-04 change).
7405
7406 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7407
7408         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7409         Use mapc when appropriate.
7410
7411         * sieve-manage.el (sieve-manage-open): do.
7412
7413         * nnweb.el (nnweb-insert-html): do.
7414
7415         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7416         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7417
7418         * nnspool.el (nnspool-request-group): do.
7419
7420         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7421         do.
7422
7423         * nnml.el (nnml-request-update-info): do.
7424
7425         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7426         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7427
7428         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7429         (nnimap-request-set-mark): do.
7430
7431         * nnfolder.el (nnfolder-request-update-info): do.
7432
7433         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7434         do.
7435
7436         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7437
7438         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7439
7440         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7441         do.
7442
7443         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7444         do.
7445
7446         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7447
7448         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7449
7450         * gnus-int.el (gnus-start-news-server): do.
7451
7452         * gnus-group.el (gnus-group-make-kiboze-group)
7453         (gnus-group-browse-foreign-server): do.
7454
7455 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7456
7457         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7458         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7459         <shields@msrl.com>:
7460
7461         * spam.el (spam-necessary-extra-headers): get the extra headers we
7462         may need for spam sorting and scoring
7463         (spam-user-format-function-S): a user format function suitable for
7464         general use
7465         (spam-article-sort-by-spam-status): sorting function for summary
7466         sorting
7467         (spam-extra-header-to-number): get a score from a header
7468         (spam-summary-score): get a numeric score from the headers
7469         (spam-generic-score): oops, function doc in wrong place
7470         (spam-initialize): take symbols when it's run, and install the
7471         extra headers that spam-necessary-extra-headers thinks we need
7472
7473 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7474
7475         * spam.el (spam-summary-prepare-exit): logic and message fix.
7476         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7477
7478 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7479
7480         * gnus-sum.el (gnus-set-global-variables)
7481         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7482         (gnus-article-get-xrefs, gnus-summary-best-group)
7483         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7484         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7485         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7486         with-current-buffer.
7487
7488 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7489
7490         * spam.el (spam-summary-prepare-exit): simplified logic
7491         (spam-fetch-article-header): read the article header if it's not
7492         available
7493         (spam-list-articles): simplified logic
7494         (spam-filelist-register-routine): found bug with unregister-list
7495
7496         * gnus-registry.el: clarified comments at beginning
7497
7498 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7499
7500         * message.el (message-cater-to-broken-inn): Remove.
7501         (message-shorten-references): Make sure the total folded length of
7502         References is shorter than 998 characters to cater to a bug in INN
7503         2.3.  Also, don't pretend that references aren't folded -- this
7504         hasn't worked for a while.
7505
7506 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7507
7508         * gnus-agent.el (gnus-agentize):
7509         gnus-agent-send-mail-real-function no longer set to current value
7510         of message-send-mail-function but rather a lambda that calls
7511         message-send-mail-function.  The change makes the agent real-time
7512         responsive to user changes to message-send-mail-function.
7513
7514 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7515
7516         * legacy-gnus-agent.el
7517         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7518         help from Florian Weimer <fw@deneb.enyo.de>
7519
7520 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * nnmail.el (nnmail-cache-insert): Revert last change.
7523
7524 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * nnmail.el (nnmail-cache-insert): Always check whether
7527         nnmail-cache-ignore-groups matches a group name.
7528
7529 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7530
7531         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7532         (spam-find-spam, spam-log-processing-to-registry)
7533         (spam-log-registered-p, spam-log-unregistration-needed-p)
7534         (spam-log-undo-registration): use gnus-message instead of
7535         gnus-error, none of these errors are fatal
7536
7537         * gnus-registry.el (gnus-registry-clean-empty-function)
7538         (gnus-registry-clean-empty): remove only empty entries without
7539         extra data
7540
7541 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7542
7543         * spam-stat.el (spam-stat-buffer-change-to-spam)
7544         (spam-stat-buffer-change-to-non-spam): change (error) to
7545         (gnus-message 8) invocation
7546
7547 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * nntp.el (nntp-via-netcat-command): New variable.
7550         (nntp-via-netcat-switches): New variable.
7551         (nntp-open-via-rlogin-and-netcat): New function.
7552         (nntp-open-connection-function): Doc fix.
7553         (nntp-telnet-command): Doc fix.
7554         (nntp-end-of-line): Doc fix.
7555         (nntp-via-rlogin-command): Doc fix.
7556         (nntp-via-user-name): Doc fix.
7557         (nntp-via-address): Doc fix.
7558
7559 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7562         error in Emacs 21.1.
7563
7564 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7565
7566         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7567
7568 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7569         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7570         (gnus-agent-with-refreshed-group): New macro.
7571         (gnus-agent-rename-group): New function.
7572         (gnus-agent-delete-group): New function.
7573         (gnus-agent-save-group-info): Use gnus-command-method when
7574         `method' parameter is nil.  Don't write nil entries into the
7575         active file.
7576         (gnus-agent-get-group-info): New function.
7577         (gnus-agent-fetch-articles): Use
7578         gnus-agent-update-files-total-fetched-for to increment disk space
7579         used.
7580         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7581         gnus-agent-update-view-total-fetched-for to increment disk space
7582         used.
7583         (gnus-agent-get-local): Added optional parameters to avoid calling
7584         gnus-group-real-name and gnus-find-method-for-group.
7585         (gnus-agent-set-local): Delete stored entry if either min, or max,
7586         are nil.
7587         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7588         quit, use gnus-agent-regenerate-group to record existance of any
7589         articles fetched to disk before the quit occurred.
7590         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7591         gnus-agent-update-view-total-fetched-for, and
7592         gnus-agent-update-files-total-fetched-for to decrement disk space
7593         used.
7594         (gnus-agent-retrieve-headers): Use
7595         gnus-agent-update-view-total-fetched-for to increment disk space
7596         used.
7597         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7598         with gnus-agent-update-files-total-fetched-for to decrement disk
7599         space and fresh group buffer.
7600         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7601         (gnus-agent-need-update-total-fetched-for): New variable.
7602         (gnus-agent-update-files-total-fetched-for): New function.
7603         (gnus-agent-update-view-total-fetched-for): New function.
7604         (gnus-agent-total-fetched-for): New function.
7605
7606         * gnus-cache.el (gnus-cache-save-buffers): Use
7607         gnus-cache-update-overview-total-fetched-for to change disk space
7608         used by this group.
7609         (gnus-cache-possibly-enter-article): Use
7610         gnus-cache-update-file-total-fetched-for to increment disk space
7611         used by this group.
7612         (gnus-cache-possibly-remove-article): Use
7613         gnus-cache-update-file-total-fetched-for to decrement disk space
7614         used by this group.
7615         (gnus-cache-generate-nov-databases): Purge total fetched cache.
7616         (gnus-cache-rename-group): New function.
7617         (gnus-cache-delete-group): New function.
7618         (gnus-cache-inhibit-update-total-fetched-for): New variable.
7619         (gnus-cache-need-update-total-fetched-for): New variable.
7620         (gnus-cache-with-refreshed-group): New macro.
7621         (gnus-cache-update-file-total-fetched-for): New function.
7622         (gnus-cache-update-overview-total-fetched-for): New function.
7623         (gnus-cache-rename-group-total-fetched-for): New function.
7624         (gnus-cache-delete-group-total-fetched-for): New function.
7625         (gnus-cache-total-fetched-for): New function.
7626
7627         * gnus-group.el: Require gnus-sum and autoload functions to
7628         resolve warnings when gnus-group.el compiled alone.
7629         (gnus-group-line-format): Documented new %F
7630         (size of Fetched data) group line format; identifies disk space
7631         used by agent and cache.
7632         (gnus-group-line-format-alist): Defined new F format.
7633         (gnus-total-fetched-for): New function.
7634         (gnus-group-delete-group): No longer update
7635         gnus-cache-active-altered as gnus-request-delete-group now keeps
7636         the cache in sync.
7637         (gnus-group-list-active): Let the agent store a server's active
7638         list if currently plugged.
7639
7640         * gnus-int.el (gnus-request-delete-group): Use
7641         gnus-cache-delete-group and gnus-agent-delete-group to keep the
7642         local disk in sync with the server.
7643          (gnus-request-rename-group): Use
7644         gnus-cache-rename-group and gnus-agent-rename-group to keep the
7645         local disk in sync with the server.
7646
7647         * gnus-start.el (gnus-get-unread-articles): Cosmetic
7648         simplification to logic.
7649
7650         * gnus-util.el (gnus-rename-file): New function.
7651
7652 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
7653
7654         * mm-util.el (mm-image-load-path): Handle nil in load-path.
7655
7656 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
7657
7658         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
7659         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
7660
7661 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
7662
7663         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
7664         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
7665
7666 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
7667
7668         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
7669
7670 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
7671
7672         * spam.el (spam-set-difference): new function to replace
7673         gnus-set-difference in spam.el
7674         (spam-summary-prepare-exit): use spam-set-difference
7675
7676 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7677
7678         * gnus-registry.el (gnus-registry-cache-file): updated to use
7679         gnus-dribble-directory OR gnus-home-directory OR ~
7680         (gnus-registry-split-fancy-with-parent): fixed doc
7681
7682 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * message.el (message-exchange-point-and-mark): Use
7685         message-mark-active-p.  Suggested by Jesper Harder
7686         <harder@ifa.au.dk>.
7687
7688 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * message.el (message-exchange-point-and-mark): Don't activate
7691         region if it was inactive.  Suggested by Hiroshi Fujishima
7692         <pooh@nature.tsukuba.ac.jp>.
7693
7694 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * gnus-art.el (article-display-face): Display Faces in the same
7697         order as X-Faces.
7698
7699 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
7702
7703 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
7706         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
7707         (gnus-article-mime-hierarchy): Remove.
7708         (gnus-article-mime-hierarchy-next): Remove.
7709         (gnus-article-mode): Revert 2004-03-19 change.
7710         (gnus-article-setup-buffer): Revert 2004-03-19 change.
7711         (gnus-insert-mime-button): Revert 2004-03-19 change.
7712         (gnus-mime-accumulate-hierarchy): Remove.
7713         (gnus-mime-enter-multipart): Remove.
7714         (gnus-mime-leave-multipart): Remove,
7715         (gnus-mime-display-part): Revert 2004-03-19 change.
7716         (gnus-mime-display-alternative): Revert 2004-03-19 change.
7717
7718         * mml.el (mml-preview): Revert 2004-03-19 change.
7719
7720 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
7721
7722         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
7723
7724 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
7727         t while entering a file name using the mm-with-multibyte macro.
7728         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7729
7730         * mm-util.el (mm-with-multibyte): New macro.
7731
7732 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
7735         user option.
7736         (gnus-mime-multipart-functions): Doc and customization fix.
7737         (gnus-article-mime-hierarchy): New variable.
7738         (gnus-article-mime-hierarchy-next): New variable.
7739         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
7740         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
7741         gnus-article-mime-hierarchy-next to nil.
7742         (gnus-insert-mime-button): Show hierarchy numbers.
7743         (gnus-mime-accumulate-hierarchy): New function.
7744         (gnus-mime-enter-multipart): New function.
7745         (gnus-mime-leave-multipart): New function.
7746         (gnus-mime-display-part): Recompute hierarchical MIME structure.
7747         (gnus-mime-display-alternative): Show hierarchy numbers.
7748
7749         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
7750         gnus-article-mime-hierarchy-next to nil.
7751
7752 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
7753
7754         * dns.el: Don't require gnus-xmas.
7755
7756 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
7757
7758         * mml.el (mml-generate-mime-1): Don't use format=flowed with
7759         inline PGP.
7760         (mml-menu): Disable mml-quote-region if mark is inactive.
7761
7762 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
7765         when the group's active is not available.
7766
7767 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
7770         error.
7771
7772 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * imap.el (imap-store-password): New variable.
7775         (imap-interactive-login): Use it.
7776         Suggested by Mark Plaksin <happy@mcplaksin.org>.
7777
7778 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * gnus-art.el (gnus-article-read-summary-keys): Restore new
7781         window-start and hscroll to summary window.
7782
7783 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7784
7785         * gnus-start.el (gnus-convert-old-newsrc): Only write the
7786         conversion message to newsrc-dribble when an actual conversion is
7787         performed.
7788
7789 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
7790
7791         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
7792
7793 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * mm-decode.el (mm-complicated-handles): New function reviving
7796         former definition of mm-multiple-handles.
7797
7798         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
7799         (gnus-mime-delete-part): Use it.
7800
7801 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7802
7803         * gnus-agent.el (gnus-agent-read-local): Bind
7804         nnheader-file-coding-system to gnus-agent-file-coding-system to
7805         avoid the implicit assumption that they will always be equal.
7806         (gnus-agent-save-local): Bind buffer-file-coding-system, not
7807         coding-system-for-write, as the with-temp-file macro first prints
7808         to a buffer then saves the buffer.
7809
7810 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-art.el (gnus-article-edit-part): New function.
7813         (gnus-mime-save-part-and-strip): Use it; do query instead of
7814         signaling an error; don't use mm-multiple-handles.
7815         (gnus-mime-delete-part): Ditto.
7816
7817 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7818
7819         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
7820         old file versions.
7821         (gnus-group-prepare-hook): Removed function that converted list
7822         form of gnus-agent-expire-days to group properties.
7823
7824         * gnus-int.el: Autoload gnus-agent-regenerate-group.
7825         (gnus-request-accept-article): Re-indented.
7826
7827         * gnus-start.el (gnus-convert-old-newsrc): Registered new
7828         converters to handle old agent file formats.  Added logic for a
7829         "backup before upgrading warning".
7830         (gnus-convert-mark-converter-prompt): Developers can mark
7831         functions as needing (default), or not needing,
7832         gnus-convert-old-newsrc's "backup before upgrading warning".
7833         (gnus-convert-converter-needs-prompt): Tests whether the user
7834         should be protected from potentially irreversable changes by the
7835         function.
7836
7837         * legacy-gnus-agent.el (): New. Provides converters that are only
7838         loaded when gnus-convert-old-newsrc needs to call them.
7839
7840 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * mail-source.el (mail-source-touch-pop): Doc fix.
7843
7844         * message.el (message-smtpmail-send-it): Doc fix.
7845
7846 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
7847
7848         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
7849
7850         * nnmail.el (nnmail-split-fancy): do.
7851
7852         * gnus-kill.el (gnus-kill, gnus-execute): do.
7853
7854 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7855
7856         * gnus-sum.el (gnus-widget-reversible-match)
7857         (gnus-widget-reversible-to-internal)
7858         (gnus-widget-reversible-to-external): New functions.
7859         (gnus-widget-reversible): New widget.
7860         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
7861
7862 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
7863
7864         * gnus-sum.el (gnus-thread-sort-functions)
7865         (gnus-article-sort-functions): Document `(not F)' items.
7866
7867 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7868
7869         * spam.el (spam-use-gmane-xref): new backend
7870         (spam-gmane-xref-spam-group): variable to control the name of the
7871         Gmane spam group
7872         (spam-blackhole-servers, spam-blackhole-good-server-regex)
7873         (spam-regex-headers-spam, spam-regex-headers-ham)
7874         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
7875         (spam-list-of-checks): added spam-use-gmane-xref to list of
7876         backends and checks
7877         (spam-check-gmane-xref): function for spam-use-gmane-xref
7878
7879         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
7880         an autodetect method
7881
7882 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7883
7884         * gnus-int.el (gnus-request-accept-article): Inform the agent that
7885         articles are being added to a group.
7886         (gnus-request-replace-article): Inform the agent that articles
7887         need to be uncached as the cached contents are no longer valid.
7888
7889 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * binhex.el: Don't autoload executable-find.
7892
7893         * canlock.el: Don't autoload mail-fetch-field.
7894
7895         * dgnushack.el: Autoload c-mode for XEmacs.
7896
7897         * gnus-ems.el: Don't autoload appt-select-lowest-window.
7898
7899         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
7900         rmail-dont-reply-to and rmail-output.
7901
7902         * gnus-score.el: Don't autoload ffap-string-at-point.
7903
7904         * gnus-setup.el: Don't autoload sc-cite-original.
7905
7906         * imap.el: Don't autoload base64-decode-string,
7907         base64-encode-string and md5.
7908
7909         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
7910         and rmail-msg-restore-non-pruned-header.
7911
7912         * mm-decode.el: Don't autoload executable-find.
7913
7914         * mm-url.el: Don't autoload executable-find.
7915
7916         * mm-view.el: Don't autoload diff-mode.
7917
7918         * nndb.el: Don't autoload news-reply-mode, news-setup,
7919         cancel-timer and telnet.
7920
7921         * password.el: Don't autoload run-at-time for Emacs.
7922
7923         * sha1-el.el: Don't autoload executable-find.
7924
7925         * sieve-mode.el: Don't autoload c-mode.
7926
7927         * uudecode.el: Don't autoload executable-find.
7928
7929 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7930
7931         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
7932         (gnus-agent-possibly-alter-active): Avoid null in numeric
7933         comparison.
7934         (gnus-agent-set-local): Refuse to save null in local object table.
7935         (gnus-agent-regenerate-group): The REREAD parameter can now be a
7936         list of articles that will be marked as unread.
7937
7938 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
7941
7942 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
7943
7944         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
7945         language tags.
7946
7947 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7948
7949         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
7950         Don't bind "obarray".
7951
7952         * gnus-sum.el (gnus-thread-sort-functions): Added
7953         `gnus-thread-sort-by-most-recent-number' and
7954         `gnus-thread-sort-by-most-recent-date'.
7955         Reported by Kai Grossjohann <kai@emptydomain.de>.
7956
7957 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
7960
7961 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7962
7963         * gnus-cus.el (gnus-agent-customize-category): Removed
7964         ignore-errors macro reference that required cl to be loaded at
7965         run-time.
7966
7967         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
7968         single-interval range of the form (min . max).  Previously the
7969         range had to look like ((min . max)).  Likewise, return
7970         (min . max) rather than ((min . max)).
7971         (gnus-range-map): Use gnus-range-normalize to accept
7972         single-interval range.
7973
7974         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
7975         the cache, but not the agent, now appear with their usual face.
7976
7977         * dgnushack.el (loaddir): New variable that is bound to the
7978         directory containing the dgnushack.el file. Use loaddir, rather
7979         than srcdir, to update load-path. Change lets dgnushack compile
7980         code in directories other than GNUS/lisp.
7981
7982 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * lpath.el: Don't bind w3m-safe-url-regexp.
7985
7986         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
7987         w3m-safe-url-regexp variable buffer-local.
7988
7989         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7990
7991 2004-02-27  Simon Josefsson  <jas@extundo.com>
7992
7993         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
7994         gnus-group-real-prefix.
7995         (gnus-summary-move-article): Use it, instead of
7996         gnus-group-real-prefix.
7997
7998 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * lpath.el: Bind w3m-safe-url-regexp.
8001
8002         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8003         w3m-safe-url-regexp variable buffer-local and set it as the value
8004         of mm-w3m-safe-url-regexp.
8005
8006         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8007
8008         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8009         parsing gnus-posting-styles when the message is not for replying.
8010
8011         * dgnushack.el: Autoload sgml-mode for XEmacs.
8012
8013         * nnrss.el (nnrss-opml-export): Use
8014         mm-set-buffer-file-coding-system instead of
8015         set-buffer-file-coding-system.
8016
8017 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8018
8019         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8020         of checkdoc.el).
8021         * nnrss.el: do.
8022         * gnus-mlspl.el: do.
8023         * gnus-ml.el: do.
8024         * gnus-srvr.el: do.
8025
8026         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8027
8028 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8029
8030         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8031         Corrections to custom-manual links.
8032
8033         * gnus-art.el (gnus-article): Ditto.
8034
8035         * mm-decode.el (mime-display, mime-security): Ditto.
8036
8037 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8038
8039         * flow-fill.el: Typo.
8040
8041 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8042
8043         * spam-wash.el: New file.
8044
8045 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8046
8047         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8048
8049 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8050
8051         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8052         to be run with new-articles as LIST1, not LIST2
8053         (spam-registration-functions): add spam-use-ham-copy as a nil
8054         registration backend
8055
8056 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8057
8058         * spam-stat.el (spam-stat-washing-hook): New option.
8059         (spam-stat-buffer-words): Use it.
8060         (spam-stat-process-directory, spam-stat-test-directory): Use
8061         insert-file-contents-literally.
8062         (spam-stat-coding-system): New variable.
8063         (spam-stat-load, spam-stat-save): Use it.
8064
8065 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * spam-report.el (spam-report-plug-agent): Quote
8068         spam-report-url-to-file and spam-report-url-ping-plain.
8069
8070 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8071
8072         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8073         / in mailto URLs.
8074
8075 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8076
8077         * spam-report.el (spam-report-process-queue): Fix interactive use.
8078         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8079         (spam-report-unplug-agent): Doc fixes.
8080         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8081         (spam-report-agentize, spam-report-deagentize): Autoload
8082
8083 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8086
8087         * message.el (message-setup-fill-variables): Add mml tags to
8088         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8089         <ajk@iu.edu>.
8090         (message-mode): Don't modify paragraph-separate there.
8091
8092 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * compface.el (uncompface-use-external): Default to undecided.
8095         (uncompface-use-external-threshold): New variable.
8096         (uncompface-float-time): New macro.
8097         (uncompface): Determine whether to use the external decoder if
8098         uncompface-use-external is undecided.
8099
8100 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8103         after images.
8104
8105         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8106
8107 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8108
8109         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8110
8111         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8112
8113         * gnus-sum.el (gnus-summary-limit-to-age)
8114         (gnus-summary-limit-children): do.
8115
8116         * gnus-int.el (gnus-request-scan): do.
8117
8118         * gnus-group.el (gnus-group-suspend): do.
8119
8120         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8121
8122         * gnus-cite.el (gnus-cite-parse-attributions): do.
8123
8124         * gnus-agent.el (gnus-summary-set-agent-mark)
8125         (gnus-agent-regenerate-group): do.
8126
8127         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8128
8129         * binhex.el (binhex-decode-region-internal): do.
8130
8131 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * gnus-fun.el (gnus-face-properties-alist): New user option.
8134         (gnus-display-x-face-in-from): Use it.
8135
8136         * gnus-art.el (article-display-face): Ditto.
8137
8138         * compface.el (uncompface-use-external): Default to nil.
8139
8140 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8141
8142         * nntp.el (nntp-erase-buffer): New function.
8143         (nntp-retrieve-data, nntp-send-command)
8144         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8145         (nntp-possibly-change-group): Use it.
8146
8147         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8148         with-current-buffer.
8149
8150 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8151
8152         * compface.el: Merge the ELisp-based uncompface program.
8153         (compface): New customization group.
8154         (uncompface-use-external): New user option.
8155         (uncompface): Call uncompface-internal if uncompface-use-external
8156         is nil.
8157         (uncompface-internal): New function.  Note that there are also
8158         some other functions and variables added for this function.
8159
8160 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8161
8162         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8163         if necessary.
8164
8165 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8166
8167         * spam-report.el (spam-report-unplug-agent)
8168         (spam-report-plug-agent, spam-report-deagentize)
8169         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8170         support for the Agent in spam-report: when unplugged, report to a
8171         file; when plugged, submit all the requests
8172
8173         * spam.el (spam-register-routine): improved message about
8174         registration
8175
8176 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8177
8178         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8179         dependencies.
8180         (rfc2047-encode): Use it.
8181
8182         * gnus-art.el (gnus-button-marker-list): Move before first
8183         reference.
8184
8185         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8186         (imap-parse-body): Fix format string mismatch.
8187
8188         * gnus-score.el (gnus-summary-increase-score): do.
8189
8190         * nnrss.el (nnrss-close): New function.
8191
8192 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8193
8194         * nnrss.el (nnrss-make-filename): New function.
8195         (nnrss-request-delete-group, nnrss-read-server-data)
8196         (nnrss-save-server-data, nnrss-read-group-data)
8197         (nnrss-save-group-data): Use it.
8198         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8199         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8200         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8201
8202 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8203
8204         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8205
8206 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8207
8208         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8209         files.
8210
8211         * message.el (message-generate-headers-first): Don't quote nil
8212         and t in docstrings.
8213
8214         * imap.el (imap-id): do.
8215
8216         * gnus-agent.el (gnus-agent-consider-all-articles)
8217         (gnus-agent-queue-mail): do.
8218
8219 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * spam-report.el (spam-report-process-queue): New function.
8222         Process requests from `spam-report-requests-file'.
8223         (spam-report-process-queue): Doc fix.
8224
8225 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * spam.el (spam-register-routine)
8228         (spam-log-processing-to-registry, spam-log-registered-p)
8229         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8230         change "check" to "spam-check" for semi-clarity
8231
8232 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8233
8234         * pop3.el: Require nnheader.
8235
8236         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8237
8238         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8239
8240         * gnus-picon.el: Require cl.
8241
8242         * gnus-fun.el: Require gnus-ems and gnus-util.
8243
8244         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8245
8246         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8247
8248         * gnus-art.el (gnus-article-edit-mode): Define before first
8249         reference.
8250
8251 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8252
8253         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8254         (gnus-uu-post-encoded): Use point-at-bol.
8255
8256         * gnus-topic.el (gnus-group-active-topic-p): do.
8257
8258         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8259
8260         * gnus-group.el (gnus-group-kill-region): do.
8261
8262         * gnus-art.el (article-date-ut): do.
8263
8264         * message.el (message-fetch-field): Remove redundant
8265         case-fold-search binding.
8266         (message-narrow-to-field): Simplify.
8267
8268 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8269
8270         * spam.el (spam-directory): Derive from `gnus-directory'.
8271
8272         * spam-report.el (spam-report-url-to-file)
8273         (spam-report-requests-file): New function and variable for offline
8274         reporting.
8275         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8276         and user defined function.
8277         (spam-report-url-ping-mm-url): Remove doubled slash.
8278
8279 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8282
8283 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8284
8285         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8286         format string mismatch.
8287
8288         * sieve.el (sieve-deactivate-all): do.
8289
8290         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8291
8292         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8293
8294         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8295
8296         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8297
8298 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8299
8300         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8301         the list of checks
8302
8303 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8304
8305         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8306         padding.
8307
8308 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8309
8310         * mm-view.el (mm-fill-flowed): New variable.
8311         (mm-inline-text): Use it.
8312
8313 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8314
8315         * spam.el (spam-spamassassin-register-ham-routine)
8316         (spam-spamassassin-register-spam-routine): fixed function names
8317
8318 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * gnus.el (gnus-tmp-grouplens): Remove.
8321         (gnus-summary-line-format): Remove grouplens.
8322
8323         * gnus-group.el (gnus-group-line-format): Ditto.
8324
8325         * gnus-spec.el (gnus-format-specs): Ditto.
8326         (gnus-update-format-specifications): Flush the group format spec
8327         cache if there's the grouplens stuff.
8328         (gnus-parse-simple-format): Replace %l with the empty string.
8329
8330 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
8331
8332         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8333         omission.
8334         From Jerry James  <james@xemacs.org>
8335
8336 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8339         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8340
8341 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8342
8343         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8344         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8345         New macros and functions.
8346         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8347         Handle > NLINK_MAX messages.
8348         * nnmaildir.el (nnmaildir-request-set-mark): Use
8349         nnmaildir--emlink-p and nnmaildir--eexist-p.
8350
8351 2004-01-25  Alex Schroeder  <alex@gnu.org>
8352
8353         * spam-stat.el (spam-stat-process-directory-age): New option.
8354         (spam-stat-process-directory): Use it.
8355
8356 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8357
8358         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8359         (spam-stat-save): Accept prefix argument.
8360
8361 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8362
8363         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8364         links" error.
8365
8366 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8369         the rest of the and/or forms.
8370
8371 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8372
8373         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8374         compatibility with old .newsrc.eld files.
8375
8376         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8377
8378         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8379
8380         * gnus-start.el (gnus-1): do.
8381
8382         * gnus-group.el (gnus-group-line-format-alist): do.
8383
8384         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8385
8386         * gnus-gl.el: Remove.
8387
8388 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8389
8390         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8391         marks consisting of a single range {for example, (3 . 5)} rather
8392         than a list of a single range { ((3 . 5)) }.
8393
8394 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8395
8396         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8397         with-current-buffer.
8398         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8399         avoid consing a string.
8400
8401         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8402         Remove obsolete entries for big5 and gb2312.
8403
8404 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8405
8406         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8407         uncompressed list.
8408
8409 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8410
8411         * spam-stat.el (spam-stat-strip-xref): New function.
8412         (spam-stat-process-directory): Use it.
8413
8414         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8415         here -- it's done in message-fetch-field.
8416
8417 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8418
8419         * gnus-agent.el (gnus-agent-queue-mail,
8420         gnus-agent-prompt-send-queue): New variables.
8421         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8422         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8423         "nndraft:queue" along to gnus-draft-send.  Use
8424         gnus-agent-prompt-send-queue.
8425         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8426         is "nndraft:queue".  Suggested by Gaute Strokkenes
8427         <gs234@srcf.ucam.org>
8428
8429         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8430         (agent-enable-undownloaded-faces): Added
8431         (gnus-agent-cat-groups): Use eval-and-compile, not
8432         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8433         method of gnus-agent-cat-groups even when the buffer has been
8434         evaled.
8435         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8436         delete gnus-agent-save-active-1.
8437         (gnus-agent-save-groups): Deleted. Identical to
8438         gnus-agent-save-active.
8439         (gnus-agent-write-active): No longer adjust agent's copy of active
8440         file as agent's adjustments are now stored in their own
8441         file. Removed optional parameter.
8442         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8443         servers.  Add use of min/max range limits from server's local
8444         file.
8445         (gnus-agent-save-alist): Removed unused optional argument.
8446         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8447         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8448         (gnus-agent-set-local): A per-server file that keeps min/max range
8449         limits for articles known to the agent.  Provides a fast mechanism
8450         for altering many active ranges.
8451         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8452         active file (local makes it unnecessary).
8453         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8454
8455         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8456         (agent-enable-undownloaded-faces): Added
8457
8458         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8459         disable it when sending to "nndraft:queue".
8460         (gnus-group-send-queue): Add safety check to avoid sending queue
8461         when unplugged.
8462
8463         * gnus-group.el (gnus-group-catchup): Use new
8464         gnus-sequence-of-unread-articles, not
8465         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8466         numbers of articles.  Use gnus-range-map to avoid having to
8467         uncompress the unread list.
8468         (gnus-group-archive-directory,
8469         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8470         reference.
8471
8472         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8473         (gnus-sorted-range-intersection): Intersection of two ranges
8474         without requiring that they first be uncompressed.
8475
8476         * gnus-start.el (gnus-activate-group): Unless blocked by the
8477         caller, possibly expand the active range to include both cached
8478         and agentized articles.
8479         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8480         multiple version-dependent converters.
8481         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8482         gnus-agent-save-active.
8483         (gnus-save-newsrc-file): Save dirty agent range limits.
8484
8485         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8486         gnus-agent-possibly-alter-active.
8487         (gnus-adjust-marked-articles): Faster handling of simple lists
8488
8489 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8490
8491         * spam-stat.el (spam-stat-test-directory): New optional argument
8492         displays a list of files detected.  Suggested by Andrew Cohen
8493         <cohen@andy.bu.edu>.
8494         (spam-stat-buffer-words-with-scores): Don't narrow and change
8495         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8496
8497 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8498
8499         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8500         default scoring function
8501         (spam-generic-score): calls spam-spamassassin-score if
8502         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8503         spam-bogofilter-score otherwise.
8504
8505         From Hubert Chan <hubert@uhoreg.ca>:
8506
8507         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8508         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8509         (spam-spamassassin-arguments)
8510         (spam-spamassassin-spam-flag-header)
8511         (spam-spamassassin-positive-spam-flag-header)
8512         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8513         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8514         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8515         (spam-list-of-processors, spam-list-of-checks)
8516         (spam-list-of-statistical-checks, spam-registration-functions)
8517         (spam-check-spamassassin-headers, spam-check-spamassassin)
8518         (spam-spamassassin-score)
8519         (spam-spamassassin-register-with-sa-learn)
8520         (spam-spamassassin-register-spam-routine)
8521         (spam-spamassassin-register-ham-routine)
8522         (spam-assassin-register-spam-routine)
8523         (spam-assassin-register-ham-routine): add SpamAssassin support
8524         (spam-bogofilter-score): fix to show article before scoring
8525
8526         * gnus.el (spam-process, spam-autodetect-methods): add
8527         spamassassin and spamassassin-headers
8528
8529         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8530         Suppress unnecessary messages.  From Nevin Kapur
8531         <nkapur@cs.caltech.edu>.
8532
8533 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8534
8535         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8536         make-hash-table.
8537
8538 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * canlock.el (base64-encode-string): Don't autoload it.
8541
8542 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * run-at-time.el: Remove useless (require 'itimer),
8545         eval-and-compile and (featurep 'xemacs).
8546
8547 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8548
8549         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8550         GROUP is a virtual group.
8551
8552 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8553
8554         * gnus.el: Autoload `message-y-or-n-p'.
8555
8556 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8557
8558         * pgg-parse.el: Remove unnecessary (require 'custom).
8559
8560         * pgg-def.el: do.
8561
8562         * nnmail.el: do.
8563
8564         * gnus-undo.el: do.
8565
8566         * gnus-picon.el: do.
8567
8568         * gnus-util.el: do.
8569
8570 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8573
8574 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8577         handle, as well as a list.
8578
8579         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8580         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8581         (mm-w3m-cid-retrieve): Simplify.
8582
8583 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8584
8585         * message.el (message-kill-to-signature): Allow prefix arg to
8586         specify number of lines to keep before signature.  From Vasily
8587         Korytov.
8588         (message-kill-to-signature): Change docstring.
8589
8590 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * canlock.el: Always require sha1-el.
8593         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8594
8595         * message.el: Autoload sha1 only when compiling.
8596
8597         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8598         eudc-expand-inline for XEmacs.
8599
8600 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * message.el (message-canlock-generate): Require sha1-el.
8603
8604 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
8605
8606         * message.el (message-expand-name): Silence the byte compiler.
8607
8608         * lpath.el: Add detect-coding-system.
8609
8610         * dgnushack.el (dgnushack-compile): Remove obsolete check for
8611         cus-edit.
8612
8613 2004-01-13  Simon Josefsson  <jas@extundo.com>
8614
8615         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
8616         Invoke gnus-score-mode.  Reported by
8617         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8618
8619         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
8620         Jim Blandy <jimb@redhat.com> (tiny change).
8621
8622 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8623
8624         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
8625
8626 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
8627
8628         * spam.el (spam-get-article-as-string): updated to use
8629         gnus-request-article-this-buffer, much simpler
8630         (spam-get-article-as-buffer): removed
8631
8632 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
8633
8634         * message.el (message-expand-name): Use EUDC if the user uses
8635         that.
8636
8637 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8638
8639         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
8640         character for the encoding to avoid consing a string.
8641
8642         * rfc2047.el (rfc2047-decode-string): Don't cons a string
8643         unnecessarily.
8644
8645         * mm-util.el (mm-replace-chars-in-string): Remove.
8646
8647         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
8648         of mm-replace-chars-in-string.
8649
8650 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
8651
8652         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
8653         strings.
8654
8655         * mm-util.el (mm-subst-char-in-string): Support inplace.
8656
8657         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
8658         a new string in every iteration.  Use shy groups.
8659
8660 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
8661
8662         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
8663         (gnus-group-change-level, gnus-kill-newsgroup)
8664         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
8665         (gnus-get-unread-articles, gnus-make-articles-unread)
8666         (gnus-make-ascending-articles-unread): Use accessor
8667         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
8668         to get group information for improved readability.
8669
8670         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
8671
8672         * gnus-soup.el (gnus-soup-group-brew): do.
8673
8674         * gnus-msg.el (gnus-put-message): do.
8675
8676         * gnus-move.el (gnus-group-move-group-to-server): do.
8677
8678         * gnus-kill.el (gnus-batch-score): do.
8679
8680         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
8681         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
8682         (gnus-group-update-group, gnus-group-read-group)
8683         (gnus-group-make-group, gnus-group-make-help-group)
8684         (gnus-group-make-archive-group, gnus-group-make-directory-group)
8685         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
8686         (gnus-group-sort-by-unread, gnus-group-catchup)
8687         (gnus-group-unsubscribe-group, gnus-group-kill-group)
8688         (gnus-group-yank-group, gnus-group-set-info)
8689         (gnus-group-list-groups): do.
8690
8691         * gnus.el (gnus-generate-new-group-name): do.
8692
8693         * gnus-delay.el (gnus-delay-send-queue): do.
8694
8695         * nnvirtual.el (nnvirtual-catchup-group): do.
8696
8697         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
8698         do.
8699
8700         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
8701         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
8702
8703         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
8704         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
8705         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
8706         (gnus-group-make-articles-read): do.
8707
8708 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8709
8710         * gnus-art.el (article-decode-mime-words, article-babel)
8711         (gnus-article-highlight-signature, gnus-article-add-buttons)
8712         (gnus-signature-toggle): Use gnus-with-article-buffer.
8713
8714         * gnus-art.el (gnus-article-highlight-headers)
8715         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
8716
8717         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
8718         (gnus-article-set-globals, gnus-request-article-this-buffer)
8719         (gnus-button-message-id, gnus-article-maybe-hide-headers)
8720         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
8721         (gnus-mime-display-alternative): Use with-current-buffer.
8722
8723 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8724
8725         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
8726         also under 80 char limit, and call gnus-error if needed
8727         (spam-fetch-article-header): finally fixed - it was a
8728         buffer-local variable (gnus-newsgroup-data)
8729         (spam-find-spam): use spam-generate-fake-headers, forget about
8730         spam-insert-fake-headers
8731         (spam-insert-fake-headers): removed
8732
8733 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8734
8735         * deuglify.el (gnus-article-outlook-unwrap-lines)
8736         (gnus-outlook-rearrange-article)
8737         (gnus-outlook-repair-attribution-outlook)
8738         (gnus-outlook-repair-attribution-block)
8739         (gnus-outlook-repair-attribution-other): Remove redundant
8740         save-excursion.
8741
8742 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8743
8744         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
8745         (spam-fetch-field-subject-fast)
8746         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
8747         (spam-fetch-article-header): new functions to deal with Gnus
8748         internals for fast retrieval of article header data
8749         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
8750
8751 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8752
8753         * pop3.el (pop3-md5): Remove.
8754         (pop3-apop): Replace pop3-md5 with md5.
8755
8756         * mm-bodies.el: base64 is always built-in.
8757
8758         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
8759         with-current-buffer.
8760
8761 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * canlock.el (canlock-insert-header): Remove excessive grouping in
8764         regexp.
8765
8766         * gnus-sum.el (gnus-summary-read-document): Ditto.
8767
8768         * gnus-uu.el (gnus-uu-part-number): Ditto.
8769
8770         * html2text.el (html2text-remove-tags): Ditto.
8771         (html2text-format-tags): Ditto.
8772         (html2text-format-single-elements): Ditto.
8773
8774         * mml.el (mml-parse-1): Ditto.
8775
8776 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8777
8778         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
8779
8780         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
8781
8782         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
8783
8784         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
8785
8786 2003-11-15  Simon Josefsson  <jas@extundo.com>
8787
8788         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
8789         (pgg-gpg-lookup-key): Use regexp match instead of
8790         split-string (split-string is different between emacs 21.2 and
8791         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
8792
8793 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8794
8795         * gnus-art.el (gnus-mime-view-all-parts)
8796         (gnus-article-part-wrapper, gnus-article-view-part): Use
8797         with-current-buffer.
8798
8799 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8800
8801         * spam.el (spam-disable-spam-split-during-ham-respool)
8802         (spam-spamoracle-database, spam-cache-lookups)
8803         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
8804         (spam-group-ham-mark-p, spam-group-spam-mark-p)
8805         (spam-group-ham-marks, spam-group-spam-marks)
8806         (spam-group-spam-contents-p, spam-group-ham-contents-p)
8807         (spam-list-of-processors, spam-list-of-statistical-checks): doc
8808         fix, also add spam-use-blackholes to the statistical checks
8809         (spam-fetch-field-fast): new interface to fetching fields, may
8810         become a macro
8811         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
8812         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
8813         (spam-insert-fake-headers): fake an article when needed
8814         (spam-find-spam): fake article when possible
8815         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
8816         (spam-check-bogofilter-headers): use message-fetch-field instead
8817         of nnmail-fetch-field
8818
8819 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
8822
8823 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8824
8825         * spam.el (spam-split): do not require spam-use-CHECK to be
8826         enabled if that check is passed to spam-split explicitly; also
8827         fix so 'spam doesn't get converted to spam-split-group when
8828         spam-split-symbolic-return is t
8829         (spam-find-spam): find registrations of the article and use those
8830         instead of re-running spam-split to find the spam/ham
8831         classification of the article
8832         (spam-log-processing-to-registry, spam-log-registered-p)
8833         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8834         use gnus-error instead of gnus-message
8835         (spam-log-registration-type): new function to determine the
8836         classification of a message based on registry entries; will
8837         return nil if both 'spam and 'ham are found
8838         (spam-check-BBDB): expand all the BBDB macros here so we can have
8839         a reasonably fast local cache without the loading errors
8840         (spam-cache-lookups): set to t by default
8841         (spam-find-spam): don't try to guess spam-cache-lookups
8842         (spam-enter-whitelist, spam-enter-blacklist): also clear the
8843         spam-caches entry
8844         (spam-filelist-build-cache, spam-filelist-check-cache): better
8845         caching of whitelist/blacklist entries
8846         (spam-check-whitelist, spam-check-blacklist): invoke
8847         spam-from-listed-p with a type, not a cache variable
8848         (spam-from-listed-p): wrap around spam-filelist-check-cache
8849
8850 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8851
8852         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
8853
8854         * nnmail.el (nnmail-split-fancy): do.
8855
8856         * mml.el (mml-parse): do.
8857
8858         * gnus-score.el (gnus-enter-score-words-into-hashtb)
8859         (gnus-score-adaptive): do.
8860
8861 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
8864         (gnus-mime-button-map): Don't set keymap parent.
8865         (gnus-button-ctan-directory-regexp): Use shy grouping.
8866         (gnus-prev-page-map): Don't set keymap parent.
8867         (gnus-prev-page-map): Remove duplicated one.
8868         (gnus-next-page-map): Don't set keymap parent.
8869         (gnus-mime-security-button-map): Ditto.
8870
8871         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
8872         version number.
8873
8874         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
8875
8876 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * canlock.el (canlock-sha1-function): Remove.
8879         (canlock-sha1-function-for-verify): Remove.
8880         (canlock-openssl-program): Remove.
8881         (canlock-openssl-args): Remove.
8882         (canlock-ignore-errors): Remove.
8883         (canlock-sha1-with-openssl): Remove.
8884         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
8885         (canlock-verify): Don't use canlock-ignore-errors.
8886
8887         * sha1-el.el (sha1-string-external): Make it can return a string
8888         in binary form.
8889         (sha1-region-external): Ditto.
8890         (sha1-string-internal): Ditto.
8891         (sha1-region-internal): Ditto.
8892         (sha1-region): Ditto.
8893         (sha1-string): Ditto.
8894         (sha1): Ditto.
8895
8896 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8897
8898         * spam.el (spam-report-articles-gmane): New command.
8899
8900 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * gnus.el: Don't make unnecessary *Group* buffer when loading.
8903
8904         * run-at-time.el (run-at-time-saved): Remove.
8905         (run-at-time): Doc fix.
8906
8907 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8908
8909         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
8910         (gnus-summary-limit-map): Add it.
8911         (gnus-summary-make-menu-bar): do.
8912
8913 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
8914
8915         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
8916         first attempt at some caching support (done for BBDB only now)
8917         (spam-find-spam): set spam-cache-lookups if there are more than 2
8918         addresses to be checked
8919         (spam-clear-cache-BBDB): new function, to be invoked by
8920         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
8921         (spam-check-BBDB): check and use the caches, if
8922         spam-cache-lookups is on
8923         remove superfluous (provide)
8924
8925 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
8928
8929 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
8930
8931         * run-at-time.el (run-at-time-saved): Move to after the definition
8932         of `run-at-time'.
8933
8934         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
8935
8936 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
8939         mm-w3m-local-map-property.
8940
8941         * mm-view.el (mm-w3m-mode-map): Remove.
8942         (mm-w3m-local-map-property): Remove.
8943         (mm-inline-text-html-render-with-w3m): Don't use
8944         mm-w3m-local-map-property.
8945
8946 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8947
8948         * run-at-time.el: New file.
8949
8950         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
8951         under Emacs.
8952
8953         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
8954         of gnus-set-text-properties.
8955
8956         * gnus-uu.el (gnus-uu-save-article): Ditto.
8957
8958         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
8959
8960         * gnus-cite.el (gnus-cite-parse): Ditto.
8961
8962         * gnus-art.el (gnus-button-push): Use set-text-properties instead
8963         of gnus-.
8964
8965         * gnus-xmas.el (run-at-time): Require run-at-time.
8966
8967         * gnus.el: Changed calls to nnheader-run-at-time and
8968         password-run-at-time throughout to use run-at-time directly.
8969
8970         * password.el: Removed definition of run-at-time.
8971
8972         * nnheaderxm.el: Remove definition of run-at-time.
8973
8974 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
8975
8976         * mml.el (mml-minibuffer-read-disposition): Show attachment type
8977         in prompt.
8978
8979 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8980
8981         * messagexmas.el (message-xmas-redefine): Alias
8982         `message-make-caesar-translation-table' to
8983         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
8984         version.
8985
8986         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
8987         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
8988         `gnus-xmas-set-text-properties'.
8989         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
8990         `gnus-xmas-completing-read'.
8991         (gnus-xmas-completing-read): Removed.
8992         (gnus-xmas-open-network-stream): Removed.
8993
8994         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
8995         XEmacs version.
8996
8997         * dns.el (dns-make-network-process): Use `open-network-stream'
8998         instead of `gnus-xmas-open-network-stream'.
8999
9000         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9001
9002         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9003
9004 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9005
9006         * gnus-art.el (gnus-mime-display-alternative)
9007         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9008         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9009         Don't use gnus-local-map-property.
9010
9011         * gnus-util.el (gnus-local-map-property): Remove.
9012
9013         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9014         gnus-completing-read-maybe-default with completing-read.
9015
9016         * gnus-util.el (gnus-completing-read): do.
9017         (gnus-completing-read-maybe-default): Remove.
9018
9019 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9020
9021         * password.el: Only autoload `run-at-time' if not XEmacs.
9022         Only autoload the itimer functions if XEmacs.
9023
9024 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9027         XEmacsen.
9028
9029         * dgnushack.el: Autoload executable-find for XEmacs.
9030
9031 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9032
9033         * gnus-art.el (gnus-read-string): Remove.
9034         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9035         read-string.
9036
9037 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9038
9039         * netrc.el: autoload password-read
9040         (netrc): new configuration group
9041         (netrc-encoding-method, netrc-openssl-path): configuration
9042         variables for encoding and decoding of files with symmetric
9043         ciphers
9044         (netrc-encode): assistant function to encode a file with
9045         netrc-encoding-method
9046         (netrc-parse): added interactive parameter, added optional
9047         decoding if netrc-encoding-method is non-nil but otherwise
9048         behavior is standard
9049         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9050         s/encode/encrypt/ everywhere
9051
9052         * spam.el: remove executable-find autoload
9053
9054 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9055
9056         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9057
9058         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9059
9060 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * gnus-art.el (gnus-treat-ansi-sequences,
9063         article-treat-ansi-sequences): New variable and function.
9064         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9065
9066         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9067         Use it.
9068
9069 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9070
9071         * mm-util.el (mm-quote-arg): Remove.
9072
9073         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9074         shell-quote-argument.
9075
9076         * gnus-uu.el (gnus-uu-command): do.
9077
9078         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9079
9080         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9081         with make-char.
9082
9083         * mm-util.el (mm-make-char): Remove.
9084
9085         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9086         add-minor-mode.
9087
9088         * gnus-undo.el (gnus-undo-mode): do.
9089
9090         * gnus-topic.el (gnus-topic-mode): do.
9091
9092         * gnus-sum.el (gnus-dead-summary-mode): do.
9093
9094         * gnus-start.el (gnus-slave-mode): do.
9095
9096         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9097
9098         * gnus-ml.el (gnus-mailing-list-mode): do.
9099
9100         * gnus-gl.el (gnus-grouplens-mode): do.
9101
9102         * gnus-draft.el (gnus-draft-mode): do.
9103
9104         * gnus-dired.el (gnus-dired-mode): do.
9105
9106         * gnus-ems.el (gnus-add-minor-mode): Remove.
9107
9108         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9109         Replace gnus-char-width with char-width.
9110
9111         * gnus-ems.el (gnus-char-width): Remove.
9112
9113         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9114         Replace gnus-char-width with char-width.
9115
9116         * gnus-ems.el (gnus-char-width): Remove.
9117
9118         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9119         definition.
9120         Remove Emacs 20 hash table compatibility code.
9121
9122         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9123         20 compatibility code.
9124
9125         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9126
9127         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9128
9129         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9130         with point-at-{eol,bol}.
9131
9132         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9133
9134         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9135
9136         * flow-fill.el (fill-flowed-point-at-bol,
9137         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9138
9139         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9140         Replace with point-at-{eol,bol} throughout all files.
9141
9142 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * ntlm.el (ntlm-string-as-unibyte): New macro.
9145         (ntlm-build-auth-response): Use it.
9146
9147         Remove Emacs 20 stuff:
9148         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9149         (butlast, mapc, remove): Remove the compiler macros.
9150         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9151         of delq and copy-sequence.
9152         * gnus-art.el (popup-menu): Remove the compiler macro.
9153         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9154         Emacs 20.
9155
9156 2004-01-05  Simon Josefsson  <jas@extundo.com>
9157
9158         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9159         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9160         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9161         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9162         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9163         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9164         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9165         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9166         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9167         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9168         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9169         string-xor into ntlm-string-xor.  Suggested by
9170         Jesper Harder <harder@myrealbox.com>.
9171
9172         * ntlm.el: Don't include poem.
9173
9174         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9175         Jesper Harder <harder@myrealbox.com>.
9176
9177         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9178
9179         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9180         probably breaks emacs with DL patch, but do we care? Is anyone
9181         still using the DL stuff?)
9182
9183         * sieve-manage.el: Use the password package.
9184         (sieve-manage-read-passwd): Remove.
9185         (sieve-manage-interactive-login): Use password.  Re-add
9186         condition-case around loop.
9187
9188         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9189         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9190         the password package.
9191
9192 2003-02-19  Simon Josefsson  <jas@extundo.com>
9193
9194         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9195         token.
9196
9197 2002-08-07  Simon Josefsson  <jas@extundo.com>
9198
9199         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9200         (sieve-manage-authenticators):
9201         (sieve-manage-authenticator-alist): Add some SASL mechs.
9202         (sieve-sasl-auth): New function.
9203         (sieve-manage-cram-md5-auth):
9204         (sieve-manage-plain-auth): Rewrite using SASL library.
9205         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9206         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9207         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9208         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9209
9210 2004-01-05  Simon Josefsson  <jas@extundo.com>
9211
9212         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9213         New files.
9214
9215 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9216
9217         * gnus-group.el (gnus-no-groups-message): Update.
9218
9219         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9220
9221 2003-11-09  Simon Josefsson  <jas@extundo.com>
9222
9223         * imap.el: Support for ID IMAP extension (RFC 2971).
9224         (imap-local-variables): Add imap-id.
9225         (imap-id): New variable.
9226         (imap-id): New function.
9227         (imap-parse-response): Parse untagged ID response.
9228         * nnimap.el (nnimap-id): New variable.
9229         (nnimap-open-connection): Use it.
9230
9231 2003-12-28  Simon Josefsson  <jas@extundo.com>
9232
9233         * gnus-score.el (gnus-score-edit-all-score): New.
9234         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9235
9236 2004-01-04  Simon Josefsson  <jas@extundo.com>
9237
9238         * password.el: Add.
9239
9240 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9241
9242         * dns.el: Add support for AAAA records (see RFC 3596)
9243
9244         * Fix typo PRT -> PTR
9245
9246         * Parse MX, PTR and SOA replies (see RFC 1035)
9247
9248 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9251
9252         * Moved to Changelog.2.
9253
9254 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255
9256         * gnus.el (gnus-version-number): Bump version.
9257
9258 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9259
9260         * gnus.el: No Gnus v0.1 is released.
9261
9262 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9263
9264         * gnus.el: No Gnus v0.0 is released.
9265
9266 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * gnus.el (gnus-version-number): Bump.
9269         (gnus-version): No.
9270
9271 See ChangeLog.2 for earlier changes.
9272
9273     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9274   Copying and distribution of this file, with or without modification,
9275   are permitted provided the copyright notice and this notice are preserved.
9276
9277 ;; Local Variables:
9278 ;; coding: iso-2022-7bit
9279 ;; fill-column: 79
9280 ;; End:
9281
9282 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4