(gnus-inews-yank-articles): Use message-exchange-point-and-mark instead of
[gnus] / lisp / ChangeLog
1 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-msg.el (gnus-inews-yank-articles): Use
4         message-exchange-point-and-mark instead of exchange-point-and-mark.
5
6 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * message.el (message-yank-original): Make sure cited text ends with
9         newline; don't exchange point and mark.
10
11 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12
13         * tls.el (open-tls-stream): Properly handle case where there
14         is no associated buffer.
15
16 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17
18         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
19         message-yank-original, make sure (< mark TEXT point).
20
21 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22
23         * message.el (message-fill-column): New variable.
24         (message-mode): Use it.  Add comment on a possible new hook.
25
26         * nnmail.el (nnmail-spool-file): Mark as obsolete.
27         (nnmail-get-new-mail): Reformat.
28
29         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
30
31         * gmm-utils.el: Fix Commentary.
32         (gmm-tool-bar-from-list): Fix typo in doc string.
33
34 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
35
36         * message.el (message-yank-original): Fix bug:
37         Don't switch point and mark unnecessarily.
38
39 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
42         from the message heads.
43
44 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
45
46         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
47         article buffer does not have a window.  This may not be the best
48         solution but is certainly better than setting the start of the null,
49         that is the current, window.
50
51 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
52
53         * gnus-draft.el (gnus-draft-setup-hook): New hook.
54         (gnus-draft-setup): Run it.
55
56         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
57         gnus-score-fast-scoring.  Allow regexp.
58         (gnus-score-headers): Use it.
59
60         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
61         XEmacs.
62
63         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
64         string.
65         (gnus-button-alist): Also catch `<f1> k ...'.
66         (gnus-treat-display-x-face): Fix doc string.
67
68 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
69
70         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
71         evaluation of gnus-extended-version to ensure correct generation of the
72         User-Agent header when message-generate-headers-first is used.
73
74 2007-03-24  Simon Josefsson  <simon@josefsson.org>
75
76         * hashcash.el (hashcash-generate-payment-async): Don't crash if
77         hashcash-path is nil.  Don't call callback with incorrect number of
78         parameters if val is 0.
79
80 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
81
82         * message.el (message-required-news-headers):
83         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
84
85 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
86
87         * tls.el (open-tls-stream): In handshake-waiting loop,
88         don't wait more if there is output available to process.
89
90 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
91
92         * tls.el (tls-program): Doc fix.
93
94 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * message.el (message-generate-new-buffers): Change the meaning of the
97         nil value; add `standard' to the choices; treat t as `unique'; improve
98         doc string.
99         (gnus-select-frame-set-input-focus): Autoload.
100         (message-buffer-name): Search for the existing message buffer if
101         message-generate-new-buffers is nil or `standard'; treat the value t of
102         message-generate-new-buffers as `unique'.
103         (message-pop-to-buffer): Raise the frame already displaying the message
104         buffer; clear the echo area after querying.
105         (message-setup): Pass the `continue' argument to compose-mail.
106         (message-mail): Prefer `switch-function' if it is given; search for the
107         existing message buffer if the `continue' argument is non-nil; pass
108         continue and switch-function arguments to compose-mail by way of
109         message-setup.
110         (message-mail-other-window): Adjust argument of message-setup.
111         (message-mail-other-frame): Ditto.
112
113 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
116         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
117         to turn font-lock on when turning gnus-message-citation-mode on.
118
119 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
120
121         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
122         (mml-smime-function-alist): New variable; add epg as the backend.
123         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
124         mml-smime- functions instead.
125         * mm-view.el: Require smime.
126
127 2007-03-05  Didier Verna  <didier@xemacs.org>
128
129         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
130         instead of just inheritance for posting styles.
131         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
132
133 2007-02-24  Chris Moore  <dooglus@gmail.com>
134
135         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
136         * pgg-pgp.el (pgg-pgp-encrypt-region):
137         * pgg-gpg.el (pgg-gpg-encrypt-region):
138         Check pgg-encrypt-for-me if no other recipients.
139
140 2007-02-24  John Paul Wallington  <jpw@pobox.com>
141
142         * tls.el (tls-certtool-program): Fix custom type.
143
144 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
147         and point-at-eol instead of line-(beginning|end)-position.
148
149         * assistant.el (assistant-parse-buffer): Ditto.
150
151         * netrc.el (netrc-parse-services): Ditto.
152
153 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
154
155         * mml2015.el (mml2015-epg-find-usable-key): New function.
156         (mml2015-epg-sign): Use it.
157         (mml2015-epg-encrypt): Use it.
158
159 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * message.el (message-make-in-reply-to): Quote name containing
162         non-ASCII characters.  It will make the RFC2047 encoder cause an error
163         if there are special characters.  Reported by NAKAJI Hiroyuki
164         <nakaji@kankyo-u.ac.jp>.
165
166 2007-02-27  Didier Verna  <didier@xemacs.org>
167
168         Include the group parameters as well as the topic ones in the
169         inheritance filter process.
170         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
171         argument GROUP-PARAMS-LIST.
172         * gnus-topic.el (gnus-group-topic-parameters): Use it.
173
174 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * nntp.el (nntp-never-echoes-commands)
177         (nntp-open-connection-functions-never-echo-commands): New variables.
178         (nntp-send-command): Use them.
179
180 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
181
182         * mml2015.el (mml2015-epg-verify): Simplified.
183
184 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * mml.el (mml-content-disposition-alist): New user option.
187         (mml-content-disposition): New function.
188         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
189         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
190
191 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
192
193         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
194         verification.
195
196 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
197
198         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
199         articles posted in the last 24 hours.
200
201 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
202
203         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
204
205 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
206
207         * nntp.el (nntp-send-command): Don't wait for echoes when
208         nntp-open-ssl-stream is used.
209
210 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-cite.el (gnus-test-font-lock-add-keywords)
213         (gnus-message-add-citation-keywords)
214         (gnus-message-remove-citation-keywords): Remove.
215         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
216         directly, make the variables in font-lock-defaults buffer-local, add
217         gnus-message-citation-keywords to them and then update the value of
218         font-lock-keywords.
219
220 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * message.el (message-cite-original-1): Don't call
223         gnus-article-highlight-citation.
224
225         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
226         citations; fix line count.
227
228 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
231         (gnus-message-add-citation-keywords)
232         (gnus-message-remove-citation-keywords): Use it; fix the emulating
233         versions of font-lock-add-keywords and font-lock-remove-keywords to
234         work with XEmacs correctly.
235
236 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * gnus-cite.el (gnus-cite-face-list): Set the values of
239         gnus-message-max-citation-depth and gnus-message-citation-keywords.
240         (gnus-message-max-citation-depth): Use defvar rather than defconst.
241         (gnus-message-cite-prefix-regexp): New variable.
242         (gnus-message-search-citation-line): Use it; protect against long
243         citation prefix; fill match data with nil rather than 0 for XEmacs; set
244         the 0th match data for Emacs.
245         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
246         (gnus-message-add-citation-keywords): Append keywords rather than
247         prepending; emulate font-lock-add-keywords if it is not available.
248         (gnus-message-remove-citation-keywords): Emulate
249         font-lock-remove-keywords if it is not available.
250
251         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
252
253         * message.el (message-cite-prefix-regexp): Set the value of
254         gnus-message-cite-prefix-regexp.
255
256 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
257
258         * nnweb.el (nnweb-google-parse-1): Update parser.
259
260 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
261
262         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
263
264 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
265
266         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
267         regexp.
268
269 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * uudecode.el (uudecode-string-to-multibyte): New function emulating
272         string-to-multibyte.
273         (uudecode-decode-region-internal): Use it.
274
275         * lpath.el: Fbind string-as-multibyte for XEmacs.
276
277 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
278
279         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
280         custom choice.
281
282         * gnus-art.el (gnus-signature-limit): Fix custom choice.
283
284 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
285
286         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
287
288         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
289         `write-region' to respect `mm-inhibit-file-name-handlers'.
290
291 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
292
293         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
294         Use gnus-home-directory instead of "~/" or "$HOME".
295
296 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
297
298         * encrypt.el (encrypt-insert-file-contents): Add better prompt
299         to mention filename.
300         Add comments at beginning regarding usage.
301         (encrypt-write-file-contents): Change interactive so a string is
302         acceptable.  If the file has no associated model, show an error instead
303         of a nonsense prompt.
304
305 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
306
307         * spam.el (spam-bsfilter-ham-switch): Fix typo.
308         Thanks to Yoshihiko Yamada for kind notification of this typo.
309
310 2007-01-12  Kenichi Handa  <handa@m17n.org>
311
312         * uudecode.el (uudecode-decode-region-internal): Make it work in a
313         multibyte buffer.
314
315 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
316
317         * gnus-score.el (gnus-score-fast-scoring): New variable.
318         (gnus-score-headers): Use it.
319
320         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
321
322         * message.el (message-cite-original-1): Call
323         gnus-article-highlight-citation if requested.
324
325         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
326
327         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
328         bugs to doc string.
329         (gnus-button-alist): Add mid\\|message-id.
330         (gnus-button-fetch-group): Extend for use in
331         `browse-url-browser-function'.
332         (gnus-button-url-regexp): Try to catch paired parentheses like in
333         Wikipedia URLs.
334
335         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
336         Suggested by Simon Krahnke <overlord@gmx.li>.
337
338 2007-01-13  Romain Francoise  <romain@orebokech.com>
339
340         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
341         Update copyright.
342
343 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
344
345         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
346
347 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
348
349         * gnus-registry.el (gnus-registry-unfollowed-groups)
350         (gnus-registry-split-fancy-with-parent): Fix documentation.
351
352 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
355         from nnweb groups.
356
357 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
360         Xref urls.  Erase buffer before requesting head.
361
362 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
363
364         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
365         customizable.
366
367 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
368
369         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
370         no signing key is found.
371         (mml2015-epg-encrypt): Ask user whether to skip or abort if
372         no encrypting and/or signing key is found.
373
374 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
375
376         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
377
378 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
379
380         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
381         headers read from disk with the ones newly found in the current search.
382         This should no longer cause problems, because the article numbers in
383         Gmane's `nov.php' output are ignored since the previous change.
384
385 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
386
387         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
388
389 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
392         replace-regexp-in-string; bind url-version; fbind display-images-p and
393         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
394         find-face and set-itimer-function for Emacs; bind itimer-list for
395         Emacs.
396
397         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
398
399 2007-01-01  Romain Francoise  <romain@orebokech.com>
400
401         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
402
403 2006-12-31  Steve Youngs  <steve@sxemacs.org>
404
405         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
406         `define-minor-mode' macro definition expanded properly.
407         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
408         exclude it there.
409
410         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
411         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
412         `fboundp' test.
413         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
414         This is OK to autoload in (S)XEmacs now.
415
416 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
419         keystroke.
420         (gnus-summary-limit-to-singletons): Fix typo.
421
422         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
423         else fails.
424
425 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
426
427         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
428         docstring.
429
430         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
431         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
432         (gnus-summary-insert-dormant-articles): Fix typo in message.
433
434 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
435
436         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
437         nil for XEmacs.
438         (gnus-message-citation-mode): Don't autoload in XEmacs.
439
440         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
441
442 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
443
444         * nnimap.el (nnimap-expunge-search-string): Mention
445         nnimap-search-uids-not-since-is-evil in docstring.
446
447 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
448
449         * spam.el: Revert to make-obsolete-variable because
450         define-obsolete-variable-alias is not supported in Emacs 21.
451
452         * spam.el (spam-ifile-path, spam-ifile-database-path)
453         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
454         make-obsolete-variable.
455         (spam-bsfilter-path, spam-bsfilter-program)
456         (spam-spamassassin-path, spam-spamassassin-program)
457         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
458         use "path" inappropriately.
459         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
460         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
461         variable names.
462
463 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
464
465         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
466         summary buffer.
467
468         * password.el (password-cache-remove): Use clear-string to burn
469         password, if available.
470
471 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
472
473         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
474
475         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
476
477         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
478         (gnus-message-highlight-citation): Move defcustom here from
479         gnus-cite.el.
480         (gnus-message-citation-mode): Autoload.
481
482         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
483         checks to make it compile with XEmacs.
484         (gnus-message-citation-mode): New minor mode.
485         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
486         (gnus-message-highlight-citation): New variables.
487         (gnus-message-search-citation-line)
488         (gnus-message-add-citation-keywords)
489         (gnus-message-remove-citation-keywords)
490         (turn-on-gnus-message-citation-mode)
491         (turn-off-gnus-message-citation-mode): New functions.
492
493 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
494
495         * gnus-cite.el: Enable highlighting of different citation levels in
496         message-mode.
497
498 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
499
500         * message.el (message-make-fqdn): Fix comment.
501         (message-bogus-system-names): Add ".local".
502
503         * spam.el (spam-ifile-path, spam-ifile-program)
504         (spam-ifile-database-path, spam-ifile-database)
505         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
506         Don't use "path" inappropriately.
507         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
508         strings.
509         (spam-check-ifile, spam-ifile-register-with-ifile)
510         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
511         new variable names.
512
513         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
514         (gnus-treat-display-smileys): Simplify using
515         gnus-image-type-available-p.
516
517         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
518         available.
519
520         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
521         `display-images-p' if available.
522
523 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
526         one after turning on the buffer's multibyteness instead of decoding
527         them directly in the unibyte buffer that causes unexpected conversion
528         in Emacs 23 (unicode).
529
530 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
531
532         * message.el (message-generate-hashcash): Fix custom type.
533
534 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
535
536         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
537
538 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
539
540         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
541         disconnect icons.  Add help text.
542
543 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
544
545         * spam.el (spam-extra-header-to-number): CRM114 spam score is
546         negated to be consistent with the others we handle.
547
548 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
551         version of gnus-summary-buffer to something, so that we can use two
552         article buffers at the same time.
553
554 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
555
556         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
557         trigger all the extra headers.
558         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
559         sorting.
560
561 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
562
563         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
564         solid groups.
565
566 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
567
568         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
569
570 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
571
572         * legacy-gnus-agent.el: Add Copyright notice.
573
574 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
575
576         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
577
578 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
581
582         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
583         to make it work reliably in CVS Emacs.
584         (gnus-summary-limit-strange-charsets-predicate)
585         (gnus-summary-limit-to-predicate): New functions.
586
587 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
588
589         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
590         specifying array size.
591         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
592         array if it is too small.
593         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
594         (gnus-sort-threads-loop): New function.
595
596 2006-12-06  Chris Moore  <dooglus@gmail.com>
597
598         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
599         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
600
601 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
602
603         * mm-url.el (mm-url-predefined-programs): Call curl with correct
604         options.
605
606 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
609         DOS-ing the recipient.
610
611         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
612         the headers when creating the mapping to avoid mismappings.
613         (nnweb-gmane-create-mapping): Always nix out old mapping.
614
615 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
618         and mm-verify-option to never.
619
620 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * message.el (message-signed-or-encrypted-p): New function.
623         (message-forward-make-body): Use it.
624
625         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
626         Replace encode-coding-string with mm-encode-coding-string.
627
628 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * nneething.el (nneething-decode-file-name): Replace
631         decode-coding-string with mm-decode-coding-string.
632
633         * gnus-int.el (gnus-open-server): Say failed server's name.
634
635 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
636
637         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
638         strings to a single string.  Quote `errors-file-name'.
639         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
640         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
641         Adjust calls.  Use `shell-quote-argument'.
642
643 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
644
645         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
646         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
647
648         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
649         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
650         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
651         (gnus-group-make-directory-group, gnus-group-transpose-groups):
652         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
653         (gnus-subscribe-newsgroup, gnus-1):
654         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
655         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
656         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
657         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
658
659 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
662         keystroke.
663         (gnus-summary-limit-to-bodies): Implement headersp.
664
665 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * dns.el (query-dns): Protect against "Process dns deleted" strings.
668
669 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
672
673 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * message.el (message-generate-hashcash): Expand range of values to
676         include `opportunistic'.
677         (message-send-mail): Use it.
678
679 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
680
681         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
682         and comment it.
683
684         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
685
686 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
687
688         * gnus-util.el (gnus-extract-address-components): Improve comment.
689
690 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * gnus-util.el (gnus-extract-address-components): Work with address in
693         which the name portion contains @.
694
695         * lpath.el: Fbind custom-autoload.
696
697 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
698
699         * gnus.el (gnus-start): Move custom group up.
700         (gnus-select-method): Don't autoload, but make it available for
701         `customize-variable'.
702         (gnus-getenv-nntpserver): Don't autoload.
703
704 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
705
706         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
707
708 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
709
710         * message.el (message-sendmail-extra-arguments): New variable.
711         (message-send-mail-with-sendmail): Use it.
712
713 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
716         mm-with-unibyte-current-buffer to make string unibyte.
717
718         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
719         mm-string-as-multibyte.
720
721 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
722
723         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
724         Reported by Werner Koch <wk@gnupg.org>.
725
726 2006-11-14  Daiki Ueno  <ueno@p360>
727
728         * mml2015.el: Autoload epa-select-keys when compiling.
729
730 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
731
732         * mml2015.el (mml2015-epg-sign): Save the signing keys in
733         message-options.
734         (mml2015-epg-encrypt): Save the recipient keys in message-options.
735
736 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
737
738         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
739         EasyPG (< 0.0.6).
740         (mml2015-always-trust): New user option.
741         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
742         prompt.
743
744 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * nntp.el (nntp-authinfo-force): New variable.
747         (nntp-send-authinfo): Use it.
748
749 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
750
751         * message.el (message-strip-subject-encoded-words): Allow _not_ to
752         decode encoded words.  Improve prompt.  Add comment about forwarding.
753         (message-replacement-char): Move up.
754
755 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
756
757         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
758         instead of gnus-intersection because arguments of gnus-sorted-nunion
759         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
760
761 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
762
763         * message.el (message-strip-subject-encoded-words): Reformat prompt.
764         (message-simplify-subject-functions): Enable
765         message-strip-subject-encoded-words by default.
766
767 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
768
769         * message.el (message-strip-subject-encoded-words): New function
770         (message-simplify-subject-functions): New variable.
771         (message-simplify-subject): Use it.  Fix typo in doc string.
772         Support message-strip-subject-encoded-words.
773
774 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
775
776         * gnus-diary.el (gnus-diary-delay-format-function):
777         * nndiary.el (nndiary-reminders):
778         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
779
780 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
781
782         * gnus-art.el (article-hide-boring-headers): Fetch date from
783         gnus-original-article-buffer to avoid problems with localized date
784         strings.
785
786 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
789
790 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
791
792         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
793         New variables.
794         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
795         (mm-charset-synonym-alist): Move some entries to
796         mm-codepage-iso-8859-list.
797         (mm-charset-synonym-alist, mm-charset-override-alist): Add
798         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
799
800 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
803
804 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
805
806         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
807         with Emacs 21 and XEmacs.
808
809 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
810
811         * spam.el (spam-parse-address): New function for better parsing,
812         catching errors, etc.
813         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
814
815 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
816
817         * mm-view.el: Add interactive arg to html2text autoload.
818
819 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
822
823 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
824
825         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
826         variables.
827         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
828         (mm-charset-synonym-alist): Move some entries to
829         mm-codepage-iso-8859-list.
830
831         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
832
833 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
834
835         * message.el (message-citation-line-format)
836         (message-insert-formated-citation-line): Fix implementation of %E, %N
837         and %n according to the doc string.
838
839 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
840
841         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
842         car-safe to avoid bad parses.
843
844 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
847         names.
848
849         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
850
851 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
854         header.
855
856         * message.el (message-draft-headers): Add Date.
857         (message-headers-to-generate): Fix typo in docstring.
858
859         * nndraft.el (nndraft-required-headers): New variable.
860         (nndraft-generate-headers): Use it.
861
862         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
863
864 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
865
866         * gnus-registry.el (gnus-registry-wash-for-keywords)
867         (gnus-registry-find-keywords): New functions to allow easy searching of
868         articles that are in the registry.
869
870 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
871
872         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
873         ietf-drums-parse-address instead of gnus-extract-address-components.
874         Reported by Damien Elmes <damien@repose.cx>.
875
876 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
877
878         * gnus.el (gnus-mime): Remove unused custom group.
879
880 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
881
882         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
883         "blank line" when searching for end of armor headers.
884
885 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * gmm-utils.el (gmm-write-region): Fix variable name.
888
889 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
890
891         * gmm-utils.el (gmm-write-region): New function based on compatibility
892         code from `mm-make-temp-file'.
893
894         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
895
896         * nnmaildir.el (nnmaildir--update-nov)
897         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
898         Use `gmm-write-region'.
899
900 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
901
902         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
903         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
904
905         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
906
907         * message.el (message-replacement-char): New variable.
908         (message-fix-before-sending): Use it.
909         (message-simplify-subject): New function to remove duplicate code.
910         (message-reply, message-followup): Use it.
911
912         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
913         gnus-summary-limit-to-articles.
914
915 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * gnus-util.el (gnus-with-local-quit): New macro.
918
919         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
920
921 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
922
923         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
924         ignore non-string data.
925
926 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
927
928         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
929         non-string data (needs to be done in the registry too).
930
931 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
932
933         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
934         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
935         (gnus-registry-split-fancy-with-parent)
936         (gnus-registry-fetch-simplified-message-subject-fast)
937         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
938         Remove text properties on ingress into the registry and when it's saved.
939         (gnus-registry-clean-empty-function): Fix bug with cleaning the
940         registry from entries with no groups.
941
942 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
943
944         * gnus-util.el (gnus-string-remove-all-properties): Add utility
945         function to remove string properties.
946
947 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
948
949         * gmm-utils.el (gmm): Adjust custom version.
950
951         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
952         custom version.
953
954         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
955
956 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
957
958         * gnus-art.el (gnus-insert-prev-page-button)
959         (gnus-insert-next-page-button): Simplify.  Reformat.
960
961 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
962
963         * gnus-art.el (gnus-insert-prev-page-button)
964         (gnus-insert-next-page-button): Apply gnus-article-button-face.
965
966 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
967
968         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
969
970 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
971
972         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
973         gnus-article-button-face to MIME and security buttons.
974
975 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
976
977         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
978         readable.
979
980 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
981
982         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
983
984 2006-09-20  Steve Youngs  <steve@sxemacs.org>
985
986         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
987         `browse-url-of-file' instead of `browse-url'.
988
989 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
990
991         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
992         regexp.  Articles containing quotation were cut prematurely.
993
994 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * message.el (message-cite-original-1): Use nobody by default for the
997         value of From header.
998         (message-reply): Ditto.
999
1000 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1001
1002         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1003         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1004         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1005
1006 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1007
1008         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1009         mails in the doc string.  Add some URLs in comment.
1010         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1011
1012 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1013
1014         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1015         backslashes handling and the way to find boundaries of quoted strings.
1016
1017 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1018
1019         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1020         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1021         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1022         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1023
1024 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1025
1026         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1027         doc string.
1028         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1029
1030 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * lpath.el: Fbind epg-check-configuration.
1033
1034 2006-09-06  Simon Josefsson  <jas@extundo.com>
1035
1036         * mml2015.el (mml2015-use): Doc fix, mention epg.
1037
1038 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1039
1040         * mml2015.el (mml2015-use): Default to epg, if available.
1041
1042 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1043
1044         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1045         message-sender.
1046         (mml1991-epg-encrypt): Ditto.
1047         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1048         message-sender.
1049         (mml2015-epg-encrypt): Ditto.
1050
1051 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1052
1053         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1054         several common directories.
1055
1056 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1057
1058         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1059         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1060
1061 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * gnus-art.el (article-decode-encoded-words): Make it fast.
1064
1065 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1068
1069         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1070         in quoted string into `\'.
1071
1072 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1075         Use standard-syntax-table.
1076
1077 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * gnus-art.el (gnus-decode-address-function): New variable.
1080         (article-decode-encoded-words): Use it to decode headers which are
1081         assumed to contain addresses.
1082         (gnus-mime-delete-part): Remove useless `or'.
1083
1084         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1085         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1086         (gnus-nov-parse-line): Use it to decode From header.
1087         (gnus-get-newsgroup-headers): Ditto.
1088         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1089
1090         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1091         (mail-decode-encoded-address-string): New alias.
1092
1093         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1094         New function.
1095         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1096         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1097         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1098         (rfc2047-decode-string): Ditto.
1099         (rfc2047-decode-address-region): New function.
1100         (rfc2047-decode-address-string): New function.
1101
1102 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1103
1104         * message.el (message-caesar-buffer-body): Allow rotating headers.
1105
1106         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1107
1108         * message.el (message-insert-formated-citation-line): Fix %f.
1109         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1110
1111 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1114         (gnus-bookmark-mouse-available-p): New macro.
1115         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1116         (gnus-bookmark-bmenu-show-infos): Use it.
1117         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1118         (gnus-bookmark-bmenu-hide-infos): Ditto.
1119         (gnus-bookmark-remove-properties): New function.
1120         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1121         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1122         (gnus-bookmark-write-file): Bind coding-system-for-write.
1123         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1124         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1125         group before selecting it.
1126         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1127         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1128         quit-window if it is not available; use gnus-mouse-2 and bind it to
1129         gnus-bookmark-bmenu-select-by-mouse.
1130         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1131         (gnus-bookmark-bmenu-select-by-mouse): New function.
1132
1133 2006-08-13  Romain Francoise  <romain@orebokech.com>
1134
1135         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1136         space.
1137
1138 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * compface.el (uncompface): Use binary rather than raw-text-unix.
1141
1142 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * compface.el (uncompface): Make sure the eol conversion doesn't take
1145         place when communicating with the external programs.  Reported by
1146         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1147
1148 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1151
1152 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1153
1154         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1155         Make it more robust by parsing author and date independently.
1156
1157 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1160
1161 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1162
1163         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1164         first matching secret key.
1165         (mml2015-epg-encrypt): Ditto.
1166
1167         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1168         first matching secret key.
1169         (mml1991-epg-encrypt): Ditto.
1170
1171         * mml2015.el (mml2015-encrypt-to-self): New user option.
1172         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1173         mml2015-epg-encrypt-to-self is set.
1174
1175         * mml1991.el (mml1991-encrypt-to-self): New variable.
1176         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1177         mml1991-epg-encrypt-to-self is set.
1178
1179         * mml2015.el (mml2015-signers): New user option.
1180         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1181         (mml2015-epg-encrypt): Allow to select signing keys.
1182
1183         * mml1991.el (mml1991-signers): New variable.
1184         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1185         (mml1991-epg-encrypt): Allow to select signing keys.
1186
1187 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * nnheader.el (nnheader-insert-head): Make it work even if the file
1190         uses CRLF for the line-break code.
1191
1192 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1193
1194         * mml2015.el: Require mml-sec instead of password.
1195         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1196         (mml2015-cache-passphrase): Inherit the default value from
1197         mml-secure-cache-passphrase.
1198         (mml2015-passphrase-cache-expiry): Inherit the default value from
1199         mml-secure-passphrase-cache-expiry.
1200
1201         * mml1991.el: Require mml-sec instead of password.
1202         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1203         (mml1991-cache-passphrase): Inherit the default value from
1204         mml-secure-cache-passphrase.
1205         (mml1991-passphrase-cache-expiry): Inherit the default value from
1206         mml-secure-passphrase-cache-expiry.
1207
1208         * mml-sec.el: Require password.
1209         (mml-secure-verbose): New user option.
1210         (mml-secure-cache-passphrase): New user option.
1211         (mml-secure-passphrase-cache-expiry): New user option.
1212
1213 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1214
1215         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1216         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1217         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1218
1219         FIXME: Use `tiny change'?
1220
1221 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1222
1223         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1224         workaround for the url package included with Emacs.
1225
1226         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1227
1228 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1231         correctly.  This fixes a bug caused by the 2006-05-12 change.
1232
1233 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1234
1235         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1236         some information about the error when saying that the `bogus' mail
1237         group will be used.
1238
1239 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1240
1241         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1242         string.
1243
1244 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1245
1246         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1247
1248 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1249
1250         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1251
1252 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1253
1254         * mml1991.el (mml1991-function-alist): Add epg.
1255         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1256         (mml1991-epg-encrypt): New functions.
1257
1258 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1259
1260         * mml2015.el (mml2015-verbose): New variable.
1261         (mml2015-cache-passphrase): Ditto.
1262         (mml2015-passphrase-cache-expiry): Ditto.
1263         (mml2015-function-alist): Add epg.
1264         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1265         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1266         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1267         functions.
1268
1269 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1270
1271         * message.el (message-cite-original-1): Preserve region when removing
1272         quoted text due to X-No-Archive in order to avoid bogus attribution
1273         when citing multiple messages.
1274
1275 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1276
1277         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1278         Kenneth Jacker <khj@be.cs.appstate.edu>.
1279
1280 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1281
1282         * gnus-diary.el (gnus-user-format-function-d)
1283         (gnus-user-format-function-D): Autoload.
1284
1285         * imap.el (Commentary): Fix typo.
1286
1287         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1288         2006-04-22 contribution.
1289
1290 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1291
1292         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1293         It didn't really fix the bogosity I'm seeing with solid web groups.
1294
1295 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1296
1297         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1298         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1299         created using server names.  If we use the feature without declaring
1300         it, Gnus does not properly manage server and group state.
1301
1302         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1303         bound.
1304
1305 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1306
1307         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1308         looking up the method using GROUP's prefix before inventing a new one.
1309         It is used on killed/unknown groups in various places where returning
1310         an all-new method isn't expected by the caller.
1311
1312         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1313         and match semantics of gnus-group-real-prefix.
1314
1315 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1316
1317         * nnmail.el (nnmail-broken-references-mailers): New variable.
1318         (nnmail-ignore-broken-references): New function generalizing
1319         nnmail-fix-eudora-headers.
1320         (nnmail-fix-eudora-headers): Now obsolete.
1321
1322         * gnus-art.el (gnus-button-handle-custom): Support
1323         `customize-apropos*'.
1324
1325 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1328
1329         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1330         articles.
1331
1332 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1333
1334         * message.el (message-cite-reply-above): New variable.
1335         (message-yank-original): Use it.
1336
1337 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1340
1341 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1342
1343         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1344         as read.
1345
1346         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1347
1348 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1349
1350         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1351         (gnus-bookmark-default-file): Use gnus-directory.
1352         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1353         Remove "*" in doc string.
1354         (gnus-bookmark-write-file): Simplify.
1355         (gnus-bookmark-maybe-sort-alist): Use `when'.
1356         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1357         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1358         FIXME about Emacs 21 and XEmacs compatibility.
1359         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1360         compatibility.
1361         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1362         compatibility.
1363         (gnus-bookmark-menu-heading): Fix version.
1364
1365 2006-06-19  Bastien Guerry  <bzg@altern.org>
1366
1367         * gnus-bookmark.el: New file.
1368
1369 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * message.el (message-syntax-checks): Doc fix.
1372
1373 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1374
1375         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1376         unsubscribed groups as if they were killed ones.  It causes duplicate
1377         entries in gnus-newsrc-alist.
1378
1379 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * message.el (message-syntax-checks): Doc fix.
1382         (message-send-mail): Add check for continuation headers.
1383         (message-check-news-header-syntax): Fix regexp used to check for
1384         continuation headers.
1385
1386 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1389
1390 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1391
1392         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1393
1394 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1397         default-truncate-lines.
1398
1399 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1402         to fill the utf-8 entry.
1403
1404         * lpath.el: Fbind unicode-precedence-list.
1405
1406 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1407
1408         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1409
1410 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1411
1412         * gnus-agent.el (directory-files-and-attributes): Move all the way
1413         forward (the third and final move).
1414         (gnus-agent-read-agentview): Trap reconstruction errors due to
1415         nonexistant directory.  Handle by returning nil.
1416
1417 2006-05-30  Didier Verna  <didier@xemacs.org>
1418
1419         * message.el (message-dont-reply-to-names): Update the custom type.
1420         * message.el (message-dont-reply-to-names): New defsubst: potentially
1421         convert a list of regexps into a single one.
1422         * message.el (message-get-reply-headers): Use it.
1423         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1424
1425 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * gnus-agent.el (directory-files-and-attributes): Move forward.
1428
1429 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1430
1431         * gnus-ml.el (gnus-mailing-list-subscribe)
1432         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1433         (gnus-mailing-list-message): Fix doc strings.
1434
1435 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1436
1437         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1438         of doing it manually.
1439
1440 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1441
1442         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1443         comment.
1444
1445 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1446
1447         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1448         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1449         (gnus-agent-read-local): All symbols allocated in my-obarray
1450         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1451         (gnus-agent-regenerate-group): Check numeric names to see if they are
1452         messages or groups.
1453         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1454         better way of do this...)
1455
1456         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1457         'dummy.group' (there should be a better way of do this...)
1458
1459 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1462         (gnus-saved-headers): Ditto.
1463         (gnus-default-article-saver): Mention functions may have properties.
1464         (gnus-article-save): Override gnus-save-all-headers and
1465         gnus-saved-headers by :headers property which saver function may have.
1466         (gnus-summary-save-in-file): Add :headers property.
1467         (gnus-summary-write-to-file): Ditto.
1468
1469         * gnus-sum.el (gnus-summary-save-article): Bind
1470         gnus-prompt-before-saving to t when saving many articles in a file;
1471         always show all headers.
1472
1473         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1474
1475 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1476
1477         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1478         marks.
1479
1480         * message.el (message-indent-citation): Add optional arguments to allow
1481         using it outside of message buffers.
1482
1483         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1484         (gnus-article-treat-unfold-headers): Use it.
1485         (gnus-article-truncate-lines): New variable.
1486         (gnus-article-mode): Use it.
1487         (gnus-article-toggle-truncate-lines): New function.
1488
1489         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1490         gnus-article-toggle-truncate-lines.
1491
1492         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1493         coding system in XEmacs, use binary.
1494
1495 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1498         after-load-alist.
1499
1500         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1501         this function should save decoded articles.
1502         (gnus-summary-write-to-file): Use property to specify this function
1503         should save decoded articles and specify gnus-summary-save-in-file
1504         should be used to save articles other than the first one when saving
1505         many articles.
1506         (gnus-summary-save-body-in-file): Use property to specify this
1507         function should save decoded articles.
1508         (gnus-summary-write-body-to-file): Use property to specify this
1509         function should save decoded articles and specify
1510         gnus-summary-save-body-in-file should be used to save articles other
1511         than the first one when saving many articles.
1512
1513         * gnus-sum.el (gnus-summary-save-article): Simplify.
1514
1515 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * gnus-art.el (gnus-default-article-saver): Add
1518         gnus-summary-write-body-to-file.
1519         (gnus-article-save-coding-system): Don't use coding system object
1520         in XEmacs.
1521         (gnus-read-save-file-name): Add optional `dir-var' argument which
1522         specifies directory in which files are saved; work even if optional
1523         `variable' argument is not specified.
1524         (gnus-summary-write-to-file): Read file name.
1525         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1526         (gnus-summary-write-body-to-file): New function.
1527
1528         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1529         (gnus-summary-local-variables): Add it.
1530         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1531         (gnus-summary-save-article): Remove optional `decode' argument;
1532         determine whether to decode articles by the value of
1533         gnus-default-article-saver; when saving many files using
1534         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1535         it first and use gnus-summary-save-in-file or
1536         gnus-summary-save-body-in-file thereafter unless
1537         gnus-prompt-before-saving is always; move point to article which
1538         will be saved.
1539         (gnus-summary-save-article-file): Revert.
1540         (gnus-summary-write-article-file): Revert.
1541         (gnus-summary-save-article-body-file): Revert.
1542         (gnus-summary-write-article-body-file): New function.
1543
1544 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * gnus-art.el (gnus-default-article-saver): Doc fix.
1547         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1548         from gnus-summary-save-article-coding-system, and default to a
1549         certain coding system.
1550         (gnus-output-to-file): Add coding cookie and encode text according
1551         to gnus-article-save-coding-system; don't use mm-append-to-file.
1552
1553         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1554         gnus-art.el and rename to gnus-article-save-coding-system.
1555         (gnus-summary-save-article): Require gnus-art; don't show all
1556         headers if it decodes articles; don't add coding cookie here;
1557         don't bind mm-text-coding-system-for-write.
1558         (gnus-summary-save-article-file): Save decoded articles.
1559         (gnus-summary-write-article-file): When saving many files, use
1560         gnus-summary-write-to-file first and gnus-summary-save-in-file
1561         thereafter unless gnus-prompt-before-saving is always.
1562         (gnus-summary-save-article-body-file): Save decoded articles.
1563
1564         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1565
1566 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1567
1568         * nnrss.el (nnrss-check-group): Bind hash-index.
1569
1570 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1571
1572         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1573         its hash index.  Store this hash in `nnrss-group-data'.
1574         (nnrss-read-group-data): Update accordingly.
1575
1576 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1577
1578         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1579         entry.
1580
1581         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1582         gnus-article-browse-html-article.
1583
1584 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1585
1586         * gnus-sum.el (gnus-summary-mime-map): Add
1587         gnus-article-browse-html-article.
1588
1589         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1590
1591 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1592
1593         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1594         suitable coding systems in customize.
1595
1596 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1597
1598         * mail-source.el (mail-sources): Fix custom type.
1599
1600 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1601
1602         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1603         (gnus-summary-expire-articles-now): Shorten prompt.
1604
1605         * gmm-utils.el (wid-edit): Require.
1606         (defun-gmm): Renamed from `gmm-defun-compat'.
1607         (gmm-image-search-load-path): Use it.
1608         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1609
1610 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1613         variable.
1614         (gnus-summary-save-article): Add optional `decode' argument.  If
1615         it is set and gnus-summary-save-article-coding-system is non-nil,
1616         save decoded article.
1617         (gnus-summary-write-article-file): Save decoded article if
1618         gnus-summary-save-article-coding-system is non-nil.
1619
1620         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1621         type.
1622
1623 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1626
1627 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1630         first to test gnus-single-article-buffer which may be buffer-local.
1631
1632         * gnus-sum.el (gnus-summary-setup-buffer): Make
1633         gnus-single-article-buffer buffer-local and nil in ephemeral
1634         group; make gnus-article-buffer, gnus-article-current, and
1635         gnus-original-article-buffer always buffer-local.
1636         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1637         group.
1638         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1639
1640 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1641
1642         * nnml.el (nnml-request-compact-group): Compressed files might not
1643         have .gz extension.
1644
1645 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1646
1647         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1648         (mm-copy-to-buffer): Use with-current-buffer.
1649         (mm-display-part): Simplify.
1650         (mm-inlinable-p): Add optional arg `type'.
1651
1652 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1653
1654         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1655         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1656         Try harder to show the attachment internally or externally using
1657         gnus-mime-view-part-as-type.
1658
1659 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1660
1661         * message.el (message-from-style, message-signature-separator)
1662         (message-user-organization-file, message-send-mail-function)
1663         (message-citation-line-function, message-yank-prefix)
1664         (message-indent-citation-function, message-signature)
1665         (message-signature-file, message-signature-insert-empty-line):
1666         Remove autoloads.
1667
1668         * gnus-art.el (gnus-buttonized-mime-types): Remove
1669         "multipart/signed".  Revert 2006-04-26 change.
1670
1671 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * gnus.el (gnus-version-number): Bump version.
1674
1675 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1676
1677         * gnus.el: No Gnus v0.5 is released.
1678
1679 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1680
1681         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1682         fetching articles by message-id.
1683
1684 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * message.el (hashcash): Require hashcash as normal.
1687
1688         * ecomplete.el (ecomplete-highlight-match-line): Use
1689         point-at-eol.
1690         (ecomplete-highlight-match-line): Use `highlight', because that
1691         face exists in both Emacs and XEmacs.
1692
1693         * message.el (message-display-abbrev): Use point-at-bol.
1694
1695         * mail-source.el: Don't require timer/timer-funcs.
1696
1697         * gnus-async.el: Ditto.
1698
1699         * password.el: Ditto.
1700
1701         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1702
1703         * mm-url.el: Ditto.
1704
1705         * gnus-xmas.el: Don't require timer-funcs.
1706
1707         * mm-util.el: Require timer/timer-funcs.
1708
1709 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1710
1711         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1712         Close.
1713
1714 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1717         unibyte after clear-decrypt function runs.
1718
1719         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1720         returns as a unibyte string.
1721
1722 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * lpath.el: Revert.
1725
1726         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1727         (pgg-gpg-process-sentinel): Revert.
1728
1729         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1730         (pgg-pgp-lookup-key): Revert.
1731
1732         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1733         (pgg-pgp5-lookup-key): Revert.
1734
1735         * pgg.el (pgg-fetch-key): Revert.
1736
1737 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * lpath.el: Fbind string-as-multibyte for XEmacs.
1740
1741         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1742         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1743         (mml1991-pgg-encrypt): Ditto.
1744
1745         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1746         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1747         a multibyte buffer.
1748
1749         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1750         (pgg-pgp-lookup-key): Ditto.
1751
1752         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1753         (pgg-pgp5-lookup-key): Ditto.
1754
1755         * pgg.el (pgg-fetch-key): Ditto.
1756
1757 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1758
1759         * message.el (message-user-organization-file): Check several
1760         locations of the organization file.
1761
1762         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1763         Add gnus-article-view-part-as-type.
1764
1765         * gnus-art.el (gnus-article-view-part-as-type): New function.
1766
1767         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1768         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1769
1770         * mml.el: Simplify autoload.
1771         (mml-mode): defvar dnd-protocol-alist instead of using
1772         symbol-value.
1773         (mml-default-directory): New variable.
1774         (mml-minibuffer-read-file): Use it.
1775         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1776
1777         * message.el (message-citation-line-format): New variable.
1778         (message-insert-formated-citation-line): New function.
1779         (message-citation-line-function): Add
1780         `message-insert-formated-citation-line' to custom type.
1781
1782         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1783         to doc string.
1784
1785         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1786         depending on mm-verify-option.
1787
1788 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1791         binding pgg-* variables; reimplement the section which prevents
1792         MIME header from being signed.
1793         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1794         pgg-text-mode; remove a blank line at the top of body.
1795
1796         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1797         lines at the top of body; use gnus-newsgroup-charset if there's no
1798         Charset header.
1799
1800 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * message.el (message-self-insert-commands): Doc fix.
1803
1804         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1805         (mm-uu-pgp-encrypted-test): Ditto.
1806         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1807         between header and body; return application/pgp-encrypted handle
1808         if decryption failed; decode decrypted body by charset.
1809
1810         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1811         element match to application/pgp-*.
1812
1813 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1814
1815         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1816         HTML.
1817
1818 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * mail-source.el (mail-source-call-script): Message the error
1821         string.
1822
1823 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * gnus-util.el (gnus-byte-compile): Use it.
1826
1827 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1828
1829         * gnus-util.el (kill-empty-logs): New function.
1830
1831 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * message.el (message-mail-alias-type): Doc fix.
1834         (message-mail-alias-type-p): New function.
1835         (message-send): Use it.
1836         (message-mode): Ditto.
1837         (message-strip-forbidden-properties): Ditto.
1838
1839         * ecomplete.el (ecomplete-database-file-coding-system): New
1840         variable.
1841         (ecomplete-save): Use it.
1842         (ecomplete-setup): Use it.
1843
1844 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * message.el (message-self-insert-commands): New variable.
1847         (message-strip-forbidden-properties): Use it.
1848
1849 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1852         that doesn't make XEmacs choke.
1853
1854 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1855
1856         * gnus-util.el (gnus-replace-in-string):
1857         Prefer replace-regexp-in-string over of replace-in-string.
1858
1859 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * gnus-util.el (gnus-select-frame-set-input-focus):
1862         Use select-frame-set-input-focus if it is available in XEmacs; use
1863         definition defined in Emacs 22 for old Emacsen.
1864
1865         * dgnushack.el: Autoload unmorse-region for XEmacs.
1866
1867         * lpath.el: Bind cursor-in-non-selected-windows and
1868         select-frame-set-input-focus for XEmacs.
1869
1870 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1873
1874 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1875
1876         * gnus-registry.el (gnus-registry-cache-save): Remove text
1877         properties when saving via the temp buffer.
1878
1879 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1880
1881         * message.el (message-generate-hashcash): Honor custom type.
1882
1883 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * message.el (message-generate-hashcash): Default to non-nil when
1886         hashcash is found.
1887
1888         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1889         (gnus-refer-thread-limit): Increase default to 500.
1890
1891         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1892
1893         * flow-fill.el (fill-flowed): Allow delete-space.
1894
1895 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1896
1897         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1898         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1899         Remove autoloads.
1900
1901 2006-04-18  Simon Josefsson  <jas@extundo.com>
1902
1903         * message.el (message-generate-hashcash): Default to.
1904
1905 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1908         concatenating segments rather than before concatenating them.
1909
1910 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1911
1912         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1913
1914 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1917
1918         * message.el (message-forward-make-body-plain): Allow
1919         message-forward-ignored-headers to be a list.
1920         (message-remove-ignored-headers): Factor out into function.
1921         (message-forward-make-body-mml): Use it.
1922
1923         * imap.el (imap-quote-specials): New function.
1924         (imap-login-auth): Quote specials.
1925
1926         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1927         (rfc2231-parse-string): Allow concatanation of parameters that
1928         aren't contiguous.  The test case is
1929           (mail-header-parse-content-type "message/external-body;
1930             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1931             access-type=LOCAL-FILE;
1932             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1933
1934 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1935
1936         * nntp.el (nntp-accept-process-output): Return the value of
1937         `nnheader-accept-process-output'.
1938
1939 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1942         (gnus-button-alist): Recognize more diff formats.
1943         (gnus-button-patch): Strip directory.
1944
1945 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1946
1947         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1948         Emacs 22 when setting focus.
1949
1950 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus-art.el (gnus-article-treat-types): Do treatment of
1953         text/x-verbatim parts.
1954         (gnus-button-patch): New command.
1955
1956         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1957         addresses that contain invalid characters.
1958
1959 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * message.el (message-put-addresses-in-ecomplete): Use
1962         gnus-replace-in-string.
1963         (message-is-yours-p): Use the more correct
1964         mail-header-parse-address instead of
1965         mail-extract-address-components.
1966         (message-put-addresses-in-ecomplete): Fix typo.
1967
1968         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1969         keystroke.
1970
1971         * gnus-art.el (gnus-treatment-function-alist): Change order of
1972         newsgroups/generic header folding to avoid double-folding.
1973
1974         * message.el (message-hidden-headers): Add X-Draft-From.
1975
1976         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1977         command.
1978         (gnus-summary-repeat-search-article-backward): New command.
1979
1980         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1981         groups in the parent topic.
1982
1983 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1984
1985         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1986         (spam-extra-header-to-number): Return the CRM114 number as a
1987         number instead of a string.
1988
1989 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * gnus-art.el (gnus-face-properties-alist): Moved here from
1992         gnus-fun.
1993
1994         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1995
1996 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * message.el (message-strip-forbidden-properties): Only display on
1999         self-insert-command.
2000
2001         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2002         reindent.
2003         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2004
2005 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2006
2007         * smiley.el (smiley-style): Fix typo.
2008
2009 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * hashcash.el (hashcash-insert-payment-async-2): Use
2012         message-goto-eoh instead of doing it manually.
2013         (mail-add-payment): Use message-narrow-to-header instead of trying
2014         to do the same itself.
2015
2016         * message.el (message-hidden-headers): Add Face.
2017
2018         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2019         reparenting code.
2020         (gnus-summary-reparent-children): Refactored out code.
2021         (gnus-summary-thread-map): New keystroke.
2022         (gnus-summary-reparent-children): Make into command.
2023
2024         * smiley.el (smiley-style): Default to `medium' if using a large
2025         font.
2026
2027         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2028         does it itself.
2029
2030         * message.el (message-point-in-header-p): Simplify definition.
2031
2032 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * nnagent.el (nnagent-request-set-mark): Silence log file
2035         writing.
2036         (nnagent-request-set-mark): Use write-region instead of
2037         append-to-file.
2038
2039         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2040         strange select method.
2041
2042         * ecomplete.el (ecomplete-display-matches): Get highlightling
2043         right.
2044         (ecomplete-display-matches): Use literals.
2045         (ecomplete-display-matches): Disable message logging.
2046
2047         * message.el (message-display-abbrev): Small optimization.
2048
2049         * ecomplete.el (ecomplete-display-matches): Allow automatic
2050         display.
2051
2052         * message.el (message-strip-forbidden-properties): Display
2053         abbrevs.
2054         (message-display-abbrev): Get automatic display right.
2055
2056         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2057         keystrokes.
2058
2059 2006-04-13  Romain Francoise  <romain@orebokech.com>
2060
2061         TODO: Backport to v5-10!
2062
2063         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2064         Moved here (and renamed) from gnus-registry.el.
2065
2066         * gnus-registry.el: Require gnus-util.
2067         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2068
2069 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * gnus-group.el (gnus-group-catchup-current): Change
2072         if-then-else-if-then-else into cond.
2073         (gnus-group-catchup): Indent.
2074         (group-name-at-point): New function.
2075         (gnus-fetch-group): Provide default from thing at point.
2076
2077 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * message.el (message-display-abbrev): Fix regexp.
2080
2081         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2082         choosing.
2083         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2084         dead variables.
2085
2086         * message.el (message-newline-and-indent): Remove debugging.
2087         (message-display-abbrev): Use new implementation.
2088
2089 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2090
2091         * gnus-art.el (gnus-article-mode): Set
2092         cursor-in-non-selected-windows to nil.
2093
2094         * smiley.el: Revert previous change.
2095         (smiley-data-directory): defvar it before using it in the
2096         defcustom of `smiley-style'.
2097
2098 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * message.el (message-newline-and-indent): New function.
2101
2102         * ecomplete.el: Implement more bits.
2103
2104         * message.el (message-put-addresses-in-ecomplete): Clean up the
2105         string.
2106
2107         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2108
2109         * gnus-sum.el (gnus-summary-save-parts): Bind
2110         gnus-summary-save-parts-counter and use it to make unique file
2111         names.
2112
2113         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2114
2115         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2116         parameter to say whether to actually parse the individual
2117         addresses.
2118
2119         * message.el (message-put-addresses-in-ecomplete): New function.
2120         (ecomplete): Require.
2121         (message-mail-alias-type): Add ecomplete as an option.
2122
2123 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2124
2125         * flow-fill.el (fill-flowed): Remove trailing space from blank
2126         quoted lines.
2127
2128 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * smiley.el (smiley-style): Move definition later to avoid a
2131         compilation warning.
2132
2133 2006-04-12  Kenichi Handa  <handa@m17n.org>
2134
2135         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2136         buffer and then decode the buffer text if necessary.
2137         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2138         first, and after mm-encode-body, change the buffer to unibyte.
2139         Use mm-disable-multibyte instead of set-buffer-multibyte.
2140
2141 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2144         Content-Type header instead of Content-Disposition header.
2145         (gnus-mime-inline-part): Ditto.
2146         (gnus-mime-view-part-as-charset): Ignore charset that the part
2147         specifies.
2148
2149         * mm-decode.el (mm-display-part): Work with external parts and
2150         usual parts similarly.
2151
2152         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2153         instead of gnus-display-mime.
2154
2155         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2156         instead of with-temp-buffer.
2157
2158         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2159         tag to summarized topics part in order to encode non-ASCII text.
2160
2161 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2162
2163         * smiley.el (smiley-style): New variable.
2164         (smiley-directory): New function.
2165         (smiley-data-directory): Derive from `smiley-style' using
2166         `smiley-directory'.
2167         (smiley-regexp-alist): Add new entries.
2168
2169         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2170         (gnus-article-browse-delete-temp): Add :version.
2171
2172 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2173
2174         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2175         the sieve region.
2176
2177 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * gnus.el (gnus-version-number): Bump version.
2180
2181 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2182
2183         * gnus.el: No Gnus v0.4 is released.
2184
2185 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2188         layout.
2189
2190         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2191         unknown charset.
2192
2193         * message.el (message-header-synonyms): Add Original-To to the
2194         default.
2195
2196         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2197         optional parameter.
2198
2199 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2200
2201         * gnus-fun.el (gnus): Require it for gnus-directory.
2202
2203 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2206
2207 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2208
2209         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2210
2211 2006-04-05  Simon Josefsson  <jas@extundo.com>
2212
2213         * password.el (password-reset): New function.
2214
2215 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2216
2217         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2218         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2219
2220 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2221
2222         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2223         Some whitespace was matched into the url, which broke browsing hits
2224         > 100 when mm-url-use-external was nil.
2225
2226 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2227
2228         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2229         gnus-extra-headers for 'Newsgroups.
2230
2231         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2232         bound.
2233
2234 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2235
2236         * pgg-gpg.el: Clean up process buffers every time gpg processes
2237         complete.
2238
2239 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2240
2241         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2242         doc string.
2243
2244 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2245
2246         * pgg-gpg.el (pgg-gpg-process-filter)
2247         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2248
2249         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2250         lines, temporary fix.
2251
2252 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2253
2254         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2255
2256 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2257
2258         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2259         default-enable-multibyte-characters.  This reverts the change from
2260         revision 6.17 which is no longer necessary because the passphrase
2261         is sent separately now.  GnuPG messages are unreadable under
2262         multibyte locales with default-enable-multibyte-characters set to
2263         nil.
2264
2265 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2266
2267         * message.el (message-tool-bar-gnome): Move "spell".
2268
2269 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2270
2271         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2272         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2273         instead.
2274
2275 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2276
2277         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2278         newsgroups handling for NNTP overviews which don't include
2279         Newsgroups.
2280
2281 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2282
2283         * message.el (message-resend): Bind message-generate-hashcash to nil.
2284
2285 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2286
2287         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2288         when searching for already-paid recipients.
2289
2290 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2291
2292         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2293         passphrases when it is not needed.
2294         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2295         passphrase stuff from gpg, should only be necessary when you use
2296         gpg with a smartcard.
2297
2298 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * mml.el (mml-insert-mime): Ignore cached contents of
2301         message/external-body part.
2302
2303         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2304         (mm-insert-part): Ditto.
2305
2306 2006-03-23  Simon Josefsson  <jas@extundo.com>
2307
2308         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2309         Reiner.
2310         (pgg-gpg-use-agent-p): Use it again.
2311
2312 2006-03-23  Simon Josefsson  <jas@extundo.com>
2313
2314         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2315         older emacsen.
2316         (pgg-gpg-use-agent-p): Don't use it.
2317
2318 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2319
2320         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2321         if we can.
2322
2323 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2324
2325         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2326         (pgg-gpg-update-agent): New function.
2327         (pgg-gpg-use-agent-p): New function.
2328         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2329         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2330         (pgg-gpg-sign-region): Use it.
2331
2332 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2335         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2336
2337 2006-03-21  Simon Josefsson  <jas@extundo.com>
2338
2339         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2340         <wilde@sha-bang.de>.
2341         (pgg-gpg-use-agent): New variable.
2342         (pgg-gpg-process-region): Use it.
2343         (pgg-gpg-encrypt-region): Likewise.
2344         (pgg-gpg-encrypt-symmetric-region): Likewise.
2345         (pgg-gpg-decrypt-region): Likewise.
2346         (pgg-gpg-sign-region): Likewise.
2347         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2348
2349 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2350
2351         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2352
2353         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2354         Add comment on version.
2355
2356 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2357
2358         * smiley.el: Add missing test smiley.
2359
2360 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * mm-decode.el (mm-with-part): New macro.
2363         (mm-get-part): Use it; work with message/external-body as well.
2364         (mm-save-part): Treat name and filename equally.
2365
2366         * mm-extern.el (mm-extern-cache-contents): New function.
2367         (mm-inline-external-body): Use it; force the part to be displayed;
2368         move undisplayer added to the cached handle to the parent.
2369
2370         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2371         (gnus-mime-view-part-as-type): Work with message/external-body.
2372
2373         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2374
2375 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2376
2377         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2378         images in image-load-path.  [Sync with image.el, revision 1.60, in
2379         Emacs.]
2380
2381 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2382
2383         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2384         path rather than symbol.  Always return list of directories.
2385         Guarantee that image directory comes first.  [Sync with image.el,
2386         revision 1.59, in Emacs.]
2387
2388         * message.el (message-make-tool-bar): Adjust to new API of
2389         `gmm-image-load-path-for-library'.
2390
2391         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2392
2393         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2394
2395 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2396
2397         * gnus-art.el (gnus-article-only-boring-p):
2398         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2399         intangible text.
2400         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2401
2402 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2403
2404         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2405         `defun' instead of `gmm-defun-compat'.
2406
2407 2006-03-14  Simon Josefsson  <jas@extundo.com>
2408
2409         * message.el (message-unique-id): Don't use message-number-base36
2410         if (user-uid) is a float.
2411         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2412
2413 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2416
2417         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2418         empty line between a part and a message part.
2419
2420 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2421
2422         * smiley.el: Add more test smileys.
2423         (smiley-data-directory, smiley-regexp-alist)
2424         (gnus-smiley-file-types): Fix doc strings.
2425         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2426         adding new elements.
2427         (smiley-mouse-map): Unused code.  Make it a comment.
2428
2429 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2432         scan latest NoCeM messages instead of old ones.
2433         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2434         delimiters that are recently used.
2435         (gnus-nocem-load-cache): Add autoload cookie.
2436
2437         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2438
2439         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2440         level which is larger than gnus-use-nocem is specified.
2441
2442         * gnus-group.el (gnus-group-get-new-news): Ditto.
2443
2444 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2445
2446         * gnus-util.el (gnus-tool-bar-update): New function.
2447
2448         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2449         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2450
2451         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2452
2453         * gnus-group.el (gnus-group-redraw-when-idle)
2454         (gnus-group-redraw-check): Remove.
2455         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2456
2457 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2460         if optional last element is specified in splits (FIELD VALUE...).
2461
2462 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2463
2464         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2465         to gmm-image-load-path-for-library.  Call with no-error argument.
2466         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2467
2468         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2469
2470         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2471
2472         * gmm-utils.el (gmm-image-load-path): Remove alias.
2473
2474 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2475
2476         * gmm-utils.el (gmm-image-load-path): Add alias.
2477
2478         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2479         nnml-generate-nov-databases-1.
2480         (nnml-generate-nov-databases): Use it.
2481         (nnml-generate-nov-databases-directory): Document no-active
2482         argument.
2483
2484         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2485         directory if path is t.  Add no-error.
2486
2487         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2488         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2489
2490         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2491         resetting gnus-article-browse-html-temp-list.
2492
2493         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2494         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2495         Add example to docstring.  Rename local variables.  Move error
2496         checks to default case in cond and simplify.
2497
2498 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2501         handle is multipart when calling it recursively.
2502         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2503
2504 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2505
2506         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2507         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2508
2509 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2512         is loaded.
2513
2514         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2515         loaded.
2516
2517 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2518
2519         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2520         to "Emacs 23 (unicode)" in doc string.
2521
2522         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2523         "Emacs 23 (unicode)" in comment.
2524
2525 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2528
2529         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2530         characters 160 through 255 in Emacs 23.
2531
2532 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2533
2534         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2535         gnus-article-browse-html-temp.
2536         (gnus-article-browse-delete-temp): Make it customizable.  Add
2537         `file'.  Adjust doc string.
2538         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2539         query for each file.  Adjust doc string.
2540         (gnus-article-browse-html-parts): Add
2541         `gnus-article-browse-delete-temp-files' to
2542         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2543
2544 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2545
2546         * gnus-art.el (gnus-article-browse-html-temp)
2547         (gnus-article-browse-delete-temp): New variables.
2548         (gnus-article-browse-delete-temp-files): New function.
2549         (gnus-article-browse-html-parts): Use it.
2550
2551 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2552
2553         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2554
2555         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2556         string.
2557
2558         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2559         gnus-summary-insert-new-articles when unplugged.  Remove
2560         gnus-summary-search-article-forward.
2561
2562         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2563         display-visual-class instead of display-color-cells.
2564
2565 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * dgnushack.el: Autoload customize-group for XEmacs.
2568
2569         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2570         message/* containing non-ASCII text properly.
2571
2572 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2573
2574         * message.el: Require gmm-utils, remove autoloads.
2575         (message-tool-bar): Set default based on
2576         gmm-tool-bar-style.
2577         (message-tool-bar-gnome): Add gmm-customize-mode.
2578
2579         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2580         gmm-tool-bar-style.
2581         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2582
2583         * gnus-group.el (gnus-group-tool-bar): Set default based on
2584         gmm-tool-bar-style.
2585         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2586
2587         * gmm-utils.el (gmm-image-directory): Rename variable from
2588         gmm-image-load-path.
2589         (gmm-image-load-path): Use gmm-image-directory.
2590         (gmm-customize-mode): New function.
2591         (gmm-tool-bar-style): New variable.
2592
2593         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2594         gnus-group-redraw-line-number.
2595         (gnus-group-redraw-check): Simplify.
2596         (gnus-group-tool-bar-update): Remove redraw check.
2597         (gnus-group-make-tool-bar): Add redraw check.
2598
2599 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2600
2601         * gnus-art.el (gnus-button): Add missing parentheses.
2602
2603 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * lpath.el: Fbind line-number-at-pos.
2606
2607 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2610
2611 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2612
2613         * gnus-art.el (gnus-button): New face.
2614         (gnus-article-button-face): Use it.
2615
2616         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2617         gnus-summary-next-page.  Re-order.
2618
2619         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2620         next-node are now included.
2621         (gnus-group-redraw-line-number): New internal variable.
2622         (gnus-group-redraw-check): Helper function for updating the tool
2623         bar.
2624         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2625
2626         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2627
2628         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2629         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2630         Use it to match format of Spamassassin 3.0 and later.  Reported by
2631         IRIE Tetsuya <irie@t.email.ne.jp>.
2632         (spam-check-bogofilter)
2633         (spam-bogofilter-register-with-bogofilter): Fix args of
2634         `gnus-error' calls.
2635
2636 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2637
2638         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2639         unnecessary interaction when sending queued mails.  Reported by
2640         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2641
2642 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2643
2644         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2645         first or last are nil.
2646
2647 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2648
2649         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2650
2651 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2654
2655 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * dns.el (query-dns): Protect more against buggy tcp output.
2658
2659 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2660
2661         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2662         nov.php.
2663
2664 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2665
2666         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2667         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2668         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2669         output on the server side.
2670         (nnweb-google-create-mapping): Update regexps and add some
2671         progress indication.
2672
2673 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2674
2675         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2676         gnus-agent-toggle-plugged.  Re-order icons.
2677         (gnus-group-tool-bar-gnome): Add
2678         gnus-group-{prev,next}-unread-group.
2679         (gnus-group-tool-bar-gnome): Re-order icons.
2680
2681         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2682         gnus-summary-insert-new-articles.
2683
2684         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2685         comments.
2686
2687         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2688         also available in Emacs 21.3.
2689
2690         * message.el (message-fix-before-sending): Change "Emacs 22" to
2691         "Emacs 23 (unicode)" in comment.
2692
2693         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2694         "Emacs 23 (unicode)" in comment.
2695
2696         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2697         comment.
2698         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2699
2700         * mm-view.el (mm-fill-flowed): Add :version.
2701
2702 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2705         and load-path.
2706
2707 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2708
2709         * message.el: Autoload gmm-image-load-path.
2710         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2711         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2712         consitency.
2713
2714         * gmm-utils.el (gmm-image-load-path): Also search in
2715         "../etc/images".  Don't set gmm-image-load-path if we don't find
2716         the image.
2717
2718 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * gmm-utils.el (gmm-image-load-path): Don't make
2721         `gmm-image-load-path' include subdirectories which the second arg
2722         `image' might specify.
2723
2724         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2725         subdirectory to icon file names.
2726
2727         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2728
2729 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2730
2731         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2732         gmm-image-load-path calls.
2733
2734         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2735
2736         * message.el (message-make-tool-bar): Ditto.
2737
2738         * mml.el (mml-preview): Added comment concerning tool bar icons.
2739
2740         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2741         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2742
2743         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2744         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2745
2746         * message.el (message-tool-bar-gnome): Use new icon names.
2747         (message-make-tool-bar): Use `gmm-image-load-path'.
2748
2749         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2750         functions from MH-E.
2751         (gmm-image-load-path): New variable from MH-E.
2752         (gmm-image-load-path): New function from MH-E.  Added arguments
2753         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2754         *-image-load-path-called-flag.
2755
2756 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2757
2758         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2759
2760 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2761         (tiny change)
2762
2763         * nnimap.el (nnimap-request-move-article): Change folder back to
2764         source group before deleting.
2765
2766 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2767
2768         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2769
2770         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2771         mm-url.
2772
2773         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2774
2775 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2776
2777         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2778         coding system which mm-charset-to-coding-system returns for a
2779         given charset is valid.
2780
2781 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2782
2783         * html2text.el (html2text-remove-tag-list):
2784         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2785
2786 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2787
2788         * gnus-cus.el: Revert 2005-10-17 change.
2789
2790 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * gnus-art.el (article-strip-banner): Call
2793         article-really-strip-banner only when the regexp match is made.
2794
2795 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-art.el (article-strip-banner): Use
2798         gnus-extract-address-components instead of
2799         mail-header-parse-addresses to make it work with non-ASCII text;
2800         remove mail-encode-encoded-word-string.
2801
2802         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2803         values which are surrounded with \"...\"; make it never cause a
2804         Lisp error; give up parsing of parameters if it failed in
2805         extracting type.
2806
2807 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2808
2809         * smime.el (smime-cert-by-ldap-1): Fix bug where
2810         `smime-ldap-search' returns results without userCertificates.
2811
2812 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2815
2816 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * spam.el (spam-check-spamassassin-headers): Adapt format for
2819         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2820         <ari@mbf.ocn.ne.jp>.
2821         (spam-list-of-processors): Add spam-use-gmane.
2822
2823 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2826         make-temp-file; make it work with XEmacs as well.
2827
2828         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2829         mm-make-temp-file.
2830
2831         * mm-decode.el (mm-display-external): Use the 3rd arg of
2832         mm-make-temp-file.
2833         (mm-create-image-xemacs): Ditto.
2834
2835 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2838         with message-narrow-to-headers.
2839         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2840         (gnus-draft-check-draft-articles): New function.
2841         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2842
2843 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2844
2845         * gnus-art.el (gnus-article-browse-html-parts):
2846         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2847         Don't use suffix argument for mm-make-temp-file for Emacs 21
2848         compatibility.  Remove useless `format'.
2849
2850 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2851
2852         * nnweb.el (nnweb-google-wash-article): Update regexps.
2853         (nnweb-group-alist): Use defvoo instead of defvar.
2854
2855 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2858         re-loading nn* modules.
2859
2860 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2861
2862         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2863         for `tool-bar-mode' and don't check it's default-value.
2864
2865         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2866
2867         * message.el (message-make-tool-bar): Ditto.
2868
2869         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2870         `substring'.  Shorten tmp-file name.
2871
2872         * gnus.el: Remove bogus comment.
2873
2874 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2875
2876         * gnus-art.el (gnus-article-browse-html-parts): New function.
2877         (gnus-article-browse-html-article): New function for viewing html
2878         articles with a browser.
2879
2880 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2881
2882         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2883         in elisp.
2884         (pgg-gpg-encrypt-symmetric-region): Ditto.
2885         (pgg-gpg-sign-region): Ditto.
2886
2887         * pgg-def.el (pgg-text-mode): New variable.
2888
2889         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2890         (mml2015-pgg-encrypt): Ditto.
2891
2892         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2893         (mml1991-pgg-encrypt): Ditto.
2894
2895 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2898         message-make-date instead of current-time-string.
2899
2900         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2901         to gnus-decoded which mm-uu might set.
2902
2903 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2906         don't decode quoted parameters; remove misimported Emacs code.
2907         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2908         (rfc2231-decode-encoded-string): Don't use split-string which
2909         behaves differently according to Emacs version; use
2910         mm-decode-coding-region to convert charset to coding-system.
2911         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2912         (rfc2231-encode-string): Remove misimported Emacs code.
2913
2914 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2917         when calling mail-header-parse-content-type.
2918         (article-de-quoted-unreadable): Ditto.
2919         (article-de-base64-unreadable): Ditto.
2920         (article-wash-html): Ditto.
2921
2922         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2923         calling mail-header-parse-content-type and
2924         mail-header-parse-content-disposition.
2925         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2926         mail-header-parse-content-type.
2927
2928         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2929         insert charset and format parameters; encode description after
2930         inserting it to buffer.
2931         (mml-insert-parameter): Fold lines properly even if a parameter is
2932         segmented into two or more lines; change the max column to 76.
2933
2934         * rfc1843.el (rfc1843-decode-article-body): Don't use
2935         ignore-errors when calling mail-header-parse-content-type.
2936
2937         * rfc2231.el (rfc2231-parse-string): Return at least type if
2938         possible; don't cause an error even if it fails in parsing of
2939         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2940         (rfc2231-encode-string): Don't break lines at the beginning, leave
2941         it to mml-insert-parameter.
2942
2943         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2944         calling mail-header-parse-content-type.
2945
2946 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2947
2948         * spam-report.el (spam-report-gmane-use-article-number):
2949         Improve doc string.
2950         (spam-report-gmane-internal): Check if a suitable header was found
2951         in the article.
2952
2953 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2956         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2957
2958 2006-02-05  Romain Francoise  <romain@orebokech.com>
2959
2960         Update copyright notices of all files in the gnus directory.
2961
2962 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2963
2964         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2965
2966 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2969         segmented lines of parameter value to cope with Thunderbird 1.5
2970         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2971         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2972         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2973
2974 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2975
2976         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2977         parts.
2978
2979 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2980
2981         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2982         there's only one active file for all servers.
2983         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2984         solid groups.  Gnus might have used a FAST request to select the group.
2985         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2986         and nnweb-search redundantly in the active file.
2987         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2988         (nnweb-request-create-group): Don't use ARGS.
2989         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2990         initialisations.  Let nnoo do the work.
2991
2992 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2995         Say the part has been decoded.
2996
2997         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2998
2999 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3000
3001         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3002         mailcap-viewer-test-cache when there's no 'test clause, since that
3003         will invert the meaning of a "nil" test previously determined by
3004         mailcap-mailcap-entry-passes-test.
3005
3006 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3009         compiling.
3010
3011         * gnus-sum.el: Ditto.
3012
3013         * message.el: Don't bind tool-bar-map when compiling.
3014
3015 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3016
3017         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3018
3019 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3020
3021         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3022         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3023         current Google Groups.
3024
3025 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3028         and tool-bar-mode.
3029
3030         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3031         and tool-bar-mode.
3032
3033         * message.el (message-tool-bar-update): Simplify.
3034         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3035
3036         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3037         gnus-summary-buffer.
3038         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3039         gnus-summary-reply.
3040
3041         * gmm-utils.el (gmm): Add :version.
3042
3043 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * Makefile.in (clean): New rule.
3046         (distclean): Use it.
3047
3048 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3049
3050         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3051         autoload.
3052
3053 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * gmm-utils.el (gmm-verbose): Add :group.
3056
3057 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3058
3059         * message.el: Change some comments WRT tool-bars.
3060
3061         * gnus-sum.el (gnus-summary-tool-bar)
3062         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3063         (gnus-summary-tool-bar-zap-list): New variables.
3064         (gnus-summary-make-tool-bar): Complete rewrite using
3065         `gmm-tool-bar-from-list'.
3066
3067         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3068         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3069         variables.
3070         (gnus-group-make-tool-bar): Complete rewrite using
3071         `gmm-tool-bar-from-list'.
3072         (gnus-group-tool-bar-update): New function.
3073
3074         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3075
3076 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3079         is dissected into a single part of which the type is the same as
3080         the given one; decode charset.
3081
3082 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3083
3084         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3085         into alists as symbol not string, since that's what
3086         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3087         look for.
3088
3089 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3090
3091         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3092         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3093
3094         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3095
3096 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3099         (gnus-xmas-mime-security-button-menu): New function.
3100
3101         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3102         (gnus-mime-security-button-menu): New definition.
3103         (gnus-mime-security-button-map): Use them.
3104         (gnus-mime-security-button-menu): New function.
3105         (gnus-insert-mime-security-button): Addition to help echo.
3106         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3107         (gnus-mime-security-pipe-part): New functions.
3108
3109         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3110         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3111
3112         * mm-decode.el (mm-handle-set-disposition): Remove.
3113         (mm-handle-set-description): Remove.
3114
3115 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3118         (mm-w3m-standalone-supports-m17n-p): New function.
3119         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3120         w3m usage.
3121
3122         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3123         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3124
3125 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         * message.el (message-tool-bar-zap-list): Use
3128         gmm-tool-bar-zap-list as custom type.
3129         (message-tool-bar-update): New function.
3130         (message-tool-bar, message-tool-bar-gnome)
3131         (message-tool-bar-retro): Add message-tool-bar-update.
3132         (message-tool-bar-gnome): Add flyspell-buffer.
3133
3134         * gnus-util.el (gnus-error): Describe `args'.
3135
3136         * gmm-utils.el (gmm-error): Describe `args'.
3137         (gmm-tool-bar-zap-list): New widget.
3138         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3139
3140 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3143         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3144         the number of recursive calls.
3145
3146         * mm-decode.el (mm-handle-set-disposition): New macro.
3147         (mm-handle-set-description): New macro.
3148
3149 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3152         encoding.
3153
3154 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3155
3156         * message.el (message-tool-bar-zap-list, message-tool-bar)
3157         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3158         (message-tool-bar-local-item-from-menu): Remove.
3159         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3160         (message-make-tool-bar): New function.
3161         (message-mode): Use `message-make-tool-bar'.
3162
3163         * gmm-utils.el: New file.
3164         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3165         (gmm-lazy): New widget copied from `nnmail.el'.
3166         (gmm-tool-bar-from-list): New function for creating customizable
3167         tool bars.
3168         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3169         output.
3170         (gmm): Add :prefix to defgroup.
3171
3172 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3173
3174         * gmm-utils.el (gmm-widget-p): New function.
3175
3176 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3177
3178         * mml.el (mml-attach-file): Describe `description' in doc string.
3179         (mml-menu): Add Emacs MIME manual and PGG manual.
3180
3181 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3182
3183         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3184
3185 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3186
3187         * nntp.el (nntp-end-of-line): Doc fix.
3188
3189 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3190
3191         * imap.el (imap-open): Handle case where buffer is a buffer
3192         object.
3193
3194 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3195
3196         * gnus-delay.el (gnus-delay): Don't autoload.
3197         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3198         to be re-loaded when customizing the `gnus-delay' group.
3199
3200 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3201
3202         * message.el (message-insert-citation-line): Use newlines.
3203
3204 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3205
3206         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3207         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3208         these routines, so the passphrase can be managed externally and
3209         passed in to the system.
3210         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3211         pgg-add-passphrase-to-cache function.
3212
3213         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3214         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3215         these routines, so the passphrase can be managed externally and
3216         passed in to the system.
3217         (pgg-pgp5-sign-region): Use new name of
3218         pgg-add-passphrase-to-cache function.
3219
3220 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3221
3222         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3223         part of the decoded armor to find the key-identifier.
3224         (pgg-gpg-lookup-key-owner): New function to return the
3225         human-readable identifier of a key owner.
3226         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3227         itself.
3228         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3229         the key value) if we have a key and can match it against a secret
3230         key.  Also, added a note pointing out fact that the prompt only
3231         indicates the first matching key.
3232
3233         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3234         pgg-decrypt-region.
3235         (pgg-add-passphrase-to-cache): Rename from
3236         `pgg-add-passphrase-cache' to reduce confusion (all callers
3237         changed).
3238         (pgg-remove-passphrase-from-cache): Rename from
3239         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3240         changed).
3241         (pgg-read-passphrase, pgg-add-passphrase-cache)
3242         (pgg-remove-passphrase-cache): Add informative docstrings.
3243         (pgg-decrypt): Convey provided passphrase in subordinate call to
3244         pgg-decrypt-region.
3245
3246 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3247
3248         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3249         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3250         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3251         'passphrase' argument, so the passphrase can be managed externally
3252         and then passed in to the system.
3253
3254         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3255         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3256         so the passphrase cache can be used reliably with identifiers
3257         besides a pgp packet's key id.
3258
3259         * pgg-gpg.el (pgg-gpg-encrypt-region)
3260         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3261         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3262         these routines, so the passphrase can be managed externally and
3263         passed in to the system.
3264
3265         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3266         'notruncate' argument, so the passphrase cache can be used
3267         reliably with identifiers besides a pgp packet's key id.
3268
3269 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3270
3271         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3272         symmetric encryption.
3273         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3274         encrypted session key.
3275         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3276         message ask for the passphrase in a proper way.
3277
3278         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3279         New user commands for symmetric encryption.
3280
3281 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3284
3285         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3286
3287 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3288
3289         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3290
3291 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * mm-decode.el (mm-inlined-types): Add application/pgp.
3294         (mm-automatic-display): Ditto.
3295
3296         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3297         part as text.
3298
3299 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * nnrss.el: Update copyright.
3302         (nnrss-opml-import): Query whether to subscribe to each entry.
3303
3304         * gnus-art.el:
3305         * gnus-sum.el:
3306         * gnus-xmas.el:
3307         * messagexmas.el:
3308         * mm-uu.el:
3309         * mm-view.el: Update copyright.
3310
3311 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3312
3313         * message.el (message-info): New function.
3314         (message-mode-menu): Add it.
3315         Update copyright.
3316
3317         * ChangeLog: Fix and update copyright.
3318
3319 2006-01-13  Romain Francoise  <romain@orebokech.com>
3320
3321         * message.el (message-forward-subject-name-subject): Prefer the
3322         address to 'nowhere' if the sender has no name.
3323         Fix typo.  Update copyright year.
3324
3325 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * gnus-art.el (article-wash-html): Use
3328         gnus-summary-show-article-charset-alist if a numeric arg is given.
3329         (gnus-article-wash-html-with-w3m-standalone): New function.
3330
3331         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3332         mm-inline-text-html-render-with-w3m-standalone.
3333         (mm-text-html-washer-alist): Map w3m-standalone to
3334         gnus-article-wash-html-with-w3m-standalone.
3335         (mm-inline-text-html-render-with-w3m-standalone): New function.
3336
3337 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3338
3339         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3340         Improve LaTeX.
3341
3342 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3345         (nnrss-request-article): Render text/plain parts as HTML.
3346
3347         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3348         the buffer.
3349
3350 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3351
3352         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3353         custom definition of `gnus-posting-styles'.
3354
3355         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3356         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3357
3358 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3359
3360         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3361         Use nntp for bug archive.
3362
3363 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3366         parts.
3367         (nnrss-normalize-date): New function converts ISO 8601 date into
3368         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3369         (nnrss-check-group): Use it.
3370
3371 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3374
3375         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3376         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3377         (nnrss-insert-w3): Ditto.
3378
3379 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3382         the articles to be forwarded including the case where neither a
3383         number of articles nor a region is specified.
3384
3385 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * nnrss.el (nnrss-request-article): Fix last change; fill
3388         text/plain parts.
3389
3390 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3393         in text/plain part.
3394         (nnrss-check-group): Don't add excessive newline to dc:subject.
3395
3396 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3397
3398         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3399         article.
3400
3401 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3402
3403         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3404         (nnml-use-compressed-files, nnml-save-mail): Support other
3405         comression programs such as bzip2.
3406
3407 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * dns.el (query-dns): Make sure we check the buffer size before
3410         removing tcp headers.
3411
3412 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3415         remove MIME buttons associated with multipart/alternative parts.
3416         (gnus-mime-display-alternative): Tag buttons using `article-type'
3417         text property.
3418
3419         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3420         associated with multipart/alternative parts.
3421
3422         * gnus-art.el (gnus-signature-separator): Fix custom type.
3423
3424         * mm-decode.el (mm-inlined-types): Fix custom type.
3425         (mm-keep-viewer-alive-types): Ditto.
3426         (mm-automatic-display): Ditto.
3427         (mm-attachment-override-types): Ditto.
3428         (mm-inline-override-types): Ditto.
3429         (mm-automatic-external-display): Ditto.
3430
3431 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3432
3433         * spam-report.el (spam-report-user-mail-address)
3434         (spam-report-user-agent): New variables.
3435         (spam-report-url-ping-plain): Use spam-report-user-agent.
3436
3437 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3438
3439         * gnus-art.el (gnus-button-handle-custom): Do not just use
3440         `customize-apropos' for any "M-x customize-*" button but the
3441         function called for.  Accept both the function name and its
3442         argument in order to achieve this.
3443         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3444         function name to `gnus-button-handle-custom' in case of "M-x
3445         customize-*" buttons.
3446
3447 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3450         multipart/alternative and add xref to mm-discouraged-alternatives
3451         in doc string.
3452
3453         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3454         gnus-buttonized-mime-types in doc string.
3455
3456 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3457
3458         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3459         Suggest image/.* in the doc string.
3460
3461 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3462
3463         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3464         message-marks (Debian bug #342521).
3465
3466 2005-12-12  Simon Josefsson  <jas@extundo.com>
3467
3468         * password.el (password-read-from-cache): Add.
3469         (password-read): Use it.
3470
3471 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3474         us-ascii as a MIME charset.
3475
3476         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3477         against the case where the 2nd arg TYPE is nil.
3478
3479 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3480
3481         * pop3.el (pop3-stream-type): Fix custom version.
3482
3483         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3484
3485 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3486
3487         * mm-decode.el (mm-display-external): Add missing cdr.
3488
3489 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3492         RFC1524) if it is in mailcap or add a suffix according to
3493         mailcap-mime-extensions when generating a temp filename; postpone
3494         deleting a temp file for 2 seconds for some wrappers, shell
3495         scripts, and so on, which might exit right after having started a
3496         viewer command as a background job.
3497
3498 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3499
3500         * nntp.el (nntp-marks-directory): Fix custom group.
3501
3502         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3503         steps when < 10.
3504
3505         * gnus-start.el (gnus-no-server-1): Mention
3506         `gnus-level-default-subscribed' in doc string.
3507
3508 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3509
3510         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3511         parens.
3512
3513 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-xmas.el (gnus-use-toolbar): Revert.
3516         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3517         gnus-use-toolbar is default.
3518
3519         * messagexmas.el (message-use-toolbar): Revert.
3520         (message-setup-toolbar): Use global default-toolbar if
3521         message-use-toolbar is default.
3522
3523 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3526         according to default-toolbar-visible-p.
3527
3528         * messagexmas.el (message-use-toolbar): Ditto.
3529
3530 2005-11-26  Dave Love  <fx@gnu.org>
3531
3532         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3533         (tls-program, tls-success): Provide openssl alternative.
3534
3535         * starttls.el: Doc fixes.
3536         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3537         SERVICE to PORT.
3538
3539         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3540         port null or service name.
3541         (starttls-negotiate): Autoload.
3542
3543 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * message.el (message-kill-to-signature): Fix interactive spec.
3546
3547 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * pop3.el (pop3-open-server): Recognize a string as a service name.
3550
3551 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3552
3553         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3554
3555 2005-11-23  Dave Love  <fx@gnu.org>
3556
3557         Add pop3s, pop3/starttls.
3558
3559         * pop3.el (pop3-authentication-scheme): Clarify doc.
3560         (open-tls-stream, starttls-open-stream): Autoload.
3561         (pop3-stream-type): New.
3562         (pop3-open-server): Use it.
3563
3564         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3565         for POP.
3566         (mail-source-keyword-map): Add :stream for POP.
3567         (mail-source-fetch-pop): Use pop3-stream-type.
3568
3569 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3572         of current-time-string.
3573
3574 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3575
3576         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3577         date header.
3578
3579 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3580
3581         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3582         it can seriously impact performance as it bypasses the agent's
3583         local caches.
3584
3585 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3586
3587         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3588         must be explicitly online rather than "not explicitly offline" for
3589         its flags to be synchronized.
3590
3591         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3592         that gnus-uu-unmark-thread will function correctly.
3593
3594         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3595         1024K is instead displayed as 1M.
3596
3597 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3600
3601 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3602
3603         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3604
3605 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3606
3607         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3608         error message to display actual error condition.
3609         (gnus-agent-save-local): Avoid saving symbols that are bound to
3610         nil as they simply result in a warning message in
3611         gnus-agent-read-local.
3612
3613 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3616         rather than make-variable-buffer-local for file-precious-flag.
3617
3618 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3619
3620         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3621         for duplicates which are removed.  The invalid sort check then
3622         triggers a rescan after the sort as sorting may have moved
3623         duplicate entries such that they can be cheaply detected.
3624
3625 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3628
3629 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3630
3631         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3632         internal variable to a custom variable.  Changed default value
3633         from compressed(2) to uncompressed(1).
3634         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3635         support for uncompressed agentview files.  Taken together, reading
3636         the agentview file should now be 6-7 times faster.
3637
3638 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3639
3640         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3641         as a buffer-local variable.  This avoids creating truncated
3642         dribble files as a result of a hang up, eg.
3643
3644 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3645
3646         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3647         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3648         XEmacs.
3649
3650 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3651
3652         * gnus-start.el (gnus-start-draft-setup): Enforce
3653         `gnus-draft-mode' for nndraft:drafts at startup.
3654
3655         * gnus.el (gnus-splash): Change custom group.
3656         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3657         allow-list argument.
3658
3659         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3660         string.
3661
3662 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3663
3664         * gnus-art.el (gnus-default-article-saver): Add user-defined
3665         `function' to custom type.
3666
3667 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3668
3669         * imap.el (imap-open): Handle case where buffer is a buffer
3670         object.
3671
3672 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3673
3674         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3675         long lines.
3676         (gnus-cache-delete-group): Wrap doc strings.
3677
3678         * gnus-agent.el (gnus-agent-rename-group)
3679         (gnus-agent-delete-group): Wrap doc strings.
3680
3681
3682 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * messagexmas.el (message-use-toolbar): Change the valid values
3685         into default, top, bottom, left, and right.
3686         (message-toolbar-thickness): New variable.
3687         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3688         well.
3689         (message-setup-toolbar): Make it work.
3690
3691         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3692         (gnus-use-toolbar): Change the valid values into default, top,
3693         bottom, left, and right.
3694         (gnus-toolbar-thickness): New variable.
3695         (gnus-xmas-setup-toolbar): New function.
3696         (gnus-xmas-setup-group-toolbar): Use it.
3697         (gnus-xmas-setup-summary-toolbar): Use it.
3698
3699 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * gnus-start.el (gnus-1): Add "native" to
3702         gnus-predefined-server-alist.
3703
3704         * gnus.el (gnus-method-to-server): Don't add "native" to the
3705         lists here, because that leads to problems when
3706         gnus-select-method is bound.
3707
3708 2005-11-09  Simon Josefsson  <jas@extundo.com>
3709
3710         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3711         use (not sort-by-date) instead.
3712
3713 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3714
3715         * gnus-delay.el (gnus-delay-group): Don't autoload.
3716         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3717         to be re-loaded when customizing the `gnus-delay' group.
3718
3719 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3720
3721         * message.el: Revert last changes.
3722         (message-insert-citation-line): Use newlines.
3723
3724 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3725
3726         * message.el (message-courtesy-message)
3727         (message-mark-insert-begin, message-mark-insert-end)
3728         (message-elide-ellipsis, message-cancel-message)
3729         (message-add-header, message-change-subject)
3730         (message-cross-post-followup-to-header)
3731         (message-cross-post-insert-note, message-reduce-to-to-cc)
3732         (message-widen-reply, message-delete-not-region)
3733         (message-kill-to-signature, message-insert-signature)
3734         (message-insert-importance-high, message-insert-importance-low)
3735         (message-insert-or-toggle-importance)
3736         (message-insert-disposition-notification-to)
3737         (message-indent-citation, message-yank-original)
3738         (message-cite-original-without-signature, message-cite-original)
3739         (message-insert-citation-line, message-position-on-field)
3740         (message-fix-before-sending, message-send-mail-partially)
3741         (message-send-mail, message-send-mail-with-sendmail)
3742         (message-send-mail-with-qmail, message-send-news)
3743         (message-check-news-header-syntax, message-generate-headers)
3744         (message-insert-courtesy-copy, message-fill-address)
3745         (message-fill-header, message-shorten-references)
3746         (message-setup-1, message-cancel-news)
3747         (message-forward-make-body-plain, message-forward-make-body-mime)
3748         (message-forward-make-body-mml, message-encode-message-body)
3749         (message-forward-make-body-digest-plain)
3750         (message-forward-make-body-digest-mime)
3751         (message-use-alternative-email-as-from): Insert `hard-newline'
3752         instead of ordinary newlines.
3753
3754 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * message.el (message-generate-headers): Downcase the argument
3757         given to message-check-element.
3758
3759 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3760
3761         * nntp.el (nntp-authinfo-rejected): New error condition.
3762         (nntp-wait-for): Use new error condition to signal authentication
3763         error.
3764         (nntp-retrieve-data): Rethrow new error condition to break out of
3765         recursive call to nntp-send-authinfo.
3766
3767 2005-11-08  Romain Francoise  <romain@orebokech.com>
3768
3769         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3770         (gnus-summary-exit-map): Bind to `Z p'.
3771         (gnus-summary-make-menu-bar): Add menu item.
3772
3773 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3774
3775         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3776         (gnus-treat-*): Add `first' in all doc strings.
3777
3778         * gnus-group.el (gnus-group-compact-group): Fix typo.
3779
3780 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus.el (gnus-parameters-case-fold-search): New variable.
3783         (gnus-parameters-get-parameter): Use it.
3784
3785         * gnus-score.el (gnus-home-score-file): Doc fix.
3786
3787 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3788
3789         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3790
3791 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * mm-util.el (mm-special-display-p): New function.
3794
3795         * mml.el (mml-preview): Use it; doc fix.
3796
3797 2005-10-29  Romain Francoise  <romain@orebokech.com>
3798
3799         * message.el (message-fix-before-sending): Fix comment.
3800
3801 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3802
3803         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3804
3805 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3806
3807         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3808         Used in gnus-score.el.
3809
3810 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3813
3814 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3815
3816         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3817         whitespace removed in revision 7.8.  Use concatenated string to
3818         protect trailing whitespace.
3819
3820 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
3821
3822         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3823         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3824         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3825         Courier IMAP ("some version from 2004").  Mostly based on similar
3826         code in the same function.
3827
3828 2005-10-26  Didier Verna  <didier@xemacs.org>
3829
3830         * gnus-group.el (gnus-group-compact-group): invalidate original
3831         article buffer.
3832         * gnus-srvr.el (gnus-server-compact-server): ditto.
3833         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3834         NOV database and in article itself.
3835         Invalidate article backlog.
3836
3837 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3838
3839         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3840
3841 2005-10-26  Simon Josefsson  <jas@extundo.com>
3842
3843         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3844         part of 2004-07-25 change.
3845
3846 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * message.el (message-display-completion-list): New function.
3849         (message-expand-group): Use it; make sure the Completions buffer
3850         is modifiable.
3851
3852 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3853
3854         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3855         user-mail-name is an empty string.
3856
3857 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3858
3859         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3860         depending on gnus-score-decay-constant.
3861
3862         * encrypt.el (encrypt-insert-file-contents)
3863         (encrypt-write-file-contents): Don't use `gnus-message'.
3864
3865         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3866         arguments.
3867         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3868         arguments to mm-uu-verbatim-marks-extract.
3869         (mm-uu-hide-markers): New variable.
3870         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3871
3872         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3873         (gnus-convert-image-to-face-command): Use "convert" by default to
3874         allow other input image formats.
3875         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3876         accordingly.
3877
3878 2005-10-23  Simon Josefsson  <jas@extundo.com>
3879
3880         * imap.el (imap-gssapi-program): Align command line parameters
3881         with latest GNU SASL.
3882         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3883
3884 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3887         HTML.
3888         (nnslashdot-request-article): Ditto.
3889
3890         * lpath.el (featurep): Add nobreak-char-display.
3891
3892 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3893
3894         * mail-source.el (mail-source-fetch-pop): Require pop3.
3895         (mail-source-check-pop): Ditto.
3896
3897 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3900         errors.
3901
3902 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3903
3904         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3905         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3906
3907         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3908
3909         * mm-bodies.el (mm-decode-string): Call
3910         `mm-charset-to-coding-system' with allow-override argument.
3911
3912 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3915         (rfc2047-charset-to-coding-system): New function.
3916         (rfc2047-decode-encoded-words): New function.
3917         (rfc2047-decode-region): Use them.
3918         (rfc2047-decode-cte): Remove.
3919         (rfc2047-parse-and-decode): Remove.
3920         (rfc2047-decode): Remove.
3921
3922 2005-10-15  Kenichi Handa  <handa@m17n.org>
3923
3924         * rfc2047.el (rfc2047-decode-cte): New function.
3925         (rfc2047-decode-region): Change the way to decode successive
3926         encoded-words: decode B- or Q-encoding in each encoded-word,
3927         concatenate them, and decode it as charset.
3928
3929 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * lpath.el: Fbind codepage-setup for XEmacs.
3932
3933 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3934
3935         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3936         widget-move-and-invoke.
3937         (gnus-custom-mode): Use gnus-custom-map.
3938
3939 2005-10-15  Bill Wohler  <wohler@newt.com>
3940
3941         * message.el (message-tool-bar-map): Renamed image file from
3942         mail_send to mail/send.
3943
3944 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3945
3946         * message.el (message-expand-group): Pass the common
3947         prefix substring of completion to `display-completion-list'.
3948
3949 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3950
3951         * mml-sec.el (mml-secure-method): New internal variable.
3952         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3953         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3954         functions using mml-secure-method.
3955
3956         * mml.el (mml-mode-map): Add key bindings for those functions.
3957         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3958         Harder <harder@myrealbox.com>.
3959         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3960         end of message if point is the headers of the message.
3961
3962         * message.el (message-in-body-p): New function.
3963
3964         * assistant.el: Autoload gnus-util and netrc.
3965
3966         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3967         Use `mm-charset-override-alist' only when decoding.
3968
3969         * mm-bodies.el (mm-decode-body): Call
3970         `mm-charset-to-coding-system' with allow-override argument.
3971
3972         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3973         `filename' from Content-Disposition if Content-Type doesn't
3974         provide `name'.
3975         (gnus-mime-view-part-as-type): Set default instead of
3976         initial-input.
3977
3978 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3979
3980         * format-spec.el (format-spec): Propagate text properties of % spec.
3981
3982 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3983
3984         * gnus-art.el (gnus-treat-predicate): Add `first'.
3985
3986 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3989         (mm-charset-override-alist): New variable.
3990         (mm-charset-to-coding-system): Use it.
3991         (mm-codepage-setup): New helper function.
3992         (mm-charset-eval-alist): New variable.
3993         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3994         about unknown charsets.
3995
3996         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3997
3998 2005-10-04  David Hansen  <david.hansen@gmx.net>
3999
4000         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4001         (nnrss-check-group): Ditto.
4002
4003 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4004
4005         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4006         Rename x-gnus-verbatim to x-verbatim.
4007         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4008
4009         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4010         x-verbatim.
4011
4012         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4013
4014         * gnus-util.el (gnus-remove-duplicates): Remove.
4015
4016         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4017         instead of gnus-remove-duplicates.
4018
4019         * message.el (message-remove-duplicates): Remove.
4020         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4021         message-remove-duplicates.
4022
4023         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4024         available, else use implementation from `delete-dups'.
4025
4026         * message.el (message-insert-expires): New function.
4027         (message-mode-map): Add key binding.
4028         (message-mode-field-menu): Add menu entry.
4029         (message-mode): Document it.
4030         (message-make-expires-date): Use `message-make-date'.
4031
4032 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4033
4034         * message.el (message-make-expires-date): New function.
4035
4036 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * Makefile.in (list-installed-shadows): New entry.
4039         (install): Use it.
4040         (remove-installed-shadows): New entry.
4041
4042         * dgnushack.el (dgnushack-default-load-path): New variable.
4043         (dgnushack-find-lisp-shadows): New function.
4044         (dgnushack-remove-lisp-shadows): New function.
4045
4046 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * Makefile.in (install-el-elc): New entry.
4049         (install): Use it so that .el files are necessarily installed.
4050
4051 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4054
4055 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4056
4057         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4058         function rather than the diff-mode.el package.
4059         (mm-display-external): Use with-current-buffer.
4060         (mm-viewer-completion-map, mm-viewer-completion-map):
4061         Move initialization inside declaration.
4062
4063 2005-09-29  Simon Josefsson  <jas@extundo.com>
4064
4065         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4066         autoload mail-check-payment.
4067         (spam-check-hashcash): Define unconditionally, since hashcash.el
4068         is part of Gnus now.  Ignore errors from payment checking.
4069
4070 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4071
4072         * message.el (message-bold-region, message-unbold-region): Rename
4073         from `bold-region' and `unbold-region'.
4074
4075         * message.el: Remove useless autoloads.
4076
4077 2005-09-28  Simon Josefsson  <jas@extundo.com>
4078
4079         * message.el (message-use-idna): Default to t.
4080         (message-use-idna): Test whether encoding works too.  Doc fix.
4081
4082 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * nntp.el (nntp-warn-about-losing-connection): Remove.
4085
4086 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4087
4088         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4089         customizable.  Change default value.
4090         (mm-uu-diff-groups-regexp): Change default value.
4091         (mm-uu-type-alist): Add doc string.
4092         (mm-uu-configure): Add doc string.  Make it interactive.
4093         (mm-uu-tex-groups-regexp): New variable.
4094         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4095         (mm-uu-type-alist): Add LaTeX documents.
4096         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4097         of "text/verbatim".
4098         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4099
4100         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4101         instead of "text/verbatim".
4102
4103         * message.el (message-mark-inserted-region)
4104         (message-mark-insert-file): Use slrn style marks when called with
4105         prefix argument.
4106
4107 2005-09-27  Simon Josefsson  <jas@extundo.com>
4108
4109         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4110
4111 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4112
4113         * message.el (message-remove-duplicates): New function.
4114         Implementation borrowed from `gnus-remove-duplicates'.
4115         (message-idna-to-ascii-rhs): Also encode idna addresses in
4116         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4117         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4118         only ask about the same idna domain once per header and also tell
4119         in what header to replace the idna domain.
4120
4121         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4122         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4123         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4124         a header is decoded and not just the last one.
4125
4126 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4129         has been decoded.
4130
4131         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4132         (mm-insert-part): Don't modify text if it has been decoded.
4133
4134         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4135         decoded.
4136
4137         * mm-view.el (mm-inline-text): Don't strip text props unless
4138         decoding enriched or richtext parts.
4139
4140 2005-09-25  Romain Francoise  <romain@orebokech.com>
4141
4142         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4143         * gnus-start.el (gnus-subscribe-interactively):
4144         * gnus-uu.el (gnus-uu-grab-articles):
4145         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4146         space.
4147
4148 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4149
4150         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4151         * mm-view.el (mm-view-pkcs7-decrypt):
4152         * gnus-sum.el (gnus-summary-limit-to-extra)
4153         (gnus-summary-respool-article, gnus-read-move-group-name):
4154         * gnus-score.el (gnus-summary-increase-score):
4155         * gnus-util.el (gnus-completing-read-with-default):
4156         * gnus-art.el (gnus-read-save-file-name)
4157         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4158         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4159         * message.el (message-check-news-header-syntax):
4160         Follow convention for reading with the minibuffer.
4161
4162 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4163
4164         * spam-report.el (spam-report-url-ping-plain):
4165         Use gnus-extended-version as User-Agent.
4166
4167         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4168         default value is nil.
4169
4170         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4171         (mm-uu-verbatim-marks-extract): New function.
4172         (mm-uu-extract): New face.
4173         (mm-uu-copy-to-buffer): Use it.
4174
4175         * spam-report.el (spam-report-gmane-ham): Renamed from
4176         `spam-report-gmane-unspam'.
4177         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4178         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4179
4180         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4181         Autoload.
4182         (spam-report-gmane-unregister-routine): Renamed
4183         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4184
4185 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4186
4187         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4188         (spam-report-gmane-unregister-routine): Add support for gmane
4189         unregistration.
4190
4191         * spam-report.el (spam-report-gmane-unspam)
4192         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4193         (spam-report-gmane): Change to take a single article and do unspam
4194         registration.
4195
4196 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4197
4198         * mm-url.el (mm-url-decode-entities): Fix regexp.
4199
4200 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4203         default to nil, to be able to use Gnus at all.  If the default
4204         switches to something else, then the function should be fixed not
4205         be exceedingly slow.
4206
4207 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4208
4209         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4210         fail hard.
4211
4212         * spam-report.el: Add better Keywords line.
4213
4214         * spam.el: Add Maintainer and better Keywords line.
4215
4216 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * gnus-art.el (gnus-article-replace-part)
4219         (gnus-mime-replace-part): New functions.
4220         (gnus-mime-action-alist, gnus-mime-button-commands)
4221         (gnus-mime-save-part-and-strip): Added file argument.
4222         (gnus-article-part-wrapper): Added interactive argument.
4223
4224         * gnus-sum.el (gnus-summary-mime-map): Add
4225         `gnus-article-replace-part'.
4226
4227 2005-09-19  Didier Verna  <didier@xemacs.org>
4228
4229         The nnml compaction feature:
4230         * nnml.el (nnml-request-compact-group): New function.
4231         * nnml.el (nnml-request-compact): New function.
4232         * gnus-int.el (gnus-request-compact-group): New function.
4233         * gnus-int.el (gnus-request-compact): New function.
4234         * gnus-group.el (gnus-group-compact-group): New function.
4235         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4236         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4237         * gnus-srvr.el (gnus-server-compact-server): New function.
4238         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4239         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4240
4241 2005-09-18  Deepak Goel  <deego@gnufans.org>
4242
4243         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4244         format spec.
4245
4246 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4249
4250 2005-09-15  Romain Francoise  <romain@orebokech.com>
4251
4252         * message.el (message-fill-paragraph): Clarify docstring.
4253
4254 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * gnus-art.el (gnus-mime-display-part): Protect against broken
4257         MIME messages.
4258
4259 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4262         before parsing header.
4263
4264 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4265
4266         * html2text.el: (html2text-replace-list): Add new entities.
4267
4268 2005-09-11  Romain Francoise  <romain@orebokech.com>
4269
4270         * message.el (message-alternative-emails): Improve docstring.
4271         (message-setup-1): Call `message-use-alternative-email-as-from'
4272         after `message-setup-hook' to give it precedence over posting
4273         styles, etc.
4274         (message-use-alternative-email-as-from): Add docstring.  Remove
4275         the original From header if present.
4276
4277         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4278         (nnml-save-mail): Use it.
4279
4280         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4281         articles.  Add new argument `silent'.
4282         (gnus-uu-mark-all): Report the total number of marked articles.
4283
4284 2005-09-10  Romain Francoise  <romain@orebokech.com>
4285
4286         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4287         (gnus-uu-mark-series): Likewise.
4288
4289 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4290
4291         * spam-report.el (spam-report-gmane): Fix generation of spam
4292         report URL.
4293
4294 2005-09-10  Simon Josefsson  <jas@extundo.com>
4295
4296         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4297         t, based on discussion on the ding list with Robert Epprecht
4298         <epprecht@solnet.ch>.
4299
4300 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4301
4302         * spam-report.el (spam-report-gmane): Make it work without
4303         X-Report-Spam header.  Gmane now only provides Archived-At.
4304         This is only used if `spam-report-gmane-use-article-number' is nil.
4305         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4306
4307         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4308         make `gnus-summary-sort-by-recipient' work with threading.
4309
4310         * nnweb.el (nnweb-google-wash-article): Print a message if article
4311         is not available.
4312
4313 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4314
4315         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4316         change.  Decode text/* parts content before displaying.
4317
4318 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4319
4320         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4321
4322 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4325
4326         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4327         url-package-name, url-package-version,
4328         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4329         w3m-display-inline-images, and w3m-minor-mode-map.
4330
4331 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4332
4333         * message.el (message-tab-body-function): Fixed mismatched custom
4334         type.
4335
4336         * gnus.el (gnus-group-change-level-function): Ditto.
4337
4338         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4339
4340         * gnus-art.el (gnus-signature-limit)
4341         (gnus-article-mime-part-function): Ditto.
4342
4343 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * mml.el (mml-mode): Silence the byte compiler.
4346
4347         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4348         using `(sit-for 0)' before moving the point to the specified part;
4349         skip unbuttonized parts.
4350         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4351         return to the summary window if gnus-auto-select-part is non-nil.
4352
4353 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4354
4355         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4356         variables.
4357         (mml-dnd-attach-file, mml-mode): Use them.
4358
4359         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4360         Make fetching article by MID work again for Google Groups.  Added
4361         FIXME concerning gnus-group-make-web-group.
4362
4363         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4364         Don't depend on Gnus by using mail-extract-address-components if
4365         gnus-extract-address-components is not bound.
4366
4367 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * gnus-art.el (gnus-mime-display-security): Don't display the
4370         signature, but only the signed part.
4371
4372 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4375
4376         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4377         list, not listp.
4378
4379 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4380
4381         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4382         when encoding.
4383
4384         * mm-bodies.el (mm-decode-content-transfer-encoding):
4385         De-canonicalize CRLF for all text content types, not just
4386         text/plain.
4387
4388 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4391         valid article; point arrow and cursor at the MIME button.
4392
4393 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4394
4395         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4396         Suggested by Dan Christensen <jdc@uwo.ca>.
4397
4398         * mm-decode.el (mm-save-part): Enable change of prompt.
4399
4400 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4401
4402         * gnus-msg.el (gnus-inews-add-send-actions): Made
4403         `message-post-method' lambda parameter ARG `&optional'.
4404
4405 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4406
4407         * gnus-sum.el (gnus-summary-mime-map): Added
4408         gnus-article-save-part-and-strip, gnus-article-delete-part and
4409         gnus-article-jump-to-part.
4410
4411         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4412         (gnus-article-edit-part): Use it.
4413         (gnus-article-part-wrapper): Added no-handle argument.
4414         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4415         functions.
4416
4417 2005-08-29  Romain Francoise  <romain@orebokech.com>
4418
4419         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4420         docstring.
4421         (gnus-face-from-file): Likewise.
4422
4423 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4424
4425         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4426         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4427         non-nil.
4428         (gnus-auto-select-part): New variable.
4429         (gnus-article-jump-to-part): New function.
4430         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4431         (gnus-mime-delete-part): Allow selecting specified part after
4432         deleting or stripping parts.
4433         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4434         part if argument is bogus.
4435
4436 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4437
4438         * gnus-art.el (w3m-minor-mode-map):
4439         * gnus-spec.el (gnus-newsrc-file-version):
4440         * gnus-util.el (nnmail-active-file-coding-system)
4441         (gnus-original-article-buffer, gnus-user-agent):
4442         * gnus.el (gnus-ham-process-destinations)
4443         (gnus-parameter-ham-marks-alist)
4444         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4445         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4446         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4447         * mm-decode.el (gnus-current-window-configuration):
4448         * mm-extern.el (gnus-article-mime-handles):
4449         * mm-url.el (url-current-object, url-package-name)
4450         (url-package-version):
4451         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4452         (smime-keys, w3m-cid-retrieve-function-alist)
4453         (w3m-current-buffer, w3m-display-inline-images)
4454         (w3m-minor-mode-map):
4455         * mml-smime.el (gnus-extract-address-components):
4456         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4457         (gnus-newsrc-hashtb, message-default-charset)
4458         (message-deletable-headers, message-options)
4459         (message-posting-charset, message-required-mail-headers)
4460         (message-required-news-headers):
4461         * mml1991.el (mc-pgp-always-sign):
4462         * mml2015.el (mc-pgp-always-sign):
4463         * nnheader.el (nnmail-extra-headers):
4464         * rfc1843.el (gnus-decode-encoded-word-function)
4465         (gnus-decode-header-function, gnus-newsgroup-name):
4466         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4467
4468 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4469
4470         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4471         the end of the date treatments.
4472
4473 2005-08-15  Simon Josefsson  <jas@extundo.com>
4474
4475         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4476         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4477         Capello and Romain Francoise.
4478         (pgg-fetch-key-function): Removed, not used?
4479         (pgg-insert-url-with-w3): Require url, to get
4480         url-insert-file-contents regardless of where it is defined.
4481
4482 2005-08-13  Romain Francoise  <romain@orebokech.com>
4483
4484         * message.el (message-cite-original-1): New function.
4485         (message-cite-original): Use it.
4486         (message-cite-original-without-signature): Ditto.
4487
4488 2005-08-08  Romain Francoise  <romain@orebokech.com>
4489
4490         * message.el (message-yank-empty-prefix): New variable.
4491         (message-indent-citation): Use it.
4492         (message-cite-original-without-signature): Respect X-No-Archive.
4493
4494 2005-08-08  Simon Josefsson  <jas@extundo.com>
4495
4496         * pgg.el: Autoload url-insert-file-contents instead of loading
4497         w3/url.
4498         (pgg-insert-url-with-w3): Don't load url here.
4499
4500 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4501
4502         * message.el (message-kill-to-signature): Don't insert newline at
4503         bol.
4504         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4505
4506 2005-08-06  Romain Francoise  <romain@orebokech.com>
4507
4508         * message.el (message-user-fqdn): Fix typo in docstring.
4509
4510 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4511
4512         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4513
4514         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4515
4516 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * mm-bodies.el (mm-encode-body): Use coding system rather than
4519         charset to encode text.
4520
4521         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4522         number of charsets if utf-8 is available (XEmacs).
4523
4524 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4525
4526         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4527         taken from `gnus-button-mid-or-mail-regexp'.
4528         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4529         (gnus-button-alist): Improve regexp for domain part of the MIDs
4530         for news:localpart@domain buttons.
4531         (gnus-button-ctan-directory-regexp): Update.
4532
4533 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * sieve-manage.el (sieve-manage-interactive-login): Use
4536         make-local-variable rather than make-variable-buffer-local.
4537         (sieve-manage-open): Ditto.
4538         (sieve-manage-authenticate): Ditto.
4539
4540         * mml.el (mml-generate-mime-1): Make the content type default to
4541         text/plain if the filename is not specified.
4542
4543 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4546         instead of insert-buffer.
4547
4548         * message.el (message-yank-original): Ditto; set the mark at the
4549         end of the yanked message.
4550
4551 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4554         lines to scroll rather than to stop it.
4555
4556         * mml.el (mml-generate-default-type): Add doc string.
4557         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4558         default to application/octet-stream when determining the content
4559         type if it is not specified for the part or the mml contents; add
4560         a comment about mml-generate-default-type.
4561
4562 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4565         make it default to application/octet-stream when determining the
4566         content type if it is not specified for the external contents.
4567
4568 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4571         segmented parameter but also other parameters might be there.
4572
4573 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * mm-decode.el (mm-display-external): Delete temp file, directory
4576         and buffer immediately if the external process is exited.
4577
4578 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4581         fewer lines than that of scroll-margin.
4582         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4583
4584 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * gnus-art.el (gnus-article-next-page): Revert.
4587         (gnus-article-beginning-of-window): New macro.
4588         (gnus-article-next-page-1): Use it.
4589         (gnus-article-prev-page): Ditto.
4590         (gnus-article-edit-part): Use insert-buffer-substring instead of
4591         insert-buffer.
4592         (gnus-article-edit-exit): Ditto.
4593
4594         * gnus-util.el (gnus-beginning-of-window): Remove.
4595         (gnus-end-of-window): Remove.
4596
4597         * lpath.el: Don't bind header-line-format and scroll-margin.
4598
4599 2005-07-25  Simon Josefsson  <jas@extundo.com>
4600
4601         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4602         to have the url package without w3.  Reported by Daiki Ueno
4603         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4604
4605 2005-07-20  Didier Verna  <didier@xemacs.org>
4606
4607         * gnus-diary.el: Remove the description comment (nndiary is now
4608         properly documented in the Gnus manual).
4609         Fix the spelling of "Back End".
4610         * nndiary.el: Ditto.
4611         Fix the copyright notice.
4612
4613 2005-07-18  Romain Francoise  <romain@orebokech.com>
4614
4615         * gnus-sum.el (gnus-summary-to-prefix,
4616         gnus-summary-newsgroup-prefix): New variables.
4617         (gnus-summary-from-or-to-or-newsgroups): Use them.
4618
4619 2005-07-17  Romain Francoise  <romain@orebokech.com>
4620
4621         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4622         space as it's generally not especially interesting to the user.
4623
4624 2005-07-16  Romain Francoise  <romain@orebokech.com>
4625
4626         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4627         nil to avoid prompting and file modification if one of the
4628         messages at the top of the nnfolder file contains a copyright
4629         notice.
4630         Update copyright notice.
4631
4632         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4633         instead of `current-time-string' as the latter creates a time
4634         string that is not RFC 2822 compliant (it lacks the zone).
4635         Update copyright notice.
4636
4637 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4638
4639         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4640         for text/rtf.  Display default in prompt.  Pass default for M-n.
4641
4642         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4643
4644 2005-07-16  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-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4653         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4654         (gnus-article-prev-page): Ditto.
4655
4656         * gnus-util.el (gnus-beginning-of-window): New function.
4657         (gnus-end-of-window): New function.
4658
4659         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4660
4661 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4662
4663         * gnus-score.el (gnus-score-edit-all-score): Set
4664         gnus-score-edit-exit-function to gnus-score-edit-done and call
4665         gnus-message.
4666
4667 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668
4669         * gnus-msg.el (gnus-button-mailto): Remove
4670         save-selected-window-window hackery because it relies on
4671         save-selected-window internals.
4672
4673 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4676         add-minor-mode.
4677         (gnus-binary-mode): Ditto.
4678
4679         * gnus-topic.el (gnus-topic-mode): Ditto.
4680
4681 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4682
4683         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4684         (gnus-article-prev-page): Take scroll-margin into consideration.
4685
4686 2005-07-04  Lute Kamstra  <lute@gnu.org>
4687
4688         Update FSF's address in GPL notices.
4689
4690 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4691
4692         * gnus.el (gnus-exit):
4693         * gnus-group.el (gnus-group-icons):
4694         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4695
4696         * gnus-nocem.el (gnus-nocem):
4697         * message.el (message-various, message-buffers, message-sending)
4698         (message-interface, message-forwarding, message-insertion)
4699         (message-headers, message-news, message-mail):
4700         * pgg-gpg.el (pgg-gpg):
4701         * pgg-parse.el (pgg-parse):
4702         * pgg-pgp.el (pgg-pgp):
4703         * pgg-pgp5.el (pgg-pgp5):
4704         * pop3.el (pop3): Finish `defgroup' description with period.
4705
4706 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * gnus-art.el (article-display-face): Improve the efficiency.
4709         (article-display-x-face): Ditto; remove grey x-face stuff.
4710
4711 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * gnus-art.el (article-display-face): Correct the position in
4714         which Faces are inserted.
4715
4716 2005-06-29  Didier Verna  <didier@xemacs.org>
4717
4718         * gnus-art.el (article-display-face): Display faces in correct
4719         order.
4720
4721 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4724         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4725         (gnus-nocem-check-article): Fetch the Type header.
4726         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4727         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4728         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4729         make sure gnus-nocem-hashtb is initialized.
4730         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4731         (gnus-nocem-unwanted-article-p): Ditto.
4732
4733         * pgg.el (pgg-verify): Return the verification result.
4734
4735 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4738         is ascii.
4739
4740 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4741
4742         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4743         `show-nonbreak-escape'.
4744
4745 2005-06-23  Lute Kamstra  <lute@gnu.org>
4746
4747         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4748
4749         * dig.el (dig-mode):
4750         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4751
4752 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4753
4754         * nnimap.el (nnimap-split-download-body): Fix spellings.
4755
4756 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4757
4758         * gnus-art.el (gnus-article-encrypt-body):
4759         * gnus-cus.el (gnus-score-customize):
4760         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4761         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4762
4763 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4764
4765         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4766         header by looking for magic "MII" at the beginnig.
4767
4768 2005-06-16  Miles Bader  <miles@gnu.org>
4769
4770         * gnus-xmas.el (gnus-xmas-group-startup-message):
4771         Use renamed gnus-splash face.
4772
4773         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4774         (assistant-field-face): New backward-compatibility alias for renamed
4775         face.
4776         (assistant-render-text): Use renamed assistant-field face.
4777
4778         * spam.el (spam): Remove "-face" suffix from face name.
4779         (spam-face): New backward-compatibility alias for renamed face.
4780         (spam-face, spam-initialize): Use renamed spam face.
4781
4782         * message.el (message-header-to, message-header-cc)
4783         (message-header-subject, message-header-newsgroups)
4784         (message-header-other, message-header-name)
4785         (message-header-xheader, message-separator, message-cited-text)
4786         (message-mml): Remove "-face" suffix from face names.
4787         (message-header-to-face, message-header-cc-face)
4788         (message-header-subject-face, message-header-newsgroups-face)
4789         (message-header-other-face, message-header-name-face)
4790         (message-header-xheader-face, message-separator-face)
4791         (message-cited-text-face, message-mml-face):
4792         New backward-compatibility aliases for renamed faces.
4793         (message-font-lock-keywords): Use renamed message faces.
4794
4795         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4796         (sieve-test-commands, sieve-tagged-arguments):
4797         Remove "-face" suffix from face names.
4798         (sieve-control-commands-face, sieve-action-commands-face)
4799         (sieve-test-commands-face, sieve-tagged-arguments-face):
4800         New backward-compatibility aliases for renamed faces.
4801         (sieve-control-commands-face, sieve-action-commands-face)
4802         (sieve-test-commands-face, sieve-tagged-arguments-face):
4803         Use renamed sieve faces.
4804
4805         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4806         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4807         (gnus-group-news-3-empty, gnus-group-news-4)
4808         (gnus-group-news-4-empty, gnus-group-news-5)
4809         (gnus-group-news-5-empty, gnus-group-news-6)
4810         (gnus-group-news-6-empty, gnus-group-news-low)
4811         (gnus-group-news-low-empty, gnus-group-mail-1)
4812         (gnus-group-mail-1-empty, gnus-group-mail-2)
4813         (gnus-group-mail-2-empty, gnus-group-mail-3)
4814         (gnus-group-mail-3-empty, gnus-group-mail-low)
4815         (gnus-group-mail-low-empty, gnus-summary-selected)
4816         (gnus-summary-cancelled, gnus-summary-high-ticked)
4817         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4818         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4819         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4820         (gnus-summary-low-undownloaded)
4821         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4822         (gnus-summary-low-unread, gnus-summary-normal-unread)
4823         (gnus-summary-high-read, gnus-summary-low-read)
4824         (gnus-summary-normal-read, gnus-splash):
4825         Remove "-face" suffix from face names.
4826         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4827         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4828         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4829         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4830         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4831         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4832         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4833         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4834         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4835         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4836         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4837         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4838         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4839         (gnus-summary-normal-ticked-face)
4840         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4841         (gnus-summary-normal-ancient-face)
4842         (gnus-summary-high-undownloaded-face)
4843         (gnus-summary-low-undownloaded-face)
4844         (gnus-summary-normal-undownloaded-face)
4845         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4846         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4847         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4848         (gnus-splash-face):
4849         New backward-compatibility aliases for renamed faces.
4850         (gnus-group-startup-message): Use renamed gnus faces.
4851
4852         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4853         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4854         (gnus-server-agent): Remove "-face" suffix from face names.
4855         (gnus-server-agent-face, gnus-server-opened-face)
4856         (gnus-server-closed-face, gnus-server-denied-face)
4857         (gnus-server-offline-face):
4858         New backward-compatibility aliases for renamed faces.
4859         (gnus-server-agent-face, gnus-server-opened-face)
4860         (gnus-server-closed-face, gnus-server-denied-face)
4861         (gnus-server-offline-face): Use renamed gnus faces.
4862
4863         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4864         Remove "-face" suffix from face names.
4865         (gnus-picon-xbm-face, gnus-picon-face):
4866         New backward-compatibility aliases for renamed faces.
4867
4868         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4869         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4870         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4871         (gnus-cite-11): Remove "-face" suffix from face names.
4872         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4873         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4874         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4875         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4876         New backward-compatibility aliases for renamed faces.
4877         (gnus-cite-attribution-face, gnus-cite-face-list)
4878         (gnus-article-boring-faces): Use renamed gnus faces.
4879
4880         * gnus-art.el (gnus-signature, gnus-header-from)
4881         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4882         (gnus-header-content): Remove "-face" suffix from face names.
4883         (gnus-signature-face, gnus-header-from-face)
4884         (gnus-header-subject-face, gnus-header-newsgroups-face)
4885         (gnus-header-name-face, gnus-header-content-face):
4886         New backward-compatibility aliases for renamed faces.
4887         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4888
4889         * gnus-sum.el (gnus-summary-selected-face)
4890         (gnus-summary-highlight): Use renamed gnus faces.
4891         * gnus-group.el (gnus-group-highlight): Likewise.
4892
4893 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4894
4895         * gnus-sieve.el (gnus-sieve-article-add-rule):
4896         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4897         * spam-stat.el (spam-stat-buffer-change-to-spam)
4898         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4899
4900         * message.el (message-is-yours-p):
4901         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4902
4903 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * mm-view.el (mm-inline-text): Withdraw the last change.
4906
4907 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4910         executing enriched-decode.
4911
4912 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4915         charset of tar files.
4916
4917 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4918
4919         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4920
4921 2005-06-04  Lute Kamstra  <lute@gnu.org>
4922
4923         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4924         information is never recorded.
4925
4926 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4927
4928         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4929
4930 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * pop3.el (pop3-apop): Run md5 in the binary mode.
4933
4934         * starttls.el (starttls-set-process-query-on-exit-flag):
4935         Use eval-and-compile.
4936
4937 2005-05-31  Simon Josefsson  <jas@extundo.com>
4938
4939         * smime.el (smime-replace-in-string): Define.
4940         (smime-cert-by-ldap-1): Use it.
4941
4942 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * gnus-art.el (article-display-x-face): Replace
4945         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4946
4947         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4948         set-process-query-on-exit-flag or process-kill-without-query.
4949
4950         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4951         loop instead of replace-regexp.
4952
4953         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4954         instead of process-kill-without-query if it is available.
4955
4956         * lpath.el: Fbind ldap-search-entries.
4957
4958         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4959         instead of find-file-hooks if it is available.
4960
4961         * mml1991.el: Bind pgg-default-user-id when compiling.
4962
4963         * mml2015.el: Bind pgg-default-user-id when compiling.
4964
4965         * nndraft.el (nndraft-request-associate-buffer):
4966         Use write-contents-functions instead of write-contents-hooks if it is
4967         available.
4968
4969         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4970         instead of find-file-hooks if it is available.
4971
4972         * nntp.el (nntp-open-connection): Replace
4973         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4974         (nntp-open-ssl-stream): Ditto.
4975         (nntp-open-tls-stream): Ditto.
4976
4977         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4978         set-process-query-on-exit-flag or process-kill-without-query.
4979         (starttls-open-stream-gnutls): Use it instead of
4980         process-kill-without-query.
4981         (starttls-open-stream): Ditto.
4982
4983 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4984
4985         * smime.el (smime-cert-by-ldap-1): Don't use
4986         replace-regexp-in-string.
4987
4988 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4989
4990         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4991
4992         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4993         in PEM format. Adjust to the XEmacs compability.
4994
4995 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4996
4997         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4998         by `string-to-number'.
4999         * gnus-agent.el (gnus-agent-regenerate-group)
5000         (gnus-agent-fetch-articles): Ditto.
5001         * gnus-art.el (gnus-button-fetch-group): Ditto.
5002         * gnus-cache.el (gnus-cache-generate-active)
5003         (gnus-cache-articles-in-group): Ditto.
5004         * gnus-group.el (gnus-group-set-current-level)
5005         (gnus-group-insert-group-line): Ditto.
5006         * gnus-score.el (gnus-score-set-expunge-below)
5007         (gnus-score-set-mark-below, gnus-summary-score-effect)
5008         (gnus-summary-score-entry): Ditto.
5009         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5010         (gnus-soup-pack): Ditto.
5011         * gnus-spec.el (gnus-xmas-format): Ditto.
5012         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5013         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5014         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5015         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5016         * nndb.el (nndb-get-remote-expire-response): Ditto.
5017         * nndiary.el (nndiary-parse-schedule-value)
5018         (nndiary-string-to-number, nndiary-request-replace-article)
5019         (nndiary-request-article): Ditto.
5020         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5021         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5022         * nneething.el (nneething-make-head): Ditto.
5023         * nnfolder.el (nnfolder-request-article)
5024         (nnfolder-retrieve-headers): Ditto.
5025         * nnheader.el (nnheader-file-to-number): Ditto.
5026         * nnkiboze.el (nnkiboze-request-article): Ditto.
5027         * nnmail.el (nnmail-process-unix-mail-format)
5028         (nnmail-process-babyl-mail-format): Ditto.
5029         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5030         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5031         (nnmh-request-create-group, nnmh-request-list-1)
5032         (nnmh-request-group, nnmh-request-article): Ditto.
5033         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5034         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5035         * nnsoup.el (nnsoup-make-active): Ditto.
5036         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5037         * nntp.el (nntp-find-group-and-number)
5038         (nntp-retrieve-headers-with-xover): Ditto.
5039         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5040         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5041         (pgg-format-key-identifier): Ditto.
5042         * pop3.el (pop3-last, pop3-stat): Ditto.
5043         * qp.el (quoted-printable-decode-region): Ditto.
5044
5045         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5046         of concat.
5047
5048 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5051
5052         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5053
5054         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5055
5056         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5057
5058         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5059
5060         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5061
5062         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5063         (gnus-carpal-mode): Ditto.
5064
5065         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5066         (gnus-browse-mode): Ditto.
5067
5068         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5069
5070         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5071
5072 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5073
5074         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5075
5076 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-util.el (gnus-run-mode-hooks): New function.
5079
5080         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5081
5082         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5083         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5084
5085 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5086
5087         * gnus-agent.el (gnus-agent-make-mode-line-string):
5088         Use mode-line-highlight as mouse-face.
5089
5090 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * canlock.el (canlock): Change the parent group to news.
5093
5094         * deuglify.el (gnus-outlook-deuglify): Add :group.
5095
5096         * dig.el (dig): Add :group.
5097
5098         * dns-mode.el (dns-mode): Add :group.
5099
5100         * encrypt.el (encrypt): Add :group.
5101
5102         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5103         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5104         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5105         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5106         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5107
5108         * gnus-diary.el (gnus-diary): Add :group.
5109
5110         * gnus.el (gnus-group-news-1-face): Add :group.
5111         (gnus-group-news-1-empty-face): Ditto.
5112         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5113         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5114         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5115         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5116         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5117         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5118         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5119         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5120         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5121         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5122         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5123         (gnus-summary-high-ticked-face): Ditto.
5124         (gnus-summary-low-ticked-face): Ditto.
5125         (gnus-summary-normal-ticked-face): Ditto.
5126         (gnus-summary-high-ancient-face): Ditto.
5127         (gnus-summary-low-ancient-face): Ditto.
5128         (gnus-summary-normal-ancient-face): Ditto.
5129         (gnus-summary-high-undownloaded-face): Ditto.
5130         (gnus-summary-low-undownloaded-face): Ditto.
5131         (gnus-summary-normal-undownloaded-face): Ditto.
5132         (gnus-summary-high-unread-face): Ditto.
5133         (gnus-summary-low-unread-face): Ditto.
5134         (gnus-summary-normal-unread-face): Ditto.
5135         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5136         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5137
5138         * hashcash.el (hashcash): New custom group.
5139         (hashcash-default-payment): Add :group.
5140         (hashcash-payment-alist): Ditto.
5141         (hashcash-default-accept-payment): Ditto.
5142         (hashcash-accept-resources): Ditto.
5143         (hashcash-path): Ditto.
5144         (hashcash-extra-generate-parameters): Ditto.
5145         (hashcash-double-spend-database): Ditto.
5146         (hashcash-in-news): Ditto.
5147
5148         * message.el (message-minibuffer-local-map): Add :group.
5149
5150         * netrc.el (netrc): Add :group.
5151
5152         * sieve-manage.el (sieve-manage-log): Add :group.
5153         (sieve-manage-default-user): Diito.
5154         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5155         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5156         (sieve-manage-authenticators): Ditto.
5157         (sieve-manage-authenticator-alist): Ditto.
5158         (sieve-manage-default-port): Ditto.
5159
5160         * sieve-mode.el (sieve-control-commands-face): Add :group.
5161         (sieve-action-commands-face): Ditto.
5162         (sieve-test-commands-face): Ditto.
5163         (sieve-tagged-arguments-face): Ditto.
5164
5165         * smime.el (smime): Add :group.
5166
5167         * spam-report.el (spam-report): Add :group.
5168
5169         * spam.el (spam, spam-face): Add :group.
5170
5171 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5172
5173         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5174         return \n.\n.\n at the end of articles.  Protect against that.
5175         (nntp-with-open-group): Allow debugging.
5176
5177         * nnheader.el (mail-header-set-extra): Make into a function
5178         because I just could't understand how to quote the list properly.
5179
5180         * dns.el (query-dns-cached): New function.
5181
5182 2005-05-26  Lute Kamstra  <lute@gnu.org>
5183
5184         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5185
5186 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5189
5190         * gnus-art.el: Don't autoload mail-extract-address-components.
5191
5192         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5193         eval-and-compile to evaluate it.
5194
5195         * hashcash.el: Don't autoload executable-find.
5196
5197         * nndb.el: Don't declare the nndb back end two or more times; don't
5198         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5199
5200         * nntp.el: Autoload format-spec instead of format; use
5201         eval-and-compile to evaluate autoload forms.
5202
5203 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5204
5205         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5206
5207 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * gnus.el (gnus-version-number): Bump version.
5210
5211 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5212
5213         * gnus.el: No Gnus v0.3 is released.
5214
5215 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216
5217         * lpath.el (featurep): Bind show-nonbreak-escape.
5218
5219 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * gnus-art.el (gnus-article-edit-part): Disable undo.
5222
5223 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5226         gnus-article-date-lapsed-new-header is t if date timer is active;
5227         skip headers in which the original date value is empty.
5228         (gnus-article-save-original-date): Redefine it as a macro.
5229         (gnus-display-mime): Use it.
5230
5231 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * gnus-art.el (article-date-ut): Support converting date in
5234         forwarded parts as well.
5235         (gnus-article-save-original-date): New function.
5236         (gnus-display-mime): Use it.
5237
5238 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5239
5240         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5241         enclosure element of <item>.
5242
5243 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5244
5245         * message.el (message-kill-buffer-query): Renamed from
5246         `message-kill-buffer-query-if-modified'.  Added :version.
5247
5248 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5251         window layout.
5252
5253 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * mml.el: Autoload dnd when compiling.
5256
5257 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5258
5259         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5260         x-dnd-*.
5261
5262 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * qp.el (quoted-printable-encode-region): Save excursion.
5265
5266 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5267
5268         * message.el (message-kill-buffer-query-if-modified): Add new variable
5269         so the user can kill a modified message buffer quickly.
5270         (message-kill-buffer): Use it.
5271
5272 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * lpath.el: Fbind display-time-event-handler; don't fbind
5275         string-to-multibyte.
5276
5277         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5278
5279 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5282         contained in text because xml.el decodes entities) with LFs.
5283
5284 2005-04-11  Lute Kamstra  <lute@gnu.org>
5285
5286         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5287         differently.
5288
5289 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5290
5291         * mm-util.el (mm-detect-coding-region): Typo.
5292
5293 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5296
5297 2005-04-06  D Goel  <deego@gnufans.org>
5298
5299         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5300         user-function allow user modifications of the scores.
5301         (spam-stat-score-buffer-user): New function, to allow
5302         user-computed modifications to the score.
5303         (spam-stat-score-buffer-user-functions): list of additional
5304         scoring functions
5305         (spam-stat-error-holder): global temporary error holder
5306         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5307         variable
5308
5309 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5310
5311         * gnus-registry.el (gnus-registry-clean-empty-function)
5312         (gnus-registry-trim, gnus-registry-fetch-groups)
5313         (gnus-registry-delete-group): Groups that match
5314         `gnus-registry-ignored-groups' are removed from the registry
5315         entries, not just ignored for splitting.  This helps clean up the
5316         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5317         to get all the groups a message ID is in.
5318
5319         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5320         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5321         (spam-stat-score-buffer-user-functions): Add :number custom type.
5322
5323 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5326         argument in XEmacs.
5327
5328         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5329         (nnrss-request-group): Decode group name first.
5330         (nnrss-request-article): Make a text/plain article if mml-to-mime
5331         failed.
5332         (nnrss-get-encoding): Return a compatible encoding according to
5333         nnrss-compatible-encoding-alist.
5334         (nnrss-find-el): Use consp instead of listp.
5335         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5336
5337 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5340         which Emacs 20 doesn't support.
5341         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5342
5343 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5344
5345         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5346         silence the byte compiler inside the defun
5347
5348         * gnus-demon.el (parse-time-string): Add autoload.
5349
5350         * gnus-delay.el (parse-time-string): Add autoload.
5351
5352         * gnus-art.el (parse-time-string): Add autoload.
5353
5354         * nnultimate.el (parse-time): Require for `parse-time-string'.
5355
5356 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5357
5358         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5359
5360         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5361
5362         * smime.el (smime-ldap-host-list): Add :version.
5363
5364 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5367         pass it to `gnus-browse-read-group'.
5368         (gnus-browse-read-group): Add NUMBER argument and pass it to
5369         `gnus-group-read-ephemeral-group'.
5370
5371         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5372         argument and pass it to `gnus-group-read-group'.
5373
5374 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5375
5376         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5377         mm-xemacs-find-mime-charset-1 if we have the mule feature
5378         available at runtime.
5379
5380 2005-03-25  Werner Lemberg  <wl@gnu.org>
5381
5382         * nnmaildir.el: Replace `illegal' with `invalid'.
5383
5384 2005-03-23  Lute Kamstra  <lute@gnu.org>
5385
5386         * time-date.el: Add comment on time value formats.
5387         Don't require parse-time.
5388         (with-decoded-time-value): New macro.
5389         (encode-time-value): New function.
5390         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5391         (days-to-time): Return a valid time value when arg is huge.
5392         (time-since): Use time-subtract.
5393         (time-to-number-of-days): Use time-to-seconds.
5394
5395 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5396
5397         * gnus-start.el (gnus-display-time-event-handler):
5398         Check display-time-timer at runtime rather than only at load time
5399         in case display-time-mode is turned off in the mean time.
5400
5401 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5402
5403         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5404         used.
5405
5406         * nneething.el (nneething-map-file-directory): Derive from
5407         `gnus-directory'.
5408
5409         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5410         the To/Cc button.
5411
5412 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5413
5414         * nnmaildir.el (nnmaildir-request-accept-article):
5415         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5416
5417 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5418
5419         * gnus-async.el: Require timer-funcs at compile time when in
5420         XEmacs for `run-with-idle-timer'.
5421
5422 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5423
5424         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5425         autoloaded function.
5426
5427 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5428
5429         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5430
5431 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5432
5433         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5434
5435 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436
5437         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5438         gnus-expert-user to default.
5439
5440 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5441
5442         * nnimap.el (nnimap-open-server): Ditto.
5443
5444         * imap.el (imap-authenticate): Fix typo.
5445
5446 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5447
5448         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5449         buffer (since IMAP server might return FETCH response out of
5450         order, and the nntp buffer must be sorted).
5451
5452 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5453
5454         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5455         comparison on string.
5456
5457         * gnus-agent.el (gnus-agent-long-article,
5458         gnus-agent-short-article, gnus-agent-score): Renamed category
5459         keywords to match gnus-cus.
5460         (gnus-agent-summary-fetch-series): Modified to protect against
5461         gnus-agent-summary-fetch-group clearing processable flags.
5462         (gnus-agent-synchronize-group-flags): Update live group buffer as
5463         synchronization may occur due to the user toggle the plugged
5464         status.
5465         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5466         successfully downloaded.
5467         (gnus-agent-expire-group-1): Avoid using markers when the overview
5468         is in ascending order; greatly improves performance.
5469         (gnus-agent-regenerate-group): Use
5470         gnus-agent-synchronize-group-flags to reset read status in both
5471         gnus and server.
5472         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5473
5474 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5475
5476         * message.el: Don't autoload former message-utils variables.
5477         (message-strip-subject-trailing-was): Change doc string.
5478
5479         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5480         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5481         (nnweb-google-search): Add "hl=en" here.
5482         (nnweb-google-parse-1, nnweb-google-create-mapping):
5483         Don't hardcode URL.
5484
5485 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5486
5487         * message.el (message-get-reply-headers, message-followup):
5488         Mention related variables `message-use-followup-to' and
5489         `message-use-mail-followup-to', in the information buffer.
5490
5491         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5492         of broken groups(-beta).google.com.
5493
5494 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5495
5496         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5497         parameter to invoked gnus-request-move-article; remove the
5498         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5499         all at once instead of once per article.
5500         (gnus-summary-remove-process-mark): Accept a list of articles as
5501         well as a single article for processing.
5502
5503         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5504         parameter.
5505
5506         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5507
5508         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5509
5510         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5511         parameter.
5512
5513         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5514         parameter.
5515
5516         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5517         parameter and remove the gnus-sum-hint-move-is-internal variable.
5518
5519         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5520         parameter.
5521
5522         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5523         parameter.
5524
5525         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5526         parameter.
5527
5528         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5529
5530         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5531         parameter.
5532
5533         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5534         parameter.
5535
5536 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5537
5538         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5539         a more conservative way.
5540
5541 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5542
5543         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5544         buffer, so it moves the window's cursor.
5545
5546 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5547
5548         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5549         `mm-dissect-multipart' and receive the from field as an (optional)
5550         argument from `mm-dissect-multipart'.
5551         (mm-dissect-multipart): Receive the from field as an argument and
5552         pass it on when we call `mm-dissect-buffer' on MIME parts.
5553         Fixes verification/decryption of signed/encrypted MIME parts.
5554
5555 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5556
5557         * gnus-sum.el (gnus-summary-move-article): Set
5558         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5559         whatever it calls (right now, only nnimap-request-move article
5560         respects it).
5561
5562         * nnimap.el (nnimap-request-move-article): When
5563         gnus-sum-hint-move-is-internal is set, don't do the extra
5564         nnimap-request-article.
5565
5566 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5567
5568         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5569
5570         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5571         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5572
5573         * gnus-sum.el (gnus-summary-caesar-message):
5574         Apply `gnus-treat-article' after rotation.
5575
5576         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5577         doc string.
5578
5579 2005-02-22  Simon Josefsson  <jas@extundo.com>
5580
5581         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5582         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5583         <arne@arnested.dk>.
5584         (encrypt): Add password-cache and password-cache-expiry as group
5585         members.
5586
5587 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5588
5589         * smime.el (smime-ldap-host-list): Doc fix.
5590         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5591         cache) password.
5592         (smime-sign-region): Use it.
5593         (smime-decrypt-region): Use it.
5594         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5595         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5596         fails.
5597         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5598         certificate from DER to PEM format rather than calling openssl.
5599
5600         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5601
5602         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5603         for signing/encryption.
5604
5605         * mml.el (mml-parse-1): Use them.
5606
5607 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5608
5609         * nnrss.el (nnrss-verbose): Removed.
5610         (nnrss-request-group): Use `nnheader-message' instead.
5611
5612 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5613
5614         * nnrss.el (nnrss-verbose): New variable.
5615         (nnrss-request-group): Make it say nnrss is requesting a group.
5616
5617 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5618
5619         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5620         Handle news URL with given port correctly.
5621
5622 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5625         containing special characters.
5626
5627         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5628
5629         * mml.el (mime-to-mml): Ditto.
5630
5631         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5632         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5633         (rfc2047-decode-region): Quote decoded words containing special
5634         characters when rfc2047-quote-decoded-words-containing-tspecials
5635         is non-nil.
5636
5637 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5640
5641         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5642
5643 2005-02-15  Simon Josefsson  <jas@extundo.com>
5644
5645         * nnimap.el (nnimap-debug): Doc fix.
5646
5647         * imap.el (imap-debug): Doc fix.
5648
5649 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5652
5653 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5654
5655         * gnus.el (spam-contents): Improve docs for spam-contents
5656         parameter in its variable incarnation.
5657
5658 2005-02-14  Simon Josefsson  <jas@extundo.com>
5659
5660         * smime-ldap.el: Use require instead of load-library for ldap.
5661         (smime-ldap-search): Indent.
5662         (smime-ldap-search-internal): Shorten line.
5663
5664         * smime.el (smime-cert-by-dns): Add doc-string.
5665         (smime-cert-by-ldap-1): Indent.
5666
5667         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5668         mml-smime-get-dns-ldap.
5669         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5670
5671 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5672
5673         * smime.el: Require smime-ldap.
5674         (smime-ldap-host-list): New variable.
5675         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5676
5677         * mml-smime.el (mml-smime-encrypt-query): New function.
5678         (mml-smime-encrypt-query): Use it.
5679
5680         * smime-ldap.el: New file.
5681
5682 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5685
5686 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5687
5688         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5689         argument in doc string.  Make query for type more clear.
5690
5691 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5692
5693         * gnus.el (gnus-group-startup-message): Search for gnus images in
5694         etc/images/gnus.
5695         * mm-util.el (mm-image-load-path): Likewise.
5696         * smiley.el (smiley-data-directory): Search for smilies in
5697         etc/images/smilies.
5698
5699 2005-02-09  Kim F. Storm  <storm@cua.dk>
5700
5701         Change Emacs release version from 21.4 to 22.1 throughout.
5702         Change Emacs development version from 21.3.50 to 22.0.50.
5703
5704 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5707
5708         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5709         non-Mule XEmacs as well.
5710         (mm-decompress-buffer): Signal an error intentionally if it does
5711         not decompress compressed data because auto-compression-mode is
5712         disabled.
5713
5714 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5715
5716         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5717         an ID in the registry even if it has no groups.
5718
5719 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5722         merge it into mm-decompress-buffer.
5723         (gnus-mime-copy-part): Use the MIME part charset, the value which
5724         a user specified or gnus-newsgroup-charset for decoding, like
5725         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5726         save-buffer what was used.  Suggested by Kevin Ryde
5727         <user42@zip.com.au>.
5728         (gnus-mime-inline-part): Allow the name parameter as well as the
5729         filename parameter; force decompressing of compressed data; always
5730         display contents being not decoded as unibyte.
5731
5732         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5733         as well as the filename parameter.
5734
5735         * mm-util.el (mm-decompress-buffer): Merge
5736         gnus-mime-jka-compr-maybe-uncompress.
5737         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5738         of compressed data.
5739
5740 2005-02-08  Simon Josefsson  <jas@extundo.com>
5741
5742         * imap.el (imap-log): Doc fix.
5743
5744 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5747         the coding cookies; decompress compressed parts.
5748
5749         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5750         to the value which a user specified manually or the coding cookie.
5751
5752         * mm-util.el (mm-string-to-multibyte): New function.
5753         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5754         (mm-coding-system-to-mime-charset): New function.
5755         (mm-decompress-buffer): New function.
5756         (mm-find-buffer-file-coding-system): New function.
5757
5758         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5759         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5760         parts.
5761
5762 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5763
5764         * mm-view.el (mm-display-inline-fontify): Decode a part according
5765         to the charset parameter.
5766
5767 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5770         prefix arg is neither nil nor a number, as info specifies.
5771
5772 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5775         timestamps.
5776
5777 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5778
5779         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5780         groups error checking and notify user.
5781
5782 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5783
5784         * message.el (message-send-mail-function): Check existence of
5785         sendmail-program first before using default value
5786         `message-send-mail-with-sendmail'.  Otherwise use more generic
5787         `smtpmail-send-it'.
5788
5789 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * nntp.el (nntp-request-update-info): Always return nil.
5792
5793 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5794
5795         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5796
5797 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5798
5799         * message.el (message-beginning-of-line): Change the behavior when
5800         invoked between BOL and : so that it first moves backward.
5801
5802 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5805         article buffer when editing of the article is discarded.
5806         (gnus-article-prepare): Revert.
5807
5808 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-art.el (gnus-article-prepare):
5811         Remove message-strip-forbidden-properties from the local hook.
5812
5813 2005-01-27  Simon Josefsson  <jas@extundo.com>
5814
5815         * password.el (password-cache-add): Only start one timer per key.
5816         Reported by Derek Atkins <warlord@MIT.EDU>.
5817
5818 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5819
5820         * run-at-time.el: Removed.  It is no longer needed as
5821         timer-funcs.el in the xemacs-base package has a working version of
5822         `run-at-time'.
5823
5824         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5825
5826         * password.el: Require timer-funcs instead of run-at-time in
5827         XEmacs.
5828         Remove `password-run-at-time' macro.
5829         (password-cache-add): Use `run-at-time' instead of
5830         `password-run-at-time'.
5831
5832         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5833         Remove `nnheader-cancel-function-timers' alias,
5834         `cancel-function-timers' exists in XEmacs in timer-funcs.
5835
5836         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5837         for `run-with-idle-timer'.
5838
5839         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5840         for `run-at-time'.
5841
5842         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5843         for `with-timeout'.
5844
5845         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5846         the same as for XEmacs 21.4.
5847         No need to ignore `run-with-idle-timer', this function exists in
5848         XEmacs now in timer-funcs.el in the xemacs-base package.
5849         (dgnushack-compile): No need to delete
5850         run-at-time.el from the list of files to compile because it
5851         doesn't exist anymore.
5852
5853 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5856         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5857
5858 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5859
5860         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5861         sensitively.
5862
5863 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5864
5865         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5866
5867 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5870         which will be inserted according to the multibyteness of a buffer
5871         rather than the type of contents.  Suggested by ARISAWA Akihiro
5872         <ari@mbf.ocn.ne.jp>.
5873
5874         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5875         of string which old xml.el may return rather than a string.
5876
5877 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5880
5881 2005-01-16  Simon Josefsson  <jas@extundo.com>
5882
5883         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5884         idn/idna.el isn't available.
5885         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5886         <michael@waxrat.com>.
5887
5888         * hashcash.el: Remove non-FSF copyright header.
5889
5890         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5891         (hashcash-generate-payment): Use it.
5892         (hashcash-generate-payment-async): Use it.
5893
5894 2005-01-15  Simon Josefsson  <jas@extundo.com>
5895
5896         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5897         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5898
5899         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5900         gnus-summary-idna-message.
5901         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5902         (gnus-summary-idna-message): New function.
5903
5904 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5907         gnus-novice-user.
5908
5909 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * nnrss.el (nnrss-request-delete-group): Delete entries in
5912         nnrss-group-alist as well.
5913         (nnrss-save-server-data): Insert newline.
5914
5915 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * gnus.el (gnus-user-agent): Use list of symbols instead of
5918         symbols.  Display full version number for (S)XEmacs.  Optionally
5919         display (S)XEmacs codename.
5920
5921         * gnus-util.el (gnus-emacs-version): Update for new
5922         `gnus-user-agent'.
5923
5924         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5925         Gnus version.
5926
5927 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5928
5929         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5930         which is unreadable in some setups.
5931
5932 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * gnus-spec.el (gnus-update-format-specifications): Flush the
5935         group format spec cache if it doesn't support decoded group names.
5936
5937 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5938
5939         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5940         to apply decay on score files matching a regexp.
5941
5942 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5945         compatibility in %g and %c.
5946
5947 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5950         name for only %g and %c.
5951         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5952         of gnus-tmp-group to decoded group name.
5953         (gnus-group-make-rss-group): Exclude `/'s from group names.
5954
5955 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * nnrss.el (nnrss-get-encoding): Fix regexp.
5958
5959 2004-12-27  Simon Josefsson  <jas@extundo.com>
5960
5961         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5962         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5963         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5964
5965 2004-12-17  Kim F. Storm  <storm@cua.dk>
5966
5967         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5968
5969         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5970
5971 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5972
5973         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5974
5975 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * nnrss.el: Require rfc2047 and mml.
5978         (nnrss-file-coding-system): New variable.
5979         (nnrss-format-string): Redefine it as an inline function.
5980         (nnrss-decode-group-name): New function.
5981         (nnrss-string-as-multibyte): Remove.
5982         (nnrss-retrieve-headers): Decode group name; don't use
5983         nnrss-format-string.
5984         (nnrss-request-group): Decode group name.
5985         (nnrss-request-article): Decode group name; allow a Message-ID as
5986         well as an article number; don't use nnrss-format-string; encode a
5987         Message-ID string which may contain non-ASCII characters; use
5988         mml-to-mime to compose a MIME article.
5989         (nnrss-request-expire-articles): Decode group name.
5990         (nnrss-request-delete-group): Decode group name.
5991         (nnrss-fetch): Clarify error message.
5992         (nnrss-read-server-data): Use insert-file-contents instead of load;
5993         bind file-name-coding-system; use multibyte buffer.
5994         (nnrss-save-server-data): Bind coding-system-for-write to the
5995         value of nnrss-file-coding-system; bind file-name-coding-system;
5996         add coding cookie.
5997         (nnrss-read-group-data): Use insert-file-contents instead of load;
5998         bind file-name-coding-system; use multibyte buffer.
5999         (nnrss-save-group-data): Bind coding-system-for-write to the
6000         value of nnrss-file-coding-system; bind file-name-coding-system.
6001         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6002         make it work with non-ASCII text.
6003         (nnrss-find-el): Make it work with old xml.el as well.
6004
6005 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6006
6007         * nnrss.el (nnrss-get-encoding): New function.
6008         (nnrss-fetch): Use unibyte buffer initially; bind
6009         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6010         decode contents according to the encoding attribute.
6011         (nnrss-save-group-data): Add coding cookie.
6012         (nnrss-mime-encode-string): New function.
6013         (nnrss-check-group): Use it to encode subject and author.
6014
6015 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6016
6017         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6018         imaginary variable.
6019
6020 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6023         correctly even if there are wide characters.
6024
6025 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6026
6027         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6028         downcased symbol names; make a new cache instead of reusing
6029         bbdb-hashtable.
6030
6031 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6034         concatenating segments rather than before concatenating them.
6035         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6036
6037         * message.el (message-get-reply-headers): Bind `extra'.
6038
6039 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6040
6041         * message.el (message-extra-wide-headers): New variable.
6042         (message-get-reply-headers): Use it.
6043
6044 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6047         (gnus-agent-group-pathname): Ditto.
6048
6049         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6050
6051         * gnus-group.el (gnus-group-make-group): Decode group name.
6052         (gnus-group-make-rss-group): Register the group data after opening
6053         the nnrss group.
6054
6055 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6056
6057         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6058         by expiry now get marked as read.
6059
6060 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6063
6064 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6065
6066         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6067         unify Latin characters in XEmacs.
6068         (mm-find-mime-charset-region): Use it.
6069
6070 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * gnus-util.el (gnus-delete-directory): New function.
6073
6074         * gnus-agent.el (gnus-agent-delete-group): Use it.
6075
6076         * gnus-cache.el (gnus-cache-delete-group): Use it.
6077
6078 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6081         names.
6082
6083 2004-12-16  Simon Josefsson  <jas@extundo.com>
6084
6085         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6086
6087 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6090
6091         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6092         (gnus-group-set-current-level): Decode group name.
6093
6094 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6095
6096         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6097         failed.
6098
6099 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * gnus-group.el (gnus-group-delete-group): Decode group name.
6102         (gnus-group-make-rss-group): Encode group name.
6103         (gnus-group-catchup-current): Decode group name.
6104         (gnus-group-kill-group): Decode group name.
6105
6106 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6107
6108         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6109
6110 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-group.el (gnus-group-make-rss-group):
6113         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6114
6115         * gnus-start.el (gnus-setup-news): Honor user's setting to
6116         gnus-message-archive-method.  Suggested by Lute Kamstra
6117         <lute@gnu.org>.
6118
6119 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6120
6121         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6122         global counterparts of the buffer-local variables.
6123
6124 2004-11-16  Romain Francoise  <romain@orebokech.com>
6125
6126         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6127         counterparts of the buffer-local variables.
6128
6129 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6130
6131         * message.el (message-forbidden-properties): Fixed typo in doc
6132         string.
6133
6134 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * gnus-util.el (gnus-replace-in-string): Added doc string.
6137
6138         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6139         to avoid problems when splitting mails with many recipients.
6140
6141 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6142
6143         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6144         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6145
6146 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6147
6148         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6149         if there is no hashtable in memory or file modification time is
6150         newer than cached timestamp.
6151
6152 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6153
6154         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6155         not-matching option.
6156
6157 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6158
6159         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6160         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6161         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6162         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6163         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6164         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6165
6166 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * message.el (message-forward-make-body-mml): Remove headers
6169         according to message-forward-ignored-headers if a message is decoded.
6170
6171 2004-12-02  Romain Francoise  <romain@orebokech.com>
6172
6173         * message.el (message-forward-make-body-plain): Always remove
6174         headers according to message-forward-ignored-headers.
6175
6176 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6177
6178         * spam.el (spam-summary-prepare-exit): Remove the
6179         gnus-summary-limit pop for now, it has problems with ham marks for
6180         me.
6181
6182 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6183
6184         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6185         correctly.
6186
6187 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6188
6189         * format-spec.el (format-spec): Message the char.
6190
6191 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6192
6193         * gnus-art.el (gnus-split-methods): Reformat comments.
6194
6195         * spam.el (spam-summary-prepare-exit): Remove article limits
6196         before exiting the summary buffer.
6197
6198 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6201         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6202
6203         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6204         order to silence the byte compiler.
6205
6206         * spam.el: Fix the way to silence the byte compiler, which
6207         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6208         bbdb-search-simple, spam-BBDB-register-routine,
6209         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6210         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6211         spam-stat-buffer-is-spam, spam-stat-load,
6212         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6213         spam-stat-save and spam-stat-split-fancy.
6214
6215 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6218         which may confuse users.
6219         (canlock-password-for-verify): Ditto.
6220
6221         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6222
6223         * gnus-art.el (gnus-emphasis-alist): Ditto.
6224
6225         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6226
6227         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6228
6229         * gnus-start.el (gnus-save-killed-list): Ditto.
6230
6231         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6232         (gnus-sum-thread-tree-root): Ditto.
6233         (gnus-sum-thread-tree-false-root): Ditto.
6234         (gnus-sum-thread-tree-single-indent): Ditto.
6235
6236         * message.el (message-courtesy-message): Ditto.
6237         (message-archive-note): Ditto.
6238         (message-subscribed-address-file): Ditto.
6239         (message-user-fqdn): Ditto.
6240
6241         * spam-report.el (spam-report-gmane-regex): Ditto.
6242
6243         * spam.el (spam-blackhole-good-server-regex): Ditto.
6244
6245 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * mml.el (mml-preview): Widen the message buffer before copying
6248         the contents to the preview buffer; sort headers before previewing.
6249
6250         * message.el (message-hidden-headers): Fix the way to avoid a bug
6251         in the `repeat' widget in Emacs 21.3 or earlier.
6252
6253 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * message.el (message-hidden-headers): Default to "^References:".
6256         Improve customization type.  Suggested by Reiner Steib
6257         <Reiner.Steib@gmx.de>.
6258
6259 2004-11-25  Romain Francoise  <romain@orebokech.com>
6260
6261         * message.el (message-strip-forbidden-properties): Remove check for
6262         obsolete `message-hidden' text property, hidden headers are not
6263         accessible in the buffer anymore.
6264
6265 2004-11-22  Romain Francoise  <romain@orebokech.com>
6266
6267         * message.el (message-header-format-alist): Add `From' in list
6268         so that it can be sorted.
6269         (message-fix-before-sending): Widen and sort headers before
6270         sending.
6271         (message-hide-headers): Use narrowing to hide headers by moving
6272         them to the top of the buffer and narrowing to the region
6273         underneath.
6274
6275 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6276
6277         * message.el (message-strip-forbidden-properties): Bind
6278         buffer-read-only (etc) to nil.
6279
6280 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6283         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6284
6285 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6286
6287         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6288
6289 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6290
6291         * dns.el (query-dns): Use sit-for to time instead of
6292         accept-process-output, since that doesn't seem to work on udp
6293         sockets.
6294
6295 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6298
6299 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6300
6301         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6302         doc string.  Improve doc string.
6303
6304 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * nntp.el (nntp-request-update-info): Return nil if
6307         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6308         may not call gnus-activate-group which uselessly issues the GROUP
6309         commands for all nntp groups and wastes time.  Reported by Romain
6310         Francoise <romain@orebokech.com>.
6311
6312         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6313
6314 2004-11-15  Simon Josefsson  <jas@extundo.com>
6315
6316         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6317         headers separately.
6318         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6319         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6320
6321 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6322
6323         * gnus-start.el (gnus-convert-old-newsrc):
6324         Assign legacy-gnus-agent to 5.10.7.
6325
6326 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6327
6328         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6329         start of the lines.
6330
6331 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6332
6333         * hashcash.el (hashcash-default-payment): Change default to 20
6334         (hashcash-default-accept-payment): Change default to 20
6335         (hashcash-process-alist): New variable
6336         (hashcash-generate-payment-async): Add
6337         (hashcash-already-paid-p): Add
6338         (hashcash-insert-payment): Don't generate payments twice
6339         (hashcash-insert-payment-async): Add
6340         (hashcash-insert-payment-async-2): Add
6341         (hashcash-cancel-async): Add
6342         (hashcash-wait-async): Add
6343         (hashcash-processes-running-p): Add
6344         (hashcash-wait-or-cancel): Add
6345         (mail-add-payment): New optional argument.  Conditionally start
6346         asynchronous calculation.
6347         (mail-add-payment-async): Add
6348
6349         * message.el (message-send-mail): Wait for asynchronous hashcash
6350         results.  Don't clobber existing X-Hashcash headers.
6351         (message-setup-1): Call mail-add-payment-async when
6352         message-generate-hashcash is non-nil.
6353
6354 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6355
6356         * message.el (message-use-alternative-email-as-from): Examine the
6357         From header as well; use message-make-from in order to include a
6358         user's full name.
6359
6360 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6363         default; improve customization type.
6364         (gnus-emphasis-custom-with-format): New macro.
6365         (gnus-emphasis-custom-value-to-external): New function.
6366         (gnus-emphasis-custom-value-to-internal): New function.
6367
6368 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6369
6370         * dns.el (query-dns): Resolve reverse addresses.
6371
6372 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6373
6374         * gnus-group.el (gnus-group-get-new-news): Use it.
6375
6376         * gnus-start.el (gnus-check-reasonable-setup): New function.
6377
6378 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6381         "Args out of range" error.  Reported by Arnaud Giersch
6382         <arnaud.giersch@free.fr>.
6383
6384 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6385
6386         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6387
6388 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6389
6390         * spam.el (spam group): Add :version.
6391
6392         * pgg-def.el (pgg group): Add :version.
6393
6394 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * gnus-art.el (gnus-article-edit-article): Don't associate the
6397         article buffer with a draft file.  This is a temporary measure
6398         against the 2004-08-22 change to gnus-article-edit-mode.
6399
6400 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6403         (html2text-format-tags): Remove unused variable `attr'.
6404
6405 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6408
6409         * tls.el (tls-process-connection-type, tls-success)
6410         (tls-certtool-program): Add :version.
6411
6412         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6413         (starttls-extra-arguments, starttls-process-connection-type)
6414         (starttls-connect, starttls-failure, starttls-success):
6415
6416         * spam-stat.el (spam-stat): Add :version.
6417
6418         * sieve.el (sieve): Add :version.
6419
6420         * sha1.el (sha1): Add :version.
6421         (sha1-use-external): Remove redundant version.
6422
6423         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6424         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6425         (nnmail-split-fancy-match-partial-words)
6426         (nnmail-split-lowercase-expanded):
6427
6428         * nndiary.el (nndiary): Add :version.
6429
6430         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6431
6432         * mml-sec.el (mml-default-sign-method)
6433         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6434         Add :version.
6435
6436         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6437
6438         * mm-url.el (mm-url-use-external, mm-url-program)
6439         (mm-url-arguments): Add :version.
6440
6441         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6442         (mm-attachment-file-modes, mm-decrypt-option)
6443         (mm-w3m-safe-url-regexp): Add :version.
6444
6445         * message.el (message-cite-prefix-regexp)
6446         (message-sendmail-envelope-from, message-minibuffer-local-map)
6447         (message-user-fqdn, message-completion-alist): Add :version.
6448
6449         * gnus-win.el (gnus-configure-windows-hook)
6450         (gnus-use-frames-on-any-display): Add :version.
6451
6452         * gnus-art.el (gnus-article-address-banner-alist)
6453         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6454         (gnus-treat-from-picon, gnus-treat-mail-picon)
6455         (gnus-treat-x-pgp-sig): Add :version.
6456
6457         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6458         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6459         (gnus-summary-article-delete-hook)
6460         (gnus-summary-display-while-building): Add :version.
6461
6462         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6463         (gnus-get-top-new-news-hook):Add :version.
6464
6465         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6466         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6467
6468         * gnus-registry.el (gnus-registry): Add :version.
6469
6470         * gnus-spec.el (gnus-use-correct-string-widths)
6471         (gnus-make-format-preserve-properties): Add :version.
6472
6473         * gnus.el (gnus-group-charter-alist)
6474         (gnus-group-fetch-control-use-browse-url)
6475         (gnus-install-group-spam-parameters): Add :version.
6476
6477         * gnus-diary.el (gnus-diary): Add :version.
6478
6479         * gnus-delay.el (gnus-delay): Add :version.
6480
6481         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6482         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6483         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6484         Add :version.
6485
6486         * gnus-agent.el (gnus-agent-max-fetch-size)
6487         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6488         (gnus-agent-prompt-send-queue): Add :version.
6489
6490         * deuglify.el (gnus-outlook-deuglify): Add :version.
6491
6492         * html2text.el: Beautify code.  Improve doc strings.  Some
6493         checkdoc cleanup.
6494         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6495
6496 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6497
6498         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6499
6500 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6501
6502         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6503         when package is loaded.
6504
6505         * spam.el (spam-summary-score-preferred-header): Add global preference
6506         for people who want to override the default SpamAssassin over
6507         Bogofilter preference (when both are set).
6508         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6509         (spam-user-format-function-S): Check
6510         spam-summary-score-preferred-header.
6511         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6512         (spam-user-format-function-S): Format the score correctly.
6513
6514 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6517         signature file.  Suggested by Manoj Srivastava
6518         <srivasta@golden-gryphon.com>.
6519
6520         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6521         iso-2022-jp even in the Japanese language environment.
6522         Suggested by Jason Rumney <jasonr@gnu.org>.
6523
6524 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6527         use the same characters as the dummy marks; make it free from
6528         getting affected by the language environment.
6529         (gnus-summary-read-group-1): Update mark positions only when the
6530         format spec is updated.
6531
6532         * gnus-spec.el (gnus-update-format-specifications): Return a list
6533         of updated types.
6534
6535 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6538         of boundp to check if display-warning is available.
6539
6540 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6541
6542         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6543
6544 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * nnspool.el (nnspool-spool-directory): Use news-path if the
6547         news-directory variable is not bound.
6548
6549         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6550         function instead of display-warning if it is not available.
6551
6552 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6555         v5-10: Use `point-at-bol'.
6556
6557 2004-10-26  Simon Josefsson  <jas@extundo.com>
6558
6559         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6560         <chenggao@gmail.com>.
6561
6562 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6565         instead.
6566
6567 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6568
6569         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6570         to remove a server from the nnimap-server-buffer-alist.
6571         (nnimap-open-connection, nnimap-close-server): Use it.
6572
6573         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6574
6575 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6578         running the major-mode function.
6579
6580 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6583         dummy marks in the right way.
6584
6585 2004-10-18  David Edmondson  <dme@dme.org>
6586
6587         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6588         excessively.
6589
6590 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6591
6592         * gnus-util.el (gnus-split-references): Accept a nil references
6593         string and go on blissfully.
6594
6595         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6596         cases where the references string is non-nil but has no references.
6597
6598         * encrypt.el: Add autoload tags.
6599
6600         * spam.el (spam-resolve-registrations-routine): Remove article
6601         from unregistration list too.  Reported by David Hanak
6602         <dhanak@isis.vanderbilt.edu>
6603
6604 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6607         nil.  Changed custom type.
6608
6609 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6610
6611         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6612
6613         * gnus-sum.el (gnus-summary-move-article): Use it.
6614
6615 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6616
6617         * encrypt.el: Add autoload cookies.
6618
6619         * spam.el (spam-backend-article-list-property)
6620         (spam-backend-get-article-todo-list)
6621         (spam-backend-put-article-todo-list, )
6622         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6623         Resolve registrations separately.
6624         (spam-register-routine): Format comments.
6625         (spam-unregister-routine, spam-register-routine): Always call with
6626         specific-articles, no default list.
6627         (spam-summary-prepare-exit): Use the spam-classifications function.
6628
6629         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6630         gnus-encrypt.el.
6631
6632         * encrypt.el: copied from gnus-encrypt.el
6633
6634         * gnus-encrypt.el: commented that it's obsolete
6635
6636 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6637
6638         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6639         (gnus-score-save): Use it.
6640
6641         * message.el (message-bury): Use `window-dedicated-p'.
6642
6643 2004-10-15  Simon Josefsson  <jas@extundo.com>
6644
6645         * pop3.el (top-level): Don't require nnheader.
6646         (pop3-read-timeout): Add.
6647         (pop3-accept-process-output): Add.
6648         (pop3-read-response, pop3-retr): Use it.
6649
6650 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6651
6652         * spam.el (spam-register-routine): Move comment.
6653         (spam-verify-bogofilter): Use 'unknown for the initial
6654         spam-bogofilter-valid state, not 'never.
6655
6656         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6657         for netrc-machine.
6658
6659         * nnimap.el (nnimap-open-connection): Use
6660         netrc-machine-user-or-password.
6661
6662 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6663
6664         * gnus-registry.el (gnus-registry-unload-hook):
6665         Set as a variable with add-hook.
6666
6667         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6668         of news-path.
6669
6670         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6671
6672         * spam.el: Delete duplicate `provide'.
6673         (spam-unload-hook): Set as a variable with add-hook.
6674
6675 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6676
6677         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6678         in the doc string.
6679
6680         * message.el (message-ignored-news-headers)
6681         (message-ignored-supersedes-headers)
6682         (message-ignored-resent-headers)
6683         (message-forward-ignored-headers): Improve custom type.
6684
6685 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * message.el (message-tokenize-header): Fix 2004-09-06 change
6688         which used point-min in the wrong place.
6689
6690 2004-10-12  Simon Josefsson  <jas@extundo.com>
6691
6692         * tls.el (tls-certtool-program): New variable.
6693         (tls-certificate-information): New function, based on
6694         ssl-certificate-information.
6695
6696 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * compface.el: Move the version of ELisp-based uncompface program
6699         to the contrib directory because of the copyright problem.
6700
6701 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * message.el (message-kill-buffer): Raise the current frame.
6704
6705 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6708
6709         * gnus.el (message-y-or-n-p): Autoload.
6710
6711         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6712         (pop3-password-required, pop3-authentication-scheme)
6713         (pop3-leave-mail-on-server): Made customizable.
6714         (pop3): New custom group.
6715         (pop3-retr): Remove `sleep-for' statements.
6716         Suggested by Dave Love <fx@gnu.org>.
6717
6718         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6719         Windows/DOS.
6720
6721         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6722         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6723         Dave Love <fx@gnu.org>.
6724
6725         * mml.el (mml-minibuffer-read-disposition): Require match.
6726         Suggested by Dave Love <fx@gnu.org>.
6727
6728 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6729
6730         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6731         doc string.
6732
6733 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6736
6737 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6738
6739         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6740         instead of calling `mm-insert-inline', to decode text/* parts
6741         before displaying them.
6742
6743 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * mm-uu.el (mm-uu-text-plain-type): New variable.
6746         (mm-uu-pgp-signed-extract-1): Use it.
6747         (mm-uu-pgp-encrypted-extract-1): Use it.
6748         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6749         bind mm-uu-text-plain-type with that value.
6750         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6751         mm-uu-dissect.
6752
6753 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-group.el (gnus-update-group-mark-positions):
6756         * gnus-sum.el (gnus-update-summary-mark-positions):
6757         * message.el (message-check-news-body-syntax):
6758         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6759         of string-as-multibyte.
6760
6761 2004-10-05  Juri Linkov  <juri@jurta.org>
6762
6763         * gnus-group.el (gnus-update-group-mark-positions):
6764         * gnus-sum.el (gnus-update-summary-mark-positions):
6765         * message.el (message-check-news-body-syntax):
6766         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6767         8-bit unibyte values to a multibyte string for search functions.
6768
6769 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6772         (mm-uu-dissect-text-parts): New function.
6773
6774         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6775         dissect text parts.
6776
6777         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6778         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6779
6780         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6781
6782         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6783         gnus-current-topics instead of gnus-current-topic.
6784
6785 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6786
6787         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6788
6789 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6790
6791         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6792         where approriate.
6793
6794         * nnml.el (nnml-generate-active-info): do.
6795
6796         * nndiary.el (nndiary-generate-active-info): do.
6797
6798         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6799         (gnus-topic-move): do.
6800
6801         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6802         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6803
6804         * gnus-srvr.el (gnus-server-prepare)
6805         (gnus-server-open-all-servers): do.
6806
6807         * gnus-msg.el (gnus-summary-cancel-article)
6808         (gnus-summary-resend-message)
6809         (gnus-summary-mail-crosspost-complaint): do.
6810
6811         * gnus-move.el (gnus-change-server): do.
6812
6813         * gnus-group.el (gnus-group-unmark-all-groups)
6814         (gnus-group-set-current-level): do.
6815
6816 2004-10-04  Simon Josefsson  <jas@extundo.com>
6817
6818         * message.el (message-generate-hashcash): Doc fix.
6819
6820 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6821
6822         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6823         avoid infinite recursion via gnus-get-function.
6824
6825 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6826
6827         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6828
6829         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6830
6831         * nnmail.el (nnmail-split-history): do.
6832
6833         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6834         (nnml-request-delete-group): do.
6835
6836         * nnslashdot.el (nnslashdot-read-groups): do.
6837
6838         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6839         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6840
6841         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6842         (nnspool-sift-nov-with-sed): Use last
6843         (nnspool-retrieve-headers-with-nov): Use mapc.
6844         (nnspool-request-newgroups): Use dolist.
6845         (nnspool-request-group): Use last.
6846
6847         * nntp.el (nntp-read-server-type): Use dolist.
6848
6849         * nnvirtual.el (nnvirtual-create-mapping)
6850         (nnvirtual-update-read-and-marked): Use dolist.
6851         (nnvirtual-convert-headers): Simplify.
6852
6853 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6854
6855         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6856         support for sync'ing tick marks.
6857
6858 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6861         there's no visible header.
6862
6863 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6864
6865         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6866         necessary, pass full group name to gnus-request-set-marks.
6867
6868 2004-10-01  Simon Josefsson  <jas@extundo.com>
6869
6870         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6871         acroread.
6872
6873 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6874
6875         * spam-report.el (spam-report-gmane): Fix interactive.
6876
6877         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6878
6879         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6880         when writing file.
6881         (gnus-agent-synchronize-flags): Don't default to being
6882         interactive.
6883
6884 2004-09-30  Simon Josefsson  <jas@extundo.com>
6885
6886         * message.el (message-generate-hashcash): Add.
6887         (message-send-mail): Use it, call mail-add-payment.
6888
6889 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6890
6891         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
6892
6893 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6894
6895         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6896         gnus-requst-update-info with explicit code to sync the in-memory
6897         info read flags with the marks being sync'd to the backend.
6898
6899         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6900
6901 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6902
6903         * spam.el (spam-verify-bogofilter): Add new function.
6904         (spam-check-bogofilter)
6905         (spam-bogofilter-register-with-bogofilter): Use it.
6906         (spam-verify-bogofilter): Add small fixes.
6907
6908 2004-09-28  Simon Josefsson  <jas@extundo.com>
6909
6910         * hashcash.el (hashcash-generate-payment): Revert.
6911
6912 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6913
6914         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
6915         gnus-extract-references instead of gnus-split-references.
6916
6917         * gnus-util.el (gnus-extract-references): Add new function, analogous
6918         to gnus-split-references but extracts only the message-ID without
6919         anything extra.
6920
6921         * hashcash.el (hashcash-generate-payment)
6922         (hashcash-check-payment): Do the right thing if hashcash-path is
6923         nil (because the hashcash program could not be found).
6924
6925         * spam.el (spam-use-hashcash): Remove comment.
6926
6927 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6928
6929         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6930         (gnus-cache-enter-article, gnus-cache-remove-article)
6931         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6932
6933         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6934
6935         * gnus-art.el (article-hide-boring-headers)
6936         (article-translate-strings, article-display-face)
6937         (gnus-article-mime-match-handle-first)
6938         (gnus-article-highlight-headers)
6939         (gnus-article-add-buttons-to-head): do.
6940
6941 2004-09-27  Simon Josefsson  <jas@extundo.com>
6942
6943         * hashcash.el: New version, from
6944         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6945         ../contrib/.
6946
6947 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6950
6951 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6952
6953         * gnus-dup.el (gnus-dup-open): Use mapc.
6954         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6955
6956         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6957         Reported by Stefan Wiens <s.wi@gmx.net>.
6958
6959         * gnus.el (gnus-shutdown): Use dolist.
6960
6961         * gnus-undo.el (gnus-undo): Use mapc.
6962
6963         * nnrss.el (nnrss-generate-active): do.
6964
6965         * message.el (message-cite-original-without-signature)
6966         (message-cite-original): Use mapc.
6967         (message-do-actions, message-make-forward-subject): Use dolist.
6968
6969 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6970
6971         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6972         deletion to remove entire duplicate line.  Fixes merged article
6973         number bug.
6974
6975 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6976
6977         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6978         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6979         first ask if you want to open a server and then, even when you
6980         responded with no, asking if you want to synchronize the server's
6981         flags.
6982         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6983         multi-line expressions.
6984         (gnus-agent-synchronize-group-flags): New internal function.
6985         Updates marks in memory (in the info structure) AND in the
6986         backend.
6987
6988         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6989
6990         * nnagent.el (nnagent-request-set-mark): Use
6991         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6992         method, to ensure that synchronization updates marks in the
6993         backend and in the info (in memory) structure.
6994
6995 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6998         convention fully; don't miss the root article of a thread; make
6999         the X-Draft-From header with correct article numbers.
7000
7001 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7002
7003         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7004         unless plugged.  Disable the agent so that an open failure causes
7005         an error.
7006
7007         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7008         Reverted 2004-09-21 change.  The backend must be opened while
7009         synchronizing flags even when the backend stores the flags
7010         locally.
7011
7012 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7015         in `header' match.  Reported by Svend Tollak Munkejord.
7016
7017         * message.el (message-cite-original): Fix use of
7018         `message-cite-articles-with-x-no-archive'.
7019
7020 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7023         (gnus-window-to-buffer): Ditto.
7024
7025         * mml.el (mml-preview-buffer): New variable.
7026         (mml-preview): Manage window layout with gnus-buffer-configuration.
7027
7028         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7029         X-Draft-From header even if those articles aren't quoted.
7030
7031 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7032
7033         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7034         (gnus-request-set-mark, gnus-request-update-mark): Use new
7035         g-s-t-u-l-m to decide to use backend even when unplugged.
7036
7037 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7040         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7041
7042 2004-09-20  Simon Josefsson  <jas@extundo.com>
7043
7044         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7045         "utf-16-le".
7046
7047 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7048
7049         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7050
7051 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * uudecode.el (uudecode-use-external): Add :version.
7054
7055         * smime.el (smime-CA-file, smime-encrypt-cipher)
7056         (smime-dns-server): Add :version.
7057
7058         * smiley.el (gnus-smiley-file-types): Add :version.
7059
7060         * sha1.el (sha1-use-external): Add :version.
7061
7062         * pgg-def.el (pgg-query-keyserver): Add :version.
7063
7064         * nnmail.el (nnmail-fancy-expiry-targets)
7065         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7066
7067         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7068         (nnimap-retrieve-groups-asynchronous): Add :version.
7069         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7070
7071         * mml.el (mml-content-disposition-parameters)
7072         (mml-insert-mime-headers-always): Add :version.
7073
7074         * mm-util.el (mm-coding-system-priorities):
7075
7076         * mm-decode.el (mm-inline-text-html-with-images)
7077         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7078         (mm-verify-option): Add :version.
7079         (mm-text-html-renderer): Change :version.
7080
7081         * message.el (message-fcc-externalize-attachments)
7082         (message-required-headers, message-draft-headers)
7083         (message-subject-trailing-was-query)
7084         (message-subject-trailing-was-ask-regexp)
7085         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7086         (message-mark-insert-end, message-archive-header)
7087         (message-archive-note, message-cross-post-default)
7088         (message-cross-post-note, message-followup-to-note)
7089         (message-cross-post-note-function, message-use-mail-followup-to)
7090         (message-subscribed-address-functions)
7091         (message-subscribed-address-file, message-subscribed-addresses)
7092         (message-subscribed-regexps, message-allow-no-recipients)
7093         (message-yank-cited-prefix, message-signature-insert-empty-line)
7094         (message-hidden-headers, message-hierarchical-addresses)
7095         (message-mail-user-agent, message-use-idna)
7096         (message-valid-fqdn-regexp)
7097         (message-strip-special-text-properties, message-header-synonyms)
7098         (message-beginning-of-line, message-tab-body-function): Add :version.
7099         (message-insert-canlock, message-wide-reply-confirm-recipients):
7100         Change :version.
7101
7102         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7103         and :version.
7104         (mail-source-delete-old-incoming-confirm)
7105         (mail-source-movemail-program): Add :version.
7106
7107         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7108         (gnus-agent-cache, gnus-agent): Change :version.
7109
7110         * gnus-util.el (gnus-use-byte-compile): Change :version.
7111
7112         * gnus-sum.el (gnus-summary-make-false-root-always)
7113         (gnus-summary-default-high-score)
7114         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7115         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7116         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7117         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7118         (gnus-sum-thread-tree-single-indent)
7119         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7120         (gnus-sum-thread-tree-leaf-with-other)
7121         (gnus-sum-thread-tree-single-leaf): Add :version.
7122         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7123         (gnus-article-loose-mime): Change :version.
7124
7125         * gnus-start.el (gnus-backup-startup-file)
7126         (gnus-save-startup-file-via-temp-buffer): Add :version.
7127
7128         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7129         (gnus-server-offline-face): Add :version.
7130
7131         * gnus-score.el (gnus-adaptive-word-length-limit):
7132
7133         * gnus-msg.el (gnus-gcc-externalize-attachments)
7134         (gnus-debug-files, gnus-debug-exclude-variables)
7135         (gnus-discouraged-post-methods): Change :version.
7136         (gnus-confirm-mail-reply-to-news)
7137         (gnus-confirm-treat-mail-like-news): Add :version.
7138
7139         * gnus-int.el (gnus-server-unopen-status): Add :version.
7140
7141         * gnus-group.el (gnus-group-jump-to-group-prompt)
7142         (gnus-large-ephemeral-newsgroup)
7143         (gnus-fetch-old-ephemeral-headers): Add :version.
7144
7145         * gnus-fun.el (gnus-x-face-directory)
7146         (gnus-convert-pbm-to-x-face-command)
7147         (gnus-convert-image-to-x-face-command)
7148         (gnus-convert-image-to-face-command): Add :version.
7149
7150         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7151
7152         * gnus-cite.el (gnus-cite-blank-line-after-header)
7153         (gnus-article-boring-faces):
7154
7155         * gnus-art.el (gnus-buttonized-mime-types)
7156         (gnus-inhibit-mime-unbuttonizing)
7157         (gnus-treat-display-face)
7158         (gnus-treat-body-boundary): Change :version.
7159         (gnus-body-boundary-delimiter, gnus-picon-databases)
7160         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7161         (gnus-treat-date-english, gnus-treat-fold-headers)
7162         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7163         (gnus-treat-mail-picon, gnus-treat-wash-html)
7164         (gnus-article-encrypt-protocol)
7165         (gnus-use-idna, gnus-article-over-scroll)
7166         (gnus-mime-display-multipart-alternative-as-mixed)
7167         (gnus-mime-display-multipart-related-as-mixed)
7168         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7169         (gnus-ctan-url, gnus-button-ctan-handler)
7170         (gnus-button-handle-ctan-bogus-regexp)
7171         (gnus-button-ctan-directory-regexp)
7172         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7173         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7174         (gnus-button-man-level, gnus-button-emacs-level)
7175         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7176
7177         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7178         (gnus-agent-go-online): Change :version.
7179         (gnus-agent-expire-unagentized-dirs)
7180         (gnus-agent-auto-agentize-methods): Add :version.
7181
7182         * flow-fill.el (fill-flowed-display-column)
7183         (fill-flowed-encode-column): Add :version.
7184
7185         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7186         (gnus-outlook-deuglify-unwrap-max)
7187         (gnus-outlook-deuglify-cite-marks)
7188         (gnus-outlook-deuglify-unwrap-stop-chars)
7189         (gnus-outlook-deuglify-no-wrap-chars)
7190         (gnus-outlook-deuglify-attrib-cut-regexp)
7191         (gnus-outlook-deuglify-attrib-verb-regexp)
7192         (gnus-outlook-deuglify-attrib-end-regexp)
7193         (gnus-outlook-display-hook): Add :version.
7194
7195         * binhex.el (binhex-use-external): Add :version.
7196
7197 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7200         and `invisible'.
7201
7202 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7203
7204         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7205         in gnus-registry-trim.
7206
7207 2004-09-13  Simon Josefsson  <jas@extundo.com>
7208
7209         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7210
7211         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7212
7213         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7214         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7215         <yamaoka@jpl.org>.
7216         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7217         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7218         <yamaoka@jpl.org>.
7219
7220         * sieve.el (sieve-manage-mode): Ditto.
7221
7222 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7225
7226 2004-09-11  Simon Josefsson  <jas@extundo.com>
7227
7228         * dns-mode.el: Add.
7229
7230         * mm-view.el (mm-display-dns-inline): Add.
7231
7232         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7233         (mm-automatic-display): Ditto.
7234
7235         * mailcap.el (mailcap-mime-data): Add text/dns.
7236         (mailcap-mime-extensions): Map .soa to text/dns.
7237
7238 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7239
7240         * gnus-art.el (article-decode-mime-words, article-babel)
7241         (gnus-article-highlight-signature, gnus-article-add-buttons)
7242         (gnus-signature-toggle): Remove unnecessary bindings of
7243         `inhibit-read-only' inherited from v5.10 merge.
7244
7245 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * nntp.el (nntp): New customization group.
7248         (nntp-authinfo-file): Add customization group.
7249
7250         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7251
7252         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7253
7254         * gnus.el (to-address, to-list, subscribed)
7255         (large-newsgroup-initial): Ditto.
7256
7257         * flow-fill.el (fill-flowed-display-column)
7258         (fill-flowed-encode-column): Ditto.
7259
7260 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7261
7262         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7263         Use point-min rather than 1.
7264         (message-send-mail): Use buffer-size rather than point-max.
7265
7266         * gnus-sum.el (gnus-summary-search-article-forward):
7267         Signal a specific `search-failed' rather than a generic `error'.
7268
7269         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7270         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7271         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7272
7273 2004-09-10  Simon Josefsson  <jas@extundo.com>
7274
7275         * nndb.el (require): Remove tcp and duplicate cl.
7276
7277 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * gnus-agent.el (directory-files-and-attributes): Move forward.
7280
7281 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7282
7283         * gnus-agent.el (directory-files-and-attributes): Optionally
7284         defined to support XEmacs.
7285
7286 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7287
7288         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7289         to avoid run-time CL dependencies.
7290         (gnus-agent-unfetch-articles): New function.
7291         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7292         article numbers even when local .overview file is missing.
7293         (gnus-agent-read-article-number): New function. Only accepts
7294         27-bit article numbers.
7295         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7296         gnus-agent-read-article-number.
7297         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7298         from backend while recognizing that article numbers in .overview
7299         must be valid.
7300         (gnus-agent-update-files-total-fetched-for): Use
7301         directory-files-and-attributes to improve performance.
7302         * gnus-int.el (gnus-request-move-article): Use
7303         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7304         improve performance.
7305
7306         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7307         some users confused by references to .newsrc when they only have a
7308         .newsrc.eld file.
7309         (gnus-convert-mark-converter-prompt,
7310         gnus-convert-converter-needs-prompt): Fixed use of property list.
7311         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7312         New function. Used internally to only display 'gnus converting
7313         files' message when actually necessary.
7314
7315         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7316         methods now autoloaded.
7317
7318 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7321         identifiers.
7322
7323 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7324
7325         * gnus-picon.el: Fix indentation and closing parenthesis.
7326
7327 2004-09-01  Simon Josefsson  <jas@extundo.com>
7328
7329         * message.el (message-canlock-generate): Require sha1, not
7330         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7331         to require within a function.  Sadly, if sha1.el isn't loaded, the
7332         let binding in m-c-g will hide the defcustom definition, which is
7333         bad.)
7334
7335         * canlock.el: Require sha1, not sha1-el.
7336
7337         * message.el: Don't autoload sha1 (there is a autoload cookie in
7338         sha1.el).
7339
7340         * sha1-el.el: Renamed to sha1.el.
7341
7342 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7343
7344         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7345
7346 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7347
7348         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7349
7350 2004-08-30  Kim F. Storm  <storm@cua.dk>
7351
7352         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7353
7354         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7355         Add :group 'nnimap.
7356
7357 2004-08-30  Andreas Schwab  <schwab@suse.de>
7358
7359         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7360         ?* and ?\;.
7361
7362         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7363         and ?\' to symbol instead of whitespace.
7364
7365 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7368
7369         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7370         instead of re-search-forward.
7371
7372         * gnus-uu.el (gnus-uu-save-article): Ditto.
7373         (gnus-uu-post-encode-uuencode): Ditto.
7374
7375         * html2text.el (html2text-clean-list-items): Ditto.
7376         (html2text-clean-dtdd): Ditto.
7377         (html2text-format-tags): Ditto.
7378
7379         * message.el (message-send-mail-with-sendmail): Fix regexp.
7380         (message-fill-field-general): Use search-forward instead of
7381         re-search-forward.
7382         (unbold-region): Ditto.
7383
7384         * nnrss.el (nnrss-request-article): Ditto.
7385
7386         * nnslashdot.el (nnslashdot-request-article): Ditto.
7387
7388         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7389
7390         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7391         "Unrecognized menu descriptor" error in XEmacs.
7392
7393 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7394
7395         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7396         parent article of a sparse article in the thread hashtb.
7397
7398 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7399
7400         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7401         (nnmail-expand-newtext): Lowercase expanded entries if
7402         nnmail-split-lowercase-expanded is non-nil.
7403
7404 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7407         entry.
7408
7409         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7410         of gnus-tmp-news-method into string under XEmacs.  It will be
7411         passed to gnus-correct-length which takes only a string argument.
7412
7413 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-util.el (gnus-bind-print-variables): New macro.
7416         (gnus-prin1): Use it.
7417         (gnus-prin1-to-string): Use it.
7418         (gnus-pp): New function.
7419         (gnus-pp-to-string): New function.
7420
7421         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7422         pp-to-string with gnus-pp-to-string.
7423         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7424         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7425         * gnus-msg.el (gnus-debug): Ditto.
7426         * gnus-score.el (gnus-score-save): Ditto.
7427         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7428         gnus-pp-to-string.
7429         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7430         with gnus-pp.
7431         * score-mode.el (gnus-score-pretty-print): Ditto.
7432         * webmail.el (webmail-debug): Ditto.
7433
7434 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-art.el (article-display-face, article-display-x-face): Use
7437         buffer-read-only.
7438
7439 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-art.el (article-hide-list-identifiers): Bind
7442         inhibit-read-only as t.
7443
7444 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7447
7448 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7449
7450         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7451         (gnus-narrow-to-page): Don't assume point-min == 1.
7452         (gnus-article-edit-mode): Derive from message-mode.
7453
7454         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7455         point-min == 1.
7456
7457         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7458         Disable incorrect use of `assert'.
7459
7460         * message.el (message-mode): Set comment-start-skip.
7461
7462
7463 2004-08-22  Sam Steingold  <sds@gnu.org>
7464
7465         * pop3.el (pop3-leave-mail-on-server): New user variable.
7466         (pop3-movemail): Delete mail only when it is nil.
7467
7468 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7469
7470         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7471
7472         * mml.el (mml-preview): Use `pop-to-buffer'.
7473
7474         * message.el (message-goto-mail-followup-to): Insert after "To".
7475         (message-carefully-insert-headers): Add comment.
7476
7477         * gnus.el: Remove unused variable `gnus-article-check-size'.
7478
7479         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7480
7481         * gnus-art.el (gnus-button-alist): Improve
7482         `gnus-button-handle-library' entry.
7483
7484 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7485
7486         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7487         downcase, since XEmacs capitalizes error messages differently.
7488
7489 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7490
7491         * nntp.el: Add (require 'gnus) due to reference to
7492         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7493
7494 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7495
7496         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7497         `mm-fill-flowed'.
7498
7499         * mm-decode.el (mm-dissect-singlepart): Check it.
7500
7501 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7502
7503         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7504         'imap' for netrc parsing.
7505
7506 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * mailcap.el (mailcap-mime-data): Mark as risky.
7509
7510 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7513         may be included in the encoded word.
7514         (rfc2047-encode): Don't append a space if the encoded word
7515         includes close parenthesis.
7516
7517 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7520         of text within parentheses.
7521
7522 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7523
7524         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7525         (gnus-encrypt-write-file-contents): Make the password key the file
7526         name PLUS the cipher, not just the cipher.  Also remove failed
7527         passwords from the cache.
7528
7529 2004-08-06  Simon Josefsson  <jas@extundo.com>
7530
7531         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7532         fix.
7533
7534 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7537         LWSP.
7538
7539 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7540
7541         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7542         to append in-reply-to: data to the references: header.
7543
7544         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7545         (netrc-parse): Use gnus-encrypt.el functions.
7546
7547         * gnus-encrypt.el: Add new file for encryption support; currently
7548         does only a few GPG ciphers and an internal XOR cipher.
7549
7550         * password.el: Add comments on using password-read-and-add.
7551         (password-read-and-add): Add function to read and add the
7552         password to the cache at once.
7553
7554 2004-07-28  Simon Josefsson  <jas@extundo.com>
7555
7556         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7557         parameter (but don't use it, for now).
7558
7559         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7560         instead of hard coding to nil.
7561
7562 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7565         as mm-inline-image-xemacs does.
7566
7567 2004-07-26  Simon Josefsson  <jas@extundo.com>
7568
7569         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7570         Revert part of 2004-07-17 change below.
7571
7572 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7575         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7576
7577 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7578
7579         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7580         quotes that actually start with ">" at the beginning of the
7581         lines.
7582
7583 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * rfc2047.el (rfc2047-encode-region): Fix last change.
7586         (rfc2047-encode-parameter): Remove useless concat.
7587
7588 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7591         encode special characters; fix some kind of misconfigured headers;
7592         signal a real error if debug-on-quit or debug-on-error is non-nil.
7593         (rfc2047-encode-max-chars): New variable.
7594         (rfc2047-encode-1): Use it.
7595         (rfc2047-encode-parameter): New function.
7596
7597         * mml.el (mml-insert-parameter): Remove an excessive space.
7598
7599 2004-07-17  Simon Josefsson  <jas@extundo.com>
7600
7601         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7602         Kai Grossjohann <kai@emptydomain.de>.
7603         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7604         (gnus-group-make-menu-bar): Ditto.
7605
7606         * gnus-util.el (gnus-group-server): Add.
7607
7608 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7609
7610         * message.el (message-clone-locals): Clone sendmail and smtp
7611         variables.
7612
7613 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * rfc2047.el (rfc2047-encode-region): Fix last change.
7616
7617 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7620         characters as non-special.
7621
7622 2004-07-09  Simon Josefsson  <jas@extundo.com>
7623
7624         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7625         Users will lose all flag changes made while unplugged with
7626         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7627         good default.  See numerous reports on ding mailing list.
7628
7629 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7632         add generate-head-function and generate-article-function to the
7633         rfc822-forward entry.
7634         (nndoc-rfc822-forward-generate-article): New function.
7635         (nndoc-rfc822-forward-generate-head): New function.
7636
7637         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7638
7639 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7640
7641         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7642         respect display group parameter and gnus-summary-expunge-below.
7643         (gnus-articles-to-read): Remove unused reference to display group
7644         parameter.
7645
7646 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7647
7648         * nnheader.el (nnheader-uniquify-message-id): New experimental
7649         variable.
7650         (nnheader-nov-read-message-id): Use it.
7651
7652         * spam-report.el (spam-report-gmane): Add interactive.
7653
7654 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7657         qp-or-base64 for the application/* types.
7658
7659 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7660
7661         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7662
7663 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7664
7665         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7666         trim value.
7667
7668 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7669
7670         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7671         New macro and function.
7672         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7673
7674 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7677         after-load-alist.
7678
7679 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7680
7681         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7682         update info that isn't there.
7683
7684 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7685
7686         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7687         entry.
7688
7689 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * mm-view.el (mm-inline-render-with-function): Use multibyte
7692         buffer; decode html source by charset.
7693
7694         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7695
7696         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7697         Mule-UCS is loaded under XEmacs.
7698         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7699
7700 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7701
7702         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7703
7704 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * mm-util.el (mm-coding-system-p): Return a coding-system.
7707         (mm-mime-mule-charset-alist): Use shift_jis instead of
7708         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7709         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7710         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7711         instead of japanese-shift-jis and iso-latin-1 respectively in
7712         order to share the default value with both Emacs and XEmacs-mule.
7713         (mm-mule-charset-to-mime-charset): Make
7714         mm-coding-system-priorities effective.
7715         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7716         while predicating of candidates upon the priorities.
7717
7718 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7719
7720         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7721         gnus-uu-invert-processable.
7722
7723         * gnus.el: Autoload gnus-uu-invert-processable.
7724
7725 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * mm-util.el (mm-with-multibyte-buffer): New macro.
7728
7729         * rfc2047.el (rfc2047-encode-string): Use it.
7730         (rfc2047-encode-region): Move point to the end of the region after
7731         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7732
7733 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7736         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7737
7738 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7741         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7742         Karl Chen <quarl@nospam.quarl.org>.
7743
7744 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7745
7746         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7747         invalid addresses.
7748
7749 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7750
7751         * spam.el: Change section markers, revise TODO list.
7752         (spam-backends): Make new master list of all installed backends.
7753         (spam-summary-exit-behavior): Add new variable to determine how
7754         messages moves are done at summary exit.
7755         (spam-move-spam-nonspam-groups-only)
7756         (spam-process-ham-in-nonham-groups)
7757         (spam-process-ham-in-spam-groups): Remove variables, the
7758         spam-summary-exit-behavior variable should be used to manage this
7759         behavior.
7760         (spam-old-ham-articles, spam-old-spam-articles): Remove.
7761         (spam-old-articles): Add variable, replacing spam-old-ham-articles
7762         and spam-old-spam-articles.
7763         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7764         Add empty variables, placeholders for the backends they represent.
7765         (spam-set-difference): Move, unchanged.
7766         (spam-list-of-processors): Declare OBSOLETE, not used anymore
7767         unless the user has a processor variable.
7768         (spam-classifications, spam-classification-valid-p)
7769         (spam-backend-properties, spam-backend-property-valid-p)
7770         (spam-backend-function-type-valid-p)
7771         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
7772         (spam-report-articles-gmane, spam-report-articles-resend):
7773         Remove functions, they are not needed.
7774         (spam-install-backend-super, spam-backend-list)
7775         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7776         (spam-backend-function, spam-backend-ham-registration-function)
7777         (spam-backend-spam-registration-function)
7778         (spam-backend-ham-unregistration-function)
7779         (spam-backend-spam-unregistration-function)
7780         (spam-backend-statistical-p, spam-backend-mover-p)
7781         (spam-install-backend-alias, spam-install-checkonly-backend)
7782         (spam-install-mover-backend, spam-install-nocheck-backend)
7783         (spam-install-backend, spam-install-statistical-backend)
7784         (spam-install-statistical-checkonly-backend): Add backend installation
7785         support.
7786         (spam-summary-prepare-exit): Rewrite to use the new backend code.
7787         (spam-group-processor-p): Use the new backend code and respect the
7788         summary exit behavior.
7789         (spam-mark-spam-as-expired-and-move-routine): Remove.
7790         (spam-summary-prepare): Change to use the new spam-old-articles
7791         variable.
7792         (spam-copy-or-move-routine, spam-copy-spam-routine)
7793         (spam-move-spam-routine, spam-copy-ham-routine)
7794         (spam-move-ham-routine): Add code to copy/move ham or spam.
7795         (spam-fetch-field-fast): Improve doc and code, plus allow the
7796         'number request.
7797         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
7798         variables.
7799         (spam-split, spam-find-spam): Use the new backend code.
7800         (spam-registration-functions): Remove variable.
7801         (spam-unregister-routine): Add convenience wrapper.
7802         (spam-log-undo-registration, spam-register-routine)
7803         (spam-log-processing-to-registry)
7804         (spam-log-unregistration-needed-p): Rename "check" to "backend"
7805         where possible.
7806         (spam-check-gmane-xref, spam-check-regex-headers)
7807         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
7808         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
7809         (spam-check-bogofilter-headers, spam-check-spamoracle)
7810         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7811         (spam-check-crm114-headers): Use the spam-split-group that
7812         spam-split prepares, no need to determine it every time.
7813
7814         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
7815         to the nnheader-parse-naked-head call.
7816
7817         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
7818
7819         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
7820         the nnheader-nov-read-message-id call.
7821
7822 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7825         gnus-activate-group twice.  Suggested by Markus Peter
7826         <warp@spin.de>.
7827
7828 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-art.el (gnus-article-time-format): Exchange the order of
7831         day and month in the default value; fix customization type.
7832         (article-date-ut): Use add-text-properties.
7833         (article-make-date-line): Use message-make-date instead of
7834         current-time-string.
7835
7836         * message.el (message-fetch-field): Don't use set-text-properties.
7837         (message-make-date): Simplify.
7838
7839         * messagexmas.el (message-xmas-make-date): New function.
7840         (message-xmas-redefine): Defalias message-make-date to it.
7841
7842 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7845         (rfc2047-encode-region): Treat text within parentheses as special;
7846         show the original text when error has occurred.
7847
7848         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7849         already-computed method to gnus-activate-group.
7850
7851         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7852         same select-methods identical Lisp objects.
7853
7854         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7855         object when modifying the info.
7856
7857 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7860         gnus-opened-servers since it has never been opened with the new
7861         configuration yet.
7862
7863 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7866         arg to nnheader-generate-fake-message-id.
7867
7868 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7869
7870         * nnheader.el (nnheader-generate-fake-message-id): Accept a
7871         number and build a fake message ID localized to a group and
7872         article number (so it's repeatable from that point on).
7873         (nnheader-fake-message-id-p): Change regex to accomodate new fake
7874         ID format.
7875
7876         * gnus-sum.el (gnus-get-newsgroup-headers): Call
7877         nnheader-generate-fake-message-id with the article number.
7878
7879 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7880
7881         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7882         end-of-buffer.
7883
7884 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7885
7886         * message.el (message-ignored-supersedes-headers): Add Approved.
7887
7888 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7891         goto-char.
7892         (rfc2047-encode): Fold the line before encoding.
7893
7894 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7895
7896         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7897         folding -- not all headers can be folded, and this should be done
7898         by the message composition mode.  Probably.  I think.
7899
7900 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7903         fast.
7904
7905         * gnus-ems.el (gnus-remove-image): Don't use
7906         message-text-with-property; remove only the image found first.
7907
7908         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7909         found first.
7910
7911 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7912
7913         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7914
7915 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * message.el (message-text-with-property): Make it fast and accept
7918         optional arguments.
7919         (message-strip-forbidden-properties): Use it.
7920         (message-fix-before-sending): Follow the m-t-w-p change.
7921
7922         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7923
7924 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * gnus-art.el (article-hide-headers): Don't change the buffer
7927         mistakenly when performing mml-preview even if
7928         gnus-single-article-buffer is nil.
7929
7930 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7931
7932         * message.el (message-expand-name-databases): New user option.
7933         (message-expand-name): Use it.
7934
7935 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7936
7937         * spam.el (spam-report-articles-resend)
7938         (spam-report-resend-register-routine): Allow ham reporting.
7939         (spam-report-resend-register-ham-routine): Add wrapper.
7940         (spam-registration-functions): Add ham resending functions.
7941         (spam-list-of-processors): Add ham resend processor.
7942
7943         * gnus.el (ham-resend-to): Add new group parameter.
7944         (spam-process): Add ham resend option.
7945
7946         * spam-report.el (spam-report-resend): Allow reporting ham.
7947         (spam-report-resend-ham): Add wrapper.
7948
7949 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7950
7951         * message.el (message-cite-articles-with-x-no-archive): New
7952         variable.
7953         (message-cite-original): Use it.
7954
7955 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956
7957         * message.el (message-cite-original): Respect X-No-Archive.
7958
7959 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * gnus-art.el (article-hide-headers): Refer to the values for
7962         gnus-ignored-headers and gnus-visible-headers in the summary
7963         buffer since a user may have set them as group parameters.
7964
7965 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7966
7967         * assistant.el (assistant-node-name): Add convenience function.
7968         (assistant-render-text, assistant-render-node): Add error handling,
7969         plus handle multiple next nodes.
7970         (assistant-find-next-node): Comment out for now.
7971         (assistant-find-next-nodes): Add function, returns list of next
7972         nodes.
7973
7974 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7975
7976         * mail-source.el (mail-source-directory): Fix doc-string.
7977
7978 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7979
7980         * assistant.el (assistant-render-text, assistant-eval): Add :set
7981         widget type, which is different because it takes and returns a
7982         list.  Much hilarity ensues.
7983
7984 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7987
7988         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7989         doc-string.
7990
7991         * gnus-start.el (gnus-activate-group): Added doc-string.
7992
7993 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7996
7997 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7998
7999         * assistant.el (assistant-render-text): Try to add a :set
8000         widget, more to come.
8001
8002         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8003         strings.
8004         (spam-report-articles-resend)
8005         (spam-register-routine): Do registration iff any articles warrant
8006         it.
8007         (spam-summary-prepare-exit): Change log message for nil group
8008         destinations.
8009
8010 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8011
8012         * spam.el (spam-report-resend-register-routine): Allow
8013         spam-report-resend-to to be a group parameter or a global value.
8014
8015 2004-05-26  Simon Josefsson  <jas@extundo.com>
8016
8017         * starttls.el: Merge with my GNUTLS based starttls.el.
8018         (starttls-gnutls-program, starttls-use-gnutls)
8019         (starttls-extra-arguments, starttls-process-connection-type)
8020         (starttls-connect, starttls-failure, starttls-success): New
8021         variables.
8022         (starttls-program, starttls-extra-args): Doc fix.
8023         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8024         functions.
8025         (starttls-negotiate, starttls-open-stream): Check
8026         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8027         function if it is set.
8028
8029 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8032         structured fields.
8033
8034 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8037
8038 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8039
8040         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8041         variable.
8042         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8043         assigning the spam-mark to new messages.
8044
8045 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8046
8047         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8048
8049 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8052
8053         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8054         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8055         default.
8056
8057 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8058
8059         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8060         correct data.
8061
8062 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8063
8064         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8065         (spam-group-processor-p): Fix function.
8066         (spam-group-processor-multiple-p)
8067         (spam-group-spam-processor-report-gmane-p)
8068         (spam-group-spam-processor-report-resend-p)
8069         (spam-group-spam-processor-bogofilter-p)
8070         (spam-group-spam-processor-blacklist-p)
8071         (spam-group-spam-processor-ifile-p)
8072         (spam-group-ham-processor-ifile-p)
8073         (spam-group-spam-processor-spamoracle-p)
8074         (spam-group-spam-processor-crm114-p)
8075         (spam-group-ham-processor-bogofilter-p)
8076         (spam-group-spam-processor-stat-p)
8077         (spam-group-ham-processor-stat-p)
8078         (spam-group-ham-processor-whitelist-p)
8079         (spam-group-ham-processor-BBDB-p)
8080         (spam-group-ham-processor-spamoracle-p)
8081         (spam-group-ham-processor-copy-p): Remove functions with some
8082         prejudice against unneeded code.
8083         (spam-report-articles-resend)
8084         (spam-report-resend-register-routine): Allow the group/topic
8085         spam-resend-to value to override spam-report-resend-to.
8086         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8087         properly now.
8088
8089         * gnus.el (spam-resend-to): Add group/topic parameter.
8090         (spam-process): Move the OBSOLETE processors to the end of the
8091         choices.
8092
8093 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8094
8095         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8096         with resend-to set to nil, and then ask the user if necessary.
8097         (spam-report-resend): spam-report-resend takes a list of articles, not
8098         separate article numbers.
8099
8100 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8103         addition to emacs-w3m.
8104
8105 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * assistant.el (assistant-authinfo-data): New function.
8108         (assistant-eval): Eval for entire assistant.
8109
8110         * netrc.el (netrc-services-file): New variable.
8111         (netrc-parse-services): New function.
8112         (netrc-find-service-name): New function.
8113         (netrc-find-service-number): New function.
8114         (netrc-port-equal): New function.
8115         (netrc-machine): Use it.
8116
8117         * nnimap.el (nnimap-open-connection): Use netrc.
8118
8119         * gnus-util.el (gnus-netrc-get): Remove aliases.
8120
8121         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8122
8123         * assistant.el (wid-edit): Fix compilation.
8124
8125         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8126
8127 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8128
8129         * gnus-util.el (gnus-set-file-modes): New function.  (small
8130         patch).
8131
8132 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8133
8134         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8135
8136         * assistant.el (assistant-render-node): Fix up rendering and
8137         read-only text.
8138         (assistant-render-node): Reset.
8139         (assistant-make-read-only): Not sticky.
8140
8141 2004-05-20  Danny Siu  <dsiu@adobe.com>
8142
8143         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8144         centered even when gnus-auto-center-summary is t
8145
8146 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * dns.el (dns-get-txt-answer): New function.
8149         (dns-read-txt): Ditto.
8150         (query-dns): Use it.
8151
8152 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8155         active for foreign groups even if the group level is higher than
8156         the specified value.
8157
8158 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8159
8160         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8161         non-active groups.
8162
8163         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8164
8165 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8166
8167         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8168
8169 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8170
8171         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8172         (spam-crm114-header, spam-crm114-spam-switch)
8173         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8174         (spam-crm114-positive-spam-header)
8175         (spam-crm114-database-directory, spam-list-of-processors)
8176         (spam-group-spam-processor-crm114-p)
8177         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8178         (spam-generic-score, spam-list-of-checks)
8179         (spam-list-of-statistical-checks, spam-registration-functions)
8180         (spam-check-crm114-headers, spam-crm114-score)
8181         (spam-check-crm114, spam-crm114-register-with-crm114)
8182         (spam-crm114-register-spam-routine)
8183         (spam-crm114-unregister-spam-routine)
8184         (spam-crm114-register-ham-routine)
8185         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8186         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8187
8188         * gnus.el: Add spam-use-crm114.
8189
8190         * spam.el (spam-list-of-processors, spam-registration-functions):
8191         Add spam-use-resend.
8192         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8193         (spam-report-articles-gmane): Add doc fix.
8194         (spam-report-articles-resend,
8195         spam-report-resend-register-routine): Add wrappers around
8196         spam-report-resend-to.
8197
8198         * spam-report.el (spam-report-resend-to, spam-report-resend):
8199         Add support for resending spam.
8200         (spam-report-gmane): Fix line length >80.
8201
8202         * gnus.el (spam-process): Add spam-use-resend.
8203
8204 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8205
8206         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8207         number of processed spam messages.
8208         (spam-ham-copy-or-move-routine): Return the number of processed
8209         ham messages.
8210         (spam-summary-prepare-exit): Use the above values to decide
8211         whether status messages shouled be displayed.
8212
8213 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8216         `rfc2047-encoding-function-alist' in order to avoid conflicting
8217         with the old version.
8218         (rfc2047-encode-region): Concatenate words containing non-ASCII
8219         characters in structured fields; don't encode space-delimited
8220         ASCII words even in unstructured fields; don't break words at
8221         char-category boundaries.
8222         (rfc2047-encode-1): New function.
8223         (rfc2047-encode): Use it; encode text so that it occupies the
8224         maximum width within 76-column; work correctly on Q encoding for
8225         iso-2022-* charsets.
8226         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8227         sure not to break a line just after the header name.
8228         (rfc2047-b-encode-region): Removed.
8229         (rfc2047-b-encode-string): New function.
8230         (rfc2047-q-encode-region): Removed.
8231         (rfc2047-q-encode-string): New function.
8232
8233         * mm-util.el (mm-replace-in-string): New function.
8234
8235 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8238         get it right.
8239         (gnus-inews-make-draft): Really.
8240
8241 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8242
8243         * nnmh.el (nnmh-request-list-1): Don't check the link count
8244         before descending.  (small patch)
8245
8246 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8249         stuff.
8250
8251         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8252         on real group name.
8253
8254         * gnus-art.el (gnus-signature-limit): Doc fix.
8255
8256         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8257
8258         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8259
8260 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8261
8262         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8263         isn't a string.
8264
8265 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266
8267         * gnus-draft.el (gnus-draft-send): Bind
8268         rfc2047-encode-encoded-words.
8269
8270         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8271         (rfc2047-encodable-p): Say that =? needs encoding.
8272         (rfc2047-encode-encoded-words): New variable.
8273
8274         * gnus-group.el (gnus-group-select-group): Doc fix.
8275
8276         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8277
8278         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8279         to nil.
8280
8281         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8282
8283         * nnheader.el (nnheader-get-lines-and-char): New function.
8284
8285 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8286
8287         * gnus-msg.el (gnus-summary-followup-with-original): Document
8288         yanking of region when active.
8289
8290 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8293         groups if the group level is higher than the specified value.
8294
8295 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8296
8297         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8298         (gnus-group-jump-to-group): Added prefix argument using
8299         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8300         non-active group.
8301
8302         * compface.el (uncompface): Be verbose when changing
8303         `uncompface-use-external'.
8304
8305         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8306         handle manual section.
8307
8308 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8309
8310         * gnus-art.el (gnus-button-alist): Revert previous change.
8311
8312 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8315
8316 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8319         whether backend can accept message.
8320
8321         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8322
8323 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8324
8325         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8326         Avoid creating directory when nntp-marks-is-evil is true.
8327         Reported by Reiner Steib.
8328
8329 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * gnus-picon.el (gnus-picon-style): New variable.
8332         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8333         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8334         Jesper Harder <harder@ifa.au.dk>.
8335
8336 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8337
8338         * message.el (message-fill-field): Return point.
8339         (message-generate-headers): Go to end of field.
8340
8341         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8342         stuff for non-living groups.
8343
8344 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8345
8346         * gnus-art.el (gnus-article-followup-with-original)
8347         (gnus-article-reply-with-original): gnus-mark-active-p ->
8348         gnus-region-active-p.
8349
8350 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8351
8352         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8353         only when there is spam or ham to be processed.
8354
8355 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8356
8357         * mail-source.el (mail-source-delete-crash-box): Refactor.
8358         (mail-source-fetch): Use it.
8359         (mail-source-fetch-file): Ditto.
8360         (mail-source-fetch-directory): Run postscript in loop.
8361         (mail-source-fetch-pop): Delete.
8362         (mail-source-fetch-maildir): Ditto.
8363         (mail-source-fetch-imap): Ditto.
8364
8365         * imap.el (imap-authenticators): Comment out sasl.
8366
8367         * message.el (message-skip-to-next-address): New function.
8368         (message-fill-header-address): Refactor.
8369         (message-fill-address): Use it.
8370         (message-delete-address): Use it.
8371         (message-fill-header-general): Refactor.
8372         (message-fill-field-address): Rename.
8373         (message-narrow-to-field): Find the start of the header.
8374         (message-header-format-alist): Don't pre-fill.
8375         (message-fill-header): Removed.
8376         (message-insert-header): New function.
8377         (message-shorten-references): Use it.
8378
8379         * rfc2047.el (rfc2047-field-value): Strip props.
8380
8381         * mail-parse.el (mail-header-make-address): New alias.
8382
8383         * ietf-drums.el (ietf-drums-make-address): New function.
8384
8385         * imap.el: Add compiler directives.
8386
8387         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8388
8389         * gnus-art.el (article-decode-idna-rhs): Don't use
8390         message-idna-inside-rhs-p.
8391
8392 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8393
8394         * message.el (message-idna-inside-rhs-p): Removed.
8395         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8396
8397         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8398         false positives.
8399
8400 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8401
8402         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8403
8404 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * nneething.el (nneething-file-name): Don't create spurions
8407         files.
8408
8409         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8410         (gnus-inews-do-gcc): Remove sleep.
8411
8412         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8413         part under point.
8414
8415         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8416         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8417
8418 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8419
8420         * spam.el (spam-summary-prepare-exit): Fixed (length).
8421
8422 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8423
8424         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8425         as expired without moving it" message when there are spam
8426         messages left.
8427
8428 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8429
8430         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8431         header is not nil.
8432
8433 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8434
8435         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8436         nntp-possibly-create-directory, not nntp-possibly-change-group.
8437         (nntp-marks-changed-p): New arg SERVER.
8438         (nntp-request-update-info): Adjust caller.
8439
8440 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8441
8442         * nntp.el (nntp-save-marks): Pass missing arg.
8443
8444 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8445
8446         * nntp.el: Support marks.
8447         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8448         (nntp-marks-modtime, nntp-marks-directory): New variables.
8449         (nntp-request-set-mark, nntp-request-update-info)
8450         (nntp-possibly-create-directory, nntp-marks-changed-p)
8451         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8452         functions.
8453
8454 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8455
8456         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8457         (gnus-xmas-redefine): Rename.
8458
8459         * gnus-score.el (gnus-score-insert-help): Use
8460         gnus-select-lowest-window.
8461
8462         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8463         appt-select-lowest-window and rename to gnus-select-lowest-window.
8464
8465         * gnus.el: do.
8466
8467 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8468
8469         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8470         encodings of MIME-encoded words, in order to improve
8471         interoperability with several broken MUAs.
8472
8473 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8474
8475         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8476         tags, only when charsets are not specified in headers.
8477         (mm-inline-text-html-render-with-w3m): Ditto.
8478
8479         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8480         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8481
8482 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8483
8484         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8485         instead of MIME-decoded from fields when checking
8486         `gnus-article-address-banner-alist'.
8487
8488 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8489
8490         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8491         description rather than subject.
8492
8493 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8494
8495         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8496
8497 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8498
8499         * gnus.el (gnus-version-number): Bump.
8500
8501 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8502
8503         * gnus.el: No Gnus v0.2 is released.
8504
8505 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8506
8507         * gnus-agent.el (gnus-agent-read-agentview): Inline
8508         gnus-uncompress-range.
8509
8510 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8511
8512         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8513         `exec-installed-p'.
8514
8515 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8516
8517         * gnus.el (spam-process, spam-autodetect-methods): Add
8518         bsfilter and bsfilter-headers.
8519
8520         * spam.el (spam-bsfilter): New customize group.
8521         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8522         (spam-bsfilter-header, spam-bsfilter-probability-header)
8523         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8524         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8525         (spam-bsfilter-database-directory): New options.
8526         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8527         (spam-list-of-statistical-checks, spam-registration-functions):
8528         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8529         (spam-bsfilter-score): New command.
8530         (spam-check-bsfilter-headers, spam-check-bsfilter)
8531         (spam-bsfilter-register-with-bsfilter)
8532         (spam-bsfilter-register-spam-routine)
8533         (spam-bsfilter-unregister-spam-routine)
8534         (spam-bsfilter-register-ham-routine)
8535         (spam-bsfilter-unregister-ham-routine): New functions.
8536         (spam-generic-score): Support bsfilter; Accept an optional argument
8537         to recalcurate spam score even if scoring header has already been
8538         added.
8539         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8540         optional argument to recalcurate spam score even if scoring header
8541         has already been added.
8542
8543 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8544
8545         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8546         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8547         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8548         link is missing.
8549
8550 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8551
8552         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8553         (html2text-get-attr): Rewrite.
8554
8555         * message.el (message-setup-1): Remove redundant put-text-property
8556         on mail-header-separator.
8557
8558 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8559
8560         * gnus-registry.el (gnus-registry-cache-whitespace)
8561         (gnus-registry-action, gnus-registry-spool-action)
8562         (gnus-registry-split-fancy-with-parent): Change message levels
8563         from 5 to 3 or 7, as needed.
8564
8565         * spam.el (spam-summary-prepare-exit)
8566         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8567         (spam-split, spam-find-spam, spam-log-undo-registration)
8568         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8569         level from 5 to 6.
8570
8571 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8574         2004-03-04 change).
8575
8576 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8577
8578         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8579         Use mapc when appropriate.
8580
8581         * sieve-manage.el (sieve-manage-open): do.
8582
8583         * nnweb.el (nnweb-insert-html): do.
8584
8585         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8586         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8587
8588         * nnspool.el (nnspool-request-group): do.
8589
8590         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8591         do.
8592
8593         * nnml.el (nnml-request-update-info): do.
8594
8595         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8596         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8597
8598         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8599         (nnimap-request-set-mark): do.
8600
8601         * nnfolder.el (nnfolder-request-update-info): do.
8602
8603         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8604         do.
8605
8606         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8607
8608         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8609
8610         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8611         do.
8612
8613         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8614         do.
8615
8616         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8617
8618         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8619
8620         * gnus-int.el (gnus-start-news-server): do.
8621
8622         * gnus-group.el (gnus-group-make-kiboze-group)
8623         (gnus-group-browse-foreign-server): do.
8624
8625 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8626
8627         FIXME: Make separate entries for each person.
8628
8629         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8630         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8631         <shields@msrl.com>:
8632
8633         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8634         may need for spam sorting and scoring.
8635         (spam-user-format-function-S): Add user format function suitable for
8636         general use.
8637         (spam-article-sort-by-spam-status): Add sorting function for summary
8638         sorting.
8639         (spam-extra-header-to-number): Add function to get a score from a
8640         header.
8641         (spam-summary-score): Add function to  get a numeric score from the
8642         headers.
8643         (spam-generic-score): Fixed function doc, was in wrong place.
8644         (spam-initialize): Take symbols when it's run, and install the
8645         extra headers that spam-necessary-extra-headers thinks we need.
8646
8647 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8648
8649         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8650         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8651
8652 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8653
8654         * gnus-sum.el (gnus-set-global-variables)
8655         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8656         (gnus-article-get-xrefs, gnus-summary-best-group)
8657         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8658         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8659         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8660         with-current-buffer.
8661
8662 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8663
8664         * spam.el (spam-summary-prepare-exit): Simplify logic.
8665         (spam-fetch-article-header): Read the article header if it's not
8666         available.
8667         (spam-list-articles): Simplify logic.
8668         (spam-filelist-register-routine): Fix bug with unregister-list.
8669
8670         * gnus-registry.el: Fix comments at beginning.
8671
8672 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8673
8674         * message.el (message-cater-to-broken-inn): Remove.
8675         (message-shorten-references): Make sure the total folded length of
8676         References is shorter than 998 characters to cater to a bug in INN
8677         2.3.  Also, don't pretend that references aren't folded -- this
8678         hasn't worked for a while.
8679
8680 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8681
8682         * gnus-agent.el (gnus-agentize):
8683         gnus-agent-send-mail-real-function no longer set to current value
8684         of message-send-mail-function but rather a lambda that calls
8685         message-send-mail-function.  The change makes the agent real-time
8686         responsive to user changes to message-send-mail-function.
8687
8688 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8689
8690         * legacy-gnus-agent.el
8691         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8692         help from Florian Weimer <fw@deneb.enyo.de>
8693
8694 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * nnmail.el (nnmail-cache-insert): Revert last change.
8697
8698 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * nnmail.el (nnmail-cache-insert): Always check whether
8701         nnmail-cache-ignore-groups matches a group name.
8702
8703 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8704
8705         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8706         (spam-find-spam, spam-log-processing-to-registry)
8707         (spam-log-registered-p, spam-log-unregistration-needed-p)
8708         (spam-log-undo-registration): Use gnus-message instead of
8709         gnus-error, none of these errors are fatal.
8710
8711         * gnus-registry.el (gnus-registry-clean-empty-function)
8712         (gnus-registry-clean-empty): Remove only empty entries without
8713         extra data.
8714
8715 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8716
8717         * spam-stat.el (spam-stat-buffer-change-to-spam)
8718         (spam-stat-buffer-change-to-non-spam): Change (error) to
8719         (gnus-message 8) invocation.
8720
8721 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * nntp.el (nntp-via-netcat-command): New variable.
8724         (nntp-via-netcat-switches): New variable.
8725         (nntp-open-via-rlogin-and-netcat): New function.
8726         (nntp-open-connection-function): Doc fix.
8727         (nntp-telnet-command): Doc fix.
8728         (nntp-end-of-line): Doc fix.
8729         (nntp-via-rlogin-command): Doc fix.
8730         (nntp-via-user-name): Doc fix.
8731         (nntp-via-address): Doc fix.
8732
8733 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8736         error in Emacs 21.1.
8737
8738 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8741
8742 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8743         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8744         (gnus-agent-with-refreshed-group): New macro.
8745         (gnus-agent-rename-group): New function.
8746         (gnus-agent-delete-group): New function.
8747         (gnus-agent-save-group-info): Use gnus-command-method when
8748         `method' parameter is nil.  Don't write nil entries into the
8749         active file.
8750         (gnus-agent-get-group-info): New function.
8751         (gnus-agent-fetch-articles): Use
8752         gnus-agent-update-files-total-fetched-for to increment disk space
8753         used.
8754         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8755         gnus-agent-update-view-total-fetched-for to increment disk space
8756         used.
8757         (gnus-agent-get-local): Added optional parameters to avoid calling
8758         gnus-group-real-name and gnus-find-method-for-group.
8759         (gnus-agent-set-local): Delete stored entry if either min, or max,
8760         are nil.
8761         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8762         quit, use gnus-agent-regenerate-group to record existance of any
8763         articles fetched to disk before the quit occurred.
8764         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8765         gnus-agent-update-view-total-fetched-for, and
8766         gnus-agent-update-files-total-fetched-for to decrement disk space
8767         used.
8768         (gnus-agent-retrieve-headers): Use
8769         gnus-agent-update-view-total-fetched-for to increment disk space
8770         used.
8771         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8772         with gnus-agent-update-files-total-fetched-for to decrement disk
8773         space and fresh group buffer.
8774         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8775         (gnus-agent-need-update-total-fetched-for): New variable.
8776         (gnus-agent-update-files-total-fetched-for): New function.
8777         (gnus-agent-update-view-total-fetched-for): New function.
8778         (gnus-agent-total-fetched-for): New function.
8779
8780         * gnus-cache.el (gnus-cache-save-buffers): Use
8781         gnus-cache-update-overview-total-fetched-for to change disk space
8782         used by this group.
8783         (gnus-cache-possibly-enter-article): Use
8784         gnus-cache-update-file-total-fetched-for to increment disk space
8785         used by this group.
8786         (gnus-cache-possibly-remove-article): Use
8787         gnus-cache-update-file-total-fetched-for to decrement disk space
8788         used by this group.
8789         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8790         (gnus-cache-rename-group): New function.
8791         (gnus-cache-delete-group): New function.
8792         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8793         (gnus-cache-need-update-total-fetched-for): New variable.
8794         (gnus-cache-with-refreshed-group): New macro.
8795         (gnus-cache-update-file-total-fetched-for): New function.
8796         (gnus-cache-update-overview-total-fetched-for): New function.
8797         (gnus-cache-rename-group-total-fetched-for): New function.
8798         (gnus-cache-delete-group-total-fetched-for): New function.
8799         (gnus-cache-total-fetched-for): New function.
8800
8801         * gnus-group.el: Require gnus-sum and autoload functions to
8802         resolve warnings when gnus-group.el compiled alone.
8803         (gnus-group-line-format): Documented new %F
8804         (size of Fetched data) group line format; identifies disk space
8805         used by agent and cache.
8806         (gnus-group-line-format-alist): Defined new F format.
8807         (gnus-total-fetched-for): New function.
8808         (gnus-group-delete-group): No longer update
8809         gnus-cache-active-altered as gnus-request-delete-group now keeps
8810         the cache in sync.
8811         (gnus-group-list-active): Let the agent store a server's active
8812         list if currently plugged.
8813
8814         * gnus-int.el (gnus-request-delete-group): Use
8815         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8816         local disk in sync with the server.
8817          (gnus-request-rename-group): Use
8818         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8819         local disk in sync with the server.
8820
8821         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8822         simplification to logic.
8823
8824         * gnus-util.el (gnus-rename-file): New function.
8825
8826 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8827
8828         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8829
8830 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8831
8832         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8833         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8834
8835 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8836
8837         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8838         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8839
8840 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8841
8842         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8843
8844 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8845
8846         * spam.el (spam-set-difference): Add function to replace
8847         gnus-set-difference in spam.el.
8848         (spam-summary-prepare-exit): Use spam-set-difference.
8849
8850 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8851
8852         * gnus-registry.el (gnus-registry-cache-file): Update to use
8853         gnus-dribble-directory OR gnus-home-directory OR ~.
8854         (gnus-registry-split-fancy-with-parent): Fix doc.
8855
8856 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * message.el (message-exchange-point-and-mark): Use
8859         message-mark-active-p.  Suggested by Jesper Harder
8860         <harder@ifa.au.dk>.
8861
8862 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * message.el (message-exchange-point-and-mark): Don't activate
8865         region if it was inactive.  Suggested by Hiroshi Fujishima
8866         <pooh@nature.tsukuba.ac.jp>.
8867
8868 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * gnus-art.el (article-display-face): Display Faces in the same
8871         order as X-Faces.
8872
8873 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8876
8877 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8880         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8881         (gnus-article-mime-hierarchy): Remove.
8882         (gnus-article-mime-hierarchy-next): Remove.
8883         (gnus-article-mode): Revert 2004-03-19 change.
8884         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8885         (gnus-insert-mime-button): Revert 2004-03-19 change.
8886         (gnus-mime-accumulate-hierarchy): Remove.
8887         (gnus-mime-enter-multipart): Remove.
8888         (gnus-mime-leave-multipart): Remove,
8889         (gnus-mime-display-part): Revert 2004-03-19 change.
8890         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8891
8892         * mml.el (mml-preview): Revert 2004-03-19 change.
8893
8894 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8895
8896         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8897
8898 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8901         t while entering a file name using the mm-with-multibyte macro.
8902         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8903
8904         * mm-util.el (mm-with-multibyte): New macro.
8905
8906 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8909         user option.
8910         (gnus-mime-multipart-functions): Doc and customization fix.
8911         (gnus-article-mime-hierarchy): New variable.
8912         (gnus-article-mime-hierarchy-next): New variable.
8913         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8914         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8915         gnus-article-mime-hierarchy-next to nil.
8916         (gnus-insert-mime-button): Show hierarchy numbers.
8917         (gnus-mime-accumulate-hierarchy): New function.
8918         (gnus-mime-enter-multipart): New function.
8919         (gnus-mime-leave-multipart): New function.
8920         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8921         (gnus-mime-display-alternative): Show hierarchy numbers.
8922
8923         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8924         gnus-article-mime-hierarchy-next to nil.
8925
8926 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8927
8928         * dns.el: Don't require gnus-xmas.
8929
8930 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8931
8932         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8933         inline PGP.
8934         (mml-menu): Disable mml-quote-region if mark is inactive.
8935
8936 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8939         when the group's active is not available.
8940
8941 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8944         error.
8945
8946 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8947
8948         * imap.el (imap-store-password): New variable.
8949         (imap-interactive-login): Use it.
8950         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8951
8952 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8955         window-start and hscroll to summary window.
8956
8957 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8958
8959         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8960         conversion message to newsrc-dribble when an actual conversion is
8961         performed.
8962
8963 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8964
8965         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8966
8967 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * mm-decode.el (mm-complicated-handles): New function reviving
8970         former definition of mm-multiple-handles.
8971
8972         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8973         (gnus-mime-delete-part): Use it.
8974
8975 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8976
8977         * gnus-agent.el (gnus-agent-read-local): Bind
8978         nnheader-file-coding-system to gnus-agent-file-coding-system to
8979         avoid the implicit assumption that they will always be equal.
8980         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8981         coding-system-for-write, as the with-temp-file macro first prints
8982         to a buffer then saves the buffer.
8983
8984 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * gnus-art.el (gnus-article-edit-part): New function.
8987         (gnus-mime-save-part-and-strip): Use it; do query instead of
8988         signaling an error; don't use mm-multiple-handles.
8989         (gnus-mime-delete-part): Ditto.
8990
8991 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8992
8993         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8994         old file versions.
8995         (gnus-group-prepare-hook): Removed function that converted list
8996         form of gnus-agent-expire-days to group properties.
8997
8998         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8999         (gnus-request-accept-article): Re-indented.
9000
9001         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9002         converters to handle old agent file formats.  Added logic for a
9003         "backup before upgrading warning".
9004         (gnus-convert-mark-converter-prompt): Developers can mark
9005         functions as needing (default), or not needing,
9006         gnus-convert-old-newsrc's "backup before upgrading warning".
9007         (gnus-convert-converter-needs-prompt): Tests whether the user
9008         should be protected from potentially irreversable changes by the
9009         function.
9010
9011         * legacy-gnus-agent.el (): New. Provides converters that are only
9012         loaded when gnus-convert-old-newsrc needs to call them.
9013
9014 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * mail-source.el (mail-source-touch-pop): Doc fix.
9017
9018         * message.el (message-smtpmail-send-it): Doc fix.
9019
9020 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9021
9022         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9023
9024         * nnmail.el (nnmail-split-fancy): do.
9025
9026         * gnus-kill.el (gnus-kill, gnus-execute): do.
9027
9028 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9029
9030         * gnus-sum.el (gnus-widget-reversible-match)
9031         (gnus-widget-reversible-to-internal)
9032         (gnus-widget-reversible-to-external): New functions.
9033         (gnus-widget-reversible): New widget.
9034         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9035
9036 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9037
9038         * gnus-sum.el (gnus-thread-sort-functions)
9039         (gnus-article-sort-functions): Document `(not F)' items.
9040
9041 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9042
9043         * spam.el (spam-use-gmane-xref): Add new backend.
9044         (spam-gmane-xref-spam-group): Add variable to control the name of the
9045         Gmane spam group.
9046         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9047         (spam-regex-headers-spam, spam-regex-headers-ham)
9048         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9049         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9050         backends and checks.
9051         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9052
9053         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9054         an autodetect method.
9055
9056 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9057
9058         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9059         articles are being added to a group.
9060         (gnus-request-replace-article): Inform the agent that articles
9061         need to be uncached as the cached contents are no longer valid.
9062
9063 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * binhex.el: Don't autoload executable-find.
9066
9067         * canlock.el: Don't autoload mail-fetch-field.
9068
9069         * dgnushack.el: Autoload c-mode for XEmacs.
9070
9071         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9072
9073         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9074         rmail-dont-reply-to and rmail-output.
9075
9076         * gnus-score.el: Don't autoload ffap-string-at-point.
9077
9078         * gnus-setup.el: Don't autoload sc-cite-original.
9079
9080         * imap.el: Don't autoload base64-decode-string,
9081         base64-encode-string and md5.
9082
9083         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9084         and rmail-msg-restore-non-pruned-header.
9085
9086         * mm-decode.el: Don't autoload executable-find.
9087
9088         * mm-url.el: Don't autoload executable-find.
9089
9090         * mm-view.el: Don't autoload diff-mode.
9091
9092         * nndb.el: Don't autoload news-reply-mode, news-setup,
9093         cancel-timer and telnet.
9094
9095         * password.el: Don't autoload run-at-time for Emacs.
9096
9097         * sha1-el.el: Don't autoload executable-find.
9098
9099         * sieve-mode.el: Don't autoload c-mode.
9100
9101         * uudecode.el: Don't autoload executable-find.
9102
9103 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9104
9105         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9106         (gnus-agent-possibly-alter-active): Avoid null in numeric
9107         comparison.
9108         (gnus-agent-set-local): Refuse to save null in local object table.
9109         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9110         list of articles that will be marked as unread.
9111
9112 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9115
9116 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9117
9118         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9119         language tags.
9120
9121 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9122
9123         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9124         Don't bind "obarray".
9125
9126         * gnus-sum.el (gnus-thread-sort-functions): Added
9127         `gnus-thread-sort-by-most-recent-number' and
9128         `gnus-thread-sort-by-most-recent-date'.
9129         Reported by Kai Grossjohann <kai@emptydomain.de>.
9130
9131 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9134
9135 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9136
9137         * gnus-cus.el (gnus-agent-customize-category): Removed
9138         ignore-errors macro reference that required cl to be loaded at
9139         run-time.
9140
9141         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9142         single-interval range of the form (min . max).  Previously the
9143         range had to look like ((min . max)).  Likewise, return
9144         (min . max) rather than ((min . max)).
9145         (gnus-range-map): Use gnus-range-normalize to accept
9146         single-interval range.
9147
9148         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9149         the cache, but not the agent, now appear with their usual face.
9150
9151         * dgnushack.el (loaddir): New variable that is bound to the
9152         directory containing the dgnushack.el file. Use loaddir, rather
9153         than srcdir, to update load-path. Change lets dgnushack compile
9154         code in directories other than GNUS/lisp.
9155
9156 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * lpath.el: Don't bind w3m-safe-url-regexp.
9159
9160         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9161         w3m-safe-url-regexp variable buffer-local.
9162
9163         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9164
9165 2004-02-27  Simon Josefsson  <jas@extundo.com>
9166
9167         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9168         gnus-group-real-prefix.
9169         (gnus-summary-move-article): Use it, instead of
9170         gnus-group-real-prefix.
9171
9172 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * lpath.el: Bind w3m-safe-url-regexp.
9175
9176         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9177         w3m-safe-url-regexp variable buffer-local and set it as the value
9178         of mm-w3m-safe-url-regexp.
9179
9180         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9181
9182         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9183         parsing gnus-posting-styles when the message is not for replying.
9184
9185         * dgnushack.el: Autoload sgml-mode for XEmacs.
9186
9187         * nnrss.el (nnrss-opml-export): Use
9188         mm-set-buffer-file-coding-system instead of
9189         set-buffer-file-coding-system.
9190
9191 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9192
9193         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9194         of checkdoc.el).
9195         * nnrss.el: do.
9196         * gnus-mlspl.el: do.
9197         * gnus-ml.el: do.
9198         * gnus-srvr.el: do.
9199
9200         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9201
9202 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9203
9204         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9205         Corrections to custom-manual links.
9206
9207         * gnus-art.el (gnus-article): Ditto.
9208
9209         * mm-decode.el (mime-display, mime-security): Ditto.
9210
9211 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9212
9213         * flow-fill.el: Typo.
9214
9215 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9216
9217         * spam-wash.el: New file.
9218
9219 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9220
9221         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9222
9223 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9224
9225         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9226         to be run with new-articles as LIST1, not LIST2.
9227         (spam-registration-functions): Add spam-use-ham-copy as a nil
9228         registration backend.
9229
9230 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9231
9232         * spam-stat.el (spam-stat-washing-hook): New option.
9233         (spam-stat-buffer-words): Use it.
9234         (spam-stat-process-directory, spam-stat-test-directory): Use
9235         insert-file-contents-literally.
9236         (spam-stat-coding-system): New variable.
9237         (spam-stat-load, spam-stat-save): Use it.
9238
9239 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * spam-report.el (spam-report-plug-agent): Quote
9242         spam-report-url-to-file and spam-report-url-ping-plain.
9243
9244 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9247         / in mailto URLs.
9248
9249 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * spam-report.el (spam-report-process-queue): Fix interactive use.
9252         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9253         (spam-report-unplug-agent): Doc fixes.
9254         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9255         (spam-report-agentize, spam-report-deagentize): Autoload
9256
9257 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9260
9261         * message.el (message-setup-fill-variables): Add mml tags to
9262         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9263         <ajk@iu.edu>.
9264         (message-mode): Don't modify paragraph-separate there.
9265
9266 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * compface.el (uncompface-use-external): Default to undecided.
9269         (uncompface-use-external-threshold): New variable.
9270         (uncompface-float-time): New macro.
9271         (uncompface): Determine whether to use the external decoder if
9272         uncompface-use-external is undecided.
9273
9274 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275
9276         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9277         after images.
9278
9279         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9280
9281 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9282
9283         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9284
9285         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9286
9287         * gnus-sum.el (gnus-summary-limit-to-age)
9288         (gnus-summary-limit-children): do.
9289
9290         * gnus-int.el (gnus-request-scan): do.
9291
9292         * gnus-group.el (gnus-group-suspend): do.
9293
9294         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9295
9296         * gnus-cite.el (gnus-cite-parse-attributions): do.
9297
9298         * gnus-agent.el (gnus-summary-set-agent-mark)
9299         (gnus-agent-regenerate-group): do.
9300
9301         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9302
9303         * binhex.el (binhex-decode-region-internal): do.
9304
9305 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * gnus-fun.el (gnus-face-properties-alist): New user option.
9308         (gnus-display-x-face-in-from): Use it.
9309
9310         * gnus-art.el (article-display-face): Ditto.
9311
9312         * compface.el (uncompface-use-external): Default to nil.
9313
9314 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9315
9316         * nntp.el (nntp-erase-buffer): New function.
9317         (nntp-retrieve-data, nntp-send-command)
9318         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9319         (nntp-possibly-change-group): Use it.
9320
9321         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9322         with-current-buffer.
9323
9324 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9325
9326         * compface.el: Merge the ELisp-based uncompface program.
9327         (compface): New customization group.
9328         (uncompface-use-external): New user option.
9329         (uncompface): Call uncompface-internal if uncompface-use-external
9330         is nil.
9331         (uncompface-internal): New function.  Note that there are also
9332         some other functions and variables added for this function.
9333
9334 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9335
9336         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9337         if necessary.
9338
9339 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9340
9341         * spam-report.el (spam-report-unplug-agent)
9342         (spam-report-plug-agent, spam-report-deagentize)
9343         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9344         Add support for the Agent in spam-report: when unplugged, report to a
9345         file; when plugged, submit all the requests.
9346
9347         * spam.el (spam-register-routine): Fix message about
9348         registration.
9349
9350 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9351
9352         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9353         dependencies.
9354         (rfc2047-encode): Use it.
9355
9356         * gnus-art.el (gnus-button-marker-list): Move before first
9357         reference.
9358
9359         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9360         (imap-parse-body): Fix format string mismatch.
9361
9362         * gnus-score.el (gnus-summary-increase-score): do.
9363
9364         * nnrss.el (nnrss-close): New function.
9365
9366 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9367
9368         * nnrss.el (nnrss-make-filename): New function.
9369         (nnrss-request-delete-group, nnrss-read-server-data)
9370         (nnrss-save-server-data, nnrss-read-group-data)
9371         (nnrss-save-group-data): Use it.
9372         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9373         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9374         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9375
9376 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9377
9378         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9379
9380 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9381
9382         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9383         files.
9384
9385         * message.el (message-generate-headers-first): Don't quote nil
9386         and t in docstrings.
9387
9388         * imap.el (imap-id): do.
9389
9390         * gnus-agent.el (gnus-agent-consider-all-articles)
9391         (gnus-agent-queue-mail): do.
9392
9393 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9394
9395         * spam-report.el (spam-report-process-queue): New function.
9396         Process requests from `spam-report-requests-file'.
9397         (spam-report-process-queue): Doc fix.
9398
9399 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9400
9401         * spam.el (spam-register-routine)
9402         (spam-log-processing-to-registry, spam-log-registered-p)
9403         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9404         Change "check" to "spam-check" for semi-clarity.
9405
9406 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9407
9408         * pop3.el: Require nnheader.
9409
9410         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9411
9412         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9413
9414         * gnus-picon.el: Require cl.
9415
9416         * gnus-fun.el: Require gnus-ems and gnus-util.
9417
9418         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9419
9420         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9421
9422         * gnus-art.el (gnus-article-edit-mode): Define before first
9423         reference.
9424
9425 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9426
9427         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9428         (gnus-uu-post-encoded): Use point-at-bol.
9429
9430         * gnus-topic.el (gnus-group-active-topic-p): do.
9431
9432         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9433
9434         * gnus-group.el (gnus-group-kill-region): do.
9435
9436         * gnus-art.el (article-date-ut): do.
9437
9438         * message.el (message-fetch-field): Remove redundant
9439         case-fold-search binding.
9440         (message-narrow-to-field): Simplify.
9441
9442 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * spam.el (spam-directory): Derive from `gnus-directory'.
9445
9446         * spam-report.el (spam-report-url-to-file)
9447         (spam-report-requests-file): New function and variable for offline
9448         reporting.
9449         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9450         and user defined function.
9451         (spam-report-url-ping-mm-url): Remove doubled slash.
9452
9453 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9454
9455         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9456
9457 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9458
9459         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9460         format string mismatch.
9461
9462         * sieve.el (sieve-deactivate-all): do.
9463
9464         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9465
9466         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9467
9468         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9469
9470         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9471
9472 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9473
9474         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9475         the list of checks.
9476
9477 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9478
9479         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9480         padding.
9481
9482 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9483
9484         * mm-view.el (mm-fill-flowed): New variable.
9485         (mm-inline-text): Use it.
9486
9487 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9488
9489         * spam.el (spam-spamassassin-register-ham-routine)
9490         (spam-spamassassin-register-spam-routine): Fix function names.
9491
9492 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus.el (gnus-tmp-grouplens): Remove.
9495         (gnus-summary-line-format): Remove grouplens.
9496
9497         * gnus-group.el (gnus-group-line-format): Ditto.
9498
9499         * gnus-spec.el (gnus-format-specs): Ditto.
9500         (gnus-update-format-specifications): Flush the group format spec
9501         cache if there's the grouplens stuff.
9502         (gnus-parse-simple-format): Replace %l with the empty string.
9503
9504 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9505
9506         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9507         omission.
9508
9509 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9512         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9513
9514 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9515
9516         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9517         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9518         New macros and functions.
9519         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9520         Handle > NLINK_MAX messages.
9521         * nnmaildir.el (nnmaildir-request-set-mark): Use
9522         nnmaildir--emlink-p and nnmaildir--eexist-p.
9523
9524 2004-01-25  Alex Schroeder  <alex@gnu.org>
9525
9526         * spam-stat.el (spam-stat-process-directory-age): New option.
9527         (spam-stat-process-directory): Use it.
9528
9529 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9530
9531         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9532         (spam-stat-save): Accept prefix argument.
9533
9534 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9535
9536         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9537         links" error.
9538
9539 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9542         the rest of the and/or forms.
9543
9544 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9545
9546         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9547         compatibility with old .newsrc.eld files.
9548
9549         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9550
9551         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9552
9553         * gnus-start.el (gnus-1): do.
9554
9555         * gnus-group.el (gnus-group-line-format-alist): do.
9556
9557         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9558
9559         * gnus-gl.el: Remove.
9560
9561 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9562
9563         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9564         marks consisting of a single range {for example, (3 . 5)} rather
9565         than a list of a single range { ((3 . 5)) }.
9566
9567 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9568
9569         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9570         with-current-buffer.
9571         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9572         avoid consing a string.
9573
9574         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9575         Remove obsolete entries for big5 and gb2312.
9576
9577 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9578
9579         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9580         uncompressed list.
9581
9582 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9583
9584         * spam-stat.el (spam-stat-strip-xref): New function.
9585         (spam-stat-process-directory): Use it.
9586
9587         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9588         here -- it's done in message-fetch-field.
9589
9590 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9591
9592         * gnus-agent.el (gnus-agent-queue-mail,
9593         gnus-agent-prompt-send-queue): New variables.
9594         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9595         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9596         "nndraft:queue" along to gnus-draft-send.  Use
9597         gnus-agent-prompt-send-queue.
9598         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9599         is "nndraft:queue".  Suggested by Gaute Strokkenes
9600         <gs234@srcf.ucam.org>
9601
9602         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9603         (agent-enable-undownloaded-faces): Added
9604         (gnus-agent-cat-groups): Use eval-and-compile, not
9605         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9606         method of gnus-agent-cat-groups even when the buffer has been
9607         evaled.
9608         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9609         delete gnus-agent-save-active-1.
9610         (gnus-agent-save-groups): Deleted. Identical to
9611         gnus-agent-save-active.
9612         (gnus-agent-write-active): No longer adjust agent's copy of active
9613         file as agent's adjustments are now stored in their own
9614         file. Removed optional parameter.
9615         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9616         servers.  Add use of min/max range limits from server's local
9617         file.
9618         (gnus-agent-save-alist): Removed unused optional argument.
9619         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9620         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9621         (gnus-agent-set-local): A per-server file that keeps min/max range
9622         limits for articles known to the agent.  Provides a fast mechanism
9623         for altering many active ranges.
9624         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9625         active file (local makes it unnecessary).
9626         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9627
9628         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9629         (agent-enable-undownloaded-faces): Added
9630
9631         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9632         disable it when sending to "nndraft:queue".
9633         (gnus-group-send-queue): Add safety check to avoid sending queue
9634         when unplugged.
9635
9636         * gnus-group.el (gnus-group-catchup): Use new
9637         gnus-sequence-of-unread-articles, not
9638         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9639         numbers of articles.  Use gnus-range-map to avoid having to
9640         uncompress the unread list.
9641         (gnus-group-archive-directory,
9642         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9643         reference.
9644
9645         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9646         (gnus-sorted-range-intersection): Intersection of two ranges
9647         without requiring that they first be uncompressed.
9648
9649         * gnus-start.el (gnus-activate-group): Unless blocked by the
9650         caller, possibly expand the active range to include both cached
9651         and agentized articles.
9652         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9653         multiple version-dependent converters.
9654         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9655         gnus-agent-save-active.
9656         (gnus-save-newsrc-file): Save dirty agent range limits.
9657
9658         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9659         gnus-agent-possibly-alter-active.
9660         (gnus-adjust-marked-articles): Faster handling of simple lists
9661
9662 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9663
9664         * spam-stat.el (spam-stat-test-directory): New optional argument
9665         displays a list of files detected.  Suggested by Andrew Cohen
9666         <cohen@andy.bu.edu>.
9667         (spam-stat-buffer-words-with-scores): Don't narrow and change
9668         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9669
9670 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9671
9672         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9673         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9674         (spam-spamassassin-arguments)
9675         (spam-spamassassin-spam-flag-header)
9676         (spam-spamassassin-positive-spam-flag-header)
9677         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9678         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9679         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9680         (spam-list-of-processors, spam-list-of-checks)
9681         (spam-list-of-statistical-checks, spam-registration-functions)
9682         (spam-check-spamassassin-headers, spam-check-spamassassin)
9683         (spam-spamassassin-score)
9684         (spam-spamassassin-register-with-sa-learn)
9685         (spam-spamassassin-register-spam-routine)
9686         (spam-spamassassin-register-ham-routine)
9687         (spam-assassin-register-spam-routine)
9688         (spam-assassin-register-ham-routine): add SpamAssassin support
9689         (spam-bogofilter-score): fix to show article before scoring
9690
9691 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9692
9693         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9694         default scoring function.
9695         (spam-generic-score): Call spam-spamassassin-score if
9696         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9697         spam-bogofilter-score otherwise.
9698
9699         * gnus.el (spam-process, spam-autodetect-methods): Add
9700         spamassassin and spamassassin-headers.
9701
9702 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9703
9704         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9705         Suppress unnecessary messages.
9706
9707 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9708
9709         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9710         make-hash-table.
9711
9712 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * canlock.el (base64-encode-string): Don't autoload it.
9715
9716 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * run-at-time.el: Remove useless (require 'itimer),
9719         eval-and-compile and (featurep 'xemacs).
9720
9721 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9722
9723         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9724         GROUP is a virtual group.
9725
9726 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9727
9728         * gnus.el: Autoload `message-y-or-n-p'.
9729
9730 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9731
9732         * pgg-parse.el: Remove unnecessary (require 'custom).
9733
9734         * pgg-def.el: do.
9735
9736         * nnmail.el: do.
9737
9738         * gnus-undo.el: do.
9739
9740         * gnus-picon.el: do.
9741
9742         * gnus-util.el: do.
9743
9744 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9747
9748 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9751         handle, as well as a list.
9752
9753         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9754         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9755         (mm-w3m-cid-retrieve): Simplify.
9756
9757 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9758
9759         * message.el (message-kill-to-signature): Allow prefix arg to
9760         specify number of lines to keep before signature.
9761
9762 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9763
9764         (message-kill-to-signature): Change docstring.
9765
9766 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * canlock.el: Always require sha1-el.
9769         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9770
9771         * message.el: Autoload sha1 only when compiling.
9772
9773         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9774         eudc-expand-inline for XEmacs.
9775
9776 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * message.el (message-canlock-generate): Require sha1-el.
9779
9780 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9781
9782         * message.el (message-expand-name): Silence the byte compiler.
9783
9784         * lpath.el: Add detect-coding-system.
9785
9786         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9787         cus-edit.
9788
9789 2004-01-13  Simon Josefsson  <jas@extundo.com>
9790
9791         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9792         Invoke gnus-score-mode.  Reported by
9793         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9794
9795         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9796         Jim Blandy <jimb@redhat.com> (tiny change).
9797
9798 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9799
9800         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9801
9802 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9803
9804         * spam.el (spam-get-article-as-string): Update to use
9805         gnus-request-article-this-buffer, much simpler.
9806         (spam-get-article-as-buffer): Remove.
9807
9808 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9809
9810         * message.el (message-expand-name): Use EUDC if the user uses
9811         that.
9812
9813 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9814
9815         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9816         character for the encoding to avoid consing a string.
9817
9818         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9819         unnecessarily.
9820
9821         * mm-util.el (mm-replace-chars-in-string): Remove.
9822
9823         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9824         of mm-replace-chars-in-string.
9825
9826 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9827
9828         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9829         strings.
9830
9831         * mm-util.el (mm-subst-char-in-string): Support inplace.
9832
9833         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9834         a new string in every iteration.  Use shy groups.
9835
9836 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9837
9838         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9839         (gnus-group-change-level, gnus-kill-newsgroup)
9840         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9841         (gnus-get-unread-articles, gnus-make-articles-unread)
9842         (gnus-make-ascending-articles-unread): Use accessor
9843         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9844         to get group information for improved readability.
9845
9846         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9847
9848         * gnus-soup.el (gnus-soup-group-brew): do.
9849
9850         * gnus-msg.el (gnus-put-message): do.
9851
9852         * gnus-move.el (gnus-group-move-group-to-server): do.
9853
9854         * gnus-kill.el (gnus-batch-score): do.
9855
9856         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9857         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9858         (gnus-group-update-group, gnus-group-read-group)
9859         (gnus-group-make-group, gnus-group-make-help-group)
9860         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9861         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9862         (gnus-group-sort-by-unread, gnus-group-catchup)
9863         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9864         (gnus-group-yank-group, gnus-group-set-info)
9865         (gnus-group-list-groups): do.
9866
9867         * gnus.el (gnus-generate-new-group-name): do.
9868
9869         * gnus-delay.el (gnus-delay-send-queue): do.
9870
9871         * nnvirtual.el (nnvirtual-catchup-group): do.
9872
9873         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9874         do.
9875
9876         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9877         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9878
9879         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9880         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9881         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9882         (gnus-group-make-articles-read): do.
9883
9884 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9885
9886         * gnus-art.el (article-decode-mime-words, article-babel)
9887         (gnus-article-highlight-signature, gnus-article-add-buttons)
9888         (gnus-signature-toggle): Use gnus-with-article-buffer.
9889
9890         * gnus-art.el (gnus-article-highlight-headers)
9891         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9892
9893         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9894         (gnus-article-set-globals, gnus-request-article-this-buffer)
9895         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9896         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9897         (gnus-mime-display-alternative): Use with-current-buffer.
9898
9899 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9900
9901         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
9902         also under 80 char limit, and call gnus-error if needed.
9903         (spam-fetch-article-header): Fix - it was a
9904         buffer-local variable (gnus-newsgroup-data).
9905         (spam-find-spam): Use spam-generate-fake-headers, forget about
9906         spam-insert-fake-headers.
9907         (spam-insert-fake-headers): Remove.
9908
9909 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9910
9911         * deuglify.el (gnus-article-outlook-unwrap-lines)
9912         (gnus-outlook-rearrange-article)
9913         (gnus-outlook-repair-attribution-outlook)
9914         (gnus-outlook-repair-attribution-block)
9915         (gnus-outlook-repair-attribution-other): Remove redundant
9916         save-excursion.
9917
9918 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9919
9920         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9921         (spam-fetch-field-subject-fast)
9922         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9923         (spam-fetch-article-header): Add functions to deal with Gnus
9924         internals for fast retrieval of article header data.
9925         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
9926
9927 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9928
9929         * pop3.el (pop3-md5): Remove.
9930         (pop3-apop): Replace pop3-md5 with md5.
9931
9932         * mm-bodies.el: base64 is always built-in.
9933
9934         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9935         with-current-buffer.
9936
9937 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * canlock.el (canlock-insert-header): Remove excessive grouping in
9940         regexp.
9941
9942         * gnus-sum.el (gnus-summary-read-document): Ditto.
9943
9944         * gnus-uu.el (gnus-uu-part-number): Ditto.
9945
9946         * html2text.el (html2text-remove-tags): Ditto.
9947         (html2text-format-tags): Ditto.
9948         (html2text-format-single-elements): Ditto.
9949
9950         * mml.el (mml-parse-1): Ditto.
9951
9952 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9953
9954         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9955
9956         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9957
9958         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9959
9960         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9961
9962 2003-11-15  Simon Josefsson  <jas@extundo.com>
9963
9964         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9965         (pgg-gpg-lookup-key): Use regexp match instead of
9966         split-string (split-string is different between emacs 21.2 and
9967         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9968
9969 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9970
9971         * gnus-art.el (gnus-mime-view-all-parts)
9972         (gnus-article-part-wrapper, gnus-article-view-part): Use
9973         with-current-buffer.
9974
9975 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9976
9977         * spam.el (spam-disable-spam-split-during-ham-respool)
9978         (spam-spamoracle-database, spam-cache-lookups)
9979         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9980         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9981         (spam-group-ham-marks, spam-group-spam-marks)
9982         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9983         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
9984         also add spam-use-blackholes to the statistical checks.
9985         (spam-fetch-field-fast): Add interface to fetching fields, may
9986         become a macro.
9987         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9988         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
9989         (spam-insert-fake-headers): Fake an article when needed.
9990         (spam-find-spam): Fake article when possible.
9991         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9992         (spam-check-bogofilter-headers): Use message-fetch-field instead
9993         of nnmail-fetch-field.
9994
9995 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9998
9999 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10000
10001         * spam.el (spam-split): Do not require spam-use-CHECK to be
10002         enabled if that check is passed to spam-split explicitly; also
10003         fix so 'spam doesn't get converted to spam-split-group when
10004         spam-split-symbolic-return is t.
10005         (spam-find-spam): Find registrations of the article and use those
10006         instead of re-running spam-split to find the spam/ham
10007         classification of the article.
10008         (spam-log-processing-to-registry, spam-log-registered-p)
10009         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10010         Use gnus-error instead of gnus-message.
10011         (spam-log-registration-type): Add function to determine the
10012         classification of a message based on registry entries; will
10013         return nil if both 'spam and 'ham are found.
10014         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10015         a reasonably fast local cache without the loading errors.
10016         (spam-cache-lookups): Set to t by default.
10017         (spam-find-spam): Don't try to guess spam-cache-lookups.
10018         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10019         spam-caches entry.
10020         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10021         caching of whitelist/blacklist entries.
10022         (spam-check-whitelist, spam-check-blacklist): Invoke
10023         spam-from-listed-p with a type, not a cache variable.
10024         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10025
10026 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10027
10028         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10029
10030         * nnmail.el (nnmail-split-fancy): do.
10031
10032         * mml.el (mml-parse): do.
10033
10034         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10035         (gnus-score-adaptive): do.
10036
10037 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10040         (gnus-mime-button-map): Don't set keymap parent.
10041         (gnus-button-ctan-directory-regexp): Use shy grouping.
10042         (gnus-prev-page-map): Don't set keymap parent.
10043         (gnus-prev-page-map): Remove duplicated one.
10044         (gnus-next-page-map): Don't set keymap parent.
10045         (gnus-mime-security-button-map): Ditto.
10046
10047         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10048         version number.
10049
10050         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10051
10052 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * canlock.el (canlock-sha1-function): Remove.
10055         (canlock-sha1-function-for-verify): Remove.
10056         (canlock-openssl-program): Remove.
10057         (canlock-openssl-args): Remove.
10058         (canlock-ignore-errors): Remove.
10059         (canlock-sha1-with-openssl): Remove.
10060         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10061         (canlock-verify): Don't use canlock-ignore-errors.
10062
10063         * sha1-el.el (sha1-string-external): Make it can return a string
10064         in binary form.
10065         (sha1-region-external): Ditto.
10066         (sha1-string-internal): Ditto.
10067         (sha1-region-internal): Ditto.
10068         (sha1-region): Ditto.
10069         (sha1-string): Ditto.
10070         (sha1): Ditto.
10071
10072 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10073
10074         * spam.el (spam-report-articles-gmane): New command.
10075
10076 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10079
10080         * run-at-time.el (run-at-time-saved): Remove.
10081         (run-at-time): Doc fix.
10082
10083 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10084
10085         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10086         (gnus-summary-limit-map): Add it.
10087         (gnus-summary-make-menu-bar): do.
10088
10089 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10090
10091         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10092         Make attempt at some caching support (done for BBDB only now).
10093         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10094         addresses to be checked.
10095         (spam-clear-cache-BBDB): Add function, to be invoked by
10096         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10097         (spam-check-BBDB): Check and use the caches, if
10098         spam-cache-lookups is on, remove superfluous (provide).
10099
10100 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10103
10104 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10105
10106         * run-at-time.el (run-at-time-saved): Move to after the definition
10107         of `run-at-time'.
10108
10109         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10110
10111 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10114         mm-w3m-local-map-property.
10115
10116         * mm-view.el (mm-w3m-mode-map): Remove.
10117         (mm-w3m-local-map-property): Remove.
10118         (mm-inline-text-html-render-with-w3m): Don't use
10119         mm-w3m-local-map-property.
10120
10121 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10122
10123         * run-at-time.el: New file.
10124
10125         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10126         under Emacs.
10127
10128         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10129         of gnus-set-text-properties.
10130
10131         * gnus-uu.el (gnus-uu-save-article): Ditto.
10132
10133         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10134
10135         * gnus-cite.el (gnus-cite-parse): Ditto.
10136
10137         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10138         of gnus-.
10139
10140         * gnus-xmas.el (run-at-time): Require run-at-time.
10141
10142         * gnus.el: Changed calls to nnheader-run-at-time and
10143         password-run-at-time throughout to use run-at-time directly.
10144
10145         * password.el: Removed definition of run-at-time.
10146
10147         * nnheaderxm.el: Remove definition of run-at-time.
10148
10149 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10150
10151         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10152         in prompt.
10153
10154 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10155
10156         * messagexmas.el (message-xmas-redefine): Alias
10157         `message-make-caesar-translation-table' to
10158         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10159         version.
10160
10161         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10162         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10163         `gnus-xmas-set-text-properties'.
10164         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10165         `gnus-xmas-completing-read'.
10166         (gnus-xmas-completing-read): Removed.
10167         (gnus-xmas-open-network-stream): Removed.
10168
10169         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10170         XEmacs version.
10171
10172         * dns.el (dns-make-network-process): Use `open-network-stream'
10173         instead of `gnus-xmas-open-network-stream'.
10174
10175         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10176
10177         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10178
10179 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10180
10181         * gnus-art.el (gnus-mime-display-alternative)
10182         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10183         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10184         Don't use gnus-local-map-property.
10185
10186         * gnus-util.el (gnus-local-map-property): Remove.
10187
10188         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10189         gnus-completing-read-maybe-default with completing-read.
10190
10191         * gnus-util.el (gnus-completing-read): do.
10192         (gnus-completing-read-maybe-default): Remove.
10193
10194 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10195
10196         * password.el: Only autoload `run-at-time' if not XEmacs.
10197         Only autoload the itimer functions if XEmacs.
10198
10199 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10202         XEmacsen.
10203
10204         * dgnushack.el: Autoload executable-find for XEmacs.
10205
10206 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10207
10208         * gnus-art.el (gnus-read-string): Remove.
10209         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10210         read-string.
10211
10212 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10213
10214         * netrc.el: Autoload password-read.
10215         (netrc): Add configuration group.
10216         (netrc-encoding-method, netrc-openssl-path): Add
10217         variables for encoding and decoding of files with symmetric
10218         ciphers.
10219         (netrc-encode): Add assistant function to encode a file with
10220         netrc-encoding-method.
10221         (netrc-parse): Add interactive parameter, added optional
10222         decoding if netrc-encoding-method is non-nil but otherwise
10223         behavior is standard.
10224         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10225         Do s/encode/encrypt/ everywhere.
10226
10227         * spam.el: Remove executable-find autoload.
10228
10229 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10230
10231         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10232
10233         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10234
10235 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * gnus-art.el (gnus-treat-ansi-sequences,
10238         article-treat-ansi-sequences): New variable and function.
10239         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10240
10241         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10242         Use it.
10243
10244 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10245
10246         * mm-util.el (mm-quote-arg): Remove.
10247
10248         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10249         shell-quote-argument.
10250
10251         * gnus-uu.el (gnus-uu-command): do.
10252
10253         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10254
10255         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10256         with make-char.
10257
10258         * mm-util.el (mm-make-char): Remove.
10259
10260         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10261         add-minor-mode.
10262
10263         * gnus-undo.el (gnus-undo-mode): do.
10264
10265         * gnus-topic.el (gnus-topic-mode): do.
10266
10267         * gnus-sum.el (gnus-dead-summary-mode): do.
10268
10269         * gnus-start.el (gnus-slave-mode): do.
10270
10271         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10272
10273         * gnus-ml.el (gnus-mailing-list-mode): do.
10274
10275         * gnus-gl.el (gnus-grouplens-mode): do.
10276
10277         * gnus-draft.el (gnus-draft-mode): do.
10278
10279         * gnus-dired.el (gnus-dired-mode): do.
10280
10281         * gnus-ems.el (gnus-add-minor-mode): Remove.
10282
10283         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10284         Replace gnus-char-width with char-width.
10285
10286         * gnus-ems.el (gnus-char-width): Remove.
10287
10288         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10289         Replace gnus-char-width with char-width.
10290
10291         * gnus-ems.el (gnus-char-width): Remove.
10292
10293         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10294         definition.
10295         Remove Emacs 20 hash table compatibility code.
10296
10297         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10298         20 compatibility code.
10299
10300         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10301
10302         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10303
10304         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10305         with point-at-{eol,bol}.
10306
10307         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10308
10309         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10310
10311         * flow-fill.el (fill-flowed-point-at-bol,
10312         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10313
10314         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10315         Replace with point-at-{eol,bol} throughout all files.
10316
10317 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * ntlm.el (ntlm-string-as-unibyte): New macro.
10320         (ntlm-build-auth-response): Use it.
10321
10322         Remove Emacs 20 stuff:
10323         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10324         (butlast, mapc, remove): Remove the compiler macros.
10325         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10326         of delq and copy-sequence.
10327         * gnus-art.el (popup-menu): Remove the compiler macro.
10328         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10329         Emacs 20.
10330
10331 2004-01-05  Simon Josefsson  <jas@extundo.com>
10332
10333         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10334         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10335         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10336         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10337         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10338         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10339         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10340         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10341         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10342         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10343         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10344         string-xor into ntlm-string-xor.  Suggested by
10345         Jesper Harder <harder@myrealbox.com>.
10346
10347         * ntlm.el: Don't include poem.
10348
10349         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10350         Jesper Harder <harder@myrealbox.com>.
10351
10352         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10353
10354         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10355         probably breaks emacs with DL patch, but do we care? Is anyone
10356         still using the DL stuff?)
10357
10358         * sieve-manage.el: Use the password package.
10359         (sieve-manage-read-passwd): Remove.
10360         (sieve-manage-interactive-login): Use password.  Re-add
10361         condition-case around loop.
10362
10363         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10364         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10365         the password package.
10366
10367 2003-02-19  Simon Josefsson  <jas@extundo.com>
10368
10369         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10370         token.
10371
10372 2002-08-07  Simon Josefsson  <jas@extundo.com>
10373
10374         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10375         (sieve-manage-authenticators):
10376         (sieve-manage-authenticator-alist): Add some SASL mechs.
10377         (sieve-sasl-auth): New function.
10378         (sieve-manage-cram-md5-auth):
10379         (sieve-manage-plain-auth): Rewrite using SASL library.
10380         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10381         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10382         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10383         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10384
10385 2004-01-05  Simon Josefsson  <jas@extundo.com>
10386
10387         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10388         New files.
10389
10390 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10391
10392         * gnus-group.el (gnus-no-groups-message): Update.
10393
10394         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10395
10396 2003-11-09  Simon Josefsson  <jas@extundo.com>
10397
10398         * imap.el: Support for ID IMAP extension (RFC 2971).
10399         (imap-local-variables): Add imap-id.
10400         (imap-id): New variable.
10401         (imap-id): New function.
10402         (imap-parse-response): Parse untagged ID response.
10403         * nnimap.el (nnimap-id): New variable.
10404         (nnimap-open-connection): Use it.
10405
10406 2003-12-28  Simon Josefsson  <jas@extundo.com>
10407
10408         * gnus-score.el (gnus-score-edit-all-score): New.
10409         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10410
10411 2004-01-04  Simon Josefsson  <jas@extundo.com>
10412
10413         * password.el: Add.
10414
10415 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10416
10417         * dns.el: Add support for AAAA records (see RFC 3596)
10418
10419         * Fix typo PRT -> PTR
10420
10421         * Parse MX, PTR and SOA replies (see RFC 1035)
10422
10423 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10424
10425         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10426
10427         * Moved to Changelog.2.
10428
10429 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10430
10431         * gnus.el (gnus-version-number): Bump version.
10432
10433 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10434
10435         * gnus.el: No Gnus v0.1 is released.
10436
10437 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10438
10439         * gnus.el: No Gnus v0.0 is released.
10440
10441 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10442
10443         * gnus.el (gnus-version-number): Bump.
10444         (gnus-version): No.
10445
10446 See ChangeLog.2 for earlier changes.
10447
10448     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10449
10450   This file is part of GNU Emacs.
10451
10452   GNU Emacs is free software; you can redistribute it and/or modify
10453   it under the terms of the GNU General Public License as published by
10454   the Free Software Foundation; either version 2, or (at your option)
10455   any later version.
10456
10457   GNU Emacs is distributed in the hope that it will be useful,
10458   but WITHOUT ANY WARRANTY; without even the implied warranty of
10459   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10460   GNU General Public License for more details.
10461
10462   You should have received a copy of the GNU General Public License
10463   along with GNU Emacs; see the file COPYING.  If not, write to the
10464   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10465   Boston, MA 02110-1301, USA.
10466
10467 ;; Local Variables:
10468 ;; coding: iso-2022-7bit
10469 ;; fill-column: 79
10470 ;; add-log-time-zone-rule: t
10471 ;; End:
10472
10473 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4