lisp/ChangeLog addition:
[gnus] / lisp / ChangeLog
1 2007-04-24  Didier Verna  <didier@xemacs.org>
2
3         * gnus-sum.el:
4         * gnus-utils.el: Fix some trailing whitespaces.
5
6 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10         article's Message-ID; refer parent article in summary buffer.
11
12         * message.el (message-bounce): Call mime-to-mml.
13
14         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16         optimize and/or forms properly.
17
18 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
19
20         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
21         URL.
22
23 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
26
27 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
30         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
31         displayed of multipart/alternative part if it is invoked from summary
32         buffer.
33
34         * mm-view.el (mm-inline-text-html-render-with-w3m)
35         (mm-inline-text-html-render-with-w3m-standalone)
36         (mm-inline-render-with-function): Use mail-parse-charset by default.
37
38 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
41         from gnus-newsgroup-processable.
42
43 2007-04-16  Didier Verna  <didier@xemacs.org>
44
45         * gnus-msg.el (gnus-configure-posting-styles): Handle
46         message-signature-directory properly with :file syntax. Reported by
47         "Leo".
48
49 2007-04-11  Didier Verna  <didier@xemacs.org>
50
51         New user option: message-signature-directory.
52         * gnus-msg.el (gnus-configure-posting-styles): Support it.
53         * message.el (message-insert-signature): Ditto.
54         * message.el (message-signature-file): Doc update.
55         * message.el (message-signature-directory): New.
56
57 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-msg.el (gnus-inews-yank-articles): Use
60         message-exchange-point-and-mark instead of exchange-point-and-mark.
61
62 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * message.el (message-yank-original): Make sure cited text ends with
65         newline; don't exchange point and mark.
66
67 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
68
69         * tls.el (open-tls-stream): Properly handle case where there
70         is no associated buffer.
71
72 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
73
74         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
75         message-yank-original, make sure (< mark TEXT point).
76
77 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
78
79         * message.el (message-fill-column): New variable.
80         (message-mode): Use it.  Add comment on a possible new hook.
81
82         * nnmail.el (nnmail-spool-file): Mark as obsolete.
83         (nnmail-get-new-mail): Reformat.
84
85         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
86
87         * gmm-utils.el: Fix Commentary.
88         (gmm-tool-bar-from-list): Fix typo in doc string.
89
90 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
91
92         * message.el (message-yank-original): Don't switch point and mark
93         unnecessarily to put point and mark as documented.
94
95 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
98         from the message heads.
99
100 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
101
102         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
103         article buffer does not have a window.  This may not be the best
104         solution but is certainly better than setting the start of the null,
105         that is the current, window.
106
107 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
108
109         * gnus-draft.el (gnus-draft-setup-hook): New hook.
110         (gnus-draft-setup): Run it.
111
112         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
113         gnus-score-fast-scoring.  Allow regexp.
114         (gnus-score-headers): Use it.
115
116         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
117         XEmacs.
118
119         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
120         string.
121         (gnus-button-alist): Also catch `<f1> k ...'.
122         (gnus-treat-display-x-face): Fix doc string.
123
124 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
125
126         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
127         evaluation of gnus-extended-version to ensure correct generation of the
128         User-Agent header when message-generate-headers-first is used.
129
130 2007-03-24  Simon Josefsson  <simon@josefsson.org>
131
132         * hashcash.el (hashcash-generate-payment-async): Don't crash if
133         hashcash-path is nil.  Don't call callback with incorrect number of
134         parameters if val is 0.
135
136 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
137
138         * message.el (message-required-news-headers):
139         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
140
141 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
142
143         * tls.el (open-tls-stream): In handshake-waiting loop,
144         don't wait more if there is output available to process.
145
146 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
147
148         * tls.el (tls-program): Doc fix.
149
150 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * message.el (message-generate-new-buffers): Change the meaning of the
153         nil value; add `standard' to the choices; treat t as `unique'; improve
154         doc string.
155         (gnus-select-frame-set-input-focus): Autoload.
156         (message-buffer-name): Search for the existing message buffer if
157         message-generate-new-buffers is nil or `standard'; treat the value t of
158         message-generate-new-buffers as `unique'.
159         (message-pop-to-buffer): Raise the frame already displaying the message
160         buffer; clear the echo area after querying.
161         (message-setup): Pass the `continue' argument to compose-mail.
162         (message-mail): Prefer `switch-function' if it is given; search for the
163         existing message buffer if the `continue' argument is non-nil; pass
164         continue and switch-function arguments to compose-mail by way of
165         message-setup.
166         (message-mail-other-window): Adjust argument of message-setup.
167         (message-mail-other-frame): Ditto.
168
169 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
172         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
173         to turn font-lock on when turning gnus-message-citation-mode on.
174
175 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
176
177         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
178         (mml-smime-function-alist): New variable; add epg as the backend.
179         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
180         mml-smime- functions instead.
181         * mm-view.el: Require smime.
182
183 2007-03-05  Didier Verna  <didier@xemacs.org>
184
185         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
186         instead of just inheritance for posting styles.
187         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
188
189 2007-02-24  Chris Moore  <dooglus@gmail.com>
190
191         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
192         * pgg-pgp.el (pgg-pgp-encrypt-region):
193         * pgg-gpg.el (pgg-gpg-encrypt-region):
194         Check pgg-encrypt-for-me if no other recipients.
195
196 2007-02-24  John Paul Wallington  <jpw@pobox.com>
197
198         * tls.el (tls-certtool-program): Fix custom type.
199
200 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
203         and point-at-eol instead of line-(beginning|end)-position.
204
205         * assistant.el (assistant-parse-buffer): Ditto.
206
207         * netrc.el (netrc-parse-services): Ditto.
208
209 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
210
211         * mml2015.el (mml2015-epg-find-usable-key): New function.
212         (mml2015-epg-sign): Use it.
213         (mml2015-epg-encrypt): Use it.
214
215 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * message.el (message-make-in-reply-to): Quote name containing
218         non-ASCII characters.  It will make the RFC2047 encoder cause an error
219         if there are special characters.  Reported by NAKAJI Hiroyuki
220         <nakaji@kankyo-u.ac.jp>.
221
222 2007-02-27  Didier Verna  <didier@xemacs.org>
223
224         Include the group parameters as well as the topic ones in the
225         inheritance filter process.
226         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
227         argument GROUP-PARAMS-LIST.
228         * gnus-topic.el (gnus-group-topic-parameters): Use it.
229
230 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * nntp.el (nntp-never-echoes-commands)
233         (nntp-open-connection-functions-never-echo-commands): New variables.
234         (nntp-send-command): Use them.
235
236 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
237
238         * mml2015.el (mml2015-epg-verify): Simplified.
239
240 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * mml.el (mml-content-disposition-alist): New user option.
243         (mml-content-disposition): New function.
244         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
245         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
246
247 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
248
249         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
250         verification.
251
252 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
253
254         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
255         articles posted in the last 24 hours.
256
257 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
258
259         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
260
261 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
262
263         * nntp.el (nntp-send-command): Don't wait for echoes when
264         nntp-open-ssl-stream is used.
265
266 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * gnus-cite.el (gnus-test-font-lock-add-keywords)
269         (gnus-message-add-citation-keywords)
270         (gnus-message-remove-citation-keywords): Remove.
271         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
272         directly, make the variables in font-lock-defaults buffer-local, add
273         gnus-message-citation-keywords to them and then update the value of
274         font-lock-keywords.
275
276 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * message.el (message-cite-original-1): Don't call
279         gnus-article-highlight-citation.
280
281         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
282         citations; fix line count.
283
284 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
287         (gnus-message-add-citation-keywords)
288         (gnus-message-remove-citation-keywords): Use it; fix the emulating
289         versions of font-lock-add-keywords and font-lock-remove-keywords to
290         work with XEmacs correctly.
291
292 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * gnus-cite.el (gnus-cite-face-list): Set the values of
295         gnus-message-max-citation-depth and gnus-message-citation-keywords.
296         (gnus-message-max-citation-depth): Use defvar rather than defconst.
297         (gnus-message-cite-prefix-regexp): New variable.
298         (gnus-message-search-citation-line): Use it; protect against long
299         citation prefix; fill match data with nil rather than 0 for XEmacs; set
300         the 0th match data for Emacs.
301         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
302         (gnus-message-add-citation-keywords): Append keywords rather than
303         prepending; emulate font-lock-add-keywords if it is not available.
304         (gnus-message-remove-citation-keywords): Emulate
305         font-lock-remove-keywords if it is not available.
306
307         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
308
309         * message.el (message-cite-prefix-regexp): Set the value of
310         gnus-message-cite-prefix-regexp.
311
312 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
313
314         * nnweb.el (nnweb-google-parse-1): Update parser.
315
316 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
317
318         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
319
320 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
321
322         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
323         regexp.
324
325 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * uudecode.el (uudecode-string-to-multibyte): New function emulating
328         string-to-multibyte.
329         (uudecode-decode-region-internal): Use it.
330
331         * lpath.el: Fbind string-as-multibyte for XEmacs.
332
333 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
334
335         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
336         custom choice.
337
338         * gnus-art.el (gnus-signature-limit): Fix custom choice.
339
340 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
341
342         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
343
344         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
345         `write-region' to respect `mm-inhibit-file-name-handlers'.
346
347 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
348
349         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
350         Use gnus-home-directory instead of "~/" or "$HOME".
351
352 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
353
354         * encrypt.el (encrypt-insert-file-contents): Add better prompt
355         to mention filename.
356         Add comments at beginning regarding usage.
357         (encrypt-write-file-contents): Change interactive so a string is
358         acceptable.  If the file has no associated model, show an error instead
359         of a nonsense prompt.
360
361 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
362
363         * spam.el (spam-bsfilter-ham-switch): Fix typo.
364         Thanks to Yoshihiko Yamada for kind notification of this typo.
365
366 2007-01-12  Kenichi Handa  <handa@m17n.org>
367
368         * uudecode.el (uudecode-decode-region-internal): Make it work in a
369         multibyte buffer.
370
371 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
372
373         * gnus-score.el (gnus-score-fast-scoring): New variable.
374         (gnus-score-headers): Use it.
375
376         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
377
378         * message.el (message-cite-original-1): Call
379         gnus-article-highlight-citation if requested.
380
381         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
382
383         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
384         bugs to doc string.
385         (gnus-button-alist): Add mid\\|message-id.
386         (gnus-button-fetch-group): Extend for use in
387         `browse-url-browser-function'.
388         (gnus-button-url-regexp): Try to catch paired parentheses like in
389         Wikipedia URLs.
390
391         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
392         Suggested by Simon Krahnke <overlord@gmx.li>.
393
394 2007-01-13  Romain Francoise  <romain@orebokech.com>
395
396         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
397         Update copyright.
398
399 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
400
401         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
402
403 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
404
405         * gnus-registry.el (gnus-registry-unfollowed-groups)
406         (gnus-registry-split-fancy-with-parent): Fix documentation.
407
408 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
411         from nnweb groups.
412
413 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
416         Xref urls.  Erase buffer before requesting head.
417
418 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
419
420         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
421         customizable.
422
423 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
424
425         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
426         no signing key is found.
427         (mml2015-epg-encrypt): Ask user whether to skip or abort if
428         no encrypting and/or signing key is found.
429
430 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
431
432         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
433
434 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
435
436         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
437         headers read from disk with the ones newly found in the current search.
438         This should no longer cause problems, because the article numbers in
439         Gmane's `nov.php' output are ignored since the previous change.
440
441 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
442
443         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
444
445 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
448         replace-regexp-in-string; bind url-version; fbind display-images-p and
449         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
450         find-face and set-itimer-function for Emacs; bind itimer-list for
451         Emacs.
452
453         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
454
455 2007-01-01  Romain Francoise  <romain@orebokech.com>
456
457         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
458
459 2006-12-31  Steve Youngs  <steve@sxemacs.org>
460
461         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
462         `define-minor-mode' macro definition expanded properly.
463         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
464         exclude it there.
465
466         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
467         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
468         `fboundp' test.
469         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
470         This is OK to autoload in (S)XEmacs now.
471
472 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
475         keystroke.
476         (gnus-summary-limit-to-singletons): Fix typo.
477
478         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
479         else fails.
480
481 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
482
483         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
484         docstring.
485
486         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
487         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
488         (gnus-summary-insert-dormant-articles): Fix typo in message.
489
490 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
491
492         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
493         nil for XEmacs.
494         (gnus-message-citation-mode): Don't autoload in XEmacs.
495
496         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
497
498 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
499
500         * nnimap.el (nnimap-expunge-search-string): Mention
501         nnimap-search-uids-not-since-is-evil in docstring.
502
503 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
504
505         * spam.el: Revert to make-obsolete-variable because
506         define-obsolete-variable-alias is not supported in Emacs 21.
507
508         * spam.el (spam-ifile-path, spam-ifile-database-path)
509         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
510         make-obsolete-variable.
511         (spam-bsfilter-path, spam-bsfilter-program)
512         (spam-spamassassin-path, spam-spamassassin-program)
513         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
514         use "path" inappropriately.
515         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
516         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
517         variable names.
518
519 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
520
521         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
522         summary buffer.
523
524         * password.el (password-cache-remove): Use clear-string to burn
525         password, if available.
526
527 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
528
529         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
530
531         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
532
533         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
534         (gnus-message-highlight-citation): Move defcustom here from
535         gnus-cite.el.
536         (gnus-message-citation-mode): Autoload.
537
538         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
539         checks to make it compile with XEmacs.
540         (gnus-message-citation-mode): New minor mode.
541         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
542         (gnus-message-highlight-citation): New variables.
543         (gnus-message-search-citation-line)
544         (gnus-message-add-citation-keywords)
545         (gnus-message-remove-citation-keywords)
546         (turn-on-gnus-message-citation-mode)
547         (turn-off-gnus-message-citation-mode): New functions.
548
549 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
550
551         * gnus-cite.el: Enable highlighting of different citation levels in
552         message-mode.
553
554 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
555
556         * message.el (message-make-fqdn): Fix comment.
557         (message-bogus-system-names): Add ".local".
558
559         * spam.el (spam-ifile-path, spam-ifile-program)
560         (spam-ifile-database-path, spam-ifile-database)
561         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
562         Don't use "path" inappropriately.
563         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
564         strings.
565         (spam-check-ifile, spam-ifile-register-with-ifile)
566         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
567         new variable names.
568
569         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
570         (gnus-treat-display-smileys): Simplify using
571         gnus-image-type-available-p.
572
573         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
574         available.
575
576         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
577         `display-images-p' if available.
578
579 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
582         one after turning on the buffer's multibyteness instead of decoding
583         them directly in the unibyte buffer that causes unexpected conversion
584         in Emacs 23 (unicode).
585
586 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
587
588         * message.el (message-generate-hashcash): Fix custom type.
589
590 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
591
592         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
593
594 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
595
596         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
597         disconnect icons.  Add help text.
598
599 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
600
601         * spam.el (spam-extra-header-to-number): CRM114 spam score is
602         negated to be consistent with the others we handle.
603
604 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
607         version of gnus-summary-buffer to something, so that we can use two
608         article buffers at the same time.
609
610 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
611
612         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
613         trigger all the extra headers.
614         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
615         sorting.
616
617 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
618
619         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
620         solid groups.
621
622 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
623
624         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
625
626 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
627
628         * legacy-gnus-agent.el: Add Copyright notice.
629
630 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
631
632         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
633
634 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
637
638         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
639         to make it work reliably in CVS Emacs.
640         (gnus-summary-limit-strange-charsets-predicate)
641         (gnus-summary-limit-to-predicate): New functions.
642
643 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
644
645         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
646         specifying array size.
647         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
648         array if it is too small.
649         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
650         (gnus-sort-threads-loop): New function.
651
652 2006-12-06  Chris Moore  <dooglus@gmail.com>
653
654         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
655         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
656
657 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
658
659         * mm-url.el (mm-url-predefined-programs): Call curl with correct
660         options.
661
662 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
665         DOS-ing the recipient.
666
667         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
668         the headers when creating the mapping to avoid mismappings.
669         (nnweb-gmane-create-mapping): Always nix out old mapping.
670
671 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
674         and mm-verify-option to never.
675
676 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * message.el (message-signed-or-encrypted-p): New function.
679         (message-forward-make-body): Use it.
680
681         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
682         Replace encode-coding-string with mm-encode-coding-string.
683
684 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * nneething.el (nneething-decode-file-name): Replace
687         decode-coding-string with mm-decode-coding-string.
688
689         * gnus-int.el (gnus-open-server): Say failed server's name.
690
691 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
692
693         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
694         strings to a single string.  Quote `errors-file-name'.
695         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
696         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
697         Adjust calls.  Use `shell-quote-argument'.
698
699 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
700
701         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
702         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
703
704         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
705         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
706         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
707         (gnus-group-make-directory-group, gnus-group-transpose-groups):
708         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
709         (gnus-subscribe-newsgroup, gnus-1):
710         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
711         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
712         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
713         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
714
715 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
718         keystroke.
719         (gnus-summary-limit-to-bodies): Implement headersp.
720
721 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * dns.el (query-dns): Protect against "Process dns deleted" strings.
724
725 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
728
729 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * message.el (message-generate-hashcash): Expand range of values to
732         include `opportunistic'.
733         (message-send-mail): Use it.
734
735 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
736
737         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
738         and comment it.
739
740         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
741
742 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
743
744         * gnus-util.el (gnus-extract-address-components): Improve comment.
745
746 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * gnus-util.el (gnus-extract-address-components): Work with address in
749         which the name portion contains @.
750
751         * lpath.el: Fbind custom-autoload.
752
753 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
754
755         * gnus.el (gnus-start): Move custom group up.
756         (gnus-select-method): Don't autoload, but make it available for
757         `customize-variable'.
758         (gnus-getenv-nntpserver): Don't autoload.
759
760 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
761
762         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
763
764 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
765
766         * message.el (message-sendmail-extra-arguments): New variable.
767         (message-send-mail-with-sendmail): Use it.
768
769 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
772         mm-with-unibyte-current-buffer to make string unibyte.
773
774         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
775         mm-string-as-multibyte.
776
777 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
778
779         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
780         Reported by Werner Koch <wk@gnupg.org>.
781
782 2006-11-14  Daiki Ueno  <ueno@p360>
783
784         * mml2015.el: Autoload epa-select-keys when compiling.
785
786 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
787
788         * mml2015.el (mml2015-epg-sign): Save the signing keys in
789         message-options.
790         (mml2015-epg-encrypt): Save the recipient keys in message-options.
791
792 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
793
794         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
795         EasyPG (< 0.0.6).
796         (mml2015-always-trust): New user option.
797         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
798         prompt.
799
800 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * nntp.el (nntp-authinfo-force): New variable.
803         (nntp-send-authinfo): Use it.
804
805 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
806
807         * message.el (message-strip-subject-encoded-words): Allow _not_ to
808         decode encoded words.  Improve prompt.  Add comment about forwarding.
809         (message-replacement-char): Move up.
810
811 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
812
813         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
814         instead of gnus-intersection because arguments of gnus-sorted-nunion
815         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
816
817 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
818
819         * message.el (message-strip-subject-encoded-words): Reformat prompt.
820         (message-simplify-subject-functions): Enable
821         message-strip-subject-encoded-words by default.
822
823 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
824
825         * message.el (message-strip-subject-encoded-words): New function
826         (message-simplify-subject-functions): New variable.
827         (message-simplify-subject): Use it.  Fix typo in doc string.
828         Support message-strip-subject-encoded-words.
829
830 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
831
832         * gnus-diary.el (gnus-diary-delay-format-function):
833         * nndiary.el (nndiary-reminders):
834         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
835
836 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
837
838         * gnus-art.el (article-hide-boring-headers): Fetch date from
839         gnus-original-article-buffer to avoid problems with localized date
840         strings.
841
842 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
845
846 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
847
848         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
849         New variables.
850         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
851         (mm-charset-synonym-alist): Move some entries to
852         mm-codepage-iso-8859-list.
853         (mm-charset-synonym-alist, mm-charset-override-alist): Add
854         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
855
856 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
859
860 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
861
862         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
863         with Emacs 21 and XEmacs.
864
865 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
866
867         * spam.el (spam-parse-address): New function for better parsing,
868         catching errors, etc.
869         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
870
871 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
872
873         * mm-view.el: Add interactive arg to html2text autoload.
874
875 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
878
879 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
880
881         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
882         variables.
883         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
884         (mm-charset-synonym-alist): Move some entries to
885         mm-codepage-iso-8859-list.
886
887         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
888
889 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
890
891         * message.el (message-citation-line-format)
892         (message-insert-formated-citation-line): Fix implementation of %E, %N
893         and %n according to the doc string.
894
895 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
896
897         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
898         car-safe to avoid bad parses.
899
900 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
903         names.
904
905         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
906
907 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
908
909         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
910         header.
911
912         * message.el (message-draft-headers): Add Date.
913         (message-headers-to-generate): Fix typo in docstring.
914
915         * nndraft.el (nndraft-required-headers): New variable.
916         (nndraft-generate-headers): Use it.
917
918         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
919
920 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
921
922         * gnus-registry.el (gnus-registry-wash-for-keywords)
923         (gnus-registry-find-keywords): New functions to allow easy searching of
924         articles that are in the registry.
925
926 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
927
928         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
929         ietf-drums-parse-address instead of gnus-extract-address-components.
930         Reported by Damien Elmes <damien@repose.cx>.
931
932 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
933
934         * gnus.el (gnus-mime): Remove unused custom group.
935
936 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
937
938         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
939         "blank line" when searching for end of armor headers.
940
941 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * gmm-utils.el (gmm-write-region): Fix variable name.
944
945 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
946
947         * gmm-utils.el (gmm-write-region): New function based on compatibility
948         code from `mm-make-temp-file'.
949
950         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
951
952         * nnmaildir.el (nnmaildir--update-nov)
953         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
954         Use `gmm-write-region'.
955
956 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
957
958         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
959         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
960
961         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
962
963         * message.el (message-replacement-char): New variable.
964         (message-fix-before-sending): Use it.
965         (message-simplify-subject): New function to remove duplicate code.
966         (message-reply, message-followup): Use it.
967
968         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
969         gnus-summary-limit-to-articles.
970
971 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * gnus-util.el (gnus-with-local-quit): New macro.
974
975         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
976
977 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
978
979         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
980         ignore non-string data.
981
982 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
983
984         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
985         non-string data (needs to be done in the registry too).
986
987 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
988
989         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
990         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
991         (gnus-registry-split-fancy-with-parent)
992         (gnus-registry-fetch-simplified-message-subject-fast)
993         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
994         Remove text properties on ingress into the registry and when it's saved.
995         (gnus-registry-clean-empty-function): Fix bug with cleaning the
996         registry from entries with no groups.
997
998 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
999
1000         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1001         function to remove string properties.
1002
1003 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1004
1005         * gmm-utils.el (gmm): Adjust custom version.
1006
1007         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1008         custom version.
1009
1010         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1011
1012 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1013
1014         * gnus-art.el (gnus-insert-prev-page-button)
1015         (gnus-insert-next-page-button): Simplify.  Reformat.
1016
1017 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1018
1019         * gnus-art.el (gnus-insert-prev-page-button)
1020         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1021
1022 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1023
1024         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1025
1026 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1027
1028         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1029         gnus-article-button-face to MIME and security buttons.
1030
1031 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1032
1033         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1034         readable.
1035
1036 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1039
1040 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1041
1042         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1043         `browse-url-of-file' instead of `browse-url'.
1044
1045 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1046
1047         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1048         regexp.  Articles containing quotation were cut prematurely.
1049
1050 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * message.el (message-cite-original-1): Use nobody by default for the
1053         value of From header.
1054         (message-reply): Ditto.
1055
1056 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1057
1058         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1059         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1060         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1061
1062 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1063
1064         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1065         mails in the doc string.  Add some URLs in comment.
1066         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1067
1068 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1069
1070         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1071         backslashes handling and the way to find boundaries of quoted strings.
1072
1073 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1074
1075         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1076         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1077         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1078         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1079
1080 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1081
1082         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1083         doc string.
1084         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1085
1086 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * lpath.el: Fbind epg-check-configuration.
1089
1090 2006-09-06  Simon Josefsson  <jas@extundo.com>
1091
1092         * mml2015.el (mml2015-use): Doc fix, mention epg.
1093
1094 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1095
1096         * mml2015.el (mml2015-use): Default to epg, if available.
1097
1098 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1099
1100         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1101         message-sender.
1102         (mml1991-epg-encrypt): Ditto.
1103         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1104         message-sender.
1105         (mml2015-epg-encrypt): Ditto.
1106
1107 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1108
1109         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1110         several common directories.
1111
1112 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1113
1114         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1115         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1116
1117 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * gnus-art.el (article-decode-encoded-words): Make it fast.
1120
1121 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1124
1125         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1126         in quoted string into `\'.
1127
1128 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1131         Use standard-syntax-table.
1132
1133 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * gnus-art.el (gnus-decode-address-function): New variable.
1136         (article-decode-encoded-words): Use it to decode headers which are
1137         assumed to contain addresses.
1138         (gnus-mime-delete-part): Remove useless `or'.
1139
1140         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1141         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1142         (gnus-nov-parse-line): Use it to decode From header.
1143         (gnus-get-newsgroup-headers): Ditto.
1144         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1145
1146         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1147         (mail-decode-encoded-address-string): New alias.
1148
1149         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1150         New function.
1151         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1152         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1153         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1154         (rfc2047-decode-string): Ditto.
1155         (rfc2047-decode-address-region): New function.
1156         (rfc2047-decode-address-string): New function.
1157
1158 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1159
1160         * message.el (message-caesar-buffer-body): Allow rotating headers.
1161
1162         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1163
1164         * message.el (message-insert-formated-citation-line): Fix %f.
1165         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1166
1167 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1170         (gnus-bookmark-mouse-available-p): New macro.
1171         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1172         (gnus-bookmark-bmenu-show-infos): Use it.
1173         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1174         (gnus-bookmark-bmenu-hide-infos): Ditto.
1175         (gnus-bookmark-remove-properties): New function.
1176         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1177         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1178         (gnus-bookmark-write-file): Bind coding-system-for-write.
1179         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1180         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1181         group before selecting it.
1182         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1183         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1184         quit-window if it is not available; use gnus-mouse-2 and bind it to
1185         gnus-bookmark-bmenu-select-by-mouse.
1186         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1187         (gnus-bookmark-bmenu-select-by-mouse): New function.
1188
1189 2006-08-13  Romain Francoise  <romain@orebokech.com>
1190
1191         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1192         space.
1193
1194 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * compface.el (uncompface): Use binary rather than raw-text-unix.
1197
1198 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * compface.el (uncompface): Make sure the eol conversion doesn't take
1201         place when communicating with the external programs.  Reported by
1202         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1203
1204 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1207
1208 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1209
1210         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1211         Make it more robust by parsing author and date independently.
1212
1213 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1216
1217 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1218
1219         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1220         first matching secret key.
1221         (mml2015-epg-encrypt): Ditto.
1222
1223         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1224         first matching secret key.
1225         (mml1991-epg-encrypt): Ditto.
1226
1227         * mml2015.el (mml2015-encrypt-to-self): New user option.
1228         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1229         mml2015-epg-encrypt-to-self is set.
1230
1231         * mml1991.el (mml1991-encrypt-to-self): New variable.
1232         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1233         mml1991-epg-encrypt-to-self is set.
1234
1235         * mml2015.el (mml2015-signers): New user option.
1236         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1237         (mml2015-epg-encrypt): Allow to select signing keys.
1238
1239         * mml1991.el (mml1991-signers): New variable.
1240         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1241         (mml1991-epg-encrypt): Allow to select signing keys.
1242
1243 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * nnheader.el (nnheader-insert-head): Make it work even if the file
1246         uses CRLF for the line-break code.
1247
1248 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1249
1250         * mml2015.el: Require mml-sec instead of password.
1251         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1252         (mml2015-cache-passphrase): Inherit the default value from
1253         mml-secure-cache-passphrase.
1254         (mml2015-passphrase-cache-expiry): Inherit the default value from
1255         mml-secure-passphrase-cache-expiry.
1256
1257         * mml1991.el: Require mml-sec instead of password.
1258         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1259         (mml1991-cache-passphrase): Inherit the default value from
1260         mml-secure-cache-passphrase.
1261         (mml1991-passphrase-cache-expiry): Inherit the default value from
1262         mml-secure-passphrase-cache-expiry.
1263
1264         * mml-sec.el: Require password.
1265         (mml-secure-verbose): New user option.
1266         (mml-secure-cache-passphrase): New user option.
1267         (mml-secure-passphrase-cache-expiry): New user option.
1268
1269 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1270
1271         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1272         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1273         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1274
1275         FIXME: Use `tiny change'?
1276
1277 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1278
1279         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1280         workaround for the url package included with Emacs.
1281
1282         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1283
1284 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1287         correctly.  This fixes a bug caused by the 2006-05-12 change.
1288
1289 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1290
1291         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1292         some information about the error when saying that the `bogus' mail
1293         group will be used.
1294
1295 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1296
1297         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1298         string.
1299
1300 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1301
1302         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1303
1304 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1305
1306         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1307
1308 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1309
1310         * mml1991.el (mml1991-function-alist): Add epg.
1311         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1312         (mml1991-epg-encrypt): New functions.
1313
1314 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1315
1316         * mml2015.el (mml2015-verbose): New variable.
1317         (mml2015-cache-passphrase): Ditto.
1318         (mml2015-passphrase-cache-expiry): Ditto.
1319         (mml2015-function-alist): Add epg.
1320         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1321         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1322         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1323         functions.
1324
1325 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1326
1327         * message.el (message-cite-original-1): Preserve region when removing
1328         quoted text due to X-No-Archive in order to avoid bogus attribution
1329         when citing multiple messages.
1330
1331 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1332
1333         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1334         Kenneth Jacker <khj@be.cs.appstate.edu>.
1335
1336 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1337
1338         * gnus-diary.el (gnus-user-format-function-d)
1339         (gnus-user-format-function-D): Autoload.
1340
1341         * imap.el (Commentary): Fix typo.
1342
1343         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1344         2006-04-22 contribution.
1345
1346 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1347
1348         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1349         It didn't really fix the bogosity I'm seeing with solid web groups.
1350
1351 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1352
1353         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1354         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1355         created using server names.  If we use the feature without declaring
1356         it, Gnus does not properly manage server and group state.
1357
1358         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1359         bound.
1360
1361 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1362
1363         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1364         looking up the method using GROUP's prefix before inventing a new one.
1365         It is used on killed/unknown groups in various places where returning
1366         an all-new method isn't expected by the caller.
1367
1368         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1369         and match semantics of gnus-group-real-prefix.
1370
1371 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1372
1373         * nnmail.el (nnmail-broken-references-mailers): New variable.
1374         (nnmail-ignore-broken-references): New function generalizing
1375         nnmail-fix-eudora-headers.
1376         (nnmail-fix-eudora-headers): Now obsolete.
1377
1378         * gnus-art.el (gnus-button-handle-custom): Support
1379         `customize-apropos*'.
1380
1381 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1384
1385         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1386         articles.
1387
1388 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1389
1390         * message.el (message-cite-reply-above): New variable.
1391         (message-yank-original): Use it.
1392
1393 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1396
1397 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1398
1399         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1400         as read.
1401
1402         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1403
1404 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1405
1406         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1407         (gnus-bookmark-default-file): Use gnus-directory.
1408         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1409         Remove "*" in doc string.
1410         (gnus-bookmark-write-file): Simplify.
1411         (gnus-bookmark-maybe-sort-alist): Use `when'.
1412         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1413         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1414         FIXME about Emacs 21 and XEmacs compatibility.
1415         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1416         compatibility.
1417         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1418         compatibility.
1419         (gnus-bookmark-menu-heading): Fix version.
1420
1421 2006-06-19  Bastien Guerry  <bzg@altern.org>
1422
1423         * gnus-bookmark.el: New file.
1424
1425 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * message.el (message-syntax-checks): Doc fix.
1428
1429 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1430
1431         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1432         unsubscribed groups as if they were killed ones.  It causes duplicate
1433         entries in gnus-newsrc-alist.
1434
1435 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * message.el (message-syntax-checks): Doc fix.
1438         (message-send-mail): Add check for continuation headers.
1439         (message-check-news-header-syntax): Fix regexp used to check for
1440         continuation headers.
1441
1442 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1445
1446 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1447
1448         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1449
1450 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1453         default-truncate-lines.
1454
1455 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1458         to fill the utf-8 entry.
1459
1460         * lpath.el: Fbind unicode-precedence-list.
1461
1462 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1463
1464         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1465
1466 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1467
1468         * gnus-agent.el (directory-files-and-attributes): Move all the way
1469         forward (the third and final move).
1470         (gnus-agent-read-agentview): Trap reconstruction errors due to
1471         nonexistant directory.  Handle by returning nil.
1472
1473 2006-05-30  Didier Verna  <didier@xemacs.org>
1474
1475         * message.el (message-dont-reply-to-names): Update the custom type.
1476         * message.el (message-dont-reply-to-names): New defsubst: potentially
1477         convert a list of regexps into a single one.
1478         * message.el (message-get-reply-headers): Use it.
1479         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1480
1481 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-agent.el (directory-files-and-attributes): Move forward.
1484
1485 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1486
1487         * gnus-ml.el (gnus-mailing-list-subscribe)
1488         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1489         (gnus-mailing-list-message): Fix doc strings.
1490
1491 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1492
1493         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1494         of doing it manually.
1495
1496 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1497
1498         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1499         comment.
1500
1501 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1502
1503         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1504         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1505         (gnus-agent-read-local): All symbols allocated in my-obarray
1506         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1507         (gnus-agent-regenerate-group): Check numeric names to see if they are
1508         messages or groups.
1509         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1510         better way of do this...)
1511
1512         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1513         'dummy.group' (there should be a better way of do this...)
1514
1515 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1518         (gnus-saved-headers): Ditto.
1519         (gnus-default-article-saver): Mention functions may have properties.
1520         (gnus-article-save): Override gnus-save-all-headers and
1521         gnus-saved-headers by :headers property which saver function may have.
1522         (gnus-summary-save-in-file): Add :headers property.
1523         (gnus-summary-write-to-file): Ditto.
1524
1525         * gnus-sum.el (gnus-summary-save-article): Bind
1526         gnus-prompt-before-saving to t when saving many articles in a file;
1527         always show all headers.
1528
1529         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1530
1531 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1532
1533         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1534         marks.
1535
1536         * message.el (message-indent-citation): Add optional arguments to allow
1537         using it outside of message buffers.
1538
1539         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1540         (gnus-article-treat-unfold-headers): Use it.
1541         (gnus-article-truncate-lines): New variable.
1542         (gnus-article-mode): Use it.
1543         (gnus-article-toggle-truncate-lines): New function.
1544
1545         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1546         gnus-article-toggle-truncate-lines.
1547
1548         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1549         coding system in XEmacs, use binary.
1550
1551 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1554         after-load-alist.
1555
1556         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1557         this function should save decoded articles.
1558         (gnus-summary-write-to-file): Use property to specify this function
1559         should save decoded articles and specify gnus-summary-save-in-file
1560         should be used to save articles other than the first one when saving
1561         many articles.
1562         (gnus-summary-save-body-in-file): Use property to specify this
1563         function should save decoded articles.
1564         (gnus-summary-write-body-to-file): Use property to specify this
1565         function should save decoded articles and specify
1566         gnus-summary-save-body-in-file should be used to save articles other
1567         than the first one when saving many articles.
1568
1569         * gnus-sum.el (gnus-summary-save-article): Simplify.
1570
1571 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * gnus-art.el (gnus-default-article-saver): Add
1574         gnus-summary-write-body-to-file.
1575         (gnus-article-save-coding-system): Don't use coding system object
1576         in XEmacs.
1577         (gnus-read-save-file-name): Add optional `dir-var' argument which
1578         specifies directory in which files are saved; work even if optional
1579         `variable' argument is not specified.
1580         (gnus-summary-write-to-file): Read file name.
1581         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1582         (gnus-summary-write-body-to-file): New function.
1583
1584         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1585         (gnus-summary-local-variables): Add it.
1586         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1587         (gnus-summary-save-article): Remove optional `decode' argument;
1588         determine whether to decode articles by the value of
1589         gnus-default-article-saver; when saving many files using
1590         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1591         it first and use gnus-summary-save-in-file or
1592         gnus-summary-save-body-in-file thereafter unless
1593         gnus-prompt-before-saving is always; move point to article which
1594         will be saved.
1595         (gnus-summary-save-article-file): Revert.
1596         (gnus-summary-write-article-file): Revert.
1597         (gnus-summary-save-article-body-file): Revert.
1598         (gnus-summary-write-article-body-file): New function.
1599
1600 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus-art.el (gnus-default-article-saver): Doc fix.
1603         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1604         from gnus-summary-save-article-coding-system, and default to a
1605         certain coding system.
1606         (gnus-output-to-file): Add coding cookie and encode text according
1607         to gnus-article-save-coding-system; don't use mm-append-to-file.
1608
1609         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1610         gnus-art.el and rename to gnus-article-save-coding-system.
1611         (gnus-summary-save-article): Require gnus-art; don't show all
1612         headers if it decodes articles; don't add coding cookie here;
1613         don't bind mm-text-coding-system-for-write.
1614         (gnus-summary-save-article-file): Save decoded articles.
1615         (gnus-summary-write-article-file): When saving many files, use
1616         gnus-summary-write-to-file first and gnus-summary-save-in-file
1617         thereafter unless gnus-prompt-before-saving is always.
1618         (gnus-summary-save-article-body-file): Save decoded articles.
1619
1620         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1621
1622 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1623
1624         * nnrss.el (nnrss-check-group): Bind hash-index.
1625
1626 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1627
1628         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1629         its hash index.  Store this hash in `nnrss-group-data'.
1630         (nnrss-read-group-data): Update accordingly.
1631
1632 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1633
1634         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1635         entry.
1636
1637         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1638         gnus-article-browse-html-article.
1639
1640 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1641
1642         * gnus-sum.el (gnus-summary-mime-map): Add
1643         gnus-article-browse-html-article.
1644
1645         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1646
1647 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1648
1649         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1650         suitable coding systems in customize.
1651
1652 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1653
1654         * mail-source.el (mail-sources): Fix custom type.
1655
1656 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1657
1658         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1659         (gnus-summary-expire-articles-now): Shorten prompt.
1660
1661         * gmm-utils.el (wid-edit): Require.
1662         (defun-gmm): Renamed from `gmm-defun-compat'.
1663         (gmm-image-search-load-path): Use it.
1664         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1665
1666 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1669         variable.
1670         (gnus-summary-save-article): Add optional `decode' argument.  If
1671         it is set and gnus-summary-save-article-coding-system is non-nil,
1672         save decoded article.
1673         (gnus-summary-write-article-file): Save decoded article if
1674         gnus-summary-save-article-coding-system is non-nil.
1675
1676         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1677         type.
1678
1679 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1682
1683 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1686         first to test gnus-single-article-buffer which may be buffer-local.
1687
1688         * gnus-sum.el (gnus-summary-setup-buffer): Make
1689         gnus-single-article-buffer buffer-local and nil in ephemeral
1690         group; make gnus-article-buffer, gnus-article-current, and
1691         gnus-original-article-buffer always buffer-local.
1692         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1693         group.
1694         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1695
1696 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1697
1698         * nnml.el (nnml-request-compact-group): Compressed files might not
1699         have .gz extension.
1700
1701 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1702
1703         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1704         (mm-copy-to-buffer): Use with-current-buffer.
1705         (mm-display-part): Simplify.
1706         (mm-inlinable-p): Add optional arg `type'.
1707
1708 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1709
1710         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1711         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1712         Try harder to show the attachment internally or externally using
1713         gnus-mime-view-part-as-type.
1714
1715 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1716
1717         * message.el (message-from-style, message-signature-separator)
1718         (message-user-organization-file, message-send-mail-function)
1719         (message-citation-line-function, message-yank-prefix)
1720         (message-indent-citation-function, message-signature)
1721         (message-signature-file, message-signature-insert-empty-line):
1722         Remove autoloads.
1723
1724         * gnus-art.el (gnus-buttonized-mime-types): Remove
1725         "multipart/signed".  Revert 2006-04-26 change.
1726
1727 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * gnus.el (gnus-version-number): Bump version.
1730
1731 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1732
1733         * gnus.el: No Gnus v0.5 is released.
1734
1735 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1736
1737         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1738         fetching articles by message-id.
1739
1740 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * message.el (hashcash): Require hashcash as normal.
1743
1744         * ecomplete.el (ecomplete-highlight-match-line): Use
1745         point-at-eol.
1746         (ecomplete-highlight-match-line): Use `highlight', because that
1747         face exists in both Emacs and XEmacs.
1748
1749         * message.el (message-display-abbrev): Use point-at-bol.
1750
1751         * mail-source.el: Don't require timer/timer-funcs.
1752
1753         * gnus-async.el: Ditto.
1754
1755         * password.el: Ditto.
1756
1757         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1758
1759         * mm-url.el: Ditto.
1760
1761         * gnus-xmas.el: Don't require timer-funcs.
1762
1763         * mm-util.el: Require timer/timer-funcs.
1764
1765 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1766
1767         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1768         Close.
1769
1770 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1771
1772         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1773         unibyte after clear-decrypt function runs.
1774
1775         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1776         returns as a unibyte string.
1777
1778 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * lpath.el: Revert.
1781
1782         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1783         (pgg-gpg-process-sentinel): Revert.
1784
1785         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1786         (pgg-pgp-lookup-key): Revert.
1787
1788         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1789         (pgg-pgp5-lookup-key): Revert.
1790
1791         * pgg.el (pgg-fetch-key): Revert.
1792
1793 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * lpath.el: Fbind string-as-multibyte for XEmacs.
1796
1797         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1798         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1799         (mml1991-pgg-encrypt): Ditto.
1800
1801         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1802         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1803         a multibyte buffer.
1804
1805         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1806         (pgg-pgp-lookup-key): Ditto.
1807
1808         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1809         (pgg-pgp5-lookup-key): Ditto.
1810
1811         * pgg.el (pgg-fetch-key): Ditto.
1812
1813 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1814
1815         * message.el (message-user-organization-file): Check several
1816         locations of the organization file.
1817
1818         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1819         Add gnus-article-view-part-as-type.
1820
1821         * gnus-art.el (gnus-article-view-part-as-type): New function.
1822
1823         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1824         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1825
1826         * mml.el: Simplify autoload.
1827         (mml-mode): defvar dnd-protocol-alist instead of using
1828         symbol-value.
1829         (mml-default-directory): New variable.
1830         (mml-minibuffer-read-file): Use it.
1831         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1832
1833         * message.el (message-citation-line-format): New variable.
1834         (message-insert-formated-citation-line): New function.
1835         (message-citation-line-function): Add
1836         `message-insert-formated-citation-line' to custom type.
1837
1838         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1839         to doc string.
1840
1841         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1842         depending on mm-verify-option.
1843
1844 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1847         binding pgg-* variables; reimplement the section which prevents
1848         MIME header from being signed.
1849         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1850         pgg-text-mode; remove a blank line at the top of body.
1851
1852         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1853         lines at the top of body; use gnus-newsgroup-charset if there's no
1854         Charset header.
1855
1856 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * message.el (message-self-insert-commands): Doc fix.
1859
1860         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1861         (mm-uu-pgp-encrypted-test): Ditto.
1862         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1863         between header and body; return application/pgp-encrypted handle
1864         if decryption failed; decode decrypted body by charset.
1865
1866         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1867         element match to application/pgp-*.
1868
1869 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1870
1871         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1872         HTML.
1873
1874 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875
1876         * mail-source.el (mail-source-call-script): Message the error
1877         string.
1878
1879 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * gnus-util.el (gnus-byte-compile): Use it.
1882
1883 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1884
1885         * gnus-util.el (kill-empty-logs): New function.
1886
1887 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * message.el (message-mail-alias-type): Doc fix.
1890         (message-mail-alias-type-p): New function.
1891         (message-send): Use it.
1892         (message-mode): Ditto.
1893         (message-strip-forbidden-properties): Ditto.
1894
1895         * ecomplete.el (ecomplete-database-file-coding-system): New
1896         variable.
1897         (ecomplete-save): Use it.
1898         (ecomplete-setup): Use it.
1899
1900 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * message.el (message-self-insert-commands): New variable.
1903         (message-strip-forbidden-properties): Use it.
1904
1905 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1908         that doesn't make XEmacs choke.
1909
1910 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1911
1912         * gnus-util.el (gnus-replace-in-string):
1913         Prefer replace-regexp-in-string over of replace-in-string.
1914
1915 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * gnus-util.el (gnus-select-frame-set-input-focus):
1918         Use select-frame-set-input-focus if it is available in XEmacs; use
1919         definition defined in Emacs 22 for old Emacsen.
1920
1921         * dgnushack.el: Autoload unmorse-region for XEmacs.
1922
1923         * lpath.el: Bind cursor-in-non-selected-windows and
1924         select-frame-set-input-focus for XEmacs.
1925
1926 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1927
1928         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1929
1930 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1931
1932         * gnus-registry.el (gnus-registry-cache-save): Remove text
1933         properties when saving via the temp buffer.
1934
1935 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1936
1937         * message.el (message-generate-hashcash): Honor custom type.
1938
1939 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * message.el (message-generate-hashcash): Default to non-nil when
1942         hashcash is found.
1943
1944         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1945         (gnus-refer-thread-limit): Increase default to 500.
1946
1947         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1948
1949         * flow-fill.el (fill-flowed): Allow delete-space.
1950
1951 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1952
1953         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1954         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1955         Remove autoloads.
1956
1957 2006-04-18  Simon Josefsson  <jas@extundo.com>
1958
1959         * message.el (message-generate-hashcash): Default to.
1960
1961 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1964         concatenating segments rather than before concatenating them.
1965
1966 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1967
1968         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1969
1970 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1973
1974         * message.el (message-forward-make-body-plain): Allow
1975         message-forward-ignored-headers to be a list.
1976         (message-remove-ignored-headers): Factor out into function.
1977         (message-forward-make-body-mml): Use it.
1978
1979         * imap.el (imap-quote-specials): New function.
1980         (imap-login-auth): Quote specials.
1981
1982         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1983         (rfc2231-parse-string): Allow concatanation of parameters that
1984         aren't contiguous.  The test case is
1985           (mail-header-parse-content-type "message/external-body;
1986             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1987             access-type=LOCAL-FILE;
1988             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1989
1990 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1991
1992         * nntp.el (nntp-accept-process-output): Return the value of
1993         `nnheader-accept-process-output'.
1994
1995 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1998         (gnus-button-alist): Recognize more diff formats.
1999         (gnus-button-patch): Strip directory.
2000
2001 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2002
2003         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2004         Emacs 22 when setting focus.
2005
2006 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * gnus-art.el (gnus-article-treat-types): Do treatment of
2009         text/x-verbatim parts.
2010         (gnus-button-patch): New command.
2011
2012         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2013         addresses that contain invalid characters.
2014
2015 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * message.el (message-put-addresses-in-ecomplete): Use
2018         gnus-replace-in-string.
2019         (message-is-yours-p): Use the more correct
2020         mail-header-parse-address instead of
2021         mail-extract-address-components.
2022         (message-put-addresses-in-ecomplete): Fix typo.
2023
2024         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2025         keystroke.
2026
2027         * gnus-art.el (gnus-treatment-function-alist): Change order of
2028         newsgroups/generic header folding to avoid double-folding.
2029
2030         * message.el (message-hidden-headers): Add X-Draft-From.
2031
2032         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2033         command.
2034         (gnus-summary-repeat-search-article-backward): New command.
2035
2036         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2037         groups in the parent topic.
2038
2039 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2040
2041         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2042         (spam-extra-header-to-number): Return the CRM114 number as a
2043         number instead of a string.
2044
2045 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * gnus-art.el (gnus-face-properties-alist): Moved here from
2048         gnus-fun.
2049
2050         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2051
2052 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * message.el (message-strip-forbidden-properties): Only display on
2055         self-insert-command.
2056
2057         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2058         reindent.
2059         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2060
2061 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2062
2063         * smiley.el (smiley-style): Fix typo.
2064
2065 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * hashcash.el (hashcash-insert-payment-async-2): Use
2068         message-goto-eoh instead of doing it manually.
2069         (mail-add-payment): Use message-narrow-to-header instead of trying
2070         to do the same itself.
2071
2072         * message.el (message-hidden-headers): Add Face.
2073
2074         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2075         reparenting code.
2076         (gnus-summary-reparent-children): Refactored out code.
2077         (gnus-summary-thread-map): New keystroke.
2078         (gnus-summary-reparent-children): Make into command.
2079
2080         * smiley.el (smiley-style): Default to `medium' if using a large
2081         font.
2082
2083         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2084         does it itself.
2085
2086         * message.el (message-point-in-header-p): Simplify definition.
2087
2088 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * nnagent.el (nnagent-request-set-mark): Silence log file
2091         writing.
2092         (nnagent-request-set-mark): Use write-region instead of
2093         append-to-file.
2094
2095         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2096         strange select method.
2097
2098         * ecomplete.el (ecomplete-display-matches): Get highlightling
2099         right.
2100         (ecomplete-display-matches): Use literals.
2101         (ecomplete-display-matches): Disable message logging.
2102
2103         * message.el (message-display-abbrev): Small optimization.
2104
2105         * ecomplete.el (ecomplete-display-matches): Allow automatic
2106         display.
2107
2108         * message.el (message-strip-forbidden-properties): Display
2109         abbrevs.
2110         (message-display-abbrev): Get automatic display right.
2111
2112         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2113         keystrokes.
2114
2115 2006-04-13  Romain Francoise  <romain@orebokech.com>
2116
2117         TODO: Backport to v5-10!
2118
2119         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2120         Moved here (and renamed) from gnus-registry.el.
2121
2122         * gnus-registry.el: Require gnus-util.
2123         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2124
2125 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * gnus-group.el (gnus-group-catchup-current): Change
2128         if-then-else-if-then-else into cond.
2129         (gnus-group-catchup): Indent.
2130         (group-name-at-point): New function.
2131         (gnus-fetch-group): Provide default from thing at point.
2132
2133 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * message.el (message-display-abbrev): Fix regexp.
2136
2137         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2138         choosing.
2139         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2140         dead variables.
2141
2142         * message.el (message-newline-and-indent): Remove debugging.
2143         (message-display-abbrev): Use new implementation.
2144
2145 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2146
2147         * gnus-art.el (gnus-article-mode): Set
2148         cursor-in-non-selected-windows to nil.
2149
2150         * smiley.el: Revert previous change.
2151         (smiley-data-directory): defvar it before using it in the
2152         defcustom of `smiley-style'.
2153
2154 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * message.el (message-newline-and-indent): New function.
2157
2158         * ecomplete.el: Implement more bits.
2159
2160         * message.el (message-put-addresses-in-ecomplete): Clean up the
2161         string.
2162
2163         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2164
2165         * gnus-sum.el (gnus-summary-save-parts): Bind
2166         gnus-summary-save-parts-counter and use it to make unique file
2167         names.
2168
2169         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2170
2171         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2172         parameter to say whether to actually parse the individual
2173         addresses.
2174
2175         * message.el (message-put-addresses-in-ecomplete): New function.
2176         (ecomplete): Require.
2177         (message-mail-alias-type): Add ecomplete as an option.
2178
2179 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2180
2181         * flow-fill.el (fill-flowed): Remove trailing space from blank
2182         quoted lines.
2183
2184 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * smiley.el (smiley-style): Move definition later to avoid a
2187         compilation warning.
2188
2189 2006-04-12  Kenichi Handa  <handa@m17n.org>
2190
2191         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2192         buffer and then decode the buffer text if necessary.
2193         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2194         first, and after mm-encode-body, change the buffer to unibyte.
2195         Use mm-disable-multibyte instead of set-buffer-multibyte.
2196
2197 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2200         Content-Type header instead of Content-Disposition header.
2201         (gnus-mime-inline-part): Ditto.
2202         (gnus-mime-view-part-as-charset): Ignore charset that the part
2203         specifies.
2204
2205         * mm-decode.el (mm-display-part): Work with external parts and
2206         usual parts similarly.
2207
2208         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2209         instead of gnus-display-mime.
2210
2211         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2212         instead of with-temp-buffer.
2213
2214         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2215         tag to summarized topics part in order to encode non-ASCII text.
2216
2217 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2218
2219         * smiley.el (smiley-style): New variable.
2220         (smiley-directory): New function.
2221         (smiley-data-directory): Derive from `smiley-style' using
2222         `smiley-directory'.
2223         (smiley-regexp-alist): Add new entries.
2224
2225         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2226         (gnus-article-browse-delete-temp): Add :version.
2227
2228 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2229
2230         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2231         the sieve region.
2232
2233 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * gnus.el (gnus-version-number): Bump version.
2236
2237 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2238
2239         * gnus.el: No Gnus v0.4 is released.
2240
2241 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2244         layout.
2245
2246         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2247         unknown charset.
2248
2249         * message.el (message-header-synonyms): Add Original-To to the
2250         default.
2251
2252         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2253         optional parameter.
2254
2255 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2256
2257         * gnus-fun.el (gnus): Require it for gnus-directory.
2258
2259 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2262
2263 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2264
2265         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2266
2267 2006-04-05  Simon Josefsson  <jas@extundo.com>
2268
2269         * password.el (password-reset): New function.
2270
2271 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2272
2273         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2274         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2275
2276 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2277
2278         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2279         Some whitespace was matched into the url, which broke browsing hits
2280         > 100 when mm-url-use-external was nil.
2281
2282 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2283
2284         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2285         gnus-extra-headers for 'Newsgroups.
2286
2287         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2288         bound.
2289
2290 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2291
2292         * pgg-gpg.el: Clean up process buffers every time gpg processes
2293         complete.
2294
2295 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2296
2297         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2298         doc string.
2299
2300 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2301
2302         * pgg-gpg.el (pgg-gpg-process-filter)
2303         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2304
2305         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2306         lines, temporary fix.
2307
2308 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2309
2310         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2311
2312 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2313
2314         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2315         default-enable-multibyte-characters.  This reverts the change from
2316         revision 6.17 which is no longer necessary because the passphrase
2317         is sent separately now.  GnuPG messages are unreadable under
2318         multibyte locales with default-enable-multibyte-characters set to
2319         nil.
2320
2321 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2322
2323         * message.el (message-tool-bar-gnome): Move "spell".
2324
2325 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2326
2327         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2328         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2329         instead.
2330
2331 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2332
2333         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2334         newsgroups handling for NNTP overviews which don't include
2335         Newsgroups.
2336
2337 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2338
2339         * message.el (message-resend): Bind message-generate-hashcash to nil.
2340
2341 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2342
2343         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2344         when searching for already-paid recipients.
2345
2346 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2347
2348         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2349         passphrases when it is not needed.
2350         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2351         passphrase stuff from gpg, should only be necessary when you use
2352         gpg with a smartcard.
2353
2354 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * mml.el (mml-insert-mime): Ignore cached contents of
2357         message/external-body part.
2358
2359         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2360         (mm-insert-part): Ditto.
2361
2362 2006-03-23  Simon Josefsson  <jas@extundo.com>
2363
2364         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2365         Reiner.
2366         (pgg-gpg-use-agent-p): Use it again.
2367
2368 2006-03-23  Simon Josefsson  <jas@extundo.com>
2369
2370         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2371         older emacsen.
2372         (pgg-gpg-use-agent-p): Don't use it.
2373
2374 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2375
2376         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2377         if we can.
2378
2379 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2380
2381         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2382         (pgg-gpg-update-agent): New function.
2383         (pgg-gpg-use-agent-p): New function.
2384         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2385         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2386         (pgg-gpg-sign-region): Use it.
2387
2388 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2391         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2392
2393 2006-03-21  Simon Josefsson  <jas@extundo.com>
2394
2395         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2396         <wilde@sha-bang.de>.
2397         (pgg-gpg-use-agent): New variable.
2398         (pgg-gpg-process-region): Use it.
2399         (pgg-gpg-encrypt-region): Likewise.
2400         (pgg-gpg-encrypt-symmetric-region): Likewise.
2401         (pgg-gpg-decrypt-region): Likewise.
2402         (pgg-gpg-sign-region): Likewise.
2403         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2404
2405 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2406
2407         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2408
2409         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2410         Add comment on version.
2411
2412 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2413
2414         * smiley.el: Add missing test smiley.
2415
2416 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * mm-decode.el (mm-with-part): New macro.
2419         (mm-get-part): Use it; work with message/external-body as well.
2420         (mm-save-part): Treat name and filename equally.
2421
2422         * mm-extern.el (mm-extern-cache-contents): New function.
2423         (mm-inline-external-body): Use it; force the part to be displayed;
2424         move undisplayer added to the cached handle to the parent.
2425
2426         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2427         (gnus-mime-view-part-as-type): Work with message/external-body.
2428
2429         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2430
2431 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2432
2433         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2434         images in image-load-path.  [Sync with image.el, revision 1.60, in
2435         Emacs.]
2436
2437 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2438
2439         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2440         path rather than symbol.  Always return list of directories.
2441         Guarantee that image directory comes first.  [Sync with image.el,
2442         revision 1.59, in Emacs.]
2443
2444         * message.el (message-make-tool-bar): Adjust to new API of
2445         `gmm-image-load-path-for-library'.
2446
2447         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2448
2449         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2450
2451 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2452
2453         * gnus-art.el (gnus-article-only-boring-p):
2454         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2455         intangible text.
2456         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2457
2458 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2459
2460         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2461         `defun' instead of `gmm-defun-compat'.
2462
2463 2006-03-14  Simon Josefsson  <jas@extundo.com>
2464
2465         * message.el (message-unique-id): Don't use message-number-base36
2466         if (user-uid) is a float.
2467         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2468
2469 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2472
2473         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2474         empty line between a part and a message part.
2475
2476 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2477
2478         * smiley.el: Add more test smileys.
2479         (smiley-data-directory, smiley-regexp-alist)
2480         (gnus-smiley-file-types): Fix doc strings.
2481         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2482         adding new elements.
2483         (smiley-mouse-map): Unused code.  Make it a comment.
2484
2485 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2488         scan latest NoCeM messages instead of old ones.
2489         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2490         delimiters that are recently used.
2491         (gnus-nocem-load-cache): Add autoload cookie.
2492
2493         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2494
2495         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2496         level which is larger than gnus-use-nocem is specified.
2497
2498         * gnus-group.el (gnus-group-get-new-news): Ditto.
2499
2500 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2501
2502         * gnus-util.el (gnus-tool-bar-update): New function.
2503
2504         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2505         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2506
2507         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2508
2509         * gnus-group.el (gnus-group-redraw-when-idle)
2510         (gnus-group-redraw-check): Remove.
2511         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2512
2513 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2516         if optional last element is specified in splits (FIELD VALUE...).
2517
2518 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2519
2520         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2521         to gmm-image-load-path-for-library.  Call with no-error argument.
2522         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2523
2524         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2525
2526         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2527
2528         * gmm-utils.el (gmm-image-load-path): Remove alias.
2529
2530 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2531
2532         * gmm-utils.el (gmm-image-load-path): Add alias.
2533
2534         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2535         nnml-generate-nov-databases-1.
2536         (nnml-generate-nov-databases): Use it.
2537         (nnml-generate-nov-databases-directory): Document no-active
2538         argument.
2539
2540         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2541         directory if path is t.  Add no-error.
2542
2543         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2544         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2545
2546         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2547         resetting gnus-article-browse-html-temp-list.
2548
2549         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2550         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2551         Add example to docstring.  Rename local variables.  Move error
2552         checks to default case in cond and simplify.
2553
2554 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2557         handle is multipart when calling it recursively.
2558         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2559
2560 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2561
2562         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2563         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2564
2565 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2568         is loaded.
2569
2570         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2571         loaded.
2572
2573 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2574
2575         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2576         to "Emacs 23 (unicode)" in doc string.
2577
2578         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2579         "Emacs 23 (unicode)" in comment.
2580
2581 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2584
2585         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2586         characters 160 through 255 in Emacs 23.
2587
2588 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2589
2590         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2591         gnus-article-browse-html-temp.
2592         (gnus-article-browse-delete-temp): Make it customizable.  Add
2593         `file'.  Adjust doc string.
2594         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2595         query for each file.  Adjust doc string.
2596         (gnus-article-browse-html-parts): Add
2597         `gnus-article-browse-delete-temp-files' to
2598         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2599
2600 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2601
2602         * gnus-art.el (gnus-article-browse-html-temp)
2603         (gnus-article-browse-delete-temp): New variables.
2604         (gnus-article-browse-delete-temp-files): New function.
2605         (gnus-article-browse-html-parts): Use it.
2606
2607 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2608
2609         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2610
2611         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2612         string.
2613
2614         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2615         gnus-summary-insert-new-articles when unplugged.  Remove
2616         gnus-summary-search-article-forward.
2617
2618         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2619         display-visual-class instead of display-color-cells.
2620
2621 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * dgnushack.el: Autoload customize-group for XEmacs.
2624
2625         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2626         message/* containing non-ASCII text properly.
2627
2628 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2629
2630         * message.el: Require gmm-utils, remove autoloads.
2631         (message-tool-bar): Set default based on
2632         gmm-tool-bar-style.
2633         (message-tool-bar-gnome): Add gmm-customize-mode.
2634
2635         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2636         gmm-tool-bar-style.
2637         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2638
2639         * gnus-group.el (gnus-group-tool-bar): Set default based on
2640         gmm-tool-bar-style.
2641         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2642
2643         * gmm-utils.el (gmm-image-directory): Rename variable from
2644         gmm-image-load-path.
2645         (gmm-image-load-path): Use gmm-image-directory.
2646         (gmm-customize-mode): New function.
2647         (gmm-tool-bar-style): New variable.
2648
2649         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2650         gnus-group-redraw-line-number.
2651         (gnus-group-redraw-check): Simplify.
2652         (gnus-group-tool-bar-update): Remove redraw check.
2653         (gnus-group-make-tool-bar): Add redraw check.
2654
2655 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2656
2657         * gnus-art.el (gnus-button): Add missing parentheses.
2658
2659 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * lpath.el: Fbind line-number-at-pos.
2662
2663 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2666
2667 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2668
2669         * gnus-art.el (gnus-button): New face.
2670         (gnus-article-button-face): Use it.
2671
2672         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2673         gnus-summary-next-page.  Re-order.
2674
2675         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2676         next-node are now included.
2677         (gnus-group-redraw-line-number): New internal variable.
2678         (gnus-group-redraw-check): Helper function for updating the tool
2679         bar.
2680         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2681
2682         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2683
2684         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2685         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2686         Use it to match format of Spamassassin 3.0 and later.  Reported by
2687         IRIE Tetsuya <irie@t.email.ne.jp>.
2688         (spam-check-bogofilter)
2689         (spam-bogofilter-register-with-bogofilter): Fix args of
2690         `gnus-error' calls.
2691
2692 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2693
2694         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2695         unnecessary interaction when sending queued mails.  Reported by
2696         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2697
2698 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2699
2700         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2701         first or last are nil.
2702
2703 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2704
2705         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2706
2707 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2710
2711 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * dns.el (query-dns): Protect more against buggy tcp output.
2714
2715 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2716
2717         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2718         nov.php.
2719
2720 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2721
2722         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2723         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2724         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2725         output on the server side.
2726         (nnweb-google-create-mapping): Update regexps and add some
2727         progress indication.
2728
2729 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2730
2731         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2732         gnus-agent-toggle-plugged.  Re-order icons.
2733         (gnus-group-tool-bar-gnome): Add
2734         gnus-group-{prev,next}-unread-group.
2735         (gnus-group-tool-bar-gnome): Re-order icons.
2736
2737         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2738         gnus-summary-insert-new-articles.
2739
2740         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2741         comments.
2742
2743         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2744         also available in Emacs 21.3.
2745
2746         * message.el (message-fix-before-sending): Change "Emacs 22" to
2747         "Emacs 23 (unicode)" in comment.
2748
2749         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2750         "Emacs 23 (unicode)" in comment.
2751
2752         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2753         comment.
2754         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2755
2756         * mm-view.el (mm-fill-flowed): Add :version.
2757
2758 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2761         and load-path.
2762
2763 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2764
2765         * message.el: Autoload gmm-image-load-path.
2766         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2767         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2768         consitency.
2769
2770         * gmm-utils.el (gmm-image-load-path): Also search in
2771         "../etc/images".  Don't set gmm-image-load-path if we don't find
2772         the image.
2773
2774 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * gmm-utils.el (gmm-image-load-path): Don't make
2777         `gmm-image-load-path' include subdirectories which the second arg
2778         `image' might specify.
2779
2780         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2781         subdirectory to icon file names.
2782
2783         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2784
2785 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2786
2787         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2788         gmm-image-load-path calls.
2789
2790         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2791
2792         * message.el (message-make-tool-bar): Ditto.
2793
2794         * mml.el (mml-preview): Added comment concerning tool bar icons.
2795
2796         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2797         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2798
2799         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2800         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2801
2802         * message.el (message-tool-bar-gnome): Use new icon names.
2803         (message-make-tool-bar): Use `gmm-image-load-path'.
2804
2805         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2806         functions from MH-E.
2807         (gmm-image-load-path): New variable from MH-E.
2808         (gmm-image-load-path): New function from MH-E.  Added arguments
2809         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2810         *-image-load-path-called-flag.
2811
2812 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2813
2814         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2815
2816 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2817         (tiny change)
2818
2819         * nnimap.el (nnimap-request-move-article): Change folder back to
2820         source group before deleting.
2821
2822 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2823
2824         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2825
2826         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2827         mm-url.
2828
2829         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2830
2831 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2834         coding system which mm-charset-to-coding-system returns for a
2835         given charset is valid.
2836
2837 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2838
2839         * html2text.el (html2text-remove-tag-list):
2840         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2841
2842 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2843
2844         * gnus-cus.el: Revert 2005-10-17 change.
2845
2846 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gnus-art.el (article-strip-banner): Call
2849         article-really-strip-banner only when the regexp match is made.
2850
2851 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * gnus-art.el (article-strip-banner): Use
2854         gnus-extract-address-components instead of
2855         mail-header-parse-addresses to make it work with non-ASCII text;
2856         remove mail-encode-encoded-word-string.
2857
2858         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2859         values which are surrounded with \"...\"; make it never cause a
2860         Lisp error; give up parsing of parameters if it failed in
2861         extracting type.
2862
2863 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2864
2865         * smime.el (smime-cert-by-ldap-1): Fix bug where
2866         `smime-ldap-search' returns results without userCertificates.
2867
2868 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2871
2872 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2873
2874         * spam.el (spam-check-spamassassin-headers): Adapt format for
2875         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2876         <ari@mbf.ocn.ne.jp>.
2877         (spam-list-of-processors): Add spam-use-gmane.
2878
2879 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2882         make-temp-file; make it work with XEmacs as well.
2883
2884         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2885         mm-make-temp-file.
2886
2887         * mm-decode.el (mm-display-external): Use the 3rd arg of
2888         mm-make-temp-file.
2889         (mm-create-image-xemacs): Ditto.
2890
2891 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2894         with message-narrow-to-headers.
2895         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2896         (gnus-draft-check-draft-articles): New function.
2897         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2898
2899 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2900
2901         * gnus-art.el (gnus-article-browse-html-parts):
2902         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2903         Don't use suffix argument for mm-make-temp-file for Emacs 21
2904         compatibility.  Remove useless `format'.
2905
2906 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2907
2908         * nnweb.el (nnweb-google-wash-article): Update regexps.
2909         (nnweb-group-alist): Use defvoo instead of defvar.
2910
2911 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2914         re-loading nn* modules.
2915
2916 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2917
2918         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2919         for `tool-bar-mode' and don't check it's default-value.
2920
2921         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2922
2923         * message.el (message-make-tool-bar): Ditto.
2924
2925         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2926         `substring'.  Shorten tmp-file name.
2927
2928         * gnus.el: Remove bogus comment.
2929
2930 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2931
2932         * gnus-art.el (gnus-article-browse-html-parts): New function.
2933         (gnus-article-browse-html-article): New function for viewing html
2934         articles with a browser.
2935
2936 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2937
2938         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2939         in elisp.
2940         (pgg-gpg-encrypt-symmetric-region): Ditto.
2941         (pgg-gpg-sign-region): Ditto.
2942
2943         * pgg-def.el (pgg-text-mode): New variable.
2944
2945         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2946         (mml2015-pgg-encrypt): Ditto.
2947
2948         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2949         (mml1991-pgg-encrypt): Ditto.
2950
2951 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2954         message-make-date instead of current-time-string.
2955
2956         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2957         to gnus-decoded which mm-uu might set.
2958
2959 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2962         don't decode quoted parameters; remove misimported Emacs code.
2963         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2964         (rfc2231-decode-encoded-string): Don't use split-string which
2965         behaves differently according to Emacs version; use
2966         mm-decode-coding-region to convert charset to coding-system.
2967         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2968         (rfc2231-encode-string): Remove misimported Emacs code.
2969
2970 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2973         when calling mail-header-parse-content-type.
2974         (article-de-quoted-unreadable): Ditto.
2975         (article-de-base64-unreadable): Ditto.
2976         (article-wash-html): Ditto.
2977
2978         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2979         calling mail-header-parse-content-type and
2980         mail-header-parse-content-disposition.
2981         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2982         mail-header-parse-content-type.
2983
2984         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2985         insert charset and format parameters; encode description after
2986         inserting it to buffer.
2987         (mml-insert-parameter): Fold lines properly even if a parameter is
2988         segmented into two or more lines; change the max column to 76.
2989
2990         * rfc1843.el (rfc1843-decode-article-body): Don't use
2991         ignore-errors when calling mail-header-parse-content-type.
2992
2993         * rfc2231.el (rfc2231-parse-string): Return at least type if
2994         possible; don't cause an error even if it fails in parsing of
2995         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2996         (rfc2231-encode-string): Don't break lines at the beginning, leave
2997         it to mml-insert-parameter.
2998
2999         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3000         calling mail-header-parse-content-type.
3001
3002 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3003
3004         * spam-report.el (spam-report-gmane-use-article-number):
3005         Improve doc string.
3006         (spam-report-gmane-internal): Check if a suitable header was found
3007         in the article.
3008
3009 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3012         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3013
3014 2006-02-05  Romain Francoise  <romain@orebokech.com>
3015
3016         Update copyright notices of all files in the gnus directory.
3017
3018 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3019
3020         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3021
3022 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3025         segmented lines of parameter value to cope with Thunderbird 1.5
3026         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3027         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3028         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3029
3030 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3031
3032         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3033         parts.
3034
3035 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3036
3037         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3038         there's only one active file for all servers.
3039         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3040         solid groups.  Gnus might have used a FAST request to select the group.
3041         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3042         and nnweb-search redundantly in the active file.
3043         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3044         (nnweb-request-create-group): Don't use ARGS.
3045         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3046         initialisations.  Let nnoo do the work.
3047
3048 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3051         Say the part has been decoded.
3052
3053         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3054
3055 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3056
3057         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3058         mailcap-viewer-test-cache when there's no 'test clause, since that
3059         will invert the meaning of a "nil" test previously determined by
3060         mailcap-mailcap-entry-passes-test.
3061
3062 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3065         compiling.
3066
3067         * gnus-sum.el: Ditto.
3068
3069         * message.el: Don't bind tool-bar-map when compiling.
3070
3071 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3072
3073         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3074
3075 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3076
3077         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3078         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3079         current Google Groups.
3080
3081 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3082
3083         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3084         and tool-bar-mode.
3085
3086         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3087         and tool-bar-mode.
3088
3089         * message.el (message-tool-bar-update): Simplify.
3090         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3091
3092         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3093         gnus-summary-buffer.
3094         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3095         gnus-summary-reply.
3096
3097         * gmm-utils.el (gmm): Add :version.
3098
3099 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * Makefile.in (clean): New rule.
3102         (distclean): Use it.
3103
3104 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3105
3106         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3107         autoload.
3108
3109 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * gmm-utils.el (gmm-verbose): Add :group.
3112
3113 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3114
3115         * message.el: Change some comments WRT tool-bars.
3116
3117         * gnus-sum.el (gnus-summary-tool-bar)
3118         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3119         (gnus-summary-tool-bar-zap-list): New variables.
3120         (gnus-summary-make-tool-bar): Complete rewrite using
3121         `gmm-tool-bar-from-list'.
3122
3123         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3124         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3125         variables.
3126         (gnus-group-make-tool-bar): Complete rewrite using
3127         `gmm-tool-bar-from-list'.
3128         (gnus-group-tool-bar-update): New function.
3129
3130         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3131
3132 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3135         is dissected into a single part of which the type is the same as
3136         the given one; decode charset.
3137
3138 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3139
3140         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3141         into alists as symbol not string, since that's what
3142         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3143         look for.
3144
3145 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3146
3147         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3148         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3149
3150         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3151
3152 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3155         (gnus-xmas-mime-security-button-menu): New function.
3156
3157         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3158         (gnus-mime-security-button-menu): New definition.
3159         (gnus-mime-security-button-map): Use them.
3160         (gnus-mime-security-button-menu): New function.
3161         (gnus-insert-mime-security-button): Addition to help echo.
3162         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3163         (gnus-mime-security-pipe-part): New functions.
3164
3165         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3166         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3167
3168         * mm-decode.el (mm-handle-set-disposition): Remove.
3169         (mm-handle-set-description): Remove.
3170
3171 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3174         (mm-w3m-standalone-supports-m17n-p): New function.
3175         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3176         w3m usage.
3177
3178         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3179         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3180
3181 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3182
3183         * message.el (message-tool-bar-zap-list): Use
3184         gmm-tool-bar-zap-list as custom type.
3185         (message-tool-bar-update): New function.
3186         (message-tool-bar, message-tool-bar-gnome)
3187         (message-tool-bar-retro): Add message-tool-bar-update.
3188         (message-tool-bar-gnome): Add flyspell-buffer.
3189
3190         * gnus-util.el (gnus-error): Describe `args'.
3191
3192         * gmm-utils.el (gmm-error): Describe `args'.
3193         (gmm-tool-bar-zap-list): New widget.
3194         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3195
3196 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3199         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3200         the number of recursive calls.
3201
3202         * mm-decode.el (mm-handle-set-disposition): New macro.
3203         (mm-handle-set-description): New macro.
3204
3205 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3208         encoding.
3209
3210 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3211
3212         * message.el (message-tool-bar-zap-list, message-tool-bar)
3213         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3214         (message-tool-bar-local-item-from-menu): Remove.
3215         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3216         (message-make-tool-bar): New function.
3217         (message-mode): Use `message-make-tool-bar'.
3218
3219         * gmm-utils.el: New file.
3220         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3221         (gmm-lazy): New widget copied from `nnmail.el'.
3222         (gmm-tool-bar-from-list): New function for creating customizable
3223         tool bars.
3224         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3225         output.
3226         (gmm): Add :prefix to defgroup.
3227
3228 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3229
3230         * gmm-utils.el (gmm-widget-p): New function.
3231
3232 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3233
3234         * mml.el (mml-attach-file): Describe `description' in doc string.
3235         (mml-menu): Add Emacs MIME manual and PGG manual.
3236
3237 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3238
3239         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3240
3241 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3242
3243         * nntp.el (nntp-end-of-line): Doc fix.
3244
3245 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3246
3247         * imap.el (imap-open): Handle case where buffer is a buffer
3248         object.
3249
3250 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3251
3252         * gnus-delay.el (gnus-delay): Don't autoload.
3253         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3254         to be re-loaded when customizing the `gnus-delay' group.
3255
3256 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3257
3258         * message.el (message-insert-citation-line): Use newlines.
3259
3260 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3261
3262         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3263         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3264         these routines, so the passphrase can be managed externally and
3265         passed in to the system.
3266         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3267         pgg-add-passphrase-to-cache function.
3268
3269         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3270         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3271         these routines, so the passphrase can be managed externally and
3272         passed in to the system.
3273         (pgg-pgp5-sign-region): Use new name of
3274         pgg-add-passphrase-to-cache function.
3275
3276 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3277
3278         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3279         part of the decoded armor to find the key-identifier.
3280         (pgg-gpg-lookup-key-owner): New function to return the
3281         human-readable identifier of a key owner.
3282         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3283         itself.
3284         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3285         the key value) if we have a key and can match it against a secret
3286         key.  Also, added a note pointing out fact that the prompt only
3287         indicates the first matching key.
3288
3289         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3290         pgg-decrypt-region.
3291         (pgg-add-passphrase-to-cache): Rename from
3292         `pgg-add-passphrase-cache' to reduce confusion (all callers
3293         changed).
3294         (pgg-remove-passphrase-from-cache): Rename from
3295         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3296         changed).
3297         (pgg-read-passphrase, pgg-add-passphrase-cache)
3298         (pgg-remove-passphrase-cache): Add informative docstrings.
3299         (pgg-decrypt): Convey provided passphrase in subordinate call to
3300         pgg-decrypt-region.
3301
3302 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3303
3304         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3305         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3306         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3307         'passphrase' argument, so the passphrase can be managed externally
3308         and then passed in to the system.
3309
3310         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3311         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3312         so the passphrase cache can be used reliably with identifiers
3313         besides a pgp packet's key id.
3314
3315         * pgg-gpg.el (pgg-gpg-encrypt-region)
3316         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3317         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3318         these routines, so the passphrase can be managed externally and
3319         passed in to the system.
3320
3321         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3322         'notruncate' argument, so the passphrase cache can be used
3323         reliably with identifiers besides a pgp packet's key id.
3324
3325 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3326
3327         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3328         symmetric encryption.
3329         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3330         encrypted session key.
3331         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3332         message ask for the passphrase in a proper way.
3333
3334         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3335         New user commands for symmetric encryption.
3336
3337 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3340
3341         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3342
3343 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3344
3345         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3346
3347 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * mm-decode.el (mm-inlined-types): Add application/pgp.
3350         (mm-automatic-display): Ditto.
3351
3352         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3353         part as text.
3354
3355 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * nnrss.el: Update copyright.
3358         (nnrss-opml-import): Query whether to subscribe to each entry.
3359
3360         * gnus-art.el:
3361         * gnus-sum.el:
3362         * gnus-xmas.el:
3363         * messagexmas.el:
3364         * mm-uu.el:
3365         * mm-view.el: Update copyright.
3366
3367 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3368
3369         * message.el (message-info): New function.
3370         (message-mode-menu): Add it.
3371         Update copyright.
3372
3373         * ChangeLog: Fix and update copyright.
3374
3375 2006-01-13  Romain Francoise  <romain@orebokech.com>
3376
3377         * message.el (message-forward-subject-name-subject): Prefer the
3378         address to 'nowhere' if the sender has no name.
3379         Fix typo.  Update copyright year.
3380
3381 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * gnus-art.el (article-wash-html): Use
3384         gnus-summary-show-article-charset-alist if a numeric arg is given.
3385         (gnus-article-wash-html-with-w3m-standalone): New function.
3386
3387         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3388         mm-inline-text-html-render-with-w3m-standalone.
3389         (mm-text-html-washer-alist): Map w3m-standalone to
3390         gnus-article-wash-html-with-w3m-standalone.
3391         (mm-inline-text-html-render-with-w3m-standalone): New function.
3392
3393 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3394
3395         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3396         Improve LaTeX.
3397
3398 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3401         (nnrss-request-article): Render text/plain parts as HTML.
3402
3403         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3404         the buffer.
3405
3406 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3407
3408         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3409         custom definition of `gnus-posting-styles'.
3410
3411         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3412         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3413
3414 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3415
3416         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3417         Use nntp for bug archive.
3418
3419 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3422         parts.
3423         (nnrss-normalize-date): New function converts ISO 8601 date into
3424         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3425         (nnrss-check-group): Use it.
3426
3427 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3430
3431         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3432         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3433         (nnrss-insert-w3): Ditto.
3434
3435 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3438         the articles to be forwarded including the case where neither a
3439         number of articles nor a region is specified.
3440
3441 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * nnrss.el (nnrss-request-article): Fix last change; fill
3444         text/plain parts.
3445
3446 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3449         in text/plain part.
3450         (nnrss-check-group): Don't add excessive newline to dc:subject.
3451
3452 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3453
3454         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3455         article.
3456
3457 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3458
3459         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3460         (nnml-use-compressed-files, nnml-save-mail): Support other
3461         comression programs such as bzip2.
3462
3463 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * dns.el (query-dns): Make sure we check the buffer size before
3466         removing tcp headers.
3467
3468 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3471         remove MIME buttons associated with multipart/alternative parts.
3472         (gnus-mime-display-alternative): Tag buttons using `article-type'
3473         text property.
3474
3475         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3476         associated with multipart/alternative parts.
3477
3478         * gnus-art.el (gnus-signature-separator): Fix custom type.
3479
3480         * mm-decode.el (mm-inlined-types): Fix custom type.
3481         (mm-keep-viewer-alive-types): Ditto.
3482         (mm-automatic-display): Ditto.
3483         (mm-attachment-override-types): Ditto.
3484         (mm-inline-override-types): Ditto.
3485         (mm-automatic-external-display): Ditto.
3486
3487 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3488
3489         * spam-report.el (spam-report-user-mail-address)
3490         (spam-report-user-agent): New variables.
3491         (spam-report-url-ping-plain): Use spam-report-user-agent.
3492
3493 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3494
3495         * gnus-art.el (gnus-button-handle-custom): Do not just use
3496         `customize-apropos' for any "M-x customize-*" button but the
3497         function called for.  Accept both the function name and its
3498         argument in order to achieve this.
3499         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3500         function name to `gnus-button-handle-custom' in case of "M-x
3501         customize-*" buttons.
3502
3503 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3506         multipart/alternative and add xref to mm-discouraged-alternatives
3507         in doc string.
3508
3509         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3510         gnus-buttonized-mime-types in doc string.
3511
3512 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3513
3514         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3515         Suggest image/.* in the doc string.
3516
3517 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3518
3519         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3520         message-marks (Debian bug #342521).
3521
3522 2005-12-12  Simon Josefsson  <jas@extundo.com>
3523
3524         * password.el (password-read-from-cache): Add.
3525         (password-read): Use it.
3526
3527 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3530         us-ascii as a MIME charset.
3531
3532         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3533         against the case where the 2nd arg TYPE is nil.
3534
3535 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3536
3537         * pop3.el (pop3-stream-type): Fix custom version.
3538
3539         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3540
3541 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3542
3543         * mm-decode.el (mm-display-external): Add missing cdr.
3544
3545 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3548         RFC1524) if it is in mailcap or add a suffix according to
3549         mailcap-mime-extensions when generating a temp filename; postpone
3550         deleting a temp file for 2 seconds for some wrappers, shell
3551         scripts, and so on, which might exit right after having started a
3552         viewer command as a background job.
3553
3554 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3555
3556         * nntp.el (nntp-marks-directory): Fix custom group.
3557
3558         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3559         steps when < 10.
3560
3561         * gnus-start.el (gnus-no-server-1): Mention
3562         `gnus-level-default-subscribed' in doc string.
3563
3564 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3565
3566         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3567         parens.
3568
3569 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * gnus-xmas.el (gnus-use-toolbar): Revert.
3572         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3573         gnus-use-toolbar is default.
3574
3575         * messagexmas.el (message-use-toolbar): Revert.
3576         (message-setup-toolbar): Use global default-toolbar if
3577         message-use-toolbar is default.
3578
3579 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3582         according to default-toolbar-visible-p.
3583
3584         * messagexmas.el (message-use-toolbar): Ditto.
3585
3586 2005-11-26  Dave Love  <fx@gnu.org>
3587
3588         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3589         (tls-program, tls-success): Provide openssl alternative.
3590
3591         * starttls.el: Doc fixes.
3592         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3593         SERVICE to PORT.
3594
3595         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3596         port null or service name.
3597         (starttls-negotiate): Autoload.
3598
3599 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * message.el (message-kill-to-signature): Fix interactive spec.
3602
3603 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * pop3.el (pop3-open-server): Recognize a string as a service name.
3606
3607 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3608
3609         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3610
3611 2005-11-23  Dave Love  <fx@gnu.org>
3612
3613         Add pop3s, pop3/starttls.
3614
3615         * pop3.el (pop3-authentication-scheme): Clarify doc.
3616         (open-tls-stream, starttls-open-stream): Autoload.
3617         (pop3-stream-type): New.
3618         (pop3-open-server): Use it.
3619
3620         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3621         for POP.
3622         (mail-source-keyword-map): Add :stream for POP.
3623         (mail-source-fetch-pop): Use pop3-stream-type.
3624
3625 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3628         of current-time-string.
3629
3630 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3631
3632         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3633         date header.
3634
3635 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3636
3637         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3638         it can seriously impact performance as it bypasses the agent's
3639         local caches.
3640
3641 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3642
3643         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3644         must be explicitly online rather than "not explicitly offline" for
3645         its flags to be synchronized.
3646
3647         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3648         that gnus-uu-unmark-thread will function correctly.
3649
3650         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3651         1024K is instead displayed as 1M.
3652
3653 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3656
3657 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3658
3659         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3660
3661 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3662
3663         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3664         error message to display actual error condition.
3665         (gnus-agent-save-local): Avoid saving symbols that are bound to
3666         nil as they simply result in a warning message in
3667         gnus-agent-read-local.
3668
3669 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3672         rather than make-variable-buffer-local for file-precious-flag.
3673
3674 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3675
3676         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3677         for duplicates which are removed.  The invalid sort check then
3678         triggers a rescan after the sort as sorting may have moved
3679         duplicate entries such that they can be cheaply detected.
3680
3681 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3684
3685 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3686
3687         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3688         internal variable to a custom variable.  Changed default value
3689         from compressed(2) to uncompressed(1).
3690         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3691         support for uncompressed agentview files.  Taken together, reading
3692         the agentview file should now be 6-7 times faster.
3693
3694 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3695
3696         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3697         as a buffer-local variable.  This avoids creating truncated
3698         dribble files as a result of a hang up, eg.
3699
3700 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3701
3702         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3703         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3704         XEmacs.
3705
3706 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * gnus-start.el (gnus-start-draft-setup): Enforce
3709         `gnus-draft-mode' for nndraft:drafts at startup.
3710
3711         * gnus.el (gnus-splash): Change custom group.
3712         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3713         allow-list argument.
3714
3715         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3716         string.
3717
3718 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3719
3720         * gnus-art.el (gnus-default-article-saver): Add user-defined
3721         `function' to custom type.
3722
3723 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3724
3725         * imap.el (imap-open): Handle case where buffer is a buffer
3726         object.
3727
3728 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3729
3730         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3731         long lines.
3732         (gnus-cache-delete-group): Wrap doc strings.
3733
3734         * gnus-agent.el (gnus-agent-rename-group)
3735         (gnus-agent-delete-group): Wrap doc strings.
3736
3737
3738 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * messagexmas.el (message-use-toolbar): Change the valid values
3741         into default, top, bottom, left, and right.
3742         (message-toolbar-thickness): New variable.
3743         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3744         well.
3745         (message-setup-toolbar): Make it work.
3746
3747         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3748         (gnus-use-toolbar): Change the valid values into default, top,
3749         bottom, left, and right.
3750         (gnus-toolbar-thickness): New variable.
3751         (gnus-xmas-setup-toolbar): New function.
3752         (gnus-xmas-setup-group-toolbar): Use it.
3753         (gnus-xmas-setup-summary-toolbar): Use it.
3754
3755 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * gnus-start.el (gnus-1): Add "native" to
3758         gnus-predefined-server-alist.
3759
3760         * gnus.el (gnus-method-to-server): Don't add "native" to the
3761         lists here, because that leads to problems when
3762         gnus-select-method is bound.
3763
3764 2005-11-09  Simon Josefsson  <jas@extundo.com>
3765
3766         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3767         use (not sort-by-date) instead.
3768
3769 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3770
3771         * gnus-delay.el (gnus-delay-group): Don't autoload.
3772         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3773         to be re-loaded when customizing the `gnus-delay' group.
3774
3775 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3776
3777         * message.el: Revert last changes.
3778         (message-insert-citation-line): Use newlines.
3779
3780 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3781
3782         * message.el (message-courtesy-message)
3783         (message-mark-insert-begin, message-mark-insert-end)
3784         (message-elide-ellipsis, message-cancel-message)
3785         (message-add-header, message-change-subject)
3786         (message-cross-post-followup-to-header)
3787         (message-cross-post-insert-note, message-reduce-to-to-cc)
3788         (message-widen-reply, message-delete-not-region)
3789         (message-kill-to-signature, message-insert-signature)
3790         (message-insert-importance-high, message-insert-importance-low)
3791         (message-insert-or-toggle-importance)
3792         (message-insert-disposition-notification-to)
3793         (message-indent-citation, message-yank-original)
3794         (message-cite-original-without-signature, message-cite-original)
3795         (message-insert-citation-line, message-position-on-field)
3796         (message-fix-before-sending, message-send-mail-partially)
3797         (message-send-mail, message-send-mail-with-sendmail)
3798         (message-send-mail-with-qmail, message-send-news)
3799         (message-check-news-header-syntax, message-generate-headers)
3800         (message-insert-courtesy-copy, message-fill-address)
3801         (message-fill-header, message-shorten-references)
3802         (message-setup-1, message-cancel-news)
3803         (message-forward-make-body-plain, message-forward-make-body-mime)
3804         (message-forward-make-body-mml, message-encode-message-body)
3805         (message-forward-make-body-digest-plain)
3806         (message-forward-make-body-digest-mime)
3807         (message-use-alternative-email-as-from): Insert `hard-newline'
3808         instead of ordinary newlines.
3809
3810 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * message.el (message-generate-headers): Downcase the argument
3813         given to message-check-element.
3814
3815 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3816
3817         * nntp.el (nntp-authinfo-rejected): New error condition.
3818         (nntp-wait-for): Use new error condition to signal authentication
3819         error.
3820         (nntp-retrieve-data): Rethrow new error condition to break out of
3821         recursive call to nntp-send-authinfo.
3822
3823 2005-11-08  Romain Francoise  <romain@orebokech.com>
3824
3825         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3826         (gnus-summary-exit-map): Bind to `Z p'.
3827         (gnus-summary-make-menu-bar): Add menu item.
3828
3829 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3830
3831         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3832         (gnus-treat-*): Add `first' in all doc strings.
3833
3834         * gnus-group.el (gnus-group-compact-group): Fix typo.
3835
3836 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * gnus.el (gnus-parameters-case-fold-search): New variable.
3839         (gnus-parameters-get-parameter): Use it.
3840
3841         * gnus-score.el (gnus-home-score-file): Doc fix.
3842
3843 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3844
3845         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3846
3847 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * mm-util.el (mm-special-display-p): New function.
3850
3851         * mml.el (mml-preview): Use it; doc fix.
3852
3853 2005-10-29  Romain Francoise  <romain@orebokech.com>
3854
3855         * message.el (message-fix-before-sending): Fix comment.
3856
3857 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3858
3859         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3860
3861 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3862
3863         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3864         Used in gnus-score.el.
3865
3866 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3867
3868         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3869
3870 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3871
3872         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3873         whitespace removed in revision 7.8.  Use concatenated string to
3874         protect trailing whitespace.
3875
3876 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
3877
3878         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3879         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3880         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3881         Courier IMAP ("some version from 2004").  Mostly based on similar
3882         code in the same function.
3883
3884 2005-10-26  Didier Verna  <didier@xemacs.org>
3885
3886         * gnus-group.el (gnus-group-compact-group): invalidate original
3887         article buffer.
3888         * gnus-srvr.el (gnus-server-compact-server): ditto.
3889         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3890         NOV database and in article itself.
3891         Invalidate article backlog.
3892
3893 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3894
3895         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3896
3897 2005-10-26  Simon Josefsson  <jas@extundo.com>
3898
3899         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3900         part of 2004-07-25 change.
3901
3902 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * message.el (message-display-completion-list): New function.
3905         (message-expand-group): Use it; make sure the Completions buffer
3906         is modifiable.
3907
3908 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3909
3910         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3911         user-mail-name is an empty string.
3912
3913 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3914
3915         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3916         depending on gnus-score-decay-constant.
3917
3918         * encrypt.el (encrypt-insert-file-contents)
3919         (encrypt-write-file-contents): Don't use `gnus-message'.
3920
3921         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3922         arguments.
3923         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3924         arguments to mm-uu-verbatim-marks-extract.
3925         (mm-uu-hide-markers): New variable.
3926         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3927
3928         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3929         (gnus-convert-image-to-face-command): Use "convert" by default to
3930         allow other input image formats.
3931         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3932         accordingly.
3933
3934 2005-10-23  Simon Josefsson  <jas@extundo.com>
3935
3936         * imap.el (imap-gssapi-program): Align command line parameters
3937         with latest GNU SASL.
3938         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3939
3940 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3941
3942         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3943         HTML.
3944         (nnslashdot-request-article): Ditto.
3945
3946         * lpath.el (featurep): Add nobreak-char-display.
3947
3948 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3949
3950         * mail-source.el (mail-source-fetch-pop): Require pop3.
3951         (mail-source-check-pop): Ditto.
3952
3953 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3956         errors.
3957
3958 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3959
3960         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3961         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3962
3963         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3964
3965         * mm-bodies.el (mm-decode-string): Call
3966         `mm-charset-to-coding-system' with allow-override argument.
3967
3968 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3971         (rfc2047-charset-to-coding-system): New function.
3972         (rfc2047-decode-encoded-words): New function.
3973         (rfc2047-decode-region): Use them.
3974         (rfc2047-decode-cte): Remove.
3975         (rfc2047-parse-and-decode): Remove.
3976         (rfc2047-decode): Remove.
3977
3978 2005-10-15  Kenichi Handa  <handa@m17n.org>
3979
3980         * rfc2047.el (rfc2047-decode-cte): New function.
3981         (rfc2047-decode-region): Change the way to decode successive
3982         encoded-words: decode B- or Q-encoding in each encoded-word,
3983         concatenate them, and decode it as charset.
3984
3985 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * lpath.el: Fbind codepage-setup for XEmacs.
3988
3989 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3990
3991         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3992         widget-move-and-invoke.
3993         (gnus-custom-mode): Use gnus-custom-map.
3994
3995 2005-10-15  Bill Wohler  <wohler@newt.com>
3996
3997         * message.el (message-tool-bar-map): Renamed image file from
3998         mail_send to mail/send.
3999
4000 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4001
4002         * message.el (message-expand-group): Pass the common
4003         prefix substring of completion to `display-completion-list'.
4004
4005 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4006
4007         * mml-sec.el (mml-secure-method): New internal variable.
4008         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4009         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4010         functions using mml-secure-method.
4011
4012         * mml.el (mml-mode-map): Add key bindings for those functions.
4013         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4014         Harder <harder@myrealbox.com>.
4015         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4016         end of message if point is the headers of the message.
4017
4018         * message.el (message-in-body-p): New function.
4019
4020         * assistant.el: Autoload gnus-util and netrc.
4021
4022         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4023         Use `mm-charset-override-alist' only when decoding.
4024
4025         * mm-bodies.el (mm-decode-body): Call
4026         `mm-charset-to-coding-system' with allow-override argument.
4027
4028         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4029         `filename' from Content-Disposition if Content-Type doesn't
4030         provide `name'.
4031         (gnus-mime-view-part-as-type): Set default instead of
4032         initial-input.
4033
4034 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4035
4036         * format-spec.el (format-spec): Propagate text properties of % spec.
4037
4038 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4039
4040         * gnus-art.el (gnus-treat-predicate): Add `first'.
4041
4042 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4043
4044         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4045         (mm-charset-override-alist): New variable.
4046         (mm-charset-to-coding-system): Use it.
4047         (mm-codepage-setup): New helper function.
4048         (mm-charset-eval-alist): New variable.
4049         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4050         about unknown charsets.
4051
4052         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4053
4054 2005-10-04  David Hansen  <david.hansen@gmx.net>
4055
4056         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4057         (nnrss-check-group): Ditto.
4058
4059 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4060
4061         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4062         Rename x-gnus-verbatim to x-verbatim.
4063         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4064
4065         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4066         x-verbatim.
4067
4068         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4069
4070         * gnus-util.el (gnus-remove-duplicates): Remove.
4071
4072         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4073         instead of gnus-remove-duplicates.
4074
4075         * message.el (message-remove-duplicates): Remove.
4076         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4077         message-remove-duplicates.
4078
4079         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4080         available, else use implementation from `delete-dups'.
4081
4082         * message.el (message-insert-expires): New function.
4083         (message-mode-map): Add key binding.
4084         (message-mode-field-menu): Add menu entry.
4085         (message-mode): Document it.
4086         (message-make-expires-date): Use `message-make-date'.
4087
4088 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4089
4090         * message.el (message-make-expires-date): New function.
4091
4092 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * Makefile.in (list-installed-shadows): New entry.
4095         (install): Use it.
4096         (remove-installed-shadows): New entry.
4097
4098         * dgnushack.el (dgnushack-default-load-path): New variable.
4099         (dgnushack-find-lisp-shadows): New function.
4100         (dgnushack-remove-lisp-shadows): New function.
4101
4102 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * Makefile.in (install-el-elc): New entry.
4105         (install): Use it so that .el files are necessarily installed.
4106
4107 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4110
4111 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4112
4113         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4114         function rather than the diff-mode.el package.
4115         (mm-display-external): Use with-current-buffer.
4116         (mm-viewer-completion-map, mm-viewer-completion-map):
4117         Move initialization inside declaration.
4118
4119 2005-09-29  Simon Josefsson  <jas@extundo.com>
4120
4121         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4122         autoload mail-check-payment.
4123         (spam-check-hashcash): Define unconditionally, since hashcash.el
4124         is part of Gnus now.  Ignore errors from payment checking.
4125
4126 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4127
4128         * message.el (message-bold-region, message-unbold-region): Rename
4129         from `bold-region' and `unbold-region'.
4130
4131         * message.el: Remove useless autoloads.
4132
4133 2005-09-28  Simon Josefsson  <jas@extundo.com>
4134
4135         * message.el (message-use-idna): Default to t.
4136         (message-use-idna): Test whether encoding works too.  Doc fix.
4137
4138 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * nntp.el (nntp-warn-about-losing-connection): Remove.
4141
4142 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4143
4144         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4145         customizable.  Change default value.
4146         (mm-uu-diff-groups-regexp): Change default value.
4147         (mm-uu-type-alist): Add doc string.
4148         (mm-uu-configure): Add doc string.  Make it interactive.
4149         (mm-uu-tex-groups-regexp): New variable.
4150         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4151         (mm-uu-type-alist): Add LaTeX documents.
4152         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4153         of "text/verbatim".
4154         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4155
4156         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4157         instead of "text/verbatim".
4158
4159         * message.el (message-mark-inserted-region)
4160         (message-mark-insert-file): Use slrn style marks when called with
4161         prefix argument.
4162
4163 2005-09-27  Simon Josefsson  <jas@extundo.com>
4164
4165         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4166
4167 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4168
4169         * message.el (message-remove-duplicates): New function.
4170         Implementation borrowed from `gnus-remove-duplicates'.
4171         (message-idna-to-ascii-rhs): Also encode idna addresses in
4172         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4173         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4174         only ask about the same idna domain once per header and also tell
4175         in what header to replace the idna domain.
4176
4177         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4178         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4179         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4180         a header is decoded and not just the last one.
4181
4182 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4185         has been decoded.
4186
4187         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4188         (mm-insert-part): Don't modify text if it has been decoded.
4189
4190         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4191         decoded.
4192
4193         * mm-view.el (mm-inline-text): Don't strip text props unless
4194         decoding enriched or richtext parts.
4195
4196 2005-09-25  Romain Francoise  <romain@orebokech.com>
4197
4198         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4199         * gnus-start.el (gnus-subscribe-interactively):
4200         * gnus-uu.el (gnus-uu-grab-articles):
4201         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4202         space.
4203
4204 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4205
4206         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4207         * mm-view.el (mm-view-pkcs7-decrypt):
4208         * gnus-sum.el (gnus-summary-limit-to-extra)
4209         (gnus-summary-respool-article, gnus-read-move-group-name):
4210         * gnus-score.el (gnus-summary-increase-score):
4211         * gnus-util.el (gnus-completing-read-with-default):
4212         * gnus-art.el (gnus-read-save-file-name)
4213         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4214         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4215         * message.el (message-check-news-header-syntax):
4216         Follow convention for reading with the minibuffer.
4217
4218 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4219
4220         * spam-report.el (spam-report-url-ping-plain):
4221         Use gnus-extended-version as User-Agent.
4222
4223         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4224         default value is nil.
4225
4226         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4227         (mm-uu-verbatim-marks-extract): New function.
4228         (mm-uu-extract): New face.
4229         (mm-uu-copy-to-buffer): Use it.
4230
4231         * spam-report.el (spam-report-gmane-ham): Renamed from
4232         `spam-report-gmane-unspam'.
4233         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4234         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4235
4236         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4237         Autoload.
4238         (spam-report-gmane-unregister-routine): Renamed
4239         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4240
4241 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4242
4243         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4244         (spam-report-gmane-unregister-routine): Add support for gmane
4245         unregistration.
4246
4247         * spam-report.el (spam-report-gmane-unspam)
4248         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4249         (spam-report-gmane): Change to take a single article and do unspam
4250         registration.
4251
4252 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4253
4254         * mm-url.el (mm-url-decode-entities): Fix regexp.
4255
4256 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4259         default to nil, to be able to use Gnus at all.  If the default
4260         switches to something else, then the function should be fixed not
4261         be exceedingly slow.
4262
4263 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4264
4265         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4266         fail hard.
4267
4268         * spam-report.el: Add better Keywords line.
4269
4270         * spam.el: Add Maintainer and better Keywords line.
4271
4272 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4273
4274         * gnus-art.el (gnus-article-replace-part)
4275         (gnus-mime-replace-part): New functions.
4276         (gnus-mime-action-alist, gnus-mime-button-commands)
4277         (gnus-mime-save-part-and-strip): Added file argument.
4278         (gnus-article-part-wrapper): Added interactive argument.
4279
4280         * gnus-sum.el (gnus-summary-mime-map): Add
4281         `gnus-article-replace-part'.
4282
4283 2005-09-19  Didier Verna  <didier@xemacs.org>
4284
4285         The nnml compaction feature:
4286         * nnml.el (nnml-request-compact-group): New function.
4287         * nnml.el (nnml-request-compact): New function.
4288         * gnus-int.el (gnus-request-compact-group): New function.
4289         * gnus-int.el (gnus-request-compact): New function.
4290         * gnus-group.el (gnus-group-compact-group): New function.
4291         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4292         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4293         * gnus-srvr.el (gnus-server-compact-server): New function.
4294         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4295         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4296
4297 2005-09-18  Deepak Goel  <deego@gnufans.org>
4298
4299         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4300         format spec.
4301
4302 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4305
4306 2005-09-15  Romain Francoise  <romain@orebokech.com>
4307
4308         * message.el (message-fill-paragraph): Clarify docstring.
4309
4310 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * gnus-art.el (gnus-mime-display-part): Protect against broken
4313         MIME messages.
4314
4315 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4318         before parsing header.
4319
4320 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4321
4322         * html2text.el: (html2text-replace-list): Add new entities.
4323
4324 2005-09-11  Romain Francoise  <romain@orebokech.com>
4325
4326         * message.el (message-alternative-emails): Improve docstring.
4327         (message-setup-1): Call `message-use-alternative-email-as-from'
4328         after `message-setup-hook' to give it precedence over posting
4329         styles, etc.
4330         (message-use-alternative-email-as-from): Add docstring.  Remove
4331         the original From header if present.
4332
4333         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4334         (nnml-save-mail): Use it.
4335
4336         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4337         articles.  Add new argument `silent'.
4338         (gnus-uu-mark-all): Report the total number of marked articles.
4339
4340 2005-09-10  Romain Francoise  <romain@orebokech.com>
4341
4342         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4343         (gnus-uu-mark-series): Likewise.
4344
4345 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4346
4347         * spam-report.el (spam-report-gmane): Fix generation of spam
4348         report URL.
4349
4350 2005-09-10  Simon Josefsson  <jas@extundo.com>
4351
4352         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4353         t, based on discussion on the ding list with Robert Epprecht
4354         <epprecht@solnet.ch>.
4355
4356 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4357
4358         * spam-report.el (spam-report-gmane): Make it work without
4359         X-Report-Spam header.  Gmane now only provides Archived-At.
4360         This is only used if `spam-report-gmane-use-article-number' is nil.
4361         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4362
4363         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4364         make `gnus-summary-sort-by-recipient' work with threading.
4365
4366         * nnweb.el (nnweb-google-wash-article): Print a message if article
4367         is not available.
4368
4369 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4370
4371         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4372         change.  Decode text/* parts content before displaying.
4373
4374 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4377
4378 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4381
4382         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4383         url-package-name, url-package-version,
4384         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4385         w3m-display-inline-images, and w3m-minor-mode-map.
4386
4387 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4388
4389         * message.el (message-tab-body-function): Fixed mismatched custom
4390         type.
4391
4392         * gnus.el (gnus-group-change-level-function): Ditto.
4393
4394         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4395
4396         * gnus-art.el (gnus-signature-limit)
4397         (gnus-article-mime-part-function): Ditto.
4398
4399 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * mml.el (mml-mode): Silence the byte compiler.
4402
4403         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4404         using `(sit-for 0)' before moving the point to the specified part;
4405         skip unbuttonized parts.
4406         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4407         return to the summary window if gnus-auto-select-part is non-nil.
4408
4409 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4410
4411         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4412         variables.
4413         (mml-dnd-attach-file, mml-mode): Use them.
4414
4415         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4416         Make fetching article by MID work again for Google Groups.  Added
4417         FIXME concerning gnus-group-make-web-group.
4418
4419         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4420         Don't depend on Gnus by using mail-extract-address-components if
4421         gnus-extract-address-components is not bound.
4422
4423 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4424
4425         * gnus-art.el (gnus-mime-display-security): Don't display the
4426         signature, but only the signed part.
4427
4428 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4431
4432         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4433         list, not listp.
4434
4435 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4436
4437         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4438         when encoding.
4439
4440         * mm-bodies.el (mm-decode-content-transfer-encoding):
4441         De-canonicalize CRLF for all text content types, not just
4442         text/plain.
4443
4444 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4447         valid article; point arrow and cursor at the MIME button.
4448
4449 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4452         Suggested by Dan Christensen <jdc@uwo.ca>.
4453
4454         * mm-decode.el (mm-save-part): Enable change of prompt.
4455
4456 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4457
4458         * gnus-msg.el (gnus-inews-add-send-actions): Made
4459         `message-post-method' lambda parameter ARG `&optional'.
4460
4461 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4462
4463         * gnus-sum.el (gnus-summary-mime-map): Added
4464         gnus-article-save-part-and-strip, gnus-article-delete-part and
4465         gnus-article-jump-to-part.
4466
4467         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4468         (gnus-article-edit-part): Use it.
4469         (gnus-article-part-wrapper): Added no-handle argument.
4470         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4471         functions.
4472
4473 2005-08-29  Romain Francoise  <romain@orebokech.com>
4474
4475         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4476         docstring.
4477         (gnus-face-from-file): Likewise.
4478
4479 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4480
4481         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4482         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4483         non-nil.
4484         (gnus-auto-select-part): New variable.
4485         (gnus-article-jump-to-part): New function.
4486         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4487         (gnus-mime-delete-part): Allow selecting specified part after
4488         deleting or stripping parts.
4489         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4490         part if argument is bogus.
4491
4492 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4493
4494         * gnus-art.el (w3m-minor-mode-map):
4495         * gnus-spec.el (gnus-newsrc-file-version):
4496         * gnus-util.el (nnmail-active-file-coding-system)
4497         (gnus-original-article-buffer, gnus-user-agent):
4498         * gnus.el (gnus-ham-process-destinations)
4499         (gnus-parameter-ham-marks-alist)
4500         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4501         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4502         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4503         * mm-decode.el (gnus-current-window-configuration):
4504         * mm-extern.el (gnus-article-mime-handles):
4505         * mm-url.el (url-current-object, url-package-name)
4506         (url-package-version):
4507         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4508         (smime-keys, w3m-cid-retrieve-function-alist)
4509         (w3m-current-buffer, w3m-display-inline-images)
4510         (w3m-minor-mode-map):
4511         * mml-smime.el (gnus-extract-address-components):
4512         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4513         (gnus-newsrc-hashtb, message-default-charset)
4514         (message-deletable-headers, message-options)
4515         (message-posting-charset, message-required-mail-headers)
4516         (message-required-news-headers):
4517         * mml1991.el (mc-pgp-always-sign):
4518         * mml2015.el (mc-pgp-always-sign):
4519         * nnheader.el (nnmail-extra-headers):
4520         * rfc1843.el (gnus-decode-encoded-word-function)
4521         (gnus-decode-header-function, gnus-newsgroup-name):
4522         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4523
4524 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4525
4526         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4527         the end of the date treatments.
4528
4529 2005-08-15  Simon Josefsson  <jas@extundo.com>
4530
4531         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4532         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4533         Capello and Romain Francoise.
4534         (pgg-fetch-key-function): Removed, not used?
4535         (pgg-insert-url-with-w3): Require url, to get
4536         url-insert-file-contents regardless of where it is defined.
4537
4538 2005-08-13  Romain Francoise  <romain@orebokech.com>
4539
4540         * message.el (message-cite-original-1): New function.
4541         (message-cite-original): Use it.
4542         (message-cite-original-without-signature): Ditto.
4543
4544 2005-08-08  Romain Francoise  <romain@orebokech.com>
4545
4546         * message.el (message-yank-empty-prefix): New variable.
4547         (message-indent-citation): Use it.
4548         (message-cite-original-without-signature): Respect X-No-Archive.
4549
4550 2005-08-08  Simon Josefsson  <jas@extundo.com>
4551
4552         * pgg.el: Autoload url-insert-file-contents instead of loading
4553         w3/url.
4554         (pgg-insert-url-with-w3): Don't load url here.
4555
4556 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4557
4558         * message.el (message-kill-to-signature): Don't insert newline at
4559         bol.
4560         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4561
4562 2005-08-06  Romain Francoise  <romain@orebokech.com>
4563
4564         * message.el (message-user-fqdn): Fix typo in docstring.
4565
4566 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4567
4568         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4569
4570         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4571
4572 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * mm-bodies.el (mm-encode-body): Use coding system rather than
4575         charset to encode text.
4576
4577         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4578         number of charsets if utf-8 is available (XEmacs).
4579
4580 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4581
4582         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4583         taken from `gnus-button-mid-or-mail-regexp'.
4584         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4585         (gnus-button-alist): Improve regexp for domain part of the MIDs
4586         for news:localpart@domain buttons.
4587         (gnus-button-ctan-directory-regexp): Update.
4588
4589 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * sieve-manage.el (sieve-manage-interactive-login): Use
4592         make-local-variable rather than make-variable-buffer-local.
4593         (sieve-manage-open): Ditto.
4594         (sieve-manage-authenticate): Ditto.
4595
4596         * mml.el (mml-generate-mime-1): Make the content type default to
4597         text/plain if the filename is not specified.
4598
4599 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4602         instead of insert-buffer.
4603
4604         * message.el (message-yank-original): Ditto; set the mark at the
4605         end of the yanked message.
4606
4607 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4610         lines to scroll rather than to stop it.
4611
4612         * mml.el (mml-generate-default-type): Add doc string.
4613         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4614         default to application/octet-stream when determining the content
4615         type if it is not specified for the part or the mml contents; add
4616         a comment about mml-generate-default-type.
4617
4618 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4621         make it default to application/octet-stream when determining the
4622         content type if it is not specified for the external contents.
4623
4624 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4627         segmented parameter but also other parameters might be there.
4628
4629 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * mm-decode.el (mm-display-external): Delete temp file, directory
4632         and buffer immediately if the external process is exited.
4633
4634 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4637         fewer lines than that of scroll-margin.
4638         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4639
4640 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus-art.el (gnus-article-next-page): Revert.
4643         (gnus-article-beginning-of-window): New macro.
4644         (gnus-article-next-page-1): Use it.
4645         (gnus-article-prev-page): Ditto.
4646         (gnus-article-edit-part): Use insert-buffer-substring instead of
4647         insert-buffer.
4648         (gnus-article-edit-exit): Ditto.
4649
4650         * gnus-util.el (gnus-beginning-of-window): Remove.
4651         (gnus-end-of-window): Remove.
4652
4653         * lpath.el: Don't bind header-line-format and scroll-margin.
4654
4655 2005-07-25  Simon Josefsson  <jas@extundo.com>
4656
4657         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4658         to have the url package without w3.  Reported by Daiki Ueno
4659         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4660
4661 2005-07-20  Didier Verna  <didier@xemacs.org>
4662
4663         * gnus-diary.el: Remove the description comment (nndiary is now
4664         properly documented in the Gnus manual).
4665         Fix the spelling of "Back End".
4666         * nndiary.el: Ditto.
4667         Fix the copyright notice.
4668
4669 2005-07-18  Romain Francoise  <romain@orebokech.com>
4670
4671         * gnus-sum.el (gnus-summary-to-prefix,
4672         gnus-summary-newsgroup-prefix): New variables.
4673         (gnus-summary-from-or-to-or-newsgroups): Use them.
4674
4675 2005-07-17  Romain Francoise  <romain@orebokech.com>
4676
4677         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4678         space as it's generally not especially interesting to the user.
4679
4680 2005-07-16  Romain Francoise  <romain@orebokech.com>
4681
4682         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4683         nil to avoid prompting and file modification if one of the
4684         messages at the top of the nnfolder file contains a copyright
4685         notice.
4686         Update copyright notice.
4687
4688         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4689         instead of `current-time-string' as the latter creates a time
4690         string that is not RFC 2822 compliant (it lacks the zone).
4691         Update copyright notice.
4692
4693 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4694
4695         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4696         for text/rtf.  Display default in prompt.  Pass default for M-n.
4697
4698         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4699
4700 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4701
4702         * gnus-msg.el (gnus-button-mailto): Remove
4703         save-selected-window-window hackery because it relies on
4704         save-selected-window internals.
4705
4706 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4709         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4710         (gnus-article-prev-page): Ditto.
4711
4712         * gnus-util.el (gnus-beginning-of-window): New function.
4713         (gnus-end-of-window): New function.
4714
4715         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4716
4717 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4718
4719         * gnus-score.el (gnus-score-edit-all-score): Set
4720         gnus-score-edit-exit-function to gnus-score-edit-done and call
4721         gnus-message.
4722
4723 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * gnus-msg.el (gnus-button-mailto): Remove
4726         save-selected-window-window hackery because it relies on
4727         save-selected-window internals.
4728
4729 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4732         add-minor-mode.
4733         (gnus-binary-mode): Ditto.
4734
4735         * gnus-topic.el (gnus-topic-mode): Ditto.
4736
4737 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4738
4739         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4740         (gnus-article-prev-page): Take scroll-margin into consideration.
4741
4742 2005-07-04  Lute Kamstra  <lute@gnu.org>
4743
4744         Update FSF's address in GPL notices.
4745
4746 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4747
4748         * gnus.el (gnus-exit):
4749         * gnus-group.el (gnus-group-icons):
4750         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4751
4752         * gnus-nocem.el (gnus-nocem):
4753         * message.el (message-various, message-buffers, message-sending)
4754         (message-interface, message-forwarding, message-insertion)
4755         (message-headers, message-news, message-mail):
4756         * pgg-gpg.el (pgg-gpg):
4757         * pgg-parse.el (pgg-parse):
4758         * pgg-pgp.el (pgg-pgp):
4759         * pgg-pgp5.el (pgg-pgp5):
4760         * pop3.el (pop3): Finish `defgroup' description with period.
4761
4762 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * gnus-art.el (article-display-face): Improve the efficiency.
4765         (article-display-x-face): Ditto; remove grey x-face stuff.
4766
4767 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * gnus-art.el (article-display-face): Correct the position in
4770         which Faces are inserted.
4771
4772 2005-06-29  Didier Verna  <didier@xemacs.org>
4773
4774         * gnus-art.el (article-display-face): Display faces in correct
4775         order.
4776
4777 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4780         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4781         (gnus-nocem-check-article): Fetch the Type header.
4782         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4783         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4784         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4785         make sure gnus-nocem-hashtb is initialized.
4786         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4787         (gnus-nocem-unwanted-article-p): Ditto.
4788
4789         * pgg.el (pgg-verify): Return the verification result.
4790
4791 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792
4793         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4794         is ascii.
4795
4796 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4797
4798         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4799         `show-nonbreak-escape'.
4800
4801 2005-06-23  Lute Kamstra  <lute@gnu.org>
4802
4803         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4804
4805         * dig.el (dig-mode):
4806         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4807
4808 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4809
4810         * nnimap.el (nnimap-split-download-body): Fix spellings.
4811
4812 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4813
4814         * gnus-art.el (gnus-article-encrypt-body):
4815         * gnus-cus.el (gnus-score-customize):
4816         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4817         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4818
4819 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4820
4821         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4822         header by looking for magic "MII" at the beginnig.
4823
4824 2005-06-16  Miles Bader  <miles@gnu.org>
4825
4826         * gnus-xmas.el (gnus-xmas-group-startup-message):
4827         Use renamed gnus-splash face.
4828
4829         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4830         (assistant-field-face): New backward-compatibility alias for renamed
4831         face.
4832         (assistant-render-text): Use renamed assistant-field face.
4833
4834         * spam.el (spam): Remove "-face" suffix from face name.
4835         (spam-face): New backward-compatibility alias for renamed face.
4836         (spam-face, spam-initialize): Use renamed spam face.
4837
4838         * message.el (message-header-to, message-header-cc)
4839         (message-header-subject, message-header-newsgroups)
4840         (message-header-other, message-header-name)
4841         (message-header-xheader, message-separator, message-cited-text)
4842         (message-mml): Remove "-face" suffix from face names.
4843         (message-header-to-face, message-header-cc-face)
4844         (message-header-subject-face, message-header-newsgroups-face)
4845         (message-header-other-face, message-header-name-face)
4846         (message-header-xheader-face, message-separator-face)
4847         (message-cited-text-face, message-mml-face):
4848         New backward-compatibility aliases for renamed faces.
4849         (message-font-lock-keywords): Use renamed message faces.
4850
4851         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4852         (sieve-test-commands, sieve-tagged-arguments):
4853         Remove "-face" suffix from face names.
4854         (sieve-control-commands-face, sieve-action-commands-face)
4855         (sieve-test-commands-face, sieve-tagged-arguments-face):
4856         New backward-compatibility aliases for renamed faces.
4857         (sieve-control-commands-face, sieve-action-commands-face)
4858         (sieve-test-commands-face, sieve-tagged-arguments-face):
4859         Use renamed sieve faces.
4860
4861         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4862         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4863         (gnus-group-news-3-empty, gnus-group-news-4)
4864         (gnus-group-news-4-empty, gnus-group-news-5)
4865         (gnus-group-news-5-empty, gnus-group-news-6)
4866         (gnus-group-news-6-empty, gnus-group-news-low)
4867         (gnus-group-news-low-empty, gnus-group-mail-1)
4868         (gnus-group-mail-1-empty, gnus-group-mail-2)
4869         (gnus-group-mail-2-empty, gnus-group-mail-3)
4870         (gnus-group-mail-3-empty, gnus-group-mail-low)
4871         (gnus-group-mail-low-empty, gnus-summary-selected)
4872         (gnus-summary-cancelled, gnus-summary-high-ticked)
4873         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4874         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4875         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4876         (gnus-summary-low-undownloaded)
4877         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4878         (gnus-summary-low-unread, gnus-summary-normal-unread)
4879         (gnus-summary-high-read, gnus-summary-low-read)
4880         (gnus-summary-normal-read, gnus-splash):
4881         Remove "-face" suffix from face names.
4882         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4883         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4884         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4885         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4886         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4887         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4888         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4889         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4890         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4891         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4892         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4893         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4894         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4895         (gnus-summary-normal-ticked-face)
4896         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4897         (gnus-summary-normal-ancient-face)
4898         (gnus-summary-high-undownloaded-face)
4899         (gnus-summary-low-undownloaded-face)
4900         (gnus-summary-normal-undownloaded-face)
4901         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4902         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4903         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4904         (gnus-splash-face):
4905         New backward-compatibility aliases for renamed faces.
4906         (gnus-group-startup-message): Use renamed gnus faces.
4907
4908         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4909         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4910         (gnus-server-agent): Remove "-face" suffix from face names.
4911         (gnus-server-agent-face, gnus-server-opened-face)
4912         (gnus-server-closed-face, gnus-server-denied-face)
4913         (gnus-server-offline-face):
4914         New backward-compatibility aliases for renamed faces.
4915         (gnus-server-agent-face, gnus-server-opened-face)
4916         (gnus-server-closed-face, gnus-server-denied-face)
4917         (gnus-server-offline-face): Use renamed gnus faces.
4918
4919         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4920         Remove "-face" suffix from face names.
4921         (gnus-picon-xbm-face, gnus-picon-face):
4922         New backward-compatibility aliases for renamed faces.
4923
4924         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4925         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4926         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4927         (gnus-cite-11): Remove "-face" suffix from face names.
4928         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4929         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4930         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4931         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4932         New backward-compatibility aliases for renamed faces.
4933         (gnus-cite-attribution-face, gnus-cite-face-list)
4934         (gnus-article-boring-faces): Use renamed gnus faces.
4935
4936         * gnus-art.el (gnus-signature, gnus-header-from)
4937         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4938         (gnus-header-content): Remove "-face" suffix from face names.
4939         (gnus-signature-face, gnus-header-from-face)
4940         (gnus-header-subject-face, gnus-header-newsgroups-face)
4941         (gnus-header-name-face, gnus-header-content-face):
4942         New backward-compatibility aliases for renamed faces.
4943         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4944
4945         * gnus-sum.el (gnus-summary-selected-face)
4946         (gnus-summary-highlight): Use renamed gnus faces.
4947         * gnus-group.el (gnus-group-highlight): Likewise.
4948
4949 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4950
4951         * gnus-sieve.el (gnus-sieve-article-add-rule):
4952         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4953         * spam-stat.el (spam-stat-buffer-change-to-spam)
4954         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4955
4956         * message.el (message-is-yours-p):
4957         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4958
4959 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * mm-view.el (mm-inline-text): Withdraw the last change.
4962
4963 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4966         executing enriched-decode.
4967
4968 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4971         charset of tar files.
4972
4973 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4974
4975         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4976
4977 2005-06-04  Lute Kamstra  <lute@gnu.org>
4978
4979         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4980         information is never recorded.
4981
4982 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4983
4984         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4985
4986 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * pop3.el (pop3-apop): Run md5 in the binary mode.
4989
4990         * starttls.el (starttls-set-process-query-on-exit-flag):
4991         Use eval-and-compile.
4992
4993 2005-05-31  Simon Josefsson  <jas@extundo.com>
4994
4995         * smime.el (smime-replace-in-string): Define.
4996         (smime-cert-by-ldap-1): Use it.
4997
4998 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-art.el (article-display-x-face): Replace
5001         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5002
5003         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5004         set-process-query-on-exit-flag or process-kill-without-query.
5005
5006         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5007         loop instead of replace-regexp.
5008
5009         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5010         instead of process-kill-without-query if it is available.
5011
5012         * lpath.el: Fbind ldap-search-entries.
5013
5014         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5015         instead of find-file-hooks if it is available.
5016
5017         * mml1991.el: Bind pgg-default-user-id when compiling.
5018
5019         * mml2015.el: Bind pgg-default-user-id when compiling.
5020
5021         * nndraft.el (nndraft-request-associate-buffer):
5022         Use write-contents-functions instead of write-contents-hooks if it is
5023         available.
5024
5025         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5026         instead of find-file-hooks if it is available.
5027
5028         * nntp.el (nntp-open-connection): Replace
5029         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5030         (nntp-open-ssl-stream): Ditto.
5031         (nntp-open-tls-stream): Ditto.
5032
5033         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5034         set-process-query-on-exit-flag or process-kill-without-query.
5035         (starttls-open-stream-gnutls): Use it instead of
5036         process-kill-without-query.
5037         (starttls-open-stream): Ditto.
5038
5039 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5040
5041         * smime.el (smime-cert-by-ldap-1): Don't use
5042         replace-regexp-in-string.
5043
5044 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5045
5046         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5047
5048         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5049         in PEM format. Adjust to the XEmacs compability.
5050
5051 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5052
5053         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5054         by `string-to-number'.
5055         * gnus-agent.el (gnus-agent-regenerate-group)
5056         (gnus-agent-fetch-articles): Ditto.
5057         * gnus-art.el (gnus-button-fetch-group): Ditto.
5058         * gnus-cache.el (gnus-cache-generate-active)
5059         (gnus-cache-articles-in-group): Ditto.
5060         * gnus-group.el (gnus-group-set-current-level)
5061         (gnus-group-insert-group-line): Ditto.
5062         * gnus-score.el (gnus-score-set-expunge-below)
5063         (gnus-score-set-mark-below, gnus-summary-score-effect)
5064         (gnus-summary-score-entry): Ditto.
5065         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5066         (gnus-soup-pack): Ditto.
5067         * gnus-spec.el (gnus-xmas-format): Ditto.
5068         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5069         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5070         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5071         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5072         * nndb.el (nndb-get-remote-expire-response): Ditto.
5073         * nndiary.el (nndiary-parse-schedule-value)
5074         (nndiary-string-to-number, nndiary-request-replace-article)
5075         (nndiary-request-article): Ditto.
5076         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5077         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5078         * nneething.el (nneething-make-head): Ditto.
5079         * nnfolder.el (nnfolder-request-article)
5080         (nnfolder-retrieve-headers): Ditto.
5081         * nnheader.el (nnheader-file-to-number): Ditto.
5082         * nnkiboze.el (nnkiboze-request-article): Ditto.
5083         * nnmail.el (nnmail-process-unix-mail-format)
5084         (nnmail-process-babyl-mail-format): Ditto.
5085         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5086         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5087         (nnmh-request-create-group, nnmh-request-list-1)
5088         (nnmh-request-group, nnmh-request-article): Ditto.
5089         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5090         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5091         * nnsoup.el (nnsoup-make-active): Ditto.
5092         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5093         * nntp.el (nntp-find-group-and-number)
5094         (nntp-retrieve-headers-with-xover): Ditto.
5095         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5096         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5097         (pgg-format-key-identifier): Ditto.
5098         * pop3.el (pop3-last, pop3-stat): Ditto.
5099         * qp.el (quoted-printable-decode-region): Ditto.
5100
5101         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5102         of concat.
5103
5104 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5107
5108         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5109
5110         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5111
5112         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5113
5114         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5115
5116         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5117
5118         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5119         (gnus-carpal-mode): Ditto.
5120
5121         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5122         (gnus-browse-mode): Ditto.
5123
5124         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5125
5126         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5127
5128 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5129
5130         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5131
5132 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-util.el (gnus-run-mode-hooks): New function.
5135
5136         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5137
5138         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5139         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5140
5141 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5142
5143         * gnus-agent.el (gnus-agent-make-mode-line-string):
5144         Use mode-line-highlight as mouse-face.
5145
5146 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * canlock.el (canlock): Change the parent group to news.
5149
5150         * deuglify.el (gnus-outlook-deuglify): Add :group.
5151
5152         * dig.el (dig): Add :group.
5153
5154         * dns-mode.el (dns-mode): Add :group.
5155
5156         * encrypt.el (encrypt): Add :group.
5157
5158         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5159         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5160         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5161         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5162         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5163
5164         * gnus-diary.el (gnus-diary): Add :group.
5165
5166         * gnus.el (gnus-group-news-1-face): Add :group.
5167         (gnus-group-news-1-empty-face): Ditto.
5168         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5169         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5170         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5171         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5172         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5173         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5174         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5175         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5176         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5177         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5178         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5179         (gnus-summary-high-ticked-face): Ditto.
5180         (gnus-summary-low-ticked-face): Ditto.
5181         (gnus-summary-normal-ticked-face): Ditto.
5182         (gnus-summary-high-ancient-face): Ditto.
5183         (gnus-summary-low-ancient-face): Ditto.
5184         (gnus-summary-normal-ancient-face): Ditto.
5185         (gnus-summary-high-undownloaded-face): Ditto.
5186         (gnus-summary-low-undownloaded-face): Ditto.
5187         (gnus-summary-normal-undownloaded-face): Ditto.
5188         (gnus-summary-high-unread-face): Ditto.
5189         (gnus-summary-low-unread-face): Ditto.
5190         (gnus-summary-normal-unread-face): Ditto.
5191         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5192         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5193
5194         * hashcash.el (hashcash): New custom group.
5195         (hashcash-default-payment): Add :group.
5196         (hashcash-payment-alist): Ditto.
5197         (hashcash-default-accept-payment): Ditto.
5198         (hashcash-accept-resources): Ditto.
5199         (hashcash-path): Ditto.
5200         (hashcash-extra-generate-parameters): Ditto.
5201         (hashcash-double-spend-database): Ditto.
5202         (hashcash-in-news): Ditto.
5203
5204         * message.el (message-minibuffer-local-map): Add :group.
5205
5206         * netrc.el (netrc): Add :group.
5207
5208         * sieve-manage.el (sieve-manage-log): Add :group.
5209         (sieve-manage-default-user): Diito.
5210         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5211         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5212         (sieve-manage-authenticators): Ditto.
5213         (sieve-manage-authenticator-alist): Ditto.
5214         (sieve-manage-default-port): Ditto.
5215
5216         * sieve-mode.el (sieve-control-commands-face): Add :group.
5217         (sieve-action-commands-face): Ditto.
5218         (sieve-test-commands-face): Ditto.
5219         (sieve-tagged-arguments-face): Ditto.
5220
5221         * smime.el (smime): Add :group.
5222
5223         * spam-report.el (spam-report): Add :group.
5224
5225         * spam.el (spam, spam-face): Add :group.
5226
5227 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5230         return \n.\n.\n at the end of articles.  Protect against that.
5231         (nntp-with-open-group): Allow debugging.
5232
5233         * nnheader.el (mail-header-set-extra): Make into a function
5234         because I just could't understand how to quote the list properly.
5235
5236         * dns.el (query-dns-cached): New function.
5237
5238 2005-05-26  Lute Kamstra  <lute@gnu.org>
5239
5240         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5241
5242 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5245
5246         * gnus-art.el: Don't autoload mail-extract-address-components.
5247
5248         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5249         eval-and-compile to evaluate it.
5250
5251         * hashcash.el: Don't autoload executable-find.
5252
5253         * nndb.el: Don't declare the nndb back end two or more times; don't
5254         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5255
5256         * nntp.el: Autoload format-spec instead of format; use
5257         eval-and-compile to evaluate autoload forms.
5258
5259 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5260
5261         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5262
5263 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264
5265         * gnus.el (gnus-version-number): Bump version.
5266
5267 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5268
5269         * gnus.el: No Gnus v0.3 is released.
5270
5271 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * lpath.el (featurep): Bind show-nonbreak-escape.
5274
5275 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * gnus-art.el (gnus-article-edit-part): Disable undo.
5278
5279 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5282         gnus-article-date-lapsed-new-header is t if date timer is active;
5283         skip headers in which the original date value is empty.
5284         (gnus-article-save-original-date): Redefine it as a macro.
5285         (gnus-display-mime): Use it.
5286
5287 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-art.el (article-date-ut): Support converting date in
5290         forwarded parts as well.
5291         (gnus-article-save-original-date): New function.
5292         (gnus-display-mime): Use it.
5293
5294 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5295
5296         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5297         enclosure element of <item>.
5298
5299 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5300
5301         * message.el (message-kill-buffer-query): Renamed from
5302         `message-kill-buffer-query-if-modified'.  Added :version.
5303
5304 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5307         window layout.
5308
5309 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * mml.el: Autoload dnd when compiling.
5312
5313 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5314
5315         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5316         x-dnd-*.
5317
5318 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * qp.el (quoted-printable-encode-region): Save excursion.
5321
5322 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * message.el (message-kill-buffer-query-if-modified): Add new variable
5325         so the user can kill a modified message buffer quickly.
5326         (message-kill-buffer): Use it.
5327
5328 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * lpath.el: Fbind display-time-event-handler; don't fbind
5331         string-to-multibyte.
5332
5333         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5334
5335 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5338         contained in text because xml.el decodes entities) with LFs.
5339
5340 2005-04-11  Lute Kamstra  <lute@gnu.org>
5341
5342         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5343         differently.
5344
5345 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5346
5347         * mm-util.el (mm-detect-coding-region): Typo.
5348
5349 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5352
5353 2005-04-06  D Goel  <deego@gnufans.org>
5354
5355         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5356         user-function allow user modifications of the scores.
5357         (spam-stat-score-buffer-user): New function, to allow
5358         user-computed modifications to the score.
5359         (spam-stat-score-buffer-user-functions): list of additional
5360         scoring functions
5361         (spam-stat-error-holder): global temporary error holder
5362         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5363         variable
5364
5365 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         * gnus-registry.el (gnus-registry-clean-empty-function)
5368         (gnus-registry-trim, gnus-registry-fetch-groups)
5369         (gnus-registry-delete-group): Groups that match
5370         `gnus-registry-ignored-groups' are removed from the registry
5371         entries, not just ignored for splitting.  This helps clean up the
5372         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5373         to get all the groups a message ID is in.
5374
5375         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5376         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5377         (spam-stat-score-buffer-user-functions): Add :number custom type.
5378
5379 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5382         argument in XEmacs.
5383
5384         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5385         (nnrss-request-group): Decode group name first.
5386         (nnrss-request-article): Make a text/plain article if mml-to-mime
5387         failed.
5388         (nnrss-get-encoding): Return a compatible encoding according to
5389         nnrss-compatible-encoding-alist.
5390         (nnrss-find-el): Use consp instead of listp.
5391         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5392
5393 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5396         which Emacs 20 doesn't support.
5397         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5398
5399 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5400
5401         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5402         silence the byte compiler inside the defun
5403
5404         * gnus-demon.el (parse-time-string): Add autoload.
5405
5406         * gnus-delay.el (parse-time-string): Add autoload.
5407
5408         * gnus-art.el (parse-time-string): Add autoload.
5409
5410         * nnultimate.el (parse-time): Require for `parse-time-string'.
5411
5412 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5413
5414         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5415
5416         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5417
5418         * smime.el (smime-ldap-host-list): Add :version.
5419
5420 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5421
5422         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5423         pass it to `gnus-browse-read-group'.
5424         (gnus-browse-read-group): Add NUMBER argument and pass it to
5425         `gnus-group-read-ephemeral-group'.
5426
5427         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5428         argument and pass it to `gnus-group-read-group'.
5429
5430 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5431
5432         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5433         mm-xemacs-find-mime-charset-1 if we have the mule feature
5434         available at runtime.
5435
5436 2005-03-25  Werner Lemberg  <wl@gnu.org>
5437
5438         * nnmaildir.el: Replace `illegal' with `invalid'.
5439
5440 2005-03-23  Lute Kamstra  <lute@gnu.org>
5441
5442         * time-date.el: Add comment on time value formats.
5443         Don't require parse-time.
5444         (with-decoded-time-value): New macro.
5445         (encode-time-value): New function.
5446         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5447         (days-to-time): Return a valid time value when arg is huge.
5448         (time-since): Use time-subtract.
5449         (time-to-number-of-days): Use time-to-seconds.
5450
5451 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5452
5453         * gnus-start.el (gnus-display-time-event-handler):
5454         Check display-time-timer at runtime rather than only at load time
5455         in case display-time-mode is turned off in the mean time.
5456
5457 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5460         used.
5461
5462         * nneething.el (nneething-map-file-directory): Derive from
5463         `gnus-directory'.
5464
5465         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5466         the To/Cc button.
5467
5468 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5469
5470         * nnmaildir.el (nnmaildir-request-accept-article):
5471         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5472
5473 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5474
5475         * gnus-async.el: Require timer-funcs at compile time when in
5476         XEmacs for `run-with-idle-timer'.
5477
5478 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5479
5480         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5481         autoloaded function.
5482
5483 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5484
5485         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5486
5487 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5488
5489         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5490
5491 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5494         gnus-expert-user to default.
5495
5496 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5497
5498         * nnimap.el (nnimap-open-server): Ditto.
5499
5500         * imap.el (imap-authenticate): Fix typo.
5501
5502 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5503
5504         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5505         buffer (since IMAP server might return FETCH response out of
5506         order, and the nntp buffer must be sorted).
5507
5508 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5509
5510         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5511         comparison on string.
5512
5513         * gnus-agent.el (gnus-agent-long-article,
5514         gnus-agent-short-article, gnus-agent-score): Renamed category
5515         keywords to match gnus-cus.
5516         (gnus-agent-summary-fetch-series): Modified to protect against
5517         gnus-agent-summary-fetch-group clearing processable flags.
5518         (gnus-agent-synchronize-group-flags): Update live group buffer as
5519         synchronization may occur due to the user toggle the plugged
5520         status.
5521         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5522         successfully downloaded.
5523         (gnus-agent-expire-group-1): Avoid using markers when the overview
5524         is in ascending order; greatly improves performance.
5525         (gnus-agent-regenerate-group): Use
5526         gnus-agent-synchronize-group-flags to reset read status in both
5527         gnus and server.
5528         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5529
5530 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5531
5532         * message.el: Don't autoload former message-utils variables.
5533         (message-strip-subject-trailing-was): Change doc string.
5534
5535         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5536         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5537         (nnweb-google-search): Add "hl=en" here.
5538         (nnweb-google-parse-1, nnweb-google-create-mapping):
5539         Don't hardcode URL.
5540
5541 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5542
5543         * message.el (message-get-reply-headers, message-followup):
5544         Mention related variables `message-use-followup-to' and
5545         `message-use-mail-followup-to', in the information buffer.
5546
5547         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5548         of broken groups(-beta).google.com.
5549
5550 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5551
5552         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5553         parameter to invoked gnus-request-move-article; remove the
5554         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5555         all at once instead of once per article.
5556         (gnus-summary-remove-process-mark): Accept a list of articles as
5557         well as a single article for processing.
5558
5559         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5560         parameter.
5561
5562         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5563
5564         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5565
5566         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5567         parameter.
5568
5569         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5570         parameter.
5571
5572         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5573         parameter and remove the gnus-sum-hint-move-is-internal variable.
5574
5575         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5576         parameter.
5577
5578         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5579         parameter.
5580
5581         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5582         parameter.
5583
5584         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5585
5586         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5587         parameter.
5588
5589         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5590         parameter.
5591
5592 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5593
5594         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5595         a more conservative way.
5596
5597 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5598
5599         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5600         buffer, so it moves the window's cursor.
5601
5602 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5603
5604         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5605         `mm-dissect-multipart' and receive the from field as an (optional)
5606         argument from `mm-dissect-multipart'.
5607         (mm-dissect-multipart): Receive the from field as an argument and
5608         pass it on when we call `mm-dissect-buffer' on MIME parts.
5609         Fixes verification/decryption of signed/encrypted MIME parts.
5610
5611 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5612
5613         * gnus-sum.el (gnus-summary-move-article): Set
5614         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5615         whatever it calls (right now, only nnimap-request-move article
5616         respects it).
5617
5618         * nnimap.el (nnimap-request-move-article): When
5619         gnus-sum-hint-move-is-internal is set, don't do the extra
5620         nnimap-request-article.
5621
5622 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5625
5626         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5627         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5628
5629         * gnus-sum.el (gnus-summary-caesar-message):
5630         Apply `gnus-treat-article' after rotation.
5631
5632         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5633         doc string.
5634
5635 2005-02-22  Simon Josefsson  <jas@extundo.com>
5636
5637         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5638         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5639         <arne@arnested.dk>.
5640         (encrypt): Add password-cache and password-cache-expiry as group
5641         members.
5642
5643 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5644
5645         * smime.el (smime-ldap-host-list): Doc fix.
5646         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5647         cache) password.
5648         (smime-sign-region): Use it.
5649         (smime-decrypt-region): Use it.
5650         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5651         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5652         fails.
5653         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5654         certificate from DER to PEM format rather than calling openssl.
5655
5656         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5657
5658         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5659         for signing/encryption.
5660
5661         * mml.el (mml-parse-1): Use them.
5662
5663 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5664
5665         * nnrss.el (nnrss-verbose): Removed.
5666         (nnrss-request-group): Use `nnheader-message' instead.
5667
5668 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5669
5670         * nnrss.el (nnrss-verbose): New variable.
5671         (nnrss-request-group): Make it say nnrss is requesting a group.
5672
5673 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5674
5675         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5676         Handle news URL with given port correctly.
5677
5678 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5681         containing special characters.
5682
5683         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5684
5685         * mml.el (mime-to-mml): Ditto.
5686
5687         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5688         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5689         (rfc2047-decode-region): Quote decoded words containing special
5690         characters when rfc2047-quote-decoded-words-containing-tspecials
5691         is non-nil.
5692
5693 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5694
5695         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5696
5697         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5698
5699 2005-02-15  Simon Josefsson  <jas@extundo.com>
5700
5701         * nnimap.el (nnimap-debug): Doc fix.
5702
5703         * imap.el (imap-debug): Doc fix.
5704
5705 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5708
5709 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5710
5711         * gnus.el (spam-contents): Improve docs for spam-contents
5712         parameter in its variable incarnation.
5713
5714 2005-02-14  Simon Josefsson  <jas@extundo.com>
5715
5716         * smime-ldap.el: Use require instead of load-library for ldap.
5717         (smime-ldap-search): Indent.
5718         (smime-ldap-search-internal): Shorten line.
5719
5720         * smime.el (smime-cert-by-dns): Add doc-string.
5721         (smime-cert-by-ldap-1): Indent.
5722
5723         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5724         mml-smime-get-dns-ldap.
5725         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5726
5727 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5728
5729         * smime.el: Require smime-ldap.
5730         (smime-ldap-host-list): New variable.
5731         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5732
5733         * mml-smime.el (mml-smime-encrypt-query): New function.
5734         (mml-smime-encrypt-query): Use it.
5735
5736         * smime-ldap.el: New file.
5737
5738 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5741
5742 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5745         argument in doc string.  Make query for type more clear.
5746
5747 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5748
5749         * gnus.el (gnus-group-startup-message): Search for gnus images in
5750         etc/images/gnus.
5751         * mm-util.el (mm-image-load-path): Likewise.
5752         * smiley.el (smiley-data-directory): Search for smilies in
5753         etc/images/smilies.
5754
5755 2005-02-09  Kim F. Storm  <storm@cua.dk>
5756
5757         Change Emacs release version from 21.4 to 22.1 throughout.
5758         Change Emacs development version from 21.3.50 to 22.0.50.
5759
5760 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5763
5764         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5765         non-Mule XEmacs as well.
5766         (mm-decompress-buffer): Signal an error intentionally if it does
5767         not decompress compressed data because auto-compression-mode is
5768         disabled.
5769
5770 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5771
5772         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5773         an ID in the registry even if it has no groups.
5774
5775 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5778         merge it into mm-decompress-buffer.
5779         (gnus-mime-copy-part): Use the MIME part charset, the value which
5780         a user specified or gnus-newsgroup-charset for decoding, like
5781         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5782         save-buffer what was used.  Suggested by Kevin Ryde
5783         <user42@zip.com.au>.
5784         (gnus-mime-inline-part): Allow the name parameter as well as the
5785         filename parameter; force decompressing of compressed data; always
5786         display contents being not decoded as unibyte.
5787
5788         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5789         as well as the filename parameter.
5790
5791         * mm-util.el (mm-decompress-buffer): Merge
5792         gnus-mime-jka-compr-maybe-uncompress.
5793         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5794         of compressed data.
5795
5796 2005-02-08  Simon Josefsson  <jas@extundo.com>
5797
5798         * imap.el (imap-log): Doc fix.
5799
5800 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5803         the coding cookies; decompress compressed parts.
5804
5805         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5806         to the value which a user specified manually or the coding cookie.
5807
5808         * mm-util.el (mm-string-to-multibyte): New function.
5809         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5810         (mm-coding-system-to-mime-charset): New function.
5811         (mm-decompress-buffer): New function.
5812         (mm-find-buffer-file-coding-system): New function.
5813
5814         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5815         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5816         parts.
5817
5818 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5819
5820         * mm-view.el (mm-display-inline-fontify): Decode a part according
5821         to the charset parameter.
5822
5823 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5826         prefix arg is neither nil nor a number, as info specifies.
5827
5828 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5831         timestamps.
5832
5833 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5834
5835         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5836         groups error checking and notify user.
5837
5838 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5839
5840         * message.el (message-send-mail-function): Check existence of
5841         sendmail-program first before using default value
5842         `message-send-mail-with-sendmail'.  Otherwise use more generic
5843         `smtpmail-send-it'.
5844
5845 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * nntp.el (nntp-request-update-info): Always return nil.
5848
5849 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5850
5851         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5852
5853 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5854
5855         * message.el (message-beginning-of-line): Change the behavior when
5856         invoked between BOL and : so that it first moves backward.
5857
5858 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5861         article buffer when editing of the article is discarded.
5862         (gnus-article-prepare): Revert.
5863
5864 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-art.el (gnus-article-prepare):
5867         Remove message-strip-forbidden-properties from the local hook.
5868
5869 2005-01-27  Simon Josefsson  <jas@extundo.com>
5870
5871         * password.el (password-cache-add): Only start one timer per key.
5872         Reported by Derek Atkins <warlord@MIT.EDU>.
5873
5874 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5875
5876         * run-at-time.el: Removed.  It is no longer needed as
5877         timer-funcs.el in the xemacs-base package has a working version of
5878         `run-at-time'.
5879
5880         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5881
5882         * password.el: Require timer-funcs instead of run-at-time in
5883         XEmacs.
5884         Remove `password-run-at-time' macro.
5885         (password-cache-add): Use `run-at-time' instead of
5886         `password-run-at-time'.
5887
5888         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5889         Remove `nnheader-cancel-function-timers' alias,
5890         `cancel-function-timers' exists in XEmacs in timer-funcs.
5891
5892         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5893         for `run-with-idle-timer'.
5894
5895         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5896         for `run-at-time'.
5897
5898         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5899         for `with-timeout'.
5900
5901         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5902         the same as for XEmacs 21.4.
5903         No need to ignore `run-with-idle-timer', this function exists in
5904         XEmacs now in timer-funcs.el in the xemacs-base package.
5905         (dgnushack-compile): No need to delete
5906         run-at-time.el from the list of files to compile because it
5907         doesn't exist anymore.
5908
5909 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5912         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5913
5914 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5915
5916         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5917         sensitively.
5918
5919 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5920
5921         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5922
5923 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5924
5925         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5926         which will be inserted according to the multibyteness of a buffer
5927         rather than the type of contents.  Suggested by ARISAWA Akihiro
5928         <ari@mbf.ocn.ne.jp>.
5929
5930         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5931         of string which old xml.el may return rather than a string.
5932
5933 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5936
5937 2005-01-16  Simon Josefsson  <jas@extundo.com>
5938
5939         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5940         idn/idna.el isn't available.
5941         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5942         <michael@waxrat.com>.
5943
5944         * hashcash.el: Remove non-FSF copyright header.
5945
5946         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5947         (hashcash-generate-payment): Use it.
5948         (hashcash-generate-payment-async): Use it.
5949
5950 2005-01-15  Simon Josefsson  <jas@extundo.com>
5951
5952         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5953         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5954
5955         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5956         gnus-summary-idna-message.
5957         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5958         (gnus-summary-idna-message): New function.
5959
5960 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5963         gnus-novice-user.
5964
5965 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * nnrss.el (nnrss-request-delete-group): Delete entries in
5968         nnrss-group-alist as well.
5969         (nnrss-save-server-data): Insert newline.
5970
5971 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * gnus.el (gnus-user-agent): Use list of symbols instead of
5974         symbols.  Display full version number for (S)XEmacs.  Optionally
5975         display (S)XEmacs codename.
5976
5977         * gnus-util.el (gnus-emacs-version): Update for new
5978         `gnus-user-agent'.
5979
5980         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5981         Gnus version.
5982
5983 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5986         which is unreadable in some setups.
5987
5988 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-spec.el (gnus-update-format-specifications): Flush the
5991         group format spec cache if it doesn't support decoded group names.
5992
5993 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5994
5995         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5996         to apply decay on score files matching a regexp.
5997
5998 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6001         compatibility in %g and %c.
6002
6003 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6006         name for only %g and %c.
6007         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6008         of gnus-tmp-group to decoded group name.
6009         (gnus-group-make-rss-group): Exclude `/'s from group names.
6010
6011 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * nnrss.el (nnrss-get-encoding): Fix regexp.
6014
6015 2004-12-27  Simon Josefsson  <jas@extundo.com>
6016
6017         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6018         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6019         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6020
6021 2004-12-17  Kim F. Storm  <storm@cua.dk>
6022
6023         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6024
6025         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6026
6027 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6028
6029         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6030
6031 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * nnrss.el: Require rfc2047 and mml.
6034         (nnrss-file-coding-system): New variable.
6035         (nnrss-format-string): Redefine it as an inline function.
6036         (nnrss-decode-group-name): New function.
6037         (nnrss-string-as-multibyte): Remove.
6038         (nnrss-retrieve-headers): Decode group name; don't use
6039         nnrss-format-string.
6040         (nnrss-request-group): Decode group name.
6041         (nnrss-request-article): Decode group name; allow a Message-ID as
6042         well as an article number; don't use nnrss-format-string; encode a
6043         Message-ID string which may contain non-ASCII characters; use
6044         mml-to-mime to compose a MIME article.
6045         (nnrss-request-expire-articles): Decode group name.
6046         (nnrss-request-delete-group): Decode group name.
6047         (nnrss-fetch): Clarify error message.
6048         (nnrss-read-server-data): Use insert-file-contents instead of load;
6049         bind file-name-coding-system; use multibyte buffer.
6050         (nnrss-save-server-data): Bind coding-system-for-write to the
6051         value of nnrss-file-coding-system; bind file-name-coding-system;
6052         add coding cookie.
6053         (nnrss-read-group-data): Use insert-file-contents instead of load;
6054         bind file-name-coding-system; use multibyte buffer.
6055         (nnrss-save-group-data): Bind coding-system-for-write to the
6056         value of nnrss-file-coding-system; bind file-name-coding-system.
6057         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6058         make it work with non-ASCII text.
6059         (nnrss-find-el): Make it work with old xml.el as well.
6060
6061 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6062
6063         * nnrss.el (nnrss-get-encoding): New function.
6064         (nnrss-fetch): Use unibyte buffer initially; bind
6065         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6066         decode contents according to the encoding attribute.
6067         (nnrss-save-group-data): Add coding cookie.
6068         (nnrss-mime-encode-string): New function.
6069         (nnrss-check-group): Use it to encode subject and author.
6070
6071 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6072
6073         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6074         imaginary variable.
6075
6076 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6079         correctly even if there are wide characters.
6080
6081 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6082
6083         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6084         downcased symbol names; make a new cache instead of reusing
6085         bbdb-hashtable.
6086
6087 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6090         concatenating segments rather than before concatenating them.
6091         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6092
6093         * message.el (message-get-reply-headers): Bind `extra'.
6094
6095 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6096
6097         * message.el (message-extra-wide-headers): New variable.
6098         (message-get-reply-headers): Use it.
6099
6100 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6103         (gnus-agent-group-pathname): Ditto.
6104
6105         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6106
6107         * gnus-group.el (gnus-group-make-group): Decode group name.
6108         (gnus-group-make-rss-group): Register the group data after opening
6109         the nnrss group.
6110
6111 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6112
6113         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6114         by expiry now get marked as read.
6115
6116 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6119
6120 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6121
6122         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6123         unify Latin characters in XEmacs.
6124         (mm-find-mime-charset-region): Use it.
6125
6126 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-util.el (gnus-delete-directory): New function.
6129
6130         * gnus-agent.el (gnus-agent-delete-group): Use it.
6131
6132         * gnus-cache.el (gnus-cache-delete-group): Use it.
6133
6134 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6137         names.
6138
6139 2004-12-16  Simon Josefsson  <jas@extundo.com>
6140
6141         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6142
6143 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6146
6147         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6148         (gnus-group-set-current-level): Decode group name.
6149
6150 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6151
6152         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6153         failed.
6154
6155 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * gnus-group.el (gnus-group-delete-group): Decode group name.
6158         (gnus-group-make-rss-group): Encode group name.
6159         (gnus-group-catchup-current): Decode group name.
6160         (gnus-group-kill-group): Decode group name.
6161
6162 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6163
6164         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6165
6166 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-group.el (gnus-group-make-rss-group):
6169         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6170
6171         * gnus-start.el (gnus-setup-news): Honor user's setting to
6172         gnus-message-archive-method.  Suggested by Lute Kamstra
6173         <lute@gnu.org>.
6174
6175 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6176
6177         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6178         global counterparts of the buffer-local variables.
6179
6180 2004-11-16  Romain Francoise  <romain@orebokech.com>
6181
6182         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6183         counterparts of the buffer-local variables.
6184
6185 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6186
6187         * message.el (message-forbidden-properties): Fixed typo in doc
6188         string.
6189
6190 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * gnus-util.el (gnus-replace-in-string): Added doc string.
6193
6194         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6195         to avoid problems when splitting mails with many recipients.
6196
6197 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6198
6199         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6200         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6201
6202 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6203
6204         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6205         if there is no hashtable in memory or file modification time is
6206         newer than cached timestamp.
6207
6208 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6211         not-matching option.
6212
6213 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6216         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6217         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6218         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6219         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6220         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6221
6222 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * message.el (message-forward-make-body-mml): Remove headers
6225         according to message-forward-ignored-headers if a message is decoded.
6226
6227 2004-12-02  Romain Francoise  <romain@orebokech.com>
6228
6229         * message.el (message-forward-make-body-plain): Always remove
6230         headers according to message-forward-ignored-headers.
6231
6232 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6233
6234         * spam.el (spam-summary-prepare-exit): Remove the
6235         gnus-summary-limit pop for now, it has problems with ham marks for
6236         me.
6237
6238 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6239
6240         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6241         correctly.
6242
6243 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6244
6245         * format-spec.el (format-spec): Message the char.
6246
6247 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6248
6249         * gnus-art.el (gnus-split-methods): Reformat comments.
6250
6251         * spam.el (spam-summary-prepare-exit): Remove article limits
6252         before exiting the summary buffer.
6253
6254 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6257         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6258
6259         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6260         order to silence the byte compiler.
6261
6262         * spam.el: Fix the way to silence the byte compiler, which
6263         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6264         bbdb-search-simple, spam-BBDB-register-routine,
6265         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6266         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6267         spam-stat-buffer-is-spam, spam-stat-load,
6268         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6269         spam-stat-save and spam-stat-split-fancy.
6270
6271 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6274         which may confuse users.
6275         (canlock-password-for-verify): Ditto.
6276
6277         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6278
6279         * gnus-art.el (gnus-emphasis-alist): Ditto.
6280
6281         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6282
6283         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6284
6285         * gnus-start.el (gnus-save-killed-list): Ditto.
6286
6287         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6288         (gnus-sum-thread-tree-root): Ditto.
6289         (gnus-sum-thread-tree-false-root): Ditto.
6290         (gnus-sum-thread-tree-single-indent): Ditto.
6291
6292         * message.el (message-courtesy-message): Ditto.
6293         (message-archive-note): Ditto.
6294         (message-subscribed-address-file): Ditto.
6295         (message-user-fqdn): Ditto.
6296
6297         * spam-report.el (spam-report-gmane-regex): Ditto.
6298
6299         * spam.el (spam-blackhole-good-server-regex): Ditto.
6300
6301 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * mml.el (mml-preview): Widen the message buffer before copying
6304         the contents to the preview buffer; sort headers before previewing.
6305
6306         * message.el (message-hidden-headers): Fix the way to avoid a bug
6307         in the `repeat' widget in Emacs 21.3 or earlier.
6308
6309 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * message.el (message-hidden-headers): Default to "^References:".
6312         Improve customization type.  Suggested by Reiner Steib
6313         <Reiner.Steib@gmx.de>.
6314
6315 2004-11-25  Romain Francoise  <romain@orebokech.com>
6316
6317         * message.el (message-strip-forbidden-properties): Remove check for
6318         obsolete `message-hidden' text property, hidden headers are not
6319         accessible in the buffer anymore.
6320
6321 2004-11-22  Romain Francoise  <romain@orebokech.com>
6322
6323         * message.el (message-header-format-alist): Add `From' in list
6324         so that it can be sorted.
6325         (message-fix-before-sending): Widen and sort headers before
6326         sending.
6327         (message-hide-headers): Use narrowing to hide headers by moving
6328         them to the top of the buffer and narrowing to the region
6329         underneath.
6330
6331 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6332
6333         * message.el (message-strip-forbidden-properties): Bind
6334         buffer-read-only (etc) to nil.
6335
6336 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6339         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6340
6341 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6342
6343         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6344
6345 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6346
6347         * dns.el (query-dns): Use sit-for to time instead of
6348         accept-process-output, since that doesn't seem to work on udp
6349         sockets.
6350
6351 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6354
6355 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6356
6357         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6358         doc string.  Improve doc string.
6359
6360 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * nntp.el (nntp-request-update-info): Return nil if
6363         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6364         may not call gnus-activate-group which uselessly issues the GROUP
6365         commands for all nntp groups and wastes time.  Reported by Romain
6366         Francoise <romain@orebokech.com>.
6367
6368         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6369
6370 2004-11-15  Simon Josefsson  <jas@extundo.com>
6371
6372         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6373         headers separately.
6374         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6375         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6376
6377 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * gnus-start.el (gnus-convert-old-newsrc):
6380         Assign legacy-gnus-agent to 5.10.7.
6381
6382 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383
6384         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6385         start of the lines.
6386
6387 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6388
6389         * hashcash.el (hashcash-default-payment): Change default to 20
6390         (hashcash-default-accept-payment): Change default to 20
6391         (hashcash-process-alist): New variable
6392         (hashcash-generate-payment-async): Add
6393         (hashcash-already-paid-p): Add
6394         (hashcash-insert-payment): Don't generate payments twice
6395         (hashcash-insert-payment-async): Add
6396         (hashcash-insert-payment-async-2): Add
6397         (hashcash-cancel-async): Add
6398         (hashcash-wait-async): Add
6399         (hashcash-processes-running-p): Add
6400         (hashcash-wait-or-cancel): Add
6401         (mail-add-payment): New optional argument.  Conditionally start
6402         asynchronous calculation.
6403         (mail-add-payment-async): Add
6404
6405         * message.el (message-send-mail): Wait for asynchronous hashcash
6406         results.  Don't clobber existing X-Hashcash headers.
6407         (message-setup-1): Call mail-add-payment-async when
6408         message-generate-hashcash is non-nil.
6409
6410 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6411
6412         * message.el (message-use-alternative-email-as-from): Examine the
6413         From header as well; use message-make-from in order to include a
6414         user's full name.
6415
6416 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6419         default; improve customization type.
6420         (gnus-emphasis-custom-with-format): New macro.
6421         (gnus-emphasis-custom-value-to-external): New function.
6422         (gnus-emphasis-custom-value-to-internal): New function.
6423
6424 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6425
6426         * dns.el (query-dns): Resolve reverse addresses.
6427
6428 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * gnus-group.el (gnus-group-get-new-news): Use it.
6431
6432         * gnus-start.el (gnus-check-reasonable-setup): New function.
6433
6434 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6437         "Args out of range" error.  Reported by Arnaud Giersch
6438         <arnaud.giersch@free.fr>.
6439
6440 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6441
6442         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6443
6444 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6445
6446         * spam.el (spam group): Add :version.
6447
6448         * pgg-def.el (pgg group): Add :version.
6449
6450 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * gnus-art.el (gnus-article-edit-article): Don't associate the
6453         article buffer with a draft file.  This is a temporary measure
6454         against the 2004-08-22 change to gnus-article-edit-mode.
6455
6456 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6459         (html2text-format-tags): Remove unused variable `attr'.
6460
6461 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6464
6465         * tls.el (tls-process-connection-type, tls-success)
6466         (tls-certtool-program): Add :version.
6467
6468         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6469         (starttls-extra-arguments, starttls-process-connection-type)
6470         (starttls-connect, starttls-failure, starttls-success):
6471
6472         * spam-stat.el (spam-stat): Add :version.
6473
6474         * sieve.el (sieve): Add :version.
6475
6476         * sha1.el (sha1): Add :version.
6477         (sha1-use-external): Remove redundant version.
6478
6479         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6480         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6481         (nnmail-split-fancy-match-partial-words)
6482         (nnmail-split-lowercase-expanded):
6483
6484         * nndiary.el (nndiary): Add :version.
6485
6486         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6487
6488         * mml-sec.el (mml-default-sign-method)
6489         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6490         Add :version.
6491
6492         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6493
6494         * mm-url.el (mm-url-use-external, mm-url-program)
6495         (mm-url-arguments): Add :version.
6496
6497         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6498         (mm-attachment-file-modes, mm-decrypt-option)
6499         (mm-w3m-safe-url-regexp): Add :version.
6500
6501         * message.el (message-cite-prefix-regexp)
6502         (message-sendmail-envelope-from, message-minibuffer-local-map)
6503         (message-user-fqdn, message-completion-alist): Add :version.
6504
6505         * gnus-win.el (gnus-configure-windows-hook)
6506         (gnus-use-frames-on-any-display): Add :version.
6507
6508         * gnus-art.el (gnus-article-address-banner-alist)
6509         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6510         (gnus-treat-from-picon, gnus-treat-mail-picon)
6511         (gnus-treat-x-pgp-sig): Add :version.
6512
6513         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6514         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6515         (gnus-summary-article-delete-hook)
6516         (gnus-summary-display-while-building): Add :version.
6517
6518         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6519         (gnus-get-top-new-news-hook):Add :version.
6520
6521         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6522         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6523
6524         * gnus-registry.el (gnus-registry): Add :version.
6525
6526         * gnus-spec.el (gnus-use-correct-string-widths)
6527         (gnus-make-format-preserve-properties): Add :version.
6528
6529         * gnus.el (gnus-group-charter-alist)
6530         (gnus-group-fetch-control-use-browse-url)
6531         (gnus-install-group-spam-parameters): Add :version.
6532
6533         * gnus-diary.el (gnus-diary): Add :version.
6534
6535         * gnus-delay.el (gnus-delay): Add :version.
6536
6537         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6538         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6539         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6540         Add :version.
6541
6542         * gnus-agent.el (gnus-agent-max-fetch-size)
6543         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6544         (gnus-agent-prompt-send-queue): Add :version.
6545
6546         * deuglify.el (gnus-outlook-deuglify): Add :version.
6547
6548         * html2text.el: Beautify code.  Improve doc strings.  Some
6549         checkdoc cleanup.
6550         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6551
6552 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6553
6554         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6555
6556 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6557
6558         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6559         when package is loaded.
6560
6561         * spam.el (spam-summary-score-preferred-header): Add global preference
6562         for people who want to override the default SpamAssassin over
6563         Bogofilter preference (when both are set).
6564         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6565         (spam-user-format-function-S): Check
6566         spam-summary-score-preferred-header.
6567         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6568         (spam-user-format-function-S): Format the score correctly.
6569
6570 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6573         signature file.  Suggested by Manoj Srivastava
6574         <srivasta@golden-gryphon.com>.
6575
6576         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6577         iso-2022-jp even in the Japanese language environment.
6578         Suggested by Jason Rumney <jasonr@gnu.org>.
6579
6580 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6583         use the same characters as the dummy marks; make it free from
6584         getting affected by the language environment.
6585         (gnus-summary-read-group-1): Update mark positions only when the
6586         format spec is updated.
6587
6588         * gnus-spec.el (gnus-update-format-specifications): Return a list
6589         of updated types.
6590
6591 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6594         of boundp to check if display-warning is available.
6595
6596 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6597
6598         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6599
6600 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * nnspool.el (nnspool-spool-directory): Use news-path if the
6603         news-directory variable is not bound.
6604
6605         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6606         function instead of display-warning if it is not available.
6607
6608 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6611         v5-10: Use `point-at-bol'.
6612
6613 2004-10-26  Simon Josefsson  <jas@extundo.com>
6614
6615         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6616         <chenggao@gmail.com>.
6617
6618 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6619
6620         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6621         instead.
6622
6623 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6624
6625         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6626         to remove a server from the nnimap-server-buffer-alist.
6627         (nnimap-open-connection, nnimap-close-server): Use it.
6628
6629         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6630
6631 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6634         running the major-mode function.
6635
6636 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6639         dummy marks in the right way.
6640
6641 2004-10-18  David Edmondson  <dme@dme.org>
6642
6643         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6644         excessively.
6645
6646 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6647
6648         * gnus-util.el (gnus-split-references): Accept a nil references
6649         string and go on blissfully.
6650
6651         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6652         cases where the references string is non-nil but has no references.
6653
6654         * encrypt.el: Add autoload tags.
6655
6656         * spam.el (spam-resolve-registrations-routine): Remove article
6657         from unregistration list too.  Reported by David Hanak
6658         <dhanak@isis.vanderbilt.edu>
6659
6660 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6661
6662         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6663         nil.  Changed custom type.
6664
6665 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6666
6667         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6668
6669         * gnus-sum.el (gnus-summary-move-article): Use it.
6670
6671 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6672
6673         * encrypt.el: Add autoload cookies.
6674
6675         * spam.el (spam-backend-article-list-property)
6676         (spam-backend-get-article-todo-list)
6677         (spam-backend-put-article-todo-list, )
6678         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6679         Resolve registrations separately.
6680         (spam-register-routine): Format comments.
6681         (spam-unregister-routine, spam-register-routine): Always call with
6682         specific-articles, no default list.
6683         (spam-summary-prepare-exit): Use the spam-classifications function.
6684
6685         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6686         gnus-encrypt.el.
6687
6688         * encrypt.el: copied from gnus-encrypt.el
6689
6690         * gnus-encrypt.el: commented that it's obsolete
6691
6692 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6695         (gnus-score-save): Use it.
6696
6697         * message.el (message-bury): Use `window-dedicated-p'.
6698
6699 2004-10-15  Simon Josefsson  <jas@extundo.com>
6700
6701         * pop3.el (top-level): Don't require nnheader.
6702         (pop3-read-timeout): Add.
6703         (pop3-accept-process-output): Add.
6704         (pop3-read-response, pop3-retr): Use it.
6705
6706 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6707
6708         * spam.el (spam-register-routine): Move comment.
6709         (spam-verify-bogofilter): Use 'unknown for the initial
6710         spam-bogofilter-valid state, not 'never.
6711
6712         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6713         for netrc-machine.
6714
6715         * nnimap.el (nnimap-open-connection): Use
6716         netrc-machine-user-or-password.
6717
6718 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6719
6720         * gnus-registry.el (gnus-registry-unload-hook):
6721         Set as a variable with add-hook.
6722
6723         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6724         of news-path.
6725
6726         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6727
6728         * spam.el: Delete duplicate `provide'.
6729         (spam-unload-hook): Set as a variable with add-hook.
6730
6731 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6732
6733         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6734         in the doc string.
6735
6736         * message.el (message-ignored-news-headers)
6737         (message-ignored-supersedes-headers)
6738         (message-ignored-resent-headers)
6739         (message-forward-ignored-headers): Improve custom type.
6740
6741 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * message.el (message-tokenize-header): Fix 2004-09-06 change
6744         which used point-min in the wrong place.
6745
6746 2004-10-12  Simon Josefsson  <jas@extundo.com>
6747
6748         * tls.el (tls-certtool-program): New variable.
6749         (tls-certificate-information): New function, based on
6750         ssl-certificate-information.
6751
6752 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * compface.el: Move the version of ELisp-based uncompface program
6755         to the contrib directory because of the copyright problem.
6756
6757 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * message.el (message-kill-buffer): Raise the current frame.
6760
6761 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6762
6763         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6764
6765         * gnus.el (message-y-or-n-p): Autoload.
6766
6767         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6768         (pop3-password-required, pop3-authentication-scheme)
6769         (pop3-leave-mail-on-server): Made customizable.
6770         (pop3): New custom group.
6771         (pop3-retr): Remove `sleep-for' statements.
6772         Suggested by Dave Love <fx@gnu.org>.
6773
6774         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6775         Windows/DOS.
6776
6777         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6778         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6779         Dave Love <fx@gnu.org>.
6780
6781         * mml.el (mml-minibuffer-read-disposition): Require match.
6782         Suggested by Dave Love <fx@gnu.org>.
6783
6784 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6787         doc string.
6788
6789 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6792
6793 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6794
6795         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6796         instead of calling `mm-insert-inline', to decode text/* parts
6797         before displaying them.
6798
6799 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * mm-uu.el (mm-uu-text-plain-type): New variable.
6802         (mm-uu-pgp-signed-extract-1): Use it.
6803         (mm-uu-pgp-encrypted-extract-1): Use it.
6804         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6805         bind mm-uu-text-plain-type with that value.
6806         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6807         mm-uu-dissect.
6808
6809 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-group.el (gnus-update-group-mark-positions):
6812         * gnus-sum.el (gnus-update-summary-mark-positions):
6813         * message.el (message-check-news-body-syntax):
6814         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6815         of string-as-multibyte.
6816
6817 2004-10-05  Juri Linkov  <juri@jurta.org>
6818
6819         * gnus-group.el (gnus-update-group-mark-positions):
6820         * gnus-sum.el (gnus-update-summary-mark-positions):
6821         * message.el (message-check-news-body-syntax):
6822         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6823         8-bit unibyte values to a multibyte string for search functions.
6824
6825 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6828         (mm-uu-dissect-text-parts): New function.
6829
6830         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6831         dissect text parts.
6832
6833         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6834         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6835
6836         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6837
6838         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6839         gnus-current-topics instead of gnus-current-topic.
6840
6841 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6842
6843         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6844
6845 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6846
6847         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6848         where approriate.
6849
6850         * nnml.el (nnml-generate-active-info): do.
6851
6852         * nndiary.el (nndiary-generate-active-info): do.
6853
6854         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6855         (gnus-topic-move): do.
6856
6857         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6858         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6859
6860         * gnus-srvr.el (gnus-server-prepare)
6861         (gnus-server-open-all-servers): do.
6862
6863         * gnus-msg.el (gnus-summary-cancel-article)
6864         (gnus-summary-resend-message)
6865         (gnus-summary-mail-crosspost-complaint): do.
6866
6867         * gnus-move.el (gnus-change-server): do.
6868
6869         * gnus-group.el (gnus-group-unmark-all-groups)
6870         (gnus-group-set-current-level): do.
6871
6872 2004-10-04  Simon Josefsson  <jas@extundo.com>
6873
6874         * message.el (message-generate-hashcash): Doc fix.
6875
6876 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6877
6878         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6879         avoid infinite recursion via gnus-get-function.
6880
6881 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6882
6883         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6884
6885         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6886
6887         * nnmail.el (nnmail-split-history): do.
6888
6889         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6890         (nnml-request-delete-group): do.
6891
6892         * nnslashdot.el (nnslashdot-read-groups): do.
6893
6894         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6895         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6896
6897         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6898         (nnspool-sift-nov-with-sed): Use last
6899         (nnspool-retrieve-headers-with-nov): Use mapc.
6900         (nnspool-request-newgroups): Use dolist.
6901         (nnspool-request-group): Use last.
6902
6903         * nntp.el (nntp-read-server-type): Use dolist.
6904
6905         * nnvirtual.el (nnvirtual-create-mapping)
6906         (nnvirtual-update-read-and-marked): Use dolist.
6907         (nnvirtual-convert-headers): Simplify.
6908
6909 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6910
6911         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6912         support for sync'ing tick marks.
6913
6914 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6917         there's no visible header.
6918
6919 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6920
6921         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6922         necessary, pass full group name to gnus-request-set-marks.
6923
6924 2004-10-01  Simon Josefsson  <jas@extundo.com>
6925
6926         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6927         acroread.
6928
6929 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * spam-report.el (spam-report-gmane): Fix interactive.
6932
6933         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6934
6935         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6936         when writing file.
6937         (gnus-agent-synchronize-flags): Don't default to being
6938         interactive.
6939
6940 2004-09-30  Simon Josefsson  <jas@extundo.com>
6941
6942         * message.el (message-generate-hashcash): Add.
6943         (message-send-mail): Use it, call mail-add-payment.
6944
6945 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6946
6947         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
6948
6949 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6950
6951         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6952         gnus-requst-update-info with explicit code to sync the in-memory
6953         info read flags with the marks being sync'd to the backend.
6954
6955         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6956
6957 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6958
6959         * spam.el (spam-verify-bogofilter): Add new function.
6960         (spam-check-bogofilter)
6961         (spam-bogofilter-register-with-bogofilter): Use it.
6962         (spam-verify-bogofilter): Add small fixes.
6963
6964 2004-09-28  Simon Josefsson  <jas@extundo.com>
6965
6966         * hashcash.el (hashcash-generate-payment): Revert.
6967
6968 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6969
6970         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
6971         gnus-extract-references instead of gnus-split-references.
6972
6973         * gnus-util.el (gnus-extract-references): Add new function, analogous
6974         to gnus-split-references but extracts only the message-ID without
6975         anything extra.
6976
6977         * hashcash.el (hashcash-generate-payment)
6978         (hashcash-check-payment): Do the right thing if hashcash-path is
6979         nil (because the hashcash program could not be found).
6980
6981         * spam.el (spam-use-hashcash): Remove comment.
6982
6983 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6984
6985         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6986         (gnus-cache-enter-article, gnus-cache-remove-article)
6987         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6988
6989         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6990
6991         * gnus-art.el (article-hide-boring-headers)
6992         (article-translate-strings, article-display-face)
6993         (gnus-article-mime-match-handle-first)
6994         (gnus-article-highlight-headers)
6995         (gnus-article-add-buttons-to-head): do.
6996
6997 2004-09-27  Simon Josefsson  <jas@extundo.com>
6998
6999         * hashcash.el: New version, from
7000         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7001         ../contrib/.
7002
7003 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7006
7007 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7008
7009         * gnus-dup.el (gnus-dup-open): Use mapc.
7010         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7011
7012         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7013         Reported by Stefan Wiens <s.wi@gmx.net>.
7014
7015         * gnus.el (gnus-shutdown): Use dolist.
7016
7017         * gnus-undo.el (gnus-undo): Use mapc.
7018
7019         * nnrss.el (nnrss-generate-active): do.
7020
7021         * message.el (message-cite-original-without-signature)
7022         (message-cite-original): Use mapc.
7023         (message-do-actions, message-make-forward-subject): Use dolist.
7024
7025 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7026
7027         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7028         deletion to remove entire duplicate line.  Fixes merged article
7029         number bug.
7030
7031 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7032
7033         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7034         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7035         first ask if you want to open a server and then, even when you
7036         responded with no, asking if you want to synchronize the server's
7037         flags.
7038         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7039         multi-line expressions.
7040         (gnus-agent-synchronize-group-flags): New internal function.
7041         Updates marks in memory (in the info structure) AND in the
7042         backend.
7043
7044         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7045
7046         * nnagent.el (nnagent-request-set-mark): Use
7047         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7048         method, to ensure that synchronization updates marks in the
7049         backend and in the info (in memory) structure.
7050
7051 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7054         convention fully; don't miss the root article of a thread; make
7055         the X-Draft-From header with correct article numbers.
7056
7057 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7058
7059         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7060         unless plugged.  Disable the agent so that an open failure causes
7061         an error.
7062
7063         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7064         Reverted 2004-09-21 change.  The backend must be opened while
7065         synchronizing flags even when the backend stores the flags
7066         locally.
7067
7068 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7069
7070         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7071         in `header' match.  Reported by Svend Tollak Munkejord.
7072
7073         * message.el (message-cite-original): Fix use of
7074         `message-cite-articles-with-x-no-archive'.
7075
7076 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7079         (gnus-window-to-buffer): Ditto.
7080
7081         * mml.el (mml-preview-buffer): New variable.
7082         (mml-preview): Manage window layout with gnus-buffer-configuration.
7083
7084         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7085         X-Draft-From header even if those articles aren't quoted.
7086
7087 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7088
7089         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7090         (gnus-request-set-mark, gnus-request-update-mark): Use new
7091         g-s-t-u-l-m to decide to use backend even when unplugged.
7092
7093 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7096         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7097
7098 2004-09-20  Simon Josefsson  <jas@extundo.com>
7099
7100         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7101         "utf-16-le".
7102
7103 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7104
7105         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7106
7107 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * uudecode.el (uudecode-use-external): Add :version.
7110
7111         * smime.el (smime-CA-file, smime-encrypt-cipher)
7112         (smime-dns-server): Add :version.
7113
7114         * smiley.el (gnus-smiley-file-types): Add :version.
7115
7116         * sha1.el (sha1-use-external): Add :version.
7117
7118         * pgg-def.el (pgg-query-keyserver): Add :version.
7119
7120         * nnmail.el (nnmail-fancy-expiry-targets)
7121         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7122
7123         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7124         (nnimap-retrieve-groups-asynchronous): Add :version.
7125         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7126
7127         * mml.el (mml-content-disposition-parameters)
7128         (mml-insert-mime-headers-always): Add :version.
7129
7130         * mm-util.el (mm-coding-system-priorities):
7131
7132         * mm-decode.el (mm-inline-text-html-with-images)
7133         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7134         (mm-verify-option): Add :version.
7135         (mm-text-html-renderer): Change :version.
7136
7137         * message.el (message-fcc-externalize-attachments)
7138         (message-required-headers, message-draft-headers)
7139         (message-subject-trailing-was-query)
7140         (message-subject-trailing-was-ask-regexp)
7141         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7142         (message-mark-insert-end, message-archive-header)
7143         (message-archive-note, message-cross-post-default)
7144         (message-cross-post-note, message-followup-to-note)
7145         (message-cross-post-note-function, message-use-mail-followup-to)
7146         (message-subscribed-address-functions)
7147         (message-subscribed-address-file, message-subscribed-addresses)
7148         (message-subscribed-regexps, message-allow-no-recipients)
7149         (message-yank-cited-prefix, message-signature-insert-empty-line)
7150         (message-hidden-headers, message-hierarchical-addresses)
7151         (message-mail-user-agent, message-use-idna)
7152         (message-valid-fqdn-regexp)
7153         (message-strip-special-text-properties, message-header-synonyms)
7154         (message-beginning-of-line, message-tab-body-function): Add :version.
7155         (message-insert-canlock, message-wide-reply-confirm-recipients):
7156         Change :version.
7157
7158         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7159         and :version.
7160         (mail-source-delete-old-incoming-confirm)
7161         (mail-source-movemail-program): Add :version.
7162
7163         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7164         (gnus-agent-cache, gnus-agent): Change :version.
7165
7166         * gnus-util.el (gnus-use-byte-compile): Change :version.
7167
7168         * gnus-sum.el (gnus-summary-make-false-root-always)
7169         (gnus-summary-default-high-score)
7170         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7171         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7172         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7173         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7174         (gnus-sum-thread-tree-single-indent)
7175         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7176         (gnus-sum-thread-tree-leaf-with-other)
7177         (gnus-sum-thread-tree-single-leaf): Add :version.
7178         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7179         (gnus-article-loose-mime): Change :version.
7180
7181         * gnus-start.el (gnus-backup-startup-file)
7182         (gnus-save-startup-file-via-temp-buffer): Add :version.
7183
7184         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7185         (gnus-server-offline-face): Add :version.
7186
7187         * gnus-score.el (gnus-adaptive-word-length-limit):
7188
7189         * gnus-msg.el (gnus-gcc-externalize-attachments)
7190         (gnus-debug-files, gnus-debug-exclude-variables)
7191         (gnus-discouraged-post-methods): Change :version.
7192         (gnus-confirm-mail-reply-to-news)
7193         (gnus-confirm-treat-mail-like-news): Add :version.
7194
7195         * gnus-int.el (gnus-server-unopen-status): Add :version.
7196
7197         * gnus-group.el (gnus-group-jump-to-group-prompt)
7198         (gnus-large-ephemeral-newsgroup)
7199         (gnus-fetch-old-ephemeral-headers): Add :version.
7200
7201         * gnus-fun.el (gnus-x-face-directory)
7202         (gnus-convert-pbm-to-x-face-command)
7203         (gnus-convert-image-to-x-face-command)
7204         (gnus-convert-image-to-face-command): Add :version.
7205
7206         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7207
7208         * gnus-cite.el (gnus-cite-blank-line-after-header)
7209         (gnus-article-boring-faces):
7210
7211         * gnus-art.el (gnus-buttonized-mime-types)
7212         (gnus-inhibit-mime-unbuttonizing)
7213         (gnus-treat-display-face)
7214         (gnus-treat-body-boundary): Change :version.
7215         (gnus-body-boundary-delimiter, gnus-picon-databases)
7216         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7217         (gnus-treat-date-english, gnus-treat-fold-headers)
7218         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7219         (gnus-treat-mail-picon, gnus-treat-wash-html)
7220         (gnus-article-encrypt-protocol)
7221         (gnus-use-idna, gnus-article-over-scroll)
7222         (gnus-mime-display-multipart-alternative-as-mixed)
7223         (gnus-mime-display-multipart-related-as-mixed)
7224         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7225         (gnus-ctan-url, gnus-button-ctan-handler)
7226         (gnus-button-handle-ctan-bogus-regexp)
7227         (gnus-button-ctan-directory-regexp)
7228         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7229         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7230         (gnus-button-man-level, gnus-button-emacs-level)
7231         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7232
7233         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7234         (gnus-agent-go-online): Change :version.
7235         (gnus-agent-expire-unagentized-dirs)
7236         (gnus-agent-auto-agentize-methods): Add :version.
7237
7238         * flow-fill.el (fill-flowed-display-column)
7239         (fill-flowed-encode-column): Add :version.
7240
7241         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7242         (gnus-outlook-deuglify-unwrap-max)
7243         (gnus-outlook-deuglify-cite-marks)
7244         (gnus-outlook-deuglify-unwrap-stop-chars)
7245         (gnus-outlook-deuglify-no-wrap-chars)
7246         (gnus-outlook-deuglify-attrib-cut-regexp)
7247         (gnus-outlook-deuglify-attrib-verb-regexp)
7248         (gnus-outlook-deuglify-attrib-end-regexp)
7249         (gnus-outlook-display-hook): Add :version.
7250
7251         * binhex.el (binhex-use-external): Add :version.
7252
7253 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7254
7255         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7256         and `invisible'.
7257
7258 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7261         in gnus-registry-trim.
7262
7263 2004-09-13  Simon Josefsson  <jas@extundo.com>
7264
7265         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7266
7267         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7268
7269         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7270         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7271         <yamaoka@jpl.org>.
7272         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7273         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7274         <yamaoka@jpl.org>.
7275
7276         * sieve.el (sieve-manage-mode): Ditto.
7277
7278 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7279
7280         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7281
7282 2004-09-11  Simon Josefsson  <jas@extundo.com>
7283
7284         * dns-mode.el: Add.
7285
7286         * mm-view.el (mm-display-dns-inline): Add.
7287
7288         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7289         (mm-automatic-display): Ditto.
7290
7291         * mailcap.el (mailcap-mime-data): Add text/dns.
7292         (mailcap-mime-extensions): Map .soa to text/dns.
7293
7294 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7295
7296         * gnus-art.el (article-decode-mime-words, article-babel)
7297         (gnus-article-highlight-signature, gnus-article-add-buttons)
7298         (gnus-signature-toggle): Remove unnecessary bindings of
7299         `inhibit-read-only' inherited from v5.10 merge.
7300
7301 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7302
7303         * nntp.el (nntp): New customization group.
7304         (nntp-authinfo-file): Add customization group.
7305
7306         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7307
7308         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7309
7310         * gnus.el (to-address, to-list, subscribed)
7311         (large-newsgroup-initial): Ditto.
7312
7313         * flow-fill.el (fill-flowed-display-column)
7314         (fill-flowed-encode-column): Ditto.
7315
7316 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7317
7318         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7319         Use point-min rather than 1.
7320         (message-send-mail): Use buffer-size rather than point-max.
7321
7322         * gnus-sum.el (gnus-summary-search-article-forward):
7323         Signal a specific `search-failed' rather than a generic `error'.
7324
7325         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7326         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7327         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7328
7329 2004-09-10  Simon Josefsson  <jas@extundo.com>
7330
7331         * nndb.el (require): Remove tcp and duplicate cl.
7332
7333 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-agent.el (directory-files-and-attributes): Move forward.
7336
7337 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7338
7339         * gnus-agent.el (directory-files-and-attributes): Optionally
7340         defined to support XEmacs.
7341
7342 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7343
7344         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7345         to avoid run-time CL dependencies.
7346         (gnus-agent-unfetch-articles): New function.
7347         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7348         article numbers even when local .overview file is missing.
7349         (gnus-agent-read-article-number): New function. Only accepts
7350         27-bit article numbers.
7351         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7352         gnus-agent-read-article-number.
7353         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7354         from backend while recognizing that article numbers in .overview
7355         must be valid.
7356         (gnus-agent-update-files-total-fetched-for): Use
7357         directory-files-and-attributes to improve performance.
7358         * gnus-int.el (gnus-request-move-article): Use
7359         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7360         improve performance.
7361
7362         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7363         some users confused by references to .newsrc when they only have a
7364         .newsrc.eld file.
7365         (gnus-convert-mark-converter-prompt,
7366         gnus-convert-converter-needs-prompt): Fixed use of property list.
7367         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7368         New function. Used internally to only display 'gnus converting
7369         files' message when actually necessary.
7370
7371         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7372         methods now autoloaded.
7373
7374 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7377         identifiers.
7378
7379 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7380
7381         * gnus-picon.el: Fix indentation and closing parenthesis.
7382
7383 2004-09-01  Simon Josefsson  <jas@extundo.com>
7384
7385         * message.el (message-canlock-generate): Require sha1, not
7386         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7387         to require within a function.  Sadly, if sha1.el isn't loaded, the
7388         let binding in m-c-g will hide the defcustom definition, which is
7389         bad.)
7390
7391         * canlock.el: Require sha1, not sha1-el.
7392
7393         * message.el: Don't autoload sha1 (there is a autoload cookie in
7394         sha1.el).
7395
7396         * sha1-el.el: Renamed to sha1.el.
7397
7398 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7399
7400         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7401
7402 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7403
7404         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7405
7406 2004-08-30  Kim F. Storm  <storm@cua.dk>
7407
7408         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7409
7410         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7411         Add :group 'nnimap.
7412
7413 2004-08-30  Andreas Schwab  <schwab@suse.de>
7414
7415         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7416         ?* and ?\;.
7417
7418         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7419         and ?\' to symbol instead of whitespace.
7420
7421 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7424
7425         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7426         instead of re-search-forward.
7427
7428         * gnus-uu.el (gnus-uu-save-article): Ditto.
7429         (gnus-uu-post-encode-uuencode): Ditto.
7430
7431         * html2text.el (html2text-clean-list-items): Ditto.
7432         (html2text-clean-dtdd): Ditto.
7433         (html2text-format-tags): Ditto.
7434
7435         * message.el (message-send-mail-with-sendmail): Fix regexp.
7436         (message-fill-field-general): Use search-forward instead of
7437         re-search-forward.
7438         (unbold-region): Ditto.
7439
7440         * nnrss.el (nnrss-request-article): Ditto.
7441
7442         * nnslashdot.el (nnslashdot-request-article): Ditto.
7443
7444         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7445
7446         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7447         "Unrecognized menu descriptor" error in XEmacs.
7448
7449 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7450
7451         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7452         parent article of a sparse article in the thread hashtb.
7453
7454 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7455
7456         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7457         (nnmail-expand-newtext): Lowercase expanded entries if
7458         nnmail-split-lowercase-expanded is non-nil.
7459
7460 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7463         entry.
7464
7465         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7466         of gnus-tmp-news-method into string under XEmacs.  It will be
7467         passed to gnus-correct-length which takes only a string argument.
7468
7469 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * gnus-util.el (gnus-bind-print-variables): New macro.
7472         (gnus-prin1): Use it.
7473         (gnus-prin1-to-string): Use it.
7474         (gnus-pp): New function.
7475         (gnus-pp-to-string): New function.
7476
7477         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7478         pp-to-string with gnus-pp-to-string.
7479         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7480         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7481         * gnus-msg.el (gnus-debug): Ditto.
7482         * gnus-score.el (gnus-score-save): Ditto.
7483         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7484         gnus-pp-to-string.
7485         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7486         with gnus-pp.
7487         * score-mode.el (gnus-score-pretty-print): Ditto.
7488         * webmail.el (webmail-debug): Ditto.
7489
7490 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-art.el (article-display-face, article-display-x-face): Use
7493         buffer-read-only.
7494
7495 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * gnus-art.el (article-hide-list-identifiers): Bind
7498         inhibit-read-only as t.
7499
7500 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7503
7504 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7505
7506         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7507         (gnus-narrow-to-page): Don't assume point-min == 1.
7508         (gnus-article-edit-mode): Derive from message-mode.
7509
7510         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7511         point-min == 1.
7512
7513         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7514         Disable incorrect use of `assert'.
7515
7516         * message.el (message-mode): Set comment-start-skip.
7517
7518
7519 2004-08-22  Sam Steingold  <sds@gnu.org>
7520
7521         * pop3.el (pop3-leave-mail-on-server): New user variable.
7522         (pop3-movemail): Delete mail only when it is nil.
7523
7524 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7527
7528         * mml.el (mml-preview): Use `pop-to-buffer'.
7529
7530         * message.el (message-goto-mail-followup-to): Insert after "To".
7531         (message-carefully-insert-headers): Add comment.
7532
7533         * gnus.el: Remove unused variable `gnus-article-check-size'.
7534
7535         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7536
7537         * gnus-art.el (gnus-button-alist): Improve
7538         `gnus-button-handle-library' entry.
7539
7540 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7541
7542         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7543         downcase, since XEmacs capitalizes error messages differently.
7544
7545 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7546
7547         * nntp.el: Add (require 'gnus) due to reference to
7548         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7549
7550 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7551
7552         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7553         `mm-fill-flowed'.
7554
7555         * mm-decode.el (mm-dissect-singlepart): Check it.
7556
7557 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7558
7559         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7560         'imap' for netrc parsing.
7561
7562 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7563
7564         * mailcap.el (mailcap-mime-data): Mark as risky.
7565
7566 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7569         may be included in the encoded word.
7570         (rfc2047-encode): Don't append a space if the encoded word
7571         includes close parenthesis.
7572
7573 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7576         of text within parentheses.
7577
7578 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7579
7580         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7581         (gnus-encrypt-write-file-contents): Make the password key the file
7582         name PLUS the cipher, not just the cipher.  Also remove failed
7583         passwords from the cache.
7584
7585 2004-08-06  Simon Josefsson  <jas@extundo.com>
7586
7587         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7588         fix.
7589
7590 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7593         LWSP.
7594
7595 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7596
7597         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7598         to append in-reply-to: data to the references: header.
7599
7600         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7601         (netrc-parse): Use gnus-encrypt.el functions.
7602
7603         * gnus-encrypt.el: Add new file for encryption support; currently
7604         does only a few GPG ciphers and an internal XOR cipher.
7605
7606         * password.el: Add comments on using password-read-and-add.
7607         (password-read-and-add): Add function to read and add the
7608         password to the cache at once.
7609
7610 2004-07-28  Simon Josefsson  <jas@extundo.com>
7611
7612         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7613         parameter (but don't use it, for now).
7614
7615         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7616         instead of hard coding to nil.
7617
7618 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7621         as mm-inline-image-xemacs does.
7622
7623 2004-07-26  Simon Josefsson  <jas@extundo.com>
7624
7625         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7626         Revert part of 2004-07-17 change below.
7627
7628 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7631         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7632
7633 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7634
7635         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7636         quotes that actually start with ">" at the beginning of the
7637         lines.
7638
7639 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * rfc2047.el (rfc2047-encode-region): Fix last change.
7642         (rfc2047-encode-parameter): Remove useless concat.
7643
7644 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7647         encode special characters; fix some kind of misconfigured headers;
7648         signal a real error if debug-on-quit or debug-on-error is non-nil.
7649         (rfc2047-encode-max-chars): New variable.
7650         (rfc2047-encode-1): Use it.
7651         (rfc2047-encode-parameter): New function.
7652
7653         * mml.el (mml-insert-parameter): Remove an excessive space.
7654
7655 2004-07-17  Simon Josefsson  <jas@extundo.com>
7656
7657         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7658         Kai Grossjohann <kai@emptydomain.de>.
7659         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7660         (gnus-group-make-menu-bar): Ditto.
7661
7662         * gnus-util.el (gnus-group-server): Add.
7663
7664 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7665
7666         * message.el (message-clone-locals): Clone sendmail and smtp
7667         variables.
7668
7669 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * rfc2047.el (rfc2047-encode-region): Fix last change.
7672
7673 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7676         characters as non-special.
7677
7678 2004-07-09  Simon Josefsson  <jas@extundo.com>
7679
7680         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7681         Users will lose all flag changes made while unplugged with
7682         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7683         good default.  See numerous reports on ding mailing list.
7684
7685 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7688         add generate-head-function and generate-article-function to the
7689         rfc822-forward entry.
7690         (nndoc-rfc822-forward-generate-article): New function.
7691         (nndoc-rfc822-forward-generate-head): New function.
7692
7693         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7694
7695 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7696
7697         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7698         respect display group parameter and gnus-summary-expunge-below.
7699         (gnus-articles-to-read): Remove unused reference to display group
7700         parameter.
7701
7702 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7703
7704         * nnheader.el (nnheader-uniquify-message-id): New experimental
7705         variable.
7706         (nnheader-nov-read-message-id): Use it.
7707
7708         * spam-report.el (spam-report-gmane): Add interactive.
7709
7710 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7713         qp-or-base64 for the application/* types.
7714
7715 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7716
7717         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7718
7719 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7720
7721         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7722         trim value.
7723
7724 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7725
7726         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7727         New macro and function.
7728         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7729
7730 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7733         after-load-alist.
7734
7735 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7736
7737         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7738         update info that isn't there.
7739
7740 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7741
7742         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7743         entry.
7744
7745 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * mm-view.el (mm-inline-render-with-function): Use multibyte
7748         buffer; decode html source by charset.
7749
7750         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7751
7752         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7753         Mule-UCS is loaded under XEmacs.
7754         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7755
7756 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7757
7758         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7759
7760 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7761
7762         * mm-util.el (mm-coding-system-p): Return a coding-system.
7763         (mm-mime-mule-charset-alist): Use shift_jis instead of
7764         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7765         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7766         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7767         instead of japanese-shift-jis and iso-latin-1 respectively in
7768         order to share the default value with both Emacs and XEmacs-mule.
7769         (mm-mule-charset-to-mime-charset): Make
7770         mm-coding-system-priorities effective.
7771         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7772         while predicating of candidates upon the priorities.
7773
7774 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7775
7776         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7777         gnus-uu-invert-processable.
7778
7779         * gnus.el: Autoload gnus-uu-invert-processable.
7780
7781 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * mm-util.el (mm-with-multibyte-buffer): New macro.
7784
7785         * rfc2047.el (rfc2047-encode-string): Use it.
7786         (rfc2047-encode-region): Move point to the end of the region after
7787         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7788
7789 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7792         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7793
7794 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7797         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7798         Karl Chen <quarl@nospam.quarl.org>.
7799
7800 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7801
7802         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7803         invalid addresses.
7804
7805 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7806
7807         * spam.el: Change section markers, revise TODO list.
7808         (spam-backends): Make new master list of all installed backends.
7809         (spam-summary-exit-behavior): Add new variable to determine how
7810         messages moves are done at summary exit.
7811         (spam-move-spam-nonspam-groups-only)
7812         (spam-process-ham-in-nonham-groups)
7813         (spam-process-ham-in-spam-groups): Remove variables, the
7814         spam-summary-exit-behavior variable should be used to manage this
7815         behavior.
7816         (spam-old-ham-articles, spam-old-spam-articles): Remove.
7817         (spam-old-articles): Add variable, replacing spam-old-ham-articles
7818         and spam-old-spam-articles.
7819         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7820         Add empty variables, placeholders for the backends they represent.
7821         (spam-set-difference): Move, unchanged.
7822         (spam-list-of-processors): Declare OBSOLETE, not used anymore
7823         unless the user has a processor variable.
7824         (spam-classifications, spam-classification-valid-p)
7825         (spam-backend-properties, spam-backend-property-valid-p)
7826         (spam-backend-function-type-valid-p)
7827         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
7828         (spam-report-articles-gmane, spam-report-articles-resend):
7829         Remove functions, they are not needed.
7830         (spam-install-backend-super, spam-backend-list)
7831         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7832         (spam-backend-function, spam-backend-ham-registration-function)
7833         (spam-backend-spam-registration-function)
7834         (spam-backend-ham-unregistration-function)
7835         (spam-backend-spam-unregistration-function)
7836         (spam-backend-statistical-p, spam-backend-mover-p)
7837         (spam-install-backend-alias, spam-install-checkonly-backend)
7838         (spam-install-mover-backend, spam-install-nocheck-backend)
7839         (spam-install-backend, spam-install-statistical-backend)
7840         (spam-install-statistical-checkonly-backend): Add backend installation
7841         support.
7842         (spam-summary-prepare-exit): Rewrite to use the new backend code.
7843         (spam-group-processor-p): Use the new backend code and respect the
7844         summary exit behavior.
7845         (spam-mark-spam-as-expired-and-move-routine): Remove.
7846         (spam-summary-prepare): Change to use the new spam-old-articles
7847         variable.
7848         (spam-copy-or-move-routine, spam-copy-spam-routine)
7849         (spam-move-spam-routine, spam-copy-ham-routine)
7850         (spam-move-ham-routine): Add code to copy/move ham or spam.
7851         (spam-fetch-field-fast): Improve doc and code, plus allow the
7852         'number request.
7853         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
7854         variables.
7855         (spam-split, spam-find-spam): Use the new backend code.
7856         (spam-registration-functions): Remove variable.
7857         (spam-unregister-routine): Add convenience wrapper.
7858         (spam-log-undo-registration, spam-register-routine)
7859         (spam-log-processing-to-registry)
7860         (spam-log-unregistration-needed-p): Rename "check" to "backend"
7861         where possible.
7862         (spam-check-gmane-xref, spam-check-regex-headers)
7863         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
7864         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
7865         (spam-check-bogofilter-headers, spam-check-spamoracle)
7866         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7867         (spam-check-crm114-headers): Use the spam-split-group that
7868         spam-split prepares, no need to determine it every time.
7869
7870         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
7871         to the nnheader-parse-naked-head call.
7872
7873         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
7874
7875         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
7876         the nnheader-nov-read-message-id call.
7877
7878 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7881         gnus-activate-group twice.  Suggested by Markus Peter
7882         <warp@spin.de>.
7883
7884 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-art.el (gnus-article-time-format): Exchange the order of
7887         day and month in the default value; fix customization type.
7888         (article-date-ut): Use add-text-properties.
7889         (article-make-date-line): Use message-make-date instead of
7890         current-time-string.
7891
7892         * message.el (message-fetch-field): Don't use set-text-properties.
7893         (message-make-date): Simplify.
7894
7895         * messagexmas.el (message-xmas-make-date): New function.
7896         (message-xmas-redefine): Defalias message-make-date to it.
7897
7898 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7901         (rfc2047-encode-region): Treat text within parentheses as special;
7902         show the original text when error has occurred.
7903
7904         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7905         already-computed method to gnus-activate-group.
7906
7907         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7908         same select-methods identical Lisp objects.
7909
7910         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7911         object when modifying the info.
7912
7913 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7916         gnus-opened-servers since it has never been opened with the new
7917         configuration yet.
7918
7919 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7922         arg to nnheader-generate-fake-message-id.
7923
7924 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7925
7926         * nnheader.el (nnheader-generate-fake-message-id): Accept a
7927         number and build a fake message ID localized to a group and
7928         article number (so it's repeatable from that point on).
7929         (nnheader-fake-message-id-p): Change regex to accomodate new fake
7930         ID format.
7931
7932         * gnus-sum.el (gnus-get-newsgroup-headers): Call
7933         nnheader-generate-fake-message-id with the article number.
7934
7935 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7936
7937         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7938         end-of-buffer.
7939
7940 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941
7942         * message.el (message-ignored-supersedes-headers): Add Approved.
7943
7944 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7947         goto-char.
7948         (rfc2047-encode): Fold the line before encoding.
7949
7950 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951
7952         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7953         folding -- not all headers can be folded, and this should be done
7954         by the message composition mode.  Probably.  I think.
7955
7956 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7959         fast.
7960
7961         * gnus-ems.el (gnus-remove-image): Don't use
7962         message-text-with-property; remove only the image found first.
7963
7964         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7965         found first.
7966
7967 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7968
7969         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7970
7971 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * message.el (message-text-with-property): Make it fast and accept
7974         optional arguments.
7975         (message-strip-forbidden-properties): Use it.
7976         (message-fix-before-sending): Follow the m-t-w-p change.
7977
7978         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7979
7980 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-art.el (article-hide-headers): Don't change the buffer
7983         mistakenly when performing mml-preview even if
7984         gnus-single-article-buffer is nil.
7985
7986 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7987
7988         * message.el (message-expand-name-databases): New user option.
7989         (message-expand-name): Use it.
7990
7991 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7992
7993         * spam.el (spam-report-articles-resend)
7994         (spam-report-resend-register-routine): Allow ham reporting.
7995         (spam-report-resend-register-ham-routine): Add wrapper.
7996         (spam-registration-functions): Add ham resending functions.
7997         (spam-list-of-processors): Add ham resend processor.
7998
7999         * gnus.el (ham-resend-to): Add new group parameter.
8000         (spam-process): Add ham resend option.
8001
8002         * spam-report.el (spam-report-resend): Allow reporting ham.
8003         (spam-report-resend-ham): Add wrapper.
8004
8005 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006
8007         * message.el (message-cite-articles-with-x-no-archive): New
8008         variable.
8009         (message-cite-original): Use it.
8010
8011 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8012
8013         * message.el (message-cite-original): Respect X-No-Archive.
8014
8015 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * gnus-art.el (article-hide-headers): Refer to the values for
8018         gnus-ignored-headers and gnus-visible-headers in the summary
8019         buffer since a user may have set them as group parameters.
8020
8021 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8022
8023         * assistant.el (assistant-node-name): Add convenience function.
8024         (assistant-render-text, assistant-render-node): Add error handling,
8025         plus handle multiple next nodes.
8026         (assistant-find-next-node): Comment out for now.
8027         (assistant-find-next-nodes): Add function, returns list of next
8028         nodes.
8029
8030 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * mail-source.el (mail-source-directory): Fix doc-string.
8033
8034 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8035
8036         * assistant.el (assistant-render-text, assistant-eval): Add :set
8037         widget type, which is different because it takes and returns a
8038         list.  Much hilarity ensues.
8039
8040 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8041
8042         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8043
8044         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8045         doc-string.
8046
8047         * gnus-start.el (gnus-activate-group): Added doc-string.
8048
8049 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8052
8053 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8054
8055         * assistant.el (assistant-render-text): Try to add a :set
8056         widget, more to come.
8057
8058         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8059         strings.
8060         (spam-report-articles-resend)
8061         (spam-register-routine): Do registration iff any articles warrant
8062         it.
8063         (spam-summary-prepare-exit): Change log message for nil group
8064         destinations.
8065
8066 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8067
8068         * spam.el (spam-report-resend-register-routine): Allow
8069         spam-report-resend-to to be a group parameter or a global value.
8070
8071 2004-05-26  Simon Josefsson  <jas@extundo.com>
8072
8073         * starttls.el: Merge with my GNUTLS based starttls.el.
8074         (starttls-gnutls-program, starttls-use-gnutls)
8075         (starttls-extra-arguments, starttls-process-connection-type)
8076         (starttls-connect, starttls-failure, starttls-success): New
8077         variables.
8078         (starttls-program, starttls-extra-args): Doc fix.
8079         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8080         functions.
8081         (starttls-negotiate, starttls-open-stream): Check
8082         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8083         function if it is set.
8084
8085 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8088         structured fields.
8089
8090 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8093
8094 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8095
8096         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8097         variable.
8098         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8099         assigning the spam-mark to new messages.
8100
8101 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8102
8103         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8104
8105 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8108
8109         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8110         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8111         default.
8112
8113 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8114
8115         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8116         correct data.
8117
8118 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8119
8120         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8121         (spam-group-processor-p): Fix function.
8122         (spam-group-processor-multiple-p)
8123         (spam-group-spam-processor-report-gmane-p)
8124         (spam-group-spam-processor-report-resend-p)
8125         (spam-group-spam-processor-bogofilter-p)
8126         (spam-group-spam-processor-blacklist-p)
8127         (spam-group-spam-processor-ifile-p)
8128         (spam-group-ham-processor-ifile-p)
8129         (spam-group-spam-processor-spamoracle-p)
8130         (spam-group-spam-processor-crm114-p)
8131         (spam-group-ham-processor-bogofilter-p)
8132         (spam-group-spam-processor-stat-p)
8133         (spam-group-ham-processor-stat-p)
8134         (spam-group-ham-processor-whitelist-p)
8135         (spam-group-ham-processor-BBDB-p)
8136         (spam-group-ham-processor-spamoracle-p)
8137         (spam-group-ham-processor-copy-p): Remove functions with some
8138         prejudice against unneeded code.
8139         (spam-report-articles-resend)
8140         (spam-report-resend-register-routine): Allow the group/topic
8141         spam-resend-to value to override spam-report-resend-to.
8142         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8143         properly now.
8144
8145         * gnus.el (spam-resend-to): Add group/topic parameter.
8146         (spam-process): Move the OBSOLETE processors to the end of the
8147         choices.
8148
8149 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8150
8151         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8152         with resend-to set to nil, and then ask the user if necessary.
8153         (spam-report-resend): spam-report-resend takes a list of articles, not
8154         separate article numbers.
8155
8156 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8159         addition to emacs-w3m.
8160
8161 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8162
8163         * assistant.el (assistant-authinfo-data): New function.
8164         (assistant-eval): Eval for entire assistant.
8165
8166         * netrc.el (netrc-services-file): New variable.
8167         (netrc-parse-services): New function.
8168         (netrc-find-service-name): New function.
8169         (netrc-find-service-number): New function.
8170         (netrc-port-equal): New function.
8171         (netrc-machine): Use it.
8172
8173         * nnimap.el (nnimap-open-connection): Use netrc.
8174
8175         * gnus-util.el (gnus-netrc-get): Remove aliases.
8176
8177         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8178
8179         * assistant.el (wid-edit): Fix compilation.
8180
8181         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8182
8183 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8184
8185         * gnus-util.el (gnus-set-file-modes): New function.  (small
8186         patch).
8187
8188 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8189
8190         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8191
8192         * assistant.el (assistant-render-node): Fix up rendering and
8193         read-only text.
8194         (assistant-render-node): Reset.
8195         (assistant-make-read-only): Not sticky.
8196
8197 2004-05-20  Danny Siu  <dsiu@adobe.com>
8198
8199         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8200         centered even when gnus-auto-center-summary is t
8201
8202 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8203
8204         * dns.el (dns-get-txt-answer): New function.
8205         (dns-read-txt): Ditto.
8206         (query-dns): Use it.
8207
8208 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8211         active for foreign groups even if the group level is higher than
8212         the specified value.
8213
8214 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8215
8216         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8217         non-active groups.
8218
8219         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8220
8221 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8222
8223         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8224
8225 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8228         (spam-crm114-header, spam-crm114-spam-switch)
8229         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8230         (spam-crm114-positive-spam-header)
8231         (spam-crm114-database-directory, spam-list-of-processors)
8232         (spam-group-spam-processor-crm114-p)
8233         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8234         (spam-generic-score, spam-list-of-checks)
8235         (spam-list-of-statistical-checks, spam-registration-functions)
8236         (spam-check-crm114-headers, spam-crm114-score)
8237         (spam-check-crm114, spam-crm114-register-with-crm114)
8238         (spam-crm114-register-spam-routine)
8239         (spam-crm114-unregister-spam-routine)
8240         (spam-crm114-register-ham-routine)
8241         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8242         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8243
8244         * gnus.el: Add spam-use-crm114.
8245
8246         * spam.el (spam-list-of-processors, spam-registration-functions):
8247         Add spam-use-resend.
8248         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8249         (spam-report-articles-gmane): Add doc fix.
8250         (spam-report-articles-resend,
8251         spam-report-resend-register-routine): Add wrappers around
8252         spam-report-resend-to.
8253
8254         * spam-report.el (spam-report-resend-to, spam-report-resend):
8255         Add support for resending spam.
8256         (spam-report-gmane): Fix line length >80.
8257
8258         * gnus.el (spam-process): Add spam-use-resend.
8259
8260 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8261
8262         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8263         number of processed spam messages.
8264         (spam-ham-copy-or-move-routine): Return the number of processed
8265         ham messages.
8266         (spam-summary-prepare-exit): Use the above values to decide
8267         whether status messages shouled be displayed.
8268
8269 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8272         `rfc2047-encoding-function-alist' in order to avoid conflicting
8273         with the old version.
8274         (rfc2047-encode-region): Concatenate words containing non-ASCII
8275         characters in structured fields; don't encode space-delimited
8276         ASCII words even in unstructured fields; don't break words at
8277         char-category boundaries.
8278         (rfc2047-encode-1): New function.
8279         (rfc2047-encode): Use it; encode text so that it occupies the
8280         maximum width within 76-column; work correctly on Q encoding for
8281         iso-2022-* charsets.
8282         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8283         sure not to break a line just after the header name.
8284         (rfc2047-b-encode-region): Removed.
8285         (rfc2047-b-encode-string): New function.
8286         (rfc2047-q-encode-region): Removed.
8287         (rfc2047-q-encode-string): New function.
8288
8289         * mm-util.el (mm-replace-in-string): New function.
8290
8291 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8292
8293         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8294         get it right.
8295         (gnus-inews-make-draft): Really.
8296
8297 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8298
8299         * nnmh.el (nnmh-request-list-1): Don't check the link count
8300         before descending.  (small patch)
8301
8302 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8303
8304         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8305         stuff.
8306
8307         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8308         on real group name.
8309
8310         * gnus-art.el (gnus-signature-limit): Doc fix.
8311
8312         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8313
8314         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8315
8316 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8317
8318         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8319         isn't a string.
8320
8321 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * gnus-draft.el (gnus-draft-send): Bind
8324         rfc2047-encode-encoded-words.
8325
8326         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8327         (rfc2047-encodable-p): Say that =? needs encoding.
8328         (rfc2047-encode-encoded-words): New variable.
8329
8330         * gnus-group.el (gnus-group-select-group): Doc fix.
8331
8332         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8333
8334         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8335         to nil.
8336
8337         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8338
8339         * nnheader.el (nnheader-get-lines-and-char): New function.
8340
8341 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * gnus-msg.el (gnus-summary-followup-with-original): Document
8344         yanking of region when active.
8345
8346 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8349         groups if the group level is higher than the specified value.
8350
8351 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8354         (gnus-group-jump-to-group): Added prefix argument using
8355         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8356         non-active group.
8357
8358         * compface.el (uncompface): Be verbose when changing
8359         `uncompface-use-external'.
8360
8361         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8362         handle manual section.
8363
8364 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8365
8366         * gnus-art.el (gnus-button-alist): Revert previous change.
8367
8368 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8369
8370         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8371
8372 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373
8374         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8375         whether backend can accept message.
8376
8377         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8378
8379 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8380
8381         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8382         Avoid creating directory when nntp-marks-is-evil is true.
8383         Reported by Reiner Steib.
8384
8385 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * gnus-picon.el (gnus-picon-style): New variable.
8388         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8389         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8390         Jesper Harder <harder@ifa.au.dk>.
8391
8392 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8393
8394         * message.el (message-fill-field): Return point.
8395         (message-generate-headers): Go to end of field.
8396
8397         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8398         stuff for non-living groups.
8399
8400 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8401
8402         * gnus-art.el (gnus-article-followup-with-original)
8403         (gnus-article-reply-with-original): gnus-mark-active-p ->
8404         gnus-region-active-p.
8405
8406 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8407
8408         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8409         only when there is spam or ham to be processed.
8410
8411 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412
8413         * mail-source.el (mail-source-delete-crash-box): Refactor.
8414         (mail-source-fetch): Use it.
8415         (mail-source-fetch-file): Ditto.
8416         (mail-source-fetch-directory): Run postscript in loop.
8417         (mail-source-fetch-pop): Delete.
8418         (mail-source-fetch-maildir): Ditto.
8419         (mail-source-fetch-imap): Ditto.
8420
8421         * imap.el (imap-authenticators): Comment out sasl.
8422
8423         * message.el (message-skip-to-next-address): New function.
8424         (message-fill-header-address): Refactor.
8425         (message-fill-address): Use it.
8426         (message-delete-address): Use it.
8427         (message-fill-header-general): Refactor.
8428         (message-fill-field-address): Rename.
8429         (message-narrow-to-field): Find the start of the header.
8430         (message-header-format-alist): Don't pre-fill.
8431         (message-fill-header): Removed.
8432         (message-insert-header): New function.
8433         (message-shorten-references): Use it.
8434
8435         * rfc2047.el (rfc2047-field-value): Strip props.
8436
8437         * mail-parse.el (mail-header-make-address): New alias.
8438
8439         * ietf-drums.el (ietf-drums-make-address): New function.
8440
8441         * imap.el: Add compiler directives.
8442
8443         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8444
8445         * gnus-art.el (article-decode-idna-rhs): Don't use
8446         message-idna-inside-rhs-p.
8447
8448 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * message.el (message-idna-inside-rhs-p): Removed.
8451         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8452
8453         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8454         false positives.
8455
8456 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8457
8458         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8459
8460 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * nneething.el (nneething-file-name): Don't create spurions
8463         files.
8464
8465         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8466         (gnus-inews-do-gcc): Remove sleep.
8467
8468         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8469         part under point.
8470
8471         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8472         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8473
8474 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8475
8476         * spam.el (spam-summary-prepare-exit): Fixed (length).
8477
8478 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8479
8480         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8481         as expired without moving it" message when there are spam
8482         messages left.
8483
8484 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8485
8486         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8487         header is not nil.
8488
8489 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8490
8491         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8492         nntp-possibly-create-directory, not nntp-possibly-change-group.
8493         (nntp-marks-changed-p): New arg SERVER.
8494         (nntp-request-update-info): Adjust caller.
8495
8496 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8497
8498         * nntp.el (nntp-save-marks): Pass missing arg.
8499
8500 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8501
8502         * nntp.el: Support marks.
8503         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8504         (nntp-marks-modtime, nntp-marks-directory): New variables.
8505         (nntp-request-set-mark, nntp-request-update-info)
8506         (nntp-possibly-create-directory, nntp-marks-changed-p)
8507         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8508         functions.
8509
8510 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8511
8512         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8513         (gnus-xmas-redefine): Rename.
8514
8515         * gnus-score.el (gnus-score-insert-help): Use
8516         gnus-select-lowest-window.
8517
8518         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8519         appt-select-lowest-window and rename to gnus-select-lowest-window.
8520
8521         * gnus.el: do.
8522
8523 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8524
8525         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8526         encodings of MIME-encoded words, in order to improve
8527         interoperability with several broken MUAs.
8528
8529 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8530
8531         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8532         tags, only when charsets are not specified in headers.
8533         (mm-inline-text-html-render-with-w3m): Ditto.
8534
8535         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8536         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8537
8538 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8539
8540         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8541         instead of MIME-decoded from fields when checking
8542         `gnus-article-address-banner-alist'.
8543
8544 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8545
8546         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8547         description rather than subject.
8548
8549 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8550
8551         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8552
8553 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * gnus.el (gnus-version-number): Bump.
8556
8557 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8558
8559         * gnus.el: No Gnus v0.2 is released.
8560
8561 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * gnus-agent.el (gnus-agent-read-agentview): Inline
8564         gnus-uncompress-range.
8565
8566 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8567
8568         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8569         `exec-installed-p'.
8570
8571 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8572
8573         * gnus.el (spam-process, spam-autodetect-methods): Add
8574         bsfilter and bsfilter-headers.
8575
8576         * spam.el (spam-bsfilter): New customize group.
8577         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8578         (spam-bsfilter-header, spam-bsfilter-probability-header)
8579         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8580         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8581         (spam-bsfilter-database-directory): New options.
8582         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8583         (spam-list-of-statistical-checks, spam-registration-functions):
8584         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8585         (spam-bsfilter-score): New command.
8586         (spam-check-bsfilter-headers, spam-check-bsfilter)
8587         (spam-bsfilter-register-with-bsfilter)
8588         (spam-bsfilter-register-spam-routine)
8589         (spam-bsfilter-unregister-spam-routine)
8590         (spam-bsfilter-register-ham-routine)
8591         (spam-bsfilter-unregister-ham-routine): New functions.
8592         (spam-generic-score): Support bsfilter; Accept an optional argument
8593         to recalcurate spam score even if scoring header has already been
8594         added.
8595         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8596         optional argument to recalcurate spam score even if scoring header
8597         has already been added.
8598
8599 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8600
8601         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8602         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8603         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8604         link is missing.
8605
8606 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8607
8608         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8609         (html2text-get-attr): Rewrite.
8610
8611         * message.el (message-setup-1): Remove redundant put-text-property
8612         on mail-header-separator.
8613
8614 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8615
8616         * gnus-registry.el (gnus-registry-cache-whitespace)
8617         (gnus-registry-action, gnus-registry-spool-action)
8618         (gnus-registry-split-fancy-with-parent): Change message levels
8619         from 5 to 3 or 7, as needed.
8620
8621         * spam.el (spam-summary-prepare-exit)
8622         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8623         (spam-split, spam-find-spam, spam-log-undo-registration)
8624         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8625         level from 5 to 6.
8626
8627 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8630         2004-03-04 change).
8631
8632 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8633
8634         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8635         Use mapc when appropriate.
8636
8637         * sieve-manage.el (sieve-manage-open): do.
8638
8639         * nnweb.el (nnweb-insert-html): do.
8640
8641         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8642         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8643
8644         * nnspool.el (nnspool-request-group): do.
8645
8646         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8647         do.
8648
8649         * nnml.el (nnml-request-update-info): do.
8650
8651         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8652         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8653
8654         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8655         (nnimap-request-set-mark): do.
8656
8657         * nnfolder.el (nnfolder-request-update-info): do.
8658
8659         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8660         do.
8661
8662         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8663
8664         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8665
8666         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8667         do.
8668
8669         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8670         do.
8671
8672         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8673
8674         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8675
8676         * gnus-int.el (gnus-start-news-server): do.
8677
8678         * gnus-group.el (gnus-group-make-kiboze-group)
8679         (gnus-group-browse-foreign-server): do.
8680
8681 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8682
8683         FIXME: Make separate entries for each person.
8684
8685         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8686         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8687         <shields@msrl.com>:
8688
8689         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8690         may need for spam sorting and scoring.
8691         (spam-user-format-function-S): Add user format function suitable for
8692         general use.
8693         (spam-article-sort-by-spam-status): Add sorting function for summary
8694         sorting.
8695         (spam-extra-header-to-number): Add function to get a score from a
8696         header.
8697         (spam-summary-score): Add function to  get a numeric score from the
8698         headers.
8699         (spam-generic-score): Fixed function doc, was in wrong place.
8700         (spam-initialize): Take symbols when it's run, and install the
8701         extra headers that spam-necessary-extra-headers thinks we need.
8702
8703 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8704
8705         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8706         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8707
8708 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8709
8710         * gnus-sum.el (gnus-set-global-variables)
8711         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8712         (gnus-article-get-xrefs, gnus-summary-best-group)
8713         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8714         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8715         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8716         with-current-buffer.
8717
8718 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8719
8720         * spam.el (spam-summary-prepare-exit): Simplify logic.
8721         (spam-fetch-article-header): Read the article header if it's not
8722         available.
8723         (spam-list-articles): Simplify logic.
8724         (spam-filelist-register-routine): Fix bug with unregister-list.
8725
8726         * gnus-registry.el: Fix comments at beginning.
8727
8728 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8729
8730         * message.el (message-cater-to-broken-inn): Remove.
8731         (message-shorten-references): Make sure the total folded length of
8732         References is shorter than 998 characters to cater to a bug in INN
8733         2.3.  Also, don't pretend that references aren't folded -- this
8734         hasn't worked for a while.
8735
8736 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8737
8738         * gnus-agent.el (gnus-agentize):
8739         gnus-agent-send-mail-real-function no longer set to current value
8740         of message-send-mail-function but rather a lambda that calls
8741         message-send-mail-function.  The change makes the agent real-time
8742         responsive to user changes to message-send-mail-function.
8743
8744 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8745
8746         * legacy-gnus-agent.el
8747         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8748         help from Florian Weimer <fw@deneb.enyo.de>
8749
8750 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * nnmail.el (nnmail-cache-insert): Revert last change.
8753
8754 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * nnmail.el (nnmail-cache-insert): Always check whether
8757         nnmail-cache-ignore-groups matches a group name.
8758
8759 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8760
8761         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8762         (spam-find-spam, spam-log-processing-to-registry)
8763         (spam-log-registered-p, spam-log-unregistration-needed-p)
8764         (spam-log-undo-registration): Use gnus-message instead of
8765         gnus-error, none of these errors are fatal.
8766
8767         * gnus-registry.el (gnus-registry-clean-empty-function)
8768         (gnus-registry-clean-empty): Remove only empty entries without
8769         extra data.
8770
8771 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8772
8773         * spam-stat.el (spam-stat-buffer-change-to-spam)
8774         (spam-stat-buffer-change-to-non-spam): Change (error) to
8775         (gnus-message 8) invocation.
8776
8777 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * nntp.el (nntp-via-netcat-command): New variable.
8780         (nntp-via-netcat-switches): New variable.
8781         (nntp-open-via-rlogin-and-netcat): New function.
8782         (nntp-open-connection-function): Doc fix.
8783         (nntp-telnet-command): Doc fix.
8784         (nntp-end-of-line): Doc fix.
8785         (nntp-via-rlogin-command): Doc fix.
8786         (nntp-via-user-name): Doc fix.
8787         (nntp-via-address): Doc fix.
8788
8789 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8792         error in Emacs 21.1.
8793
8794 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8795
8796         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8797
8798 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8799         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8800         (gnus-agent-with-refreshed-group): New macro.
8801         (gnus-agent-rename-group): New function.
8802         (gnus-agent-delete-group): New function.
8803         (gnus-agent-save-group-info): Use gnus-command-method when
8804         `method' parameter is nil.  Don't write nil entries into the
8805         active file.
8806         (gnus-agent-get-group-info): New function.
8807         (gnus-agent-fetch-articles): Use
8808         gnus-agent-update-files-total-fetched-for to increment disk space
8809         used.
8810         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8811         gnus-agent-update-view-total-fetched-for to increment disk space
8812         used.
8813         (gnus-agent-get-local): Added optional parameters to avoid calling
8814         gnus-group-real-name and gnus-find-method-for-group.
8815         (gnus-agent-set-local): Delete stored entry if either min, or max,
8816         are nil.
8817         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8818         quit, use gnus-agent-regenerate-group to record existance of any
8819         articles fetched to disk before the quit occurred.
8820         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8821         gnus-agent-update-view-total-fetched-for, and
8822         gnus-agent-update-files-total-fetched-for to decrement disk space
8823         used.
8824         (gnus-agent-retrieve-headers): Use
8825         gnus-agent-update-view-total-fetched-for to increment disk space
8826         used.
8827         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8828         with gnus-agent-update-files-total-fetched-for to decrement disk
8829         space and fresh group buffer.
8830         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8831         (gnus-agent-need-update-total-fetched-for): New variable.
8832         (gnus-agent-update-files-total-fetched-for): New function.
8833         (gnus-agent-update-view-total-fetched-for): New function.
8834         (gnus-agent-total-fetched-for): New function.
8835
8836         * gnus-cache.el (gnus-cache-save-buffers): Use
8837         gnus-cache-update-overview-total-fetched-for to change disk space
8838         used by this group.
8839         (gnus-cache-possibly-enter-article): Use
8840         gnus-cache-update-file-total-fetched-for to increment disk space
8841         used by this group.
8842         (gnus-cache-possibly-remove-article): Use
8843         gnus-cache-update-file-total-fetched-for to decrement disk space
8844         used by this group.
8845         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8846         (gnus-cache-rename-group): New function.
8847         (gnus-cache-delete-group): New function.
8848         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8849         (gnus-cache-need-update-total-fetched-for): New variable.
8850         (gnus-cache-with-refreshed-group): New macro.
8851         (gnus-cache-update-file-total-fetched-for): New function.
8852         (gnus-cache-update-overview-total-fetched-for): New function.
8853         (gnus-cache-rename-group-total-fetched-for): New function.
8854         (gnus-cache-delete-group-total-fetched-for): New function.
8855         (gnus-cache-total-fetched-for): New function.
8856
8857         * gnus-group.el: Require gnus-sum and autoload functions to
8858         resolve warnings when gnus-group.el compiled alone.
8859         (gnus-group-line-format): Documented new %F
8860         (size of Fetched data) group line format; identifies disk space
8861         used by agent and cache.
8862         (gnus-group-line-format-alist): Defined new F format.
8863         (gnus-total-fetched-for): New function.
8864         (gnus-group-delete-group): No longer update
8865         gnus-cache-active-altered as gnus-request-delete-group now keeps
8866         the cache in sync.
8867         (gnus-group-list-active): Let the agent store a server's active
8868         list if currently plugged.
8869
8870         * gnus-int.el (gnus-request-delete-group): Use
8871         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8872         local disk in sync with the server.
8873          (gnus-request-rename-group): Use
8874         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8875         local disk in sync with the server.
8876
8877         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8878         simplification to logic.
8879
8880         * gnus-util.el (gnus-rename-file): New function.
8881
8882 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8883
8884         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8885
8886 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8887
8888         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8889         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8890
8891 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8892
8893         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8894         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8895
8896 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8897
8898         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8899
8900 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8901
8902         * spam.el (spam-set-difference): Add function to replace
8903         gnus-set-difference in spam.el.
8904         (spam-summary-prepare-exit): Use spam-set-difference.
8905
8906 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8907
8908         * gnus-registry.el (gnus-registry-cache-file): Update to use
8909         gnus-dribble-directory OR gnus-home-directory OR ~.
8910         (gnus-registry-split-fancy-with-parent): Fix doc.
8911
8912 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * message.el (message-exchange-point-and-mark): Use
8915         message-mark-active-p.  Suggested by Jesper Harder
8916         <harder@ifa.au.dk>.
8917
8918 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * message.el (message-exchange-point-and-mark): Don't activate
8921         region if it was inactive.  Suggested by Hiroshi Fujishima
8922         <pooh@nature.tsukuba.ac.jp>.
8923
8924 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus-art.el (article-display-face): Display Faces in the same
8927         order as X-Faces.
8928
8929 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8932
8933 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8936         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8937         (gnus-article-mime-hierarchy): Remove.
8938         (gnus-article-mime-hierarchy-next): Remove.
8939         (gnus-article-mode): Revert 2004-03-19 change.
8940         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8941         (gnus-insert-mime-button): Revert 2004-03-19 change.
8942         (gnus-mime-accumulate-hierarchy): Remove.
8943         (gnus-mime-enter-multipart): Remove.
8944         (gnus-mime-leave-multipart): Remove,
8945         (gnus-mime-display-part): Revert 2004-03-19 change.
8946         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8947
8948         * mml.el (mml-preview): Revert 2004-03-19 change.
8949
8950 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8951
8952         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8953
8954 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8957         t while entering a file name using the mm-with-multibyte macro.
8958         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8959
8960         * mm-util.el (mm-with-multibyte): New macro.
8961
8962 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8965         user option.
8966         (gnus-mime-multipart-functions): Doc and customization fix.
8967         (gnus-article-mime-hierarchy): New variable.
8968         (gnus-article-mime-hierarchy-next): New variable.
8969         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8970         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8971         gnus-article-mime-hierarchy-next to nil.
8972         (gnus-insert-mime-button): Show hierarchy numbers.
8973         (gnus-mime-accumulate-hierarchy): New function.
8974         (gnus-mime-enter-multipart): New function.
8975         (gnus-mime-leave-multipart): New function.
8976         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8977         (gnus-mime-display-alternative): Show hierarchy numbers.
8978
8979         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8980         gnus-article-mime-hierarchy-next to nil.
8981
8982 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8983
8984         * dns.el: Don't require gnus-xmas.
8985
8986 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8987
8988         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8989         inline PGP.
8990         (mml-menu): Disable mml-quote-region if mark is inactive.
8991
8992 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8995         when the group's active is not available.
8996
8997 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9000         error.
9001
9002 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * imap.el (imap-store-password): New variable.
9005         (imap-interactive-login): Use it.
9006         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9007
9008 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9011         window-start and hscroll to summary window.
9012
9013 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9014
9015         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9016         conversion message to newsrc-dribble when an actual conversion is
9017         performed.
9018
9019 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9020
9021         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9022
9023 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * mm-decode.el (mm-complicated-handles): New function reviving
9026         former definition of mm-multiple-handles.
9027
9028         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9029         (gnus-mime-delete-part): Use it.
9030
9031 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9032
9033         * gnus-agent.el (gnus-agent-read-local): Bind
9034         nnheader-file-coding-system to gnus-agent-file-coding-system to
9035         avoid the implicit assumption that they will always be equal.
9036         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9037         coding-system-for-write, as the with-temp-file macro first prints
9038         to a buffer then saves the buffer.
9039
9040 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * gnus-art.el (gnus-article-edit-part): New function.
9043         (gnus-mime-save-part-and-strip): Use it; do query instead of
9044         signaling an error; don't use mm-multiple-handles.
9045         (gnus-mime-delete-part): Ditto.
9046
9047 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9048
9049         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9050         old file versions.
9051         (gnus-group-prepare-hook): Removed function that converted list
9052         form of gnus-agent-expire-days to group properties.
9053
9054         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9055         (gnus-request-accept-article): Re-indented.
9056
9057         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9058         converters to handle old agent file formats.  Added logic for a
9059         "backup before upgrading warning".
9060         (gnus-convert-mark-converter-prompt): Developers can mark
9061         functions as needing (default), or not needing,
9062         gnus-convert-old-newsrc's "backup before upgrading warning".
9063         (gnus-convert-converter-needs-prompt): Tests whether the user
9064         should be protected from potentially irreversable changes by the
9065         function.
9066
9067         * legacy-gnus-agent.el (): New. Provides converters that are only
9068         loaded when gnus-convert-old-newsrc needs to call them.
9069
9070 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * mail-source.el (mail-source-touch-pop): Doc fix.
9073
9074         * message.el (message-smtpmail-send-it): Doc fix.
9075
9076 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9077
9078         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9079
9080         * nnmail.el (nnmail-split-fancy): do.
9081
9082         * gnus-kill.el (gnus-kill, gnus-execute): do.
9083
9084 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9085
9086         * gnus-sum.el (gnus-widget-reversible-match)
9087         (gnus-widget-reversible-to-internal)
9088         (gnus-widget-reversible-to-external): New functions.
9089         (gnus-widget-reversible): New widget.
9090         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9091
9092 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9093
9094         * gnus-sum.el (gnus-thread-sort-functions)
9095         (gnus-article-sort-functions): Document `(not F)' items.
9096
9097 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9098
9099         * spam.el (spam-use-gmane-xref): Add new backend.
9100         (spam-gmane-xref-spam-group): Add variable to control the name of the
9101         Gmane spam group.
9102         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9103         (spam-regex-headers-spam, spam-regex-headers-ham)
9104         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9105         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9106         backends and checks.
9107         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9108
9109         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9110         an autodetect method.
9111
9112 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9113
9114         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9115         articles are being added to a group.
9116         (gnus-request-replace-article): Inform the agent that articles
9117         need to be uncached as the cached contents are no longer valid.
9118
9119 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * binhex.el: Don't autoload executable-find.
9122
9123         * canlock.el: Don't autoload mail-fetch-field.
9124
9125         * dgnushack.el: Autoload c-mode for XEmacs.
9126
9127         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9128
9129         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9130         rmail-dont-reply-to and rmail-output.
9131
9132         * gnus-score.el: Don't autoload ffap-string-at-point.
9133
9134         * gnus-setup.el: Don't autoload sc-cite-original.
9135
9136         * imap.el: Don't autoload base64-decode-string,
9137         base64-encode-string and md5.
9138
9139         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9140         and rmail-msg-restore-non-pruned-header.
9141
9142         * mm-decode.el: Don't autoload executable-find.
9143
9144         * mm-url.el: Don't autoload executable-find.
9145
9146         * mm-view.el: Don't autoload diff-mode.
9147
9148         * nndb.el: Don't autoload news-reply-mode, news-setup,
9149         cancel-timer and telnet.
9150
9151         * password.el: Don't autoload run-at-time for Emacs.
9152
9153         * sha1-el.el: Don't autoload executable-find.
9154
9155         * sieve-mode.el: Don't autoload c-mode.
9156
9157         * uudecode.el: Don't autoload executable-find.
9158
9159 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9160
9161         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9162         (gnus-agent-possibly-alter-active): Avoid null in numeric
9163         comparison.
9164         (gnus-agent-set-local): Refuse to save null in local object table.
9165         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9166         list of articles that will be marked as unread.
9167
9168 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9171
9172 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9173
9174         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9175         language tags.
9176
9177 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9178
9179         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9180         Don't bind "obarray".
9181
9182         * gnus-sum.el (gnus-thread-sort-functions): Added
9183         `gnus-thread-sort-by-most-recent-number' and
9184         `gnus-thread-sort-by-most-recent-date'.
9185         Reported by Kai Grossjohann <kai@emptydomain.de>.
9186
9187 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9190
9191 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9192
9193         * gnus-cus.el (gnus-agent-customize-category): Removed
9194         ignore-errors macro reference that required cl to be loaded at
9195         run-time.
9196
9197         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9198         single-interval range of the form (min . max).  Previously the
9199         range had to look like ((min . max)).  Likewise, return
9200         (min . max) rather than ((min . max)).
9201         (gnus-range-map): Use gnus-range-normalize to accept
9202         single-interval range.
9203
9204         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9205         the cache, but not the agent, now appear with their usual face.
9206
9207         * dgnushack.el (loaddir): New variable that is bound to the
9208         directory containing the dgnushack.el file. Use loaddir, rather
9209         than srcdir, to update load-path. Change lets dgnushack compile
9210         code in directories other than GNUS/lisp.
9211
9212 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * lpath.el: Don't bind w3m-safe-url-regexp.
9215
9216         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9217         w3m-safe-url-regexp variable buffer-local.
9218
9219         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9220
9221 2004-02-27  Simon Josefsson  <jas@extundo.com>
9222
9223         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9224         gnus-group-real-prefix.
9225         (gnus-summary-move-article): Use it, instead of
9226         gnus-group-real-prefix.
9227
9228 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * lpath.el: Bind w3m-safe-url-regexp.
9231
9232         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9233         w3m-safe-url-regexp variable buffer-local and set it as the value
9234         of mm-w3m-safe-url-regexp.
9235
9236         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9237
9238         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9239         parsing gnus-posting-styles when the message is not for replying.
9240
9241         * dgnushack.el: Autoload sgml-mode for XEmacs.
9242
9243         * nnrss.el (nnrss-opml-export): Use
9244         mm-set-buffer-file-coding-system instead of
9245         set-buffer-file-coding-system.
9246
9247 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9248
9249         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9250         of checkdoc.el).
9251         * nnrss.el: do.
9252         * gnus-mlspl.el: do.
9253         * gnus-ml.el: do.
9254         * gnus-srvr.el: do.
9255
9256         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9257
9258 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9259
9260         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9261         Corrections to custom-manual links.
9262
9263         * gnus-art.el (gnus-article): Ditto.
9264
9265         * mm-decode.el (mime-display, mime-security): Ditto.
9266
9267 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9268
9269         * flow-fill.el: Typo.
9270
9271 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9272
9273         * spam-wash.el: New file.
9274
9275 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9276
9277         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9278
9279 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9280
9281         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9282         to be run with new-articles as LIST1, not LIST2.
9283         (spam-registration-functions): Add spam-use-ham-copy as a nil
9284         registration backend.
9285
9286 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9287
9288         * spam-stat.el (spam-stat-washing-hook): New option.
9289         (spam-stat-buffer-words): Use it.
9290         (spam-stat-process-directory, spam-stat-test-directory): Use
9291         insert-file-contents-literally.
9292         (spam-stat-coding-system): New variable.
9293         (spam-stat-load, spam-stat-save): Use it.
9294
9295 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * spam-report.el (spam-report-plug-agent): Quote
9298         spam-report-url-to-file and spam-report-url-ping-plain.
9299
9300 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9301
9302         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9303         / in mailto URLs.
9304
9305 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * spam-report.el (spam-report-process-queue): Fix interactive use.
9308         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9309         (spam-report-unplug-agent): Doc fixes.
9310         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9311         (spam-report-agentize, spam-report-deagentize): Autoload
9312
9313 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9316
9317         * message.el (message-setup-fill-variables): Add mml tags to
9318         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9319         <ajk@iu.edu>.
9320         (message-mode): Don't modify paragraph-separate there.
9321
9322 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * compface.el (uncompface-use-external): Default to undecided.
9325         (uncompface-use-external-threshold): New variable.
9326         (uncompface-float-time): New macro.
9327         (uncompface): Determine whether to use the external decoder if
9328         uncompface-use-external is undecided.
9329
9330 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9331
9332         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9333         after images.
9334
9335         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9336
9337 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9338
9339         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9340
9341         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9342
9343         * gnus-sum.el (gnus-summary-limit-to-age)
9344         (gnus-summary-limit-children): do.
9345
9346         * gnus-int.el (gnus-request-scan): do.
9347
9348         * gnus-group.el (gnus-group-suspend): do.
9349
9350         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9351
9352         * gnus-cite.el (gnus-cite-parse-attributions): do.
9353
9354         * gnus-agent.el (gnus-summary-set-agent-mark)
9355         (gnus-agent-regenerate-group): do.
9356
9357         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9358
9359         * binhex.el (binhex-decode-region-internal): do.
9360
9361 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-fun.el (gnus-face-properties-alist): New user option.
9364         (gnus-display-x-face-in-from): Use it.
9365
9366         * gnus-art.el (article-display-face): Ditto.
9367
9368         * compface.el (uncompface-use-external): Default to nil.
9369
9370 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9371
9372         * nntp.el (nntp-erase-buffer): New function.
9373         (nntp-retrieve-data, nntp-send-command)
9374         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9375         (nntp-possibly-change-group): Use it.
9376
9377         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9378         with-current-buffer.
9379
9380 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9381
9382         * compface.el: Merge the ELisp-based uncompface program.
9383         (compface): New customization group.
9384         (uncompface-use-external): New user option.
9385         (uncompface): Call uncompface-internal if uncompface-use-external
9386         is nil.
9387         (uncompface-internal): New function.  Note that there are also
9388         some other functions and variables added for this function.
9389
9390 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9391
9392         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9393         if necessary.
9394
9395 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9396
9397         * spam-report.el (spam-report-unplug-agent)
9398         (spam-report-plug-agent, spam-report-deagentize)
9399         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9400         Add support for the Agent in spam-report: when unplugged, report to a
9401         file; when plugged, submit all the requests.
9402
9403         * spam.el (spam-register-routine): Fix message about
9404         registration.
9405
9406 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9407
9408         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9409         dependencies.
9410         (rfc2047-encode): Use it.
9411
9412         * gnus-art.el (gnus-button-marker-list): Move before first
9413         reference.
9414
9415         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9416         (imap-parse-body): Fix format string mismatch.
9417
9418         * gnus-score.el (gnus-summary-increase-score): do.
9419
9420         * nnrss.el (nnrss-close): New function.
9421
9422 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9423
9424         * nnrss.el (nnrss-make-filename): New function.
9425         (nnrss-request-delete-group, nnrss-read-server-data)
9426         (nnrss-save-server-data, nnrss-read-group-data)
9427         (nnrss-save-group-data): Use it.
9428         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9429         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9430         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9431
9432 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9433
9434         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9435
9436 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9437
9438         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9439         files.
9440
9441         * message.el (message-generate-headers-first): Don't quote nil
9442         and t in docstrings.
9443
9444         * imap.el (imap-id): do.
9445
9446         * gnus-agent.el (gnus-agent-consider-all-articles)
9447         (gnus-agent-queue-mail): do.
9448
9449 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * spam-report.el (spam-report-process-queue): New function.
9452         Process requests from `spam-report-requests-file'.
9453         (spam-report-process-queue): Doc fix.
9454
9455 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9456
9457         * spam.el (spam-register-routine)
9458         (spam-log-processing-to-registry, spam-log-registered-p)
9459         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9460         Change "check" to "spam-check" for semi-clarity.
9461
9462 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9463
9464         * pop3.el: Require nnheader.
9465
9466         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9467
9468         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9469
9470         * gnus-picon.el: Require cl.
9471
9472         * gnus-fun.el: Require gnus-ems and gnus-util.
9473
9474         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9475
9476         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9477
9478         * gnus-art.el (gnus-article-edit-mode): Define before first
9479         reference.
9480
9481 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9482
9483         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9484         (gnus-uu-post-encoded): Use point-at-bol.
9485
9486         * gnus-topic.el (gnus-group-active-topic-p): do.
9487
9488         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9489
9490         * gnus-group.el (gnus-group-kill-region): do.
9491
9492         * gnus-art.el (article-date-ut): do.
9493
9494         * message.el (message-fetch-field): Remove redundant
9495         case-fold-search binding.
9496         (message-narrow-to-field): Simplify.
9497
9498 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * spam.el (spam-directory): Derive from `gnus-directory'.
9501
9502         * spam-report.el (spam-report-url-to-file)
9503         (spam-report-requests-file): New function and variable for offline
9504         reporting.
9505         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9506         and user defined function.
9507         (spam-report-url-ping-mm-url): Remove doubled slash.
9508
9509 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9510
9511         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9512
9513 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9514
9515         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9516         format string mismatch.
9517
9518         * sieve.el (sieve-deactivate-all): do.
9519
9520         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9521
9522         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9523
9524         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9525
9526         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9527
9528 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9529
9530         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9531         the list of checks.
9532
9533 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9534
9535         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9536         padding.
9537
9538 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9539
9540         * mm-view.el (mm-fill-flowed): New variable.
9541         (mm-inline-text): Use it.
9542
9543 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9544
9545         * spam.el (spam-spamassassin-register-ham-routine)
9546         (spam-spamassassin-register-spam-routine): Fix function names.
9547
9548 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * gnus.el (gnus-tmp-grouplens): Remove.
9551         (gnus-summary-line-format): Remove grouplens.
9552
9553         * gnus-group.el (gnus-group-line-format): Ditto.
9554
9555         * gnus-spec.el (gnus-format-specs): Ditto.
9556         (gnus-update-format-specifications): Flush the group format spec
9557         cache if there's the grouplens stuff.
9558         (gnus-parse-simple-format): Replace %l with the empty string.
9559
9560 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9561
9562         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9563         omission.
9564
9565 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9568         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9569
9570 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9571
9572         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9573         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9574         New macros and functions.
9575         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9576         Handle > NLINK_MAX messages.
9577         * nnmaildir.el (nnmaildir-request-set-mark): Use
9578         nnmaildir--emlink-p and nnmaildir--eexist-p.
9579
9580 2004-01-25  Alex Schroeder  <alex@gnu.org>
9581
9582         * spam-stat.el (spam-stat-process-directory-age): New option.
9583         (spam-stat-process-directory): Use it.
9584
9585 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9586
9587         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9588         (spam-stat-save): Accept prefix argument.
9589
9590 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9591
9592         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9593         links" error.
9594
9595 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9598         the rest of the and/or forms.
9599
9600 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9601
9602         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9603         compatibility with old .newsrc.eld files.
9604
9605         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9606
9607         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9608
9609         * gnus-start.el (gnus-1): do.
9610
9611         * gnus-group.el (gnus-group-line-format-alist): do.
9612
9613         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9614
9615         * gnus-gl.el: Remove.
9616
9617 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9618
9619         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9620         marks consisting of a single range {for example, (3 . 5)} rather
9621         than a list of a single range { ((3 . 5)) }.
9622
9623 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9624
9625         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9626         with-current-buffer.
9627         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9628         avoid consing a string.
9629
9630         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9631         Remove obsolete entries for big5 and gb2312.
9632
9633 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9634
9635         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9636         uncompressed list.
9637
9638 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9639
9640         * spam-stat.el (spam-stat-strip-xref): New function.
9641         (spam-stat-process-directory): Use it.
9642
9643         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9644         here -- it's done in message-fetch-field.
9645
9646 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9647
9648         * gnus-agent.el (gnus-agent-queue-mail,
9649         gnus-agent-prompt-send-queue): New variables.
9650         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9651         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9652         "nndraft:queue" along to gnus-draft-send.  Use
9653         gnus-agent-prompt-send-queue.
9654         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9655         is "nndraft:queue".  Suggested by Gaute Strokkenes
9656         <gs234@srcf.ucam.org>
9657
9658         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9659         (agent-enable-undownloaded-faces): Added
9660         (gnus-agent-cat-groups): Use eval-and-compile, not
9661         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9662         method of gnus-agent-cat-groups even when the buffer has been
9663         evaled.
9664         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9665         delete gnus-agent-save-active-1.
9666         (gnus-agent-save-groups): Deleted. Identical to
9667         gnus-agent-save-active.
9668         (gnus-agent-write-active): No longer adjust agent's copy of active
9669         file as agent's adjustments are now stored in their own
9670         file. Removed optional parameter.
9671         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9672         servers.  Add use of min/max range limits from server's local
9673         file.
9674         (gnus-agent-save-alist): Removed unused optional argument.
9675         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9676         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9677         (gnus-agent-set-local): A per-server file that keeps min/max range
9678         limits for articles known to the agent.  Provides a fast mechanism
9679         for altering many active ranges.
9680         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9681         active file (local makes it unnecessary).
9682         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9683
9684         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9685         (agent-enable-undownloaded-faces): Added
9686
9687         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9688         disable it when sending to "nndraft:queue".
9689         (gnus-group-send-queue): Add safety check to avoid sending queue
9690         when unplugged.
9691
9692         * gnus-group.el (gnus-group-catchup): Use new
9693         gnus-sequence-of-unread-articles, not
9694         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9695         numbers of articles.  Use gnus-range-map to avoid having to
9696         uncompress the unread list.
9697         (gnus-group-archive-directory,
9698         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9699         reference.
9700
9701         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9702         (gnus-sorted-range-intersection): Intersection of two ranges
9703         without requiring that they first be uncompressed.
9704
9705         * gnus-start.el (gnus-activate-group): Unless blocked by the
9706         caller, possibly expand the active range to include both cached
9707         and agentized articles.
9708         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9709         multiple version-dependent converters.
9710         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9711         gnus-agent-save-active.
9712         (gnus-save-newsrc-file): Save dirty agent range limits.
9713
9714         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9715         gnus-agent-possibly-alter-active.
9716         (gnus-adjust-marked-articles): Faster handling of simple lists
9717
9718 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9719
9720         * spam-stat.el (spam-stat-test-directory): New optional argument
9721         displays a list of files detected.  Suggested by Andrew Cohen
9722         <cohen@andy.bu.edu>.
9723         (spam-stat-buffer-words-with-scores): Don't narrow and change
9724         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9725
9726 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9727
9728         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9729         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9730         (spam-spamassassin-arguments)
9731         (spam-spamassassin-spam-flag-header)
9732         (spam-spamassassin-positive-spam-flag-header)
9733         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9734         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9735         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9736         (spam-list-of-processors, spam-list-of-checks)
9737         (spam-list-of-statistical-checks, spam-registration-functions)
9738         (spam-check-spamassassin-headers, spam-check-spamassassin)
9739         (spam-spamassassin-score)
9740         (spam-spamassassin-register-with-sa-learn)
9741         (spam-spamassassin-register-spam-routine)
9742         (spam-spamassassin-register-ham-routine)
9743         (spam-assassin-register-spam-routine)
9744         (spam-assassin-register-ham-routine): add SpamAssassin support
9745         (spam-bogofilter-score): fix to show article before scoring
9746
9747 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9748
9749         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9750         default scoring function.
9751         (spam-generic-score): Call spam-spamassassin-score if
9752         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9753         spam-bogofilter-score otherwise.
9754
9755         * gnus.el (spam-process, spam-autodetect-methods): Add
9756         spamassassin and spamassassin-headers.
9757
9758 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9759
9760         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9761         Suppress unnecessary messages.
9762
9763 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9764
9765         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9766         make-hash-table.
9767
9768 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * canlock.el (base64-encode-string): Don't autoload it.
9771
9772 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * run-at-time.el: Remove useless (require 'itimer),
9775         eval-and-compile and (featurep 'xemacs).
9776
9777 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9778
9779         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9780         GROUP is a virtual group.
9781
9782 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9783
9784         * gnus.el: Autoload `message-y-or-n-p'.
9785
9786 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9787
9788         * pgg-parse.el: Remove unnecessary (require 'custom).
9789
9790         * pgg-def.el: do.
9791
9792         * nnmail.el: do.
9793
9794         * gnus-undo.el: do.
9795
9796         * gnus-picon.el: do.
9797
9798         * gnus-util.el: do.
9799
9800 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9803
9804 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9807         handle, as well as a list.
9808
9809         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9810         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9811         (mm-w3m-cid-retrieve): Simplify.
9812
9813 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9814
9815         * message.el (message-kill-to-signature): Allow prefix arg to
9816         specify number of lines to keep before signature.
9817
9818 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9819
9820         (message-kill-to-signature): Change docstring.
9821
9822 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * canlock.el: Always require sha1-el.
9825         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9826
9827         * message.el: Autoload sha1 only when compiling.
9828
9829         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9830         eudc-expand-inline for XEmacs.
9831
9832 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * message.el (message-canlock-generate): Require sha1-el.
9835
9836 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9837
9838         * message.el (message-expand-name): Silence the byte compiler.
9839
9840         * lpath.el: Add detect-coding-system.
9841
9842         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9843         cus-edit.
9844
9845 2004-01-13  Simon Josefsson  <jas@extundo.com>
9846
9847         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9848         Invoke gnus-score-mode.  Reported by
9849         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9850
9851         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9852         Jim Blandy <jimb@redhat.com> (tiny change).
9853
9854 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9855
9856         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9857
9858 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9859
9860         * spam.el (spam-get-article-as-string): Update to use
9861         gnus-request-article-this-buffer, much simpler.
9862         (spam-get-article-as-buffer): Remove.
9863
9864 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9865
9866         * message.el (message-expand-name): Use EUDC if the user uses
9867         that.
9868
9869 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9870
9871         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9872         character for the encoding to avoid consing a string.
9873
9874         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9875         unnecessarily.
9876
9877         * mm-util.el (mm-replace-chars-in-string): Remove.
9878
9879         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9880         of mm-replace-chars-in-string.
9881
9882 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9883
9884         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9885         strings.
9886
9887         * mm-util.el (mm-subst-char-in-string): Support inplace.
9888
9889         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9890         a new string in every iteration.  Use shy groups.
9891
9892 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9893
9894         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9895         (gnus-group-change-level, gnus-kill-newsgroup)
9896         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9897         (gnus-get-unread-articles, gnus-make-articles-unread)
9898         (gnus-make-ascending-articles-unread): Use accessor
9899         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9900         to get group information for improved readability.
9901
9902         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9903
9904         * gnus-soup.el (gnus-soup-group-brew): do.
9905
9906         * gnus-msg.el (gnus-put-message): do.
9907
9908         * gnus-move.el (gnus-group-move-group-to-server): do.
9909
9910         * gnus-kill.el (gnus-batch-score): do.
9911
9912         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9913         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9914         (gnus-group-update-group, gnus-group-read-group)
9915         (gnus-group-make-group, gnus-group-make-help-group)
9916         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9917         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9918         (gnus-group-sort-by-unread, gnus-group-catchup)
9919         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9920         (gnus-group-yank-group, gnus-group-set-info)
9921         (gnus-group-list-groups): do.
9922
9923         * gnus.el (gnus-generate-new-group-name): do.
9924
9925         * gnus-delay.el (gnus-delay-send-queue): do.
9926
9927         * nnvirtual.el (nnvirtual-catchup-group): do.
9928
9929         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9930         do.
9931
9932         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9933         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9934
9935         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9936         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9937         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9938         (gnus-group-make-articles-read): do.
9939
9940 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9941
9942         * gnus-art.el (article-decode-mime-words, article-babel)
9943         (gnus-article-highlight-signature, gnus-article-add-buttons)
9944         (gnus-signature-toggle): Use gnus-with-article-buffer.
9945
9946         * gnus-art.el (gnus-article-highlight-headers)
9947         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9948
9949         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9950         (gnus-article-set-globals, gnus-request-article-this-buffer)
9951         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9952         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9953         (gnus-mime-display-alternative): Use with-current-buffer.
9954
9955 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9956
9957         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
9958         also under 80 char limit, and call gnus-error if needed.
9959         (spam-fetch-article-header): Fix - it was a
9960         buffer-local variable (gnus-newsgroup-data).
9961         (spam-find-spam): Use spam-generate-fake-headers, forget about
9962         spam-insert-fake-headers.
9963         (spam-insert-fake-headers): Remove.
9964
9965 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9966
9967         * deuglify.el (gnus-article-outlook-unwrap-lines)
9968         (gnus-outlook-rearrange-article)
9969         (gnus-outlook-repair-attribution-outlook)
9970         (gnus-outlook-repair-attribution-block)
9971         (gnus-outlook-repair-attribution-other): Remove redundant
9972         save-excursion.
9973
9974 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9975
9976         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9977         (spam-fetch-field-subject-fast)
9978         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9979         (spam-fetch-article-header): Add functions to deal with Gnus
9980         internals for fast retrieval of article header data.
9981         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
9982
9983 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9984
9985         * pop3.el (pop3-md5): Remove.
9986         (pop3-apop): Replace pop3-md5 with md5.
9987
9988         * mm-bodies.el: base64 is always built-in.
9989
9990         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9991         with-current-buffer.
9992
9993 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * canlock.el (canlock-insert-header): Remove excessive grouping in
9996         regexp.
9997
9998         * gnus-sum.el (gnus-summary-read-document): Ditto.
9999
10000         * gnus-uu.el (gnus-uu-part-number): Ditto.
10001
10002         * html2text.el (html2text-remove-tags): Ditto.
10003         (html2text-format-tags): Ditto.
10004         (html2text-format-single-elements): Ditto.
10005
10006         * mml.el (mml-parse-1): Ditto.
10007
10008 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10009
10010         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10011
10012         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10013
10014         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10015
10016         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10017
10018 2003-11-15  Simon Josefsson  <jas@extundo.com>
10019
10020         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10021         (pgg-gpg-lookup-key): Use regexp match instead of
10022         split-string (split-string is different between emacs 21.2 and
10023         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10024
10025 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10026
10027         * gnus-art.el (gnus-mime-view-all-parts)
10028         (gnus-article-part-wrapper, gnus-article-view-part): Use
10029         with-current-buffer.
10030
10031 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10032
10033         * spam.el (spam-disable-spam-split-during-ham-respool)
10034         (spam-spamoracle-database, spam-cache-lookups)
10035         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10036         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10037         (spam-group-ham-marks, spam-group-spam-marks)
10038         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10039         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10040         also add spam-use-blackholes to the statistical checks.
10041         (spam-fetch-field-fast): Add interface to fetching fields, may
10042         become a macro.
10043         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10044         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10045         (spam-insert-fake-headers): Fake an article when needed.
10046         (spam-find-spam): Fake article when possible.
10047         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10048         (spam-check-bogofilter-headers): Use message-fetch-field instead
10049         of nnmail-fetch-field.
10050
10051 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10054
10055 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10056
10057         * spam.el (spam-split): Do not require spam-use-CHECK to be
10058         enabled if that check is passed to spam-split explicitly; also
10059         fix so 'spam doesn't get converted to spam-split-group when
10060         spam-split-symbolic-return is t.
10061         (spam-find-spam): Find registrations of the article and use those
10062         instead of re-running spam-split to find the spam/ham
10063         classification of the article.
10064         (spam-log-processing-to-registry, spam-log-registered-p)
10065         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10066         Use gnus-error instead of gnus-message.
10067         (spam-log-registration-type): Add function to determine the
10068         classification of a message based on registry entries; will
10069         return nil if both 'spam and 'ham are found.
10070         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10071         a reasonably fast local cache without the loading errors.
10072         (spam-cache-lookups): Set to t by default.
10073         (spam-find-spam): Don't try to guess spam-cache-lookups.
10074         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10075         spam-caches entry.
10076         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10077         caching of whitelist/blacklist entries.
10078         (spam-check-whitelist, spam-check-blacklist): Invoke
10079         spam-from-listed-p with a type, not a cache variable.
10080         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10081
10082 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10083
10084         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10085
10086         * nnmail.el (nnmail-split-fancy): do.
10087
10088         * mml.el (mml-parse): do.
10089
10090         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10091         (gnus-score-adaptive): do.
10092
10093 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10096         (gnus-mime-button-map): Don't set keymap parent.
10097         (gnus-button-ctan-directory-regexp): Use shy grouping.
10098         (gnus-prev-page-map): Don't set keymap parent.
10099         (gnus-prev-page-map): Remove duplicated one.
10100         (gnus-next-page-map): Don't set keymap parent.
10101         (gnus-mime-security-button-map): Ditto.
10102
10103         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10104         version number.
10105
10106         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10107
10108 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * canlock.el (canlock-sha1-function): Remove.
10111         (canlock-sha1-function-for-verify): Remove.
10112         (canlock-openssl-program): Remove.
10113         (canlock-openssl-args): Remove.
10114         (canlock-ignore-errors): Remove.
10115         (canlock-sha1-with-openssl): Remove.
10116         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10117         (canlock-verify): Don't use canlock-ignore-errors.
10118
10119         * sha1-el.el (sha1-string-external): Make it can return a string
10120         in binary form.
10121         (sha1-region-external): Ditto.
10122         (sha1-string-internal): Ditto.
10123         (sha1-region-internal): Ditto.
10124         (sha1-region): Ditto.
10125         (sha1-string): Ditto.
10126         (sha1): Ditto.
10127
10128 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129
10130         * spam.el (spam-report-articles-gmane): New command.
10131
10132 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10135
10136         * run-at-time.el (run-at-time-saved): Remove.
10137         (run-at-time): Doc fix.
10138
10139 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10140
10141         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10142         (gnus-summary-limit-map): Add it.
10143         (gnus-summary-make-menu-bar): do.
10144
10145 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10146
10147         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10148         Make attempt at some caching support (done for BBDB only now).
10149         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10150         addresses to be checked.
10151         (spam-clear-cache-BBDB): Add function, to be invoked by
10152         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10153         (spam-check-BBDB): Check and use the caches, if
10154         spam-cache-lookups is on, remove superfluous (provide).
10155
10156 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10157
10158         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10159
10160 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10161
10162         * run-at-time.el (run-at-time-saved): Move to after the definition
10163         of `run-at-time'.
10164
10165         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10166
10167 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10170         mm-w3m-local-map-property.
10171
10172         * mm-view.el (mm-w3m-mode-map): Remove.
10173         (mm-w3m-local-map-property): Remove.
10174         (mm-inline-text-html-render-with-w3m): Don't use
10175         mm-w3m-local-map-property.
10176
10177 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10178
10179         * run-at-time.el: New file.
10180
10181         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10182         under Emacs.
10183
10184         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10185         of gnus-set-text-properties.
10186
10187         * gnus-uu.el (gnus-uu-save-article): Ditto.
10188
10189         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10190
10191         * gnus-cite.el (gnus-cite-parse): Ditto.
10192
10193         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10194         of gnus-.
10195
10196         * gnus-xmas.el (run-at-time): Require run-at-time.
10197
10198         * gnus.el: Changed calls to nnheader-run-at-time and
10199         password-run-at-time throughout to use run-at-time directly.
10200
10201         * password.el: Removed definition of run-at-time.
10202
10203         * nnheaderxm.el: Remove definition of run-at-time.
10204
10205 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10206
10207         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10208         in prompt.
10209
10210 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10211
10212         * messagexmas.el (message-xmas-redefine): Alias
10213         `message-make-caesar-translation-table' to
10214         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10215         version.
10216
10217         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10218         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10219         `gnus-xmas-set-text-properties'.
10220         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10221         `gnus-xmas-completing-read'.
10222         (gnus-xmas-completing-read): Removed.
10223         (gnus-xmas-open-network-stream): Removed.
10224
10225         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10226         XEmacs version.
10227
10228         * dns.el (dns-make-network-process): Use `open-network-stream'
10229         instead of `gnus-xmas-open-network-stream'.
10230
10231         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10232
10233         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10234
10235 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10236
10237         * gnus-art.el (gnus-mime-display-alternative)
10238         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10239         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10240         Don't use gnus-local-map-property.
10241
10242         * gnus-util.el (gnus-local-map-property): Remove.
10243
10244         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10245         gnus-completing-read-maybe-default with completing-read.
10246
10247         * gnus-util.el (gnus-completing-read): do.
10248         (gnus-completing-read-maybe-default): Remove.
10249
10250 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10251
10252         * password.el: Only autoload `run-at-time' if not XEmacs.
10253         Only autoload the itimer functions if XEmacs.
10254
10255 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10258         XEmacsen.
10259
10260         * dgnushack.el: Autoload executable-find for XEmacs.
10261
10262 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10263
10264         * gnus-art.el (gnus-read-string): Remove.
10265         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10266         read-string.
10267
10268 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10269
10270         * netrc.el: Autoload password-read.
10271         (netrc): Add configuration group.
10272         (netrc-encoding-method, netrc-openssl-path): Add
10273         variables for encoding and decoding of files with symmetric
10274         ciphers.
10275         (netrc-encode): Add assistant function to encode a file with
10276         netrc-encoding-method.
10277         (netrc-parse): Add interactive parameter, added optional
10278         decoding if netrc-encoding-method is non-nil but otherwise
10279         behavior is standard.
10280         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10281         Do s/encode/encrypt/ everywhere.
10282
10283         * spam.el: Remove executable-find autoload.
10284
10285 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10286
10287         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10288
10289         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10290
10291 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * gnus-art.el (gnus-treat-ansi-sequences,
10294         article-treat-ansi-sequences): New variable and function.
10295         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10296
10297         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10298         Use it.
10299
10300 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10301
10302         * mm-util.el (mm-quote-arg): Remove.
10303
10304         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10305         shell-quote-argument.
10306
10307         * gnus-uu.el (gnus-uu-command): do.
10308
10309         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10310
10311         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10312         with make-char.
10313
10314         * mm-util.el (mm-make-char): Remove.
10315
10316         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10317         add-minor-mode.
10318
10319         * gnus-undo.el (gnus-undo-mode): do.
10320
10321         * gnus-topic.el (gnus-topic-mode): do.
10322
10323         * gnus-sum.el (gnus-dead-summary-mode): do.
10324
10325         * gnus-start.el (gnus-slave-mode): do.
10326
10327         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10328
10329         * gnus-ml.el (gnus-mailing-list-mode): do.
10330
10331         * gnus-gl.el (gnus-grouplens-mode): do.
10332
10333         * gnus-draft.el (gnus-draft-mode): do.
10334
10335         * gnus-dired.el (gnus-dired-mode): do.
10336
10337         * gnus-ems.el (gnus-add-minor-mode): Remove.
10338
10339         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10340         Replace gnus-char-width with char-width.
10341
10342         * gnus-ems.el (gnus-char-width): Remove.
10343
10344         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10345         Replace gnus-char-width with char-width.
10346
10347         * gnus-ems.el (gnus-char-width): Remove.
10348
10349         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10350         definition.
10351         Remove Emacs 20 hash table compatibility code.
10352
10353         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10354         20 compatibility code.
10355
10356         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10357
10358         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10359
10360         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10361         with point-at-{eol,bol}.
10362
10363         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10364
10365         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10366
10367         * flow-fill.el (fill-flowed-point-at-bol,
10368         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10369
10370         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10371         Replace with point-at-{eol,bol} throughout all files.
10372
10373 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * ntlm.el (ntlm-string-as-unibyte): New macro.
10376         (ntlm-build-auth-response): Use it.
10377
10378         Remove Emacs 20 stuff:
10379         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10380         (butlast, mapc, remove): Remove the compiler macros.
10381         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10382         of delq and copy-sequence.
10383         * gnus-art.el (popup-menu): Remove the compiler macro.
10384         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10385         Emacs 20.
10386
10387 2004-01-05  Simon Josefsson  <jas@extundo.com>
10388
10389         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10390         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10391         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10392         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10393         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10394         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10395         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10396         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10397         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10398         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10399         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10400         string-xor into ntlm-string-xor.  Suggested by
10401         Jesper Harder <harder@myrealbox.com>.
10402
10403         * ntlm.el: Don't include poem.
10404
10405         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10406         Jesper Harder <harder@myrealbox.com>.
10407
10408         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10409
10410         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10411         probably breaks emacs with DL patch, but do we care? Is anyone
10412         still using the DL stuff?)
10413
10414         * sieve-manage.el: Use the password package.
10415         (sieve-manage-read-passwd): Remove.
10416         (sieve-manage-interactive-login): Use password.  Re-add
10417         condition-case around loop.
10418
10419         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10420         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10421         the password package.
10422
10423 2003-02-19  Simon Josefsson  <jas@extundo.com>
10424
10425         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10426         token.
10427
10428 2002-08-07  Simon Josefsson  <jas@extundo.com>
10429
10430         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10431         (sieve-manage-authenticators):
10432         (sieve-manage-authenticator-alist): Add some SASL mechs.
10433         (sieve-sasl-auth): New function.
10434         (sieve-manage-cram-md5-auth):
10435         (sieve-manage-plain-auth): Rewrite using SASL library.
10436         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10437         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10438         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10439         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10440
10441 2004-01-05  Simon Josefsson  <jas@extundo.com>
10442
10443         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10444         New files.
10445
10446 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10447
10448         * gnus-group.el (gnus-no-groups-message): Update.
10449
10450         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10451
10452 2003-11-09  Simon Josefsson  <jas@extundo.com>
10453
10454         * imap.el: Support for ID IMAP extension (RFC 2971).
10455         (imap-local-variables): Add imap-id.
10456         (imap-id): New variable.
10457         (imap-id): New function.
10458         (imap-parse-response): Parse untagged ID response.
10459         * nnimap.el (nnimap-id): New variable.
10460         (nnimap-open-connection): Use it.
10461
10462 2003-12-28  Simon Josefsson  <jas@extundo.com>
10463
10464         * gnus-score.el (gnus-score-edit-all-score): New.
10465         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10466
10467 2004-01-04  Simon Josefsson  <jas@extundo.com>
10468
10469         * password.el: Add.
10470
10471 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10472
10473         * dns.el: Add support for AAAA records (see RFC 3596)
10474
10475         * Fix typo PRT -> PTR
10476
10477         * Parse MX, PTR and SOA replies (see RFC 1035)
10478
10479 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10480
10481         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10482
10483         * Moved to Changelog.2.
10484
10485 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10486
10487         * gnus.el (gnus-version-number): Bump version.
10488
10489 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10490
10491         * gnus.el: No Gnus v0.1 is released.
10492
10493 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10494
10495         * gnus.el: No Gnus v0.0 is released.
10496
10497 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10498
10499         * gnus.el (gnus-version-number): Bump.
10500         (gnus-version): No.
10501
10502 See ChangeLog.2 for earlier changes.
10503
10504     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10505
10506   This file is part of GNU Emacs.
10507
10508   GNU Emacs is free software; you can redistribute it and/or modify
10509   it under the terms of the GNU General Public License as published by
10510   the Free Software Foundation; either version 2, or (at your option)
10511   any later version.
10512
10513   GNU Emacs is distributed in the hope that it will be useful,
10514   but WITHOUT ANY WARRANTY; without even the implied warranty of
10515   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10516   GNU General Public License for more details.
10517
10518   You should have received a copy of the GNU General Public License
10519   along with GNU Emacs; see the file COPYING.  If not, write to the
10520   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10521   Boston, MA 02110-1301, USA.
10522
10523 ;; Local Variables:
10524 ;; coding: iso-2022-7bit
10525 ;; fill-column: 79
10526 ;; add-log-time-zone-rule: t
10527 ;; End:
10528
10529 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4