a91af9301e02e58e00905fd6e0587700fa904b3c
[gnus] / lisp / ChangeLog
1 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4         (nnmail-get-new-mail): Reformat.
5
6         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7
8         * gmm-utils.el: Fix Commentary.
9         (gmm-tool-bar-from-list): Fix typo in doc string.
10
11 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12
13         * message.el (message-yank-original): Fix bug:
14         Don't switch point and mark unnecessarily.
15
16 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
19         from the message heads.
20
21 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
22
23         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
24         article buffer does not have a window.  This may not be the best
25         solution but is certainly better than setting the start of the null,
26         that is the current, window.
27
28 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
29
30         * gnus-draft.el (gnus-draft-setup-hook): New hook.
31         (gnus-draft-setup): Run it.
32
33         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
34         gnus-score-fast-scoring.  Allow regexp.
35         (gnus-score-headers): Use it.
36
37         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
38         XEmacs.
39
40         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
41         string.
42         (gnus-button-alist): Also catch `<f1> k ...'.
43         (gnus-treat-display-x-face): Fix doc string.
44
45 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
46
47         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
48         evaluation of gnus-extended-version to ensure correct generation of the
49         User-Agent header when message-generate-headers-first is used.
50
51 2007-03-24  Simon Josefsson  <simon@josefsson.org>
52
53         * hashcash.el (hashcash-generate-payment-async): Don't crash if
54         hashcash-path is nil.  Don't call callback with incorrect number of
55         parameters if val is 0.
56
57 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
58
59         * message.el (message-required-news-headers):
60         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
61
62 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
63
64         * tls.el (open-tls-stream): In handshake-waiting loop,
65         don't wait more if there is output available to process.
66
67 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
68
69         * tls.el (tls-program): Doc fix.
70
71 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * message.el (message-generate-new-buffers): Change the meaning of the
74         nil value; add `standard' to the choices; treat t as `unique'; improve
75         doc string.
76         (gnus-select-frame-set-input-focus): Autoload.
77         (message-buffer-name): Search for the existing message buffer if
78         message-generate-new-buffers is nil or `standard'; treat the value t of
79         message-generate-new-buffers as `unique'.
80         (message-pop-to-buffer): Raise the frame already displaying the message
81         buffer; clear the echo area after querying.
82         (message-setup): Pass the `continue' argument to compose-mail.
83         (message-mail): Prefer `switch-function' if it is given; search for the
84         existing message buffer if the `continue' argument is non-nil; pass
85         continue and switch-function arguments to compose-mail by way of
86         message-setup.
87         (message-mail-other-window): Adjust argument of message-setup.
88         (message-mail-other-frame): Ditto.
89
90 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
93         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
94         to turn font-lock on when turning gnus-message-citation-mode on.
95
96 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
97
98         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
99         (mml-smime-function-alist): New variable; add epg as the backend.
100         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
101         mml-smime- functions instead.
102         * mm-view.el: Require smime.
103
104 2007-03-05  Didier Verna  <didier@xemacs.org>
105
106         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
107         instead of just inheritance for posting styles.
108         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
109
110 2007-02-24  Chris Moore  <dooglus@gmail.com>
111
112         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
113         * pgg-pgp.el (pgg-pgp-encrypt-region):
114         * pgg-gpg.el (pgg-gpg-encrypt-region):
115         Check pgg-encrypt-for-me if no other recipients.
116
117 2007-02-24  John Paul Wallington  <jpw@pobox.com>
118
119         * tls.el (tls-certtool-program): Fix custom type.
120
121 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
124         and point-at-eol instead of line-(beginning|end)-position.
125
126         * assistant.el (assistant-parse-buffer): Ditto.
127
128         * netrc.el (netrc-parse-services): Ditto.
129
130 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
131
132         * mml2015.el (mml2015-epg-find-usable-key): New function.
133         (mml2015-epg-sign): Use it.
134         (mml2015-epg-encrypt): Use it.
135
136 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * message.el (message-make-in-reply-to): Quote name containing
139         non-ASCII characters.  It will make the RFC2047 encoder cause an error
140         if there are special characters.  Reported by NAKAJI Hiroyuki
141         <nakaji@kankyo-u.ac.jp>.
142
143 2007-02-27  Didier Verna  <didier@xemacs.org>
144
145         Include the group parameters as well as the topic ones in the
146         inheritance filter process.
147         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
148         argument GROUP-PARAMS-LIST.
149         * gnus-topic.el (gnus-group-topic-parameters): Use it.
150
151 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * nntp.el (nntp-never-echoes-commands)
154         (nntp-open-connection-functions-never-echo-commands): New variables.
155         (nntp-send-command): Use them.
156
157 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
158
159         * mml2015.el (mml2015-epg-verify): Simplified.
160
161 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * mml.el (mml-content-disposition-alist): New user option.
164         (mml-content-disposition): New function.
165         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
166         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
167
168 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
169
170         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
171         verification.
172
173 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
174
175         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
176         articles posted in the last 24 hours.
177
178 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
179
180         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
181
182 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
183
184         * nntp.el (nntp-send-command): Don't wait for echoes when
185         nntp-open-ssl-stream is used.
186
187 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * gnus-cite.el (gnus-test-font-lock-add-keywords)
190         (gnus-message-add-citation-keywords)
191         (gnus-message-remove-citation-keywords): Remove.
192         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
193         directly, make the variables in font-lock-defaults buffer-local, add
194         gnus-message-citation-keywords to them and then update the value of
195         font-lock-keywords.
196
197 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * message.el (message-cite-original-1): Don't call
200         gnus-article-highlight-citation.
201
202         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
203         citations; fix line count.
204
205 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
208         (gnus-message-add-citation-keywords)
209         (gnus-message-remove-citation-keywords): Use it; fix the emulating
210         versions of font-lock-add-keywords and font-lock-remove-keywords to
211         work with XEmacs correctly.
212
213 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * gnus-cite.el (gnus-cite-face-list): Set the values of
216         gnus-message-max-citation-depth and gnus-message-citation-keywords.
217         (gnus-message-max-citation-depth): Use defvar rather than defconst.
218         (gnus-message-cite-prefix-regexp): New variable.
219         (gnus-message-search-citation-line): Use it; protect against long
220         citation prefix; fill match data with nil rather than 0 for XEmacs; set
221         the 0th match data for Emacs.
222         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
223         (gnus-message-add-citation-keywords): Append keywords rather than
224         prepending; emulate font-lock-add-keywords if it is not available.
225         (gnus-message-remove-citation-keywords): Emulate
226         font-lock-remove-keywords if it is not available.
227
228         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
229
230         * message.el (message-cite-prefix-regexp): Set the value of
231         gnus-message-cite-prefix-regexp.
232
233 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
234
235         * nnweb.el (nnweb-google-parse-1): Update parser.
236
237 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
238
239         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
240
241 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
242
243         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
244         regexp.
245
246 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * uudecode.el (uudecode-string-to-multibyte): New function emulating
249         string-to-multibyte.
250         (uudecode-decode-region-internal): Use it.
251
252         * lpath.el: Fbind string-as-multibyte for XEmacs.
253
254 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
255
256         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
257         custom choice.
258
259         * gnus-art.el (gnus-signature-limit): Fix custom choice.
260
261 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
262
263         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
264
265         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
266         `write-region' to respect `mm-inhibit-file-name-handlers'.
267
268 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
269
270         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
271         Use gnus-home-directory instead of "~/" or "$HOME".
272
273 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
274
275         * encrypt.el (encrypt-insert-file-contents): Add better prompt
276         to mention filename.
277         Add comments at beginning regarding usage.
278         (encrypt-write-file-contents): Change interactive so a string is
279         acceptable.  If the file has no associated model, show an error instead
280         of a nonsense prompt.
281
282 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
283
284         * spam.el (spam-bsfilter-ham-switch): Fix typo.
285         Thanks to Yoshihiko Yamada for kind notification of this typo.
286
287 2007-01-12  Kenichi Handa  <handa@m17n.org>
288
289         * uudecode.el (uudecode-decode-region-internal): Make it work in a
290         multibyte buffer.
291
292 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
293
294         * gnus-score.el (gnus-score-fast-scoring): New variable.
295         (gnus-score-headers): Use it.
296
297         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
298
299         * message.el (message-cite-original-1): Call
300         gnus-article-highlight-citation if requested.
301
302         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
303
304         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
305         bugs to doc string.
306         (gnus-button-alist): Add mid\\|message-id.
307         (gnus-button-fetch-group): Extend for use in
308         `browse-url-browser-function'.
309         (gnus-button-url-regexp): Try to catch paired parentheses like in
310         Wikipedia URLs.
311
312         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
313         Suggested by Simon Krahnke <overlord@gmx.li>.
314
315 2007-01-13  Romain Francoise  <romain@orebokech.com>
316
317         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
318         Update copyright.
319
320 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
321
322         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
323
324 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
325
326         * gnus-registry.el (gnus-registry-unfollowed-groups)
327         (gnus-registry-split-fancy-with-parent): Fix documentation.
328
329 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
332         from nnweb groups.
333
334 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
337         Xref urls.  Erase buffer before requesting head.
338
339 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
340
341         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
342         customizable.
343
344 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
345
346         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
347         no signing key is found.
348         (mml2015-epg-encrypt): Ask user whether to skip or abort if
349         no encrypting and/or signing key is found.
350
351 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
352
353         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
354
355 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
356
357         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
358         headers read from disk with the ones newly found in the current search.
359         This should no longer cause problems, because the article numbers in
360         Gmane's `nov.php' output are ignored since the previous change.
361
362 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
363
364         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
365
366 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
369         replace-regexp-in-string; bind url-version; fbind display-images-p and
370         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
371         find-face and set-itimer-function for Emacs; bind itimer-list for
372         Emacs.
373
374         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
375
376 2007-01-01  Romain Francoise  <romain@orebokech.com>
377
378         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
379
380 2006-12-31  Steve Youngs  <steve@sxemacs.org>
381
382         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
383         `define-minor-mode' macro definition expanded properly.
384         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
385         exclude it there.
386
387         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
388         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
389         `fboundp' test.
390         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
391         This is OK to autoload in (S)XEmacs now.
392
393 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
396         keystroke.
397         (gnus-summary-limit-to-singletons): Fix typo.
398
399         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
400         else fails.
401
402 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
403
404         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
405         docstring.
406
407         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
408         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
409         (gnus-summary-insert-dormant-articles): Fix typo in message.
410
411 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
412
413         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
414         nil for XEmacs.
415         (gnus-message-citation-mode): Don't autoload in XEmacs.
416
417         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
418
419 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
420
421         * nnimap.el (nnimap-expunge-search-string): Mention
422         nnimap-search-uids-not-since-is-evil in docstring.
423
424 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
425
426         * spam.el: Revert to make-obsolete-variable because
427         define-obsolete-variable-alias is not supported in Emacs 21.
428
429         * spam.el (spam-ifile-path, spam-ifile-database-path)
430         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
431         make-obsolete-variable.
432         (spam-bsfilter-path, spam-bsfilter-program)
433         (spam-spamassassin-path, spam-spamassassin-program)
434         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
435         use "path" inappropriately.
436         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
437         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
438         variable names.
439
440 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
441
442         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
443         summary buffer.
444
445         * password.el (password-cache-remove): Use clear-string to burn
446         password, if available.
447
448 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
449
450         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
451
452         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
453
454         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
455         (gnus-message-highlight-citation): Move defcustom here from
456         gnus-cite.el.
457         (gnus-message-citation-mode): Autoload.
458
459         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
460         checks to make it compile with XEmacs.
461         (gnus-message-citation-mode): New minor mode.
462         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
463         (gnus-message-highlight-citation): New variables.
464         (gnus-message-search-citation-line)
465         (gnus-message-add-citation-keywords)
466         (gnus-message-remove-citation-keywords)
467         (turn-on-gnus-message-citation-mode)
468         (turn-off-gnus-message-citation-mode): New functions.
469
470 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
471
472         * gnus-cite.el: Enable highlighting of different citation levels in
473         message-mode.
474
475 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
476
477         * message.el (message-make-fqdn): Fix comment.
478         (message-bogus-system-names): Add ".local".
479
480         * spam.el (spam-ifile-path, spam-ifile-program)
481         (spam-ifile-database-path, spam-ifile-database)
482         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
483         Don't use "path" inappropriately.
484         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
485         strings.
486         (spam-check-ifile, spam-ifile-register-with-ifile)
487         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
488         new variable names.
489
490         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
491         (gnus-treat-display-smileys): Simplify using
492         gnus-image-type-available-p.
493
494         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
495         available.
496
497         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
498         `display-images-p' if available.
499
500 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
503         one after turning on the buffer's multibyteness instead of decoding
504         them directly in the unibyte buffer that causes unexpected conversion
505         in Emacs 23 (unicode).
506
507 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
508
509         * message.el (message-generate-hashcash): Fix custom type.
510
511 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
512
513         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
514
515 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
516
517         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
518         disconnect icons.  Add help text.
519
520 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
521
522         * spam.el (spam-extra-header-to-number): CRM114 spam score is
523         negated to be consistent with the others we handle.
524
525 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
528         version of gnus-summary-buffer to something, so that we can use two
529         article buffers at the same time.
530
531 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
532
533         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
534         trigger all the extra headers.
535         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
536         sorting.
537
538 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
539
540         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
541         solid groups.
542
543 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
544
545         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
546
547 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
548
549         * legacy-gnus-agent.el: Add Copyright notice.
550
551 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
552
553         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
554
555 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
558
559         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
560         to make it work reliably in CVS Emacs.
561         (gnus-summary-limit-strange-charsets-predicate)
562         (gnus-summary-limit-to-predicate): New functions.
563
564 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
565
566         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
567         specifying array size.
568         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
569         array if it is too small.
570         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
571         (gnus-sort-threads-loop): New function.
572
573 2006-12-06  Chris Moore  <dooglus@gmail.com>
574
575         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
576         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
577
578 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
579
580         * mm-url.el (mm-url-predefined-programs): Call curl with correct
581         options.
582
583 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
586         DOS-ing the recipient.
587
588         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
589         the headers when creating the mapping to avoid mismappings.
590         (nnweb-gmane-create-mapping): Always nix out old mapping.
591
592 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
595         and mm-verify-option to never.
596
597 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * message.el (message-signed-or-encrypted-p): New function.
600         (message-forward-make-body): Use it.
601
602         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
603         Replace encode-coding-string with mm-encode-coding-string.
604
605 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * nneething.el (nneething-decode-file-name): Replace
608         decode-coding-string with mm-decode-coding-string.
609
610         * gnus-int.el (gnus-open-server): Say failed server's name.
611
612 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
613
614         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
615         strings to a single string.  Quote `errors-file-name'.
616         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
617         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
618         Adjust calls.  Use `shell-quote-argument'.
619
620 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
621
622         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
623         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
624
625         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
626         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
627         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
628         (gnus-group-make-directory-group, gnus-group-transpose-groups):
629         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
630         (gnus-subscribe-newsgroup, gnus-1):
631         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
632         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
633         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
634         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
635
636 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
639         keystroke.
640         (gnus-summary-limit-to-bodies): Implement headersp.
641
642 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * dns.el (query-dns): Protect against "Process dns deleted" strings.
645
646 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
647
648         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
649
650 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * message.el (message-generate-hashcash): Expand range of values to
653         include `opportunistic'.
654         (message-send-mail): Use it.
655
656 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
657
658         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
659         and comment it.
660
661         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
662
663 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
664
665         * gnus-util.el (gnus-extract-address-components): Improve comment.
666
667 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-util.el (gnus-extract-address-components): Work with address in
670         which the name portion contains @.
671
672         * lpath.el: Fbind custom-autoload.
673
674 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
675
676         * gnus.el (gnus-start): Move custom group up.
677         (gnus-select-method): Don't autoload, but make it available for
678         `customize-variable'.
679         (gnus-getenv-nntpserver): Don't autoload.
680
681 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
682
683         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
684
685 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
686
687         * message.el (message-sendmail-extra-arguments): New variable.
688         (message-send-mail-with-sendmail): Use it.
689
690 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
693         mm-with-unibyte-current-buffer to make string unibyte.
694
695         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
696         mm-string-as-multibyte.
697
698 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
699
700         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
701         Reported by Werner Koch <wk@gnupg.org>.
702
703 2006-11-14  Daiki Ueno  <ueno@p360>
704
705         * mml2015.el: Autoload epa-select-keys when compiling.
706
707 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
708
709         * mml2015.el (mml2015-epg-sign): Save the signing keys in
710         message-options.
711         (mml2015-epg-encrypt): Save the recipient keys in message-options.
712
713 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
714
715         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
716         EasyPG (< 0.0.6).
717         (mml2015-always-trust): New user option.
718         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
719         prompt.
720
721 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * nntp.el (nntp-authinfo-force): New variable.
724         (nntp-send-authinfo): Use it.
725
726 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
727
728         * message.el (message-strip-subject-encoded-words): Allow _not_ to
729         decode encoded words.  Improve prompt.  Add comment about forwarding.
730         (message-replacement-char): Move up.
731
732 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
733
734         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
735         instead of gnus-intersection because arguments of gnus-sorted-nunion
736         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
737
738 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
739
740         * message.el (message-strip-subject-encoded-words): Reformat prompt.
741         (message-simplify-subject-functions): Enable
742         message-strip-subject-encoded-words by default.
743
744 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
745
746         * message.el (message-strip-subject-encoded-words): New function
747         (message-simplify-subject-functions): New variable.
748         (message-simplify-subject): Use it.  Fix typo in doc string.
749         Support message-strip-subject-encoded-words.
750
751 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
752
753         * gnus-diary.el (gnus-diary-delay-format-function):
754         * nndiary.el (nndiary-reminders):
755         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
756
757 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
758
759         * gnus-art.el (article-hide-boring-headers): Fetch date from
760         gnus-original-article-buffer to avoid problems with localized date
761         strings.
762
763 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
766
767 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
768
769         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
770         New variables.
771         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
772         (mm-charset-synonym-alist): Move some entries to
773         mm-codepage-iso-8859-list.
774         (mm-charset-synonym-alist, mm-charset-override-alist): Add
775         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
776
777 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
780
781 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
782
783         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
784         with Emacs 21 and XEmacs.
785
786 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
787
788         * spam.el (spam-parse-address): New function for better parsing,
789         catching errors, etc.
790         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
791
792 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
793
794         * mm-view.el: Add interactive arg to html2text autoload.
795
796 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
797
798         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
799
800 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
801
802         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
803         variables.
804         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
805         (mm-charset-synonym-alist): Move some entries to
806         mm-codepage-iso-8859-list.
807
808         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
809
810 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
811
812         * message.el (message-citation-line-format)
813         (message-insert-formated-citation-line): Fix implementation of %E, %N
814         and %n according to the doc string.
815
816 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
817
818         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
819         car-safe to avoid bad parses.
820
821 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
824         names.
825
826         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
827
828 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
831         header.
832
833         * message.el (message-draft-headers): Add Date.
834         (message-headers-to-generate): Fix typo in docstring.
835
836         * nndraft.el (nndraft-required-headers): New variable.
837         (nndraft-generate-headers): Use it.
838
839         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
840
841 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
842
843         * gnus-registry.el (gnus-registry-wash-for-keywords)
844         (gnus-registry-find-keywords): New functions to allow easy searching of
845         articles that are in the registry.
846
847 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
848
849         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
850         ietf-drums-parse-address instead of gnus-extract-address-components.
851         Reported by Damien Elmes <damien@repose.cx>.
852
853 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
854
855         * gnus.el (gnus-mime): Remove unused custom group.
856
857 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
858
859         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
860         "blank line" when searching for end of armor headers.
861
862 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gmm-utils.el (gmm-write-region): Fix variable name.
865
866 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
867
868         * gmm-utils.el (gmm-write-region): New function based on compatibility
869         code from `mm-make-temp-file'.
870
871         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
872
873         * nnmaildir.el (nnmaildir--update-nov)
874         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
875         Use `gmm-write-region'.
876
877 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
878
879         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
880         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
881
882         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
883
884         * message.el (message-replacement-char): New variable.
885         (message-fix-before-sending): Use it.
886         (message-simplify-subject): New function to remove duplicate code.
887         (message-reply, message-followup): Use it.
888
889         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
890         gnus-summary-limit-to-articles.
891
892 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * gnus-util.el (gnus-with-local-quit): New macro.
895
896         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
897
898 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
899
900         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
901         ignore non-string data.
902
903 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
904
905         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
906         non-string data (needs to be done in the registry too).
907
908 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
909
910         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
911         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
912         (gnus-registry-split-fancy-with-parent)
913         (gnus-registry-fetch-simplified-message-subject-fast)
914         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
915         Remove text properties on ingress into the registry and when it's saved.
916         (gnus-registry-clean-empty-function): Fix bug with cleaning the
917         registry from entries with no groups.
918
919 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
920
921         * gnus-util.el (gnus-string-remove-all-properties): Add utility
922         function to remove string properties.
923
924 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
925
926         * gmm-utils.el (gmm): Adjust custom version.
927
928         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
929         custom version.
930
931         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
932
933 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
934
935         * gnus-art.el (gnus-insert-prev-page-button)
936         (gnus-insert-next-page-button): Simplify.  Reformat.
937
938 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
939
940         * gnus-art.el (gnus-insert-prev-page-button)
941         (gnus-insert-next-page-button): Apply gnus-article-button-face.
942
943 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
944
945         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
946
947 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
948
949         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
950         gnus-article-button-face to MIME and security buttons.
951
952 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
953
954         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
955         readable.
956
957 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
960
961 2006-09-20  Steve Youngs  <steve@sxemacs.org>
962
963         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
964         `browse-url-of-file' instead of `browse-url'.
965
966 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
967
968         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
969         regexp.  Articles containing quotation were cut prematurely.
970
971 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * message.el (message-cite-original-1): Use nobody by default for the
974         value of From header.
975         (message-reply): Ditto.
976
977 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
978
979         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
980         to the gnus-info.  This fixes a bug of inline-PGP message verification.
981         Reported by Michael Piotrowski <mxp@dynalabs.de>.
982
983 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
984
985         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
986         mails in the doc string.  Add some URLs in comment.
987         (pop3-movemail): Warn about pop3-leave-mail-on-server.
988
989 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
992         backslashes handling and the way to find boundaries of quoted strings.
993
994 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
995
996         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
997         mml1991-encrypt-to-self is set and mml1991-signers is not set.
998         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
999         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1000
1001 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1002
1003         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1004         doc string.
1005         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1006
1007 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * lpath.el: Fbind epg-check-configuration.
1010
1011 2006-09-06  Simon Josefsson  <jas@extundo.com>
1012
1013         * mml2015.el (mml2015-use): Doc fix, mention epg.
1014
1015 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1016
1017         * mml2015.el (mml2015-use): Default to epg, if available.
1018
1019 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1020
1021         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1022         message-sender.
1023         (mml1991-epg-encrypt): Ditto.
1024         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1025         message-sender.
1026         (mml2015-epg-encrypt): Ditto.
1027
1028 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1029
1030         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1031         several common directories.
1032
1033 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1034
1035         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1036         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1037
1038 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * gnus-art.el (article-decode-encoded-words): Make it fast.
1041
1042 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1045
1046         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1047         in quoted string into `\'.
1048
1049 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1052         Use standard-syntax-table.
1053
1054 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * gnus-art.el (gnus-decode-address-function): New variable.
1057         (article-decode-encoded-words): Use it to decode headers which are
1058         assumed to contain addresses.
1059         (gnus-mime-delete-part): Remove useless `or'.
1060
1061         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1062         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1063         (gnus-nov-parse-line): Use it to decode From header.
1064         (gnus-get-newsgroup-headers): Ditto.
1065         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1066
1067         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1068         (mail-decode-encoded-address-string): New alias.
1069
1070         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1071         New function.
1072         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1073         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1074         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1075         (rfc2047-decode-string): Ditto.
1076         (rfc2047-decode-address-region): New function.
1077         (rfc2047-decode-address-string): New function.
1078
1079 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1080
1081         * message.el (message-caesar-buffer-body): Allow rotating headers.
1082
1083         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1084
1085         * message.el (message-insert-formated-citation-line): Fix %f.
1086         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1087
1088 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1091         (gnus-bookmark-mouse-available-p): New macro.
1092         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1093         (gnus-bookmark-bmenu-show-infos): Use it.
1094         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1095         (gnus-bookmark-bmenu-hide-infos): Ditto.
1096         (gnus-bookmark-remove-properties): New function.
1097         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1098         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1099         (gnus-bookmark-write-file): Bind coding-system-for-write.
1100         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1101         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1102         group before selecting it.
1103         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1104         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1105         quit-window if it is not available; use gnus-mouse-2 and bind it to
1106         gnus-bookmark-bmenu-select-by-mouse.
1107         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1108         (gnus-bookmark-bmenu-select-by-mouse): New function.
1109
1110 2006-08-13  Romain Francoise  <romain@orebokech.com>
1111
1112         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1113         space.
1114
1115 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * compface.el (uncompface): Use binary rather than raw-text-unix.
1118
1119 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * compface.el (uncompface): Make sure the eol conversion doesn't take
1122         place when communicating with the external programs.  Reported by
1123         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1124
1125 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1128
1129 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1130
1131         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1132         Make it more robust by parsing author and date independently.
1133
1134 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1137
1138 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1139
1140         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1141         first matching secret key.
1142         (mml2015-epg-encrypt): Ditto.
1143
1144         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1145         first matching secret key.
1146         (mml1991-epg-encrypt): Ditto.
1147
1148         * mml2015.el (mml2015-encrypt-to-self): New user option.
1149         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1150         mml2015-epg-encrypt-to-self is set.
1151
1152         * mml1991.el (mml1991-encrypt-to-self): New variable.
1153         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1154         mml1991-epg-encrypt-to-self is set.
1155
1156         * mml2015.el (mml2015-signers): New user option.
1157         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1158         (mml2015-epg-encrypt): Allow to select signing keys.
1159
1160         * mml1991.el (mml1991-signers): New variable.
1161         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1162         (mml1991-epg-encrypt): Allow to select signing keys.
1163
1164 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * nnheader.el (nnheader-insert-head): Make it work even if the file
1167         uses CRLF for the line-break code.
1168
1169 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1170
1171         * mml2015.el: Require mml-sec instead of password.
1172         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1173         (mml2015-cache-passphrase): Inherit the default value from
1174         mml-secure-cache-passphrase.
1175         (mml2015-passphrase-cache-expiry): Inherit the default value from
1176         mml-secure-passphrase-cache-expiry.
1177
1178         * mml1991.el: Require mml-sec instead of password.
1179         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1180         (mml1991-cache-passphrase): Inherit the default value from
1181         mml-secure-cache-passphrase.
1182         (mml1991-passphrase-cache-expiry): Inherit the default value from
1183         mml-secure-passphrase-cache-expiry.
1184
1185         * mml-sec.el: Require password.
1186         (mml-secure-verbose): New user option.
1187         (mml-secure-cache-passphrase): New user option.
1188         (mml-secure-passphrase-cache-expiry): New user option.
1189
1190 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1191
1192         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1193         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1194         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1195
1196         FIXME: Use `tiny change'?
1197
1198 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1199
1200         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1201         workaround for the url package included with Emacs.
1202
1203         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1204
1205 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1208         correctly.  This fixes a bug caused by the 2006-05-12 change.
1209
1210 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1211
1212         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1213         some information about the error when saying that the `bogus' mail
1214         group will be used.
1215
1216 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1217
1218         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1219         string.
1220
1221 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1222
1223         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1224
1225 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1226
1227         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1228
1229 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1230
1231         * mml1991.el (mml1991-function-alist): Add epg.
1232         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1233         (mml1991-epg-encrypt): New functions.
1234
1235 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1236
1237         * mml2015.el (mml2015-verbose): New variable.
1238         (mml2015-cache-passphrase): Ditto.
1239         (mml2015-passphrase-cache-expiry): Ditto.
1240         (mml2015-function-alist): Add epg.
1241         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1242         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1243         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1244         functions.
1245
1246 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1247
1248         * message.el (message-cite-original-1): Preserve region when removing
1249         quoted text due to X-No-Archive in order to avoid bogus attribution
1250         when citing multiple messages.
1251
1252 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1253
1254         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1255         Kenneth Jacker <khj@be.cs.appstate.edu>.
1256
1257 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1258
1259         * gnus-diary.el (gnus-user-format-function-d)
1260         (gnus-user-format-function-D): Autoload.
1261
1262         * imap.el (Commentary): Fix typo.
1263
1264         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1265         2006-04-22 contribution.
1266
1267 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1268
1269         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1270         It didn't really fix the bogosity I'm seeing with solid web groups.
1271
1272 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1273
1274         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1275         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1276         created using server names.  If we use the feature without declaring
1277         it, Gnus does not properly manage server and group state.
1278
1279         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1280         bound.
1281
1282 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1283
1284         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1285         looking up the method using GROUP's prefix before inventing a new one.
1286         It is used on killed/unknown groups in various places where returning
1287         an all-new method isn't expected by the caller.
1288
1289         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1290         and match semantics of gnus-group-real-prefix.
1291
1292 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1293
1294         * nnmail.el (nnmail-broken-references-mailers): New variable.
1295         (nnmail-ignore-broken-references): New function generalizing
1296         nnmail-fix-eudora-headers.
1297         (nnmail-fix-eudora-headers): Now obsolete.
1298
1299         * gnus-art.el (gnus-button-handle-custom): Support
1300         `customize-apropos*'.
1301
1302 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1305
1306         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1307         articles.
1308
1309 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1310
1311         * message.el (message-cite-reply-above): New variable.
1312         (message-yank-original): Use it.
1313
1314 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1317
1318 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1319
1320         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1321         as read.
1322
1323         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1324
1325 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1326
1327         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1328         (gnus-bookmark-default-file): Use gnus-directory.
1329         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1330         Remove "*" in doc string.
1331         (gnus-bookmark-write-file): Simplify.
1332         (gnus-bookmark-maybe-sort-alist): Use `when'.
1333         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1334         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1335         FIXME about Emacs 21 and XEmacs compatibility.
1336         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1337         compatibility.
1338         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1339         compatibility.
1340         (gnus-bookmark-menu-heading): Fix version.
1341
1342 2006-06-19  Bastien Guerry  <bzg@altern.org>
1343
1344         * gnus-bookmark.el: New file.
1345
1346 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * message.el (message-syntax-checks): Doc fix.
1349
1350 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1351
1352         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1353         unsubscribed groups as if they were killed ones.  It causes duplicate
1354         entries in gnus-newsrc-alist.
1355
1356 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * message.el (message-syntax-checks): Doc fix.
1359         (message-send-mail): Add check for continuation headers.
1360         (message-check-news-header-syntax): Fix regexp used to check for
1361         continuation headers.
1362
1363 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1366
1367 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1368
1369         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1370
1371 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1374         default-truncate-lines.
1375
1376 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1379         to fill the utf-8 entry.
1380
1381         * lpath.el: Fbind unicode-precedence-list.
1382
1383 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1384
1385         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1386
1387 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1388
1389         * gnus-agent.el (directory-files-and-attributes): Move all the way
1390         forward (the third and final move).
1391         (gnus-agent-read-agentview): Trap reconstruction errors due to
1392         nonexistant directory.  Handle by returning nil.
1393
1394 2006-05-30  Didier Verna  <didier@xemacs.org>
1395
1396         * message.el (message-dont-reply-to-names): Update the custom type.
1397         * message.el (message-dont-reply-to-names): New defsubst: potentially
1398         convert a list of regexps into a single one.
1399         * message.el (message-get-reply-headers): Use it.
1400         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1401
1402 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * gnus-agent.el (directory-files-and-attributes): Move forward.
1405
1406 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1407
1408         * gnus-ml.el (gnus-mailing-list-subscribe)
1409         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1410         (gnus-mailing-list-message): Fix doc strings.
1411
1412 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1413
1414         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1415         of doing it manually.
1416
1417 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1418
1419         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1420         comment.
1421
1422 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1423
1424         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1425         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1426         (gnus-agent-read-local): All symbols allocated in my-obarray
1427         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1428         (gnus-agent-regenerate-group): Check numeric names to see if they are
1429         messages or groups.
1430         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1431         better way of do this...)
1432
1433         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1434         'dummy.group' (there should be a better way of do this...)
1435
1436 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1439         (gnus-saved-headers): Ditto.
1440         (gnus-default-article-saver): Mention functions may have properties.
1441         (gnus-article-save): Override gnus-save-all-headers and
1442         gnus-saved-headers by :headers property which saver function may have.
1443         (gnus-summary-save-in-file): Add :headers property.
1444         (gnus-summary-write-to-file): Ditto.
1445
1446         * gnus-sum.el (gnus-summary-save-article): Bind
1447         gnus-prompt-before-saving to t when saving many articles in a file;
1448         always show all headers.
1449
1450         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1451
1452 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1453
1454         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1455         marks.
1456
1457         * message.el (message-indent-citation): Add optional arguments to allow
1458         using it outside of message buffers.
1459
1460         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1461         (gnus-article-treat-unfold-headers): Use it.
1462         (gnus-article-truncate-lines): New variable.
1463         (gnus-article-mode): Use it.
1464         (gnus-article-toggle-truncate-lines): New function.
1465
1466         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1467         gnus-article-toggle-truncate-lines.
1468
1469         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1470         coding system in XEmacs, use binary.
1471
1472 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1475         after-load-alist.
1476
1477         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1478         this function should save decoded articles.
1479         (gnus-summary-write-to-file): Use property to specify this function
1480         should save decoded articles and specify gnus-summary-save-in-file
1481         should be used to save articles other than the first one when saving
1482         many articles.
1483         (gnus-summary-save-body-in-file): Use property to specify this
1484         function should save decoded articles.
1485         (gnus-summary-write-body-to-file): Use property to specify this
1486         function should save decoded articles and specify
1487         gnus-summary-save-body-in-file should be used to save articles other
1488         than the first one when saving many articles.
1489
1490         * gnus-sum.el (gnus-summary-save-article): Simplify.
1491
1492 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * gnus-art.el (gnus-default-article-saver): Add
1495         gnus-summary-write-body-to-file.
1496         (gnus-article-save-coding-system): Don't use coding system object
1497         in XEmacs.
1498         (gnus-read-save-file-name): Add optional `dir-var' argument which
1499         specifies directory in which files are saved; work even if optional
1500         `variable' argument is not specified.
1501         (gnus-summary-write-to-file): Read file name.
1502         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1503         (gnus-summary-write-body-to-file): New function.
1504
1505         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1506         (gnus-summary-local-variables): Add it.
1507         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1508         (gnus-summary-save-article): Remove optional `decode' argument;
1509         determine whether to decode articles by the value of
1510         gnus-default-article-saver; when saving many files using
1511         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1512         it first and use gnus-summary-save-in-file or
1513         gnus-summary-save-body-in-file thereafter unless
1514         gnus-prompt-before-saving is always; move point to article which
1515         will be saved.
1516         (gnus-summary-save-article-file): Revert.
1517         (gnus-summary-write-article-file): Revert.
1518         (gnus-summary-save-article-body-file): Revert.
1519         (gnus-summary-write-article-body-file): New function.
1520
1521 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-art.el (gnus-default-article-saver): Doc fix.
1524         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1525         from gnus-summary-save-article-coding-system, and default to a
1526         certain coding system.
1527         (gnus-output-to-file): Add coding cookie and encode text according
1528         to gnus-article-save-coding-system; don't use mm-append-to-file.
1529
1530         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1531         gnus-art.el and rename to gnus-article-save-coding-system.
1532         (gnus-summary-save-article): Require gnus-art; don't show all
1533         headers if it decodes articles; don't add coding cookie here;
1534         don't bind mm-text-coding-system-for-write.
1535         (gnus-summary-save-article-file): Save decoded articles.
1536         (gnus-summary-write-article-file): When saving many files, use
1537         gnus-summary-write-to-file first and gnus-summary-save-in-file
1538         thereafter unless gnus-prompt-before-saving is always.
1539         (gnus-summary-save-article-body-file): Save decoded articles.
1540
1541         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1542
1543 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1544
1545         * nnrss.el (nnrss-check-group): Bind hash-index.
1546
1547 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1548
1549         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1550         its hash index.  Store this hash in `nnrss-group-data'.
1551         (nnrss-read-group-data): Update accordingly.
1552
1553 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1554
1555         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1556         entry.
1557
1558         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1559         gnus-article-browse-html-article.
1560
1561 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1562
1563         * gnus-sum.el (gnus-summary-mime-map): Add
1564         gnus-article-browse-html-article.
1565
1566         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1567
1568 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1569
1570         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1571         suitable coding systems in customize.
1572
1573 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1574
1575         * mail-source.el (mail-sources): Fix custom type.
1576
1577 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1578
1579         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1580         (gnus-summary-expire-articles-now): Shorten prompt.
1581
1582         * gmm-utils.el (wid-edit): Require.
1583         (defun-gmm): Renamed from `gmm-defun-compat'.
1584         (gmm-image-search-load-path): Use it.
1585         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1586
1587 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1590         variable.
1591         (gnus-summary-save-article): Add optional `decode' argument.  If
1592         it is set and gnus-summary-save-article-coding-system is non-nil,
1593         save decoded article.
1594         (gnus-summary-write-article-file): Save decoded article if
1595         gnus-summary-save-article-coding-system is non-nil.
1596
1597         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1598         type.
1599
1600 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1603
1604 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1607         first to test gnus-single-article-buffer which may be buffer-local.
1608
1609         * gnus-sum.el (gnus-summary-setup-buffer): Make
1610         gnus-single-article-buffer buffer-local and nil in ephemeral
1611         group; make gnus-article-buffer, gnus-article-current, and
1612         gnus-original-article-buffer always buffer-local.
1613         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1614         group.
1615         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1616
1617 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1618
1619         * nnml.el (nnml-request-compact-group): Compressed files might not
1620         have .gz extension.
1621
1622 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1623
1624         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1625         (mm-copy-to-buffer): Use with-current-buffer.
1626         (mm-display-part): Simplify.
1627         (mm-inlinable-p): Add optional arg `type'.
1628
1629 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1630
1631         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1632         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1633         Try harder to show the attachment internally or externally using
1634         gnus-mime-view-part-as-type.
1635
1636 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1637
1638         * message.el (message-from-style, message-signature-separator)
1639         (message-user-organization-file, message-send-mail-function)
1640         (message-citation-line-function, message-yank-prefix)
1641         (message-indent-citation-function, message-signature)
1642         (message-signature-file, message-signature-insert-empty-line):
1643         Remove autoloads.
1644
1645         * gnus-art.el (gnus-buttonized-mime-types): Remove
1646         "multipart/signed".  Revert 2006-04-26 change.
1647
1648 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * gnus.el (gnus-version-number): Bump version.
1651
1652 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1653
1654         * gnus.el: No Gnus v0.5 is released.
1655
1656 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1657
1658         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1659         fetching articles by message-id.
1660
1661 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * message.el (hashcash): Require hashcash as normal.
1664
1665         * ecomplete.el (ecomplete-highlight-match-line): Use
1666         point-at-eol.
1667         (ecomplete-highlight-match-line): Use `highlight', because that
1668         face exists in both Emacs and XEmacs.
1669
1670         * message.el (message-display-abbrev): Use point-at-bol.
1671
1672         * mail-source.el: Don't require timer/timer-funcs.
1673
1674         * gnus-async.el: Ditto.
1675
1676         * password.el: Ditto.
1677
1678         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1679
1680         * mm-url.el: Ditto.
1681
1682         * gnus-xmas.el: Don't require timer-funcs.
1683
1684         * mm-util.el: Require timer/timer-funcs.
1685
1686 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1687
1688         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1689         Close.
1690
1691 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1694         unibyte after clear-decrypt function runs.
1695
1696         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1697         returns as a unibyte string.
1698
1699 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * lpath.el: Revert.
1702
1703         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1704         (pgg-gpg-process-sentinel): Revert.
1705
1706         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1707         (pgg-pgp-lookup-key): Revert.
1708
1709         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1710         (pgg-pgp5-lookup-key): Revert.
1711
1712         * pgg.el (pgg-fetch-key): Revert.
1713
1714 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * lpath.el: Fbind string-as-multibyte for XEmacs.
1717
1718         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1719         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1720         (mml1991-pgg-encrypt): Ditto.
1721
1722         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1723         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1724         a multibyte buffer.
1725
1726         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1727         (pgg-pgp-lookup-key): Ditto.
1728
1729         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1730         (pgg-pgp5-lookup-key): Ditto.
1731
1732         * pgg.el (pgg-fetch-key): Ditto.
1733
1734 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1735
1736         * message.el (message-user-organization-file): Check several
1737         locations of the organization file.
1738
1739         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1740         Add gnus-article-view-part-as-type.
1741
1742         * gnus-art.el (gnus-article-view-part-as-type): New function.
1743
1744         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1745         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1746
1747         * mml.el: Simplify autoload.
1748         (mml-mode): defvar dnd-protocol-alist instead of using
1749         symbol-value.
1750         (mml-default-directory): New variable.
1751         (mml-minibuffer-read-file): Use it.
1752         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1753
1754         * message.el (message-citation-line-format): New variable.
1755         (message-insert-formated-citation-line): New function.
1756         (message-citation-line-function): Add
1757         `message-insert-formated-citation-line' to custom type.
1758
1759         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1760         to doc string.
1761
1762         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1763         depending on mm-verify-option.
1764
1765 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1766
1767         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1768         binding pgg-* variables; reimplement the section which prevents
1769         MIME header from being signed.
1770         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1771         pgg-text-mode; remove a blank line at the top of body.
1772
1773         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1774         lines at the top of body; use gnus-newsgroup-charset if there's no
1775         Charset header.
1776
1777 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * message.el (message-self-insert-commands): Doc fix.
1780
1781         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1782         (mm-uu-pgp-encrypted-test): Ditto.
1783         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1784         between header and body; return application/pgp-encrypted handle
1785         if decryption failed; decode decrypted body by charset.
1786
1787         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1788         element match to application/pgp-*.
1789
1790 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1791
1792         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1793         HTML.
1794
1795 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1796
1797         * mail-source.el (mail-source-call-script): Message the error
1798         string.
1799
1800 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus-util.el (gnus-byte-compile): Use it.
1803
1804 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1805
1806         * gnus-util.el (kill-empty-logs): New function.
1807
1808 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * message.el (message-mail-alias-type): Doc fix.
1811         (message-mail-alias-type-p): New function.
1812         (message-send): Use it.
1813         (message-mode): Ditto.
1814         (message-strip-forbidden-properties): Ditto.
1815
1816         * ecomplete.el (ecomplete-database-file-coding-system): New
1817         variable.
1818         (ecomplete-save): Use it.
1819         (ecomplete-setup): Use it.
1820
1821 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * message.el (message-self-insert-commands): New variable.
1824         (message-strip-forbidden-properties): Use it.
1825
1826 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1829         that doesn't make XEmacs choke.
1830
1831 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1832
1833         * gnus-util.el (gnus-replace-in-string):
1834         Prefer replace-regexp-in-string over of replace-in-string.
1835
1836 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * gnus-util.el (gnus-select-frame-set-input-focus):
1839         Use select-frame-set-input-focus if it is available in XEmacs; use
1840         definition defined in Emacs 22 for old Emacsen.
1841
1842         * dgnushack.el: Autoload unmorse-region for XEmacs.
1843
1844         * lpath.el: Bind cursor-in-non-selected-windows and
1845         select-frame-set-input-focus for XEmacs.
1846
1847 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1850
1851 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1852
1853         * gnus-registry.el (gnus-registry-cache-save): Remove text
1854         properties when saving via the temp buffer.
1855
1856 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1857
1858         * message.el (message-generate-hashcash): Honor custom type.
1859
1860 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * message.el (message-generate-hashcash): Default to non-nil when
1863         hashcash is found.
1864
1865         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1866         (gnus-refer-thread-limit): Increase default to 500.
1867
1868         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1869
1870         * flow-fill.el (fill-flowed): Allow delete-space.
1871
1872 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1873
1874         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1875         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1876         Remove autoloads.
1877
1878 2006-04-18  Simon Josefsson  <jas@extundo.com>
1879
1880         * message.el (message-generate-hashcash): Default to.
1881
1882 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1885         concatenating segments rather than before concatenating them.
1886
1887 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1888
1889         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1890
1891 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1894
1895         * message.el (message-forward-make-body-plain): Allow
1896         message-forward-ignored-headers to be a list.
1897         (message-remove-ignored-headers): Factor out into function.
1898         (message-forward-make-body-mml): Use it.
1899
1900         * imap.el (imap-quote-specials): New function.
1901         (imap-login-auth): Quote specials.
1902
1903         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1904         (rfc2231-parse-string): Allow concatanation of parameters that
1905         aren't contiguous.  The test case is
1906           (mail-header-parse-content-type "message/external-body;
1907             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1908             access-type=LOCAL-FILE;
1909             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1910
1911 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1912
1913         * nntp.el (nntp-accept-process-output): Return the value of
1914         `nnheader-accept-process-output'.
1915
1916 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1919         (gnus-button-alist): Recognize more diff formats.
1920         (gnus-button-patch): Strip directory.
1921
1922 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1923
1924         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1925         Emacs 22 when setting focus.
1926
1927 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * gnus-art.el (gnus-article-treat-types): Do treatment of
1930         text/x-verbatim parts.
1931         (gnus-button-patch): New command.
1932
1933         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1934         addresses that contain invalid characters.
1935
1936 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937
1938         * message.el (message-put-addresses-in-ecomplete): Use
1939         gnus-replace-in-string.
1940         (message-is-yours-p): Use the more correct
1941         mail-header-parse-address instead of
1942         mail-extract-address-components.
1943         (message-put-addresses-in-ecomplete): Fix typo.
1944
1945         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1946         keystroke.
1947
1948         * gnus-art.el (gnus-treatment-function-alist): Change order of
1949         newsgroups/generic header folding to avoid double-folding.
1950
1951         * message.el (message-hidden-headers): Add X-Draft-From.
1952
1953         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1954         command.
1955         (gnus-summary-repeat-search-article-backward): New command.
1956
1957         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1958         groups in the parent topic.
1959
1960 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1961
1962         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1963         (spam-extra-header-to-number): Return the CRM114 number as a
1964         number instead of a string.
1965
1966 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-art.el (gnus-face-properties-alist): Moved here from
1969         gnus-fun.
1970
1971         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1972
1973 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * message.el (message-strip-forbidden-properties): Only display on
1976         self-insert-command.
1977
1978         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1979         reindent.
1980         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1981
1982 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1983
1984         * smiley.el (smiley-style): Fix typo.
1985
1986 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * hashcash.el (hashcash-insert-payment-async-2): Use
1989         message-goto-eoh instead of doing it manually.
1990         (mail-add-payment): Use message-narrow-to-header instead of trying
1991         to do the same itself.
1992
1993         * message.el (message-hidden-headers): Add Face.
1994
1995         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1996         reparenting code.
1997         (gnus-summary-reparent-children): Refactored out code.
1998         (gnus-summary-thread-map): New keystroke.
1999         (gnus-summary-reparent-children): Make into command.
2000
2001         * smiley.el (smiley-style): Default to `medium' if using a large
2002         font.
2003
2004         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2005         does it itself.
2006
2007         * message.el (message-point-in-header-p): Simplify definition.
2008
2009 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * nnagent.el (nnagent-request-set-mark): Silence log file
2012         writing.
2013         (nnagent-request-set-mark): Use write-region instead of
2014         append-to-file.
2015
2016         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2017         strange select method.
2018
2019         * ecomplete.el (ecomplete-display-matches): Get highlightling
2020         right.
2021         (ecomplete-display-matches): Use literals.
2022         (ecomplete-display-matches): Disable message logging.
2023
2024         * message.el (message-display-abbrev): Small optimization.
2025
2026         * ecomplete.el (ecomplete-display-matches): Allow automatic
2027         display.
2028
2029         * message.el (message-strip-forbidden-properties): Display
2030         abbrevs.
2031         (message-display-abbrev): Get automatic display right.
2032
2033         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2034         keystrokes.
2035
2036 2006-04-13  Romain Francoise  <romain@orebokech.com>
2037
2038         TODO: Backport to v5-10!
2039
2040         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2041         Moved here (and renamed) from gnus-registry.el.
2042
2043         * gnus-registry.el: Require gnus-util.
2044         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2045
2046 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-group.el (gnus-group-catchup-current): Change
2049         if-then-else-if-then-else into cond.
2050         (gnus-group-catchup): Indent.
2051         (group-name-at-point): New function.
2052         (gnus-fetch-group): Provide default from thing at point.
2053
2054 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * message.el (message-display-abbrev): Fix regexp.
2057
2058         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2059         choosing.
2060         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2061         dead variables.
2062
2063         * message.el (message-newline-and-indent): Remove debugging.
2064         (message-display-abbrev): Use new implementation.
2065
2066 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2067
2068         * gnus-art.el (gnus-article-mode): Set
2069         cursor-in-non-selected-windows to nil.
2070
2071         * smiley.el: Revert previous change.
2072         (smiley-data-directory): defvar it before using it in the
2073         defcustom of `smiley-style'.
2074
2075 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * message.el (message-newline-and-indent): New function.
2078
2079         * ecomplete.el: Implement more bits.
2080
2081         * message.el (message-put-addresses-in-ecomplete): Clean up the
2082         string.
2083
2084         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2085
2086         * gnus-sum.el (gnus-summary-save-parts): Bind
2087         gnus-summary-save-parts-counter and use it to make unique file
2088         names.
2089
2090         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2091
2092         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2093         parameter to say whether to actually parse the individual
2094         addresses.
2095
2096         * message.el (message-put-addresses-in-ecomplete): New function.
2097         (ecomplete): Require.
2098         (message-mail-alias-type): Add ecomplete as an option.
2099
2100 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2101
2102         * flow-fill.el (fill-flowed): Remove trailing space from blank
2103         quoted lines.
2104
2105 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * smiley.el (smiley-style): Move definition later to avoid a
2108         compilation warning.
2109
2110 2006-04-12  Kenichi Handa  <handa@m17n.org>
2111
2112         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2113         buffer and then decode the buffer text if necessary.
2114         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2115         first, and after mm-encode-body, change the buffer to unibyte.
2116         Use mm-disable-multibyte instead of set-buffer-multibyte.
2117
2118 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2121         Content-Type header instead of Content-Disposition header.
2122         (gnus-mime-inline-part): Ditto.
2123         (gnus-mime-view-part-as-charset): Ignore charset that the part
2124         specifies.
2125
2126         * mm-decode.el (mm-display-part): Work with external parts and
2127         usual parts similarly.
2128
2129         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2130         instead of gnus-display-mime.
2131
2132         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2133         instead of with-temp-buffer.
2134
2135         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2136         tag to summarized topics part in order to encode non-ASCII text.
2137
2138 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2139
2140         * smiley.el (smiley-style): New variable.
2141         (smiley-directory): New function.
2142         (smiley-data-directory): Derive from `smiley-style' using
2143         `smiley-directory'.
2144         (smiley-regexp-alist): Add new entries.
2145
2146         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2147         (gnus-article-browse-delete-temp): Add :version.
2148
2149 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2150
2151         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2152         the sieve region.
2153
2154 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * gnus.el (gnus-version-number): Bump version.
2157
2158 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2159
2160         * gnus.el: No Gnus v0.4 is released.
2161
2162 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2165         layout.
2166
2167         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2168         unknown charset.
2169
2170         * message.el (message-header-synonyms): Add Original-To to the
2171         default.
2172
2173         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2174         optional parameter.
2175
2176 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2177
2178         * gnus-fun.el (gnus): Require it for gnus-directory.
2179
2180 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2183
2184 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2185
2186         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2187
2188 2006-04-05  Simon Josefsson  <jas@extundo.com>
2189
2190         * password.el (password-reset): New function.
2191
2192 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2193
2194         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2195         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2196
2197 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2198
2199         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2200         Some whitespace was matched into the url, which broke browsing hits
2201         > 100 when mm-url-use-external was nil.
2202
2203 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2204
2205         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2206         gnus-extra-headers for 'Newsgroups.
2207
2208         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2209         bound.
2210
2211 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2212
2213         * pgg-gpg.el: Clean up process buffers every time gpg processes
2214         complete.
2215
2216 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2217
2218         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2219         doc string.
2220
2221 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2222
2223         * pgg-gpg.el (pgg-gpg-process-filter)
2224         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2225
2226         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2227         lines, temporary fix.
2228
2229 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2230
2231         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2232
2233 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2234
2235         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2236         default-enable-multibyte-characters.  This reverts the change from
2237         revision 6.17 which is no longer necessary because the passphrase
2238         is sent separately now.  GnuPG messages are unreadable under
2239         multibyte locales with default-enable-multibyte-characters set to
2240         nil.
2241
2242 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2243
2244         * message.el (message-tool-bar-gnome): Move "spell".
2245
2246 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2247
2248         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2249         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2250         instead.
2251
2252 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2253
2254         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2255         newsgroups handling for NNTP overviews which don't include
2256         Newsgroups.
2257
2258 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2259
2260         * message.el (message-resend): Bind message-generate-hashcash to nil.
2261
2262 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2263
2264         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2265         when searching for already-paid recipients.
2266
2267 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2268
2269         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2270         passphrases when it is not needed.
2271         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2272         passphrase stuff from gpg, should only be necessary when you use
2273         gpg with a smartcard.
2274
2275 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2276
2277         * mml.el (mml-insert-mime): Ignore cached contents of
2278         message/external-body part.
2279
2280         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2281         (mm-insert-part): Ditto.
2282
2283 2006-03-23  Simon Josefsson  <jas@extundo.com>
2284
2285         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2286         Reiner.
2287         (pgg-gpg-use-agent-p): Use it again.
2288
2289 2006-03-23  Simon Josefsson  <jas@extundo.com>
2290
2291         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2292         older emacsen.
2293         (pgg-gpg-use-agent-p): Don't use it.
2294
2295 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2296
2297         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2298         if we can.
2299
2300 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2301
2302         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2303         (pgg-gpg-update-agent): New function.
2304         (pgg-gpg-use-agent-p): New function.
2305         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2306         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2307         (pgg-gpg-sign-region): Use it.
2308
2309 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2312         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2313
2314 2006-03-21  Simon Josefsson  <jas@extundo.com>
2315
2316         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2317         <wilde@sha-bang.de>.
2318         (pgg-gpg-use-agent): New variable.
2319         (pgg-gpg-process-region): Use it.
2320         (pgg-gpg-encrypt-region): Likewise.
2321         (pgg-gpg-encrypt-symmetric-region): Likewise.
2322         (pgg-gpg-decrypt-region): Likewise.
2323         (pgg-gpg-sign-region): Likewise.
2324         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2325
2326 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2327
2328         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2329
2330         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2331         Add comment on version.
2332
2333 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2334
2335         * smiley.el: Add missing test smiley.
2336
2337 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * mm-decode.el (mm-with-part): New macro.
2340         (mm-get-part): Use it; work with message/external-body as well.
2341         (mm-save-part): Treat name and filename equally.
2342
2343         * mm-extern.el (mm-extern-cache-contents): New function.
2344         (mm-inline-external-body): Use it; force the part to be displayed;
2345         move undisplayer added to the cached handle to the parent.
2346
2347         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2348         (gnus-mime-view-part-as-type): Work with message/external-body.
2349
2350         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2351
2352 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2353
2354         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2355         images in image-load-path.  [Sync with image.el, revision 1.60, in
2356         Emacs.]
2357
2358 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2359
2360         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2361         path rather than symbol.  Always return list of directories.
2362         Guarantee that image directory comes first.  [Sync with image.el,
2363         revision 1.59, in Emacs.]
2364
2365         * message.el (message-make-tool-bar): Adjust to new API of
2366         `gmm-image-load-path-for-library'.
2367
2368         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2369
2370         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2371
2372 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2373
2374         * gnus-art.el (gnus-article-only-boring-p):
2375         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2376         intangible text.
2377         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2378
2379 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2380
2381         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2382         `defun' instead of `gmm-defun-compat'.
2383
2384 2006-03-14  Simon Josefsson  <jas@extundo.com>
2385
2386         * message.el (message-unique-id): Don't use message-number-base36
2387         if (user-uid) is a float.
2388         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2389
2390 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2393
2394         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2395         empty line between a part and a message part.
2396
2397 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2398
2399         * smiley.el: Add more test smileys.
2400         (smiley-data-directory, smiley-regexp-alist)
2401         (gnus-smiley-file-types): Fix doc strings.
2402         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2403         adding new elements.
2404         (smiley-mouse-map): Unused code.  Make it a comment.
2405
2406 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2409         scan latest NoCeM messages instead of old ones.
2410         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2411         delimiters that are recently used.
2412         (gnus-nocem-load-cache): Add autoload cookie.
2413
2414         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2415
2416         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2417         level which is larger than gnus-use-nocem is specified.
2418
2419         * gnus-group.el (gnus-group-get-new-news): Ditto.
2420
2421 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2422
2423         * gnus-util.el (gnus-tool-bar-update): New function.
2424
2425         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2426         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2427
2428         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2429
2430         * gnus-group.el (gnus-group-redraw-when-idle)
2431         (gnus-group-redraw-check): Remove.
2432         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2433
2434 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2437         if optional last element is specified in splits (FIELD VALUE...).
2438
2439 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2440
2441         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2442         to gmm-image-load-path-for-library.  Call with no-error argument.
2443         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2444
2445         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2446
2447         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2448
2449         * gmm-utils.el (gmm-image-load-path): Remove alias.
2450
2451 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2452
2453         * gmm-utils.el (gmm-image-load-path): Add alias.
2454
2455         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2456         nnml-generate-nov-databases-1.
2457         (nnml-generate-nov-databases): Use it.
2458         (nnml-generate-nov-databases-directory): Document no-active
2459         argument.
2460
2461         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2462         directory if path is t.  Add no-error.
2463
2464         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2465         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2466
2467         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2468         resetting gnus-article-browse-html-temp-list.
2469
2470         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2471         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2472         Add example to docstring.  Rename local variables.  Move error
2473         checks to default case in cond and simplify.
2474
2475 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2478         handle is multipart when calling it recursively.
2479         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2480
2481 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2482
2483         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2484         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2485
2486 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2489         is loaded.
2490
2491         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2492         loaded.
2493
2494 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2495
2496         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2497         to "Emacs 23 (unicode)" in doc string.
2498
2499         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2500         "Emacs 23 (unicode)" in comment.
2501
2502 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2505
2506         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2507         characters 160 through 255 in Emacs 23.
2508
2509 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2510
2511         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2512         gnus-article-browse-html-temp.
2513         (gnus-article-browse-delete-temp): Make it customizable.  Add
2514         `file'.  Adjust doc string.
2515         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2516         query for each file.  Adjust doc string.
2517         (gnus-article-browse-html-parts): Add
2518         `gnus-article-browse-delete-temp-files' to
2519         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2520
2521 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2522
2523         * gnus-art.el (gnus-article-browse-html-temp)
2524         (gnus-article-browse-delete-temp): New variables.
2525         (gnus-article-browse-delete-temp-files): New function.
2526         (gnus-article-browse-html-parts): Use it.
2527
2528 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2529
2530         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2531
2532         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2533         string.
2534
2535         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2536         gnus-summary-insert-new-articles when unplugged.  Remove
2537         gnus-summary-search-article-forward.
2538
2539         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2540         display-visual-class instead of display-color-cells.
2541
2542 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * dgnushack.el: Autoload customize-group for XEmacs.
2545
2546         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2547         message/* containing non-ASCII text properly.
2548
2549 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2550
2551         * message.el: Require gmm-utils, remove autoloads.
2552         (message-tool-bar): Set default based on
2553         gmm-tool-bar-style.
2554         (message-tool-bar-gnome): Add gmm-customize-mode.
2555
2556         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2557         gmm-tool-bar-style.
2558         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2559
2560         * gnus-group.el (gnus-group-tool-bar): Set default based on
2561         gmm-tool-bar-style.
2562         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2563
2564         * gmm-utils.el (gmm-image-directory): Rename variable from
2565         gmm-image-load-path.
2566         (gmm-image-load-path): Use gmm-image-directory.
2567         (gmm-customize-mode): New function.
2568         (gmm-tool-bar-style): New variable.
2569
2570         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2571         gnus-group-redraw-line-number.
2572         (gnus-group-redraw-check): Simplify.
2573         (gnus-group-tool-bar-update): Remove redraw check.
2574         (gnus-group-make-tool-bar): Add redraw check.
2575
2576 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2577
2578         * gnus-art.el (gnus-button): Add missing parentheses.
2579
2580 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * lpath.el: Fbind line-number-at-pos.
2583
2584 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2587
2588 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2589
2590         * gnus-art.el (gnus-button): New face.
2591         (gnus-article-button-face): Use it.
2592
2593         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2594         gnus-summary-next-page.  Re-order.
2595
2596         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2597         next-node are now included.
2598         (gnus-group-redraw-line-number): New internal variable.
2599         (gnus-group-redraw-check): Helper function for updating the tool
2600         bar.
2601         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2602
2603         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2604
2605         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2606         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2607         Use it to match format of Spamassassin 3.0 and later.  Reported by
2608         IRIE Tetsuya <irie@t.email.ne.jp>.
2609         (spam-check-bogofilter)
2610         (spam-bogofilter-register-with-bogofilter): Fix args of
2611         `gnus-error' calls.
2612
2613 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2614
2615         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2616         unnecessary interaction when sending queued mails.  Reported by
2617         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2618
2619 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2620
2621         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2622         first or last are nil.
2623
2624 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2625
2626         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2627
2628 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2631
2632 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * dns.el (query-dns): Protect more against buggy tcp output.
2635
2636 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2637
2638         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2639         nov.php.
2640
2641 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2642
2643         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2644         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2645         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2646         output on the server side.
2647         (nnweb-google-create-mapping): Update regexps and add some
2648         progress indication.
2649
2650 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2651
2652         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2653         gnus-agent-toggle-plugged.  Re-order icons.
2654         (gnus-group-tool-bar-gnome): Add
2655         gnus-group-{prev,next}-unread-group.
2656         (gnus-group-tool-bar-gnome): Re-order icons.
2657
2658         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2659         gnus-summary-insert-new-articles.
2660
2661         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2662         comments.
2663
2664         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2665         also available in Emacs 21.3.
2666
2667         * message.el (message-fix-before-sending): Change "Emacs 22" to
2668         "Emacs 23 (unicode)" in comment.
2669
2670         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2671         "Emacs 23 (unicode)" in comment.
2672
2673         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2674         comment.
2675         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2676
2677         * mm-view.el (mm-fill-flowed): Add :version.
2678
2679 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2682         and load-path.
2683
2684 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2685
2686         * message.el: Autoload gmm-image-load-path.
2687         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2688         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2689         consitency.
2690
2691         * gmm-utils.el (gmm-image-load-path): Also search in
2692         "../etc/images".  Don't set gmm-image-load-path if we don't find
2693         the image.
2694
2695 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gmm-utils.el (gmm-image-load-path): Don't make
2698         `gmm-image-load-path' include subdirectories which the second arg
2699         `image' might specify.
2700
2701         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2702         subdirectory to icon file names.
2703
2704         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2705
2706 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2707
2708         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2709         gmm-image-load-path calls.
2710
2711         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2712
2713         * message.el (message-make-tool-bar): Ditto.
2714
2715         * mml.el (mml-preview): Added comment concerning tool bar icons.
2716
2717         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2718         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2719
2720         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2721         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2722
2723         * message.el (message-tool-bar-gnome): Use new icon names.
2724         (message-make-tool-bar): Use `gmm-image-load-path'.
2725
2726         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2727         functions from MH-E.
2728         (gmm-image-load-path): New variable from MH-E.
2729         (gmm-image-load-path): New function from MH-E.  Added arguments
2730         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2731         *-image-load-path-called-flag.
2732
2733 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2734
2735         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2736
2737 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2738         (tiny change)
2739
2740         * nnimap.el (nnimap-request-move-article): Change folder back to
2741         source group before deleting.
2742
2743 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2744
2745         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2746
2747         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2748         mm-url.
2749
2750         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2751
2752 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2755         coding system which mm-charset-to-coding-system returns for a
2756         given charset is valid.
2757
2758 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2759
2760         * html2text.el (html2text-remove-tag-list):
2761         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2762
2763 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2764
2765         * gnus-cus.el: Revert 2005-10-17 change.
2766
2767 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * gnus-art.el (article-strip-banner): Call
2770         article-really-strip-banner only when the regexp match is made.
2771
2772 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * gnus-art.el (article-strip-banner): Use
2775         gnus-extract-address-components instead of
2776         mail-header-parse-addresses to make it work with non-ASCII text;
2777         remove mail-encode-encoded-word-string.
2778
2779         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2780         values which are surrounded with \"...\"; make it never cause a
2781         Lisp error; give up parsing of parameters if it failed in
2782         extracting type.
2783
2784 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2785
2786         * smime.el (smime-cert-by-ldap-1): Fix bug where
2787         `smime-ldap-search' returns results without userCertificates.
2788
2789 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2792
2793 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2794
2795         * spam.el (spam-check-spamassassin-headers): Adapt format for
2796         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2797         <ari@mbf.ocn.ne.jp>.
2798         (spam-list-of-processors): Add spam-use-gmane.
2799
2800 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2803         make-temp-file; make it work with XEmacs as well.
2804
2805         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2806         mm-make-temp-file.
2807
2808         * mm-decode.el (mm-display-external): Use the 3rd arg of
2809         mm-make-temp-file.
2810         (mm-create-image-xemacs): Ditto.
2811
2812 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2815         with message-narrow-to-headers.
2816         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2817         (gnus-draft-check-draft-articles): New function.
2818         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2819
2820 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2821
2822         * gnus-art.el (gnus-article-browse-html-parts):
2823         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2824         Don't use suffix argument for mm-make-temp-file for Emacs 21
2825         compatibility.  Remove useless `format'.
2826
2827 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2828
2829         * nnweb.el (nnweb-google-wash-article): Update regexps.
2830         (nnweb-group-alist): Use defvoo instead of defvar.
2831
2832 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2835         re-loading nn* modules.
2836
2837 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2838
2839         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2840         for `tool-bar-mode' and don't check it's default-value.
2841
2842         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2843
2844         * message.el (message-make-tool-bar): Ditto.
2845
2846         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2847         `substring'.  Shorten tmp-file name.
2848
2849         * gnus.el: Remove bogus comment.
2850
2851 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2852
2853         * gnus-art.el (gnus-article-browse-html-parts): New function.
2854         (gnus-article-browse-html-article): New function for viewing html
2855         articles with a browser.
2856
2857 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2858
2859         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2860         in elisp.
2861         (pgg-gpg-encrypt-symmetric-region): Ditto.
2862         (pgg-gpg-sign-region): Ditto.
2863
2864         * pgg-def.el (pgg-text-mode): New variable.
2865
2866         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2867         (mml2015-pgg-encrypt): Ditto.
2868
2869         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2870         (mml1991-pgg-encrypt): Ditto.
2871
2872 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2875         message-make-date instead of current-time-string.
2876
2877         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2878         to gnus-decoded which mm-uu might set.
2879
2880 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2883         don't decode quoted parameters; remove misimported Emacs code.
2884         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2885         (rfc2231-decode-encoded-string): Don't use split-string which
2886         behaves differently according to Emacs version; use
2887         mm-decode-coding-region to convert charset to coding-system.
2888         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2889         (rfc2231-encode-string): Remove misimported Emacs code.
2890
2891 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2894         when calling mail-header-parse-content-type.
2895         (article-de-quoted-unreadable): Ditto.
2896         (article-de-base64-unreadable): Ditto.
2897         (article-wash-html): Ditto.
2898
2899         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2900         calling mail-header-parse-content-type and
2901         mail-header-parse-content-disposition.
2902         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2903         mail-header-parse-content-type.
2904
2905         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2906         insert charset and format parameters; encode description after
2907         inserting it to buffer.
2908         (mml-insert-parameter): Fold lines properly even if a parameter is
2909         segmented into two or more lines; change the max column to 76.
2910
2911         * rfc1843.el (rfc1843-decode-article-body): Don't use
2912         ignore-errors when calling mail-header-parse-content-type.
2913
2914         * rfc2231.el (rfc2231-parse-string): Return at least type if
2915         possible; don't cause an error even if it fails in parsing of
2916         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2917         (rfc2231-encode-string): Don't break lines at the beginning, leave
2918         it to mml-insert-parameter.
2919
2920         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2921         calling mail-header-parse-content-type.
2922
2923 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2924
2925         * spam-report.el (spam-report-gmane-use-article-number):
2926         Improve doc string.
2927         (spam-report-gmane-internal): Check if a suitable header was found
2928         in the article.
2929
2930 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2933         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2934
2935 2006-02-05  Romain Francoise  <romain@orebokech.com>
2936
2937         Update copyright notices of all files in the gnus directory.
2938
2939 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2940
2941         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2942
2943 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2946         segmented lines of parameter value to cope with Thunderbird 1.5
2947         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2948         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2949         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2950
2951 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2952
2953         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2954         parts.
2955
2956 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2957
2958         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2959         there's only one active file for all servers.
2960         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2961         solid groups.  Gnus might have used a FAST request to select the group.
2962         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2963         and nnweb-search redundantly in the active file.
2964         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2965         (nnweb-request-create-group): Don't use ARGS.
2966         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2967         initialisations.  Let nnoo do the work.
2968
2969 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2972         Say the part has been decoded.
2973
2974         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2975
2976 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2977
2978         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2979         mailcap-viewer-test-cache when there's no 'test clause, since that
2980         will invert the meaning of a "nil" test previously determined by
2981         mailcap-mailcap-entry-passes-test.
2982
2983 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2986         compiling.
2987
2988         * gnus-sum.el: Ditto.
2989
2990         * message.el: Don't bind tool-bar-map when compiling.
2991
2992 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2993
2994         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2995
2996 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2997
2998         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2999         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3000         current Google Groups.
3001
3002 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3003
3004         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3005         and tool-bar-mode.
3006
3007         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3008         and tool-bar-mode.
3009
3010         * message.el (message-tool-bar-update): Simplify.
3011         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3012
3013         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3014         gnus-summary-buffer.
3015         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3016         gnus-summary-reply.
3017
3018         * gmm-utils.el (gmm): Add :version.
3019
3020 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * Makefile.in (clean): New rule.
3023         (distclean): Use it.
3024
3025 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3026
3027         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3028         autoload.
3029
3030 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * gmm-utils.el (gmm-verbose): Add :group.
3033
3034 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3035
3036         * message.el: Change some comments WRT tool-bars.
3037
3038         * gnus-sum.el (gnus-summary-tool-bar)
3039         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3040         (gnus-summary-tool-bar-zap-list): New variables.
3041         (gnus-summary-make-tool-bar): Complete rewrite using
3042         `gmm-tool-bar-from-list'.
3043
3044         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3045         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3046         variables.
3047         (gnus-group-make-tool-bar): Complete rewrite using
3048         `gmm-tool-bar-from-list'.
3049         (gnus-group-tool-bar-update): New function.
3050
3051         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3052
3053 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3056         is dissected into a single part of which the type is the same as
3057         the given one; decode charset.
3058
3059 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3060
3061         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3062         into alists as symbol not string, since that's what
3063         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3064         look for.
3065
3066 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3067
3068         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3069         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3070
3071         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3072
3073 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3076         (gnus-xmas-mime-security-button-menu): New function.
3077
3078         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3079         (gnus-mime-security-button-menu): New definition.
3080         (gnus-mime-security-button-map): Use them.
3081         (gnus-mime-security-button-menu): New function.
3082         (gnus-insert-mime-security-button): Addition to help echo.
3083         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3084         (gnus-mime-security-pipe-part): New functions.
3085
3086         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3087         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3088
3089         * mm-decode.el (mm-handle-set-disposition): Remove.
3090         (mm-handle-set-description): Remove.
3091
3092 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3093
3094         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3095         (mm-w3m-standalone-supports-m17n-p): New function.
3096         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3097         w3m usage.
3098
3099         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3100         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3101
3102 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3103
3104         * message.el (message-tool-bar-zap-list): Use
3105         gmm-tool-bar-zap-list as custom type.
3106         (message-tool-bar-update): New function.
3107         (message-tool-bar, message-tool-bar-gnome)
3108         (message-tool-bar-retro): Add message-tool-bar-update.
3109         (message-tool-bar-gnome): Add flyspell-buffer.
3110
3111         * gnus-util.el (gnus-error): Describe `args'.
3112
3113         * gmm-utils.el (gmm-error): Describe `args'.
3114         (gmm-tool-bar-zap-list): New widget.
3115         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3116
3117 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3120         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3121         the number of recursive calls.
3122
3123         * mm-decode.el (mm-handle-set-disposition): New macro.
3124         (mm-handle-set-description): New macro.
3125
3126 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3129         encoding.
3130
3131 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3132
3133         * message.el (message-tool-bar-zap-list, message-tool-bar)
3134         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3135         (message-tool-bar-local-item-from-menu): Remove.
3136         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3137         (message-make-tool-bar): New function.
3138         (message-mode): Use `message-make-tool-bar'.
3139
3140         * gmm-utils.el: New file.
3141         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3142         (gmm-lazy): New widget copied from `nnmail.el'.
3143         (gmm-tool-bar-from-list): New function for creating customizable
3144         tool bars.
3145         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3146         output.
3147         (gmm): Add :prefix to defgroup.
3148
3149 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3150
3151         * gmm-utils.el (gmm-widget-p): New function.
3152
3153 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3154
3155         * mml.el (mml-attach-file): Describe `description' in doc string.
3156         (mml-menu): Add Emacs MIME manual and PGG manual.
3157
3158 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3159
3160         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3161
3162 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3163
3164         * nntp.el (nntp-end-of-line): Doc fix.
3165
3166 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3167
3168         * imap.el (imap-open): Handle case where buffer is a buffer
3169         object.
3170
3171 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3172
3173         * gnus-delay.el (gnus-delay): Don't autoload.
3174         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3175         to be re-loaded when customizing the `gnus-delay' group.
3176
3177 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3178
3179         * message.el (message-insert-citation-line): Use newlines.
3180
3181 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3182
3183         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3184         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3185         these routines, so the passphrase can be managed externally and
3186         passed in to the system.
3187         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3188         pgg-add-passphrase-to-cache function.
3189
3190         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3191         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3192         these routines, so the passphrase can be managed externally and
3193         passed in to the system.
3194         (pgg-pgp5-sign-region): Use new name of
3195         pgg-add-passphrase-to-cache function.
3196
3197 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3198
3199         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3200         part of the decoded armor to find the key-identifier.
3201         (pgg-gpg-lookup-key-owner): New function to return the
3202         human-readable identifier of a key owner.
3203         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3204         itself.
3205         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3206         the key value) if we have a key and can match it against a secret
3207         key.  Also, added a note pointing out fact that the prompt only
3208         indicates the first matching key.
3209
3210         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3211         pgg-decrypt-region.
3212         (pgg-add-passphrase-to-cache): Rename from
3213         `pgg-add-passphrase-cache' to reduce confusion (all callers
3214         changed).
3215         (pgg-remove-passphrase-from-cache): Rename from
3216         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3217         changed).
3218         (pgg-read-passphrase, pgg-add-passphrase-cache)
3219         (pgg-remove-passphrase-cache): Add informative docstrings.
3220         (pgg-decrypt): Convey provided passphrase in subordinate call to
3221         pgg-decrypt-region.
3222
3223 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3224
3225         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3226         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3227         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3228         'passphrase' argument, so the passphrase can be managed externally
3229         and then passed in to the system.
3230
3231         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3232         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3233         so the passphrase cache can be used reliably with identifiers
3234         besides a pgp packet's key id.
3235
3236         * pgg-gpg.el (pgg-gpg-encrypt-region)
3237         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3238         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3239         these routines, so the passphrase can be managed externally and
3240         passed in to the system.
3241
3242         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3243         'notruncate' argument, so the passphrase cache can be used
3244         reliably with identifiers besides a pgp packet's key id.
3245
3246 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3247
3248         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3249         symmetric encryption.
3250         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3251         encrypted session key.
3252         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3253         message ask for the passphrase in a proper way.
3254
3255         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3256         New user commands for symmetric encryption.
3257
3258 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3261
3262         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3263
3264 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3265
3266         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3267
3268 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * mm-decode.el (mm-inlined-types): Add application/pgp.
3271         (mm-automatic-display): Ditto.
3272
3273         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3274         part as text.
3275
3276 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * nnrss.el: Update copyright.
3279         (nnrss-opml-import): Query whether to subscribe to each entry.
3280
3281         * gnus-art.el:
3282         * gnus-sum.el:
3283         * gnus-xmas.el:
3284         * messagexmas.el:
3285         * mm-uu.el:
3286         * mm-view.el: Update copyright.
3287
3288 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3289
3290         * message.el (message-info): New function.
3291         (message-mode-menu): Add it.
3292         Update copyright.
3293
3294         * ChangeLog: Fix and update copyright.
3295
3296 2006-01-13  Romain Francoise  <romain@orebokech.com>
3297
3298         * message.el (message-forward-subject-name-subject): Prefer the
3299         address to 'nowhere' if the sender has no name.
3300         Fix typo.  Update copyright year.
3301
3302 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * gnus-art.el (article-wash-html): Use
3305         gnus-summary-show-article-charset-alist if a numeric arg is given.
3306         (gnus-article-wash-html-with-w3m-standalone): New function.
3307
3308         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3309         mm-inline-text-html-render-with-w3m-standalone.
3310         (mm-text-html-washer-alist): Map w3m-standalone to
3311         gnus-article-wash-html-with-w3m-standalone.
3312         (mm-inline-text-html-render-with-w3m-standalone): New function.
3313
3314 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3315
3316         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3317         Improve LaTeX.
3318
3319 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3322         (nnrss-request-article): Render text/plain parts as HTML.
3323
3324         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3325         the buffer.
3326
3327 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3328
3329         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3330         custom definition of `gnus-posting-styles'.
3331
3332         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3333         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3334
3335 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3336
3337         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3338         Use nntp for bug archive.
3339
3340 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3343         parts.
3344         (nnrss-normalize-date): New function converts ISO 8601 date into
3345         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3346         (nnrss-check-group): Use it.
3347
3348 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3351
3352         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3353         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3354         (nnrss-insert-w3): Ditto.
3355
3356 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3359         the articles to be forwarded including the case where neither a
3360         number of articles nor a region is specified.
3361
3362 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * nnrss.el (nnrss-request-article): Fix last change; fill
3365         text/plain parts.
3366
3367 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3370         in text/plain part.
3371         (nnrss-check-group): Don't add excessive newline to dc:subject.
3372
3373 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3374
3375         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3376         article.
3377
3378 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3379
3380         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3381         (nnml-use-compressed-files, nnml-save-mail): Support other
3382         comression programs such as bzip2.
3383
3384 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * dns.el (query-dns): Make sure we check the buffer size before
3387         removing tcp headers.
3388
3389 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3392         remove MIME buttons associated with multipart/alternative parts.
3393         (gnus-mime-display-alternative): Tag buttons using `article-type'
3394         text property.
3395
3396         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3397         associated with multipart/alternative parts.
3398
3399         * gnus-art.el (gnus-signature-separator): Fix custom type.
3400
3401         * mm-decode.el (mm-inlined-types): Fix custom type.
3402         (mm-keep-viewer-alive-types): Ditto.
3403         (mm-automatic-display): Ditto.
3404         (mm-attachment-override-types): Ditto.
3405         (mm-inline-override-types): Ditto.
3406         (mm-automatic-external-display): Ditto.
3407
3408 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3409
3410         * spam-report.el (spam-report-user-mail-address)
3411         (spam-report-user-agent): New variables.
3412         (spam-report-url-ping-plain): Use spam-report-user-agent.
3413
3414 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3415
3416         * gnus-art.el (gnus-button-handle-custom): Do not just use
3417         `customize-apropos' for any "M-x customize-*" button but the
3418         function called for.  Accept both the function name and its
3419         argument in order to achieve this.
3420         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3421         function name to `gnus-button-handle-custom' in case of "M-x
3422         customize-*" buttons.
3423
3424 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3427         multipart/alternative and add xref to mm-discouraged-alternatives
3428         in doc string.
3429
3430         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3431         gnus-buttonized-mime-types in doc string.
3432
3433 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3434
3435         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3436         Suggest image/.* in the doc string.
3437
3438 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3439
3440         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3441         message-marks (Debian bug #342521).
3442
3443 2005-12-12  Simon Josefsson  <jas@extundo.com>
3444
3445         * password.el (password-read-from-cache): Add.
3446         (password-read): Use it.
3447
3448 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3451         us-ascii as a MIME charset.
3452
3453         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3454         against the case where the 2nd arg TYPE is nil.
3455
3456 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3457
3458         * pop3.el (pop3-stream-type): Fix custom version.
3459
3460         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3461
3462 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3463
3464         * mm-decode.el (mm-display-external): Add missing cdr.
3465
3466 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3469         RFC1524) if it is in mailcap or add a suffix according to
3470         mailcap-mime-extensions when generating a temp filename; postpone
3471         deleting a temp file for 2 seconds for some wrappers, shell
3472         scripts, and so on, which might exit right after having started a
3473         viewer command as a background job.
3474
3475 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3476
3477         * nntp.el (nntp-marks-directory): Fix custom group.
3478
3479         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3480         steps when < 10.
3481
3482         * gnus-start.el (gnus-no-server-1): Mention
3483         `gnus-level-default-subscribed' in doc string.
3484
3485 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3486
3487         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3488         parens.
3489
3490 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-xmas.el (gnus-use-toolbar): Revert.
3493         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3494         gnus-use-toolbar is default.
3495
3496         * messagexmas.el (message-use-toolbar): Revert.
3497         (message-setup-toolbar): Use global default-toolbar if
3498         message-use-toolbar is default.
3499
3500 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3503         according to default-toolbar-visible-p.
3504
3505         * messagexmas.el (message-use-toolbar): Ditto.
3506
3507 2005-11-26  Dave Love  <fx@gnu.org>
3508
3509         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3510         (tls-program, tls-success): Provide openssl alternative.
3511
3512         * starttls.el: Doc fixes.
3513         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3514         SERVICE to PORT.
3515
3516         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3517         port null or service name.
3518         (starttls-negotiate): Autoload.
3519
3520 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * message.el (message-kill-to-signature): Fix interactive spec.
3523
3524 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * pop3.el (pop3-open-server): Recognize a string as a service name.
3527
3528 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3529
3530         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3531
3532 2005-11-23  Dave Love  <fx@gnu.org>
3533
3534         Add pop3s, pop3/starttls.
3535
3536         * pop3.el (pop3-authentication-scheme): Clarify doc.
3537         (open-tls-stream, starttls-open-stream): Autoload.
3538         (pop3-stream-type): New.
3539         (pop3-open-server): Use it.
3540
3541         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3542         for POP.
3543         (mail-source-keyword-map): Add :stream for POP.
3544         (mail-source-fetch-pop): Use pop3-stream-type.
3545
3546 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3549         of current-time-string.
3550
3551 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3552
3553         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3554         date header.
3555
3556 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3557
3558         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3559         it can seriously impact performance as it bypasses the agent's
3560         local caches.
3561
3562 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3563
3564         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3565         must be explicitly online rather than "not explicitly offline" for
3566         its flags to be synchronized.
3567
3568         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3569         that gnus-uu-unmark-thread will function correctly.
3570
3571         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3572         1024K is instead displayed as 1M.
3573
3574 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3577
3578 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3579
3580         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3581
3582 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3583
3584         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3585         error message to display actual error condition.
3586         (gnus-agent-save-local): Avoid saving symbols that are bound to
3587         nil as they simply result in a warning message in
3588         gnus-agent-read-local.
3589
3590 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3593         rather than make-variable-buffer-local for file-precious-flag.
3594
3595 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3596
3597         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3598         for duplicates which are removed.  The invalid sort check then
3599         triggers a rescan after the sort as sorting may have moved
3600         duplicate entries such that they can be cheaply detected.
3601
3602 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3603
3604         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3605
3606 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3607
3608         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3609         internal variable to a custom variable.  Changed default value
3610         from compressed(2) to uncompressed(1).
3611         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3612         support for uncompressed agentview files.  Taken together, reading
3613         the agentview file should now be 6-7 times faster.
3614
3615 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3616
3617         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3618         as a buffer-local variable.  This avoids creating truncated
3619         dribble files as a result of a hang up, eg.
3620
3621 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3622
3623         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3624         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3625         XEmacs.
3626
3627 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3628
3629         * gnus-start.el (gnus-start-draft-setup): Enforce
3630         `gnus-draft-mode' for nndraft:drafts at startup.
3631
3632         * gnus.el (gnus-splash): Change custom group.
3633         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3634         allow-list argument.
3635
3636         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3637         string.
3638
3639 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3640
3641         * gnus-art.el (gnus-default-article-saver): Add user-defined
3642         `function' to custom type.
3643
3644 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3645
3646         * imap.el (imap-open): Handle case where buffer is a buffer
3647         object.
3648
3649 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3650
3651         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3652         long lines.
3653         (gnus-cache-delete-group): Wrap doc strings.
3654
3655         * gnus-agent.el (gnus-agent-rename-group)
3656         (gnus-agent-delete-group): Wrap doc strings.
3657
3658
3659 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * messagexmas.el (message-use-toolbar): Change the valid values
3662         into default, top, bottom, left, and right.
3663         (message-toolbar-thickness): New variable.
3664         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3665         well.
3666         (message-setup-toolbar): Make it work.
3667
3668         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3669         (gnus-use-toolbar): Change the valid values into default, top,
3670         bottom, left, and right.
3671         (gnus-toolbar-thickness): New variable.
3672         (gnus-xmas-setup-toolbar): New function.
3673         (gnus-xmas-setup-group-toolbar): Use it.
3674         (gnus-xmas-setup-summary-toolbar): Use it.
3675
3676 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * gnus-start.el (gnus-1): Add "native" to
3679         gnus-predefined-server-alist.
3680
3681         * gnus.el (gnus-method-to-server): Don't add "native" to the
3682         lists here, because that leads to problems when
3683         gnus-select-method is bound.
3684
3685 2005-11-09  Simon Josefsson  <jas@extundo.com>
3686
3687         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3688         use (not sort-by-date) instead.
3689
3690 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3691
3692         * gnus-delay.el (gnus-delay-group): Don't autoload.
3693         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3694         to be re-loaded when customizing the `gnus-delay' group.
3695
3696 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3697
3698         * message.el: Revert last changes.
3699         (message-insert-citation-line): Use newlines.
3700
3701 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3702
3703         * message.el (message-courtesy-message)
3704         (message-mark-insert-begin, message-mark-insert-end)
3705         (message-elide-ellipsis, message-cancel-message)
3706         (message-add-header, message-change-subject)
3707         (message-cross-post-followup-to-header)
3708         (message-cross-post-insert-note, message-reduce-to-to-cc)
3709         (message-widen-reply, message-delete-not-region)
3710         (message-kill-to-signature, message-insert-signature)
3711         (message-insert-importance-high, message-insert-importance-low)
3712         (message-insert-or-toggle-importance)
3713         (message-insert-disposition-notification-to)
3714         (message-indent-citation, message-yank-original)
3715         (message-cite-original-without-signature, message-cite-original)
3716         (message-insert-citation-line, message-position-on-field)
3717         (message-fix-before-sending, message-send-mail-partially)
3718         (message-send-mail, message-send-mail-with-sendmail)
3719         (message-send-mail-with-qmail, message-send-news)
3720         (message-check-news-header-syntax, message-generate-headers)
3721         (message-insert-courtesy-copy, message-fill-address)
3722         (message-fill-header, message-shorten-references)
3723         (message-setup-1, message-cancel-news)
3724         (message-forward-make-body-plain, message-forward-make-body-mime)
3725         (message-forward-make-body-mml, message-encode-message-body)
3726         (message-forward-make-body-digest-plain)
3727         (message-forward-make-body-digest-mime)
3728         (message-use-alternative-email-as-from): Insert `hard-newline'
3729         instead of ordinary newlines.
3730
3731 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * message.el (message-generate-headers): Downcase the argument
3734         given to message-check-element.
3735
3736 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3737
3738         * nntp.el (nntp-authinfo-rejected): New error condition.
3739         (nntp-wait-for): Use new error condition to signal authentication
3740         error.
3741         (nntp-retrieve-data): Rethrow new error condition to break out of
3742         recursive call to nntp-send-authinfo.
3743
3744 2005-11-08  Romain Francoise  <romain@orebokech.com>
3745
3746         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3747         (gnus-summary-exit-map): Bind to `Z p'.
3748         (gnus-summary-make-menu-bar): Add menu item.
3749
3750 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3751
3752         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3753         (gnus-treat-*): Add `first' in all doc strings.
3754
3755         * gnus-group.el (gnus-group-compact-group): Fix typo.
3756
3757 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * gnus.el (gnus-parameters-case-fold-search): New variable.
3760         (gnus-parameters-get-parameter): Use it.
3761
3762         * gnus-score.el (gnus-home-score-file): Doc fix.
3763
3764 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3765
3766         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3767
3768 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * mm-util.el (mm-special-display-p): New function.
3771
3772         * mml.el (mml-preview): Use it; doc fix.
3773
3774 2005-10-29  Romain Francoise  <romain@orebokech.com>
3775
3776         * message.el (message-fix-before-sending): Fix comment.
3777
3778 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3779
3780         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3781
3782 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3783
3784         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3785         Used in gnus-score.el.
3786
3787 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3788
3789         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3790
3791 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3792
3793         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3794         whitespace removed in revision 7.8.  Use concatenated string to
3795         protect trailing whitespace.
3796
3797 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
3798
3799         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3800         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3801         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3802         Courier IMAP ("some version from 2004").  Mostly based on similar
3803         code in the same function.
3804
3805 2005-10-26  Didier Verna  <didier@xemacs.org>
3806
3807         * gnus-group.el (gnus-group-compact-group): invalidate original
3808         article buffer.
3809         * gnus-srvr.el (gnus-server-compact-server): ditto.
3810         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3811         NOV database and in article itself.
3812         Invalidate article backlog.
3813
3814 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3815
3816         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3817
3818 2005-10-26  Simon Josefsson  <jas@extundo.com>
3819
3820         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3821         part of 2004-07-25 change.
3822
3823 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * message.el (message-display-completion-list): New function.
3826         (message-expand-group): Use it; make sure the Completions buffer
3827         is modifiable.
3828
3829 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3830
3831         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3832         user-mail-name is an empty string.
3833
3834 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3835
3836         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3837         depending on gnus-score-decay-constant.
3838
3839         * encrypt.el (encrypt-insert-file-contents)
3840         (encrypt-write-file-contents): Don't use `gnus-message'.
3841
3842         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3843         arguments.
3844         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3845         arguments to mm-uu-verbatim-marks-extract.
3846         (mm-uu-hide-markers): New variable.
3847         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3848
3849         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3850         (gnus-convert-image-to-face-command): Use "convert" by default to
3851         allow other input image formats.
3852         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3853         accordingly.
3854
3855 2005-10-23  Simon Josefsson  <jas@extundo.com>
3856
3857         * imap.el (imap-gssapi-program): Align command line parameters
3858         with latest GNU SASL.
3859         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3860
3861 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3862
3863         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3864         HTML.
3865         (nnslashdot-request-article): Ditto.
3866
3867         * lpath.el (featurep): Add nobreak-char-display.
3868
3869 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3870
3871         * mail-source.el (mail-source-fetch-pop): Require pop3.
3872         (mail-source-check-pop): Ditto.
3873
3874 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3877         errors.
3878
3879 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3882         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3883
3884         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3885
3886         * mm-bodies.el (mm-decode-string): Call
3887         `mm-charset-to-coding-system' with allow-override argument.
3888
3889 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3892         (rfc2047-charset-to-coding-system): New function.
3893         (rfc2047-decode-encoded-words): New function.
3894         (rfc2047-decode-region): Use them.
3895         (rfc2047-decode-cte): Remove.
3896         (rfc2047-parse-and-decode): Remove.
3897         (rfc2047-decode): Remove.
3898
3899 2005-10-15  Kenichi Handa  <handa@m17n.org>
3900
3901         * rfc2047.el (rfc2047-decode-cte): New function.
3902         (rfc2047-decode-region): Change the way to decode successive
3903         encoded-words: decode B- or Q-encoding in each encoded-word,
3904         concatenate them, and decode it as charset.
3905
3906 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * lpath.el: Fbind codepage-setup for XEmacs.
3909
3910 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3911
3912         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3913         widget-move-and-invoke.
3914         (gnus-custom-mode): Use gnus-custom-map.
3915
3916 2005-10-15  Bill Wohler  <wohler@newt.com>
3917
3918         * message.el (message-tool-bar-map): Renamed image file from
3919         mail_send to mail/send.
3920
3921 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3922
3923         * message.el (message-expand-group): Pass the common
3924         prefix substring of completion to `display-completion-list'.
3925
3926 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3927
3928         * mml-sec.el (mml-secure-method): New internal variable.
3929         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3930         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3931         functions using mml-secure-method.
3932
3933         * mml.el (mml-mode-map): Add key bindings for those functions.
3934         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3935         Harder <harder@myrealbox.com>.
3936         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3937         end of message if point is the headers of the message.
3938
3939         * message.el (message-in-body-p): New function.
3940
3941         * assistant.el: Autoload gnus-util and netrc.
3942
3943         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3944         Use `mm-charset-override-alist' only when decoding.
3945
3946         * mm-bodies.el (mm-decode-body): Call
3947         `mm-charset-to-coding-system' with allow-override argument.
3948
3949         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3950         `filename' from Content-Disposition if Content-Type doesn't
3951         provide `name'.
3952         (gnus-mime-view-part-as-type): Set default instead of
3953         initial-input.
3954
3955 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3956
3957         * format-spec.el (format-spec): Propagate text properties of % spec.
3958
3959 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3960
3961         * gnus-art.el (gnus-treat-predicate): Add `first'.
3962
3963 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3964
3965         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3966         (mm-charset-override-alist): New variable.
3967         (mm-charset-to-coding-system): Use it.
3968         (mm-codepage-setup): New helper function.
3969         (mm-charset-eval-alist): New variable.
3970         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3971         about unknown charsets.
3972
3973         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3974
3975 2005-10-04  David Hansen  <david.hansen@gmx.net>
3976
3977         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3978         (nnrss-check-group): Ditto.
3979
3980 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3981
3982         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3983         Rename x-gnus-verbatim to x-verbatim.
3984         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3985
3986         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3987         x-verbatim.
3988
3989         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3990
3991         * gnus-util.el (gnus-remove-duplicates): Remove.
3992
3993         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3994         instead of gnus-remove-duplicates.
3995
3996         * message.el (message-remove-duplicates): Remove.
3997         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3998         message-remove-duplicates.
3999
4000         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4001         available, else use implementation from `delete-dups'.
4002
4003         * message.el (message-insert-expires): New function.
4004         (message-mode-map): Add key binding.
4005         (message-mode-field-menu): Add menu entry.
4006         (message-mode): Document it.
4007         (message-make-expires-date): Use `message-make-date'.
4008
4009 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4010
4011         * message.el (message-make-expires-date): New function.
4012
4013 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * Makefile.in (list-installed-shadows): New entry.
4016         (install): Use it.
4017         (remove-installed-shadows): New entry.
4018
4019         * dgnushack.el (dgnushack-default-load-path): New variable.
4020         (dgnushack-find-lisp-shadows): New function.
4021         (dgnushack-remove-lisp-shadows): New function.
4022
4023 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * Makefile.in (install-el-elc): New entry.
4026         (install): Use it so that .el files are necessarily installed.
4027
4028 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4031
4032 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4033
4034         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4035         function rather than the diff-mode.el package.
4036         (mm-display-external): Use with-current-buffer.
4037         (mm-viewer-completion-map, mm-viewer-completion-map):
4038         Move initialization inside declaration.
4039
4040 2005-09-29  Simon Josefsson  <jas@extundo.com>
4041
4042         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4043         autoload mail-check-payment.
4044         (spam-check-hashcash): Define unconditionally, since hashcash.el
4045         is part of Gnus now.  Ignore errors from payment checking.
4046
4047 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4048
4049         * message.el (message-bold-region, message-unbold-region): Rename
4050         from `bold-region' and `unbold-region'.
4051
4052         * message.el: Remove useless autoloads.
4053
4054 2005-09-28  Simon Josefsson  <jas@extundo.com>
4055
4056         * message.el (message-use-idna): Default to t.
4057         (message-use-idna): Test whether encoding works too.  Doc fix.
4058
4059 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * nntp.el (nntp-warn-about-losing-connection): Remove.
4062
4063 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4064
4065         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4066         customizable.  Change default value.
4067         (mm-uu-diff-groups-regexp): Change default value.
4068         (mm-uu-type-alist): Add doc string.
4069         (mm-uu-configure): Add doc string.  Make it interactive.
4070         (mm-uu-tex-groups-regexp): New variable.
4071         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4072         (mm-uu-type-alist): Add LaTeX documents.
4073         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4074         of "text/verbatim".
4075         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4076
4077         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4078         instead of "text/verbatim".
4079
4080         * message.el (message-mark-inserted-region)
4081         (message-mark-insert-file): Use slrn style marks when called with
4082         prefix argument.
4083
4084 2005-09-27  Simon Josefsson  <jas@extundo.com>
4085
4086         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4087
4088 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4089
4090         * message.el (message-remove-duplicates): New function.
4091         Implementation borrowed from `gnus-remove-duplicates'.
4092         (message-idna-to-ascii-rhs): Also encode idna addresses in
4093         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4094         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4095         only ask about the same idna domain once per header and also tell
4096         in what header to replace the idna domain.
4097
4098         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4099         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4100         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4101         a header is decoded and not just the last one.
4102
4103 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4106         has been decoded.
4107
4108         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4109         (mm-insert-part): Don't modify text if it has been decoded.
4110
4111         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4112         decoded.
4113
4114         * mm-view.el (mm-inline-text): Don't strip text props unless
4115         decoding enriched or richtext parts.
4116
4117 2005-09-25  Romain Francoise  <romain@orebokech.com>
4118
4119         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4120         * gnus-start.el (gnus-subscribe-interactively):
4121         * gnus-uu.el (gnus-uu-grab-articles):
4122         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4123         space.
4124
4125 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4126
4127         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4128         * mm-view.el (mm-view-pkcs7-decrypt):
4129         * gnus-sum.el (gnus-summary-limit-to-extra)
4130         (gnus-summary-respool-article, gnus-read-move-group-name):
4131         * gnus-score.el (gnus-summary-increase-score):
4132         * gnus-util.el (gnus-completing-read-with-default):
4133         * gnus-art.el (gnus-read-save-file-name)
4134         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4135         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4136         * message.el (message-check-news-header-syntax):
4137         Follow convention for reading with the minibuffer.
4138
4139 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4140
4141         * spam-report.el (spam-report-url-ping-plain):
4142         Use gnus-extended-version as User-Agent.
4143
4144         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4145         default value is nil.
4146
4147         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4148         (mm-uu-verbatim-marks-extract): New function.
4149         (mm-uu-extract): New face.
4150         (mm-uu-copy-to-buffer): Use it.
4151
4152         * spam-report.el (spam-report-gmane-ham): Renamed from
4153         `spam-report-gmane-unspam'.
4154         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4155         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4156
4157         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4158         Autoload.
4159         (spam-report-gmane-unregister-routine): Renamed
4160         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4161
4162 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4163
4164         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4165         (spam-report-gmane-unregister-routine): Add support for gmane
4166         unregistration.
4167
4168         * spam-report.el (spam-report-gmane-unspam)
4169         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4170         (spam-report-gmane): Change to take a single article and do unspam
4171         registration.
4172
4173 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * mm-url.el (mm-url-decode-entities): Fix regexp.
4176
4177 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4180         default to nil, to be able to use Gnus at all.  If the default
4181         switches to something else, then the function should be fixed not
4182         be exceedingly slow.
4183
4184 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4185
4186         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4187         fail hard.
4188
4189         * spam-report.el: Add better Keywords line.
4190
4191         * spam.el: Add Maintainer and better Keywords line.
4192
4193 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4194
4195         * gnus-art.el (gnus-article-replace-part)
4196         (gnus-mime-replace-part): New functions.
4197         (gnus-mime-action-alist, gnus-mime-button-commands)
4198         (gnus-mime-save-part-and-strip): Added file argument.
4199         (gnus-article-part-wrapper): Added interactive argument.
4200
4201         * gnus-sum.el (gnus-summary-mime-map): Add
4202         `gnus-article-replace-part'.
4203
4204 2005-09-19  Didier Verna  <didier@xemacs.org>
4205
4206         The nnml compaction feature:
4207         * nnml.el (nnml-request-compact-group): New function.
4208         * nnml.el (nnml-request-compact): New function.
4209         * gnus-int.el (gnus-request-compact-group): New function.
4210         * gnus-int.el (gnus-request-compact): New function.
4211         * gnus-group.el (gnus-group-compact-group): New function.
4212         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4213         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4214         * gnus-srvr.el (gnus-server-compact-server): New function.
4215         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4216         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4217
4218 2005-09-18  Deepak Goel  <deego@gnufans.org>
4219
4220         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4221         format spec.
4222
4223 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4226
4227 2005-09-15  Romain Francoise  <romain@orebokech.com>
4228
4229         * message.el (message-fill-paragraph): Clarify docstring.
4230
4231 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * gnus-art.el (gnus-mime-display-part): Protect against broken
4234         MIME messages.
4235
4236 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4239         before parsing header.
4240
4241 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4242
4243         * html2text.el: (html2text-replace-list): Add new entities.
4244
4245 2005-09-11  Romain Francoise  <romain@orebokech.com>
4246
4247         * message.el (message-alternative-emails): Improve docstring.
4248         (message-setup-1): Call `message-use-alternative-email-as-from'
4249         after `message-setup-hook' to give it precedence over posting
4250         styles, etc.
4251         (message-use-alternative-email-as-from): Add docstring.  Remove
4252         the original From header if present.
4253
4254         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4255         (nnml-save-mail): Use it.
4256
4257         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4258         articles.  Add new argument `silent'.
4259         (gnus-uu-mark-all): Report the total number of marked articles.
4260
4261 2005-09-10  Romain Francoise  <romain@orebokech.com>
4262
4263         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4264         (gnus-uu-mark-series): Likewise.
4265
4266 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4267
4268         * spam-report.el (spam-report-gmane): Fix generation of spam
4269         report URL.
4270
4271 2005-09-10  Simon Josefsson  <jas@extundo.com>
4272
4273         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4274         t, based on discussion on the ding list with Robert Epprecht
4275         <epprecht@solnet.ch>.
4276
4277 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4278
4279         * spam-report.el (spam-report-gmane): Make it work without
4280         X-Report-Spam header.  Gmane now only provides Archived-At.
4281         This is only used if `spam-report-gmane-use-article-number' is nil.
4282         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4283
4284         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4285         make `gnus-summary-sort-by-recipient' work with threading.
4286
4287         * nnweb.el (nnweb-google-wash-article): Print a message if article
4288         is not available.
4289
4290 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4291
4292         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4293         change.  Decode text/* parts content before displaying.
4294
4295 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4296
4297         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4298
4299 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4302
4303         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4304         url-package-name, url-package-version,
4305         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4306         w3m-display-inline-images, and w3m-minor-mode-map.
4307
4308 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4309
4310         * message.el (message-tab-body-function): Fixed mismatched custom
4311         type.
4312
4313         * gnus.el (gnus-group-change-level-function): Ditto.
4314
4315         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4316
4317         * gnus-art.el (gnus-signature-limit)
4318         (gnus-article-mime-part-function): Ditto.
4319
4320 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * mml.el (mml-mode): Silence the byte compiler.
4323
4324         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4325         using `(sit-for 0)' before moving the point to the specified part;
4326         skip unbuttonized parts.
4327         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4328         return to the summary window if gnus-auto-select-part is non-nil.
4329
4330 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4331
4332         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4333         variables.
4334         (mml-dnd-attach-file, mml-mode): Use them.
4335
4336         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4337         Make fetching article by MID work again for Google Groups.  Added
4338         FIXME concerning gnus-group-make-web-group.
4339
4340         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4341         Don't depend on Gnus by using mail-extract-address-components if
4342         gnus-extract-address-components is not bound.
4343
4344 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * gnus-art.el (gnus-mime-display-security): Don't display the
4347         signature, but only the signed part.
4348
4349 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4352
4353         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4354         list, not listp.
4355
4356 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4357
4358         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4359         when encoding.
4360
4361         * mm-bodies.el (mm-decode-content-transfer-encoding):
4362         De-canonicalize CRLF for all text content types, not just
4363         text/plain.
4364
4365 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4368         valid article; point arrow and cursor at the MIME button.
4369
4370 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4373         Suggested by Dan Christensen <jdc@uwo.ca>.
4374
4375         * mm-decode.el (mm-save-part): Enable change of prompt.
4376
4377 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4378
4379         * gnus-msg.el (gnus-inews-add-send-actions): Made
4380         `message-post-method' lambda parameter ARG `&optional'.
4381
4382 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4383
4384         * gnus-sum.el (gnus-summary-mime-map): Added
4385         gnus-article-save-part-and-strip, gnus-article-delete-part and
4386         gnus-article-jump-to-part.
4387
4388         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4389         (gnus-article-edit-part): Use it.
4390         (gnus-article-part-wrapper): Added no-handle argument.
4391         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4392         functions.
4393
4394 2005-08-29  Romain Francoise  <romain@orebokech.com>
4395
4396         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4397         docstring.
4398         (gnus-face-from-file): Likewise.
4399
4400 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4403         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4404         non-nil.
4405         (gnus-auto-select-part): New variable.
4406         (gnus-article-jump-to-part): New function.
4407         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4408         (gnus-mime-delete-part): Allow selecting specified part after
4409         deleting or stripping parts.
4410         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4411         part if argument is bogus.
4412
4413 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4414
4415         * gnus-art.el (w3m-minor-mode-map):
4416         * gnus-spec.el (gnus-newsrc-file-version):
4417         * gnus-util.el (nnmail-active-file-coding-system)
4418         (gnus-original-article-buffer, gnus-user-agent):
4419         * gnus.el (gnus-ham-process-destinations)
4420         (gnus-parameter-ham-marks-alist)
4421         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4422         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4423         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4424         * mm-decode.el (gnus-current-window-configuration):
4425         * mm-extern.el (gnus-article-mime-handles):
4426         * mm-url.el (url-current-object, url-package-name)
4427         (url-package-version):
4428         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4429         (smime-keys, w3m-cid-retrieve-function-alist)
4430         (w3m-current-buffer, w3m-display-inline-images)
4431         (w3m-minor-mode-map):
4432         * mml-smime.el (gnus-extract-address-components):
4433         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4434         (gnus-newsrc-hashtb, message-default-charset)
4435         (message-deletable-headers, message-options)
4436         (message-posting-charset, message-required-mail-headers)
4437         (message-required-news-headers):
4438         * mml1991.el (mc-pgp-always-sign):
4439         * mml2015.el (mc-pgp-always-sign):
4440         * nnheader.el (nnmail-extra-headers):
4441         * rfc1843.el (gnus-decode-encoded-word-function)
4442         (gnus-decode-header-function, gnus-newsgroup-name):
4443         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4444
4445 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4446
4447         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4448         the end of the date treatments.
4449
4450 2005-08-15  Simon Josefsson  <jas@extundo.com>
4451
4452         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4453         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4454         Capello and Romain Francoise.
4455         (pgg-fetch-key-function): Removed, not used?
4456         (pgg-insert-url-with-w3): Require url, to get
4457         url-insert-file-contents regardless of where it is defined.
4458
4459 2005-08-13  Romain Francoise  <romain@orebokech.com>
4460
4461         * message.el (message-cite-original-1): New function.
4462         (message-cite-original): Use it.
4463         (message-cite-original-without-signature): Ditto.
4464
4465 2005-08-08  Romain Francoise  <romain@orebokech.com>
4466
4467         * message.el (message-yank-empty-prefix): New variable.
4468         (message-indent-citation): Use it.
4469         (message-cite-original-without-signature): Respect X-No-Archive.
4470
4471 2005-08-08  Simon Josefsson  <jas@extundo.com>
4472
4473         * pgg.el: Autoload url-insert-file-contents instead of loading
4474         w3/url.
4475         (pgg-insert-url-with-w3): Don't load url here.
4476
4477 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4478
4479         * message.el (message-kill-to-signature): Don't insert newline at
4480         bol.
4481         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4482
4483 2005-08-06  Romain Francoise  <romain@orebokech.com>
4484
4485         * message.el (message-user-fqdn): Fix typo in docstring.
4486
4487 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4488
4489         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4490
4491         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4492
4493 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * mm-bodies.el (mm-encode-body): Use coding system rather than
4496         charset to encode text.
4497
4498         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4499         number of charsets if utf-8 is available (XEmacs).
4500
4501 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4502
4503         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4504         taken from `gnus-button-mid-or-mail-regexp'.
4505         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4506         (gnus-button-alist): Improve regexp for domain part of the MIDs
4507         for news:localpart@domain buttons.
4508         (gnus-button-ctan-directory-regexp): Update.
4509
4510 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * sieve-manage.el (sieve-manage-interactive-login): Use
4513         make-local-variable rather than make-variable-buffer-local.
4514         (sieve-manage-open): Ditto.
4515         (sieve-manage-authenticate): Ditto.
4516
4517         * mml.el (mml-generate-mime-1): Make the content type default to
4518         text/plain if the filename is not specified.
4519
4520 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4523         instead of insert-buffer.
4524
4525         * message.el (message-yank-original): Ditto; set the mark at the
4526         end of the yanked message.
4527
4528 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4531         lines to scroll rather than to stop it.
4532
4533         * mml.el (mml-generate-default-type): Add doc string.
4534         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4535         default to application/octet-stream when determining the content
4536         type if it is not specified for the part or the mml contents; add
4537         a comment about mml-generate-default-type.
4538
4539 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4540
4541         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4542         make it default to application/octet-stream when determining the
4543         content type if it is not specified for the external contents.
4544
4545 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4548         segmented parameter but also other parameters might be there.
4549
4550 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * mm-decode.el (mm-display-external): Delete temp file, directory
4553         and buffer immediately if the external process is exited.
4554
4555 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4558         fewer lines than that of scroll-margin.
4559         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4560
4561 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-art.el (gnus-article-next-page): Revert.
4564         (gnus-article-beginning-of-window): New macro.
4565         (gnus-article-next-page-1): Use it.
4566         (gnus-article-prev-page): Ditto.
4567         (gnus-article-edit-part): Use insert-buffer-substring instead of
4568         insert-buffer.
4569         (gnus-article-edit-exit): Ditto.
4570
4571         * gnus-util.el (gnus-beginning-of-window): Remove.
4572         (gnus-end-of-window): Remove.
4573
4574         * lpath.el: Don't bind header-line-format and scroll-margin.
4575
4576 2005-07-25  Simon Josefsson  <jas@extundo.com>
4577
4578         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4579         to have the url package without w3.  Reported by Daiki Ueno
4580         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4581
4582 2005-07-20  Didier Verna  <didier@xemacs.org>
4583
4584         * gnus-diary.el: Remove the description comment (nndiary is now
4585         properly documented in the Gnus manual).
4586         Fix the spelling of "Back End".
4587         * nndiary.el: Ditto.
4588         Fix the copyright notice.
4589
4590 2005-07-18  Romain Francoise  <romain@orebokech.com>
4591
4592         * gnus-sum.el (gnus-summary-to-prefix,
4593         gnus-summary-newsgroup-prefix): New variables.
4594         (gnus-summary-from-or-to-or-newsgroups): Use them.
4595
4596 2005-07-17  Romain Francoise  <romain@orebokech.com>
4597
4598         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4599         space as it's generally not especially interesting to the user.
4600
4601 2005-07-16  Romain Francoise  <romain@orebokech.com>
4602
4603         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4604         nil to avoid prompting and file modification if one of the
4605         messages at the top of the nnfolder file contains a copyright
4606         notice.
4607         Update copyright notice.
4608
4609         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4610         instead of `current-time-string' as the latter creates a time
4611         string that is not RFC 2822 compliant (it lacks the zone).
4612         Update copyright notice.
4613
4614 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4615
4616         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4617         for text/rtf.  Display default in prompt.  Pass default for M-n.
4618
4619         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4620
4621 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * gnus-msg.el (gnus-button-mailto): Remove
4624         save-selected-window-window hackery because it relies on
4625         save-selected-window internals.
4626
4627 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4630         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4631         (gnus-article-prev-page): Ditto.
4632
4633         * gnus-util.el (gnus-beginning-of-window): New function.
4634         (gnus-end-of-window): New function.
4635
4636         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4637
4638 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4639
4640         * gnus-score.el (gnus-score-edit-all-score): Set
4641         gnus-score-edit-exit-function to gnus-score-edit-done and call
4642         gnus-message.
4643
4644 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645
4646         * gnus-msg.el (gnus-button-mailto): Remove
4647         save-selected-window-window hackery because it relies on
4648         save-selected-window internals.
4649
4650 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4653         add-minor-mode.
4654         (gnus-binary-mode): Ditto.
4655
4656         * gnus-topic.el (gnus-topic-mode): Ditto.
4657
4658 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4659
4660         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4661         (gnus-article-prev-page): Take scroll-margin into consideration.
4662
4663 2005-07-04  Lute Kamstra  <lute@gnu.org>
4664
4665         Update FSF's address in GPL notices.
4666
4667 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4668
4669         * gnus.el (gnus-exit):
4670         * gnus-group.el (gnus-group-icons):
4671         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4672
4673         * gnus-nocem.el (gnus-nocem):
4674         * message.el (message-various, message-buffers, message-sending)
4675         (message-interface, message-forwarding, message-insertion)
4676         (message-headers, message-news, message-mail):
4677         * pgg-gpg.el (pgg-gpg):
4678         * pgg-parse.el (pgg-parse):
4679         * pgg-pgp.el (pgg-pgp):
4680         * pgg-pgp5.el (pgg-pgp5):
4681         * pop3.el (pop3): Finish `defgroup' description with period.
4682
4683 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-art.el (article-display-face): Improve the efficiency.
4686         (article-display-x-face): Ditto; remove grey x-face stuff.
4687
4688 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * gnus-art.el (article-display-face): Correct the position in
4691         which Faces are inserted.
4692
4693 2005-06-29  Didier Verna  <didier@xemacs.org>
4694
4695         * gnus-art.el (article-display-face): Display faces in correct
4696         order.
4697
4698 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4701         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4702         (gnus-nocem-check-article): Fetch the Type header.
4703         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4704         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4705         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4706         make sure gnus-nocem-hashtb is initialized.
4707         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4708         (gnus-nocem-unwanted-article-p): Ditto.
4709
4710         * pgg.el (pgg-verify): Return the verification result.
4711
4712 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713
4714         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4715         is ascii.
4716
4717 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4718
4719         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4720         `show-nonbreak-escape'.
4721
4722 2005-06-23  Lute Kamstra  <lute@gnu.org>
4723
4724         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4725
4726         * dig.el (dig-mode):
4727         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4728
4729 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4730
4731         * nnimap.el (nnimap-split-download-body): Fix spellings.
4732
4733 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4734
4735         * gnus-art.el (gnus-article-encrypt-body):
4736         * gnus-cus.el (gnus-score-customize):
4737         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4738         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4739
4740 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4741
4742         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4743         header by looking for magic "MII" at the beginnig.
4744
4745 2005-06-16  Miles Bader  <miles@gnu.org>
4746
4747         * gnus-xmas.el (gnus-xmas-group-startup-message):
4748         Use renamed gnus-splash face.
4749
4750         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4751         (assistant-field-face): New backward-compatibility alias for renamed
4752         face.
4753         (assistant-render-text): Use renamed assistant-field face.
4754
4755         * spam.el (spam): Remove "-face" suffix from face name.
4756         (spam-face): New backward-compatibility alias for renamed face.
4757         (spam-face, spam-initialize): Use renamed spam face.
4758
4759         * message.el (message-header-to, message-header-cc)
4760         (message-header-subject, message-header-newsgroups)
4761         (message-header-other, message-header-name)
4762         (message-header-xheader, message-separator, message-cited-text)
4763         (message-mml): Remove "-face" suffix from face names.
4764         (message-header-to-face, message-header-cc-face)
4765         (message-header-subject-face, message-header-newsgroups-face)
4766         (message-header-other-face, message-header-name-face)
4767         (message-header-xheader-face, message-separator-face)
4768         (message-cited-text-face, message-mml-face):
4769         New backward-compatibility aliases for renamed faces.
4770         (message-font-lock-keywords): Use renamed message faces.
4771
4772         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4773         (sieve-test-commands, sieve-tagged-arguments):
4774         Remove "-face" suffix from face names.
4775         (sieve-control-commands-face, sieve-action-commands-face)
4776         (sieve-test-commands-face, sieve-tagged-arguments-face):
4777         New backward-compatibility aliases for renamed faces.
4778         (sieve-control-commands-face, sieve-action-commands-face)
4779         (sieve-test-commands-face, sieve-tagged-arguments-face):
4780         Use renamed sieve faces.
4781
4782         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4783         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4784         (gnus-group-news-3-empty, gnus-group-news-4)
4785         (gnus-group-news-4-empty, gnus-group-news-5)
4786         (gnus-group-news-5-empty, gnus-group-news-6)
4787         (gnus-group-news-6-empty, gnus-group-news-low)
4788         (gnus-group-news-low-empty, gnus-group-mail-1)
4789         (gnus-group-mail-1-empty, gnus-group-mail-2)
4790         (gnus-group-mail-2-empty, gnus-group-mail-3)
4791         (gnus-group-mail-3-empty, gnus-group-mail-low)
4792         (gnus-group-mail-low-empty, gnus-summary-selected)
4793         (gnus-summary-cancelled, gnus-summary-high-ticked)
4794         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4795         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4796         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4797         (gnus-summary-low-undownloaded)
4798         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4799         (gnus-summary-low-unread, gnus-summary-normal-unread)
4800         (gnus-summary-high-read, gnus-summary-low-read)
4801         (gnus-summary-normal-read, gnus-splash):
4802         Remove "-face" suffix from face names.
4803         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4804         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4805         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4806         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4807         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4808         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4809         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4810         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4811         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4812         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4813         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4814         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4815         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4816         (gnus-summary-normal-ticked-face)
4817         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4818         (gnus-summary-normal-ancient-face)
4819         (gnus-summary-high-undownloaded-face)
4820         (gnus-summary-low-undownloaded-face)
4821         (gnus-summary-normal-undownloaded-face)
4822         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4823         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4824         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4825         (gnus-splash-face):
4826         New backward-compatibility aliases for renamed faces.
4827         (gnus-group-startup-message): Use renamed gnus faces.
4828
4829         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4830         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4831         (gnus-server-agent): Remove "-face" suffix from face names.
4832         (gnus-server-agent-face, gnus-server-opened-face)
4833         (gnus-server-closed-face, gnus-server-denied-face)
4834         (gnus-server-offline-face):
4835         New backward-compatibility aliases for renamed faces.
4836         (gnus-server-agent-face, gnus-server-opened-face)
4837         (gnus-server-closed-face, gnus-server-denied-face)
4838         (gnus-server-offline-face): Use renamed gnus faces.
4839
4840         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4841         Remove "-face" suffix from face names.
4842         (gnus-picon-xbm-face, gnus-picon-face):
4843         New backward-compatibility aliases for renamed faces.
4844
4845         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4846         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4847         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4848         (gnus-cite-11): Remove "-face" suffix from face names.
4849         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4850         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4851         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4852         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4853         New backward-compatibility aliases for renamed faces.
4854         (gnus-cite-attribution-face, gnus-cite-face-list)
4855         (gnus-article-boring-faces): Use renamed gnus faces.
4856
4857         * gnus-art.el (gnus-signature, gnus-header-from)
4858         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4859         (gnus-header-content): Remove "-face" suffix from face names.
4860         (gnus-signature-face, gnus-header-from-face)
4861         (gnus-header-subject-face, gnus-header-newsgroups-face)
4862         (gnus-header-name-face, gnus-header-content-face):
4863         New backward-compatibility aliases for renamed faces.
4864         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4865
4866         * gnus-sum.el (gnus-summary-selected-face)
4867         (gnus-summary-highlight): Use renamed gnus faces.
4868         * gnus-group.el (gnus-group-highlight): Likewise.
4869
4870 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4871
4872         * gnus-sieve.el (gnus-sieve-article-add-rule):
4873         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4874         * spam-stat.el (spam-stat-buffer-change-to-spam)
4875         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4876
4877         * message.el (message-is-yours-p):
4878         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4879
4880 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * mm-view.el (mm-inline-text): Withdraw the last change.
4883
4884 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4887         executing enriched-decode.
4888
4889 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4892         charset of tar files.
4893
4894 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4895
4896         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4897
4898 2005-06-04  Lute Kamstra  <lute@gnu.org>
4899
4900         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4901         information is never recorded.
4902
4903 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4904
4905         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4906
4907 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * pop3.el (pop3-apop): Run md5 in the binary mode.
4910
4911         * starttls.el (starttls-set-process-query-on-exit-flag):
4912         Use eval-and-compile.
4913
4914 2005-05-31  Simon Josefsson  <jas@extundo.com>
4915
4916         * smime.el (smime-replace-in-string): Define.
4917         (smime-cert-by-ldap-1): Use it.
4918
4919 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * gnus-art.el (article-display-x-face): Replace
4922         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4923
4924         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4925         set-process-query-on-exit-flag or process-kill-without-query.
4926
4927         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4928         loop instead of replace-regexp.
4929
4930         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4931         instead of process-kill-without-query if it is available.
4932
4933         * lpath.el: Fbind ldap-search-entries.
4934
4935         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4936         instead of find-file-hooks if it is available.
4937
4938         * mml1991.el: Bind pgg-default-user-id when compiling.
4939
4940         * mml2015.el: Bind pgg-default-user-id when compiling.
4941
4942         * nndraft.el (nndraft-request-associate-buffer):
4943         Use write-contents-functions instead of write-contents-hooks if it is
4944         available.
4945
4946         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4947         instead of find-file-hooks if it is available.
4948
4949         * nntp.el (nntp-open-connection): Replace
4950         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4951         (nntp-open-ssl-stream): Ditto.
4952         (nntp-open-tls-stream): Ditto.
4953
4954         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4955         set-process-query-on-exit-flag or process-kill-without-query.
4956         (starttls-open-stream-gnutls): Use it instead of
4957         process-kill-without-query.
4958         (starttls-open-stream): Ditto.
4959
4960 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4961
4962         * smime.el (smime-cert-by-ldap-1): Don't use
4963         replace-regexp-in-string.
4964
4965 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4966
4967         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4968
4969         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4970         in PEM format. Adjust to the XEmacs compability.
4971
4972 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4973
4974         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4975         by `string-to-number'.
4976         * gnus-agent.el (gnus-agent-regenerate-group)
4977         (gnus-agent-fetch-articles): Ditto.
4978         * gnus-art.el (gnus-button-fetch-group): Ditto.
4979         * gnus-cache.el (gnus-cache-generate-active)
4980         (gnus-cache-articles-in-group): Ditto.
4981         * gnus-group.el (gnus-group-set-current-level)
4982         (gnus-group-insert-group-line): Ditto.
4983         * gnus-score.el (gnus-score-set-expunge-below)
4984         (gnus-score-set-mark-below, gnus-summary-score-effect)
4985         (gnus-summary-score-entry): Ditto.
4986         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4987         (gnus-soup-pack): Ditto.
4988         * gnus-spec.el (gnus-xmas-format): Ditto.
4989         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4990         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4991         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4992         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4993         * nndb.el (nndb-get-remote-expire-response): Ditto.
4994         * nndiary.el (nndiary-parse-schedule-value)
4995         (nndiary-string-to-number, nndiary-request-replace-article)
4996         (nndiary-request-article): Ditto.
4997         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4998         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4999         * nneething.el (nneething-make-head): Ditto.
5000         * nnfolder.el (nnfolder-request-article)
5001         (nnfolder-retrieve-headers): Ditto.
5002         * nnheader.el (nnheader-file-to-number): Ditto.
5003         * nnkiboze.el (nnkiboze-request-article): Ditto.
5004         * nnmail.el (nnmail-process-unix-mail-format)
5005         (nnmail-process-babyl-mail-format): Ditto.
5006         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5007         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5008         (nnmh-request-create-group, nnmh-request-list-1)
5009         (nnmh-request-group, nnmh-request-article): Ditto.
5010         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5011         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5012         * nnsoup.el (nnsoup-make-active): Ditto.
5013         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5014         * nntp.el (nntp-find-group-and-number)
5015         (nntp-retrieve-headers-with-xover): Ditto.
5016         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5017         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5018         (pgg-format-key-identifier): Ditto.
5019         * pop3.el (pop3-last, pop3-stat): Ditto.
5020         * qp.el (quoted-printable-decode-region): Ditto.
5021
5022         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5023         of concat.
5024
5025 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5028
5029         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5030
5031         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5032
5033         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5034
5035         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5036
5037         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5038
5039         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5040         (gnus-carpal-mode): Ditto.
5041
5042         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5043         (gnus-browse-mode): Ditto.
5044
5045         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5046
5047         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5048
5049 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5050
5051         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5052
5053 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * gnus-util.el (gnus-run-mode-hooks): New function.
5056
5057         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5058
5059         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5060         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5061
5062 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5063
5064         * gnus-agent.el (gnus-agent-make-mode-line-string):
5065         Use mode-line-highlight as mouse-face.
5066
5067 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * canlock.el (canlock): Change the parent group to news.
5070
5071         * deuglify.el (gnus-outlook-deuglify): Add :group.
5072
5073         * dig.el (dig): Add :group.
5074
5075         * dns-mode.el (dns-mode): Add :group.
5076
5077         * encrypt.el (encrypt): Add :group.
5078
5079         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5080         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5081         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5082         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5083         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5084
5085         * gnus-diary.el (gnus-diary): Add :group.
5086
5087         * gnus.el (gnus-group-news-1-face): Add :group.
5088         (gnus-group-news-1-empty-face): Ditto.
5089         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5090         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5091         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5092         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5093         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5094         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5095         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5096         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5097         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5098         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5099         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5100         (gnus-summary-high-ticked-face): Ditto.
5101         (gnus-summary-low-ticked-face): Ditto.
5102         (gnus-summary-normal-ticked-face): Ditto.
5103         (gnus-summary-high-ancient-face): Ditto.
5104         (gnus-summary-low-ancient-face): Ditto.
5105         (gnus-summary-normal-ancient-face): Ditto.
5106         (gnus-summary-high-undownloaded-face): Ditto.
5107         (gnus-summary-low-undownloaded-face): Ditto.
5108         (gnus-summary-normal-undownloaded-face): Ditto.
5109         (gnus-summary-high-unread-face): Ditto.
5110         (gnus-summary-low-unread-face): Ditto.
5111         (gnus-summary-normal-unread-face): Ditto.
5112         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5113         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5114
5115         * hashcash.el (hashcash): New custom group.
5116         (hashcash-default-payment): Add :group.
5117         (hashcash-payment-alist): Ditto.
5118         (hashcash-default-accept-payment): Ditto.
5119         (hashcash-accept-resources): Ditto.
5120         (hashcash-path): Ditto.
5121         (hashcash-extra-generate-parameters): Ditto.
5122         (hashcash-double-spend-database): Ditto.
5123         (hashcash-in-news): Ditto.
5124
5125         * message.el (message-minibuffer-local-map): Add :group.
5126
5127         * netrc.el (netrc): Add :group.
5128
5129         * sieve-manage.el (sieve-manage-log): Add :group.
5130         (sieve-manage-default-user): Diito.
5131         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5132         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5133         (sieve-manage-authenticators): Ditto.
5134         (sieve-manage-authenticator-alist): Ditto.
5135         (sieve-manage-default-port): Ditto.
5136
5137         * sieve-mode.el (sieve-control-commands-face): Add :group.
5138         (sieve-action-commands-face): Ditto.
5139         (sieve-test-commands-face): Ditto.
5140         (sieve-tagged-arguments-face): Ditto.
5141
5142         * smime.el (smime): Add :group.
5143
5144         * spam-report.el (spam-report): Add :group.
5145
5146         * spam.el (spam, spam-face): Add :group.
5147
5148 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5151         return \n.\n.\n at the end of articles.  Protect against that.
5152         (nntp-with-open-group): Allow debugging.
5153
5154         * nnheader.el (mail-header-set-extra): Make into a function
5155         because I just could't understand how to quote the list properly.
5156
5157         * dns.el (query-dns-cached): New function.
5158
5159 2005-05-26  Lute Kamstra  <lute@gnu.org>
5160
5161         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5162
5163 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5166
5167         * gnus-art.el: Don't autoload mail-extract-address-components.
5168
5169         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5170         eval-and-compile to evaluate it.
5171
5172         * hashcash.el: Don't autoload executable-find.
5173
5174         * nndb.el: Don't declare the nndb back end two or more times; don't
5175         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5176
5177         * nntp.el: Autoload format-spec instead of format; use
5178         eval-and-compile to evaluate autoload forms.
5179
5180 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5181
5182         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5183
5184 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * gnus.el (gnus-version-number): Bump version.
5187
5188 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5189
5190         * gnus.el: No Gnus v0.3 is released.
5191
5192 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193
5194         * lpath.el (featurep): Bind show-nonbreak-escape.
5195
5196 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-art.el (gnus-article-edit-part): Disable undo.
5199
5200 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5203         gnus-article-date-lapsed-new-header is t if date timer is active;
5204         skip headers in which the original date value is empty.
5205         (gnus-article-save-original-date): Redefine it as a macro.
5206         (gnus-display-mime): Use it.
5207
5208 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * gnus-art.el (article-date-ut): Support converting date in
5211         forwarded parts as well.
5212         (gnus-article-save-original-date): New function.
5213         (gnus-display-mime): Use it.
5214
5215 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5216
5217         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5218         enclosure element of <item>.
5219
5220 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5221
5222         * message.el (message-kill-buffer-query): Renamed from
5223         `message-kill-buffer-query-if-modified'.  Added :version.
5224
5225 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5228         window layout.
5229
5230 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * mml.el: Autoload dnd when compiling.
5233
5234 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5235
5236         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5237         x-dnd-*.
5238
5239 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * qp.el (quoted-printable-encode-region): Save excursion.
5242
5243 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5244
5245         * message.el (message-kill-buffer-query-if-modified): Add new variable
5246         so the user can kill a modified message buffer quickly.
5247         (message-kill-buffer): Use it.
5248
5249 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * lpath.el: Fbind display-time-event-handler; don't fbind
5252         string-to-multibyte.
5253
5254         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5255
5256 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5259         contained in text because xml.el decodes entities) with LFs.
5260
5261 2005-04-11  Lute Kamstra  <lute@gnu.org>
5262
5263         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5264         differently.
5265
5266 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5267
5268         * mm-util.el (mm-detect-coding-region): Typo.
5269
5270 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5273
5274 2005-04-06  D Goel  <deego@gnufans.org>
5275
5276         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5277         user-function allow user modifications of the scores.
5278         (spam-stat-score-buffer-user): New function, to allow
5279         user-computed modifications to the score.
5280         (spam-stat-score-buffer-user-functions): list of additional
5281         scoring functions
5282         (spam-stat-error-holder): global temporary error holder
5283         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5284         variable
5285
5286 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5287
5288         * gnus-registry.el (gnus-registry-clean-empty-function)
5289         (gnus-registry-trim, gnus-registry-fetch-groups)
5290         (gnus-registry-delete-group): Groups that match
5291         `gnus-registry-ignored-groups' are removed from the registry
5292         entries, not just ignored for splitting.  This helps clean up the
5293         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5294         to get all the groups a message ID is in.
5295
5296         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5297         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5298         (spam-stat-score-buffer-user-functions): Add :number custom type.
5299
5300 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5303         argument in XEmacs.
5304
5305         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5306         (nnrss-request-group): Decode group name first.
5307         (nnrss-request-article): Make a text/plain article if mml-to-mime
5308         failed.
5309         (nnrss-get-encoding): Return a compatible encoding according to
5310         nnrss-compatible-encoding-alist.
5311         (nnrss-find-el): Use consp instead of listp.
5312         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5313
5314 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5317         which Emacs 20 doesn't support.
5318         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5319
5320 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5321
5322         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5323         silence the byte compiler inside the defun
5324
5325         * gnus-demon.el (parse-time-string): Add autoload.
5326
5327         * gnus-delay.el (parse-time-string): Add autoload.
5328
5329         * gnus-art.el (parse-time-string): Add autoload.
5330
5331         * nnultimate.el (parse-time): Require for `parse-time-string'.
5332
5333 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5334
5335         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5336
5337         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5338
5339         * smime.el (smime-ldap-host-list): Add :version.
5340
5341 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5342
5343         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5344         pass it to `gnus-browse-read-group'.
5345         (gnus-browse-read-group): Add NUMBER argument and pass it to
5346         `gnus-group-read-ephemeral-group'.
5347
5348         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5349         argument and pass it to `gnus-group-read-group'.
5350
5351 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5352
5353         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5354         mm-xemacs-find-mime-charset-1 if we have the mule feature
5355         available at runtime.
5356
5357 2005-03-25  Werner Lemberg  <wl@gnu.org>
5358
5359         * nnmaildir.el: Replace `illegal' with `invalid'.
5360
5361 2005-03-23  Lute Kamstra  <lute@gnu.org>
5362
5363         * time-date.el: Add comment on time value formats.
5364         Don't require parse-time.
5365         (with-decoded-time-value): New macro.
5366         (encode-time-value): New function.
5367         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5368         (days-to-time): Return a valid time value when arg is huge.
5369         (time-since): Use time-subtract.
5370         (time-to-number-of-days): Use time-to-seconds.
5371
5372 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5373
5374         * gnus-start.el (gnus-display-time-event-handler):
5375         Check display-time-timer at runtime rather than only at load time
5376         in case display-time-mode is turned off in the mean time.
5377
5378 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5381         used.
5382
5383         * nneething.el (nneething-map-file-directory): Derive from
5384         `gnus-directory'.
5385
5386         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5387         the To/Cc button.
5388
5389 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * nnmaildir.el (nnmaildir-request-accept-article):
5392         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5393
5394 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5395
5396         * gnus-async.el: Require timer-funcs at compile time when in
5397         XEmacs for `run-with-idle-timer'.
5398
5399 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5400
5401         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5402         autoloaded function.
5403
5404 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5405
5406         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5407
5408 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5409
5410         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5411
5412 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5415         gnus-expert-user to default.
5416
5417 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5418
5419         * nnimap.el (nnimap-open-server): Ditto.
5420
5421         * imap.el (imap-authenticate): Fix typo.
5422
5423 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5424
5425         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5426         buffer (since IMAP server might return FETCH response out of
5427         order, and the nntp buffer must be sorted).
5428
5429 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5430
5431         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5432         comparison on string.
5433
5434         * gnus-agent.el (gnus-agent-long-article,
5435         gnus-agent-short-article, gnus-agent-score): Renamed category
5436         keywords to match gnus-cus.
5437         (gnus-agent-summary-fetch-series): Modified to protect against
5438         gnus-agent-summary-fetch-group clearing processable flags.
5439         (gnus-agent-synchronize-group-flags): Update live group buffer as
5440         synchronization may occur due to the user toggle the plugged
5441         status.
5442         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5443         successfully downloaded.
5444         (gnus-agent-expire-group-1): Avoid using markers when the overview
5445         is in ascending order; greatly improves performance.
5446         (gnus-agent-regenerate-group): Use
5447         gnus-agent-synchronize-group-flags to reset read status in both
5448         gnus and server.
5449         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5450
5451 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5452
5453         * message.el: Don't autoload former message-utils variables.
5454         (message-strip-subject-trailing-was): Change doc string.
5455
5456         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5457         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5458         (nnweb-google-search): Add "hl=en" here.
5459         (nnweb-google-parse-1, nnweb-google-create-mapping):
5460         Don't hardcode URL.
5461
5462 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * message.el (message-get-reply-headers, message-followup):
5465         Mention related variables `message-use-followup-to' and
5466         `message-use-mail-followup-to', in the information buffer.
5467
5468         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5469         of broken groups(-beta).google.com.
5470
5471 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5474         parameter to invoked gnus-request-move-article; remove the
5475         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5476         all at once instead of once per article.
5477         (gnus-summary-remove-process-mark): Accept a list of articles as
5478         well as a single article for processing.
5479
5480         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5481         parameter.
5482
5483         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5484
5485         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5486
5487         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5488         parameter.
5489
5490         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5491         parameter.
5492
5493         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5494         parameter and remove the gnus-sum-hint-move-is-internal variable.
5495
5496         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5497         parameter.
5498
5499         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5500         parameter.
5501
5502         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5503         parameter.
5504
5505         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5506
5507         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5508         parameter.
5509
5510         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5511         parameter.
5512
5513 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5514
5515         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5516         a more conservative way.
5517
5518 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5519
5520         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5521         buffer, so it moves the window's cursor.
5522
5523 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5524
5525         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5526         `mm-dissect-multipart' and receive the from field as an (optional)
5527         argument from `mm-dissect-multipart'.
5528         (mm-dissect-multipart): Receive the from field as an argument and
5529         pass it on when we call `mm-dissect-buffer' on MIME parts.
5530         Fixes verification/decryption of signed/encrypted MIME parts.
5531
5532 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5533
5534         * gnus-sum.el (gnus-summary-move-article): Set
5535         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5536         whatever it calls (right now, only nnimap-request-move article
5537         respects it).
5538
5539         * nnimap.el (nnimap-request-move-article): When
5540         gnus-sum-hint-move-is-internal is set, don't do the extra
5541         nnimap-request-article.
5542
5543 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5546
5547         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5548         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5549
5550         * gnus-sum.el (gnus-summary-caesar-message):
5551         Apply `gnus-treat-article' after rotation.
5552
5553         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5554         doc string.
5555
5556 2005-02-22  Simon Josefsson  <jas@extundo.com>
5557
5558         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5559         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5560         <arne@arnested.dk>.
5561         (encrypt): Add password-cache and password-cache-expiry as group
5562         members.
5563
5564 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5565
5566         * smime.el (smime-ldap-host-list): Doc fix.
5567         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5568         cache) password.
5569         (smime-sign-region): Use it.
5570         (smime-decrypt-region): Use it.
5571         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5572         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5573         fails.
5574         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5575         certificate from DER to PEM format rather than calling openssl.
5576
5577         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5578
5579         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5580         for signing/encryption.
5581
5582         * mml.el (mml-parse-1): Use them.
5583
5584 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5585
5586         * nnrss.el (nnrss-verbose): Removed.
5587         (nnrss-request-group): Use `nnheader-message' instead.
5588
5589 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5590
5591         * nnrss.el (nnrss-verbose): New variable.
5592         (nnrss-request-group): Make it say nnrss is requesting a group.
5593
5594 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5595
5596         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5597         Handle news URL with given port correctly.
5598
5599 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5602         containing special characters.
5603
5604         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5605
5606         * mml.el (mime-to-mml): Ditto.
5607
5608         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5609         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5610         (rfc2047-decode-region): Quote decoded words containing special
5611         characters when rfc2047-quote-decoded-words-containing-tspecials
5612         is non-nil.
5613
5614 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5617
5618         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5619
5620 2005-02-15  Simon Josefsson  <jas@extundo.com>
5621
5622         * nnimap.el (nnimap-debug): Doc fix.
5623
5624         * imap.el (imap-debug): Doc fix.
5625
5626 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5629
5630 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5631
5632         * gnus.el (spam-contents): Improve docs for spam-contents
5633         parameter in its variable incarnation.
5634
5635 2005-02-14  Simon Josefsson  <jas@extundo.com>
5636
5637         * smime-ldap.el: Use require instead of load-library for ldap.
5638         (smime-ldap-search): Indent.
5639         (smime-ldap-search-internal): Shorten line.
5640
5641         * smime.el (smime-cert-by-dns): Add doc-string.
5642         (smime-cert-by-ldap-1): Indent.
5643
5644         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5645         mml-smime-get-dns-ldap.
5646         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5647
5648 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5649
5650         * smime.el: Require smime-ldap.
5651         (smime-ldap-host-list): New variable.
5652         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5653
5654         * mml-smime.el (mml-smime-encrypt-query): New function.
5655         (mml-smime-encrypt-query): Use it.
5656
5657         * smime-ldap.el: New file.
5658
5659 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5662
5663 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5664
5665         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5666         argument in doc string.  Make query for type more clear.
5667
5668 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5669
5670         * gnus.el (gnus-group-startup-message): Search for gnus images in
5671         etc/images/gnus.
5672         * mm-util.el (mm-image-load-path): Likewise.
5673         * smiley.el (smiley-data-directory): Search for smilies in
5674         etc/images/smilies.
5675
5676 2005-02-09  Kim F. Storm  <storm@cua.dk>
5677
5678         Change Emacs release version from 21.4 to 22.1 throughout.
5679         Change Emacs development version from 21.3.50 to 22.0.50.
5680
5681 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5684
5685         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5686         non-Mule XEmacs as well.
5687         (mm-decompress-buffer): Signal an error intentionally if it does
5688         not decompress compressed data because auto-compression-mode is
5689         disabled.
5690
5691 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5692
5693         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5694         an ID in the registry even if it has no groups.
5695
5696 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5699         merge it into mm-decompress-buffer.
5700         (gnus-mime-copy-part): Use the MIME part charset, the value which
5701         a user specified or gnus-newsgroup-charset for decoding, like
5702         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5703         save-buffer what was used.  Suggested by Kevin Ryde
5704         <user42@zip.com.au>.
5705         (gnus-mime-inline-part): Allow the name parameter as well as the
5706         filename parameter; force decompressing of compressed data; always
5707         display contents being not decoded as unibyte.
5708
5709         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5710         as well as the filename parameter.
5711
5712         * mm-util.el (mm-decompress-buffer): Merge
5713         gnus-mime-jka-compr-maybe-uncompress.
5714         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5715         of compressed data.
5716
5717 2005-02-08  Simon Josefsson  <jas@extundo.com>
5718
5719         * imap.el (imap-log): Doc fix.
5720
5721 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5724         the coding cookies; decompress compressed parts.
5725
5726         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5727         to the value which a user specified manually or the coding cookie.
5728
5729         * mm-util.el (mm-string-to-multibyte): New function.
5730         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5731         (mm-coding-system-to-mime-charset): New function.
5732         (mm-decompress-buffer): New function.
5733         (mm-find-buffer-file-coding-system): New function.
5734
5735         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5736         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5737         parts.
5738
5739 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5740
5741         * mm-view.el (mm-display-inline-fontify): Decode a part according
5742         to the charset parameter.
5743
5744 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5747         prefix arg is neither nil nor a number, as info specifies.
5748
5749 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5752         timestamps.
5753
5754 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5755
5756         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5757         groups error checking and notify user.
5758
5759 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5760
5761         * message.el (message-send-mail-function): Check existence of
5762         sendmail-program first before using default value
5763         `message-send-mail-with-sendmail'.  Otherwise use more generic
5764         `smtpmail-send-it'.
5765
5766 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * nntp.el (nntp-request-update-info): Always return nil.
5769
5770 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5771
5772         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5773
5774 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5775
5776         * message.el (message-beginning-of-line): Change the behavior when
5777         invoked between BOL and : so that it first moves backward.
5778
5779 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5782         article buffer when editing of the article is discarded.
5783         (gnus-article-prepare): Revert.
5784
5785 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * gnus-art.el (gnus-article-prepare):
5788         Remove message-strip-forbidden-properties from the local hook.
5789
5790 2005-01-27  Simon Josefsson  <jas@extundo.com>
5791
5792         * password.el (password-cache-add): Only start one timer per key.
5793         Reported by Derek Atkins <warlord@MIT.EDU>.
5794
5795 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5796
5797         * run-at-time.el: Removed.  It is no longer needed as
5798         timer-funcs.el in the xemacs-base package has a working version of
5799         `run-at-time'.
5800
5801         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5802
5803         * password.el: Require timer-funcs instead of run-at-time in
5804         XEmacs.
5805         Remove `password-run-at-time' macro.
5806         (password-cache-add): Use `run-at-time' instead of
5807         `password-run-at-time'.
5808
5809         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5810         Remove `nnheader-cancel-function-timers' alias,
5811         `cancel-function-timers' exists in XEmacs in timer-funcs.
5812
5813         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5814         for `run-with-idle-timer'.
5815
5816         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5817         for `run-at-time'.
5818
5819         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5820         for `with-timeout'.
5821
5822         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5823         the same as for XEmacs 21.4.
5824         No need to ignore `run-with-idle-timer', this function exists in
5825         XEmacs now in timer-funcs.el in the xemacs-base package.
5826         (dgnushack-compile): No need to delete
5827         run-at-time.el from the list of files to compile because it
5828         doesn't exist anymore.
5829
5830 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5833         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5834
5835 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5836
5837         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5838         sensitively.
5839
5840 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5841
5842         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5843
5844 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5847         which will be inserted according to the multibyteness of a buffer
5848         rather than the type of contents.  Suggested by ARISAWA Akihiro
5849         <ari@mbf.ocn.ne.jp>.
5850
5851         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5852         of string which old xml.el may return rather than a string.
5853
5854 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5857
5858 2005-01-16  Simon Josefsson  <jas@extundo.com>
5859
5860         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5861         idn/idna.el isn't available.
5862         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5863         <michael@waxrat.com>.
5864
5865         * hashcash.el: Remove non-FSF copyright header.
5866
5867         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5868         (hashcash-generate-payment): Use it.
5869         (hashcash-generate-payment-async): Use it.
5870
5871 2005-01-15  Simon Josefsson  <jas@extundo.com>
5872
5873         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5874         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5875
5876         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5877         gnus-summary-idna-message.
5878         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5879         (gnus-summary-idna-message): New function.
5880
5881 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5882
5883         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5884         gnus-novice-user.
5885
5886 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * nnrss.el (nnrss-request-delete-group): Delete entries in
5889         nnrss-group-alist as well.
5890         (nnrss-save-server-data): Insert newline.
5891
5892 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5893
5894         * gnus.el (gnus-user-agent): Use list of symbols instead of
5895         symbols.  Display full version number for (S)XEmacs.  Optionally
5896         display (S)XEmacs codename.
5897
5898         * gnus-util.el (gnus-emacs-version): Update for new
5899         `gnus-user-agent'.
5900
5901         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5902         Gnus version.
5903
5904 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5907         which is unreadable in some setups.
5908
5909 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-spec.el (gnus-update-format-specifications): Flush the
5912         group format spec cache if it doesn't support decoded group names.
5913
5914 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5915
5916         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5917         to apply decay on score files matching a regexp.
5918
5919 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5922         compatibility in %g and %c.
5923
5924 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5927         name for only %g and %c.
5928         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5929         of gnus-tmp-group to decoded group name.
5930         (gnus-group-make-rss-group): Exclude `/'s from group names.
5931
5932 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * nnrss.el (nnrss-get-encoding): Fix regexp.
5935
5936 2004-12-27  Simon Josefsson  <jas@extundo.com>
5937
5938         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5939         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5940         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5941
5942 2004-12-17  Kim F. Storm  <storm@cua.dk>
5943
5944         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5945
5946         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5947
5948 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5949
5950         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5951
5952 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * nnrss.el: Require rfc2047 and mml.
5955         (nnrss-file-coding-system): New variable.
5956         (nnrss-format-string): Redefine it as an inline function.
5957         (nnrss-decode-group-name): New function.
5958         (nnrss-string-as-multibyte): Remove.
5959         (nnrss-retrieve-headers): Decode group name; don't use
5960         nnrss-format-string.
5961         (nnrss-request-group): Decode group name.
5962         (nnrss-request-article): Decode group name; allow a Message-ID as
5963         well as an article number; don't use nnrss-format-string; encode a
5964         Message-ID string which may contain non-ASCII characters; use
5965         mml-to-mime to compose a MIME article.
5966         (nnrss-request-expire-articles): Decode group name.
5967         (nnrss-request-delete-group): Decode group name.
5968         (nnrss-fetch): Clarify error message.
5969         (nnrss-read-server-data): Use insert-file-contents instead of load;
5970         bind file-name-coding-system; use multibyte buffer.
5971         (nnrss-save-server-data): Bind coding-system-for-write to the
5972         value of nnrss-file-coding-system; bind file-name-coding-system;
5973         add coding cookie.
5974         (nnrss-read-group-data): Use insert-file-contents instead of load;
5975         bind file-name-coding-system; use multibyte buffer.
5976         (nnrss-save-group-data): Bind coding-system-for-write to the
5977         value of nnrss-file-coding-system; bind file-name-coding-system.
5978         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5979         make it work with non-ASCII text.
5980         (nnrss-find-el): Make it work with old xml.el as well.
5981
5982 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5983
5984         * nnrss.el (nnrss-get-encoding): New function.
5985         (nnrss-fetch): Use unibyte buffer initially; bind
5986         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5987         decode contents according to the encoding attribute.
5988         (nnrss-save-group-data): Add coding cookie.
5989         (nnrss-mime-encode-string): New function.
5990         (nnrss-check-group): Use it to encode subject and author.
5991
5992 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5993
5994         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
5995         imaginary variable.
5996
5997 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6000         correctly even if there are wide characters.
6001
6002 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6003
6004         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6005         downcased symbol names; make a new cache instead of reusing
6006         bbdb-hashtable.
6007
6008 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6011         concatenating segments rather than before concatenating them.
6012         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6013
6014         * message.el (message-get-reply-headers): Bind `extra'.
6015
6016 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017
6018         * message.el (message-extra-wide-headers): New variable.
6019         (message-get-reply-headers): Use it.
6020
6021 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6024         (gnus-agent-group-pathname): Ditto.
6025
6026         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6027
6028         * gnus-group.el (gnus-group-make-group): Decode group name.
6029         (gnus-group-make-rss-group): Register the group data after opening
6030         the nnrss group.
6031
6032 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6033
6034         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6035         by expiry now get marked as read.
6036
6037 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6040
6041 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6042
6043         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6044         unify Latin characters in XEmacs.
6045         (mm-find-mime-charset-region): Use it.
6046
6047 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * gnus-util.el (gnus-delete-directory): New function.
6050
6051         * gnus-agent.el (gnus-agent-delete-group): Use it.
6052
6053         * gnus-cache.el (gnus-cache-delete-group): Use it.
6054
6055 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6058         names.
6059
6060 2004-12-16  Simon Josefsson  <jas@extundo.com>
6061
6062         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6063
6064 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6067
6068         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6069         (gnus-group-set-current-level): Decode group name.
6070
6071 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6072
6073         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6074         failed.
6075
6076 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * gnus-group.el (gnus-group-delete-group): Decode group name.
6079         (gnus-group-make-rss-group): Encode group name.
6080         (gnus-group-catchup-current): Decode group name.
6081         (gnus-group-kill-group): Decode group name.
6082
6083 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6084
6085         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6086
6087 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * gnus-group.el (gnus-group-make-rss-group):
6090         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6091
6092         * gnus-start.el (gnus-setup-news): Honor user's setting to
6093         gnus-message-archive-method.  Suggested by Lute Kamstra
6094         <lute@gnu.org>.
6095
6096 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6097
6098         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6099         global counterparts of the buffer-local variables.
6100
6101 2004-11-16  Romain Francoise  <romain@orebokech.com>
6102
6103         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6104         counterparts of the buffer-local variables.
6105
6106 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * message.el (message-forbidden-properties): Fixed typo in doc
6109         string.
6110
6111 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * gnus-util.el (gnus-replace-in-string): Added doc string.
6114
6115         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6116         to avoid problems when splitting mails with many recipients.
6117
6118 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6119
6120         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6121         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6122
6123 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6124
6125         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6126         if there is no hashtable in memory or file modification time is
6127         newer than cached timestamp.
6128
6129 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6130
6131         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6132         not-matching option.
6133
6134 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6137         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6138         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6139         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6140         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6141         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6142
6143 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * message.el (message-forward-make-body-mml): Remove headers
6146         according to message-forward-ignored-headers if a message is decoded.
6147
6148 2004-12-02  Romain Francoise  <romain@orebokech.com>
6149
6150         * message.el (message-forward-make-body-plain): Always remove
6151         headers according to message-forward-ignored-headers.
6152
6153 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6154
6155         * spam.el (spam-summary-prepare-exit): Remove the
6156         gnus-summary-limit pop for now, it has problems with ham marks for
6157         me.
6158
6159 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6160
6161         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6162         correctly.
6163
6164 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6165
6166         * format-spec.el (format-spec): Message the char.
6167
6168 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6169
6170         * gnus-art.el (gnus-split-methods): Reformat comments.
6171
6172         * spam.el (spam-summary-prepare-exit): Remove article limits
6173         before exiting the summary buffer.
6174
6175 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6178         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6179
6180         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6181         order to silence the byte compiler.
6182
6183         * spam.el: Fix the way to silence the byte compiler, which
6184         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6185         bbdb-search-simple, spam-BBDB-register-routine,
6186         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6187         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6188         spam-stat-buffer-is-spam, spam-stat-load,
6189         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6190         spam-stat-save and spam-stat-split-fancy.
6191
6192 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6195         which may confuse users.
6196         (canlock-password-for-verify): Ditto.
6197
6198         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6199
6200         * gnus-art.el (gnus-emphasis-alist): Ditto.
6201
6202         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6203
6204         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6205
6206         * gnus-start.el (gnus-save-killed-list): Ditto.
6207
6208         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6209         (gnus-sum-thread-tree-root): Ditto.
6210         (gnus-sum-thread-tree-false-root): Ditto.
6211         (gnus-sum-thread-tree-single-indent): Ditto.
6212
6213         * message.el (message-courtesy-message): Ditto.
6214         (message-archive-note): Ditto.
6215         (message-subscribed-address-file): Ditto.
6216         (message-user-fqdn): Ditto.
6217
6218         * spam-report.el (spam-report-gmane-regex): Ditto.
6219
6220         * spam.el (spam-blackhole-good-server-regex): Ditto.
6221
6222 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * mml.el (mml-preview): Widen the message buffer before copying
6225         the contents to the preview buffer; sort headers before previewing.
6226
6227         * message.el (message-hidden-headers): Fix the way to avoid a bug
6228         in the `repeat' widget in Emacs 21.3 or earlier.
6229
6230 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * message.el (message-hidden-headers): Default to "^References:".
6233         Improve customization type.  Suggested by Reiner Steib
6234         <Reiner.Steib@gmx.de>.
6235
6236 2004-11-25  Romain Francoise  <romain@orebokech.com>
6237
6238         * message.el (message-strip-forbidden-properties): Remove check for
6239         obsolete `message-hidden' text property, hidden headers are not
6240         accessible in the buffer anymore.
6241
6242 2004-11-22  Romain Francoise  <romain@orebokech.com>
6243
6244         * message.el (message-header-format-alist): Add `From' in list
6245         so that it can be sorted.
6246         (message-fix-before-sending): Widen and sort headers before
6247         sending.
6248         (message-hide-headers): Use narrowing to hide headers by moving
6249         them to the top of the buffer and narrowing to the region
6250         underneath.
6251
6252 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * message.el (message-strip-forbidden-properties): Bind
6255         buffer-read-only (etc) to nil.
6256
6257 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6260         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6261
6262 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6263
6264         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6265
6266 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6267
6268         * dns.el (query-dns): Use sit-for to time instead of
6269         accept-process-output, since that doesn't seem to work on udp
6270         sockets.
6271
6272 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6275
6276 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6277
6278         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6279         doc string.  Improve doc string.
6280
6281 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * nntp.el (nntp-request-update-info): Return nil if
6284         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6285         may not call gnus-activate-group which uselessly issues the GROUP
6286         commands for all nntp groups and wastes time.  Reported by Romain
6287         Francoise <romain@orebokech.com>.
6288
6289         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6290
6291 2004-11-15  Simon Josefsson  <jas@extundo.com>
6292
6293         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6294         headers separately.
6295         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6296         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6297
6298 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * gnus-start.el (gnus-convert-old-newsrc):
6301         Assign legacy-gnus-agent to 5.10.7.
6302
6303 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6304
6305         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6306         start of the lines.
6307
6308 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6309
6310         * hashcash.el (hashcash-default-payment): Change default to 20
6311         (hashcash-default-accept-payment): Change default to 20
6312         (hashcash-process-alist): New variable
6313         (hashcash-generate-payment-async): Add
6314         (hashcash-already-paid-p): Add
6315         (hashcash-insert-payment): Don't generate payments twice
6316         (hashcash-insert-payment-async): Add
6317         (hashcash-insert-payment-async-2): Add
6318         (hashcash-cancel-async): Add
6319         (hashcash-wait-async): Add
6320         (hashcash-processes-running-p): Add
6321         (hashcash-wait-or-cancel): Add
6322         (mail-add-payment): New optional argument.  Conditionally start
6323         asynchronous calculation.
6324         (mail-add-payment-async): Add
6325
6326         * message.el (message-send-mail): Wait for asynchronous hashcash
6327         results.  Don't clobber existing X-Hashcash headers.
6328         (message-setup-1): Call mail-add-payment-async when
6329         message-generate-hashcash is non-nil.
6330
6331 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6332
6333         * message.el (message-use-alternative-email-as-from): Examine the
6334         From header as well; use message-make-from in order to include a
6335         user's full name.
6336
6337 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6340         default; improve customization type.
6341         (gnus-emphasis-custom-with-format): New macro.
6342         (gnus-emphasis-custom-value-to-external): New function.
6343         (gnus-emphasis-custom-value-to-internal): New function.
6344
6345 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6346
6347         * dns.el (query-dns): Resolve reverse addresses.
6348
6349 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6350
6351         * gnus-group.el (gnus-group-get-new-news): Use it.
6352
6353         * gnus-start.el (gnus-check-reasonable-setup): New function.
6354
6355 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6358         "Args out of range" error.  Reported by Arnaud Giersch
6359         <arnaud.giersch@free.fr>.
6360
6361 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6362
6363         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6364
6365 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6366
6367         * spam.el (spam group): Add :version.
6368
6369         * pgg-def.el (pgg group): Add :version.
6370
6371 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * gnus-art.el (gnus-article-edit-article): Don't associate the
6374         article buffer with a draft file.  This is a temporary measure
6375         against the 2004-08-22 change to gnus-article-edit-mode.
6376
6377 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6380         (html2text-format-tags): Remove unused variable `attr'.
6381
6382 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6383
6384         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6385
6386         * tls.el (tls-process-connection-type, tls-success)
6387         (tls-certtool-program): Add :version.
6388
6389         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6390         (starttls-extra-arguments, starttls-process-connection-type)
6391         (starttls-connect, starttls-failure, starttls-success):
6392
6393         * spam-stat.el (spam-stat): Add :version.
6394
6395         * sieve.el (sieve): Add :version.
6396
6397         * sha1.el (sha1): Add :version.
6398         (sha1-use-external): Remove redundant version.
6399
6400         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6401         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6402         (nnmail-split-fancy-match-partial-words)
6403         (nnmail-split-lowercase-expanded):
6404
6405         * nndiary.el (nndiary): Add :version.
6406
6407         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6408
6409         * mml-sec.el (mml-default-sign-method)
6410         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6411         Add :version.
6412
6413         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6414
6415         * mm-url.el (mm-url-use-external, mm-url-program)
6416         (mm-url-arguments): Add :version.
6417
6418         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6419         (mm-attachment-file-modes, mm-decrypt-option)
6420         (mm-w3m-safe-url-regexp): Add :version.
6421
6422         * message.el (message-cite-prefix-regexp)
6423         (message-sendmail-envelope-from, message-minibuffer-local-map)
6424         (message-user-fqdn, message-completion-alist): Add :version.
6425
6426         * gnus-win.el (gnus-configure-windows-hook)
6427         (gnus-use-frames-on-any-display): Add :version.
6428
6429         * gnus-art.el (gnus-article-address-banner-alist)
6430         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6431         (gnus-treat-from-picon, gnus-treat-mail-picon)
6432         (gnus-treat-x-pgp-sig): Add :version.
6433
6434         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6435         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6436         (gnus-summary-article-delete-hook)
6437         (gnus-summary-display-while-building): Add :version.
6438
6439         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6440         (gnus-get-top-new-news-hook):Add :version.
6441
6442         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6443         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6444
6445         * gnus-registry.el (gnus-registry): Add :version.
6446
6447         * gnus-spec.el (gnus-use-correct-string-widths)
6448         (gnus-make-format-preserve-properties): Add :version.
6449
6450         * gnus.el (gnus-group-charter-alist)
6451         (gnus-group-fetch-control-use-browse-url)
6452         (gnus-install-group-spam-parameters): Add :version.
6453
6454         * gnus-diary.el (gnus-diary): Add :version.
6455
6456         * gnus-delay.el (gnus-delay): Add :version.
6457
6458         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6459         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6460         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6461         Add :version.
6462
6463         * gnus-agent.el (gnus-agent-max-fetch-size)
6464         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6465         (gnus-agent-prompt-send-queue): Add :version.
6466
6467         * deuglify.el (gnus-outlook-deuglify): Add :version.
6468
6469         * html2text.el: Beautify code.  Improve doc strings.  Some
6470         checkdoc cleanup.
6471         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6472
6473 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6474
6475         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6476
6477 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6478
6479         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6480         when package is loaded.
6481
6482         * spam.el (spam-summary-score-preferred-header): Add global preference
6483         for people who want to override the default SpamAssassin over
6484         Bogofilter preference (when both are set).
6485         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6486         (spam-user-format-function-S): Check
6487         spam-summary-score-preferred-header.
6488         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6489         (spam-user-format-function-S): Format the score correctly.
6490
6491 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6494         signature file.  Suggested by Manoj Srivastava
6495         <srivasta@golden-gryphon.com>.
6496
6497         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6498         iso-2022-jp even in the Japanese language environment.
6499         Suggested by Jason Rumney <jasonr@gnu.org>.
6500
6501 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6504         use the same characters as the dummy marks; make it free from
6505         getting affected by the language environment.
6506         (gnus-summary-read-group-1): Update mark positions only when the
6507         format spec is updated.
6508
6509         * gnus-spec.el (gnus-update-format-specifications): Return a list
6510         of updated types.
6511
6512 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6515         of boundp to check if display-warning is available.
6516
6517 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6518
6519         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6520
6521 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * nnspool.el (nnspool-spool-directory): Use news-path if the
6524         news-directory variable is not bound.
6525
6526         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6527         function instead of display-warning if it is not available.
6528
6529 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6530
6531         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6532         v5-10: Use `point-at-bol'.
6533
6534 2004-10-26  Simon Josefsson  <jas@extundo.com>
6535
6536         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6537         <chenggao@gmail.com>.
6538
6539 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6540
6541         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6542         instead.
6543
6544 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6545
6546         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6547         to remove a server from the nnimap-server-buffer-alist.
6548         (nnimap-open-connection, nnimap-close-server): Use it.
6549
6550         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6551
6552 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6555         running the major-mode function.
6556
6557 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6560         dummy marks in the right way.
6561
6562 2004-10-18  David Edmondson  <dme@dme.org>
6563
6564         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6565         excessively.
6566
6567 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6568
6569         * gnus-util.el (gnus-split-references): Accept a nil references
6570         string and go on blissfully.
6571
6572         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6573         cases where the references string is non-nil but has no references.
6574
6575         * encrypt.el: Add autoload tags.
6576
6577         * spam.el (spam-resolve-registrations-routine): Remove article
6578         from unregistration list too.  Reported by David Hanak
6579         <dhanak@isis.vanderbilt.edu>
6580
6581 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6582
6583         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6584         nil.  Changed custom type.
6585
6586 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6589
6590         * gnus-sum.el (gnus-summary-move-article): Use it.
6591
6592 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6593
6594         * encrypt.el: Add autoload cookies.
6595
6596         * spam.el (spam-backend-article-list-property)
6597         (spam-backend-get-article-todo-list)
6598         (spam-backend-put-article-todo-list, )
6599         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6600         Resolve registrations separately.
6601         (spam-register-routine): Format comments.
6602         (spam-unregister-routine, spam-register-routine): Always call with
6603         specific-articles, no default list.
6604         (spam-summary-prepare-exit): Use the spam-classifications function.
6605
6606         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6607         gnus-encrypt.el.
6608
6609         * encrypt.el: copied from gnus-encrypt.el
6610
6611         * gnus-encrypt.el: commented that it's obsolete
6612
6613 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6616         (gnus-score-save): Use it.
6617
6618         * message.el (message-bury): Use `window-dedicated-p'.
6619
6620 2004-10-15  Simon Josefsson  <jas@extundo.com>
6621
6622         * pop3.el (top-level): Don't require nnheader.
6623         (pop3-read-timeout): Add.
6624         (pop3-accept-process-output): Add.
6625         (pop3-read-response, pop3-retr): Use it.
6626
6627 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6628
6629         * spam.el (spam-register-routine): Move comment.
6630         (spam-verify-bogofilter): Use 'unknown for the initial
6631         spam-bogofilter-valid state, not 'never.
6632
6633         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6634         for netrc-machine.
6635
6636         * nnimap.el (nnimap-open-connection): Use
6637         netrc-machine-user-or-password.
6638
6639 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6640
6641         * gnus-registry.el (gnus-registry-unload-hook):
6642         Set as a variable with add-hook.
6643
6644         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6645         of news-path.
6646
6647         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6648
6649         * spam.el: Delete duplicate `provide'.
6650         (spam-unload-hook): Set as a variable with add-hook.
6651
6652 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6655         in the doc string.
6656
6657         * message.el (message-ignored-news-headers)
6658         (message-ignored-supersedes-headers)
6659         (message-ignored-resent-headers)
6660         (message-forward-ignored-headers): Improve custom type.
6661
6662 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * message.el (message-tokenize-header): Fix 2004-09-06 change
6665         which used point-min in the wrong place.
6666
6667 2004-10-12  Simon Josefsson  <jas@extundo.com>
6668
6669         * tls.el (tls-certtool-program): New variable.
6670         (tls-certificate-information): New function, based on
6671         ssl-certificate-information.
6672
6673 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * compface.el: Move the version of ELisp-based uncompface program
6676         to the contrib directory because of the copyright problem.
6677
6678 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * message.el (message-kill-buffer): Raise the current frame.
6681
6682 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6685
6686         * gnus.el (message-y-or-n-p): Autoload.
6687
6688         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6689         (pop3-password-required, pop3-authentication-scheme)
6690         (pop3-leave-mail-on-server): Made customizable.
6691         (pop3): New custom group.
6692         (pop3-retr): Remove `sleep-for' statements.
6693         Suggested by Dave Love <fx@gnu.org>.
6694
6695         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6696         Windows/DOS.
6697
6698         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6699         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6700         Dave Love <fx@gnu.org>.
6701
6702         * mml.el (mml-minibuffer-read-disposition): Require match.
6703         Suggested by Dave Love <fx@gnu.org>.
6704
6705 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6708         doc string.
6709
6710 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6713
6714 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6715
6716         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6717         instead of calling `mm-insert-inline', to decode text/* parts
6718         before displaying them.
6719
6720 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * mm-uu.el (mm-uu-text-plain-type): New variable.
6723         (mm-uu-pgp-signed-extract-1): Use it.
6724         (mm-uu-pgp-encrypted-extract-1): Use it.
6725         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6726         bind mm-uu-text-plain-type with that value.
6727         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6728         mm-uu-dissect.
6729
6730 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * gnus-group.el (gnus-update-group-mark-positions):
6733         * gnus-sum.el (gnus-update-summary-mark-positions):
6734         * message.el (message-check-news-body-syntax):
6735         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6736         of string-as-multibyte.
6737
6738 2004-10-05  Juri Linkov  <juri@jurta.org>
6739
6740         * gnus-group.el (gnus-update-group-mark-positions):
6741         * gnus-sum.el (gnus-update-summary-mark-positions):
6742         * message.el (message-check-news-body-syntax):
6743         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6744         8-bit unibyte values to a multibyte string for search functions.
6745
6746 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6749         (mm-uu-dissect-text-parts): New function.
6750
6751         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6752         dissect text parts.
6753
6754         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6755         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6756
6757         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6758
6759         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6760         gnus-current-topics instead of gnus-current-topic.
6761
6762 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6763
6764         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6765
6766 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6767
6768         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6769         where approriate.
6770
6771         * nnml.el (nnml-generate-active-info): do.
6772
6773         * nndiary.el (nndiary-generate-active-info): do.
6774
6775         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6776         (gnus-topic-move): do.
6777
6778         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6779         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6780
6781         * gnus-srvr.el (gnus-server-prepare)
6782         (gnus-server-open-all-servers): do.
6783
6784         * gnus-msg.el (gnus-summary-cancel-article)
6785         (gnus-summary-resend-message)
6786         (gnus-summary-mail-crosspost-complaint): do.
6787
6788         * gnus-move.el (gnus-change-server): do.
6789
6790         * gnus-group.el (gnus-group-unmark-all-groups)
6791         (gnus-group-set-current-level): do.
6792
6793 2004-10-04  Simon Josefsson  <jas@extundo.com>
6794
6795         * message.el (message-generate-hashcash): Doc fix.
6796
6797 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6798
6799         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6800         avoid infinite recursion via gnus-get-function.
6801
6802 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6803
6804         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6805
6806         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6807
6808         * nnmail.el (nnmail-split-history): do.
6809
6810         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6811         (nnml-request-delete-group): do.
6812
6813         * nnslashdot.el (nnslashdot-read-groups): do.
6814
6815         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6816         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6817
6818         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6819         (nnspool-sift-nov-with-sed): Use last
6820         (nnspool-retrieve-headers-with-nov): Use mapc.
6821         (nnspool-request-newgroups): Use dolist.
6822         (nnspool-request-group): Use last.
6823
6824         * nntp.el (nntp-read-server-type): Use dolist.
6825
6826         * nnvirtual.el (nnvirtual-create-mapping)
6827         (nnvirtual-update-read-and-marked): Use dolist.
6828         (nnvirtual-convert-headers): Simplify.
6829
6830 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6831
6832         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6833         support for sync'ing tick marks.
6834
6835 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6838         there's no visible header.
6839
6840 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6841
6842         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6843         necessary, pass full group name to gnus-request-set-marks.
6844
6845 2004-10-01  Simon Josefsson  <jas@extundo.com>
6846
6847         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6848         acroread.
6849
6850 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6851
6852         * spam-report.el (spam-report-gmane): Fix interactive.
6853
6854         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6855
6856         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6857         when writing file.
6858         (gnus-agent-synchronize-flags): Don't default to being
6859         interactive.
6860
6861 2004-09-30  Simon Josefsson  <jas@extundo.com>
6862
6863         * message.el (message-generate-hashcash): Add.
6864         (message-send-mail): Use it, call mail-add-payment.
6865
6866 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6867
6868         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
6869
6870 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6871
6872         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6873         gnus-requst-update-info with explicit code to sync the in-memory
6874         info read flags with the marks being sync'd to the backend.
6875
6876         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6877
6878 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6879
6880         * spam.el (spam-verify-bogofilter): Add new function.
6881         (spam-check-bogofilter)
6882         (spam-bogofilter-register-with-bogofilter): Use it.
6883         (spam-verify-bogofilter): Add small fixes.
6884
6885 2004-09-28  Simon Josefsson  <jas@extundo.com>
6886
6887         * hashcash.el (hashcash-generate-payment): Revert.
6888
6889 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6890
6891         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
6892         gnus-extract-references instead of gnus-split-references.
6893
6894         * gnus-util.el (gnus-extract-references): Add new function, analogous
6895         to gnus-split-references but extracts only the message-ID without
6896         anything extra.
6897
6898         * hashcash.el (hashcash-generate-payment)
6899         (hashcash-check-payment): Do the right thing if hashcash-path is
6900         nil (because the hashcash program could not be found).
6901
6902         * spam.el (spam-use-hashcash): Remove comment.
6903
6904 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6905
6906         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6907         (gnus-cache-enter-article, gnus-cache-remove-article)
6908         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6909
6910         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6911
6912         * gnus-art.el (article-hide-boring-headers)
6913         (article-translate-strings, article-display-face)
6914         (gnus-article-mime-match-handle-first)
6915         (gnus-article-highlight-headers)
6916         (gnus-article-add-buttons-to-head): do.
6917
6918 2004-09-27  Simon Josefsson  <jas@extundo.com>
6919
6920         * hashcash.el: New version, from
6921         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6922         ../contrib/.
6923
6924 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6927
6928 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6929
6930         * gnus-dup.el (gnus-dup-open): Use mapc.
6931         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6932
6933         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6934         Reported by Stefan Wiens <s.wi@gmx.net>.
6935
6936         * gnus.el (gnus-shutdown): Use dolist.
6937
6938         * gnus-undo.el (gnus-undo): Use mapc.
6939
6940         * nnrss.el (nnrss-generate-active): do.
6941
6942         * message.el (message-cite-original-without-signature)
6943         (message-cite-original): Use mapc.
6944         (message-do-actions, message-make-forward-subject): Use dolist.
6945
6946 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6947
6948         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6949         deletion to remove entire duplicate line.  Fixes merged article
6950         number bug.
6951
6952 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6953
6954         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6955         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6956         first ask if you want to open a server and then, even when you
6957         responded with no, asking if you want to synchronize the server's
6958         flags.
6959         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6960         multi-line expressions.
6961         (gnus-agent-synchronize-group-flags): New internal function.
6962         Updates marks in memory (in the info structure) AND in the
6963         backend.
6964
6965         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6966
6967         * nnagent.el (nnagent-request-set-mark): Use
6968         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6969         method, to ensure that synchronization updates marks in the
6970         backend and in the info (in memory) structure.
6971
6972 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6975         convention fully; don't miss the root article of a thread; make
6976         the X-Draft-From header with correct article numbers.
6977
6978 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6979
6980         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6981         unless plugged.  Disable the agent so that an open failure causes
6982         an error.
6983
6984         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6985         Reverted 2004-09-21 change.  The backend must be opened while
6986         synchronizing flags even when the backend stores the flags
6987         locally.
6988
6989 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6992         in `header' match.  Reported by Svend Tollak Munkejord.
6993
6994         * message.el (message-cite-original): Fix use of
6995         `message-cite-articles-with-x-no-archive'.
6996
6997 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7000         (gnus-window-to-buffer): Ditto.
7001
7002         * mml.el (mml-preview-buffer): New variable.
7003         (mml-preview): Manage window layout with gnus-buffer-configuration.
7004
7005         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7006         X-Draft-From header even if those articles aren't quoted.
7007
7008 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7009
7010         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7011         (gnus-request-set-mark, gnus-request-update-mark): Use new
7012         g-s-t-u-l-m to decide to use backend even when unplugged.
7013
7014 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7017         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7018
7019 2004-09-20  Simon Josefsson  <jas@extundo.com>
7020
7021         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7022         "utf-16-le".
7023
7024 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7025
7026         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7027
7028 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * uudecode.el (uudecode-use-external): Add :version.
7031
7032         * smime.el (smime-CA-file, smime-encrypt-cipher)
7033         (smime-dns-server): Add :version.
7034
7035         * smiley.el (gnus-smiley-file-types): Add :version.
7036
7037         * sha1.el (sha1-use-external): Add :version.
7038
7039         * pgg-def.el (pgg-query-keyserver): Add :version.
7040
7041         * nnmail.el (nnmail-fancy-expiry-targets)
7042         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7043
7044         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7045         (nnimap-retrieve-groups-asynchronous): Add :version.
7046         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7047
7048         * mml.el (mml-content-disposition-parameters)
7049         (mml-insert-mime-headers-always): Add :version.
7050
7051         * mm-util.el (mm-coding-system-priorities):
7052
7053         * mm-decode.el (mm-inline-text-html-with-images)
7054         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7055         (mm-verify-option): Add :version.
7056         (mm-text-html-renderer): Change :version.
7057
7058         * message.el (message-fcc-externalize-attachments)
7059         (message-required-headers, message-draft-headers)
7060         (message-subject-trailing-was-query)
7061         (message-subject-trailing-was-ask-regexp)
7062         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7063         (message-mark-insert-end, message-archive-header)
7064         (message-archive-note, message-cross-post-default)
7065         (message-cross-post-note, message-followup-to-note)
7066         (message-cross-post-note-function, message-use-mail-followup-to)
7067         (message-subscribed-address-functions)
7068         (message-subscribed-address-file, message-subscribed-addresses)
7069         (message-subscribed-regexps, message-allow-no-recipients)
7070         (message-yank-cited-prefix, message-signature-insert-empty-line)
7071         (message-hidden-headers, message-hierarchical-addresses)
7072         (message-mail-user-agent, message-use-idna)
7073         (message-valid-fqdn-regexp)
7074         (message-strip-special-text-properties, message-header-synonyms)
7075         (message-beginning-of-line, message-tab-body-function): Add :version.
7076         (message-insert-canlock, message-wide-reply-confirm-recipients):
7077         Change :version.
7078
7079         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7080         and :version.
7081         (mail-source-delete-old-incoming-confirm)
7082         (mail-source-movemail-program): Add :version.
7083
7084         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7085         (gnus-agent-cache, gnus-agent): Change :version.
7086
7087         * gnus-util.el (gnus-use-byte-compile): Change :version.
7088
7089         * gnus-sum.el (gnus-summary-make-false-root-always)
7090         (gnus-summary-default-high-score)
7091         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7092         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7093         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7094         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7095         (gnus-sum-thread-tree-single-indent)
7096         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7097         (gnus-sum-thread-tree-leaf-with-other)
7098         (gnus-sum-thread-tree-single-leaf): Add :version.
7099         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7100         (gnus-article-loose-mime): Change :version.
7101
7102         * gnus-start.el (gnus-backup-startup-file)
7103         (gnus-save-startup-file-via-temp-buffer): Add :version.
7104
7105         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7106         (gnus-server-offline-face): Add :version.
7107
7108         * gnus-score.el (gnus-adaptive-word-length-limit):
7109
7110         * gnus-msg.el (gnus-gcc-externalize-attachments)
7111         (gnus-debug-files, gnus-debug-exclude-variables)
7112         (gnus-discouraged-post-methods): Change :version.
7113         (gnus-confirm-mail-reply-to-news)
7114         (gnus-confirm-treat-mail-like-news): Add :version.
7115
7116         * gnus-int.el (gnus-server-unopen-status): Add :version.
7117
7118         * gnus-group.el (gnus-group-jump-to-group-prompt)
7119         (gnus-large-ephemeral-newsgroup)
7120         (gnus-fetch-old-ephemeral-headers): Add :version.
7121
7122         * gnus-fun.el (gnus-x-face-directory)
7123         (gnus-convert-pbm-to-x-face-command)
7124         (gnus-convert-image-to-x-face-command)
7125         (gnus-convert-image-to-face-command): Add :version.
7126
7127         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7128
7129         * gnus-cite.el (gnus-cite-blank-line-after-header)
7130         (gnus-article-boring-faces):
7131
7132         * gnus-art.el (gnus-buttonized-mime-types)
7133         (gnus-inhibit-mime-unbuttonizing)
7134         (gnus-treat-display-face)
7135         (gnus-treat-body-boundary): Change :version.
7136         (gnus-body-boundary-delimiter, gnus-picon-databases)
7137         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7138         (gnus-treat-date-english, gnus-treat-fold-headers)
7139         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7140         (gnus-treat-mail-picon, gnus-treat-wash-html)
7141         (gnus-article-encrypt-protocol)
7142         (gnus-use-idna, gnus-article-over-scroll)
7143         (gnus-mime-display-multipart-alternative-as-mixed)
7144         (gnus-mime-display-multipart-related-as-mixed)
7145         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7146         (gnus-ctan-url, gnus-button-ctan-handler)
7147         (gnus-button-handle-ctan-bogus-regexp)
7148         (gnus-button-ctan-directory-regexp)
7149         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7150         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7151         (gnus-button-man-level, gnus-button-emacs-level)
7152         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7153
7154         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7155         (gnus-agent-go-online): Change :version.
7156         (gnus-agent-expire-unagentized-dirs)
7157         (gnus-agent-auto-agentize-methods): Add :version.
7158
7159         * flow-fill.el (fill-flowed-display-column)
7160         (fill-flowed-encode-column): Add :version.
7161
7162         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7163         (gnus-outlook-deuglify-unwrap-max)
7164         (gnus-outlook-deuglify-cite-marks)
7165         (gnus-outlook-deuglify-unwrap-stop-chars)
7166         (gnus-outlook-deuglify-no-wrap-chars)
7167         (gnus-outlook-deuglify-attrib-cut-regexp)
7168         (gnus-outlook-deuglify-attrib-verb-regexp)
7169         (gnus-outlook-deuglify-attrib-end-regexp)
7170         (gnus-outlook-display-hook): Add :version.
7171
7172         * binhex.el (binhex-use-external): Add :version.
7173
7174 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7177         and `invisible'.
7178
7179 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7180
7181         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7182         in gnus-registry-trim.
7183
7184 2004-09-13  Simon Josefsson  <jas@extundo.com>
7185
7186         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7187
7188         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7189
7190         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7191         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7192         <yamaoka@jpl.org>.
7193         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7194         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7195         <yamaoka@jpl.org>.
7196
7197         * sieve.el (sieve-manage-mode): Ditto.
7198
7199 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7202
7203 2004-09-11  Simon Josefsson  <jas@extundo.com>
7204
7205         * dns-mode.el: Add.
7206
7207         * mm-view.el (mm-display-dns-inline): Add.
7208
7209         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7210         (mm-automatic-display): Ditto.
7211
7212         * mailcap.el (mailcap-mime-data): Add text/dns.
7213         (mailcap-mime-extensions): Map .soa to text/dns.
7214
7215 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7216
7217         * gnus-art.el (article-decode-mime-words, article-babel)
7218         (gnus-article-highlight-signature, gnus-article-add-buttons)
7219         (gnus-signature-toggle): Remove unnecessary bindings of
7220         `inhibit-read-only' inherited from v5.10 merge.
7221
7222 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * nntp.el (nntp): New customization group.
7225         (nntp-authinfo-file): Add customization group.
7226
7227         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7228
7229         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7230
7231         * gnus.el (to-address, to-list, subscribed)
7232         (large-newsgroup-initial): Ditto.
7233
7234         * flow-fill.el (fill-flowed-display-column)
7235         (fill-flowed-encode-column): Ditto.
7236
7237 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7238
7239         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7240         Use point-min rather than 1.
7241         (message-send-mail): Use buffer-size rather than point-max.
7242
7243         * gnus-sum.el (gnus-summary-search-article-forward):
7244         Signal a specific `search-failed' rather than a generic `error'.
7245
7246         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7247         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7248         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7249
7250 2004-09-10  Simon Josefsson  <jas@extundo.com>
7251
7252         * nndb.el (require): Remove tcp and duplicate cl.
7253
7254 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-agent.el (directory-files-and-attributes): Move forward.
7257
7258 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7259
7260         * gnus-agent.el (directory-files-and-attributes): Optionally
7261         defined to support XEmacs.
7262
7263 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7264
7265         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7266         to avoid run-time CL dependencies.
7267         (gnus-agent-unfetch-articles): New function.
7268         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7269         article numbers even when local .overview file is missing.
7270         (gnus-agent-read-article-number): New function. Only accepts
7271         27-bit article numbers.
7272         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7273         gnus-agent-read-article-number.
7274         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7275         from backend while recognizing that article numbers in .overview
7276         must be valid.
7277         (gnus-agent-update-files-total-fetched-for): Use
7278         directory-files-and-attributes to improve performance.
7279         * gnus-int.el (gnus-request-move-article): Use
7280         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7281         improve performance.
7282
7283         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7284         some users confused by references to .newsrc when they only have a
7285         .newsrc.eld file.
7286         (gnus-convert-mark-converter-prompt,
7287         gnus-convert-converter-needs-prompt): Fixed use of property list.
7288         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7289         New function. Used internally to only display 'gnus converting
7290         files' message when actually necessary.
7291
7292         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7293         methods now autoloaded.
7294
7295 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7298         identifiers.
7299
7300 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * gnus-picon.el: Fix indentation and closing parenthesis.
7303
7304 2004-09-01  Simon Josefsson  <jas@extundo.com>
7305
7306         * message.el (message-canlock-generate): Require sha1, not
7307         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7308         to require within a function.  Sadly, if sha1.el isn't loaded, the
7309         let binding in m-c-g will hide the defcustom definition, which is
7310         bad.)
7311
7312         * canlock.el: Require sha1, not sha1-el.
7313
7314         * message.el: Don't autoload sha1 (there is a autoload cookie in
7315         sha1.el).
7316
7317         * sha1-el.el: Renamed to sha1.el.
7318
7319 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7320
7321         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7322
7323 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7324
7325         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7326
7327 2004-08-30  Kim F. Storm  <storm@cua.dk>
7328
7329         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7330
7331         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7332         Add :group 'nnimap.
7333
7334 2004-08-30  Andreas Schwab  <schwab@suse.de>
7335
7336         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7337         ?* and ?\;.
7338
7339         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7340         and ?\' to symbol instead of whitespace.
7341
7342 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7345
7346         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7347         instead of re-search-forward.
7348
7349         * gnus-uu.el (gnus-uu-save-article): Ditto.
7350         (gnus-uu-post-encode-uuencode): Ditto.
7351
7352         * html2text.el (html2text-clean-list-items): Ditto.
7353         (html2text-clean-dtdd): Ditto.
7354         (html2text-format-tags): Ditto.
7355
7356         * message.el (message-send-mail-with-sendmail): Fix regexp.
7357         (message-fill-field-general): Use search-forward instead of
7358         re-search-forward.
7359         (unbold-region): Ditto.
7360
7361         * nnrss.el (nnrss-request-article): Ditto.
7362
7363         * nnslashdot.el (nnslashdot-request-article): Ditto.
7364
7365         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7366
7367         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7368         "Unrecognized menu descriptor" error in XEmacs.
7369
7370 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7371
7372         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7373         parent article of a sparse article in the thread hashtb.
7374
7375 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7376
7377         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7378         (nnmail-expand-newtext): Lowercase expanded entries if
7379         nnmail-split-lowercase-expanded is non-nil.
7380
7381 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7384         entry.
7385
7386         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7387         of gnus-tmp-news-method into string under XEmacs.  It will be
7388         passed to gnus-correct-length which takes only a string argument.
7389
7390 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * gnus-util.el (gnus-bind-print-variables): New macro.
7393         (gnus-prin1): Use it.
7394         (gnus-prin1-to-string): Use it.
7395         (gnus-pp): New function.
7396         (gnus-pp-to-string): New function.
7397
7398         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7399         pp-to-string with gnus-pp-to-string.
7400         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7401         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7402         * gnus-msg.el (gnus-debug): Ditto.
7403         * gnus-score.el (gnus-score-save): Ditto.
7404         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7405         gnus-pp-to-string.
7406         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7407         with gnus-pp.
7408         * score-mode.el (gnus-score-pretty-print): Ditto.
7409         * webmail.el (webmail-debug): Ditto.
7410
7411 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-art.el (article-display-face, article-display-x-face): Use
7414         buffer-read-only.
7415
7416 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * gnus-art.el (article-hide-list-identifiers): Bind
7419         inhibit-read-only as t.
7420
7421 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7424
7425 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7426
7427         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7428         (gnus-narrow-to-page): Don't assume point-min == 1.
7429         (gnus-article-edit-mode): Derive from message-mode.
7430
7431         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7432         point-min == 1.
7433
7434         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7435         Disable incorrect use of `assert'.
7436
7437         * message.el (message-mode): Set comment-start-skip.
7438
7439
7440 2004-08-22  Sam Steingold  <sds@gnu.org>
7441
7442         * pop3.el (pop3-leave-mail-on-server): New user variable.
7443         (pop3-movemail): Delete mail only when it is nil.
7444
7445 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7446
7447         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7448
7449         * mml.el (mml-preview): Use `pop-to-buffer'.
7450
7451         * message.el (message-goto-mail-followup-to): Insert after "To".
7452         (message-carefully-insert-headers): Add comment.
7453
7454         * gnus.el: Remove unused variable `gnus-article-check-size'.
7455
7456         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7457
7458         * gnus-art.el (gnus-button-alist): Improve
7459         `gnus-button-handle-library' entry.
7460
7461 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7462
7463         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7464         downcase, since XEmacs capitalizes error messages differently.
7465
7466 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7467
7468         * nntp.el: Add (require 'gnus) due to reference to
7469         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7470
7471 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7472
7473         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7474         `mm-fill-flowed'.
7475
7476         * mm-decode.el (mm-dissect-singlepart): Check it.
7477
7478 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7479
7480         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7481         'imap' for netrc parsing.
7482
7483 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7484
7485         * mailcap.el (mailcap-mime-data): Mark as risky.
7486
7487 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7490         may be included in the encoded word.
7491         (rfc2047-encode): Don't append a space if the encoded word
7492         includes close parenthesis.
7493
7494 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7497         of text within parentheses.
7498
7499 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7500
7501         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7502         (gnus-encrypt-write-file-contents): Make the password key the file
7503         name PLUS the cipher, not just the cipher.  Also remove failed
7504         passwords from the cache.
7505
7506 2004-08-06  Simon Josefsson  <jas@extundo.com>
7507
7508         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7509         fix.
7510
7511 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7514         LWSP.
7515
7516 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7517
7518         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7519         to append in-reply-to: data to the references: header.
7520
7521         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7522         (netrc-parse): Use gnus-encrypt.el functions.
7523
7524         * gnus-encrypt.el: Add new file for encryption support; currently
7525         does only a few GPG ciphers and an internal XOR cipher.
7526
7527         * password.el: Add comments on using password-read-and-add.
7528         (password-read-and-add): Add function to read and add the
7529         password to the cache at once.
7530
7531 2004-07-28  Simon Josefsson  <jas@extundo.com>
7532
7533         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7534         parameter (but don't use it, for now).
7535
7536         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7537         instead of hard coding to nil.
7538
7539 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7542         as mm-inline-image-xemacs does.
7543
7544 2004-07-26  Simon Josefsson  <jas@extundo.com>
7545
7546         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7547         Revert part of 2004-07-17 change below.
7548
7549 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7552         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7553
7554 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7555
7556         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7557         quotes that actually start with ">" at the beginning of the
7558         lines.
7559
7560 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * rfc2047.el (rfc2047-encode-region): Fix last change.
7563         (rfc2047-encode-parameter): Remove useless concat.
7564
7565 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7568         encode special characters; fix some kind of misconfigured headers;
7569         signal a real error if debug-on-quit or debug-on-error is non-nil.
7570         (rfc2047-encode-max-chars): New variable.
7571         (rfc2047-encode-1): Use it.
7572         (rfc2047-encode-parameter): New function.
7573
7574         * mml.el (mml-insert-parameter): Remove an excessive space.
7575
7576 2004-07-17  Simon Josefsson  <jas@extundo.com>
7577
7578         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7579         Kai Grossjohann <kai@emptydomain.de>.
7580         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7581         (gnus-group-make-menu-bar): Ditto.
7582
7583         * gnus-util.el (gnus-group-server): Add.
7584
7585 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7586
7587         * message.el (message-clone-locals): Clone sendmail and smtp
7588         variables.
7589
7590 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * rfc2047.el (rfc2047-encode-region): Fix last change.
7593
7594 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7597         characters as non-special.
7598
7599 2004-07-09  Simon Josefsson  <jas@extundo.com>
7600
7601         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7602         Users will lose all flag changes made while unplugged with
7603         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7604         good default.  See numerous reports on ding mailing list.
7605
7606 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7609         add generate-head-function and generate-article-function to the
7610         rfc822-forward entry.
7611         (nndoc-rfc822-forward-generate-article): New function.
7612         (nndoc-rfc822-forward-generate-head): New function.
7613
7614         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7615
7616 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7617
7618         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7619         respect display group parameter and gnus-summary-expunge-below.
7620         (gnus-articles-to-read): Remove unused reference to display group
7621         parameter.
7622
7623 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * nnheader.el (nnheader-uniquify-message-id): New experimental
7626         variable.
7627         (nnheader-nov-read-message-id): Use it.
7628
7629         * spam-report.el (spam-report-gmane): Add interactive.
7630
7631 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7634         qp-or-base64 for the application/* types.
7635
7636 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7637
7638         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7639
7640 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7641
7642         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7643         trim value.
7644
7645 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7646
7647         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7648         New macro and function.
7649         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7650
7651 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7654         after-load-alist.
7655
7656 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7657
7658         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7659         update info that isn't there.
7660
7661 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7662
7663         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7664         entry.
7665
7666 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * mm-view.el (mm-inline-render-with-function): Use multibyte
7669         buffer; decode html source by charset.
7670
7671         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7672
7673         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7674         Mule-UCS is loaded under XEmacs.
7675         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7676
7677 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7678
7679         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7680
7681 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * mm-util.el (mm-coding-system-p): Return a coding-system.
7684         (mm-mime-mule-charset-alist): Use shift_jis instead of
7685         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7686         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7687         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7688         instead of japanese-shift-jis and iso-latin-1 respectively in
7689         order to share the default value with both Emacs and XEmacs-mule.
7690         (mm-mule-charset-to-mime-charset): Make
7691         mm-coding-system-priorities effective.
7692         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7693         while predicating of candidates upon the priorities.
7694
7695 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7696
7697         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7698         gnus-uu-invert-processable.
7699
7700         * gnus.el: Autoload gnus-uu-invert-processable.
7701
7702 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * mm-util.el (mm-with-multibyte-buffer): New macro.
7705
7706         * rfc2047.el (rfc2047-encode-string): Use it.
7707         (rfc2047-encode-region): Move point to the end of the region after
7708         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7709
7710 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7713         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7714
7715 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7718         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7719         Karl Chen <quarl@nospam.quarl.org>.
7720
7721 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7722
7723         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7724         invalid addresses.
7725
7726 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7727
7728         * spam.el: Change section markers, revise TODO list.
7729         (spam-backends): Make new master list of all installed backends.
7730         (spam-summary-exit-behavior): Add new variable to determine how
7731         messages moves are done at summary exit.
7732         (spam-move-spam-nonspam-groups-only)
7733         (spam-process-ham-in-nonham-groups)
7734         (spam-process-ham-in-spam-groups): Remove variables, the
7735         spam-summary-exit-behavior variable should be used to manage this
7736         behavior.
7737         (spam-old-ham-articles, spam-old-spam-articles): Remove.
7738         (spam-old-articles): Add variable, replacing spam-old-ham-articles
7739         and spam-old-spam-articles.
7740         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7741         Add empty variables, placeholders for the backends they represent.
7742         (spam-set-difference): Move, unchanged.
7743         (spam-list-of-processors): Declare OBSOLETE, not used anymore
7744         unless the user has a processor variable.
7745         (spam-classifications, spam-classification-valid-p)
7746         (spam-backend-properties, spam-backend-property-valid-p)
7747         (spam-backend-function-type-valid-p)
7748         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
7749         (spam-report-articles-gmane, spam-report-articles-resend):
7750         Remove functions, they are not needed.
7751         (spam-install-backend-super, spam-backend-list)
7752         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7753         (spam-backend-function, spam-backend-ham-registration-function)
7754         (spam-backend-spam-registration-function)
7755         (spam-backend-ham-unregistration-function)
7756         (spam-backend-spam-unregistration-function)
7757         (spam-backend-statistical-p, spam-backend-mover-p)
7758         (spam-install-backend-alias, spam-install-checkonly-backend)
7759         (spam-install-mover-backend, spam-install-nocheck-backend)
7760         (spam-install-backend, spam-install-statistical-backend)
7761         (spam-install-statistical-checkonly-backend): Add backend installation
7762         support.
7763         (spam-summary-prepare-exit): Rewrite to use the new backend code.
7764         (spam-group-processor-p): Use the new backend code and respect the
7765         summary exit behavior.
7766         (spam-mark-spam-as-expired-and-move-routine): Remove.
7767         (spam-summary-prepare): Change to use the new spam-old-articles
7768         variable.
7769         (spam-copy-or-move-routine, spam-copy-spam-routine)
7770         (spam-move-spam-routine, spam-copy-ham-routine)
7771         (spam-move-ham-routine): Add code to copy/move ham or spam.
7772         (spam-fetch-field-fast): Improve doc and code, plus allow the
7773         'number request.
7774         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
7775         variables.
7776         (spam-split, spam-find-spam): Use the new backend code.
7777         (spam-registration-functions): Remove variable.
7778         (spam-unregister-routine): Add convenience wrapper.
7779         (spam-log-undo-registration, spam-register-routine)
7780         (spam-log-processing-to-registry)
7781         (spam-log-unregistration-needed-p): Rename "check" to "backend"
7782         where possible.
7783         (spam-check-gmane-xref, spam-check-regex-headers)
7784         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
7785         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
7786         (spam-check-bogofilter-headers, spam-check-spamoracle)
7787         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7788         (spam-check-crm114-headers): Use the spam-split-group that
7789         spam-split prepares, no need to determine it every time.
7790
7791         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
7792         to the nnheader-parse-naked-head call.
7793
7794         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
7795
7796         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
7797         the nnheader-nov-read-message-id call.
7798
7799 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7802         gnus-activate-group twice.  Suggested by Markus Peter
7803         <warp@spin.de>.
7804
7805 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * gnus-art.el (gnus-article-time-format): Exchange the order of
7808         day and month in the default value; fix customization type.
7809         (article-date-ut): Use add-text-properties.
7810         (article-make-date-line): Use message-make-date instead of
7811         current-time-string.
7812
7813         * message.el (message-fetch-field): Don't use set-text-properties.
7814         (message-make-date): Simplify.
7815
7816         * messagexmas.el (message-xmas-make-date): New function.
7817         (message-xmas-redefine): Defalias message-make-date to it.
7818
7819 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7822         (rfc2047-encode-region): Treat text within parentheses as special;
7823         show the original text when error has occurred.
7824
7825         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7826         already-computed method to gnus-activate-group.
7827
7828         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7829         same select-methods identical Lisp objects.
7830
7831         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7832         object when modifying the info.
7833
7834 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7837         gnus-opened-servers since it has never been opened with the new
7838         configuration yet.
7839
7840 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7843         arg to nnheader-generate-fake-message-id.
7844
7845 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7846
7847         * nnheader.el (nnheader-generate-fake-message-id): Accept a
7848         number and build a fake message ID localized to a group and
7849         article number (so it's repeatable from that point on).
7850         (nnheader-fake-message-id-p): Change regex to accomodate new fake
7851         ID format.
7852
7853         * gnus-sum.el (gnus-get-newsgroup-headers): Call
7854         nnheader-generate-fake-message-id with the article number.
7855
7856 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7857
7858         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7859         end-of-buffer.
7860
7861 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7862
7863         * message.el (message-ignored-supersedes-headers): Add Approved.
7864
7865 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7868         goto-char.
7869         (rfc2047-encode): Fold the line before encoding.
7870
7871 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872
7873         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7874         folding -- not all headers can be folded, and this should be done
7875         by the message composition mode.  Probably.  I think.
7876
7877 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7880         fast.
7881
7882         * gnus-ems.el (gnus-remove-image): Don't use
7883         message-text-with-property; remove only the image found first.
7884
7885         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7886         found first.
7887
7888 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7889
7890         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7891
7892 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * message.el (message-text-with-property): Make it fast and accept
7895         optional arguments.
7896         (message-strip-forbidden-properties): Use it.
7897         (message-fix-before-sending): Follow the m-t-w-p change.
7898
7899         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7900
7901 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-art.el (article-hide-headers): Don't change the buffer
7904         mistakenly when performing mml-preview even if
7905         gnus-single-article-buffer is nil.
7906
7907 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7908
7909         * message.el (message-expand-name-databases): New user option.
7910         (message-expand-name): Use it.
7911
7912 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7913
7914         * spam.el (spam-report-articles-resend)
7915         (spam-report-resend-register-routine): Allow ham reporting.
7916         (spam-report-resend-register-ham-routine): Add wrapper.
7917         (spam-registration-functions): Add ham resending functions.
7918         (spam-list-of-processors): Add ham resend processor.
7919
7920         * gnus.el (ham-resend-to): Add new group parameter.
7921         (spam-process): Add ham resend option.
7922
7923         * spam-report.el (spam-report-resend): Allow reporting ham.
7924         (spam-report-resend-ham): Add wrapper.
7925
7926 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * message.el (message-cite-articles-with-x-no-archive): New
7929         variable.
7930         (message-cite-original): Use it.
7931
7932 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * message.el (message-cite-original): Respect X-No-Archive.
7935
7936 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus-art.el (article-hide-headers): Refer to the values for
7939         gnus-ignored-headers and gnus-visible-headers in the summary
7940         buffer since a user may have set them as group parameters.
7941
7942 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7943
7944         * assistant.el (assistant-node-name): Add convenience function.
7945         (assistant-render-text, assistant-render-node): Add error handling,
7946         plus handle multiple next nodes.
7947         (assistant-find-next-node): Comment out for now.
7948         (assistant-find-next-nodes): Add function, returns list of next
7949         nodes.
7950
7951 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7952
7953         * mail-source.el (mail-source-directory): Fix doc-string.
7954
7955 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7956
7957         * assistant.el (assistant-render-text, assistant-eval): Add :set
7958         widget type, which is different because it takes and returns a
7959         list.  Much hilarity ensues.
7960
7961 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7964
7965         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7966         doc-string.
7967
7968         * gnus-start.el (gnus-activate-group): Added doc-string.
7969
7970 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7973
7974 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7975
7976         * assistant.el (assistant-render-text): Try to add a :set
7977         widget, more to come.
7978
7979         * spam.el (spam-group-spam-contents-p): Handle empty groupname
7980         strings.
7981         (spam-report-articles-resend)
7982         (spam-register-routine): Do registration iff any articles warrant
7983         it.
7984         (spam-summary-prepare-exit): Change log message for nil group
7985         destinations.
7986
7987 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7988
7989         * spam.el (spam-report-resend-register-routine): Allow
7990         spam-report-resend-to to be a group parameter or a global value.
7991
7992 2004-05-26  Simon Josefsson  <jas@extundo.com>
7993
7994         * starttls.el: Merge with my GNUTLS based starttls.el.
7995         (starttls-gnutls-program, starttls-use-gnutls)
7996         (starttls-extra-arguments, starttls-process-connection-type)
7997         (starttls-connect, starttls-failure, starttls-success): New
7998         variables.
7999         (starttls-program, starttls-extra-args): Doc fix.
8000         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8001         functions.
8002         (starttls-negotiate, starttls-open-stream): Check
8003         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8004         function if it is set.
8005
8006 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8009         structured fields.
8010
8011 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8014
8015 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8016
8017         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8018         variable.
8019         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8020         assigning the spam-mark to new messages.
8021
8022 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8023
8024         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8025
8026 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8029
8030         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8031         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8032         default.
8033
8034 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8035
8036         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8037         correct data.
8038
8039 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8040
8041         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8042         (spam-group-processor-p): Fix function.
8043         (spam-group-processor-multiple-p)
8044         (spam-group-spam-processor-report-gmane-p)
8045         (spam-group-spam-processor-report-resend-p)
8046         (spam-group-spam-processor-bogofilter-p)
8047         (spam-group-spam-processor-blacklist-p)
8048         (spam-group-spam-processor-ifile-p)
8049         (spam-group-ham-processor-ifile-p)
8050         (spam-group-spam-processor-spamoracle-p)
8051         (spam-group-spam-processor-crm114-p)
8052         (spam-group-ham-processor-bogofilter-p)
8053         (spam-group-spam-processor-stat-p)
8054         (spam-group-ham-processor-stat-p)
8055         (spam-group-ham-processor-whitelist-p)
8056         (spam-group-ham-processor-BBDB-p)
8057         (spam-group-ham-processor-spamoracle-p)
8058         (spam-group-ham-processor-copy-p): Remove functions with some
8059         prejudice against unneeded code.
8060         (spam-report-articles-resend)
8061         (spam-report-resend-register-routine): Allow the group/topic
8062         spam-resend-to value to override spam-report-resend-to.
8063         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8064         properly now.
8065
8066         * gnus.el (spam-resend-to): Add group/topic parameter.
8067         (spam-process): Move the OBSOLETE processors to the end of the
8068         choices.
8069
8070 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8071
8072         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8073         with resend-to set to nil, and then ask the user if necessary.
8074         (spam-report-resend): spam-report-resend takes a list of articles, not
8075         separate article numbers.
8076
8077 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8080         addition to emacs-w3m.
8081
8082 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8083
8084         * assistant.el (assistant-authinfo-data): New function.
8085         (assistant-eval): Eval for entire assistant.
8086
8087         * netrc.el (netrc-services-file): New variable.
8088         (netrc-parse-services): New function.
8089         (netrc-find-service-name): New function.
8090         (netrc-find-service-number): New function.
8091         (netrc-port-equal): New function.
8092         (netrc-machine): Use it.
8093
8094         * nnimap.el (nnimap-open-connection): Use netrc.
8095
8096         * gnus-util.el (gnus-netrc-get): Remove aliases.
8097
8098         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8099
8100         * assistant.el (wid-edit): Fix compilation.
8101
8102         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8103
8104 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8105
8106         * gnus-util.el (gnus-set-file-modes): New function.  (small
8107         patch).
8108
8109 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8110
8111         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8112
8113         * assistant.el (assistant-render-node): Fix up rendering and
8114         read-only text.
8115         (assistant-render-node): Reset.
8116         (assistant-make-read-only): Not sticky.
8117
8118 2004-05-20  Danny Siu  <dsiu@adobe.com>
8119
8120         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8121         centered even when gnus-auto-center-summary is t
8122
8123 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8124
8125         * dns.el (dns-get-txt-answer): New function.
8126         (dns-read-txt): Ditto.
8127         (query-dns): Use it.
8128
8129 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8132         active for foreign groups even if the group level is higher than
8133         the specified value.
8134
8135 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8136
8137         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8138         non-active groups.
8139
8140         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8141
8142 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8143
8144         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8145
8146 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8147
8148         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8149         (spam-crm114-header, spam-crm114-spam-switch)
8150         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8151         (spam-crm114-positive-spam-header)
8152         (spam-crm114-database-directory, spam-list-of-processors)
8153         (spam-group-spam-processor-crm114-p)
8154         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8155         (spam-generic-score, spam-list-of-checks)
8156         (spam-list-of-statistical-checks, spam-registration-functions)
8157         (spam-check-crm114-headers, spam-crm114-score)
8158         (spam-check-crm114, spam-crm114-register-with-crm114)
8159         (spam-crm114-register-spam-routine)
8160         (spam-crm114-unregister-spam-routine)
8161         (spam-crm114-register-ham-routine)
8162         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8163         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8164
8165         * gnus.el: Add spam-use-crm114.
8166
8167         * spam.el (spam-list-of-processors, spam-registration-functions):
8168         Add spam-use-resend.
8169         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8170         (spam-report-articles-gmane): Add doc fix.
8171         (spam-report-articles-resend,
8172         spam-report-resend-register-routine): Add wrappers around
8173         spam-report-resend-to.
8174
8175         * spam-report.el (spam-report-resend-to, spam-report-resend):
8176         Add support for resending spam.
8177         (spam-report-gmane): Fix line length >80.
8178
8179         * gnus.el (spam-process): Add spam-use-resend.
8180
8181 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8182
8183         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8184         number of processed spam messages.
8185         (spam-ham-copy-or-move-routine): Return the number of processed
8186         ham messages.
8187         (spam-summary-prepare-exit): Use the above values to decide
8188         whether status messages shouled be displayed.
8189
8190 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8193         `rfc2047-encoding-function-alist' in order to avoid conflicting
8194         with the old version.
8195         (rfc2047-encode-region): Concatenate words containing non-ASCII
8196         characters in structured fields; don't encode space-delimited
8197         ASCII words even in unstructured fields; don't break words at
8198         char-category boundaries.
8199         (rfc2047-encode-1): New function.
8200         (rfc2047-encode): Use it; encode text so that it occupies the
8201         maximum width within 76-column; work correctly on Q encoding for
8202         iso-2022-* charsets.
8203         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8204         sure not to break a line just after the header name.
8205         (rfc2047-b-encode-region): Removed.
8206         (rfc2047-b-encode-string): New function.
8207         (rfc2047-q-encode-region): Removed.
8208         (rfc2047-q-encode-string): New function.
8209
8210         * mm-util.el (mm-replace-in-string): New function.
8211
8212 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8215         get it right.
8216         (gnus-inews-make-draft): Really.
8217
8218 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8219
8220         * nnmh.el (nnmh-request-list-1): Don't check the link count
8221         before descending.  (small patch)
8222
8223 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8224
8225         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8226         stuff.
8227
8228         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8229         on real group name.
8230
8231         * gnus-art.el (gnus-signature-limit): Doc fix.
8232
8233         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8234
8235         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8236
8237 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8238
8239         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8240         isn't a string.
8241
8242 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8243
8244         * gnus-draft.el (gnus-draft-send): Bind
8245         rfc2047-encode-encoded-words.
8246
8247         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8248         (rfc2047-encodable-p): Say that =? needs encoding.
8249         (rfc2047-encode-encoded-words): New variable.
8250
8251         * gnus-group.el (gnus-group-select-group): Doc fix.
8252
8253         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8254
8255         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8256         to nil.
8257
8258         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8259
8260         * nnheader.el (nnheader-get-lines-and-char): New function.
8261
8262 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8263
8264         * gnus-msg.el (gnus-summary-followup-with-original): Document
8265         yanking of region when active.
8266
8267 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8270         groups if the group level is higher than the specified value.
8271
8272 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8273
8274         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8275         (gnus-group-jump-to-group): Added prefix argument using
8276         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8277         non-active group.
8278
8279         * compface.el (uncompface): Be verbose when changing
8280         `uncompface-use-external'.
8281
8282         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8283         handle manual section.
8284
8285 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * gnus-art.el (gnus-button-alist): Revert previous change.
8288
8289 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8290
8291         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8292
8293 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8296         whether backend can accept message.
8297
8298         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8299
8300 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8301
8302         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8303         Avoid creating directory when nntp-marks-is-evil is true.
8304         Reported by Reiner Steib.
8305
8306 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8307
8308         * gnus-picon.el (gnus-picon-style): New variable.
8309         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8310         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8311         Jesper Harder <harder@ifa.au.dk>.
8312
8313 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8314
8315         * message.el (message-fill-field): Return point.
8316         (message-generate-headers): Go to end of field.
8317
8318         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8319         stuff for non-living groups.
8320
8321 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8322
8323         * gnus-art.el (gnus-article-followup-with-original)
8324         (gnus-article-reply-with-original): gnus-mark-active-p ->
8325         gnus-region-active-p.
8326
8327 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8328
8329         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8330         only when there is spam or ham to be processed.
8331
8332 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8333
8334         * mail-source.el (mail-source-delete-crash-box): Refactor.
8335         (mail-source-fetch): Use it.
8336         (mail-source-fetch-file): Ditto.
8337         (mail-source-fetch-directory): Run postscript in loop.
8338         (mail-source-fetch-pop): Delete.
8339         (mail-source-fetch-maildir): Ditto.
8340         (mail-source-fetch-imap): Ditto.
8341
8342         * imap.el (imap-authenticators): Comment out sasl.
8343
8344         * message.el (message-skip-to-next-address): New function.
8345         (message-fill-header-address): Refactor.
8346         (message-fill-address): Use it.
8347         (message-delete-address): Use it.
8348         (message-fill-header-general): Refactor.
8349         (message-fill-field-address): Rename.
8350         (message-narrow-to-field): Find the start of the header.
8351         (message-header-format-alist): Don't pre-fill.
8352         (message-fill-header): Removed.
8353         (message-insert-header): New function.
8354         (message-shorten-references): Use it.
8355
8356         * rfc2047.el (rfc2047-field-value): Strip props.
8357
8358         * mail-parse.el (mail-header-make-address): New alias.
8359
8360         * ietf-drums.el (ietf-drums-make-address): New function.
8361
8362         * imap.el: Add compiler directives.
8363
8364         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8365
8366         * gnus-art.el (article-decode-idna-rhs): Don't use
8367         message-idna-inside-rhs-p.
8368
8369 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8370
8371         * message.el (message-idna-inside-rhs-p): Removed.
8372         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8373
8374         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8375         false positives.
8376
8377 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8378
8379         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8380
8381 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382
8383         * nneething.el (nneething-file-name): Don't create spurions
8384         files.
8385
8386         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8387         (gnus-inews-do-gcc): Remove sleep.
8388
8389         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8390         part under point.
8391
8392         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8393         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8394
8395 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8396
8397         * spam.el (spam-summary-prepare-exit): Fixed (length).
8398
8399 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8400
8401         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8402         as expired without moving it" message when there are spam
8403         messages left.
8404
8405 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8406
8407         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8408         header is not nil.
8409
8410 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8411
8412         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8413         nntp-possibly-create-directory, not nntp-possibly-change-group.
8414         (nntp-marks-changed-p): New arg SERVER.
8415         (nntp-request-update-info): Adjust caller.
8416
8417 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8418
8419         * nntp.el (nntp-save-marks): Pass missing arg.
8420
8421 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8422
8423         * nntp.el: Support marks.
8424         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8425         (nntp-marks-modtime, nntp-marks-directory): New variables.
8426         (nntp-request-set-mark, nntp-request-update-info)
8427         (nntp-possibly-create-directory, nntp-marks-changed-p)
8428         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8429         functions.
8430
8431 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8432
8433         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8434         (gnus-xmas-redefine): Rename.
8435
8436         * gnus-score.el (gnus-score-insert-help): Use
8437         gnus-select-lowest-window.
8438
8439         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8440         appt-select-lowest-window and rename to gnus-select-lowest-window.
8441
8442         * gnus.el: do.
8443
8444 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8445
8446         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8447         encodings of MIME-encoded words, in order to improve
8448         interoperability with several broken MUAs.
8449
8450 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8451
8452         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8453         tags, only when charsets are not specified in headers.
8454         (mm-inline-text-html-render-with-w3m): Ditto.
8455
8456         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8457         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8458
8459 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8460
8461         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8462         instead of MIME-decoded from fields when checking
8463         `gnus-article-address-banner-alist'.
8464
8465 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8466
8467         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8468         description rather than subject.
8469
8470 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8471
8472         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8473
8474 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8475
8476         * gnus.el (gnus-version-number): Bump.
8477
8478 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8479
8480         * gnus.el: No Gnus v0.2 is released.
8481
8482 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483
8484         * gnus-agent.el (gnus-agent-read-agentview): Inline
8485         gnus-uncompress-range.
8486
8487 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8488
8489         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8490         `exec-installed-p'.
8491
8492 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8493
8494         * gnus.el (spam-process, spam-autodetect-methods): Add
8495         bsfilter and bsfilter-headers.
8496
8497         * spam.el (spam-bsfilter): New customize group.
8498         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8499         (spam-bsfilter-header, spam-bsfilter-probability-header)
8500         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8501         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8502         (spam-bsfilter-database-directory): New options.
8503         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8504         (spam-list-of-statistical-checks, spam-registration-functions):
8505         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8506         (spam-bsfilter-score): New command.
8507         (spam-check-bsfilter-headers, spam-check-bsfilter)
8508         (spam-bsfilter-register-with-bsfilter)
8509         (spam-bsfilter-register-spam-routine)
8510         (spam-bsfilter-unregister-spam-routine)
8511         (spam-bsfilter-register-ham-routine)
8512         (spam-bsfilter-unregister-ham-routine): New functions.
8513         (spam-generic-score): Support bsfilter; Accept an optional argument
8514         to recalcurate spam score even if scoring header has already been
8515         added.
8516         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8517         optional argument to recalcurate spam score even if scoring header
8518         has already been added.
8519
8520 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8521
8522         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8523         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8524         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8525         link is missing.
8526
8527 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8528
8529         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8530         (html2text-get-attr): Rewrite.
8531
8532         * message.el (message-setup-1): Remove redundant put-text-property
8533         on mail-header-separator.
8534
8535 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8536
8537         * gnus-registry.el (gnus-registry-cache-whitespace)
8538         (gnus-registry-action, gnus-registry-spool-action)
8539         (gnus-registry-split-fancy-with-parent): Change message levels
8540         from 5 to 3 or 7, as needed.
8541
8542         * spam.el (spam-summary-prepare-exit)
8543         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8544         (spam-split, spam-find-spam, spam-log-undo-registration)
8545         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8546         level from 5 to 6.
8547
8548 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8551         2004-03-04 change).
8552
8553 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8554
8555         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8556         Use mapc when appropriate.
8557
8558         * sieve-manage.el (sieve-manage-open): do.
8559
8560         * nnweb.el (nnweb-insert-html): do.
8561
8562         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8563         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8564
8565         * nnspool.el (nnspool-request-group): do.
8566
8567         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8568         do.
8569
8570         * nnml.el (nnml-request-update-info): do.
8571
8572         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8573         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8574
8575         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8576         (nnimap-request-set-mark): do.
8577
8578         * nnfolder.el (nnfolder-request-update-info): do.
8579
8580         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8581         do.
8582
8583         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8584
8585         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8586
8587         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8588         do.
8589
8590         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8591         do.
8592
8593         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8594
8595         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8596
8597         * gnus-int.el (gnus-start-news-server): do.
8598
8599         * gnus-group.el (gnus-group-make-kiboze-group)
8600         (gnus-group-browse-foreign-server): do.
8601
8602 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8603
8604         FIXME: Make separate entries for each person.
8605
8606         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8607         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8608         <shields@msrl.com>:
8609
8610         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8611         may need for spam sorting and scoring.
8612         (spam-user-format-function-S): Add user format function suitable for
8613         general use.
8614         (spam-article-sort-by-spam-status): Add sorting function for summary
8615         sorting.
8616         (spam-extra-header-to-number): Add function to get a score from a
8617         header.
8618         (spam-summary-score): Add function to  get a numeric score from the
8619         headers.
8620         (spam-generic-score): Fixed function doc, was in wrong place.
8621         (spam-initialize): Take symbols when it's run, and install the
8622         extra headers that spam-necessary-extra-headers thinks we need.
8623
8624 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8625
8626         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8627         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8628
8629 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8630
8631         * gnus-sum.el (gnus-set-global-variables)
8632         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8633         (gnus-article-get-xrefs, gnus-summary-best-group)
8634         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8635         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8636         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8637         with-current-buffer.
8638
8639 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8640
8641         * spam.el (spam-summary-prepare-exit): Simplify logic.
8642         (spam-fetch-article-header): Read the article header if it's not
8643         available.
8644         (spam-list-articles): Simplify logic.
8645         (spam-filelist-register-routine): Fix bug with unregister-list.
8646
8647         * gnus-registry.el: Fix comments at beginning.
8648
8649 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8650
8651         * message.el (message-cater-to-broken-inn): Remove.
8652         (message-shorten-references): Make sure the total folded length of
8653         References is shorter than 998 characters to cater to a bug in INN
8654         2.3.  Also, don't pretend that references aren't folded -- this
8655         hasn't worked for a while.
8656
8657 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8658
8659         * gnus-agent.el (gnus-agentize):
8660         gnus-agent-send-mail-real-function no longer set to current value
8661         of message-send-mail-function but rather a lambda that calls
8662         message-send-mail-function.  The change makes the agent real-time
8663         responsive to user changes to message-send-mail-function.
8664
8665 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8666
8667         * legacy-gnus-agent.el
8668         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8669         help from Florian Weimer <fw@deneb.enyo.de>
8670
8671 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * nnmail.el (nnmail-cache-insert): Revert last change.
8674
8675 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * nnmail.el (nnmail-cache-insert): Always check whether
8678         nnmail-cache-ignore-groups matches a group name.
8679
8680 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8681
8682         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8683         (spam-find-spam, spam-log-processing-to-registry)
8684         (spam-log-registered-p, spam-log-unregistration-needed-p)
8685         (spam-log-undo-registration): Use gnus-message instead of
8686         gnus-error, none of these errors are fatal.
8687
8688         * gnus-registry.el (gnus-registry-clean-empty-function)
8689         (gnus-registry-clean-empty): Remove only empty entries without
8690         extra data.
8691
8692 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8693
8694         * spam-stat.el (spam-stat-buffer-change-to-spam)
8695         (spam-stat-buffer-change-to-non-spam): Change (error) to
8696         (gnus-message 8) invocation.
8697
8698 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * nntp.el (nntp-via-netcat-command): New variable.
8701         (nntp-via-netcat-switches): New variable.
8702         (nntp-open-via-rlogin-and-netcat): New function.
8703         (nntp-open-connection-function): Doc fix.
8704         (nntp-telnet-command): Doc fix.
8705         (nntp-end-of-line): Doc fix.
8706         (nntp-via-rlogin-command): Doc fix.
8707         (nntp-via-user-name): Doc fix.
8708         (nntp-via-address): Doc fix.
8709
8710 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8713         error in Emacs 21.1.
8714
8715 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8718
8719 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8720         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8721         (gnus-agent-with-refreshed-group): New macro.
8722         (gnus-agent-rename-group): New function.
8723         (gnus-agent-delete-group): New function.
8724         (gnus-agent-save-group-info): Use gnus-command-method when
8725         `method' parameter is nil.  Don't write nil entries into the
8726         active file.
8727         (gnus-agent-get-group-info): New function.
8728         (gnus-agent-fetch-articles): Use
8729         gnus-agent-update-files-total-fetched-for to increment disk space
8730         used.
8731         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8732         gnus-agent-update-view-total-fetched-for to increment disk space
8733         used.
8734         (gnus-agent-get-local): Added optional parameters to avoid calling
8735         gnus-group-real-name and gnus-find-method-for-group.
8736         (gnus-agent-set-local): Delete stored entry if either min, or max,
8737         are nil.
8738         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8739         quit, use gnus-agent-regenerate-group to record existance of any
8740         articles fetched to disk before the quit occurred.
8741         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8742         gnus-agent-update-view-total-fetched-for, and
8743         gnus-agent-update-files-total-fetched-for to decrement disk space
8744         used.
8745         (gnus-agent-retrieve-headers): Use
8746         gnus-agent-update-view-total-fetched-for to increment disk space
8747         used.
8748         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8749         with gnus-agent-update-files-total-fetched-for to decrement disk
8750         space and fresh group buffer.
8751         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8752         (gnus-agent-need-update-total-fetched-for): New variable.
8753         (gnus-agent-update-files-total-fetched-for): New function.
8754         (gnus-agent-update-view-total-fetched-for): New function.
8755         (gnus-agent-total-fetched-for): New function.
8756
8757         * gnus-cache.el (gnus-cache-save-buffers): Use
8758         gnus-cache-update-overview-total-fetched-for to change disk space
8759         used by this group.
8760         (gnus-cache-possibly-enter-article): Use
8761         gnus-cache-update-file-total-fetched-for to increment disk space
8762         used by this group.
8763         (gnus-cache-possibly-remove-article): Use
8764         gnus-cache-update-file-total-fetched-for to decrement disk space
8765         used by this group.
8766         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8767         (gnus-cache-rename-group): New function.
8768         (gnus-cache-delete-group): New function.
8769         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8770         (gnus-cache-need-update-total-fetched-for): New variable.
8771         (gnus-cache-with-refreshed-group): New macro.
8772         (gnus-cache-update-file-total-fetched-for): New function.
8773         (gnus-cache-update-overview-total-fetched-for): New function.
8774         (gnus-cache-rename-group-total-fetched-for): New function.
8775         (gnus-cache-delete-group-total-fetched-for): New function.
8776         (gnus-cache-total-fetched-for): New function.
8777
8778         * gnus-group.el: Require gnus-sum and autoload functions to
8779         resolve warnings when gnus-group.el compiled alone.
8780         (gnus-group-line-format): Documented new %F
8781         (size of Fetched data) group line format; identifies disk space
8782         used by agent and cache.
8783         (gnus-group-line-format-alist): Defined new F format.
8784         (gnus-total-fetched-for): New function.
8785         (gnus-group-delete-group): No longer update
8786         gnus-cache-active-altered as gnus-request-delete-group now keeps
8787         the cache in sync.
8788         (gnus-group-list-active): Let the agent store a server's active
8789         list if currently plugged.
8790
8791         * gnus-int.el (gnus-request-delete-group): Use
8792         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8793         local disk in sync with the server.
8794          (gnus-request-rename-group): Use
8795         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8796         local disk in sync with the server.
8797
8798         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8799         simplification to logic.
8800
8801         * gnus-util.el (gnus-rename-file): New function.
8802
8803 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8804
8805         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8806
8807 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8808
8809         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8810         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8811
8812 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8813
8814         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8815         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8816
8817 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8818
8819         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8820
8821 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8822
8823         * spam.el (spam-set-difference): Add function to replace
8824         gnus-set-difference in spam.el.
8825         (spam-summary-prepare-exit): Use spam-set-difference.
8826
8827 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8828
8829         * gnus-registry.el (gnus-registry-cache-file): Update to use
8830         gnus-dribble-directory OR gnus-home-directory OR ~.
8831         (gnus-registry-split-fancy-with-parent): Fix doc.
8832
8833 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * message.el (message-exchange-point-and-mark): Use
8836         message-mark-active-p.  Suggested by Jesper Harder
8837         <harder@ifa.au.dk>.
8838
8839 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * message.el (message-exchange-point-and-mark): Don't activate
8842         region if it was inactive.  Suggested by Hiroshi Fujishima
8843         <pooh@nature.tsukuba.ac.jp>.
8844
8845 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus-art.el (article-display-face): Display Faces in the same
8848         order as X-Faces.
8849
8850 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8853
8854 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8857         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8858         (gnus-article-mime-hierarchy): Remove.
8859         (gnus-article-mime-hierarchy-next): Remove.
8860         (gnus-article-mode): Revert 2004-03-19 change.
8861         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8862         (gnus-insert-mime-button): Revert 2004-03-19 change.
8863         (gnus-mime-accumulate-hierarchy): Remove.
8864         (gnus-mime-enter-multipart): Remove.
8865         (gnus-mime-leave-multipart): Remove,
8866         (gnus-mime-display-part): Revert 2004-03-19 change.
8867         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8868
8869         * mml.el (mml-preview): Revert 2004-03-19 change.
8870
8871 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8872
8873         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8874
8875 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8878         t while entering a file name using the mm-with-multibyte macro.
8879         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8880
8881         * mm-util.el (mm-with-multibyte): New macro.
8882
8883 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8886         user option.
8887         (gnus-mime-multipart-functions): Doc and customization fix.
8888         (gnus-article-mime-hierarchy): New variable.
8889         (gnus-article-mime-hierarchy-next): New variable.
8890         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8891         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8892         gnus-article-mime-hierarchy-next to nil.
8893         (gnus-insert-mime-button): Show hierarchy numbers.
8894         (gnus-mime-accumulate-hierarchy): New function.
8895         (gnus-mime-enter-multipart): New function.
8896         (gnus-mime-leave-multipart): New function.
8897         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8898         (gnus-mime-display-alternative): Show hierarchy numbers.
8899
8900         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8901         gnus-article-mime-hierarchy-next to nil.
8902
8903 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8904
8905         * dns.el: Don't require gnus-xmas.
8906
8907 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8908
8909         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8910         inline PGP.
8911         (mml-menu): Disable mml-quote-region if mark is inactive.
8912
8913 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8916         when the group's active is not available.
8917
8918 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8921         error.
8922
8923 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * imap.el (imap-store-password): New variable.
8926         (imap-interactive-login): Use it.
8927         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8928
8929 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8932         window-start and hscroll to summary window.
8933
8934 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8935
8936         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8937         conversion message to newsrc-dribble when an actual conversion is
8938         performed.
8939
8940 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8941
8942         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8943
8944 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * mm-decode.el (mm-complicated-handles): New function reviving
8947         former definition of mm-multiple-handles.
8948
8949         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8950         (gnus-mime-delete-part): Use it.
8951
8952 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8953
8954         * gnus-agent.el (gnus-agent-read-local): Bind
8955         nnheader-file-coding-system to gnus-agent-file-coding-system to
8956         avoid the implicit assumption that they will always be equal.
8957         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8958         coding-system-for-write, as the with-temp-file macro first prints
8959         to a buffer then saves the buffer.
8960
8961 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus-art.el (gnus-article-edit-part): New function.
8964         (gnus-mime-save-part-and-strip): Use it; do query instead of
8965         signaling an error; don't use mm-multiple-handles.
8966         (gnus-mime-delete-part): Ditto.
8967
8968 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8969
8970         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8971         old file versions.
8972         (gnus-group-prepare-hook): Removed function that converted list
8973         form of gnus-agent-expire-days to group properties.
8974
8975         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8976         (gnus-request-accept-article): Re-indented.
8977
8978         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8979         converters to handle old agent file formats.  Added logic for a
8980         "backup before upgrading warning".
8981         (gnus-convert-mark-converter-prompt): Developers can mark
8982         functions as needing (default), or not needing,
8983         gnus-convert-old-newsrc's "backup before upgrading warning".
8984         (gnus-convert-converter-needs-prompt): Tests whether the user
8985         should be protected from potentially irreversable changes by the
8986         function.
8987
8988         * legacy-gnus-agent.el (): New. Provides converters that are only
8989         loaded when gnus-convert-old-newsrc needs to call them.
8990
8991 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * mail-source.el (mail-source-touch-pop): Doc fix.
8994
8995         * message.el (message-smtpmail-send-it): Doc fix.
8996
8997 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8998
8999         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9000
9001         * nnmail.el (nnmail-split-fancy): do.
9002
9003         * gnus-kill.el (gnus-kill, gnus-execute): do.
9004
9005 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9006
9007         * gnus-sum.el (gnus-widget-reversible-match)
9008         (gnus-widget-reversible-to-internal)
9009         (gnus-widget-reversible-to-external): New functions.
9010         (gnus-widget-reversible): New widget.
9011         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9012
9013 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9014
9015         * gnus-sum.el (gnus-thread-sort-functions)
9016         (gnus-article-sort-functions): Document `(not F)' items.
9017
9018 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9019
9020         * spam.el (spam-use-gmane-xref): Add new backend.
9021         (spam-gmane-xref-spam-group): Add variable to control the name of the
9022         Gmane spam group.
9023         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9024         (spam-regex-headers-spam, spam-regex-headers-ham)
9025         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9026         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9027         backends and checks.
9028         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9029
9030         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9031         an autodetect method.
9032
9033 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9034
9035         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9036         articles are being added to a group.
9037         (gnus-request-replace-article): Inform the agent that articles
9038         need to be uncached as the cached contents are no longer valid.
9039
9040 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * binhex.el: Don't autoload executable-find.
9043
9044         * canlock.el: Don't autoload mail-fetch-field.
9045
9046         * dgnushack.el: Autoload c-mode for XEmacs.
9047
9048         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9049
9050         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9051         rmail-dont-reply-to and rmail-output.
9052
9053         * gnus-score.el: Don't autoload ffap-string-at-point.
9054
9055         * gnus-setup.el: Don't autoload sc-cite-original.
9056
9057         * imap.el: Don't autoload base64-decode-string,
9058         base64-encode-string and md5.
9059
9060         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9061         and rmail-msg-restore-non-pruned-header.
9062
9063         * mm-decode.el: Don't autoload executable-find.
9064
9065         * mm-url.el: Don't autoload executable-find.
9066
9067         * mm-view.el: Don't autoload diff-mode.
9068
9069         * nndb.el: Don't autoload news-reply-mode, news-setup,
9070         cancel-timer and telnet.
9071
9072         * password.el: Don't autoload run-at-time for Emacs.
9073
9074         * sha1-el.el: Don't autoload executable-find.
9075
9076         * sieve-mode.el: Don't autoload c-mode.
9077
9078         * uudecode.el: Don't autoload executable-find.
9079
9080 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9081
9082         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9083         (gnus-agent-possibly-alter-active): Avoid null in numeric
9084         comparison.
9085         (gnus-agent-set-local): Refuse to save null in local object table.
9086         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9087         list of articles that will be marked as unread.
9088
9089 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9092
9093 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9094
9095         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9096         language tags.
9097
9098 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9099
9100         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9101         Don't bind "obarray".
9102
9103         * gnus-sum.el (gnus-thread-sort-functions): Added
9104         `gnus-thread-sort-by-most-recent-number' and
9105         `gnus-thread-sort-by-most-recent-date'.
9106         Reported by Kai Grossjohann <kai@emptydomain.de>.
9107
9108 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9111
9112 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9113
9114         * gnus-cus.el (gnus-agent-customize-category): Removed
9115         ignore-errors macro reference that required cl to be loaded at
9116         run-time.
9117
9118         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9119         single-interval range of the form (min . max).  Previously the
9120         range had to look like ((min . max)).  Likewise, return
9121         (min . max) rather than ((min . max)).
9122         (gnus-range-map): Use gnus-range-normalize to accept
9123         single-interval range.
9124
9125         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9126         the cache, but not the agent, now appear with their usual face.
9127
9128         * dgnushack.el (loaddir): New variable that is bound to the
9129         directory containing the dgnushack.el file. Use loaddir, rather
9130         than srcdir, to update load-path. Change lets dgnushack compile
9131         code in directories other than GNUS/lisp.
9132
9133 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * lpath.el: Don't bind w3m-safe-url-regexp.
9136
9137         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9138         w3m-safe-url-regexp variable buffer-local.
9139
9140         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9141
9142 2004-02-27  Simon Josefsson  <jas@extundo.com>
9143
9144         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9145         gnus-group-real-prefix.
9146         (gnus-summary-move-article): Use it, instead of
9147         gnus-group-real-prefix.
9148
9149 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * lpath.el: Bind w3m-safe-url-regexp.
9152
9153         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9154         w3m-safe-url-regexp variable buffer-local and set it as the value
9155         of mm-w3m-safe-url-regexp.
9156
9157         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9158
9159         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9160         parsing gnus-posting-styles when the message is not for replying.
9161
9162         * dgnushack.el: Autoload sgml-mode for XEmacs.
9163
9164         * nnrss.el (nnrss-opml-export): Use
9165         mm-set-buffer-file-coding-system instead of
9166         set-buffer-file-coding-system.
9167
9168 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9169
9170         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9171         of checkdoc.el).
9172         * nnrss.el: do.
9173         * gnus-mlspl.el: do.
9174         * gnus-ml.el: do.
9175         * gnus-srvr.el: do.
9176
9177         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9178
9179 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9180
9181         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9182         Corrections to custom-manual links.
9183
9184         * gnus-art.el (gnus-article): Ditto.
9185
9186         * mm-decode.el (mime-display, mime-security): Ditto.
9187
9188 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9189
9190         * flow-fill.el: Typo.
9191
9192 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9193
9194         * spam-wash.el: New file.
9195
9196 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9197
9198         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9199
9200 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9201
9202         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9203         to be run with new-articles as LIST1, not LIST2.
9204         (spam-registration-functions): Add spam-use-ham-copy as a nil
9205         registration backend.
9206
9207 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9208
9209         * spam-stat.el (spam-stat-washing-hook): New option.
9210         (spam-stat-buffer-words): Use it.
9211         (spam-stat-process-directory, spam-stat-test-directory): Use
9212         insert-file-contents-literally.
9213         (spam-stat-coding-system): New variable.
9214         (spam-stat-load, spam-stat-save): Use it.
9215
9216 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * spam-report.el (spam-report-plug-agent): Quote
9219         spam-report-url-to-file and spam-report-url-ping-plain.
9220
9221 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9224         / in mailto URLs.
9225
9226 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * spam-report.el (spam-report-process-queue): Fix interactive use.
9229         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9230         (spam-report-unplug-agent): Doc fixes.
9231         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9232         (spam-report-agentize, spam-report-deagentize): Autoload
9233
9234 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9237
9238         * message.el (message-setup-fill-variables): Add mml tags to
9239         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9240         <ajk@iu.edu>.
9241         (message-mode): Don't modify paragraph-separate there.
9242
9243 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * compface.el (uncompface-use-external): Default to undecided.
9246         (uncompface-use-external-threshold): New variable.
9247         (uncompface-float-time): New macro.
9248         (uncompface): Determine whether to use the external decoder if
9249         uncompface-use-external is undecided.
9250
9251 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9254         after images.
9255
9256         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9257
9258 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9259
9260         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9261
9262         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9263
9264         * gnus-sum.el (gnus-summary-limit-to-age)
9265         (gnus-summary-limit-children): do.
9266
9267         * gnus-int.el (gnus-request-scan): do.
9268
9269         * gnus-group.el (gnus-group-suspend): do.
9270
9271         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9272
9273         * gnus-cite.el (gnus-cite-parse-attributions): do.
9274
9275         * gnus-agent.el (gnus-summary-set-agent-mark)
9276         (gnus-agent-regenerate-group): do.
9277
9278         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9279
9280         * binhex.el (binhex-decode-region-internal): do.
9281
9282 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-fun.el (gnus-face-properties-alist): New user option.
9285         (gnus-display-x-face-in-from): Use it.
9286
9287         * gnus-art.el (article-display-face): Ditto.
9288
9289         * compface.el (uncompface-use-external): Default to nil.
9290
9291 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9292
9293         * nntp.el (nntp-erase-buffer): New function.
9294         (nntp-retrieve-data, nntp-send-command)
9295         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9296         (nntp-possibly-change-group): Use it.
9297
9298         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9299         with-current-buffer.
9300
9301 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9302
9303         * compface.el: Merge the ELisp-based uncompface program.
9304         (compface): New customization group.
9305         (uncompface-use-external): New user option.
9306         (uncompface): Call uncompface-internal if uncompface-use-external
9307         is nil.
9308         (uncompface-internal): New function.  Note that there are also
9309         some other functions and variables added for this function.
9310
9311 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9312
9313         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9314         if necessary.
9315
9316 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9317
9318         * spam-report.el (spam-report-unplug-agent)
9319         (spam-report-plug-agent, spam-report-deagentize)
9320         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9321         Add support for the Agent in spam-report: when unplugged, report to a
9322         file; when plugged, submit all the requests.
9323
9324         * spam.el (spam-register-routine): Fix message about
9325         registration.
9326
9327 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9328
9329         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9330         dependencies.
9331         (rfc2047-encode): Use it.
9332
9333         * gnus-art.el (gnus-button-marker-list): Move before first
9334         reference.
9335
9336         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9337         (imap-parse-body): Fix format string mismatch.
9338
9339         * gnus-score.el (gnus-summary-increase-score): do.
9340
9341         * nnrss.el (nnrss-close): New function.
9342
9343 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9344
9345         * nnrss.el (nnrss-make-filename): New function.
9346         (nnrss-request-delete-group, nnrss-read-server-data)
9347         (nnrss-save-server-data, nnrss-read-group-data)
9348         (nnrss-save-group-data): Use it.
9349         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9350         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9351         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9352
9353 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9354
9355         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9356
9357 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9358
9359         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9360         files.
9361
9362         * message.el (message-generate-headers-first): Don't quote nil
9363         and t in docstrings.
9364
9365         * imap.el (imap-id): do.
9366
9367         * gnus-agent.el (gnus-agent-consider-all-articles)
9368         (gnus-agent-queue-mail): do.
9369
9370 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * spam-report.el (spam-report-process-queue): New function.
9373         Process requests from `spam-report-requests-file'.
9374         (spam-report-process-queue): Doc fix.
9375
9376 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9377
9378         * spam.el (spam-register-routine)
9379         (spam-log-processing-to-registry, spam-log-registered-p)
9380         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9381         Change "check" to "spam-check" for semi-clarity.
9382
9383 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9384
9385         * pop3.el: Require nnheader.
9386
9387         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9388
9389         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9390
9391         * gnus-picon.el: Require cl.
9392
9393         * gnus-fun.el: Require gnus-ems and gnus-util.
9394
9395         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9396
9397         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9398
9399         * gnus-art.el (gnus-article-edit-mode): Define before first
9400         reference.
9401
9402 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9403
9404         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9405         (gnus-uu-post-encoded): Use point-at-bol.
9406
9407         * gnus-topic.el (gnus-group-active-topic-p): do.
9408
9409         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9410
9411         * gnus-group.el (gnus-group-kill-region): do.
9412
9413         * gnus-art.el (article-date-ut): do.
9414
9415         * message.el (message-fetch-field): Remove redundant
9416         case-fold-search binding.
9417         (message-narrow-to-field): Simplify.
9418
9419 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * spam.el (spam-directory): Derive from `gnus-directory'.
9422
9423         * spam-report.el (spam-report-url-to-file)
9424         (spam-report-requests-file): New function and variable for offline
9425         reporting.
9426         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9427         and user defined function.
9428         (spam-report-url-ping-mm-url): Remove doubled slash.
9429
9430 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9431
9432         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9433
9434 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9435
9436         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9437         format string mismatch.
9438
9439         * sieve.el (sieve-deactivate-all): do.
9440
9441         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9442
9443         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9444
9445         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9446
9447         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9448
9449 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9450
9451         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9452         the list of checks.
9453
9454 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9455
9456         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9457         padding.
9458
9459 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9460
9461         * mm-view.el (mm-fill-flowed): New variable.
9462         (mm-inline-text): Use it.
9463
9464 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9465
9466         * spam.el (spam-spamassassin-register-ham-routine)
9467         (spam-spamassassin-register-spam-routine): Fix function names.
9468
9469 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * gnus.el (gnus-tmp-grouplens): Remove.
9472         (gnus-summary-line-format): Remove grouplens.
9473
9474         * gnus-group.el (gnus-group-line-format): Ditto.
9475
9476         * gnus-spec.el (gnus-format-specs): Ditto.
9477         (gnus-update-format-specifications): Flush the group format spec
9478         cache if there's the grouplens stuff.
9479         (gnus-parse-simple-format): Replace %l with the empty string.
9480
9481 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9482
9483         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9484         omission.
9485
9486 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9489         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9490
9491 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9492
9493         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9494         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9495         New macros and functions.
9496         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9497         Handle > NLINK_MAX messages.
9498         * nnmaildir.el (nnmaildir-request-set-mark): Use
9499         nnmaildir--emlink-p and nnmaildir--eexist-p.
9500
9501 2004-01-25  Alex Schroeder  <alex@gnu.org>
9502
9503         * spam-stat.el (spam-stat-process-directory-age): New option.
9504         (spam-stat-process-directory): Use it.
9505
9506 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9507
9508         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9509         (spam-stat-save): Accept prefix argument.
9510
9511 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9512
9513         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9514         links" error.
9515
9516 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9519         the rest of the and/or forms.
9520
9521 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9522
9523         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9524         compatibility with old .newsrc.eld files.
9525
9526         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9527
9528         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9529
9530         * gnus-start.el (gnus-1): do.
9531
9532         * gnus-group.el (gnus-group-line-format-alist): do.
9533
9534         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9535
9536         * gnus-gl.el: Remove.
9537
9538 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9539
9540         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9541         marks consisting of a single range {for example, (3 . 5)} rather
9542         than a list of a single range { ((3 . 5)) }.
9543
9544 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9545
9546         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9547         with-current-buffer.
9548         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9549         avoid consing a string.
9550
9551         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9552         Remove obsolete entries for big5 and gb2312.
9553
9554 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9555
9556         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9557         uncompressed list.
9558
9559 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9560
9561         * spam-stat.el (spam-stat-strip-xref): New function.
9562         (spam-stat-process-directory): Use it.
9563
9564         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9565         here -- it's done in message-fetch-field.
9566
9567 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9568
9569         * gnus-agent.el (gnus-agent-queue-mail,
9570         gnus-agent-prompt-send-queue): New variables.
9571         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9572         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9573         "nndraft:queue" along to gnus-draft-send.  Use
9574         gnus-agent-prompt-send-queue.
9575         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9576         is "nndraft:queue".  Suggested by Gaute Strokkenes
9577         <gs234@srcf.ucam.org>
9578
9579         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9580         (agent-enable-undownloaded-faces): Added
9581         (gnus-agent-cat-groups): Use eval-and-compile, not
9582         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9583         method of gnus-agent-cat-groups even when the buffer has been
9584         evaled.
9585         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9586         delete gnus-agent-save-active-1.
9587         (gnus-agent-save-groups): Deleted. Identical to
9588         gnus-agent-save-active.
9589         (gnus-agent-write-active): No longer adjust agent's copy of active
9590         file as agent's adjustments are now stored in their own
9591         file. Removed optional parameter.
9592         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9593         servers.  Add use of min/max range limits from server's local
9594         file.
9595         (gnus-agent-save-alist): Removed unused optional argument.
9596         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9597         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9598         (gnus-agent-set-local): A per-server file that keeps min/max range
9599         limits for articles known to the agent.  Provides a fast mechanism
9600         for altering many active ranges.
9601         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9602         active file (local makes it unnecessary).
9603         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9604
9605         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9606         (agent-enable-undownloaded-faces): Added
9607
9608         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9609         disable it when sending to "nndraft:queue".
9610         (gnus-group-send-queue): Add safety check to avoid sending queue
9611         when unplugged.
9612
9613         * gnus-group.el (gnus-group-catchup): Use new
9614         gnus-sequence-of-unread-articles, not
9615         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9616         numbers of articles.  Use gnus-range-map to avoid having to
9617         uncompress the unread list.
9618         (gnus-group-archive-directory,
9619         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9620         reference.
9621
9622         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9623         (gnus-sorted-range-intersection): Intersection of two ranges
9624         without requiring that they first be uncompressed.
9625
9626         * gnus-start.el (gnus-activate-group): Unless blocked by the
9627         caller, possibly expand the active range to include both cached
9628         and agentized articles.
9629         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9630         multiple version-dependent converters.
9631         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9632         gnus-agent-save-active.
9633         (gnus-save-newsrc-file): Save dirty agent range limits.
9634
9635         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9636         gnus-agent-possibly-alter-active.
9637         (gnus-adjust-marked-articles): Faster handling of simple lists
9638
9639 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9640
9641         * spam-stat.el (spam-stat-test-directory): New optional argument
9642         displays a list of files detected.  Suggested by Andrew Cohen
9643         <cohen@andy.bu.edu>.
9644         (spam-stat-buffer-words-with-scores): Don't narrow and change
9645         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9646
9647 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9648
9649         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9650         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9651         (spam-spamassassin-arguments)
9652         (spam-spamassassin-spam-flag-header)
9653         (spam-spamassassin-positive-spam-flag-header)
9654         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9655         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9656         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9657         (spam-list-of-processors, spam-list-of-checks)
9658         (spam-list-of-statistical-checks, spam-registration-functions)
9659         (spam-check-spamassassin-headers, spam-check-spamassassin)
9660         (spam-spamassassin-score)
9661         (spam-spamassassin-register-with-sa-learn)
9662         (spam-spamassassin-register-spam-routine)
9663         (spam-spamassassin-register-ham-routine)
9664         (spam-assassin-register-spam-routine)
9665         (spam-assassin-register-ham-routine): add SpamAssassin support
9666         (spam-bogofilter-score): fix to show article before scoring
9667
9668 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9669
9670         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9671         default scoring function.
9672         (spam-generic-score): Call spam-spamassassin-score if
9673         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9674         spam-bogofilter-score otherwise.
9675
9676         * gnus.el (spam-process, spam-autodetect-methods): Add
9677         spamassassin and spamassassin-headers.
9678
9679 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9680
9681         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9682         Suppress unnecessary messages.
9683
9684 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9685
9686         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9687         make-hash-table.
9688
9689 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * canlock.el (base64-encode-string): Don't autoload it.
9692
9693 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * run-at-time.el: Remove useless (require 'itimer),
9696         eval-and-compile and (featurep 'xemacs).
9697
9698 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9699
9700         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9701         GROUP is a virtual group.
9702
9703 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9704
9705         * gnus.el: Autoload `message-y-or-n-p'.
9706
9707 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9708
9709         * pgg-parse.el: Remove unnecessary (require 'custom).
9710
9711         * pgg-def.el: do.
9712
9713         * nnmail.el: do.
9714
9715         * gnus-undo.el: do.
9716
9717         * gnus-picon.el: do.
9718
9719         * gnus-util.el: do.
9720
9721 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9722
9723         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9724
9725 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9728         handle, as well as a list.
9729
9730         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9731         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9732         (mm-w3m-cid-retrieve): Simplify.
9733
9734 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9735
9736         * message.el (message-kill-to-signature): Allow prefix arg to
9737         specify number of lines to keep before signature.
9738
9739 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9740
9741         (message-kill-to-signature): Change docstring.
9742
9743 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * canlock.el: Always require sha1-el.
9746         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9747
9748         * message.el: Autoload sha1 only when compiling.
9749
9750         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9751         eudc-expand-inline for XEmacs.
9752
9753 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * message.el (message-canlock-generate): Require sha1-el.
9756
9757 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9758
9759         * message.el (message-expand-name): Silence the byte compiler.
9760
9761         * lpath.el: Add detect-coding-system.
9762
9763         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9764         cus-edit.
9765
9766 2004-01-13  Simon Josefsson  <jas@extundo.com>
9767
9768         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9769         Invoke gnus-score-mode.  Reported by
9770         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9771
9772         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9773         Jim Blandy <jimb@redhat.com> (tiny change).
9774
9775 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9776
9777         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9778
9779 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9780
9781         * spam.el (spam-get-article-as-string): Update to use
9782         gnus-request-article-this-buffer, much simpler.
9783         (spam-get-article-as-buffer): Remove.
9784
9785 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9786
9787         * message.el (message-expand-name): Use EUDC if the user uses
9788         that.
9789
9790 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9791
9792         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9793         character for the encoding to avoid consing a string.
9794
9795         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9796         unnecessarily.
9797
9798         * mm-util.el (mm-replace-chars-in-string): Remove.
9799
9800         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9801         of mm-replace-chars-in-string.
9802
9803 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9804
9805         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9806         strings.
9807
9808         * mm-util.el (mm-subst-char-in-string): Support inplace.
9809
9810         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9811         a new string in every iteration.  Use shy groups.
9812
9813 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9814
9815         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9816         (gnus-group-change-level, gnus-kill-newsgroup)
9817         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9818         (gnus-get-unread-articles, gnus-make-articles-unread)
9819         (gnus-make-ascending-articles-unread): Use accessor
9820         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9821         to get group information for improved readability.
9822
9823         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9824
9825         * gnus-soup.el (gnus-soup-group-brew): do.
9826
9827         * gnus-msg.el (gnus-put-message): do.
9828
9829         * gnus-move.el (gnus-group-move-group-to-server): do.
9830
9831         * gnus-kill.el (gnus-batch-score): do.
9832
9833         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9834         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9835         (gnus-group-update-group, gnus-group-read-group)
9836         (gnus-group-make-group, gnus-group-make-help-group)
9837         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9838         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9839         (gnus-group-sort-by-unread, gnus-group-catchup)
9840         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9841         (gnus-group-yank-group, gnus-group-set-info)
9842         (gnus-group-list-groups): do.
9843
9844         * gnus.el (gnus-generate-new-group-name): do.
9845
9846         * gnus-delay.el (gnus-delay-send-queue): do.
9847
9848         * nnvirtual.el (nnvirtual-catchup-group): do.
9849
9850         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9851         do.
9852
9853         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9854         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9855
9856         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9857         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9858         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9859         (gnus-group-make-articles-read): do.
9860
9861 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9862
9863         * gnus-art.el (article-decode-mime-words, article-babel)
9864         (gnus-article-highlight-signature, gnus-article-add-buttons)
9865         (gnus-signature-toggle): Use gnus-with-article-buffer.
9866
9867         * gnus-art.el (gnus-article-highlight-headers)
9868         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9869
9870         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9871         (gnus-article-set-globals, gnus-request-article-this-buffer)
9872         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9873         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9874         (gnus-mime-display-alternative): Use with-current-buffer.
9875
9876 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9877
9878         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
9879         also under 80 char limit, and call gnus-error if needed.
9880         (spam-fetch-article-header): Fix - it was a
9881         buffer-local variable (gnus-newsgroup-data).
9882         (spam-find-spam): Use spam-generate-fake-headers, forget about
9883         spam-insert-fake-headers.
9884         (spam-insert-fake-headers): Remove.
9885
9886 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9887
9888         * deuglify.el (gnus-article-outlook-unwrap-lines)
9889         (gnus-outlook-rearrange-article)
9890         (gnus-outlook-repair-attribution-outlook)
9891         (gnus-outlook-repair-attribution-block)
9892         (gnus-outlook-repair-attribution-other): Remove redundant
9893         save-excursion.
9894
9895 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9896
9897         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9898         (spam-fetch-field-subject-fast)
9899         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9900         (spam-fetch-article-header): Add functions to deal with Gnus
9901         internals for fast retrieval of article header data.
9902         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
9903
9904 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9905
9906         * pop3.el (pop3-md5): Remove.
9907         (pop3-apop): Replace pop3-md5 with md5.
9908
9909         * mm-bodies.el: base64 is always built-in.
9910
9911         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9912         with-current-buffer.
9913
9914 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * canlock.el (canlock-insert-header): Remove excessive grouping in
9917         regexp.
9918
9919         * gnus-sum.el (gnus-summary-read-document): Ditto.
9920
9921         * gnus-uu.el (gnus-uu-part-number): Ditto.
9922
9923         * html2text.el (html2text-remove-tags): Ditto.
9924         (html2text-format-tags): Ditto.
9925         (html2text-format-single-elements): Ditto.
9926
9927         * mml.el (mml-parse-1): Ditto.
9928
9929 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9930
9931         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9932
9933         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9934
9935         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9936
9937         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9938
9939 2003-11-15  Simon Josefsson  <jas@extundo.com>
9940
9941         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9942         (pgg-gpg-lookup-key): Use regexp match instead of
9943         split-string (split-string is different between emacs 21.2 and
9944         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9945
9946 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9947
9948         * gnus-art.el (gnus-mime-view-all-parts)
9949         (gnus-article-part-wrapper, gnus-article-view-part): Use
9950         with-current-buffer.
9951
9952 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9953
9954         * spam.el (spam-disable-spam-split-during-ham-respool)
9955         (spam-spamoracle-database, spam-cache-lookups)
9956         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9957         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9958         (spam-group-ham-marks, spam-group-spam-marks)
9959         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9960         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
9961         also add spam-use-blackholes to the statistical checks.
9962         (spam-fetch-field-fast): Add interface to fetching fields, may
9963         become a macro.
9964         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9965         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
9966         (spam-insert-fake-headers): Fake an article when needed.
9967         (spam-find-spam): Fake article when possible.
9968         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9969         (spam-check-bogofilter-headers): Use message-fetch-field instead
9970         of nnmail-fetch-field.
9971
9972 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9973
9974         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9975
9976 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9977
9978         * spam.el (spam-split): Do not require spam-use-CHECK to be
9979         enabled if that check is passed to spam-split explicitly; also
9980         fix so 'spam doesn't get converted to spam-split-group when
9981         spam-split-symbolic-return is t.
9982         (spam-find-spam): Find registrations of the article and use those
9983         instead of re-running spam-split to find the spam/ham
9984         classification of the article.
9985         (spam-log-processing-to-registry, spam-log-registered-p)
9986         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9987         Use gnus-error instead of gnus-message.
9988         (spam-log-registration-type): Add function to determine the
9989         classification of a message based on registry entries; will
9990         return nil if both 'spam and 'ham are found.
9991         (spam-check-BBDB): Expand all the BBDB macros here so we can have
9992         a reasonably fast local cache without the loading errors.
9993         (spam-cache-lookups): Set to t by default.
9994         (spam-find-spam): Don't try to guess spam-cache-lookups.
9995         (spam-enter-whitelist, spam-enter-blacklist): Clear the
9996         spam-caches entry.
9997         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
9998         caching of whitelist/blacklist entries.
9999         (spam-check-whitelist, spam-check-blacklist): Invoke
10000         spam-from-listed-p with a type, not a cache variable.
10001         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10002
10003 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10004
10005         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10006
10007         * nnmail.el (nnmail-split-fancy): do.
10008
10009         * mml.el (mml-parse): do.
10010
10011         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10012         (gnus-score-adaptive): do.
10013
10014 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10017         (gnus-mime-button-map): Don't set keymap parent.
10018         (gnus-button-ctan-directory-regexp): Use shy grouping.
10019         (gnus-prev-page-map): Don't set keymap parent.
10020         (gnus-prev-page-map): Remove duplicated one.
10021         (gnus-next-page-map): Don't set keymap parent.
10022         (gnus-mime-security-button-map): Ditto.
10023
10024         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10025         version number.
10026
10027         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10028
10029 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * canlock.el (canlock-sha1-function): Remove.
10032         (canlock-sha1-function-for-verify): Remove.
10033         (canlock-openssl-program): Remove.
10034         (canlock-openssl-args): Remove.
10035         (canlock-ignore-errors): Remove.
10036         (canlock-sha1-with-openssl): Remove.
10037         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10038         (canlock-verify): Don't use canlock-ignore-errors.
10039
10040         * sha1-el.el (sha1-string-external): Make it can return a string
10041         in binary form.
10042         (sha1-region-external): Ditto.
10043         (sha1-string-internal): Ditto.
10044         (sha1-region-internal): Ditto.
10045         (sha1-region): Ditto.
10046         (sha1-string): Ditto.
10047         (sha1): Ditto.
10048
10049 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050
10051         * spam.el (spam-report-articles-gmane): New command.
10052
10053 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10056
10057         * run-at-time.el (run-at-time-saved): Remove.
10058         (run-at-time): Doc fix.
10059
10060 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10061
10062         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10063         (gnus-summary-limit-map): Add it.
10064         (gnus-summary-make-menu-bar): do.
10065
10066 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10067
10068         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10069         Make attempt at some caching support (done for BBDB only now).
10070         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10071         addresses to be checked.
10072         (spam-clear-cache-BBDB): Add function, to be invoked by
10073         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10074         (spam-check-BBDB): Check and use the caches, if
10075         spam-cache-lookups is on, remove superfluous (provide).
10076
10077 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10080
10081 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10082
10083         * run-at-time.el (run-at-time-saved): Move to after the definition
10084         of `run-at-time'.
10085
10086         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10087
10088 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10091         mm-w3m-local-map-property.
10092
10093         * mm-view.el (mm-w3m-mode-map): Remove.
10094         (mm-w3m-local-map-property): Remove.
10095         (mm-inline-text-html-render-with-w3m): Don't use
10096         mm-w3m-local-map-property.
10097
10098 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * run-at-time.el: New file.
10101
10102         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10103         under Emacs.
10104
10105         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10106         of gnus-set-text-properties.
10107
10108         * gnus-uu.el (gnus-uu-save-article): Ditto.
10109
10110         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10111
10112         * gnus-cite.el (gnus-cite-parse): Ditto.
10113
10114         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10115         of gnus-.
10116
10117         * gnus-xmas.el (run-at-time): Require run-at-time.
10118
10119         * gnus.el: Changed calls to nnheader-run-at-time and
10120         password-run-at-time throughout to use run-at-time directly.
10121
10122         * password.el: Removed definition of run-at-time.
10123
10124         * nnheaderxm.el: Remove definition of run-at-time.
10125
10126 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10127
10128         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10129         in prompt.
10130
10131 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10132
10133         * messagexmas.el (message-xmas-redefine): Alias
10134         `message-make-caesar-translation-table' to
10135         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10136         version.
10137
10138         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10139         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10140         `gnus-xmas-set-text-properties'.
10141         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10142         `gnus-xmas-completing-read'.
10143         (gnus-xmas-completing-read): Removed.
10144         (gnus-xmas-open-network-stream): Removed.
10145
10146         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10147         XEmacs version.
10148
10149         * dns.el (dns-make-network-process): Use `open-network-stream'
10150         instead of `gnus-xmas-open-network-stream'.
10151
10152         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10153
10154         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10155
10156 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10157
10158         * gnus-art.el (gnus-mime-display-alternative)
10159         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10160         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10161         Don't use gnus-local-map-property.
10162
10163         * gnus-util.el (gnus-local-map-property): Remove.
10164
10165         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10166         gnus-completing-read-maybe-default with completing-read.
10167
10168         * gnus-util.el (gnus-completing-read): do.
10169         (gnus-completing-read-maybe-default): Remove.
10170
10171 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10172
10173         * password.el: Only autoload `run-at-time' if not XEmacs.
10174         Only autoload the itimer functions if XEmacs.
10175
10176 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10179         XEmacsen.
10180
10181         * dgnushack.el: Autoload executable-find for XEmacs.
10182
10183 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10184
10185         * gnus-art.el (gnus-read-string): Remove.
10186         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10187         read-string.
10188
10189 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10190
10191         * netrc.el: Autoload password-read.
10192         (netrc): Add configuration group.
10193         (netrc-encoding-method, netrc-openssl-path): Add
10194         variables for encoding and decoding of files with symmetric
10195         ciphers.
10196         (netrc-encode): Add assistant function to encode a file with
10197         netrc-encoding-method.
10198         (netrc-parse): Add interactive parameter, added optional
10199         decoding if netrc-encoding-method is non-nil but otherwise
10200         behavior is standard.
10201         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10202         Do s/encode/encrypt/ everywhere.
10203
10204         * spam.el: Remove executable-find autoload.
10205
10206 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10207
10208         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10209
10210         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10211
10212 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * gnus-art.el (gnus-treat-ansi-sequences,
10215         article-treat-ansi-sequences): New variable and function.
10216         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10217
10218         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10219         Use it.
10220
10221 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10222
10223         * mm-util.el (mm-quote-arg): Remove.
10224
10225         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10226         shell-quote-argument.
10227
10228         * gnus-uu.el (gnus-uu-command): do.
10229
10230         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10231
10232         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10233         with make-char.
10234
10235         * mm-util.el (mm-make-char): Remove.
10236
10237         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10238         add-minor-mode.
10239
10240         * gnus-undo.el (gnus-undo-mode): do.
10241
10242         * gnus-topic.el (gnus-topic-mode): do.
10243
10244         * gnus-sum.el (gnus-dead-summary-mode): do.
10245
10246         * gnus-start.el (gnus-slave-mode): do.
10247
10248         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10249
10250         * gnus-ml.el (gnus-mailing-list-mode): do.
10251
10252         * gnus-gl.el (gnus-grouplens-mode): do.
10253
10254         * gnus-draft.el (gnus-draft-mode): do.
10255
10256         * gnus-dired.el (gnus-dired-mode): do.
10257
10258         * gnus-ems.el (gnus-add-minor-mode): Remove.
10259
10260         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10261         Replace gnus-char-width with char-width.
10262
10263         * gnus-ems.el (gnus-char-width): Remove.
10264
10265         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10266         Replace gnus-char-width with char-width.
10267
10268         * gnus-ems.el (gnus-char-width): Remove.
10269
10270         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10271         definition.
10272         Remove Emacs 20 hash table compatibility code.
10273
10274         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10275         20 compatibility code.
10276
10277         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10278
10279         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10280
10281         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10282         with point-at-{eol,bol}.
10283
10284         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10285
10286         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10287
10288         * flow-fill.el (fill-flowed-point-at-bol,
10289         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10290
10291         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10292         Replace with point-at-{eol,bol} throughout all files.
10293
10294 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * ntlm.el (ntlm-string-as-unibyte): New macro.
10297         (ntlm-build-auth-response): Use it.
10298
10299         Remove Emacs 20 stuff:
10300         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10301         (butlast, mapc, remove): Remove the compiler macros.
10302         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10303         of delq and copy-sequence.
10304         * gnus-art.el (popup-menu): Remove the compiler macro.
10305         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10306         Emacs 20.
10307
10308 2004-01-05  Simon Josefsson  <jas@extundo.com>
10309
10310         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10311         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10312         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10313         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10314         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10315         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10316         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10317         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10318         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10319         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10320         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10321         string-xor into ntlm-string-xor.  Suggested by
10322         Jesper Harder <harder@myrealbox.com>.
10323
10324         * ntlm.el: Don't include poem.
10325
10326         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10327         Jesper Harder <harder@myrealbox.com>.
10328
10329         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10330
10331         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10332         probably breaks emacs with DL patch, but do we care? Is anyone
10333         still using the DL stuff?)
10334
10335         * sieve-manage.el: Use the password package.
10336         (sieve-manage-read-passwd): Remove.
10337         (sieve-manage-interactive-login): Use password.  Re-add
10338         condition-case around loop.
10339
10340         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10341         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10342         the password package.
10343
10344 2003-02-19  Simon Josefsson  <jas@extundo.com>
10345
10346         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10347         token.
10348
10349 2002-08-07  Simon Josefsson  <jas@extundo.com>
10350
10351         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10352         (sieve-manage-authenticators):
10353         (sieve-manage-authenticator-alist): Add some SASL mechs.
10354         (sieve-sasl-auth): New function.
10355         (sieve-manage-cram-md5-auth):
10356         (sieve-manage-plain-auth): Rewrite using SASL library.
10357         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10358         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10359         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10360         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10361
10362 2004-01-05  Simon Josefsson  <jas@extundo.com>
10363
10364         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10365         New files.
10366
10367 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10368
10369         * gnus-group.el (gnus-no-groups-message): Update.
10370
10371         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10372
10373 2003-11-09  Simon Josefsson  <jas@extundo.com>
10374
10375         * imap.el: Support for ID IMAP extension (RFC 2971).
10376         (imap-local-variables): Add imap-id.
10377         (imap-id): New variable.
10378         (imap-id): New function.
10379         (imap-parse-response): Parse untagged ID response.
10380         * nnimap.el (nnimap-id): New variable.
10381         (nnimap-open-connection): Use it.
10382
10383 2003-12-28  Simon Josefsson  <jas@extundo.com>
10384
10385         * gnus-score.el (gnus-score-edit-all-score): New.
10386         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10387
10388 2004-01-04  Simon Josefsson  <jas@extundo.com>
10389
10390         * password.el: Add.
10391
10392 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10393
10394         * dns.el: Add support for AAAA records (see RFC 3596)
10395
10396         * Fix typo PRT -> PTR
10397
10398         * Parse MX, PTR and SOA replies (see RFC 1035)
10399
10400 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10401
10402         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10403
10404         * Moved to Changelog.2.
10405
10406 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * gnus.el (gnus-version-number): Bump version.
10409
10410 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10411
10412         * gnus.el: No Gnus v0.1 is released.
10413
10414 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10415
10416         * gnus.el: No Gnus v0.0 is released.
10417
10418 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10419
10420         * gnus.el (gnus-version-number): Bump.
10421         (gnus-version): No.
10422
10423 See ChangeLog.2 for earlier changes.
10424
10425     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10426
10427   This file is part of GNU Emacs.
10428
10429   GNU Emacs is free software; you can redistribute it and/or modify
10430   it under the terms of the GNU General Public License as published by
10431   the Free Software Foundation; either version 2, or (at your option)
10432   any later version.
10433
10434   GNU Emacs is distributed in the hope that it will be useful,
10435   but WITHOUT ANY WARRANTY; without even the implied warranty of
10436   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10437   GNU General Public License for more details.
10438
10439   You should have received a copy of the GNU General Public License
10440   along with GNU Emacs; see the file COPYING.  If not, write to the
10441   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10442   Boston, MA 02110-1301, USA.
10443
10444 ;; Local Variables:
10445 ;; coding: iso-2022-7bit
10446 ;; fill-column: 79
10447 ;; add-log-time-zone-rule: t
10448 ;; End:
10449
10450 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4