(gnus-draft-setup-hook): New hook.
[gnus] / lisp / ChangeLog
1 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4         (gnus-draft-setup): Run it.
5
6         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7         gnus-score-fast-scoring.  Allow regexp.
8         (gnus-score-headers): Use it.
9
10         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11         XEmacs.
12
13         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14         string.
15         (gnus-button-alist): Also catch `<f1> k ...'.
16
17 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18
19         * hashcash.el (hashcash-generate-payment-async): Don't crash if
20         hashcash-path is nil.  Don't call callback with incorrect number of
21         parameters if val is 0.
22
23 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
24
25         * message.el (message-required-news-headers):
26         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
27
28 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * message.el (message-generate-new-buffers): Change the meaning of the
31         nil value; add `standard' to the choices; treat t as `unique'; improve
32         doc string.
33         (gnus-select-frame-set-input-focus): Autoload.
34         (message-buffer-name): Search for the existing message buffer if
35         message-generate-new-buffers is nil or `standard'; treat the value t of
36         message-generate-new-buffers as `unique'.
37         (message-pop-to-buffer): Raise the frame already displaying the message
38         buffer; clear the echo area after querying.
39         (message-setup): Pass the `continue' argument to compose-mail.
40         (message-mail): Prefer `switch-function' if it is given; search for the
41         existing message buffer if the `continue' argument is non-nil; pass
42         continue and switch-function arguments to compose-mail by way of
43         message-setup.
44         (message-mail-other-window): Adjust argument of message-setup.
45         (message-mail-other-frame): Ditto.
46
47 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
50         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
51         to turn font-lock on when turning gnus-message-citation-mode on.
52
53 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
54
55         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
56         (mml-smime-function-alist): New variable; add epg as the backend.
57         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
58         mml-smime- functions instead.
59         * mm-view.el: Require smime.
60
61 2007-03-05  Didier Verna  <didier@xemacs.org>
62
63         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
64         instead of just inheritance for posting styles.
65         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
66
67 2007-02-24  Chris Moore  <dooglus@gmail.com>
68
69         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
70         * pgg-pgp.el (pgg-pgp-encrypt-region):
71         * pgg-gpg.el (pgg-gpg-encrypt-region):
72         Check pgg-encrypt-for-me if no other recipients.
73
74 2007-02-24  John Paul Wallington  <jpw@pobox.com>
75
76         * net/tls.el (tls-certtool-program): Fix custom type.
77
78 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
81         and point-at-eol instead of line-(beginning|end)-position.
82
83         * assistant.el (assistant-parse-buffer): Ditto.
84
85         * netrc.el (netrc-parse-services): Ditto.
86
87 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
88
89         * mml2015.el (mml2015-epg-find-usable-key): New function.
90         (mml2015-epg-sign): Use it.
91         (mml2015-epg-encrypt): Use it.
92
93 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * message.el (message-make-in-reply-to): Quote name containing
96         non-ASCII characters.  It will make the RFC2047 encoder cause an error
97         if there are special characters.  Reported by NAKAJI Hiroyuki
98         <nakaji@kankyo-u.ac.jp>.
99
100 2007-02-27  Didier Verna  <didier@xemacs.org>
101
102         Include the group parameters as well as the topic ones in the
103         inheritance filter process.
104         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
105         argument GROUP-PARAMS-LIST.
106         * gnus-topic.el (gnus-group-topic-parameters): Use it.
107
108 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * nntp.el (nntp-never-echoes-commands)
111         (nntp-open-connection-functions-never-echo-commands): New variables.
112         (nntp-send-command): Use them.
113
114 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
115
116         * mml2015.el (mml2015-epg-verify): Simplified.
117
118 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * mml.el (mml-content-disposition-alist): New user option.
121         (mml-content-disposition): New function.
122         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
123         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
124
125 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
126
127         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
128         verification.
129
130 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
131
132         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
133         articles posted in the last 24 hours.
134
135 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
136
137         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
138
139 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
140
141         * nntp.el (nntp-send-command): Don't wait for echoes when
142         nntp-open-ssl-stream is used.
143
144 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * gnus-cite.el (gnus-test-font-lock-add-keywords)
147         (gnus-message-add-citation-keywords)
148         (gnus-message-remove-citation-keywords): Remove.
149         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
150         directly, make the variables in font-lock-defaults buffer-local, add
151         gnus-message-citation-keywords to them and then update the value of
152         font-lock-keywords.
153
154 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * message.el (message-cite-original-1): Don't call
157         gnus-article-highlight-citation.
158
159         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
160         citations; fix line count.
161
162 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
165         (gnus-message-add-citation-keywords)
166         (gnus-message-remove-citation-keywords): Use it; fix the emulating
167         versions of font-lock-add-keywords and font-lock-remove-keywords to
168         work with XEmacs correctly.
169
170 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * gnus-cite.el (gnus-cite-face-list): Set the values of
173         gnus-message-max-citation-depth and gnus-message-citation-keywords.
174         (gnus-message-max-citation-depth): Use defvar rather than defconst.
175         (gnus-message-cite-prefix-regexp): New variable.
176         (gnus-message-search-citation-line): Use it; protect against long
177         citation prefix; fill match data with nil rather than 0 for XEmacs; set
178         the 0th match data for Emacs.
179         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
180         (gnus-message-add-citation-keywords): Append keywords rather than
181         prepending; emulate font-lock-add-keywords if it is not available.
182         (gnus-message-remove-citation-keywords): Emulate
183         font-lock-remove-keywords if it is not available.
184
185         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
186
187         * message.el (message-cite-prefix-regexp): Set the value of
188         gnus-message-cite-prefix-regexp.
189
190 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
191
192         * nnweb.el (nnweb-google-parse-1): Update parser.
193
194 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
195
196         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
197
198 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
199
200         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
201         regexp.
202
203 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * uudecode.el (uudecode-string-to-multibyte): New function emulating
206         string-to-multibyte.
207         (uudecode-decode-region-internal): Use it.
208
209         * lpath.el: Fbind string-as-multibyte for XEmacs.
210
211 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
212
213         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
214         custom choice.
215
216         * gnus-art.el (gnus-signature-limit): Fix custom choice.
217
218 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
219
220         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
221
222         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
223         `write-region' to respect `mm-inhibit-file-name-handlers'.
224
225 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
226
227         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
228         Use gnus-home-directory instead of "~/" or "$HOME".
229
230 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
231
232         * encrypt.el (encrypt-insert-file-contents): Add better prompt
233         to mention filename.
234         Add comments at beginning regarding usage.
235         (encrypt-write-file-contents): Change interactive so a string is
236         acceptable.  If the file has no associated model, show an error instead
237         of a nonsense prompt.
238
239 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
240
241         * spam.el (spam-bsfilter-ham-switch): Fix typo.
242         Thanks to Yoshihiko Yamada for kind notification of this typo.
243
244 2007-01-12  Kenichi Handa  <handa@m17n.org>
245
246         * uudecode.el (uudecode-decode-region-internal): Make it work in a
247         multibyte buffer.
248
249 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
250
251         * gnus-score.el (gnus-score-fast-scoring): New variable.
252         (gnus-score-headers): Use it.
253
254         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
255
256         * message.el (message-cite-original-1): Call
257         gnus-article-highlight-citation if requested.
258
259         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
260
261         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
262         bugs to doc string.
263         (gnus-button-alist): Add mid\\|message-id.
264         (gnus-button-fetch-group): Extend for use in
265         `browse-url-browser-function'.
266         (gnus-button-url-regexp): Try to catch paired parentheses like in
267         Wikipedia URLs.
268
269         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
270         Suggested by Simon Krahnke <overlord@gmx.li>.
271
272 2007-01-13  Romain Francoise  <romain@orebokech.com>
273
274         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
275         Update copyright.
276
277 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
278
279         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
280
281 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * gnus-registry.el (gnus-registry-unfollowed-groups)
284         (gnus-registry-split-fancy-with-parent): Fix documentation.
285
286 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
289         from nnweb groups.
290
291 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
294         Xref urls.  Erase buffer before requesting head.
295
296 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
297
298         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
299         customizable.
300
301 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
302
303         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
304         no signing key is found.
305         (mml2015-epg-encrypt): Ask user whether to skip or abort if
306         no encrypting and/or signing key is found.
307
308 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
309
310         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
311
312 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
313
314         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
315         headers read from disk with the ones newly found in the current search.
316         This should no longer cause problems, because the article numbers in
317         Gmane's `nov.php' output are ignored since the previous change.
318
319 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
320
321         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
322
323 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
326         replace-regexp-in-string; bind url-version; fbind display-images-p and
327         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
328         find-face and set-itimer-function for Emacs; bind itimer-list for
329         Emacs.
330
331         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
332
333 2007-01-01  Romain Francoise  <romain@orebokech.com>
334
335         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
336
337 2006-12-31  Steve Youngs  <steve@sxemacs.org>
338
339         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
340         `define-minor-mode' macro definition expanded properly.
341         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
342         exclude it there.
343
344         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
345         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
346         `fboundp' test.
347         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
348         This is OK to autoload in (S)XEmacs now.
349
350 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
353         keystroke.
354         (gnus-summary-limit-to-singletons): Fix typo.
355
356         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
357         else fails.
358
359 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
360
361         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
362         docstring.
363
364         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
365         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
366         (gnus-summary-insert-dormant-articles): Fix typo in message.
367
368 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
369
370         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
371         nil for XEmacs.
372         (gnus-message-citation-mode): Don't autoload in XEmacs.
373
374         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
375
376 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
377
378         * nnimap.el (nnimap-expunge-search-string): Mention
379         nnimap-search-uids-not-since-is-evil in docstring.
380
381 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
382
383         * spam.el: Revert to make-obsolete-variable because
384         define-obsolete-variable-alias is not supported in Emacs 21.
385
386         * spam.el (spam-ifile-path, spam-ifile-database-path)
387         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
388         make-obsolete-variable.
389         (spam-bsfilter-path, spam-bsfilter-program)
390         (spam-spamassassin-path, spam-spamassassin-program)
391         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
392         use "path" inappropriately.
393         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
394         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
395         variable names.
396
397 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
398
399         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
400         summary buffer.
401
402         * password.el (password-cache-remove): Use clear-string to burn
403         password, if available.
404
405 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
406
407         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
408
409         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
410
411         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
412         (gnus-message-highlight-citation): Move defcustom here from
413         gnus-cite.el.
414         (gnus-message-citation-mode): Autoload.
415
416         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
417         checks to make it compile with XEmacs.
418         (gnus-message-citation-mode): New minor mode.
419         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
420         (gnus-message-highlight-citation): New variables.
421         (gnus-message-search-citation-line)
422         (gnus-message-add-citation-keywords)
423         (gnus-message-remove-citation-keywords)
424         (turn-on-gnus-message-citation-mode)
425         (turn-off-gnus-message-citation-mode): New functions.
426
427 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
428
429         * gnus-cite.el: Enable highlighting of different citation levels in
430         message-mode.
431
432 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
433
434         * message.el (message-make-fqdn): Fix comment.
435         (message-bogus-system-names): Add ".local".
436
437         * spam.el (spam-ifile-path, spam-ifile-program)
438         (spam-ifile-database-path, spam-ifile-database)
439         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
440         Don't use "path" inappropriately.
441         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
442         strings.
443         (spam-check-ifile, spam-ifile-register-with-ifile)
444         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
445         new variable names.
446
447         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
448         (gnus-treat-display-smileys): Simplify using
449         gnus-image-type-available-p.
450
451         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
452         available.
453
454         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
455         `display-images-p' if available.
456
457 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
460         one after turning on the buffer's multibyteness instead of decoding
461         them directly in the unibyte buffer that causes unexpected conversion
462         in Emacs 23 (unicode).
463
464 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
465
466         * message.el (message-generate-hashcash): Fix custom type.
467
468 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
469
470         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
471
472 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
473
474         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
475         disconnect icons.  Add help text.
476
477 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
478
479         * spam.el (spam-extra-header-to-number): CRM114 spam score is
480         negated to be consistent with the others we handle.
481
482 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
485         version of gnus-summary-buffer to something, so that we can use two
486         article buffers at the same time.
487
488 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
489
490         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
491         trigger all the extra headers.
492         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
493         sorting.
494
495 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
496
497         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
498         solid groups.
499
500 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
501
502         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
503
504 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
505
506         * legacy-gnus-agent.el: Add Copyright notice.
507
508 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
509
510         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
511
512 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
515
516         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
517         to make it work reliably in CVS Emacs.
518         (gnus-summary-limit-strange-charsets-predicate)
519         (gnus-summary-limit-to-predicate): New functions.
520
521 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
522
523         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
524         specifying array size.
525         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
526         array if it is too small.
527         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
528         (gnus-sort-threads-loop): New function.
529
530 2006-12-06  Chris Moore  <dooglus@gmail.com>
531
532         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
533         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
534
535 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
536
537         * mm-url.el (mm-url-predefined-programs): Call curl with correct
538         options.
539
540 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
543         DOS-ing the recipient.
544
545         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
546         the headers when creating the mapping to avoid mismappings.
547         (nnweb-gmane-create-mapping): Always nix out old mapping.
548
549 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
552         and mm-verify-option to never.
553
554 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * message.el (message-signed-or-encrypted-p): New function.
557         (message-forward-make-body): Use it.
558
559         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
560         Replace encode-coding-string with mm-encode-coding-string.
561
562 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * nneething.el (nneething-decode-file-name): Replace
565         decode-coding-string with mm-decode-coding-string.
566
567         * gnus-int.el (gnus-open-server): Say failed server's name.
568
569 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
570
571         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
572         strings to a single string.  Quote `errors-file-name'.
573         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
574         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
575         Adjust calls.  Use `shell-quote-argument'.
576
577 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
578
579         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
580         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
581
582         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
583         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
584         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
585         (gnus-group-make-directory-group, gnus-group-transpose-groups):
586         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
587         (gnus-subscribe-newsgroup, gnus-1):
588         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
589         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
590         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
591         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
592
593 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
596         keystroke.
597         (gnus-summary-limit-to-bodies): Implement headersp.
598
599 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600
601         * dns.el (query-dns): Protect against "Process dns deleted" strings.
602
603 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
606
607 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * message.el (message-generate-hashcash): Expand range of values to
610         include `opportunistic'.
611         (message-send-mail): Use it.
612
613 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
614
615         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
616         and comment it.
617
618         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
619
620 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
621
622         * gnus-util.el (gnus-extract-address-components): Improve comment.
623
624 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * gnus-util.el (gnus-extract-address-components): Work with address in
627         which the name portion contains @.
628
629         * lpath.el: Fbind custom-autoload.
630
631 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
632
633         * gnus.el (gnus-start): Move custom group up.
634         (gnus-select-method): Don't autoload, but make it available for
635         `customize-variable'.
636         (gnus-getenv-nntpserver): Don't autoload.
637
638 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
639
640         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
641
642 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
643
644         * message.el (message-sendmail-extra-arguments): New variable.
645         (message-send-mail-with-sendmail): Use it.
646
647 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
650         mm-with-unibyte-current-buffer to make string unibyte.
651
652         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
653         mm-string-as-multibyte.
654
655 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
656
657         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
658         Reported by Werner Koch <wk@gnupg.org>.
659
660 2006-11-14  Daiki Ueno  <ueno@p360>
661
662         * mml2015.el: Autoload epa-select-keys when compiling.
663
664 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
665
666         * mml2015.el (mml2015-epg-sign): Save the signing keys in
667         message-options.
668         (mml2015-epg-encrypt): Save the recipient keys in message-options.
669
670 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
671
672         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
673         EasyPG (< 0.0.6).
674         (mml2015-always-trust): New user option.
675         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
676         prompt.
677
678 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * nntp.el (nntp-authinfo-force): New variable.
681         (nntp-send-authinfo): Use it.
682
683 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
684
685         * message.el (message-strip-subject-encoded-words): Allow _not_ to
686         decode encoded words.  Improve prompt.  Add comment about forwarding.
687         (message-replacement-char): Move up.
688
689 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
690
691         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
692         instead of gnus-intersection because arguments of gnus-sorted-nunion
693         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
694
695 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
696
697         * message.el (message-strip-subject-encoded-words): Reformat prompt.
698         (message-simplify-subject-functions): Enable
699         message-strip-subject-encoded-words by default.
700
701 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
702
703         * message.el (message-strip-subject-encoded-words): New function
704         (message-simplify-subject-functions): New variable.
705         (message-simplify-subject): Use it.  Fix typo in doc string.
706         Support message-strip-subject-encoded-words.
707
708 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
709
710         * gnus-diary.el (gnus-diary-delay-format-function):
711         * nndiary.el (nndiary-reminders):
712         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
713
714 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
715
716         * gnus-art.el (article-hide-boring-headers): Fetch date from
717         gnus-original-article-buffer to avoid problems with localized date
718         strings.
719
720 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
723
724 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
725
726         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
727         New variables.
728         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
729         (mm-charset-synonym-alist): Move some entries to
730         mm-codepage-iso-8859-list.
731         (mm-charset-synonym-alist, mm-charset-override-alist): Add
732         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
733
734 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
737
738 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
739
740         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
741         with Emacs 21 and XEmacs.
742
743 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
744
745         * spam.el (spam-parse-address): New function for better parsing,
746         catching errors, etc.
747         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
748
749 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
750
751         * mm-view.el: Add interactive arg to html2text autoload.
752
753 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
756
757 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
758
759         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
760         variables.
761         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
762         (mm-charset-synonym-alist): Move some entries to
763         mm-codepage-iso-8859-list.
764
765         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
766
767 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
768
769         * message.el (message-citation-line-format)
770         (message-insert-formated-citation-line): Fix implementation of %E, %N
771         and %n according to the doc string.
772
773 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
774
775         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
776         car-safe to avoid bad parses.
777
778 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
781         names.
782
783         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
784
785 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
788         header.
789
790         * message.el (message-draft-headers): Add Date.
791         (message-headers-to-generate): Fix typo in docstring.
792
793         * nndraft.el (nndraft-required-headers): New variable.
794         (nndraft-generate-headers): Use it.
795
796         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
797
798 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
799
800         * gnus-registry.el (gnus-registry-wash-for-keywords)
801         (gnus-registry-find-keywords): New functions to allow easy searching of
802         articles that are in the registry.
803
804 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
805
806         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
807         ietf-drums-parse-address instead of gnus-extract-address-components.
808         Reported by Damien Elmes <damien@repose.cx>.
809
810 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
811
812         * gnus.el (gnus-mime): Remove unused custom group.
813
814 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
815
816         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
817         "blank line" when searching for end of armor headers.
818
819 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * gmm-utils.el (gmm-write-region): Fix variable name.
822
823 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
824
825         * gmm-utils.el (gmm-write-region): New function based on compatibility
826         code from `mm-make-temp-file'.
827
828         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
829
830         * nnmaildir.el (nnmaildir--update-nov)
831         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
832         Use `gmm-write-region'.
833
834 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
835
836         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
837         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
838
839         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
840
841         * message.el (message-replacement-char): New variable.
842         (message-fix-before-sending): Use it.
843         (message-simplify-subject): New function to remove duplicate code.
844         (message-reply, message-followup): Use it.
845
846         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
847         gnus-summary-limit-to-articles.
848
849 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * gnus-util.el (gnus-with-local-quit): New macro.
852
853         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
854
855 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
856
857         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
858         ignore non-string data.
859
860 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
861
862         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
863         non-string data (needs to be done in the registry too).
864
865 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
866
867         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
868         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
869         (gnus-registry-split-fancy-with-parent)
870         (gnus-registry-fetch-simplified-message-subject-fast)
871         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
872         Remove text properties on ingress into the registry and when it's saved.
873         (gnus-registry-clean-empty-function): Fix bug with cleaning the
874         registry from entries with no groups.
875
876 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
877
878         * gnus-util.el (gnus-string-remove-all-properties): Add utility
879         function to remove string properties.
880
881 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
882
883         * gmm-utils.el (gmm): Adjust custom version.
884
885         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
886         custom version.
887
888         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
889
890 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
891
892         * gnus-art.el (gnus-insert-prev-page-button)
893         (gnus-insert-next-page-button): Simplify.  Reformat.
894
895 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
896
897         * gnus-art.el (gnus-insert-prev-page-button)
898         (gnus-insert-next-page-button): Apply gnus-article-button-face.
899
900 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
901
902         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
903
904 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
905
906         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
907         gnus-article-button-face to MIME and security buttons.
908
909 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
910
911         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
912         readable.
913
914 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
917
918 2006-09-20  Steve Youngs  <steve@sxemacs.org>
919
920         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
921         `browse-url-of-file' instead of `browse-url'.
922
923 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
924
925         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
926         regexp.  Articles containing quotation were cut prematurely.
927
928 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * message.el (message-cite-original-1): Use nobody by default for the
931         value of From header.
932         (message-reply): Ditto.
933
934 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
935
936         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
937         to the gnus-info.  This fixes a bug of inline-PGP message verification.
938         Reported by Michael Piotrowski <mxp@dynalabs.de>.
939
940 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
941
942         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
943         mails in the doc string.  Add some URLs in comment.
944         (pop3-movemail): Warn about pop3-leave-mail-on-server.
945
946 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
949         backslashes handling and the way to find boundaries of quoted strings.
950
951 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
952
953         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
954         mml1991-encrypt-to-self is set and mml1991-signers is not set.
955         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
956         mml2015-encrypt-to-self is set and mml2015-signers is not set.
957
958 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
959
960         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
961         doc string.
962         (gnus-button-regexp, gnus-button-last): Remove unused variables.
963
964 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * lpath.el: Fbind epg-check-configuration.
967
968 2006-09-06  Simon Josefsson  <jas@extundo.com>
969
970         * mml2015.el (mml2015-use): Doc fix, mention epg.
971
972 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
973
974         * mml2015.el (mml2015-use): Default to epg, if available.
975
976 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
977
978         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
979         message-sender.
980         (mml1991-epg-encrypt): Ditto.
981         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
982         message-sender.
983         (mml2015-epg-encrypt): Ditto.
984
985 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
986
987         * message.el (message-send-mail-with-sendmail): Look for sendmail in
988         several common directories.
989
990 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
991
992         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
993         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
994
995 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * gnus-art.el (article-decode-encoded-words): Make it fast.
998
999 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1002
1003         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1004         in quoted string into `\'.
1005
1006 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1009         Use standard-syntax-table.
1010
1011 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * gnus-art.el (gnus-decode-address-function): New variable.
1014         (article-decode-encoded-words): Use it to decode headers which are
1015         assumed to contain addresses.
1016         (gnus-mime-delete-part): Remove useless `or'.
1017
1018         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1019         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1020         (gnus-nov-parse-line): Use it to decode From header.
1021         (gnus-get-newsgroup-headers): Ditto.
1022         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1023
1024         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1025         (mail-decode-encoded-address-string): New alias.
1026
1027         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1028         New function.
1029         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1030         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1031         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1032         (rfc2047-decode-string): Ditto.
1033         (rfc2047-decode-address-region): New function.
1034         (rfc2047-decode-address-string): New function.
1035
1036 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1037
1038         * message.el (message-caesar-buffer-body): Allow rotating headers.
1039
1040         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1041
1042         * message.el (message-insert-formated-citation-line): Fix %f.
1043         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1044
1045 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1048         (gnus-bookmark-mouse-available-p): New macro.
1049         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1050         (gnus-bookmark-bmenu-show-infos): Use it.
1051         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1052         (gnus-bookmark-bmenu-hide-infos): Ditto.
1053         (gnus-bookmark-remove-properties): New function.
1054         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1055         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1056         (gnus-bookmark-write-file): Bind coding-system-for-write.
1057         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1058         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1059         group before selecting it.
1060         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1061         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1062         quit-window if it is not available; use gnus-mouse-2 and bind it to
1063         gnus-bookmark-bmenu-select-by-mouse.
1064         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1065         (gnus-bookmark-bmenu-select-by-mouse): New function.
1066
1067 2006-08-13  Romain Francoise  <romain@orebokech.com>
1068
1069         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1070         space.
1071
1072 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * compface.el (uncompface): Use binary rather than raw-text-unix.
1075
1076 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * compface.el (uncompface): Make sure the eol conversion doesn't take
1079         place when communicating with the external programs.  Reported by
1080         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1081
1082 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1085
1086 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1087
1088         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1089         Make it more robust by parsing author and date independently.
1090
1091 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1094
1095 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1096
1097         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1098         first matching secret key.
1099         (mml2015-epg-encrypt): Ditto.
1100
1101         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1102         first matching secret key.
1103         (mml1991-epg-encrypt): Ditto.
1104
1105         * mml2015.el (mml2015-encrypt-to-self): New user option.
1106         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1107         mml2015-epg-encrypt-to-self is set.
1108
1109         * mml1991.el (mml1991-encrypt-to-self): New variable.
1110         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1111         mml1991-epg-encrypt-to-self is set.
1112
1113         * mml2015.el (mml2015-signers): New user option.
1114         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1115         (mml2015-epg-encrypt): Allow to select signing keys.
1116
1117         * mml1991.el (mml1991-signers): New variable.
1118         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1119         (mml1991-epg-encrypt): Allow to select signing keys.
1120
1121 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * nnheader.el (nnheader-insert-head): Make it work even if the file
1124         uses CRLF for the line-break code.
1125
1126 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1127
1128         * mml2015.el: Require mml-sec instead of password.
1129         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1130         (mml2015-cache-passphrase): Inherit the default value from
1131         mml-secure-cache-passphrase.
1132         (mml2015-passphrase-cache-expiry): Inherit the default value from
1133         mml-secure-passphrase-cache-expiry.
1134
1135         * mml1991.el: Require mml-sec instead of password.
1136         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1137         (mml1991-cache-passphrase): Inherit the default value from
1138         mml-secure-cache-passphrase.
1139         (mml1991-passphrase-cache-expiry): Inherit the default value from
1140         mml-secure-passphrase-cache-expiry.
1141
1142         * mml-sec.el: Require password.
1143         (mml-secure-verbose): New user option.
1144         (mml-secure-cache-passphrase): New user option.
1145         (mml-secure-passphrase-cache-expiry): New user option.
1146
1147 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1148
1149         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1150         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1151         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1152
1153         FIXME: Use `tiny change'?
1154
1155 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1156
1157         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1158         workaround for the url package included with Emacs.
1159
1160         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1161
1162 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1165         correctly.  This fixes a bug caused by the 2006-05-12 change.
1166
1167 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1168
1169         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1170         some information about the error when saying that the `bogus' mail
1171         group will be used.
1172
1173 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1174
1175         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1176         string.
1177
1178 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1179
1180         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1181
1182 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1183
1184         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1185
1186 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1187
1188         * mml1991.el (mml1991-function-alist): Add epg.
1189         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1190         (mml1991-epg-encrypt): New functions.
1191
1192 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1193
1194         * mml2015.el (mml2015-verbose): New variable.
1195         (mml2015-cache-passphrase): Ditto.
1196         (mml2015-passphrase-cache-expiry): Ditto.
1197         (mml2015-function-alist): Add epg.
1198         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1199         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1200         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1201         functions.
1202
1203 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1204
1205         * message.el (message-cite-original-1): Preserve region when removing
1206         quoted text due to X-No-Archive in order to avoid bogus attribution
1207         when citing multiple messages.
1208
1209 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1210
1211         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1212         Kenneth Jacker <khj@be.cs.appstate.edu>.
1213
1214 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1215
1216         * gnus-diary.el (gnus-user-format-function-d)
1217         (gnus-user-format-function-D): Autoload.
1218
1219         * imap.el (Commentary): Fix typo.
1220
1221         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1222         2006-04-22 contribution.
1223
1224 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1225
1226         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1227         It didn't really fix the bogosity I'm seeing with solid web groups.
1228
1229 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1230
1231         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1232         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1233         created using server names.  If we use the feature without declaring
1234         it, Gnus does not properly manage server and group state.
1235
1236         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1237         bound.
1238
1239 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1240
1241         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1242         looking up the method using GROUP's prefix before inventing a new one.
1243         It is used on killed/unknown groups in various places where returning
1244         an all-new method isn't expected by the caller.
1245
1246         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1247         and match semantics of gnus-group-real-prefix.
1248
1249 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1250
1251         * nnmail.el (nnmail-broken-references-mailers): New variable.
1252         (nnmail-ignore-broken-references): New function generalizing
1253         nnmail-fix-eudora-headers.
1254         (nnmail-fix-eudora-headers): Now obsolete.
1255
1256         * gnus-art.el (gnus-button-handle-custom): Support
1257         `customize-apropos*'.
1258
1259 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1262
1263         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1264         articles.
1265
1266 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1267
1268         * message.el (message-cite-reply-above): New variable.
1269         (message-yank-original): Use it.
1270
1271 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1274
1275 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1276
1277         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1278         as read.
1279
1280         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1281
1282 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1283
1284         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1285         (gnus-bookmark-default-file): Use gnus-directory.
1286         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1287         Remove "*" in doc string.
1288         (gnus-bookmark-write-file): Simplify.
1289         (gnus-bookmark-maybe-sort-alist): Use `when'.
1290         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1291         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1292         FIXME about Emacs 21 and XEmacs compatibility.
1293         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1294         compatibility.
1295         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1296         compatibility.
1297         (gnus-bookmark-menu-heading): Fix version.
1298
1299 2006-06-19  Bastien Guerry  <bzg@altern.org>
1300
1301         * gnus-bookmark.el: New file.
1302
1303 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * message.el (message-syntax-checks): Doc fix.
1306
1307 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1308
1309         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1310         unsubscribed groups as if they were killed ones.  It causes duplicate
1311         entries in gnus-newsrc-alist.
1312
1313 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * message.el (message-syntax-checks): Doc fix.
1316         (message-send-mail): Add check for continuation headers.
1317         (message-check-news-header-syntax): Fix regexp used to check for
1318         continuation headers.
1319
1320 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1323
1324 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1325
1326         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1327
1328 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1331         default-truncate-lines.
1332
1333 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1336         to fill the utf-8 entry.
1337
1338         * lpath.el: Fbind unicode-precedence-list.
1339
1340 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1341
1342         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1343
1344 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1345
1346         * gnus-agent.el (directory-files-and-attributes): Move all the way
1347         forward (the third and final move).
1348         (gnus-agent-read-agentview): Trap reconstruction errors due to
1349         nonexistant directory.  Handle by returning nil.
1350
1351 2006-05-30  Didier Verna  <didier@xemacs.org>
1352
1353         * message.el (message-dont-reply-to-names): Update the custom type.
1354         * message.el (message-dont-reply-to-names): New defsubst: potentially
1355         convert a list of regexps into a single one.
1356         * message.el (message-get-reply-headers): Use it.
1357         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1358
1359 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * gnus-agent.el (directory-files-and-attributes): Move forward.
1362
1363 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1364
1365         * gnus-ml.el (gnus-mailing-list-subscribe)
1366         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1367         (gnus-mailing-list-message): Fix doc strings.
1368
1369 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1370
1371         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1372         of doing it manually.
1373
1374 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1375
1376         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1377         comment.
1378
1379 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1380
1381         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1382         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1383         (gnus-agent-read-local): All symbols allocated in my-obarray
1384         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1385         (gnus-agent-regenerate-group): Check numeric names to see if they are
1386         messages or groups.
1387         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1388         better way of do this...)
1389
1390         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1391         'dummy.group' (there should be a better way of do this...)
1392
1393 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1396         (gnus-saved-headers): Ditto.
1397         (gnus-default-article-saver): Mention functions may have properties.
1398         (gnus-article-save): Override gnus-save-all-headers and
1399         gnus-saved-headers by :headers property which saver function may have.
1400         (gnus-summary-save-in-file): Add :headers property.
1401         (gnus-summary-write-to-file): Ditto.
1402
1403         * gnus-sum.el (gnus-summary-save-article): Bind
1404         gnus-prompt-before-saving to t when saving many articles in a file;
1405         always show all headers.
1406
1407         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1408
1409 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1410
1411         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1412         marks.
1413
1414         * message.el (message-indent-citation): Add optional arguments to allow
1415         using it outside of message buffers.
1416
1417         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1418         (gnus-article-treat-unfold-headers): Use it.
1419         (gnus-article-truncate-lines): New variable.
1420         (gnus-article-mode): Use it.
1421         (gnus-article-toggle-truncate-lines): New function.
1422
1423         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1424         gnus-article-toggle-truncate-lines.
1425
1426         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1427         coding system in XEmacs, use binary.
1428
1429 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1432         after-load-alist.
1433
1434         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1435         this function should save decoded articles.
1436         (gnus-summary-write-to-file): Use property to specify this function
1437         should save decoded articles and specify gnus-summary-save-in-file
1438         should be used to save articles other than the first one when saving
1439         many articles.
1440         (gnus-summary-save-body-in-file): Use property to specify this
1441         function should save decoded articles.
1442         (gnus-summary-write-body-to-file): Use property to specify this
1443         function should save decoded articles and specify
1444         gnus-summary-save-body-in-file should be used to save articles other
1445         than the first one when saving many articles.
1446
1447         * gnus-sum.el (gnus-summary-save-article): Simplify.
1448
1449 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * gnus-art.el (gnus-default-article-saver): Add
1452         gnus-summary-write-body-to-file.
1453         (gnus-article-save-coding-system): Don't use coding system object
1454         in XEmacs.
1455         (gnus-read-save-file-name): Add optional `dir-var' argument which
1456         specifies directory in which files are saved; work even if optional
1457         `variable' argument is not specified.
1458         (gnus-summary-write-to-file): Read file name.
1459         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1460         (gnus-summary-write-body-to-file): New function.
1461
1462         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1463         (gnus-summary-local-variables): Add it.
1464         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1465         (gnus-summary-save-article): Remove optional `decode' argument;
1466         determine whether to decode articles by the value of
1467         gnus-default-article-saver; when saving many files using
1468         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1469         it first and use gnus-summary-save-in-file or
1470         gnus-summary-save-body-in-file thereafter unless
1471         gnus-prompt-before-saving is always; move point to article which
1472         will be saved.
1473         (gnus-summary-save-article-file): Revert.
1474         (gnus-summary-write-article-file): Revert.
1475         (gnus-summary-save-article-body-file): Revert.
1476         (gnus-summary-write-article-body-file): New function.
1477
1478 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * gnus-art.el (gnus-default-article-saver): Doc fix.
1481         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1482         from gnus-summary-save-article-coding-system, and default to a
1483         certain coding system.
1484         (gnus-output-to-file): Add coding cookie and encode text according
1485         to gnus-article-save-coding-system; don't use mm-append-to-file.
1486
1487         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1488         gnus-art.el and rename to gnus-article-save-coding-system.
1489         (gnus-summary-save-article): Require gnus-art; don't show all
1490         headers if it decodes articles; don't add coding cookie here;
1491         don't bind mm-text-coding-system-for-write.
1492         (gnus-summary-save-article-file): Save decoded articles.
1493         (gnus-summary-write-article-file): When saving many files, use
1494         gnus-summary-write-to-file first and gnus-summary-save-in-file
1495         thereafter unless gnus-prompt-before-saving is always.
1496         (gnus-summary-save-article-body-file): Save decoded articles.
1497
1498         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1499
1500 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1501
1502         * nnrss.el (nnrss-check-group): Bind hash-index.
1503
1504 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1505
1506         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1507         its hash index.  Store this hash in `nnrss-group-data'.
1508         (nnrss-read-group-data): Update accordingly.
1509
1510 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1511
1512         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1513         entry.
1514
1515         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1516         gnus-article-browse-html-article.
1517
1518 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1519
1520         * gnus-sum.el (gnus-summary-mime-map): Add
1521         gnus-article-browse-html-article.
1522
1523         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1524
1525 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1526
1527         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1528         suitable coding systems in customize.
1529
1530 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1531
1532         * mail-source.el (mail-sources): Fix custom type.
1533
1534 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1535
1536         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1537         (gnus-summary-expire-articles-now): Shorten prompt.
1538
1539         * gmm-utils.el (wid-edit): Require.
1540         (defun-gmm): Renamed from `gmm-defun-compat'.
1541         (gmm-image-search-load-path): Use it.
1542         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1543
1544 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1547         variable.
1548         (gnus-summary-save-article): Add optional `decode' argument.  If
1549         it is set and gnus-summary-save-article-coding-system is non-nil,
1550         save decoded article.
1551         (gnus-summary-write-article-file): Save decoded article if
1552         gnus-summary-save-article-coding-system is non-nil.
1553
1554         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1555         type.
1556
1557 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1560
1561 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1564         first to test gnus-single-article-buffer which may be buffer-local.
1565
1566         * gnus-sum.el (gnus-summary-setup-buffer): Make
1567         gnus-single-article-buffer buffer-local and nil in ephemeral
1568         group; make gnus-article-buffer, gnus-article-current, and
1569         gnus-original-article-buffer always buffer-local.
1570         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1571         group.
1572         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1573
1574 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1575
1576         * nnml.el (nnml-request-compact-group): Compressed files might not
1577         have .gz extension.
1578
1579 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1580
1581         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1582         (mm-copy-to-buffer): Use with-current-buffer.
1583         (mm-display-part): Simplify.
1584         (mm-inlinable-p): Add optional arg `type'.
1585
1586 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1587
1588         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1589         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1590         Try harder to show the attachment internally or externally using
1591         gnus-mime-view-part-as-type.
1592
1593 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1594
1595         * message.el (message-from-style, message-signature-separator)
1596         (message-user-organization-file, message-send-mail-function)
1597         (message-citation-line-function, message-yank-prefix)
1598         (message-indent-citation-function, message-signature)
1599         (message-signature-file, message-signature-insert-empty-line):
1600         Remove autoloads.
1601
1602         * gnus-art.el (gnus-buttonized-mime-types): Remove
1603         "multipart/signed".  Revert 2006-04-26 change.
1604
1605 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * gnus.el (gnus-version-number): Bump version.
1608
1609 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1610
1611         * gnus.el: No Gnus v0.5 is released.
1612
1613 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1614
1615         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1616         fetching articles by message-id.
1617
1618 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * message.el (hashcash): Require hashcash as normal.
1621
1622         * ecomplete.el (ecomplete-highlight-match-line): Use
1623         point-at-eol.
1624         (ecomplete-highlight-match-line): Use `highlight', because that
1625         face exists in both Emacs and XEmacs.
1626
1627         * message.el (message-display-abbrev): Use point-at-bol.
1628
1629         * mail-source.el: Don't require timer/timer-funcs.
1630
1631         * gnus-async.el: Ditto.
1632
1633         * password.el: Ditto.
1634
1635         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1636
1637         * mm-url.el: Ditto.
1638
1639         * gnus-xmas.el: Don't require timer-funcs.
1640
1641         * mm-util.el: Require timer/timer-funcs.
1642
1643 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1644
1645         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1646         Close.
1647
1648 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1651         unibyte after clear-decrypt function runs.
1652
1653         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1654         returns as a unibyte string.
1655
1656 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * lpath.el: Revert.
1659
1660         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1661         (pgg-gpg-process-sentinel): Revert.
1662
1663         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1664         (pgg-pgp-lookup-key): Revert.
1665
1666         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1667         (pgg-pgp5-lookup-key): Revert.
1668
1669         * pgg.el (pgg-fetch-key): Revert.
1670
1671 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * lpath.el: Fbind string-as-multibyte for XEmacs.
1674
1675         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1676         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1677         (mml1991-pgg-encrypt): Ditto.
1678
1679         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1680         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1681         a multibyte buffer.
1682
1683         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1684         (pgg-pgp-lookup-key): Ditto.
1685
1686         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1687         (pgg-pgp5-lookup-key): Ditto.
1688
1689         * pgg.el (pgg-fetch-key): Ditto.
1690
1691 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1692
1693         * message.el (message-user-organization-file): Check several
1694         locations of the organization file.
1695
1696         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1697         Add gnus-article-view-part-as-type.
1698
1699         * gnus-art.el (gnus-article-view-part-as-type): New function.
1700
1701         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1702         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1703
1704         * mml.el: Simplify autoload.
1705         (mml-mode): defvar dnd-protocol-alist instead of using
1706         symbol-value.
1707         (mml-default-directory): New variable.
1708         (mml-minibuffer-read-file): Use it.
1709         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1710
1711         * message.el (message-citation-line-format): New variable.
1712         (message-insert-formated-citation-line): New function.
1713         (message-citation-line-function): Add
1714         `message-insert-formated-citation-line' to custom type.
1715
1716         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1717         to doc string.
1718
1719         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1720         depending on mm-verify-option.
1721
1722 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1725         binding pgg-* variables; reimplement the section which prevents
1726         MIME header from being signed.
1727         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1728         pgg-text-mode; remove a blank line at the top of body.
1729
1730         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1731         lines at the top of body; use gnus-newsgroup-charset if there's no
1732         Charset header.
1733
1734 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * message.el (message-self-insert-commands): Doc fix.
1737
1738         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1739         (mm-uu-pgp-encrypted-test): Ditto.
1740         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1741         between header and body; return application/pgp-encrypted handle
1742         if decryption failed; decode decrypted body by charset.
1743
1744         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1745         element match to application/pgp-*.
1746
1747 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1748
1749         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1750         HTML.
1751
1752 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * mail-source.el (mail-source-call-script): Message the error
1755         string.
1756
1757 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * gnus-util.el (gnus-byte-compile): Use it.
1760
1761 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1762
1763         * gnus-util.el (kill-empty-logs): New function.
1764
1765 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * message.el (message-mail-alias-type): Doc fix.
1768         (message-mail-alias-type-p): New function.
1769         (message-send): Use it.
1770         (message-mode): Ditto.
1771         (message-strip-forbidden-properties): Ditto.
1772
1773         * ecomplete.el (ecomplete-database-file-coding-system): New
1774         variable.
1775         (ecomplete-save): Use it.
1776         (ecomplete-setup): Use it.
1777
1778 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * message.el (message-self-insert-commands): New variable.
1781         (message-strip-forbidden-properties): Use it.
1782
1783 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1786         that doesn't make XEmacs choke.
1787
1788 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1789
1790         * gnus-util.el (gnus-replace-in-string):
1791         Prefer replace-regexp-in-string over of replace-in-string.
1792
1793 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-util.el (gnus-select-frame-set-input-focus):
1796         Use select-frame-set-input-focus if it is available in XEmacs; use
1797         definition defined in Emacs 22 for old Emacsen.
1798
1799         * dgnushack.el: Autoload unmorse-region for XEmacs.
1800
1801         * lpath.el: Bind cursor-in-non-selected-windows and
1802         select-frame-set-input-focus for XEmacs.
1803
1804 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1807
1808 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1809
1810         * gnus-registry.el (gnus-registry-cache-save): Remove text
1811         properties when saving via the temp buffer.
1812
1813 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1814
1815         * message.el (message-generate-hashcash): Honor custom type.
1816
1817 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * message.el (message-generate-hashcash): Default to non-nil when
1820         hashcash is found.
1821
1822         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1823         (gnus-refer-thread-limit): Increase default to 500.
1824
1825         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1826
1827         * flow-fill.el (fill-flowed): Allow delete-space.
1828
1829 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1830
1831         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1832         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1833         Remove autoloads.
1834
1835 2006-04-18  Simon Josefsson  <jas@extundo.com>
1836
1837         * message.el (message-generate-hashcash): Default to.
1838
1839 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1842         concatenating segments rather than before concatenating them.
1843
1844 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1845
1846         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1847
1848 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1851
1852         * message.el (message-forward-make-body-plain): Allow
1853         message-forward-ignored-headers to be a list.
1854         (message-remove-ignored-headers): Factor out into function.
1855         (message-forward-make-body-mml): Use it.
1856
1857         * imap.el (imap-quote-specials): New function.
1858         (imap-login-auth): Quote specials.
1859
1860         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1861         (rfc2231-parse-string): Allow concatanation of parameters that
1862         aren't contiguous.  The test case is
1863           (mail-header-parse-content-type "message/external-body;
1864             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1865             access-type=LOCAL-FILE;
1866             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1867
1868 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1869
1870         * nntp.el (nntp-accept-process-output): Return the value of
1871         `nnheader-accept-process-output'.
1872
1873 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1876         (gnus-button-alist): Recognize more diff formats.
1877         (gnus-button-patch): Strip directory.
1878
1879 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1880
1881         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1882         Emacs 22 when setting focus.
1883
1884 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * gnus-art.el (gnus-article-treat-types): Do treatment of
1887         text/x-verbatim parts.
1888         (gnus-button-patch): New command.
1889
1890         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1891         addresses that contain invalid characters.
1892
1893 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1894
1895         * message.el (message-put-addresses-in-ecomplete): Use
1896         gnus-replace-in-string.
1897         (message-is-yours-p): Use the more correct
1898         mail-header-parse-address instead of
1899         mail-extract-address-components.
1900         (message-put-addresses-in-ecomplete): Fix typo.
1901
1902         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1903         keystroke.
1904
1905         * gnus-art.el (gnus-treatment-function-alist): Change order of
1906         newsgroups/generic header folding to avoid double-folding.
1907
1908         * message.el (message-hidden-headers): Add X-Draft-From.
1909
1910         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1911         command.
1912         (gnus-summary-repeat-search-article-backward): New command.
1913
1914         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1915         groups in the parent topic.
1916
1917 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1918
1919         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1920         (spam-extra-header-to-number): Return the CRM114 number as a
1921         number instead of a string.
1922
1923 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * gnus-art.el (gnus-face-properties-alist): Moved here from
1926         gnus-fun.
1927
1928         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1929
1930 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * message.el (message-strip-forbidden-properties): Only display on
1933         self-insert-command.
1934
1935         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1936         reindent.
1937         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1938
1939 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1940
1941         * smiley.el (smiley-style): Fix typo.
1942
1943 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * hashcash.el (hashcash-insert-payment-async-2): Use
1946         message-goto-eoh instead of doing it manually.
1947         (mail-add-payment): Use message-narrow-to-header instead of trying
1948         to do the same itself.
1949
1950         * message.el (message-hidden-headers): Add Face.
1951
1952         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1953         reparenting code.
1954         (gnus-summary-reparent-children): Refactored out code.
1955         (gnus-summary-thread-map): New keystroke.
1956         (gnus-summary-reparent-children): Make into command.
1957
1958         * smiley.el (smiley-style): Default to `medium' if using a large
1959         font.
1960
1961         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1962         does it itself.
1963
1964         * message.el (message-point-in-header-p): Simplify definition.
1965
1966 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * nnagent.el (nnagent-request-set-mark): Silence log file
1969         writing.
1970         (nnagent-request-set-mark): Use write-region instead of
1971         append-to-file.
1972
1973         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1974         strange select method.
1975
1976         * ecomplete.el (ecomplete-display-matches): Get highlightling
1977         right.
1978         (ecomplete-display-matches): Use literals.
1979         (ecomplete-display-matches): Disable message logging.
1980
1981         * message.el (message-display-abbrev): Small optimization.
1982
1983         * ecomplete.el (ecomplete-display-matches): Allow automatic
1984         display.
1985
1986         * message.el (message-strip-forbidden-properties): Display
1987         abbrevs.
1988         (message-display-abbrev): Get automatic display right.
1989
1990         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1991         keystrokes.
1992
1993 2006-04-13  Romain Francoise  <romain@orebokech.com>
1994
1995         TODO: Backport to v5-10!
1996
1997         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1998         Moved here (and renamed) from gnus-registry.el.
1999
2000         * gnus-registry.el: Require gnus-util.
2001         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2002
2003 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * gnus-group.el (gnus-group-catchup-current): Change
2006         if-then-else-if-then-else into cond.
2007         (gnus-group-catchup): Indent.
2008         (group-name-at-point): New function.
2009         (gnus-fetch-group): Provide default from thing at point.
2010
2011 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * message.el (message-display-abbrev): Fix regexp.
2014
2015         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2016         choosing.
2017         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2018         dead variables.
2019
2020         * message.el (message-newline-and-indent): Remove debugging.
2021         (message-display-abbrev): Use new implementation.
2022
2023 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2024
2025         * gnus-art.el (gnus-article-mode): Set
2026         cursor-in-non-selected-windows to nil.
2027
2028         * smiley.el: Revert previous change.
2029         (smiley-data-directory): defvar it before using it in the
2030         defcustom of `smiley-style'.
2031
2032 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * message.el (message-newline-and-indent): New function.
2035
2036         * ecomplete.el: Implement more bits.
2037
2038         * message.el (message-put-addresses-in-ecomplete): Clean up the
2039         string.
2040
2041         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2042
2043         * gnus-sum.el (gnus-summary-save-parts): Bind
2044         gnus-summary-save-parts-counter and use it to make unique file
2045         names.
2046
2047         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2048
2049         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2050         parameter to say whether to actually parse the individual
2051         addresses.
2052
2053         * message.el (message-put-addresses-in-ecomplete): New function.
2054         (ecomplete): Require.
2055         (message-mail-alias-type): Add ecomplete as an option.
2056
2057 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2058
2059         * flow-fill.el (fill-flowed): Remove trailing space from blank
2060         quoted lines.
2061
2062 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * smiley.el (smiley-style): Move definition later to avoid a
2065         compilation warning.
2066
2067 2006-04-12  Kenichi Handa  <handa@m17n.org>
2068
2069         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2070         buffer and then decode the buffer text if necessary.
2071         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2072         first, and after mm-encode-body, change the buffer to unibyte.
2073         Use mm-disable-multibyte instead of set-buffer-multibyte.
2074
2075 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2078         Content-Type header instead of Content-Disposition header.
2079         (gnus-mime-inline-part): Ditto.
2080         (gnus-mime-view-part-as-charset): Ignore charset that the part
2081         specifies.
2082
2083         * mm-decode.el (mm-display-part): Work with external parts and
2084         usual parts similarly.
2085
2086         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2087         instead of gnus-display-mime.
2088
2089         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2090         instead of with-temp-buffer.
2091
2092         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2093         tag to summarized topics part in order to encode non-ASCII text.
2094
2095 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2096
2097         * smiley.el (smiley-style): New variable.
2098         (smiley-directory): New function.
2099         (smiley-data-directory): Derive from `smiley-style' using
2100         `smiley-directory'.
2101         (smiley-regexp-alist): Add new entries.
2102
2103         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2104         (gnus-article-browse-delete-temp): Add :version.
2105
2106 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2107
2108         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2109         the sieve region.
2110
2111 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * gnus.el (gnus-version-number): Bump version.
2114
2115 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2116
2117         * gnus.el: No Gnus v0.4 is released.
2118
2119 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2122         layout.
2123
2124         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2125         unknown charset.
2126
2127         * message.el (message-header-synonyms): Add Original-To to the
2128         default.
2129
2130         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2131         optional parameter.
2132
2133 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2134
2135         * gnus-fun.el (gnus): Require it for gnus-directory.
2136
2137 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2140
2141 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2142
2143         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2144
2145 2006-04-05  Simon Josefsson  <jas@extundo.com>
2146
2147         * password.el (password-reset): New function.
2148
2149 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2150
2151         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2152         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2153
2154 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2155
2156         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2157         Some whitespace was matched into the url, which broke browsing hits
2158         > 100 when mm-url-use-external was nil.
2159
2160 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2161
2162         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2163         gnus-extra-headers for 'Newsgroups.
2164
2165         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2166         bound.
2167
2168 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2169
2170         * pgg-gpg.el: Clean up process buffers every time gpg processes
2171         complete.
2172
2173 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2174
2175         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2176         doc string.
2177
2178 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2179
2180         * pgg-gpg.el (pgg-gpg-process-filter)
2181         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2182
2183         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2184         lines, temporary fix.
2185
2186 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2187
2188         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2189
2190 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2191
2192         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2193         default-enable-multibyte-characters.  This reverts the change from
2194         revision 6.17 which is no longer necessary because the passphrase
2195         is sent separately now.  GnuPG messages are unreadable under
2196         multibyte locales with default-enable-multibyte-characters set to
2197         nil.
2198
2199 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2200
2201         * message.el (message-tool-bar-gnome): Move "spell".
2202
2203 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2204
2205         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2206         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2207         instead.
2208
2209 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2210
2211         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2212         newsgroups handling for NNTP overviews which don't include
2213         Newsgroups.
2214
2215 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2216
2217         * message.el (message-resend): Bind message-generate-hashcash to nil.
2218
2219 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2220
2221         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2222         when searching for already-paid recipients.
2223
2224 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2225
2226         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2227         passphrases when it is not needed.
2228         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2229         passphrase stuff from gpg, should only be necessary when you use
2230         gpg with a smartcard.
2231
2232 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * mml.el (mml-insert-mime): Ignore cached contents of
2235         message/external-body part.
2236
2237         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2238         (mm-insert-part): Ditto.
2239
2240 2006-03-23  Simon Josefsson  <jas@extundo.com>
2241
2242         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2243         Reiner.
2244         (pgg-gpg-use-agent-p): Use it again.
2245
2246 2006-03-23  Simon Josefsson  <jas@extundo.com>
2247
2248         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2249         older emacsen.
2250         (pgg-gpg-use-agent-p): Don't use it.
2251
2252 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2253
2254         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2255         if we can.
2256
2257 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2258
2259         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2260         (pgg-gpg-update-agent): New function.
2261         (pgg-gpg-use-agent-p): New function.
2262         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2263         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2264         (pgg-gpg-sign-region): Use it.
2265
2266 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2269         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2270
2271 2006-03-21  Simon Josefsson  <jas@extundo.com>
2272
2273         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2274         <wilde@sha-bang.de>.
2275         (pgg-gpg-use-agent): New variable.
2276         (pgg-gpg-process-region): Use it.
2277         (pgg-gpg-encrypt-region): Likewise.
2278         (pgg-gpg-encrypt-symmetric-region): Likewise.
2279         (pgg-gpg-decrypt-region): Likewise.
2280         (pgg-gpg-sign-region): Likewise.
2281         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2282
2283 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2284
2285         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2286
2287         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2288         Add comment on version.
2289
2290 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2291
2292         * smiley.el: Add missing test smiley.
2293
2294 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * mm-decode.el (mm-with-part): New macro.
2297         (mm-get-part): Use it; work with message/external-body as well.
2298         (mm-save-part): Treat name and filename equally.
2299
2300         * mm-extern.el (mm-extern-cache-contents): New function.
2301         (mm-inline-external-body): Use it; force the part to be displayed;
2302         move undisplayer added to the cached handle to the parent.
2303
2304         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2305         (gnus-mime-view-part-as-type): Work with message/external-body.
2306
2307         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2308
2309 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2310
2311         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2312         images in image-load-path.  [Sync with image.el, revision 1.60, in
2313         Emacs.]
2314
2315 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2316
2317         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2318         path rather than symbol.  Always return list of directories.
2319         Guarantee that image directory comes first.  [Sync with image.el,
2320         revision 1.59, in Emacs.]
2321
2322         * message.el (message-make-tool-bar): Adjust to new API of
2323         `gmm-image-load-path-for-library'.
2324
2325         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2326
2327         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2328
2329 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2330
2331         * gnus-art.el (gnus-article-only-boring-p):
2332         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2333         intangible text.
2334         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2335
2336 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2337
2338         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2339         `defun' instead of `gmm-defun-compat'.
2340
2341 2006-03-14  Simon Josefsson  <jas@extundo.com>
2342
2343         * message.el (message-unique-id): Don't use message-number-base36
2344         if (user-uid) is a float.
2345         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2346
2347 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2350
2351         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2352         empty line between a part and a message part.
2353
2354 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2355
2356         * smiley.el: Add more test smileys.
2357         (smiley-data-directory, smiley-regexp-alist)
2358         (gnus-smiley-file-types): Fix doc strings.
2359         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2360         adding new elements.
2361         (smiley-mouse-map): Unused code.  Make it a comment.
2362
2363 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2366         scan latest NoCeM messages instead of old ones.
2367         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2368         delimiters that are recently used.
2369         (gnus-nocem-load-cache): Add autoload cookie.
2370
2371         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2372
2373         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2374         level which is larger than gnus-use-nocem is specified.
2375
2376         * gnus-group.el (gnus-group-get-new-news): Ditto.
2377
2378 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2379
2380         * gnus-util.el (gnus-tool-bar-update): New function.
2381
2382         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2383         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2384
2385         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2386
2387         * gnus-group.el (gnus-group-redraw-when-idle)
2388         (gnus-group-redraw-check): Remove.
2389         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2390
2391 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2394         if optional last element is specified in splits (FIELD VALUE...).
2395
2396 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2397
2398         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2399         to gmm-image-load-path-for-library.  Call with no-error argument.
2400         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2401
2402         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2403
2404         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2405
2406         * gmm-utils.el (gmm-image-load-path): Remove alias.
2407
2408 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2409
2410         * gmm-utils.el (gmm-image-load-path): Add alias.
2411
2412         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2413         nnml-generate-nov-databases-1.
2414         (nnml-generate-nov-databases): Use it.
2415         (nnml-generate-nov-databases-directory): Document no-active
2416         argument.
2417
2418         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2419         directory if path is t.  Add no-error.
2420
2421         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2422         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2423
2424         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2425         resetting gnus-article-browse-html-temp-list.
2426
2427         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2428         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2429         Add example to docstring.  Rename local variables.  Move error
2430         checks to default case in cond and simplify.
2431
2432 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2435         handle is multipart when calling it recursively.
2436         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2437
2438 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2439
2440         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2441         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2442
2443 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2446         is loaded.
2447
2448         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2449         loaded.
2450
2451 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2452
2453         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2454         to "Emacs 23 (unicode)" in doc string.
2455
2456         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2457         "Emacs 23 (unicode)" in comment.
2458
2459 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2462
2463         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2464         characters 160 through 255 in Emacs 23.
2465
2466 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2467
2468         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2469         gnus-article-browse-html-temp.
2470         (gnus-article-browse-delete-temp): Make it customizable.  Add
2471         `file'.  Adjust doc string.
2472         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2473         query for each file.  Adjust doc string.
2474         (gnus-article-browse-html-parts): Add
2475         `gnus-article-browse-delete-temp-files' to
2476         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2477
2478 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2479
2480         * gnus-art.el (gnus-article-browse-html-temp)
2481         (gnus-article-browse-delete-temp): New variables.
2482         (gnus-article-browse-delete-temp-files): New function.
2483         (gnus-article-browse-html-parts): Use it.
2484
2485 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2486
2487         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2488
2489         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2490         string.
2491
2492         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2493         gnus-summary-insert-new-articles when unplugged.  Remove
2494         gnus-summary-search-article-forward.
2495
2496         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2497         display-visual-class instead of display-color-cells.
2498
2499 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * dgnushack.el: Autoload customize-group for XEmacs.
2502
2503         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2504         message/* containing non-ASCII text properly.
2505
2506 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2507
2508         * message.el: Require gmm-utils, remove autoloads.
2509         (message-tool-bar): Set default based on
2510         gmm-tool-bar-style.
2511         (message-tool-bar-gnome): Add gmm-customize-mode.
2512
2513         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2514         gmm-tool-bar-style.
2515         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2516
2517         * gnus-group.el (gnus-group-tool-bar): Set default based on
2518         gmm-tool-bar-style.
2519         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2520
2521         * gmm-utils.el (gmm-image-directory): Rename variable from
2522         gmm-image-load-path.
2523         (gmm-image-load-path): Use gmm-image-directory.
2524         (gmm-customize-mode): New function.
2525         (gmm-tool-bar-style): New variable.
2526
2527         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2528         gnus-group-redraw-line-number.
2529         (gnus-group-redraw-check): Simplify.
2530         (gnus-group-tool-bar-update): Remove redraw check.
2531         (gnus-group-make-tool-bar): Add redraw check.
2532
2533 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2534
2535         * gnus-art.el (gnus-button): Add missing parentheses.
2536
2537 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * lpath.el: Fbind line-number-at-pos.
2540
2541 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2544
2545 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2546
2547         * gnus-art.el (gnus-button): New face.
2548         (gnus-article-button-face): Use it.
2549
2550         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2551         gnus-summary-next-page.  Re-order.
2552
2553         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2554         next-node are now included.
2555         (gnus-group-redraw-line-number): New internal variable.
2556         (gnus-group-redraw-check): Helper function for updating the tool
2557         bar.
2558         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2559
2560         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2561
2562         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2563         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2564         Use it to match format of Spamassassin 3.0 and later.  Reported by
2565         IRIE Tetsuya <irie@t.email.ne.jp>.
2566         (spam-check-bogofilter)
2567         (spam-bogofilter-register-with-bogofilter): Fix args of
2568         `gnus-error' calls.
2569
2570 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2571
2572         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2573         unnecessary interaction when sending queued mails.  Reported by
2574         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2575
2576 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2577
2578         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2579         first or last are nil.
2580
2581 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2582
2583         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2584
2585 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2588
2589 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * dns.el (query-dns): Protect more against buggy tcp output.
2592
2593 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2594
2595         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2596         nov.php.
2597
2598 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2599
2600         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2601         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2602         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2603         output on the server side.
2604         (nnweb-google-create-mapping): Update regexps and add some
2605         progress indication.
2606
2607 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2608
2609         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2610         gnus-agent-toggle-plugged.  Re-order icons.
2611         (gnus-group-tool-bar-gnome): Add
2612         gnus-group-{prev,next}-unread-group.
2613         (gnus-group-tool-bar-gnome): Re-order icons.
2614
2615         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2616         gnus-summary-insert-new-articles.
2617
2618         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2619         comments.
2620
2621         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2622         also available in Emacs 21.3.
2623
2624         * message.el (message-fix-before-sending): Change "Emacs 22" to
2625         "Emacs 23 (unicode)" in comment.
2626
2627         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2628         "Emacs 23 (unicode)" in comment.
2629
2630         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2631         comment.
2632         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2633
2634         * mm-view.el (mm-fill-flowed): Add :version.
2635
2636 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2639         and load-path.
2640
2641 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2642
2643         * message.el: Autoload gmm-image-load-path.
2644         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2645         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2646         consitency.
2647
2648         * gmm-utils.el (gmm-image-load-path): Also search in
2649         "../etc/images".  Don't set gmm-image-load-path if we don't find
2650         the image.
2651
2652 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * gmm-utils.el (gmm-image-load-path): Don't make
2655         `gmm-image-load-path' include subdirectories which the second arg
2656         `image' might specify.
2657
2658         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2659         subdirectory to icon file names.
2660
2661         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2662
2663 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2664
2665         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2666         gmm-image-load-path calls.
2667
2668         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2669
2670         * message.el (message-make-tool-bar): Ditto.
2671
2672         * mml.el (mml-preview): Added comment concerning tool bar icons.
2673
2674         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2675         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2676
2677         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2678         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2679
2680         * message.el (message-tool-bar-gnome): Use new icon names.
2681         (message-make-tool-bar): Use `gmm-image-load-path'.
2682
2683         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2684         functions from MH-E.
2685         (gmm-image-load-path): New variable from MH-E.
2686         (gmm-image-load-path): New function from MH-E.  Added arguments
2687         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2688         *-image-load-path-called-flag.
2689
2690 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2691
2692         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2693
2694 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2695         (tiny change)
2696
2697         * nnimap.el (nnimap-request-move-article): Change folder back to
2698         source group before deleting.
2699
2700 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2701
2702         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2703
2704         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2705         mm-url.
2706
2707         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2708
2709 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2712         coding system which mm-charset-to-coding-system returns for a
2713         given charset is valid.
2714
2715 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2716
2717         * html2text.el (html2text-remove-tag-list):
2718         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2719
2720 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2721
2722         * gnus-cus.el: Revert 2005-10-17 change.
2723
2724 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-art.el (article-strip-banner): Call
2727         article-really-strip-banner only when the regexp match is made.
2728
2729 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-art.el (article-strip-banner): Use
2732         gnus-extract-address-components instead of
2733         mail-header-parse-addresses to make it work with non-ASCII text;
2734         remove mail-encode-encoded-word-string.
2735
2736         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2737         values which are surrounded with \"...\"; make it never cause a
2738         Lisp error; give up parsing of parameters if it failed in
2739         extracting type.
2740
2741 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2742
2743         * smime.el (smime-cert-by-ldap-1): Fix bug where
2744         `smime-ldap-search' returns results without userCertificates.
2745
2746 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2749
2750 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2751
2752         * spam.el (spam-check-spamassassin-headers): Adapt format for
2753         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2754         <ari@mbf.ocn.ne.jp>.
2755         (spam-list-of-processors): Add spam-use-gmane.
2756
2757 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2760         make-temp-file; make it work with XEmacs as well.
2761
2762         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2763         mm-make-temp-file.
2764
2765         * mm-decode.el (mm-display-external): Use the 3rd arg of
2766         mm-make-temp-file.
2767         (mm-create-image-xemacs): Ditto.
2768
2769 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2772         with message-narrow-to-headers.
2773         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2774         (gnus-draft-check-draft-articles): New function.
2775         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2776
2777 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2778
2779         * gnus-art.el (gnus-article-browse-html-parts):
2780         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2781         Don't use suffix argument for mm-make-temp-file for Emacs 21
2782         compatibility.  Remove useless `format'.
2783
2784 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2785
2786         * nnweb.el (nnweb-google-wash-article): Update regexps.
2787         (nnweb-group-alist): Use defvoo instead of defvar.
2788
2789 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2792         re-loading nn* modules.
2793
2794 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2795
2796         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2797         for `tool-bar-mode' and don't check it's default-value.
2798
2799         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2800
2801         * message.el (message-make-tool-bar): Ditto.
2802
2803         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2804         `substring'.  Shorten tmp-file name.
2805
2806         * gnus.el: Remove bogus comment.
2807
2808 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2809
2810         * gnus-art.el (gnus-article-browse-html-parts): New function.
2811         (gnus-article-browse-html-article): New function for viewing html
2812         articles with a browser.
2813
2814 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2815
2816         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2817         in elisp.
2818         (pgg-gpg-encrypt-symmetric-region): Ditto.
2819         (pgg-gpg-sign-region): Ditto.
2820
2821         * pgg-def.el (pgg-text-mode): New variable.
2822
2823         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2824         (mml2015-pgg-encrypt): Ditto.
2825
2826         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2827         (mml1991-pgg-encrypt): Ditto.
2828
2829 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2832         message-make-date instead of current-time-string.
2833
2834         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2835         to gnus-decoded which mm-uu might set.
2836
2837 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2840         don't decode quoted parameters; remove misimported Emacs code.
2841         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2842         (rfc2231-decode-encoded-string): Don't use split-string which
2843         behaves differently according to Emacs version; use
2844         mm-decode-coding-region to convert charset to coding-system.
2845         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2846         (rfc2231-encode-string): Remove misimported Emacs code.
2847
2848 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2851         when calling mail-header-parse-content-type.
2852         (article-de-quoted-unreadable): Ditto.
2853         (article-de-base64-unreadable): Ditto.
2854         (article-wash-html): Ditto.
2855
2856         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2857         calling mail-header-parse-content-type and
2858         mail-header-parse-content-disposition.
2859         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2860         mail-header-parse-content-type.
2861
2862         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2863         insert charset and format parameters; encode description after
2864         inserting it to buffer.
2865         (mml-insert-parameter): Fold lines properly even if a parameter is
2866         segmented into two or more lines; change the max column to 76.
2867
2868         * rfc1843.el (rfc1843-decode-article-body): Don't use
2869         ignore-errors when calling mail-header-parse-content-type.
2870
2871         * rfc2231.el (rfc2231-parse-string): Return at least type if
2872         possible; don't cause an error even if it fails in parsing of
2873         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2874         (rfc2231-encode-string): Don't break lines at the beginning, leave
2875         it to mml-insert-parameter.
2876
2877         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2878         calling mail-header-parse-content-type.
2879
2880 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2881
2882         * spam-report.el (spam-report-gmane-use-article-number):
2883         Improve doc string.
2884         (spam-report-gmane-internal): Check if a suitable header was found
2885         in the article.
2886
2887 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2890         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2891
2892 2006-02-05  Romain Francoise  <romain@orebokech.com>
2893
2894         Update copyright notices of all files in the gnus directory.
2895
2896 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2897
2898         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2899
2900 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2903         segmented lines of parameter value to cope with Thunderbird 1.5
2904         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2905         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2906         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2907
2908 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2909
2910         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2911         parts.
2912
2913 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2914
2915         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2916         there's only one active file for all servers.
2917         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2918         solid groups.  Gnus might have used a FAST request to select the group.
2919         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2920         and nnweb-search redundantly in the active file.
2921         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2922         (nnweb-request-create-group): Don't use ARGS.
2923         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2924         initialisations.  Let nnoo do the work.
2925
2926 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2929         Say the part has been decoded.
2930
2931         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2932
2933 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2934
2935         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2936         mailcap-viewer-test-cache when there's no 'test clause, since that
2937         will invert the meaning of a "nil" test previously determined by
2938         mailcap-mailcap-entry-passes-test.
2939
2940 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2941
2942         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2943         compiling.
2944
2945         * gnus-sum.el: Ditto.
2946
2947         * message.el: Don't bind tool-bar-map when compiling.
2948
2949 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2950
2951         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2952
2953 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2954
2955         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2956         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2957         current Google Groups.
2958
2959 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2960
2961         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2962         and tool-bar-mode.
2963
2964         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2965         and tool-bar-mode.
2966
2967         * message.el (message-tool-bar-update): Simplify.
2968         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2969
2970         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2971         gnus-summary-buffer.
2972         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2973         gnus-summary-reply.
2974
2975         * gmm-utils.el (gmm): Add :version.
2976
2977 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * Makefile.in (clean): New rule.
2980         (distclean): Use it.
2981
2982 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2983
2984         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2985         autoload.
2986
2987 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * gmm-utils.el (gmm-verbose): Add :group.
2990
2991 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2992
2993         * message.el: Change some comments WRT tool-bars.
2994
2995         * gnus-sum.el (gnus-summary-tool-bar)
2996         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2997         (gnus-summary-tool-bar-zap-list): New variables.
2998         (gnus-summary-make-tool-bar): Complete rewrite using
2999         `gmm-tool-bar-from-list'.
3000
3001         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3002         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3003         variables.
3004         (gnus-group-make-tool-bar): Complete rewrite using
3005         `gmm-tool-bar-from-list'.
3006         (gnus-group-tool-bar-update): New function.
3007
3008         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3009
3010 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3013         is dissected into a single part of which the type is the same as
3014         the given one; decode charset.
3015
3016 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3017
3018         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3019         into alists as symbol not string, since that's what
3020         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3021         look for.
3022
3023 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3024
3025         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3026         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3027
3028         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3029
3030 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3033         (gnus-xmas-mime-security-button-menu): New function.
3034
3035         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3036         (gnus-mime-security-button-menu): New definition.
3037         (gnus-mime-security-button-map): Use them.
3038         (gnus-mime-security-button-menu): New function.
3039         (gnus-insert-mime-security-button): Addition to help echo.
3040         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3041         (gnus-mime-security-pipe-part): New functions.
3042
3043         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3044         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3045
3046         * mm-decode.el (mm-handle-set-disposition): Remove.
3047         (mm-handle-set-description): Remove.
3048
3049 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3052         (mm-w3m-standalone-supports-m17n-p): New function.
3053         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3054         w3m usage.
3055
3056         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3057         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3058
3059 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3060
3061         * message.el (message-tool-bar-zap-list): Use
3062         gmm-tool-bar-zap-list as custom type.
3063         (message-tool-bar-update): New function.
3064         (message-tool-bar, message-tool-bar-gnome)
3065         (message-tool-bar-retro): Add message-tool-bar-update.
3066         (message-tool-bar-gnome): Add flyspell-buffer.
3067
3068         * gnus-util.el (gnus-error): Describe `args'.
3069
3070         * gmm-utils.el (gmm-error): Describe `args'.
3071         (gmm-tool-bar-zap-list): New widget.
3072         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3073
3074 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3077         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3078         the number of recursive calls.
3079
3080         * mm-decode.el (mm-handle-set-disposition): New macro.
3081         (mm-handle-set-description): New macro.
3082
3083 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3086         encoding.
3087
3088 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3089
3090         * message.el (message-tool-bar-zap-list, message-tool-bar)
3091         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3092         (message-tool-bar-local-item-from-menu): Remove.
3093         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3094         (message-make-tool-bar): New function.
3095         (message-mode): Use `message-make-tool-bar'.
3096
3097         * gmm-utils.el: New file.
3098         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3099         (gmm-lazy): New widget copied from `nnmail.el'.
3100         (gmm-tool-bar-from-list): New function for creating customizable
3101         tool bars.
3102         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3103         output.
3104         (gmm): Add :prefix to defgroup.
3105
3106 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3107
3108         * gmm-utils.el (gmm-widget-p): New function.
3109
3110 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3111
3112         * mml.el (mml-attach-file): Describe `description' in doc string.
3113         (mml-menu): Add Emacs MIME manual and PGG manual.
3114
3115 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3116
3117         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3118
3119 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3120
3121         * nntp.el (nntp-end-of-line): Doc fix.
3122
3123 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3124
3125         * imap.el (imap-open): Handle case where buffer is a buffer
3126         object.
3127
3128 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3129
3130         * gnus-delay.el (gnus-delay): Don't autoload.
3131         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3132         to be re-loaded when customizing the `gnus-delay' group.
3133
3134 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3135
3136         * message.el (message-insert-citation-line): Use newlines.
3137
3138 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3139
3140         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3141         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3142         these routines, so the passphrase can be managed externally and
3143         passed in to the system.
3144         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3145         pgg-add-passphrase-to-cache function.
3146
3147         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3148         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3149         these routines, so the passphrase can be managed externally and
3150         passed in to the system.
3151         (pgg-pgp5-sign-region): Use new name of
3152         pgg-add-passphrase-to-cache function.
3153
3154 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3155
3156         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3157         part of the decoded armor to find the key-identifier.
3158         (pgg-gpg-lookup-key-owner): New function to return the
3159         human-readable identifier of a key owner.
3160         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3161         itself.
3162         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3163         the key value) if we have a key and can match it against a secret
3164         key.  Also, added a note pointing out fact that the prompt only
3165         indicates the first matching key.
3166
3167         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3168         pgg-decrypt-region.
3169         (pgg-add-passphrase-to-cache): Rename from
3170         `pgg-add-passphrase-cache' to reduce confusion (all callers
3171         changed).
3172         (pgg-remove-passphrase-from-cache): Rename from
3173         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3174         changed).
3175         (pgg-read-passphrase, pgg-add-passphrase-cache)
3176         (pgg-remove-passphrase-cache): Add informative docstrings.
3177         (pgg-decrypt): Convey provided passphrase in subordinate call to
3178         pgg-decrypt-region.
3179
3180 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3181
3182         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3183         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3184         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3185         'passphrase' argument, so the passphrase can be managed externally
3186         and then passed in to the system.
3187
3188         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3189         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3190         so the passphrase cache can be used reliably with identifiers
3191         besides a pgp packet's key id.
3192
3193         * pgg-gpg.el (pgg-gpg-encrypt-region)
3194         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3195         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3196         these routines, so the passphrase can be managed externally and
3197         passed in to the system.
3198
3199         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3200         'notruncate' argument, so the passphrase cache can be used
3201         reliably with identifiers besides a pgp packet's key id.
3202
3203 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3204
3205         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3206         symmetric encryption.
3207         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3208         encrypted session key.
3209         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3210         message ask for the passphrase in a proper way.
3211
3212         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3213         New user commands for symmetric encryption.
3214
3215 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3218
3219         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3220
3221 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3222
3223         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3224
3225 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * mm-decode.el (mm-inlined-types): Add application/pgp.
3228         (mm-automatic-display): Ditto.
3229
3230         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3231         part as text.
3232
3233 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * nnrss.el: Update copyright.
3236         (nnrss-opml-import): Query whether to subscribe to each entry.
3237
3238         * gnus-art.el:
3239         * gnus-sum.el:
3240         * gnus-xmas.el:
3241         * messagexmas.el:
3242         * mm-uu.el:
3243         * mm-view.el: Update copyright.
3244
3245 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3246
3247         * message.el (message-info): New function.
3248         (message-mode-menu): Add it.
3249         Update copyright.
3250
3251         * ChangeLog: Fix and update copyright.
3252
3253 2006-01-13  Romain Francoise  <romain@orebokech.com>
3254
3255         * message.el (message-forward-subject-name-subject): Prefer the
3256         address to 'nowhere' if the sender has no name.
3257         Fix typo.  Update copyright year.
3258
3259 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * gnus-art.el (article-wash-html): Use
3262         gnus-summary-show-article-charset-alist if a numeric arg is given.
3263         (gnus-article-wash-html-with-w3m-standalone): New function.
3264
3265         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3266         mm-inline-text-html-render-with-w3m-standalone.
3267         (mm-text-html-washer-alist): Map w3m-standalone to
3268         gnus-article-wash-html-with-w3m-standalone.
3269         (mm-inline-text-html-render-with-w3m-standalone): New function.
3270
3271 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3272
3273         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3274         Improve LaTeX.
3275
3276 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3279         (nnrss-request-article): Render text/plain parts as HTML.
3280
3281         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3282         the buffer.
3283
3284 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3285
3286         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3287         custom definition of `gnus-posting-styles'.
3288
3289         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3290         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3291
3292 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3293
3294         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3295         Use nntp for bug archive.
3296
3297 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3298
3299         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3300         parts.
3301         (nnrss-normalize-date): New function converts ISO 8601 date into
3302         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3303         (nnrss-check-group): Use it.
3304
3305 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3308
3309         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3310         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3311         (nnrss-insert-w3): Ditto.
3312
3313 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3316         the articles to be forwarded including the case where neither a
3317         number of articles nor a region is specified.
3318
3319 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * nnrss.el (nnrss-request-article): Fix last change; fill
3322         text/plain parts.
3323
3324 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3327         in text/plain part.
3328         (nnrss-check-group): Don't add excessive newline to dc:subject.
3329
3330 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3331
3332         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3333         article.
3334
3335 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3336
3337         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3338         (nnml-use-compressed-files, nnml-save-mail): Support other
3339         comression programs such as bzip2.
3340
3341 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * dns.el (query-dns): Make sure we check the buffer size before
3344         removing tcp headers.
3345
3346 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3349         remove MIME buttons associated with multipart/alternative parts.
3350         (gnus-mime-display-alternative): Tag buttons using `article-type'
3351         text property.
3352
3353         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3354         associated with multipart/alternative parts.
3355
3356         * gnus-art.el (gnus-signature-separator): Fix custom type.
3357
3358         * mm-decode.el (mm-inlined-types): Fix custom type.
3359         (mm-keep-viewer-alive-types): Ditto.
3360         (mm-automatic-display): Ditto.
3361         (mm-attachment-override-types): Ditto.
3362         (mm-inline-override-types): Ditto.
3363         (mm-automatic-external-display): Ditto.
3364
3365 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3366
3367         * spam-report.el (spam-report-user-mail-address)
3368         (spam-report-user-agent): New variables.
3369         (spam-report-url-ping-plain): Use spam-report-user-agent.
3370
3371 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3372
3373         * gnus-art.el (gnus-button-handle-custom): Do not just use
3374         `customize-apropos' for any "M-x customize-*" button but the
3375         function called for.  Accept both the function name and its
3376         argument in order to achieve this.
3377         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3378         function name to `gnus-button-handle-custom' in case of "M-x
3379         customize-*" buttons.
3380
3381 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3384         multipart/alternative and add xref to mm-discouraged-alternatives
3385         in doc string.
3386
3387         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3388         gnus-buttonized-mime-types in doc string.
3389
3390 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3391
3392         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3393         Suggest image/.* in the doc string.
3394
3395 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3396
3397         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3398         message-marks (Debian bug #342521).
3399
3400 2005-12-12  Simon Josefsson  <jas@extundo.com>
3401
3402         * password.el (password-read-from-cache): Add.
3403         (password-read): Use it.
3404
3405 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3408         us-ascii as a MIME charset.
3409
3410         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3411         against the case where the 2nd arg TYPE is nil.
3412
3413 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3414
3415         * pop3.el (pop3-stream-type): Fix custom version.
3416
3417         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3418
3419 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3420
3421         * mm-decode.el (mm-display-external): Add missing cdr.
3422
3423 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3426         RFC1524) if it is in mailcap or add a suffix according to
3427         mailcap-mime-extensions when generating a temp filename; postpone
3428         deleting a temp file for 2 seconds for some wrappers, shell
3429         scripts, and so on, which might exit right after having started a
3430         viewer command as a background job.
3431
3432 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3433
3434         * nntp.el (nntp-marks-directory): Fix custom group.
3435
3436         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3437         steps when < 10.
3438
3439         * gnus-start.el (gnus-no-server-1): Mention
3440         `gnus-level-default-subscribed' in doc string.
3441
3442 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3443
3444         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3445         parens.
3446
3447 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * gnus-xmas.el (gnus-use-toolbar): Revert.
3450         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3451         gnus-use-toolbar is default.
3452
3453         * messagexmas.el (message-use-toolbar): Revert.
3454         (message-setup-toolbar): Use global default-toolbar if
3455         message-use-toolbar is default.
3456
3457 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3460         according to default-toolbar-visible-p.
3461
3462         * messagexmas.el (message-use-toolbar): Ditto.
3463
3464 2005-11-26  Dave Love  <fx@gnu.org>
3465
3466         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3467         (tls-program, tls-success): Provide openssl alternative.
3468
3469         * starttls.el: Doc fixes.
3470         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3471         SERVICE to PORT.
3472
3473         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3474         port null or service name.
3475         (starttls-negotiate): Autoload.
3476
3477 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * message.el (message-kill-to-signature): Fix interactive spec.
3480
3481 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * pop3.el (pop3-open-server): Recognize a string as a service name.
3484
3485 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3486
3487         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3488
3489 2005-11-23  Dave Love  <fx@gnu.org>
3490
3491         Add pop3s, pop3/starttls.
3492
3493         * pop3.el (pop3-authentication-scheme): Clarify doc.
3494         (open-tls-stream, starttls-open-stream): Autoload.
3495         (pop3-stream-type): New.
3496         (pop3-open-server): Use it.
3497
3498         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3499         for POP.
3500         (mail-source-keyword-map): Add :stream for POP.
3501         (mail-source-fetch-pop): Use pop3-stream-type.
3502
3503 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3506         of current-time-string.
3507
3508 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3509
3510         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3511         date header.
3512
3513 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3514
3515         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3516         it can seriously impact performance as it bypasses the agent's
3517         local caches.
3518
3519 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3520
3521         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3522         must be explicitly online rather than "not explicitly offline" for
3523         its flags to be synchronized.
3524
3525         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3526         that gnus-uu-unmark-thread will function correctly.
3527
3528         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3529         1024K is instead displayed as 1M.
3530
3531 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3534
3535 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3536
3537         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3538
3539 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3540
3541         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3542         error message to display actual error condition.
3543         (gnus-agent-save-local): Avoid saving symbols that are bound to
3544         nil as they simply result in a warning message in
3545         gnus-agent-read-local.
3546
3547 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3550         rather than make-variable-buffer-local for file-precious-flag.
3551
3552 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3553
3554         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3555         for duplicates which are removed.  The invalid sort check then
3556         triggers a rescan after the sort as sorting may have moved
3557         duplicate entries such that they can be cheaply detected.
3558
3559 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3562
3563 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3564
3565         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3566         internal variable to a custom variable.  Changed default value
3567         from compressed(2) to uncompressed(1).
3568         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3569         support for uncompressed agentview files.  Taken together, reading
3570         the agentview file should now be 6-7 times faster.
3571
3572 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3573
3574         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3575         as a buffer-local variable.  This avoids creating truncated
3576         dribble files as a result of a hang up, eg.
3577
3578 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3579
3580         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3581         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3582         XEmacs.
3583
3584 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3585
3586         * gnus-start.el (gnus-start-draft-setup): Enforce
3587         `gnus-draft-mode' for nndraft:drafts at startup.
3588
3589         * gnus.el (gnus-splash): Change custom group.
3590         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3591         allow-list argument.
3592
3593         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3594         string.
3595
3596 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3597
3598         * gnus-art.el (gnus-default-article-saver): Add user-defined
3599         `function' to custom type.
3600
3601 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3602
3603         * imap.el (imap-open): Handle case where buffer is a buffer
3604         object.
3605
3606 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3607
3608         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3609         long lines.
3610         (gnus-cache-delete-group): Wrap doc strings.
3611
3612         * gnus-agent.el (gnus-agent-rename-group)
3613         (gnus-agent-delete-group): Wrap doc strings.
3614
3615
3616 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * messagexmas.el (message-use-toolbar): Change the valid values
3619         into default, top, bottom, left, and right.
3620         (message-toolbar-thickness): New variable.
3621         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3622         well.
3623         (message-setup-toolbar): Make it work.
3624
3625         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3626         (gnus-use-toolbar): Change the valid values into default, top,
3627         bottom, left, and right.
3628         (gnus-toolbar-thickness): New variable.
3629         (gnus-xmas-setup-toolbar): New function.
3630         (gnus-xmas-setup-group-toolbar): Use it.
3631         (gnus-xmas-setup-summary-toolbar): Use it.
3632
3633 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * gnus-start.el (gnus-1): Add "native" to
3636         gnus-predefined-server-alist.
3637
3638         * gnus.el (gnus-method-to-server): Don't add "native" to the
3639         lists here, because that leads to problems when
3640         gnus-select-method is bound.
3641
3642 2005-11-09  Simon Josefsson  <jas@extundo.com>
3643
3644         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3645         use (not sort-by-date) instead.
3646
3647 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3648
3649         * gnus-delay.el (gnus-delay-group): Don't autoload.
3650         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3651         to be re-loaded when customizing the `gnus-delay' group.
3652
3653 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3654
3655         * message.el: Revert last changes.
3656         (message-insert-citation-line): Use newlines.
3657
3658 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3659
3660         * message.el (message-courtesy-message)
3661         (message-mark-insert-begin, message-mark-insert-end)
3662         (message-elide-ellipsis, message-cancel-message)
3663         (message-add-header, message-change-subject)
3664         (message-cross-post-followup-to-header)
3665         (message-cross-post-insert-note, message-reduce-to-to-cc)
3666         (message-widen-reply, message-delete-not-region)
3667         (message-kill-to-signature, message-insert-signature)
3668         (message-insert-importance-high, message-insert-importance-low)
3669         (message-insert-or-toggle-importance)
3670         (message-insert-disposition-notification-to)
3671         (message-indent-citation, message-yank-original)
3672         (message-cite-original-without-signature, message-cite-original)
3673         (message-insert-citation-line, message-position-on-field)
3674         (message-fix-before-sending, message-send-mail-partially)
3675         (message-send-mail, message-send-mail-with-sendmail)
3676         (message-send-mail-with-qmail, message-send-news)
3677         (message-check-news-header-syntax, message-generate-headers)
3678         (message-insert-courtesy-copy, message-fill-address)
3679         (message-fill-header, message-shorten-references)
3680         (message-setup-1, message-cancel-news)
3681         (message-forward-make-body-plain, message-forward-make-body-mime)
3682         (message-forward-make-body-mml, message-encode-message-body)
3683         (message-forward-make-body-digest-plain)
3684         (message-forward-make-body-digest-mime)
3685         (message-use-alternative-email-as-from): Insert `hard-newline'
3686         instead of ordinary newlines.
3687
3688 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * message.el (message-generate-headers): Downcase the argument
3691         given to message-check-element.
3692
3693 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3694
3695         * nntp.el (nntp-authinfo-rejected): New error condition.
3696         (nntp-wait-for): Use new error condition to signal authentication
3697         error.
3698         (nntp-retrieve-data): Rethrow new error condition to break out of
3699         recursive call to nntp-send-authinfo.
3700
3701 2005-11-08  Romain Francoise  <romain@orebokech.com>
3702
3703         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3704         (gnus-summary-exit-map): Bind to `Z p'.
3705         (gnus-summary-make-menu-bar): Add menu item.
3706
3707 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3708
3709         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3710         (gnus-treat-*): Add `first' in all doc strings.
3711
3712         * gnus-group.el (gnus-group-compact-group): Fix typo.
3713
3714 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * gnus.el (gnus-parameters-case-fold-search): New variable.
3717         (gnus-parameters-get-parameter): Use it.
3718
3719         * gnus-score.el (gnus-home-score-file): Doc fix.
3720
3721 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3722
3723         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3724
3725 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * mm-util.el (mm-special-display-p): New function.
3728
3729         * mml.el (mml-preview): Use it; doc fix.
3730
3731 2005-10-29  Romain Francoise  <romain@orebokech.com>
3732
3733         * message.el (message-fix-before-sending): Fix comment.
3734
3735 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3736
3737         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3738
3739 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3740
3741         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3742         Used in gnus-score.el.
3743
3744 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3745
3746         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3747
3748 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3749
3750         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3751         whitespace removed in revision 7.8.  Use concatenated string to
3752         protect trailing whitespace.
3753
3754 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
3755
3756         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3757         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3758         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3759         Courier IMAP ("some version from 2004").  Mostly based on similar
3760         code in the same function.
3761
3762 2005-10-26  Didier Verna  <didier@xemacs.org>
3763
3764         * gnus-group.el (gnus-group-compact-group): invalidate original
3765         article buffer.
3766         * gnus-srvr.el (gnus-server-compact-server): ditto.
3767         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3768         NOV database and in article itself.
3769         Invalidate article backlog.
3770
3771 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3772
3773         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3774
3775 2005-10-26  Simon Josefsson  <jas@extundo.com>
3776
3777         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3778         part of 2004-07-25 change.
3779
3780 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * message.el (message-display-completion-list): New function.
3783         (message-expand-group): Use it; make sure the Completions buffer
3784         is modifiable.
3785
3786 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3787
3788         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3789         user-mail-name is an empty string.
3790
3791 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3792
3793         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3794         depending on gnus-score-decay-constant.
3795
3796         * encrypt.el (encrypt-insert-file-contents)
3797         (encrypt-write-file-contents): Don't use `gnus-message'.
3798
3799         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3800         arguments.
3801         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3802         arguments to mm-uu-verbatim-marks-extract.
3803         (mm-uu-hide-markers): New variable.
3804         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3805
3806         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3807         (gnus-convert-image-to-face-command): Use "convert" by default to
3808         allow other input image formats.
3809         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3810         accordingly.
3811
3812 2005-10-23  Simon Josefsson  <jas@extundo.com>
3813
3814         * imap.el (imap-gssapi-program): Align command line parameters
3815         with latest GNU SASL.
3816         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3817
3818 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3821         HTML.
3822         (nnslashdot-request-article): Ditto.
3823
3824         * lpath.el (featurep): Add nobreak-char-display.
3825
3826 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3827
3828         * mail-source.el (mail-source-fetch-pop): Require pop3.
3829         (mail-source-check-pop): Ditto.
3830
3831 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3834         errors.
3835
3836 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3837
3838         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3839         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3840
3841         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3842
3843         * mm-bodies.el (mm-decode-string): Call
3844         `mm-charset-to-coding-system' with allow-override argument.
3845
3846 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3849         (rfc2047-charset-to-coding-system): New function.
3850         (rfc2047-decode-encoded-words): New function.
3851         (rfc2047-decode-region): Use them.
3852         (rfc2047-decode-cte): Remove.
3853         (rfc2047-parse-and-decode): Remove.
3854         (rfc2047-decode): Remove.
3855
3856 2005-10-15  Kenichi Handa  <handa@m17n.org>
3857
3858         * rfc2047.el (rfc2047-decode-cte): New function.
3859         (rfc2047-decode-region): Change the way to decode successive
3860         encoded-words: decode B- or Q-encoding in each encoded-word,
3861         concatenate them, and decode it as charset.
3862
3863 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * lpath.el: Fbind codepage-setup for XEmacs.
3866
3867 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3868
3869         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3870         widget-move-and-invoke.
3871         (gnus-custom-mode): Use gnus-custom-map.
3872
3873 2005-10-15  Bill Wohler  <wohler@newt.com>
3874
3875         * message.el (message-tool-bar-map): Renamed image file from
3876         mail_send to mail/send.
3877
3878 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3879
3880         * message.el (message-expand-group): Pass the common
3881         prefix substring of completion to `display-completion-list'.
3882
3883 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3884
3885         * mml-sec.el (mml-secure-method): New internal variable.
3886         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3887         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3888         functions using mml-secure-method.
3889
3890         * mml.el (mml-mode-map): Add key bindings for those functions.
3891         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3892         Harder <harder@myrealbox.com>.
3893         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3894         end of message if point is the headers of the message.
3895
3896         * message.el (message-in-body-p): New function.
3897
3898         * assistant.el: Autoload gnus-util and netrc.
3899
3900         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3901         Use `mm-charset-override-alist' only when decoding.
3902
3903         * mm-bodies.el (mm-decode-body): Call
3904         `mm-charset-to-coding-system' with allow-override argument.
3905
3906         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3907         `filename' from Content-Disposition if Content-Type doesn't
3908         provide `name'.
3909         (gnus-mime-view-part-as-type): Set default instead of
3910         initial-input.
3911
3912 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3913
3914         * format-spec.el (format-spec): Propagate text properties of % spec.
3915
3916 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3917
3918         * gnus-art.el (gnus-treat-predicate): Add `first'.
3919
3920 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3921
3922         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3923         (mm-charset-override-alist): New variable.
3924         (mm-charset-to-coding-system): Use it.
3925         (mm-codepage-setup): New helper function.
3926         (mm-charset-eval-alist): New variable.
3927         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3928         about unknown charsets.
3929
3930         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3931
3932 2005-10-04  David Hansen  <david.hansen@gmx.net>
3933
3934         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3935         (nnrss-check-group): Ditto.
3936
3937 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3940         Rename x-gnus-verbatim to x-verbatim.
3941         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3942
3943         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3944         x-verbatim.
3945
3946         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3947
3948         * gnus-util.el (gnus-remove-duplicates): Remove.
3949
3950         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3951         instead of gnus-remove-duplicates.
3952
3953         * message.el (message-remove-duplicates): Remove.
3954         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3955         message-remove-duplicates.
3956
3957         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3958         available, else use implementation from `delete-dups'.
3959
3960         * message.el (message-insert-expires): New function.
3961         (message-mode-map): Add key binding.
3962         (message-mode-field-menu): Add menu entry.
3963         (message-mode): Document it.
3964         (message-make-expires-date): Use `message-make-date'.
3965
3966 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3967
3968         * message.el (message-make-expires-date): New function.
3969
3970 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * Makefile.in (list-installed-shadows): New entry.
3973         (install): Use it.
3974         (remove-installed-shadows): New entry.
3975
3976         * dgnushack.el (dgnushack-default-load-path): New variable.
3977         (dgnushack-find-lisp-shadows): New function.
3978         (dgnushack-remove-lisp-shadows): New function.
3979
3980 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * Makefile.in (install-el-elc): New entry.
3983         (install): Use it so that .el files are necessarily installed.
3984
3985 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3988
3989 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3990
3991         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3992         function rather than the diff-mode.el package.
3993         (mm-display-external): Use with-current-buffer.
3994         (mm-viewer-completion-map, mm-viewer-completion-map):
3995         Move initialization inside declaration.
3996
3997 2005-09-29  Simon Josefsson  <jas@extundo.com>
3998
3999         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4000         autoload mail-check-payment.
4001         (spam-check-hashcash): Define unconditionally, since hashcash.el
4002         is part of Gnus now.  Ignore errors from payment checking.
4003
4004 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4005
4006         * message.el (message-bold-region, message-unbold-region): Rename
4007         from `bold-region' and `unbold-region'.
4008
4009         * message.el: Remove useless autoloads.
4010
4011 2005-09-28  Simon Josefsson  <jas@extundo.com>
4012
4013         * message.el (message-use-idna): Default to t.
4014         (message-use-idna): Test whether encoding works too.  Doc fix.
4015
4016 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * nntp.el (nntp-warn-about-losing-connection): Remove.
4019
4020 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4023         customizable.  Change default value.
4024         (mm-uu-diff-groups-regexp): Change default value.
4025         (mm-uu-type-alist): Add doc string.
4026         (mm-uu-configure): Add doc string.  Make it interactive.
4027         (mm-uu-tex-groups-regexp): New variable.
4028         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4029         (mm-uu-type-alist): Add LaTeX documents.
4030         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4031         of "text/verbatim".
4032         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4033
4034         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4035         instead of "text/verbatim".
4036
4037         * message.el (message-mark-inserted-region)
4038         (message-mark-insert-file): Use slrn style marks when called with
4039         prefix argument.
4040
4041 2005-09-27  Simon Josefsson  <jas@extundo.com>
4042
4043         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4044
4045 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4046
4047         * message.el (message-remove-duplicates): New function.
4048         Implementation borrowed from `gnus-remove-duplicates'.
4049         (message-idna-to-ascii-rhs): Also encode idna addresses in
4050         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4051         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4052         only ask about the same idna domain once per header and also tell
4053         in what header to replace the idna domain.
4054
4055         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4056         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4057         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4058         a header is decoded and not just the last one.
4059
4060 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4063         has been decoded.
4064
4065         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4066         (mm-insert-part): Don't modify text if it has been decoded.
4067
4068         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4069         decoded.
4070
4071         * mm-view.el (mm-inline-text): Don't strip text props unless
4072         decoding enriched or richtext parts.
4073
4074 2005-09-25  Romain Francoise  <romain@orebokech.com>
4075
4076         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4077         * gnus-start.el (gnus-subscribe-interactively):
4078         * gnus-uu.el (gnus-uu-grab-articles):
4079         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4080         space.
4081
4082 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4083
4084         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4085         * mm-view.el (mm-view-pkcs7-decrypt):
4086         * gnus-sum.el (gnus-summary-limit-to-extra)
4087         (gnus-summary-respool-article, gnus-read-move-group-name):
4088         * gnus-score.el (gnus-summary-increase-score):
4089         * gnus-util.el (gnus-completing-read-with-default):
4090         * gnus-art.el (gnus-read-save-file-name)
4091         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4092         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4093         * message.el (message-check-news-header-syntax):
4094         Follow convention for reading with the minibuffer.
4095
4096 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4097
4098         * spam-report.el (spam-report-url-ping-plain):
4099         Use gnus-extended-version as User-Agent.
4100
4101         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4102         default value is nil.
4103
4104         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4105         (mm-uu-verbatim-marks-extract): New function.
4106         (mm-uu-extract): New face.
4107         (mm-uu-copy-to-buffer): Use it.
4108
4109         * spam-report.el (spam-report-gmane-ham): Renamed from
4110         `spam-report-gmane-unspam'.
4111         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4112         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4113
4114         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4115         Autoload.
4116         (spam-report-gmane-unregister-routine): Renamed
4117         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4118
4119 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4120
4121         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4122         (spam-report-gmane-unregister-routine): Add support for gmane
4123         unregistration.
4124
4125         * spam-report.el (spam-report-gmane-unspam)
4126         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4127         (spam-report-gmane): Change to take a single article and do unspam
4128         registration.
4129
4130 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4131
4132         * mm-url.el (mm-url-decode-entities): Fix regexp.
4133
4134 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4137         default to nil, to be able to use Gnus at all.  If the default
4138         switches to something else, then the function should be fixed not
4139         be exceedingly slow.
4140
4141 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4142
4143         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4144         fail hard.
4145
4146         * spam-report.el: Add better Keywords line.
4147
4148         * spam.el: Add Maintainer and better Keywords line.
4149
4150 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * gnus-art.el (gnus-article-replace-part)
4153         (gnus-mime-replace-part): New functions.
4154         (gnus-mime-action-alist, gnus-mime-button-commands)
4155         (gnus-mime-save-part-and-strip): Added file argument.
4156         (gnus-article-part-wrapper): Added interactive argument.
4157
4158         * gnus-sum.el (gnus-summary-mime-map): Add
4159         `gnus-article-replace-part'.
4160
4161 2005-09-19  Didier Verna  <didier@xemacs.org>
4162
4163         The nnml compaction feature:
4164         * nnml.el (nnml-request-compact-group): New function.
4165         * nnml.el (nnml-request-compact): New function.
4166         * gnus-int.el (gnus-request-compact-group): New function.
4167         * gnus-int.el (gnus-request-compact): New function.
4168         * gnus-group.el (gnus-group-compact-group): New function.
4169         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4170         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4171         * gnus-srvr.el (gnus-server-compact-server): New function.
4172         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4173         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4174
4175 2005-09-18  Deepak Goel  <deego@gnufans.org>
4176
4177         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4178         format spec.
4179
4180 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4183
4184 2005-09-15  Romain Francoise  <romain@orebokech.com>
4185
4186         * message.el (message-fill-paragraph): Clarify docstring.
4187
4188 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * gnus-art.el (gnus-mime-display-part): Protect against broken
4191         MIME messages.
4192
4193 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4196         before parsing header.
4197
4198 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4199
4200         * html2text.el: (html2text-replace-list): Add new entities.
4201
4202 2005-09-11  Romain Francoise  <romain@orebokech.com>
4203
4204         * message.el (message-alternative-emails): Improve docstring.
4205         (message-setup-1): Call `message-use-alternative-email-as-from'
4206         after `message-setup-hook' to give it precedence over posting
4207         styles, etc.
4208         (message-use-alternative-email-as-from): Add docstring.  Remove
4209         the original From header if present.
4210
4211         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4212         (nnml-save-mail): Use it.
4213
4214         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4215         articles.  Add new argument `silent'.
4216         (gnus-uu-mark-all): Report the total number of marked articles.
4217
4218 2005-09-10  Romain Francoise  <romain@orebokech.com>
4219
4220         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4221         (gnus-uu-mark-series): Likewise.
4222
4223 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4224
4225         * spam-report.el (spam-report-gmane): Fix generation of spam
4226         report URL.
4227
4228 2005-09-10  Simon Josefsson  <jas@extundo.com>
4229
4230         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4231         t, based on discussion on the ding list with Robert Epprecht
4232         <epprecht@solnet.ch>.
4233
4234 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4235
4236         * spam-report.el (spam-report-gmane): Make it work without
4237         X-Report-Spam header.  Gmane now only provides Archived-At.
4238         This is only used if `spam-report-gmane-use-article-number' is nil.
4239         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4240
4241         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4242         make `gnus-summary-sort-by-recipient' work with threading.
4243
4244         * nnweb.el (nnweb-google-wash-article): Print a message if article
4245         is not available.
4246
4247 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4248
4249         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4250         change.  Decode text/* parts content before displaying.
4251
4252 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4253
4254         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4255
4256 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4259
4260         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4261         url-package-name, url-package-version,
4262         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4263         w3m-display-inline-images, and w3m-minor-mode-map.
4264
4265 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4266
4267         * message.el (message-tab-body-function): Fixed mismatched custom
4268         type.
4269
4270         * gnus.el (gnus-group-change-level-function): Ditto.
4271
4272         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4273
4274         * gnus-art.el (gnus-signature-limit)
4275         (gnus-article-mime-part-function): Ditto.
4276
4277 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * mml.el (mml-mode): Silence the byte compiler.
4280
4281         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4282         using `(sit-for 0)' before moving the point to the specified part;
4283         skip unbuttonized parts.
4284         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4285         return to the summary window if gnus-auto-select-part is non-nil.
4286
4287 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4288
4289         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4290         variables.
4291         (mml-dnd-attach-file, mml-mode): Use them.
4292
4293         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4294         Make fetching article by MID work again for Google Groups.  Added
4295         FIXME concerning gnus-group-make-web-group.
4296
4297         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4298         Don't depend on Gnus by using mail-extract-address-components if
4299         gnus-extract-address-components is not bound.
4300
4301 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * gnus-art.el (gnus-mime-display-security): Don't display the
4304         signature, but only the signed part.
4305
4306 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4309
4310         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4311         list, not listp.
4312
4313 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4314
4315         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4316         when encoding.
4317
4318         * mm-bodies.el (mm-decode-content-transfer-encoding):
4319         De-canonicalize CRLF for all text content types, not just
4320         text/plain.
4321
4322 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4325         valid article; point arrow and cursor at the MIME button.
4326
4327 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4328
4329         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4330         Suggested by Dan Christensen <jdc@uwo.ca>.
4331
4332         * mm-decode.el (mm-save-part): Enable change of prompt.
4333
4334 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4335
4336         * gnus-msg.el (gnus-inews-add-send-actions): Made
4337         `message-post-method' lambda parameter ARG `&optional'.
4338
4339 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4340
4341         * gnus-sum.el (gnus-summary-mime-map): Added
4342         gnus-article-save-part-and-strip, gnus-article-delete-part and
4343         gnus-article-jump-to-part.
4344
4345         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4346         (gnus-article-edit-part): Use it.
4347         (gnus-article-part-wrapper): Added no-handle argument.
4348         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4349         functions.
4350
4351 2005-08-29  Romain Francoise  <romain@orebokech.com>
4352
4353         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4354         docstring.
4355         (gnus-face-from-file): Likewise.
4356
4357 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4358
4359         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4360         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4361         non-nil.
4362         (gnus-auto-select-part): New variable.
4363         (gnus-article-jump-to-part): New function.
4364         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4365         (gnus-mime-delete-part): Allow selecting specified part after
4366         deleting or stripping parts.
4367         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4368         part if argument is bogus.
4369
4370 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4371
4372         * gnus-art.el (w3m-minor-mode-map):
4373         * gnus-spec.el (gnus-newsrc-file-version):
4374         * gnus-util.el (nnmail-active-file-coding-system)
4375         (gnus-original-article-buffer, gnus-user-agent):
4376         * gnus.el (gnus-ham-process-destinations)
4377         (gnus-parameter-ham-marks-alist)
4378         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4379         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4380         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4381         * mm-decode.el (gnus-current-window-configuration):
4382         * mm-extern.el (gnus-article-mime-handles):
4383         * mm-url.el (url-current-object, url-package-name)
4384         (url-package-version):
4385         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4386         (smime-keys, w3m-cid-retrieve-function-alist)
4387         (w3m-current-buffer, w3m-display-inline-images)
4388         (w3m-minor-mode-map):
4389         * mml-smime.el (gnus-extract-address-components):
4390         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4391         (gnus-newsrc-hashtb, message-default-charset)
4392         (message-deletable-headers, message-options)
4393         (message-posting-charset, message-required-mail-headers)
4394         (message-required-news-headers):
4395         * mml1991.el (mc-pgp-always-sign):
4396         * mml2015.el (mc-pgp-always-sign):
4397         * nnheader.el (nnmail-extra-headers):
4398         * rfc1843.el (gnus-decode-encoded-word-function)
4399         (gnus-decode-header-function, gnus-newsgroup-name):
4400         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4401
4402 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4403
4404         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4405         the end of the date treatments.
4406
4407 2005-08-15  Simon Josefsson  <jas@extundo.com>
4408
4409         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4410         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4411         Capello and Romain Francoise.
4412         (pgg-fetch-key-function): Removed, not used?
4413         (pgg-insert-url-with-w3): Require url, to get
4414         url-insert-file-contents regardless of where it is defined.
4415
4416 2005-08-13  Romain Francoise  <romain@orebokech.com>
4417
4418         * message.el (message-cite-original-1): New function.
4419         (message-cite-original): Use it.
4420         (message-cite-original-without-signature): Ditto.
4421
4422 2005-08-08  Romain Francoise  <romain@orebokech.com>
4423
4424         * message.el (message-yank-empty-prefix): New variable.
4425         (message-indent-citation): Use it.
4426         (message-cite-original-without-signature): Respect X-No-Archive.
4427
4428 2005-08-08  Simon Josefsson  <jas@extundo.com>
4429
4430         * pgg.el: Autoload url-insert-file-contents instead of loading
4431         w3/url.
4432         (pgg-insert-url-with-w3): Don't load url here.
4433
4434 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4435
4436         * message.el (message-kill-to-signature): Don't insert newline at
4437         bol.
4438         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4439
4440 2005-08-06  Romain Francoise  <romain@orebokech.com>
4441
4442         * message.el (message-user-fqdn): Fix typo in docstring.
4443
4444 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4445
4446         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4447
4448         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4449
4450 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * mm-bodies.el (mm-encode-body): Use coding system rather than
4453         charset to encode text.
4454
4455         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4456         number of charsets if utf-8 is available (XEmacs).
4457
4458 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4459
4460         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4461         taken from `gnus-button-mid-or-mail-regexp'.
4462         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4463         (gnus-button-alist): Improve regexp for domain part of the MIDs
4464         for news:localpart@domain buttons.
4465         (gnus-button-ctan-directory-regexp): Update.
4466
4467 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * sieve-manage.el (sieve-manage-interactive-login): Use
4470         make-local-variable rather than make-variable-buffer-local.
4471         (sieve-manage-open): Ditto.
4472         (sieve-manage-authenticate): Ditto.
4473
4474         * mml.el (mml-generate-mime-1): Make the content type default to
4475         text/plain if the filename is not specified.
4476
4477 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4480         instead of insert-buffer.
4481
4482         * message.el (message-yank-original): Ditto; set the mark at the
4483         end of the yanked message.
4484
4485 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4488         lines to scroll rather than to stop it.
4489
4490         * mml.el (mml-generate-default-type): Add doc string.
4491         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4492         default to application/octet-stream when determining the content
4493         type if it is not specified for the part or the mml contents; add
4494         a comment about mml-generate-default-type.
4495
4496 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4497
4498         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4499         make it default to application/octet-stream when determining the
4500         content type if it is not specified for the external contents.
4501
4502 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4505         segmented parameter but also other parameters might be there.
4506
4507 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * mm-decode.el (mm-display-external): Delete temp file, directory
4510         and buffer immediately if the external process is exited.
4511
4512 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4515         fewer lines than that of scroll-margin.
4516         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4517
4518 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * gnus-art.el (gnus-article-next-page): Revert.
4521         (gnus-article-beginning-of-window): New macro.
4522         (gnus-article-next-page-1): Use it.
4523         (gnus-article-prev-page): Ditto.
4524         (gnus-article-edit-part): Use insert-buffer-substring instead of
4525         insert-buffer.
4526         (gnus-article-edit-exit): Ditto.
4527
4528         * gnus-util.el (gnus-beginning-of-window): Remove.
4529         (gnus-end-of-window): Remove.
4530
4531         * lpath.el: Don't bind header-line-format and scroll-margin.
4532
4533 2005-07-25  Simon Josefsson  <jas@extundo.com>
4534
4535         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4536         to have the url package without w3.  Reported by Daiki Ueno
4537         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4538
4539 2005-07-20  Didier Verna  <didier@xemacs.org>
4540
4541         * gnus-diary.el: Remove the description comment (nndiary is now
4542         properly documented in the Gnus manual).
4543         Fix the spelling of "Back End".
4544         * nndiary.el: Ditto.
4545         Fix the copyright notice.
4546
4547 2005-07-18  Romain Francoise  <romain@orebokech.com>
4548
4549         * gnus-sum.el (gnus-summary-to-prefix,
4550         gnus-summary-newsgroup-prefix): New variables.
4551         (gnus-summary-from-or-to-or-newsgroups): Use them.
4552
4553 2005-07-17  Romain Francoise  <romain@orebokech.com>
4554
4555         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4556         space as it's generally not especially interesting to the user.
4557
4558 2005-07-16  Romain Francoise  <romain@orebokech.com>
4559
4560         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4561         nil to avoid prompting and file modification if one of the
4562         messages at the top of the nnfolder file contains a copyright
4563         notice.
4564         Update copyright notice.
4565
4566         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4567         instead of `current-time-string' as the latter creates a time
4568         string that is not RFC 2822 compliant (it lacks the zone).
4569         Update copyright notice.
4570
4571 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4572
4573         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4574         for text/rtf.  Display default in prompt.  Pass default for M-n.
4575
4576         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4577
4578 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * gnus-msg.el (gnus-button-mailto): Remove
4581         save-selected-window-window hackery because it relies on
4582         save-selected-window internals.
4583
4584 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4587         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4588         (gnus-article-prev-page): Ditto.
4589
4590         * gnus-util.el (gnus-beginning-of-window): New function.
4591         (gnus-end-of-window): New function.
4592
4593         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4594
4595 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4596
4597         * gnus-score.el (gnus-score-edit-all-score): Set
4598         gnus-score-edit-exit-function to gnus-score-edit-done and call
4599         gnus-message.
4600
4601 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4602
4603         * gnus-msg.el (gnus-button-mailto): Remove
4604         save-selected-window-window hackery because it relies on
4605         save-selected-window internals.
4606
4607 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4610         add-minor-mode.
4611         (gnus-binary-mode): Ditto.
4612
4613         * gnus-topic.el (gnus-topic-mode): Ditto.
4614
4615 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4616
4617         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4618         (gnus-article-prev-page): Take scroll-margin into consideration.
4619
4620 2005-07-04  Lute Kamstra  <lute@gnu.org>
4621
4622         Update FSF's address in GPL notices.
4623
4624 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4625
4626         * gnus.el (gnus-exit):
4627         * gnus-group.el (gnus-group-icons):
4628         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4629
4630         * gnus-nocem.el (gnus-nocem):
4631         * message.el (message-various, message-buffers, message-sending)
4632         (message-interface, message-forwarding, message-insertion)
4633         (message-headers, message-news, message-mail):
4634         * pgg-gpg.el (pgg-gpg):
4635         * pgg-parse.el (pgg-parse):
4636         * pgg-pgp.el (pgg-pgp):
4637         * pgg-pgp5.el (pgg-pgp5):
4638         * pop3.el (pop3): Finish `defgroup' description with period.
4639
4640 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus-art.el (article-display-face): Improve the efficiency.
4643         (article-display-x-face): Ditto; remove grey x-face stuff.
4644
4645 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-art.el (article-display-face): Correct the position in
4648         which Faces are inserted.
4649
4650 2005-06-29  Didier Verna  <didier@xemacs.org>
4651
4652         * gnus-art.el (article-display-face): Display faces in correct
4653         order.
4654
4655 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4658         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4659         (gnus-nocem-check-article): Fetch the Type header.
4660         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4661         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4662         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4663         make sure gnus-nocem-hashtb is initialized.
4664         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4665         (gnus-nocem-unwanted-article-p): Ditto.
4666
4667         * pgg.el (pgg-verify): Return the verification result.
4668
4669 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4672         is ascii.
4673
4674 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4675
4676         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4677         `show-nonbreak-escape'.
4678
4679 2005-06-23  Lute Kamstra  <lute@gnu.org>
4680
4681         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4682
4683         * dig.el (dig-mode):
4684         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4685
4686 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4687
4688         * nnimap.el (nnimap-split-download-body): Fix spellings.
4689
4690 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4691
4692         * gnus-art.el (gnus-article-encrypt-body):
4693         * gnus-cus.el (gnus-score-customize):
4694         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4695         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4696
4697 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4698
4699         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4700         header by looking for magic "MII" at the beginnig.
4701
4702 2005-06-16  Miles Bader  <miles@gnu.org>
4703
4704         * gnus-xmas.el (gnus-xmas-group-startup-message):
4705         Use renamed gnus-splash face.
4706
4707         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4708         (assistant-field-face): New backward-compatibility alias for renamed
4709         face.
4710         (assistant-render-text): Use renamed assistant-field face.
4711
4712         * spam.el (spam): Remove "-face" suffix from face name.
4713         (spam-face): New backward-compatibility alias for renamed face.
4714         (spam-face, spam-initialize): Use renamed spam face.
4715
4716         * message.el (message-header-to, message-header-cc)
4717         (message-header-subject, message-header-newsgroups)
4718         (message-header-other, message-header-name)
4719         (message-header-xheader, message-separator, message-cited-text)
4720         (message-mml): Remove "-face" suffix from face names.
4721         (message-header-to-face, message-header-cc-face)
4722         (message-header-subject-face, message-header-newsgroups-face)
4723         (message-header-other-face, message-header-name-face)
4724         (message-header-xheader-face, message-separator-face)
4725         (message-cited-text-face, message-mml-face):
4726         New backward-compatibility aliases for renamed faces.
4727         (message-font-lock-keywords): Use renamed message faces.
4728
4729         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4730         (sieve-test-commands, sieve-tagged-arguments):
4731         Remove "-face" suffix from face names.
4732         (sieve-control-commands-face, sieve-action-commands-face)
4733         (sieve-test-commands-face, sieve-tagged-arguments-face):
4734         New backward-compatibility aliases for renamed faces.
4735         (sieve-control-commands-face, sieve-action-commands-face)
4736         (sieve-test-commands-face, sieve-tagged-arguments-face):
4737         Use renamed sieve faces.
4738
4739         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4740         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4741         (gnus-group-news-3-empty, gnus-group-news-4)
4742         (gnus-group-news-4-empty, gnus-group-news-5)
4743         (gnus-group-news-5-empty, gnus-group-news-6)
4744         (gnus-group-news-6-empty, gnus-group-news-low)
4745         (gnus-group-news-low-empty, gnus-group-mail-1)
4746         (gnus-group-mail-1-empty, gnus-group-mail-2)
4747         (gnus-group-mail-2-empty, gnus-group-mail-3)
4748         (gnus-group-mail-3-empty, gnus-group-mail-low)
4749         (gnus-group-mail-low-empty, gnus-summary-selected)
4750         (gnus-summary-cancelled, gnus-summary-high-ticked)
4751         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4752         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4753         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4754         (gnus-summary-low-undownloaded)
4755         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4756         (gnus-summary-low-unread, gnus-summary-normal-unread)
4757         (gnus-summary-high-read, gnus-summary-low-read)
4758         (gnus-summary-normal-read, gnus-splash):
4759         Remove "-face" suffix from face names.
4760         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4761         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4762         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4763         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4764         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4765         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4766         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4767         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4768         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4769         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4770         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4771         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4772         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4773         (gnus-summary-normal-ticked-face)
4774         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4775         (gnus-summary-normal-ancient-face)
4776         (gnus-summary-high-undownloaded-face)
4777         (gnus-summary-low-undownloaded-face)
4778         (gnus-summary-normal-undownloaded-face)
4779         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4780         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4781         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4782         (gnus-splash-face):
4783         New backward-compatibility aliases for renamed faces.
4784         (gnus-group-startup-message): Use renamed gnus faces.
4785
4786         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4787         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4788         (gnus-server-agent): Remove "-face" suffix from face names.
4789         (gnus-server-agent-face, gnus-server-opened-face)
4790         (gnus-server-closed-face, gnus-server-denied-face)
4791         (gnus-server-offline-face):
4792         New backward-compatibility aliases for renamed faces.
4793         (gnus-server-agent-face, gnus-server-opened-face)
4794         (gnus-server-closed-face, gnus-server-denied-face)
4795         (gnus-server-offline-face): Use renamed gnus faces.
4796
4797         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4798         Remove "-face" suffix from face names.
4799         (gnus-picon-xbm-face, gnus-picon-face):
4800         New backward-compatibility aliases for renamed faces.
4801
4802         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4803         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4804         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4805         (gnus-cite-11): Remove "-face" suffix from face names.
4806         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4807         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4808         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4809         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4810         New backward-compatibility aliases for renamed faces.
4811         (gnus-cite-attribution-face, gnus-cite-face-list)
4812         (gnus-article-boring-faces): Use renamed gnus faces.
4813
4814         * gnus-art.el (gnus-signature, gnus-header-from)
4815         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4816         (gnus-header-content): Remove "-face" suffix from face names.
4817         (gnus-signature-face, gnus-header-from-face)
4818         (gnus-header-subject-face, gnus-header-newsgroups-face)
4819         (gnus-header-name-face, gnus-header-content-face):
4820         New backward-compatibility aliases for renamed faces.
4821         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4822
4823         * gnus-sum.el (gnus-summary-selected-face)
4824         (gnus-summary-highlight): Use renamed gnus faces.
4825         * gnus-group.el (gnus-group-highlight): Likewise.
4826
4827 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4828
4829         * gnus-sieve.el (gnus-sieve-article-add-rule):
4830         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4831         * spam-stat.el (spam-stat-buffer-change-to-spam)
4832         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4833
4834         * message.el (message-is-yours-p):
4835         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4836
4837 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * mm-view.el (mm-inline-text): Withdraw the last change.
4840
4841 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4844         executing enriched-decode.
4845
4846 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4849         charset of tar files.
4850
4851 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4852
4853         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4854
4855 2005-06-04  Lute Kamstra  <lute@gnu.org>
4856
4857         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4858         information is never recorded.
4859
4860 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4861
4862         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4863
4864 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * pop3.el (pop3-apop): Run md5 in the binary mode.
4867
4868         * starttls.el (starttls-set-process-query-on-exit-flag):
4869         Use eval-and-compile.
4870
4871 2005-05-31  Simon Josefsson  <jas@extundo.com>
4872
4873         * smime.el (smime-replace-in-string): Define.
4874         (smime-cert-by-ldap-1): Use it.
4875
4876 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * gnus-art.el (article-display-x-face): Replace
4879         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4880
4881         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4882         set-process-query-on-exit-flag or process-kill-without-query.
4883
4884         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4885         loop instead of replace-regexp.
4886
4887         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4888         instead of process-kill-without-query if it is available.
4889
4890         * lpath.el: Fbind ldap-search-entries.
4891
4892         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4893         instead of find-file-hooks if it is available.
4894
4895         * mml1991.el: Bind pgg-default-user-id when compiling.
4896
4897         * mml2015.el: Bind pgg-default-user-id when compiling.
4898
4899         * nndraft.el (nndraft-request-associate-buffer):
4900         Use write-contents-functions instead of write-contents-hooks if it is
4901         available.
4902
4903         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4904         instead of find-file-hooks if it is available.
4905
4906         * nntp.el (nntp-open-connection): Replace
4907         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4908         (nntp-open-ssl-stream): Ditto.
4909         (nntp-open-tls-stream): Ditto.
4910
4911         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4912         set-process-query-on-exit-flag or process-kill-without-query.
4913         (starttls-open-stream-gnutls): Use it instead of
4914         process-kill-without-query.
4915         (starttls-open-stream): Ditto.
4916
4917 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4918
4919         * smime.el (smime-cert-by-ldap-1): Don't use
4920         replace-regexp-in-string.
4921
4922 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4923
4924         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4925
4926         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4927         in PEM format. Adjust to the XEmacs compability.
4928
4929 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4930
4931         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4932         by `string-to-number'.
4933         * gnus-agent.el (gnus-agent-regenerate-group)
4934         (gnus-agent-fetch-articles): Ditto.
4935         * gnus-art.el (gnus-button-fetch-group): Ditto.
4936         * gnus-cache.el (gnus-cache-generate-active)
4937         (gnus-cache-articles-in-group): Ditto.
4938         * gnus-group.el (gnus-group-set-current-level)
4939         (gnus-group-insert-group-line): Ditto.
4940         * gnus-score.el (gnus-score-set-expunge-below)
4941         (gnus-score-set-mark-below, gnus-summary-score-effect)
4942         (gnus-summary-score-entry): Ditto.
4943         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4944         (gnus-soup-pack): Ditto.
4945         * gnus-spec.el (gnus-xmas-format): Ditto.
4946         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4947         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4948         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4949         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4950         * nndb.el (nndb-get-remote-expire-response): Ditto.
4951         * nndiary.el (nndiary-parse-schedule-value)
4952         (nndiary-string-to-number, nndiary-request-replace-article)
4953         (nndiary-request-article): Ditto.
4954         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4955         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4956         * nneething.el (nneething-make-head): Ditto.
4957         * nnfolder.el (nnfolder-request-article)
4958         (nnfolder-retrieve-headers): Ditto.
4959         * nnheader.el (nnheader-file-to-number): Ditto.
4960         * nnkiboze.el (nnkiboze-request-article): Ditto.
4961         * nnmail.el (nnmail-process-unix-mail-format)
4962         (nnmail-process-babyl-mail-format): Ditto.
4963         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4964         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4965         (nnmh-request-create-group, nnmh-request-list-1)
4966         (nnmh-request-group, nnmh-request-article): Ditto.
4967         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4968         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4969         * nnsoup.el (nnsoup-make-active): Ditto.
4970         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4971         * nntp.el (nntp-find-group-and-number)
4972         (nntp-retrieve-headers-with-xover): Ditto.
4973         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4974         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4975         (pgg-format-key-identifier): Ditto.
4976         * pop3.el (pop3-last, pop3-stat): Ditto.
4977         * qp.el (quoted-printable-decode-region): Ditto.
4978
4979         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4980         of concat.
4981
4982 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4985
4986         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4987
4988         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4989
4990         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4991
4992         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4993
4994         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4995
4996         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4997         (gnus-carpal-mode): Ditto.
4998
4999         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5000         (gnus-browse-mode): Ditto.
5001
5002         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5003
5004         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5005
5006 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5007
5008         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5009
5010 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * gnus-util.el (gnus-run-mode-hooks): New function.
5013
5014         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5015
5016         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5017         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5018
5019 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5020
5021         * gnus-agent.el (gnus-agent-make-mode-line-string):
5022         Use mode-line-highlight as mouse-face.
5023
5024 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * canlock.el (canlock): Change the parent group to news.
5027
5028         * deuglify.el (gnus-outlook-deuglify): Add :group.
5029
5030         * dig.el (dig): Add :group.
5031
5032         * dns-mode.el (dns-mode): Add :group.
5033
5034         * encrypt.el (encrypt): Add :group.
5035
5036         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5037         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5038         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5039         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5040         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5041
5042         * gnus-diary.el (gnus-diary): Add :group.
5043
5044         * gnus.el (gnus-group-news-1-face): Add :group.
5045         (gnus-group-news-1-empty-face): Ditto.
5046         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5047         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5048         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5049         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5050         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5051         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5052         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5053         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5054         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5055         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5056         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5057         (gnus-summary-high-ticked-face): Ditto.
5058         (gnus-summary-low-ticked-face): Ditto.
5059         (gnus-summary-normal-ticked-face): Ditto.
5060         (gnus-summary-high-ancient-face): Ditto.
5061         (gnus-summary-low-ancient-face): Ditto.
5062         (gnus-summary-normal-ancient-face): Ditto.
5063         (gnus-summary-high-undownloaded-face): Ditto.
5064         (gnus-summary-low-undownloaded-face): Ditto.
5065         (gnus-summary-normal-undownloaded-face): Ditto.
5066         (gnus-summary-high-unread-face): Ditto.
5067         (gnus-summary-low-unread-face): Ditto.
5068         (gnus-summary-normal-unread-face): Ditto.
5069         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5070         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5071
5072         * hashcash.el (hashcash): New custom group.
5073         (hashcash-default-payment): Add :group.
5074         (hashcash-payment-alist): Ditto.
5075         (hashcash-default-accept-payment): Ditto.
5076         (hashcash-accept-resources): Ditto.
5077         (hashcash-path): Ditto.
5078         (hashcash-extra-generate-parameters): Ditto.
5079         (hashcash-double-spend-database): Ditto.
5080         (hashcash-in-news): Ditto.
5081
5082         * message.el (message-minibuffer-local-map): Add :group.
5083
5084         * netrc.el (netrc): Add :group.
5085
5086         * sieve-manage.el (sieve-manage-log): Add :group.
5087         (sieve-manage-default-user): Diito.
5088         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5089         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5090         (sieve-manage-authenticators): Ditto.
5091         (sieve-manage-authenticator-alist): Ditto.
5092         (sieve-manage-default-port): Ditto.
5093
5094         * sieve-mode.el (sieve-control-commands-face): Add :group.
5095         (sieve-action-commands-face): Ditto.
5096         (sieve-test-commands-face): Ditto.
5097         (sieve-tagged-arguments-face): Ditto.
5098
5099         * smime.el (smime): Add :group.
5100
5101         * spam-report.el (spam-report): Add :group.
5102
5103         * spam.el (spam, spam-face): Add :group.
5104
5105 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5108         return \n.\n.\n at the end of articles.  Protect against that.
5109         (nntp-with-open-group): Allow debugging.
5110
5111         * nnheader.el (mail-header-set-extra): Make into a function
5112         because I just could't understand how to quote the list properly.
5113
5114         * dns.el (query-dns-cached): New function.
5115
5116 2005-05-26  Lute Kamstra  <lute@gnu.org>
5117
5118         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5119
5120 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5123
5124         * gnus-art.el: Don't autoload mail-extract-address-components.
5125
5126         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5127         eval-and-compile to evaluate it.
5128
5129         * hashcash.el: Don't autoload executable-find.
5130
5131         * nndb.el: Don't declare the nndb back end two or more times; don't
5132         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5133
5134         * nntp.el: Autoload format-spec instead of format; use
5135         eval-and-compile to evaluate autoload forms.
5136
5137 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5138
5139         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5140
5141 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * gnus.el (gnus-version-number): Bump version.
5144
5145 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5146
5147         * gnus.el: No Gnus v0.3 is released.
5148
5149 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * lpath.el (featurep): Bind show-nonbreak-escape.
5152
5153 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-art.el (gnus-article-edit-part): Disable undo.
5156
5157 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5160         gnus-article-date-lapsed-new-header is t if date timer is active;
5161         skip headers in which the original date value is empty.
5162         (gnus-article-save-original-date): Redefine it as a macro.
5163         (gnus-display-mime): Use it.
5164
5165 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-art.el (article-date-ut): Support converting date in
5168         forwarded parts as well.
5169         (gnus-article-save-original-date): New function.
5170         (gnus-display-mime): Use it.
5171
5172 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5173
5174         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5175         enclosure element of <item>.
5176
5177 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5178
5179         * message.el (message-kill-buffer-query): Renamed from
5180         `message-kill-buffer-query-if-modified'.  Added :version.
5181
5182 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5185         window layout.
5186
5187 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * mml.el: Autoload dnd when compiling.
5190
5191 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5192
5193         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5194         x-dnd-*.
5195
5196 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * qp.el (quoted-printable-encode-region): Save excursion.
5199
5200 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5201
5202         * message.el (message-kill-buffer-query-if-modified): Add new variable
5203         so the user can kill a modified message buffer quickly.
5204         (message-kill-buffer): Use it.
5205
5206 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * lpath.el: Fbind display-time-event-handler; don't fbind
5209         string-to-multibyte.
5210
5211         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5212
5213 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5216         contained in text because xml.el decodes entities) with LFs.
5217
5218 2005-04-11  Lute Kamstra  <lute@gnu.org>
5219
5220         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5221         differently.
5222
5223 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5224
5225         * mm-util.el (mm-detect-coding-region): Typo.
5226
5227 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5230
5231 2005-04-06  D Goel  <deego@gnufans.org>
5232
5233         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5234         user-function allow user modifications of the scores.
5235         (spam-stat-score-buffer-user): New function, to allow
5236         user-computed modifications to the score.
5237         (spam-stat-score-buffer-user-functions): list of additional
5238         scoring functions
5239         (spam-stat-error-holder): global temporary error holder
5240         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5241         variable
5242
5243 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5244
5245         * gnus-registry.el (gnus-registry-clean-empty-function)
5246         (gnus-registry-trim, gnus-registry-fetch-groups)
5247         (gnus-registry-delete-group): Groups that match
5248         `gnus-registry-ignored-groups' are removed from the registry
5249         entries, not just ignored for splitting.  This helps clean up the
5250         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5251         to get all the groups a message ID is in.
5252
5253         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5254         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5255         (spam-stat-score-buffer-user-functions): Add :number custom type.
5256
5257 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5260         argument in XEmacs.
5261
5262         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5263         (nnrss-request-group): Decode group name first.
5264         (nnrss-request-article): Make a text/plain article if mml-to-mime
5265         failed.
5266         (nnrss-get-encoding): Return a compatible encoding according to
5267         nnrss-compatible-encoding-alist.
5268         (nnrss-find-el): Use consp instead of listp.
5269         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5270
5271 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5274         which Emacs 20 doesn't support.
5275         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5276
5277 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5278
5279         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5280         silence the byte compiler inside the defun
5281
5282         * gnus-demon.el (parse-time-string): Add autoload.
5283
5284         * gnus-delay.el (parse-time-string): Add autoload.
5285
5286         * gnus-art.el (parse-time-string): Add autoload.
5287
5288         * nnultimate.el (parse-time): Require for `parse-time-string'.
5289
5290 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5291
5292         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5293
5294         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5295
5296         * smime.el (smime-ldap-host-list): Add :version.
5297
5298 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5301         pass it to `gnus-browse-read-group'.
5302         (gnus-browse-read-group): Add NUMBER argument and pass it to
5303         `gnus-group-read-ephemeral-group'.
5304
5305         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5306         argument and pass it to `gnus-group-read-group'.
5307
5308 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5309
5310         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5311         mm-xemacs-find-mime-charset-1 if we have the mule feature
5312         available at runtime.
5313
5314 2005-03-25  Werner Lemberg  <wl@gnu.org>
5315
5316         * nnmaildir.el: Replace `illegal' with `invalid'.
5317
5318 2005-03-23  Lute Kamstra  <lute@gnu.org>
5319
5320         * time-date.el: Add comment on time value formats.
5321         Don't require parse-time.
5322         (with-decoded-time-value): New macro.
5323         (encode-time-value): New function.
5324         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5325         (days-to-time): Return a valid time value when arg is huge.
5326         (time-since): Use time-subtract.
5327         (time-to-number-of-days): Use time-to-seconds.
5328
5329 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5330
5331         * gnus-start.el (gnus-display-time-event-handler):
5332         Check display-time-timer at runtime rather than only at load time
5333         in case display-time-mode is turned off in the mean time.
5334
5335 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5336
5337         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5338         used.
5339
5340         * nneething.el (nneething-map-file-directory): Derive from
5341         `gnus-directory'.
5342
5343         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5344         the To/Cc button.
5345
5346 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5347
5348         * nnmaildir.el (nnmaildir-request-accept-article):
5349         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5350
5351 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5352
5353         * gnus-async.el: Require timer-funcs at compile time when in
5354         XEmacs for `run-with-idle-timer'.
5355
5356 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5357
5358         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5359         autoloaded function.
5360
5361 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5362
5363         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5364
5365 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5366
5367         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5368
5369 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5372         gnus-expert-user to default.
5373
5374 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5375
5376         * nnimap.el (nnimap-open-server): Ditto.
5377
5378         * imap.el (imap-authenticate): Fix typo.
5379
5380 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5381
5382         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5383         buffer (since IMAP server might return FETCH response out of
5384         order, and the nntp buffer must be sorted).
5385
5386 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5387
5388         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5389         comparison on string.
5390
5391         * gnus-agent.el (gnus-agent-long-article,
5392         gnus-agent-short-article, gnus-agent-score): Renamed category
5393         keywords to match gnus-cus.
5394         (gnus-agent-summary-fetch-series): Modified to protect against
5395         gnus-agent-summary-fetch-group clearing processable flags.
5396         (gnus-agent-synchronize-group-flags): Update live group buffer as
5397         synchronization may occur due to the user toggle the plugged
5398         status.
5399         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5400         successfully downloaded.
5401         (gnus-agent-expire-group-1): Avoid using markers when the overview
5402         is in ascending order; greatly improves performance.
5403         (gnus-agent-regenerate-group): Use
5404         gnus-agent-synchronize-group-flags to reset read status in both
5405         gnus and server.
5406         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5407
5408 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5409
5410         * message.el: Don't autoload former message-utils variables.
5411         (message-strip-subject-trailing-was): Change doc string.
5412
5413         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5414         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5415         (nnweb-google-search): Add "hl=en" here.
5416         (nnweb-google-parse-1, nnweb-google-create-mapping):
5417         Don't hardcode URL.
5418
5419 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5420
5421         * message.el (message-get-reply-headers, message-followup):
5422         Mention related variables `message-use-followup-to' and
5423         `message-use-mail-followup-to', in the information buffer.
5424
5425         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5426         of broken groups(-beta).google.com.
5427
5428 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5431         parameter to invoked gnus-request-move-article; remove the
5432         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5433         all at once instead of once per article.
5434         (gnus-summary-remove-process-mark): Accept a list of articles as
5435         well as a single article for processing.
5436
5437         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5438         parameter.
5439
5440         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5441
5442         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5443
5444         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5445         parameter.
5446
5447         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5448         parameter.
5449
5450         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5451         parameter and remove the gnus-sum-hint-move-is-internal variable.
5452
5453         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5454         parameter.
5455
5456         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5457         parameter.
5458
5459         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5460         parameter.
5461
5462         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5463
5464         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5465         parameter.
5466
5467         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5468         parameter.
5469
5470 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5471
5472         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5473         a more conservative way.
5474
5475 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5476
5477         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5478         buffer, so it moves the window's cursor.
5479
5480 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5481
5482         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5483         `mm-dissect-multipart' and receive the from field as an (optional)
5484         argument from `mm-dissect-multipart'.
5485         (mm-dissect-multipart): Receive the from field as an argument and
5486         pass it on when we call `mm-dissect-buffer' on MIME parts.
5487         Fixes verification/decryption of signed/encrypted MIME parts.
5488
5489 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5490
5491         * gnus-sum.el (gnus-summary-move-article): Set
5492         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5493         whatever it calls (right now, only nnimap-request-move article
5494         respects it).
5495
5496         * nnimap.el (nnimap-request-move-article): When
5497         gnus-sum-hint-move-is-internal is set, don't do the extra
5498         nnimap-request-article.
5499
5500 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5501
5502         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5503
5504         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5505         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5506
5507         * gnus-sum.el (gnus-summary-caesar-message):
5508         Apply `gnus-treat-article' after rotation.
5509
5510         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5511         doc string.
5512
5513 2005-02-22  Simon Josefsson  <jas@extundo.com>
5514
5515         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5516         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5517         <arne@arnested.dk>.
5518         (encrypt): Add password-cache and password-cache-expiry as group
5519         members.
5520
5521 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5522
5523         * smime.el (smime-ldap-host-list): Doc fix.
5524         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5525         cache) password.
5526         (smime-sign-region): Use it.
5527         (smime-decrypt-region): Use it.
5528         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5529         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5530         fails.
5531         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5532         certificate from DER to PEM format rather than calling openssl.
5533
5534         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5535
5536         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5537         for signing/encryption.
5538
5539         * mml.el (mml-parse-1): Use them.
5540
5541 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5542
5543         * nnrss.el (nnrss-verbose): Removed.
5544         (nnrss-request-group): Use `nnheader-message' instead.
5545
5546 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5547
5548         * nnrss.el (nnrss-verbose): New variable.
5549         (nnrss-request-group): Make it say nnrss is requesting a group.
5550
5551 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5554         Handle news URL with given port correctly.
5555
5556 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5559         containing special characters.
5560
5561         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5562
5563         * mml.el (mime-to-mml): Ditto.
5564
5565         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5566         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5567         (rfc2047-decode-region): Quote decoded words containing special
5568         characters when rfc2047-quote-decoded-words-containing-tspecials
5569         is non-nil.
5570
5571 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5572
5573         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5574
5575         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5576
5577 2005-02-15  Simon Josefsson  <jas@extundo.com>
5578
5579         * nnimap.el (nnimap-debug): Doc fix.
5580
5581         * imap.el (imap-debug): Doc fix.
5582
5583 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5586
5587 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5588
5589         * gnus.el (spam-contents): Improve docs for spam-contents
5590         parameter in its variable incarnation.
5591
5592 2005-02-14  Simon Josefsson  <jas@extundo.com>
5593
5594         * smime-ldap.el: Use require instead of load-library for ldap.
5595         (smime-ldap-search): Indent.
5596         (smime-ldap-search-internal): Shorten line.
5597
5598         * smime.el (smime-cert-by-dns): Add doc-string.
5599         (smime-cert-by-ldap-1): Indent.
5600
5601         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5602         mml-smime-get-dns-ldap.
5603         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5604
5605 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5606
5607         * smime.el: Require smime-ldap.
5608         (smime-ldap-host-list): New variable.
5609         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5610
5611         * mml-smime.el (mml-smime-encrypt-query): New function.
5612         (mml-smime-encrypt-query): Use it.
5613
5614         * smime-ldap.el: New file.
5615
5616 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5619
5620 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5621
5622         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5623         argument in doc string.  Make query for type more clear.
5624
5625 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5626
5627         * gnus.el (gnus-group-startup-message): Search for gnus images in
5628         etc/images/gnus.
5629         * mm-util.el (mm-image-load-path): Likewise.
5630         * smiley.el (smiley-data-directory): Search for smilies in
5631         etc/images/smilies.
5632
5633 2005-02-09  Kim F. Storm  <storm@cua.dk>
5634
5635         Change Emacs release version from 21.4 to 22.1 throughout.
5636         Change Emacs development version from 21.3.50 to 22.0.50.
5637
5638 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5641
5642         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5643         non-Mule XEmacs as well.
5644         (mm-decompress-buffer): Signal an error intentionally if it does
5645         not decompress compressed data because auto-compression-mode is
5646         disabled.
5647
5648 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5649
5650         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5651         an ID in the registry even if it has no groups.
5652
5653 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5656         merge it into mm-decompress-buffer.
5657         (gnus-mime-copy-part): Use the MIME part charset, the value which
5658         a user specified or gnus-newsgroup-charset for decoding, like
5659         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5660         save-buffer what was used.  Suggested by Kevin Ryde
5661         <user42@zip.com.au>.
5662         (gnus-mime-inline-part): Allow the name parameter as well as the
5663         filename parameter; force decompressing of compressed data; always
5664         display contents being not decoded as unibyte.
5665
5666         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5667         as well as the filename parameter.
5668
5669         * mm-util.el (mm-decompress-buffer): Merge
5670         gnus-mime-jka-compr-maybe-uncompress.
5671         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5672         of compressed data.
5673
5674 2005-02-08  Simon Josefsson  <jas@extundo.com>
5675
5676         * imap.el (imap-log): Doc fix.
5677
5678 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5681         the coding cookies; decompress compressed parts.
5682
5683         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5684         to the value which a user specified manually or the coding cookie.
5685
5686         * mm-util.el (mm-string-to-multibyte): New function.
5687         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5688         (mm-coding-system-to-mime-charset): New function.
5689         (mm-decompress-buffer): New function.
5690         (mm-find-buffer-file-coding-system): New function.
5691
5692         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5693         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5694         parts.
5695
5696 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5697
5698         * mm-view.el (mm-display-inline-fontify): Decode a part according
5699         to the charset parameter.
5700
5701 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5704         prefix arg is neither nil nor a number, as info specifies.
5705
5706 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5709         timestamps.
5710
5711 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5712
5713         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5714         groups error checking and notify user.
5715
5716 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5717
5718         * message.el (message-send-mail-function): Check existence of
5719         sendmail-program first before using default value
5720         `message-send-mail-with-sendmail'.  Otherwise use more generic
5721         `smtpmail-send-it'.
5722
5723 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * nntp.el (nntp-request-update-info): Always return nil.
5726
5727 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5728
5729         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5730
5731 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5732
5733         * message.el (message-beginning-of-line): Change the behavior when
5734         invoked between BOL and : so that it first moves backward.
5735
5736 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5739         article buffer when editing of the article is discarded.
5740         (gnus-article-prepare): Revert.
5741
5742 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * gnus-art.el (gnus-article-prepare):
5745         Remove message-strip-forbidden-properties from the local hook.
5746
5747 2005-01-27  Simon Josefsson  <jas@extundo.com>
5748
5749         * password.el (password-cache-add): Only start one timer per key.
5750         Reported by Derek Atkins <warlord@MIT.EDU>.
5751
5752 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5753
5754         * run-at-time.el: Removed.  It is no longer needed as
5755         timer-funcs.el in the xemacs-base package has a working version of
5756         `run-at-time'.
5757
5758         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5759
5760         * password.el: Require timer-funcs instead of run-at-time in
5761         XEmacs.
5762         Remove `password-run-at-time' macro.
5763         (password-cache-add): Use `run-at-time' instead of
5764         `password-run-at-time'.
5765
5766         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5767         Remove `nnheader-cancel-function-timers' alias,
5768         `cancel-function-timers' exists in XEmacs in timer-funcs.
5769
5770         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5771         for `run-with-idle-timer'.
5772
5773         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5774         for `run-at-time'.
5775
5776         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5777         for `with-timeout'.
5778
5779         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5780         the same as for XEmacs 21.4.
5781         No need to ignore `run-with-idle-timer', this function exists in
5782         XEmacs now in timer-funcs.el in the xemacs-base package.
5783         (dgnushack-compile): No need to delete
5784         run-at-time.el from the list of files to compile because it
5785         doesn't exist anymore.
5786
5787 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5790         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5791
5792 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5793
5794         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5795         sensitively.
5796
5797 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5798
5799         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5800
5801 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5804         which will be inserted according to the multibyteness of a buffer
5805         rather than the type of contents.  Suggested by ARISAWA Akihiro
5806         <ari@mbf.ocn.ne.jp>.
5807
5808         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5809         of string which old xml.el may return rather than a string.
5810
5811 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5814
5815 2005-01-16  Simon Josefsson  <jas@extundo.com>
5816
5817         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5818         idn/idna.el isn't available.
5819         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5820         <michael@waxrat.com>.
5821
5822         * hashcash.el: Remove non-FSF copyright header.
5823
5824         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5825         (hashcash-generate-payment): Use it.
5826         (hashcash-generate-payment-async): Use it.
5827
5828 2005-01-15  Simon Josefsson  <jas@extundo.com>
5829
5830         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5831         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5832
5833         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5834         gnus-summary-idna-message.
5835         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5836         (gnus-summary-idna-message): New function.
5837
5838 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5839
5840         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5841         gnus-novice-user.
5842
5843 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * nnrss.el (nnrss-request-delete-group): Delete entries in
5846         nnrss-group-alist as well.
5847         (nnrss-save-server-data): Insert newline.
5848
5849 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5850
5851         * gnus.el (gnus-user-agent): Use list of symbols instead of
5852         symbols.  Display full version number for (S)XEmacs.  Optionally
5853         display (S)XEmacs codename.
5854
5855         * gnus-util.el (gnus-emacs-version): Update for new
5856         `gnus-user-agent'.
5857
5858         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5859         Gnus version.
5860
5861 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5864         which is unreadable in some setups.
5865
5866 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * gnus-spec.el (gnus-update-format-specifications): Flush the
5869         group format spec cache if it doesn't support decoded group names.
5870
5871 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5872
5873         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5874         to apply decay on score files matching a regexp.
5875
5876 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5879         compatibility in %g and %c.
5880
5881 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5884         name for only %g and %c.
5885         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5886         of gnus-tmp-group to decoded group name.
5887         (gnus-group-make-rss-group): Exclude `/'s from group names.
5888
5889 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * nnrss.el (nnrss-get-encoding): Fix regexp.
5892
5893 2004-12-27  Simon Josefsson  <jas@extundo.com>
5894
5895         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5896         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5897         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5898
5899 2004-12-17  Kim F. Storm  <storm@cua.dk>
5900
5901         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5902
5903         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5904
5905 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5906
5907         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5908
5909 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * nnrss.el: Require rfc2047 and mml.
5912         (nnrss-file-coding-system): New variable.
5913         (nnrss-format-string): Redefine it as an inline function.
5914         (nnrss-decode-group-name): New function.
5915         (nnrss-string-as-multibyte): Remove.
5916         (nnrss-retrieve-headers): Decode group name; don't use
5917         nnrss-format-string.
5918         (nnrss-request-group): Decode group name.
5919         (nnrss-request-article): Decode group name; allow a Message-ID as
5920         well as an article number; don't use nnrss-format-string; encode a
5921         Message-ID string which may contain non-ASCII characters; use
5922         mml-to-mime to compose a MIME article.
5923         (nnrss-request-expire-articles): Decode group name.
5924         (nnrss-request-delete-group): Decode group name.
5925         (nnrss-fetch): Clarify error message.
5926         (nnrss-read-server-data): Use insert-file-contents instead of load;
5927         bind file-name-coding-system; use multibyte buffer.
5928         (nnrss-save-server-data): Bind coding-system-for-write to the
5929         value of nnrss-file-coding-system; bind file-name-coding-system;
5930         add coding cookie.
5931         (nnrss-read-group-data): Use insert-file-contents instead of load;
5932         bind file-name-coding-system; use multibyte buffer.
5933         (nnrss-save-group-data): Bind coding-system-for-write to the
5934         value of nnrss-file-coding-system; bind file-name-coding-system.
5935         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5936         make it work with non-ASCII text.
5937         (nnrss-find-el): Make it work with old xml.el as well.
5938
5939 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5940
5941         * nnrss.el (nnrss-get-encoding): New function.
5942         (nnrss-fetch): Use unibyte buffer initially; bind
5943         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5944         decode contents according to the encoding attribute.
5945         (nnrss-save-group-data): Add coding cookie.
5946         (nnrss-mime-encode-string): New function.
5947         (nnrss-check-group): Use it to encode subject and author.
5948
5949 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5950
5951         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
5952         imaginary variable.
5953
5954 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5957         correctly even if there are wide characters.
5958
5959 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5960
5961         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
5962         downcased symbol names; make a new cache instead of reusing
5963         bbdb-hashtable.
5964
5965 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5968         concatenating segments rather than before concatenating them.
5969         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5970
5971         * message.el (message-get-reply-headers): Bind `extra'.
5972
5973 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5974
5975         * message.el (message-extra-wide-headers): New variable.
5976         (message-get-reply-headers): Use it.
5977
5978 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5981         (gnus-agent-group-pathname): Ditto.
5982
5983         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5984
5985         * gnus-group.el (gnus-group-make-group): Decode group name.
5986         (gnus-group-make-rss-group): Register the group data after opening
5987         the nnrss group.
5988
5989 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5990
5991         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5992         by expiry now get marked as read.
5993
5994 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5997
5998 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5999
6000         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6001         unify Latin characters in XEmacs.
6002         (mm-find-mime-charset-region): Use it.
6003
6004 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-util.el (gnus-delete-directory): New function.
6007
6008         * gnus-agent.el (gnus-agent-delete-group): Use it.
6009
6010         * gnus-cache.el (gnus-cache-delete-group): Use it.
6011
6012 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6015         names.
6016
6017 2004-12-16  Simon Josefsson  <jas@extundo.com>
6018
6019         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6020
6021 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6024
6025         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6026         (gnus-group-set-current-level): Decode group name.
6027
6028 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6029
6030         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6031         failed.
6032
6033 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gnus-group.el (gnus-group-delete-group): Decode group name.
6036         (gnus-group-make-rss-group): Encode group name.
6037         (gnus-group-catchup-current): Decode group name.
6038         (gnus-group-kill-group): Decode group name.
6039
6040 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6041
6042         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6043
6044 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-group.el (gnus-group-make-rss-group):
6047         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6048
6049         * gnus-start.el (gnus-setup-news): Honor user's setting to
6050         gnus-message-archive-method.  Suggested by Lute Kamstra
6051         <lute@gnu.org>.
6052
6053 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6054
6055         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6056         global counterparts of the buffer-local variables.
6057
6058 2004-11-16  Romain Francoise  <romain@orebokech.com>
6059
6060         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6061         counterparts of the buffer-local variables.
6062
6063 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6064
6065         * message.el (message-forbidden-properties): Fixed typo in doc
6066         string.
6067
6068 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6069
6070         * gnus-util.el (gnus-replace-in-string): Added doc string.
6071
6072         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6073         to avoid problems when splitting mails with many recipients.
6074
6075 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6076
6077         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6078         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6079
6080 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6081
6082         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6083         if there is no hashtable in memory or file modification time is
6084         newer than cached timestamp.
6085
6086 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6089         not-matching option.
6090
6091 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6092
6093         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6094         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6095         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6096         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6097         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6098         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6099
6100 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * message.el (message-forward-make-body-mml): Remove headers
6103         according to message-forward-ignored-headers if a message is decoded.
6104
6105 2004-12-02  Romain Francoise  <romain@orebokech.com>
6106
6107         * message.el (message-forward-make-body-plain): Always remove
6108         headers according to message-forward-ignored-headers.
6109
6110 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6111
6112         * spam.el (spam-summary-prepare-exit): Remove the
6113         gnus-summary-limit pop for now, it has problems with ham marks for
6114         me.
6115
6116 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6117
6118         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6119         correctly.
6120
6121 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6122
6123         * format-spec.el (format-spec): Message the char.
6124
6125 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6126
6127         * gnus-art.el (gnus-split-methods): Reformat comments.
6128
6129         * spam.el (spam-summary-prepare-exit): Remove article limits
6130         before exiting the summary buffer.
6131
6132 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6135         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6136
6137         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6138         order to silence the byte compiler.
6139
6140         * spam.el: Fix the way to silence the byte compiler, which
6141         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6142         bbdb-search-simple, spam-BBDB-register-routine,
6143         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6144         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6145         spam-stat-buffer-is-spam, spam-stat-load,
6146         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6147         spam-stat-save and spam-stat-split-fancy.
6148
6149 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6152         which may confuse users.
6153         (canlock-password-for-verify): Ditto.
6154
6155         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6156
6157         * gnus-art.el (gnus-emphasis-alist): Ditto.
6158
6159         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6160
6161         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6162
6163         * gnus-start.el (gnus-save-killed-list): Ditto.
6164
6165         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6166         (gnus-sum-thread-tree-root): Ditto.
6167         (gnus-sum-thread-tree-false-root): Ditto.
6168         (gnus-sum-thread-tree-single-indent): Ditto.
6169
6170         * message.el (message-courtesy-message): Ditto.
6171         (message-archive-note): Ditto.
6172         (message-subscribed-address-file): Ditto.
6173         (message-user-fqdn): Ditto.
6174
6175         * spam-report.el (spam-report-gmane-regex): Ditto.
6176
6177         * spam.el (spam-blackhole-good-server-regex): Ditto.
6178
6179 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * mml.el (mml-preview): Widen the message buffer before copying
6182         the contents to the preview buffer; sort headers before previewing.
6183
6184         * message.el (message-hidden-headers): Fix the way to avoid a bug
6185         in the `repeat' widget in Emacs 21.3 or earlier.
6186
6187 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * message.el (message-hidden-headers): Default to "^References:".
6190         Improve customization type.  Suggested by Reiner Steib
6191         <Reiner.Steib@gmx.de>.
6192
6193 2004-11-25  Romain Francoise  <romain@orebokech.com>
6194
6195         * message.el (message-strip-forbidden-properties): Remove check for
6196         obsolete `message-hidden' text property, hidden headers are not
6197         accessible in the buffer anymore.
6198
6199 2004-11-22  Romain Francoise  <romain@orebokech.com>
6200
6201         * message.el (message-header-format-alist): Add `From' in list
6202         so that it can be sorted.
6203         (message-fix-before-sending): Widen and sort headers before
6204         sending.
6205         (message-hide-headers): Use narrowing to hide headers by moving
6206         them to the top of the buffer and narrowing to the region
6207         underneath.
6208
6209 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6210
6211         * message.el (message-strip-forbidden-properties): Bind
6212         buffer-read-only (etc) to nil.
6213
6214 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6217         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6218
6219 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6220
6221         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6222
6223 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * dns.el (query-dns): Use sit-for to time instead of
6226         accept-process-output, since that doesn't seem to work on udp
6227         sockets.
6228
6229 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6232
6233 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6234
6235         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6236         doc string.  Improve doc string.
6237
6238 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * nntp.el (nntp-request-update-info): Return nil if
6241         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6242         may not call gnus-activate-group which uselessly issues the GROUP
6243         commands for all nntp groups and wastes time.  Reported by Romain
6244         Francoise <romain@orebokech.com>.
6245
6246         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6247
6248 2004-11-15  Simon Josefsson  <jas@extundo.com>
6249
6250         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6251         headers separately.
6252         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6253         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6254
6255 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * gnus-start.el (gnus-convert-old-newsrc):
6258         Assign legacy-gnus-agent to 5.10.7.
6259
6260 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6263         start of the lines.
6264
6265 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6266
6267         * hashcash.el (hashcash-default-payment): Change default to 20
6268         (hashcash-default-accept-payment): Change default to 20
6269         (hashcash-process-alist): New variable
6270         (hashcash-generate-payment-async): Add
6271         (hashcash-already-paid-p): Add
6272         (hashcash-insert-payment): Don't generate payments twice
6273         (hashcash-insert-payment-async): Add
6274         (hashcash-insert-payment-async-2): Add
6275         (hashcash-cancel-async): Add
6276         (hashcash-wait-async): Add
6277         (hashcash-processes-running-p): Add
6278         (hashcash-wait-or-cancel): Add
6279         (mail-add-payment): New optional argument.  Conditionally start
6280         asynchronous calculation.
6281         (mail-add-payment-async): Add
6282
6283         * message.el (message-send-mail): Wait for asynchronous hashcash
6284         results.  Don't clobber existing X-Hashcash headers.
6285         (message-setup-1): Call mail-add-payment-async when
6286         message-generate-hashcash is non-nil.
6287
6288 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6289
6290         * message.el (message-use-alternative-email-as-from): Examine the
6291         From header as well; use message-make-from in order to include a
6292         user's full name.
6293
6294 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6297         default; improve customization type.
6298         (gnus-emphasis-custom-with-format): New macro.
6299         (gnus-emphasis-custom-value-to-external): New function.
6300         (gnus-emphasis-custom-value-to-internal): New function.
6301
6302 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6303
6304         * dns.el (query-dns): Resolve reverse addresses.
6305
6306 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6307
6308         * gnus-group.el (gnus-group-get-new-news): Use it.
6309
6310         * gnus-start.el (gnus-check-reasonable-setup): New function.
6311
6312 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6315         "Args out of range" error.  Reported by Arnaud Giersch
6316         <arnaud.giersch@free.fr>.
6317
6318 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6319
6320         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6321
6322 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6323
6324         * spam.el (spam group): Add :version.
6325
6326         * pgg-def.el (pgg group): Add :version.
6327
6328 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * gnus-art.el (gnus-article-edit-article): Don't associate the
6331         article buffer with a draft file.  This is a temporary measure
6332         against the 2004-08-22 change to gnus-article-edit-mode.
6333
6334 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6337         (html2text-format-tags): Remove unused variable `attr'.
6338
6339 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6342
6343         * tls.el (tls-process-connection-type, tls-success)
6344         (tls-certtool-program): Add :version.
6345
6346         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6347         (starttls-extra-arguments, starttls-process-connection-type)
6348         (starttls-connect, starttls-failure, starttls-success):
6349
6350         * spam-stat.el (spam-stat): Add :version.
6351
6352         * sieve.el (sieve): Add :version.
6353
6354         * sha1.el (sha1): Add :version.
6355         (sha1-use-external): Remove redundant version.
6356
6357         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6358         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6359         (nnmail-split-fancy-match-partial-words)
6360         (nnmail-split-lowercase-expanded):
6361
6362         * nndiary.el (nndiary): Add :version.
6363
6364         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6365
6366         * mml-sec.el (mml-default-sign-method)
6367         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6368         Add :version.
6369
6370         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6371
6372         * mm-url.el (mm-url-use-external, mm-url-program)
6373         (mm-url-arguments): Add :version.
6374
6375         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6376         (mm-attachment-file-modes, mm-decrypt-option)
6377         (mm-w3m-safe-url-regexp): Add :version.
6378
6379         * message.el (message-cite-prefix-regexp)
6380         (message-sendmail-envelope-from, message-minibuffer-local-map)
6381         (message-user-fqdn, message-completion-alist): Add :version.
6382
6383         * gnus-win.el (gnus-configure-windows-hook)
6384         (gnus-use-frames-on-any-display): Add :version.
6385
6386         * gnus-art.el (gnus-article-address-banner-alist)
6387         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6388         (gnus-treat-from-picon, gnus-treat-mail-picon)
6389         (gnus-treat-x-pgp-sig): Add :version.
6390
6391         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6392         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6393         (gnus-summary-article-delete-hook)
6394         (gnus-summary-display-while-building): Add :version.
6395
6396         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6397         (gnus-get-top-new-news-hook):Add :version.
6398
6399         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6400         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6401
6402         * gnus-registry.el (gnus-registry): Add :version.
6403
6404         * gnus-spec.el (gnus-use-correct-string-widths)
6405         (gnus-make-format-preserve-properties): Add :version.
6406
6407         * gnus.el (gnus-group-charter-alist)
6408         (gnus-group-fetch-control-use-browse-url)
6409         (gnus-install-group-spam-parameters): Add :version.
6410
6411         * gnus-diary.el (gnus-diary): Add :version.
6412
6413         * gnus-delay.el (gnus-delay): Add :version.
6414
6415         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6416         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6417         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6418         Add :version.
6419
6420         * gnus-agent.el (gnus-agent-max-fetch-size)
6421         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6422         (gnus-agent-prompt-send-queue): Add :version.
6423
6424         * deuglify.el (gnus-outlook-deuglify): Add :version.
6425
6426         * html2text.el: Beautify code.  Improve doc strings.  Some
6427         checkdoc cleanup.
6428         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6429
6430 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6431
6432         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6433
6434 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6435
6436         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6437         when package is loaded.
6438
6439         * spam.el (spam-summary-score-preferred-header): Add global preference
6440         for people who want to override the default SpamAssassin over
6441         Bogofilter preference (when both are set).
6442         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6443         (spam-user-format-function-S): Check
6444         spam-summary-score-preferred-header.
6445         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6446         (spam-user-format-function-S): Format the score correctly.
6447
6448 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6451         signature file.  Suggested by Manoj Srivastava
6452         <srivasta@golden-gryphon.com>.
6453
6454         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6455         iso-2022-jp even in the Japanese language environment.
6456         Suggested by Jason Rumney <jasonr@gnu.org>.
6457
6458 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6461         use the same characters as the dummy marks; make it free from
6462         getting affected by the language environment.
6463         (gnus-summary-read-group-1): Update mark positions only when the
6464         format spec is updated.
6465
6466         * gnus-spec.el (gnus-update-format-specifications): Return a list
6467         of updated types.
6468
6469 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6472         of boundp to check if display-warning is available.
6473
6474 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6477
6478 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * nnspool.el (nnspool-spool-directory): Use news-path if the
6481         news-directory variable is not bound.
6482
6483         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6484         function instead of display-warning if it is not available.
6485
6486 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6487
6488         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6489         v5-10: Use `point-at-bol'.
6490
6491 2004-10-26  Simon Josefsson  <jas@extundo.com>
6492
6493         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6494         <chenggao@gmail.com>.
6495
6496 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6497
6498         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6499         instead.
6500
6501 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6502
6503         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6504         to remove a server from the nnimap-server-buffer-alist.
6505         (nnimap-open-connection, nnimap-close-server): Use it.
6506
6507         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6508
6509 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6512         running the major-mode function.
6513
6514 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6517         dummy marks in the right way.
6518
6519 2004-10-18  David Edmondson  <dme@dme.org>
6520
6521         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6522         excessively.
6523
6524 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * gnus-util.el (gnus-split-references): Accept a nil references
6527         string and go on blissfully.
6528
6529         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6530         cases where the references string is non-nil but has no references.
6531
6532         * encrypt.el: Add autoload tags.
6533
6534         * spam.el (spam-resolve-registrations-routine): Remove article
6535         from unregistration list too.  Reported by David Hanak
6536         <dhanak@isis.vanderbilt.edu>
6537
6538 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6539
6540         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6541         nil.  Changed custom type.
6542
6543 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6546
6547         * gnus-sum.el (gnus-summary-move-article): Use it.
6548
6549 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6550
6551         * encrypt.el: Add autoload cookies.
6552
6553         * spam.el (spam-backend-article-list-property)
6554         (spam-backend-get-article-todo-list)
6555         (spam-backend-put-article-todo-list, )
6556         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6557         Resolve registrations separately.
6558         (spam-register-routine): Format comments.
6559         (spam-unregister-routine, spam-register-routine): Always call with
6560         specific-articles, no default list.
6561         (spam-summary-prepare-exit): Use the spam-classifications function.
6562
6563         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6564         gnus-encrypt.el.
6565
6566         * encrypt.el: copied from gnus-encrypt.el
6567
6568         * gnus-encrypt.el: commented that it's obsolete
6569
6570 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6573         (gnus-score-save): Use it.
6574
6575         * message.el (message-bury): Use `window-dedicated-p'.
6576
6577 2004-10-15  Simon Josefsson  <jas@extundo.com>
6578
6579         * pop3.el (top-level): Don't require nnheader.
6580         (pop3-read-timeout): Add.
6581         (pop3-accept-process-output): Add.
6582         (pop3-read-response, pop3-retr): Use it.
6583
6584 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6585
6586         * spam.el (spam-register-routine): Move comment.
6587         (spam-verify-bogofilter): Use 'unknown for the initial
6588         spam-bogofilter-valid state, not 'never.
6589
6590         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6591         for netrc-machine.
6592
6593         * nnimap.el (nnimap-open-connection): Use
6594         netrc-machine-user-or-password.
6595
6596 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6597
6598         * gnus-registry.el (gnus-registry-unload-hook):
6599         Set as a variable with add-hook.
6600
6601         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6602         of news-path.
6603
6604         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6605
6606         * spam.el: Delete duplicate `provide'.
6607         (spam-unload-hook): Set as a variable with add-hook.
6608
6609 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6610
6611         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6612         in the doc string.
6613
6614         * message.el (message-ignored-news-headers)
6615         (message-ignored-supersedes-headers)
6616         (message-ignored-resent-headers)
6617         (message-forward-ignored-headers): Improve custom type.
6618
6619 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * message.el (message-tokenize-header): Fix 2004-09-06 change
6622         which used point-min in the wrong place.
6623
6624 2004-10-12  Simon Josefsson  <jas@extundo.com>
6625
6626         * net/tls.el (tls-certtool-program): New variable.
6627         (tls-certificate-information): New function, based on
6628         ssl-certificate-information.
6629
6630 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * compface.el: Move the version of ELisp-based uncompface program
6633         to the contrib directory because of the copyright problem.
6634
6635 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6636
6637         * message.el (message-kill-buffer): Raise the current frame.
6638
6639 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6642
6643         * gnus.el (message-y-or-n-p): Autoload.
6644
6645         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6646         (pop3-password-required, pop3-authentication-scheme)
6647         (pop3-leave-mail-on-server): Made customizable.
6648         (pop3): New custom group.
6649         (pop3-retr): Remove `sleep-for' statements.
6650         Suggested by Dave Love <fx@gnu.org>.
6651
6652         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6653         Windows/DOS.
6654
6655         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6656         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6657         Dave Love <fx@gnu.org>.
6658
6659         * mml.el (mml-minibuffer-read-disposition): Require match.
6660         Suggested by Dave Love <fx@gnu.org>.
6661
6662 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6663
6664         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6665         doc string.
6666
6667 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6670
6671 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6672
6673         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6674         instead of calling `mm-insert-inline', to decode text/* parts
6675         before displaying them.
6676
6677 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * mm-uu.el (mm-uu-text-plain-type): New variable.
6680         (mm-uu-pgp-signed-extract-1): Use it.
6681         (mm-uu-pgp-encrypted-extract-1): Use it.
6682         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6683         bind mm-uu-text-plain-type with that value.
6684         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6685         mm-uu-dissect.
6686
6687 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * gnus-group.el (gnus-update-group-mark-positions):
6690         * gnus-sum.el (gnus-update-summary-mark-positions):
6691         * message.el (message-check-news-body-syntax):
6692         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6693         of string-as-multibyte.
6694
6695 2004-10-05  Juri Linkov  <juri@jurta.org>
6696
6697         * gnus-group.el (gnus-update-group-mark-positions):
6698         * gnus-sum.el (gnus-update-summary-mark-positions):
6699         * message.el (message-check-news-body-syntax):
6700         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6701         8-bit unibyte values to a multibyte string for search functions.
6702
6703 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6704
6705         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6706         (mm-uu-dissect-text-parts): New function.
6707
6708         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6709         dissect text parts.
6710
6711         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6712         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6713
6714         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6715
6716         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6717         gnus-current-topics instead of gnus-current-topic.
6718
6719 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6720
6721         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6722
6723 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6724
6725         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6726         where approriate.
6727
6728         * nnml.el (nnml-generate-active-info): do.
6729
6730         * nndiary.el (nndiary-generate-active-info): do.
6731
6732         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6733         (gnus-topic-move): do.
6734
6735         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6736         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6737
6738         * gnus-srvr.el (gnus-server-prepare)
6739         (gnus-server-open-all-servers): do.
6740
6741         * gnus-msg.el (gnus-summary-cancel-article)
6742         (gnus-summary-resend-message)
6743         (gnus-summary-mail-crosspost-complaint): do.
6744
6745         * gnus-move.el (gnus-change-server): do.
6746
6747         * gnus-group.el (gnus-group-unmark-all-groups)
6748         (gnus-group-set-current-level): do.
6749
6750 2004-10-04  Simon Josefsson  <jas@extundo.com>
6751
6752         * message.el (message-generate-hashcash): Doc fix.
6753
6754 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6755
6756         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6757         avoid infinite recursion via gnus-get-function.
6758
6759 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6760
6761         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6762
6763         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6764
6765         * nnmail.el (nnmail-split-history): do.
6766
6767         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6768         (nnml-request-delete-group): do.
6769
6770         * nnslashdot.el (nnslashdot-read-groups): do.
6771
6772         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6773         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6774
6775         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6776         (nnspool-sift-nov-with-sed): Use last
6777         (nnspool-retrieve-headers-with-nov): Use mapc.
6778         (nnspool-request-newgroups): Use dolist.
6779         (nnspool-request-group): Use last.
6780
6781         * nntp.el (nntp-read-server-type): Use dolist.
6782
6783         * nnvirtual.el (nnvirtual-create-mapping)
6784         (nnvirtual-update-read-and-marked): Use dolist.
6785         (nnvirtual-convert-headers): Simplify.
6786
6787 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6788
6789         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6790         support for sync'ing tick marks.
6791
6792 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6795         there's no visible header.
6796
6797 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6798
6799         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6800         necessary, pass full group name to gnus-request-set-marks.
6801
6802 2004-10-01  Simon Josefsson  <jas@extundo.com>
6803
6804         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6805         acroread.
6806
6807 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * spam-report.el (spam-report-gmane): Fix interactive.
6810
6811         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6812
6813         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6814         when writing file.
6815         (gnus-agent-synchronize-flags): Don't default to being
6816         interactive.
6817
6818 2004-09-30  Simon Josefsson  <jas@extundo.com>
6819
6820         * message.el (message-generate-hashcash): Add.
6821         (message-send-mail): Use it, call mail-add-payment.
6822
6823 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6824
6825         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
6826
6827 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6828
6829         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6830         gnus-requst-update-info with explicit code to sync the in-memory
6831         info read flags with the marks being sync'd to the backend.
6832
6833         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6834
6835 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6836
6837         * spam.el (spam-verify-bogofilter): Add new function.
6838         (spam-check-bogofilter)
6839         (spam-bogofilter-register-with-bogofilter): Use it.
6840         (spam-verify-bogofilter): Add small fixes.
6841
6842 2004-09-28  Simon Josefsson  <jas@extundo.com>
6843
6844         * hashcash.el (hashcash-generate-payment): Revert.
6845
6846 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6847
6848         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
6849         gnus-extract-references instead of gnus-split-references.
6850
6851         * gnus-util.el (gnus-extract-references): Add new function, analogous
6852         to gnus-split-references but extracts only the message-ID without
6853         anything extra.
6854
6855         * hashcash.el (hashcash-generate-payment)
6856         (hashcash-check-payment): Do the right thing if hashcash-path is
6857         nil (because the hashcash program could not be found).
6858
6859         * spam.el (spam-use-hashcash): Remove comment.
6860
6861 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6862
6863         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6864         (gnus-cache-enter-article, gnus-cache-remove-article)
6865         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6866
6867         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6868
6869         * gnus-art.el (article-hide-boring-headers)
6870         (article-translate-strings, article-display-face)
6871         (gnus-article-mime-match-handle-first)
6872         (gnus-article-highlight-headers)
6873         (gnus-article-add-buttons-to-head): do.
6874
6875 2004-09-27  Simon Josefsson  <jas@extundo.com>
6876
6877         * hashcash.el: New version, from
6878         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6879         ../contrib/.
6880
6881 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6884
6885 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6886
6887         * gnus-dup.el (gnus-dup-open): Use mapc.
6888         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6889
6890         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6891         Reported by Stefan Wiens <s.wi@gmx.net>.
6892
6893         * gnus.el (gnus-shutdown): Use dolist.
6894
6895         * gnus-undo.el (gnus-undo): Use mapc.
6896
6897         * nnrss.el (nnrss-generate-active): do.
6898
6899         * message.el (message-cite-original-without-signature)
6900         (message-cite-original): Use mapc.
6901         (message-do-actions, message-make-forward-subject): Use dolist.
6902
6903 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6904
6905         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6906         deletion to remove entire duplicate line.  Fixes merged article
6907         number bug.
6908
6909 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6910
6911         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6912         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6913         first ask if you want to open a server and then, even when you
6914         responded with no, asking if you want to synchronize the server's
6915         flags.
6916         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6917         multi-line expressions.
6918         (gnus-agent-synchronize-group-flags): New internal function.
6919         Updates marks in memory (in the info structure) AND in the
6920         backend.
6921
6922         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6923
6924         * nnagent.el (nnagent-request-set-mark): Use
6925         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6926         method, to ensure that synchronization updates marks in the
6927         backend and in the info (in memory) structure.
6928
6929 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6932         convention fully; don't miss the root article of a thread; make
6933         the X-Draft-From header with correct article numbers.
6934
6935 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6936
6937         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6938         unless plugged.  Disable the agent so that an open failure causes
6939         an error.
6940
6941         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6942         Reverted 2004-09-21 change.  The backend must be opened while
6943         synchronizing flags even when the backend stores the flags
6944         locally.
6945
6946 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6949         in `header' match.  Reported by Svend Tollak Munkejord.
6950
6951         * message.el (message-cite-original): Fix use of
6952         `message-cite-articles-with-x-no-archive'.
6953
6954 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6957         (gnus-window-to-buffer): Ditto.
6958
6959         * mml.el (mml-preview-buffer): New variable.
6960         (mml-preview): Manage window layout with gnus-buffer-configuration.
6961
6962         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6963         X-Draft-From header even if those articles aren't quoted.
6964
6965 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6966
6967         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6968         (gnus-request-set-mark, gnus-request-update-mark): Use new
6969         g-s-t-u-l-m to decide to use backend even when unplugged.
6970
6971 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6974         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6975
6976 2004-09-20  Simon Josefsson  <jas@extundo.com>
6977
6978         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6979         "utf-16-le".
6980
6981 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6982
6983         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6984
6985 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * uudecode.el (uudecode-use-external): Add :version.
6988
6989         * smime.el (smime-CA-file, smime-encrypt-cipher)
6990         (smime-dns-server): Add :version.
6991
6992         * smiley.el (gnus-smiley-file-types): Add :version.
6993
6994         * sha1.el (sha1-use-external): Add :version.
6995
6996         * pgg-def.el (pgg-query-keyserver): Add :version.
6997
6998         * nnmail.el (nnmail-fancy-expiry-targets)
6999         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7000
7001         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7002         (nnimap-retrieve-groups-asynchronous): Add :version.
7003         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7004
7005         * mml.el (mml-content-disposition-parameters)
7006         (mml-insert-mime-headers-always): Add :version.
7007
7008         * mm-util.el (mm-coding-system-priorities):
7009
7010         * mm-decode.el (mm-inline-text-html-with-images)
7011         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7012         (mm-verify-option): Add :version.
7013         (mm-text-html-renderer): Change :version.
7014
7015         * message.el (message-fcc-externalize-attachments)
7016         (message-required-headers, message-draft-headers)
7017         (message-subject-trailing-was-query)
7018         (message-subject-trailing-was-ask-regexp)
7019         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7020         (message-mark-insert-end, message-archive-header)
7021         (message-archive-note, message-cross-post-default)
7022         (message-cross-post-note, message-followup-to-note)
7023         (message-cross-post-note-function, message-use-mail-followup-to)
7024         (message-subscribed-address-functions)
7025         (message-subscribed-address-file, message-subscribed-addresses)
7026         (message-subscribed-regexps, message-allow-no-recipients)
7027         (message-yank-cited-prefix, message-signature-insert-empty-line)
7028         (message-hidden-headers, message-hierarchical-addresses)
7029         (message-mail-user-agent, message-use-idna)
7030         (message-valid-fqdn-regexp)
7031         (message-strip-special-text-properties, message-header-synonyms)
7032         (message-beginning-of-line, message-tab-body-function): Add :version.
7033         (message-insert-canlock, message-wide-reply-confirm-recipients):
7034         Change :version.
7035
7036         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7037         and :version.
7038         (mail-source-delete-old-incoming-confirm)
7039         (mail-source-movemail-program): Add :version.
7040
7041         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7042         (gnus-agent-cache, gnus-agent): Change :version.
7043
7044         * gnus-util.el (gnus-use-byte-compile): Change :version.
7045
7046         * gnus-sum.el (gnus-summary-make-false-root-always)
7047         (gnus-summary-default-high-score)
7048         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7049         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7050         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7051         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7052         (gnus-sum-thread-tree-single-indent)
7053         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7054         (gnus-sum-thread-tree-leaf-with-other)
7055         (gnus-sum-thread-tree-single-leaf): Add :version.
7056         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7057         (gnus-article-loose-mime): Change :version.
7058
7059         * gnus-start.el (gnus-backup-startup-file)
7060         (gnus-save-startup-file-via-temp-buffer): Add :version.
7061
7062         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7063         (gnus-server-offline-face): Add :version.
7064
7065         * gnus-score.el (gnus-adaptive-word-length-limit):
7066
7067         * gnus-msg.el (gnus-gcc-externalize-attachments)
7068         (gnus-debug-files, gnus-debug-exclude-variables)
7069         (gnus-discouraged-post-methods): Change :version.
7070         (gnus-confirm-mail-reply-to-news)
7071         (gnus-confirm-treat-mail-like-news): Add :version.
7072
7073         * gnus-int.el (gnus-server-unopen-status): Add :version.
7074
7075         * gnus-group.el (gnus-group-jump-to-group-prompt)
7076         (gnus-large-ephemeral-newsgroup)
7077         (gnus-fetch-old-ephemeral-headers): Add :version.
7078
7079         * gnus-fun.el (gnus-x-face-directory)
7080         (gnus-convert-pbm-to-x-face-command)
7081         (gnus-convert-image-to-x-face-command)
7082         (gnus-convert-image-to-face-command): Add :version.
7083
7084         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7085
7086         * gnus-cite.el (gnus-cite-blank-line-after-header)
7087         (gnus-article-boring-faces):
7088
7089         * gnus-art.el (gnus-buttonized-mime-types)
7090         (gnus-inhibit-mime-unbuttonizing)
7091         (gnus-treat-display-face)
7092         (gnus-treat-body-boundary): Change :version.
7093         (gnus-body-boundary-delimiter, gnus-picon-databases)
7094         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7095         (gnus-treat-date-english, gnus-treat-fold-headers)
7096         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7097         (gnus-treat-mail-picon, gnus-treat-wash-html)
7098         (gnus-article-encrypt-protocol)
7099         (gnus-use-idna, gnus-article-over-scroll)
7100         (gnus-mime-display-multipart-alternative-as-mixed)
7101         (gnus-mime-display-multipart-related-as-mixed)
7102         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7103         (gnus-ctan-url, gnus-button-ctan-handler)
7104         (gnus-button-handle-ctan-bogus-regexp)
7105         (gnus-button-ctan-directory-regexp)
7106         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7107         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7108         (gnus-button-man-level, gnus-button-emacs-level)
7109         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7110
7111         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7112         (gnus-agent-go-online): Change :version.
7113         (gnus-agent-expire-unagentized-dirs)
7114         (gnus-agent-auto-agentize-methods): Add :version.
7115
7116         * flow-fill.el (fill-flowed-display-column)
7117         (fill-flowed-encode-column): Add :version.
7118
7119         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7120         (gnus-outlook-deuglify-unwrap-max)
7121         (gnus-outlook-deuglify-cite-marks)
7122         (gnus-outlook-deuglify-unwrap-stop-chars)
7123         (gnus-outlook-deuglify-no-wrap-chars)
7124         (gnus-outlook-deuglify-attrib-cut-regexp)
7125         (gnus-outlook-deuglify-attrib-verb-regexp)
7126         (gnus-outlook-deuglify-attrib-end-regexp)
7127         (gnus-outlook-display-hook): Add :version.
7128
7129         * binhex.el (binhex-use-external): Add :version.
7130
7131 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7134         and `invisible'.
7135
7136 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7137
7138         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7139         in gnus-registry-trim.
7140
7141 2004-09-13  Simon Josefsson  <jas@extundo.com>
7142
7143         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7144
7145         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7146
7147         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7148         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7149         <yamaoka@jpl.org>.
7150         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7151         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7152         <yamaoka@jpl.org>.
7153
7154         * sieve.el (sieve-manage-mode): Ditto.
7155
7156 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7159
7160 2004-09-11  Simon Josefsson  <jas@extundo.com>
7161
7162         * dns-mode.el: Add.
7163
7164         * mm-view.el (mm-display-dns-inline): Add.
7165
7166         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7167         (mm-automatic-display): Ditto.
7168
7169         * mailcap.el (mailcap-mime-data): Add text/dns.
7170         (mailcap-mime-extensions): Map .soa to text/dns.
7171
7172 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7173
7174         * gnus-art.el (article-decode-mime-words, article-babel)
7175         (gnus-article-highlight-signature, gnus-article-add-buttons)
7176         (gnus-signature-toggle): Remove unnecessary bindings of
7177         `inhibit-read-only' inherited from v5.10 merge.
7178
7179 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * nntp.el (nntp): New customization group.
7182         (nntp-authinfo-file): Add customization group.
7183
7184         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7185
7186         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7187
7188         * gnus.el (to-address, to-list, subscribed)
7189         (large-newsgroup-initial): Ditto.
7190
7191         * flow-fill.el (fill-flowed-display-column)
7192         (fill-flowed-encode-column): Ditto.
7193
7194 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7195
7196         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7197         Use point-min rather than 1.
7198         (message-send-mail): Use buffer-size rather than point-max.
7199
7200         * gnus-sum.el (gnus-summary-search-article-forward):
7201         Signal a specific `search-failed' rather than a generic `error'.
7202
7203         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7204         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7205         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7206
7207 2004-09-10  Simon Josefsson  <jas@extundo.com>
7208
7209         * nndb.el (require): Remove tcp and duplicate cl.
7210
7211 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * gnus-agent.el (directory-files-and-attributes): Move forward.
7214
7215 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7216
7217         * gnus-agent.el (directory-files-and-attributes): Optionally
7218         defined to support XEmacs.
7219
7220 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7221
7222         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7223         to avoid run-time CL dependencies.
7224         (gnus-agent-unfetch-articles): New function.
7225         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7226         article numbers even when local .overview file is missing.
7227         (gnus-agent-read-article-number): New function. Only accepts
7228         27-bit article numbers.
7229         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7230         gnus-agent-read-article-number.
7231         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7232         from backend while recognizing that article numbers in .overview
7233         must be valid.
7234         (gnus-agent-update-files-total-fetched-for): Use
7235         directory-files-and-attributes to improve performance.
7236         * gnus-int.el (gnus-request-move-article): Use
7237         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7238         improve performance.
7239
7240         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7241         some users confused by references to .newsrc when they only have a
7242         .newsrc.eld file.
7243         (gnus-convert-mark-converter-prompt,
7244         gnus-convert-converter-needs-prompt): Fixed use of property list.
7245         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7246         New function. Used internally to only display 'gnus converting
7247         files' message when actually necessary.
7248
7249         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7250         methods now autoloaded.
7251
7252 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7255         identifiers.
7256
7257 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * gnus-picon.el: Fix indentation and closing parenthesis.
7260
7261 2004-09-01  Simon Josefsson  <jas@extundo.com>
7262
7263         * message.el (message-canlock-generate): Require sha1, not
7264         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7265         to require within a function.  Sadly, if sha1.el isn't loaded, the
7266         let binding in m-c-g will hide the defcustom definition, which is
7267         bad.)
7268
7269         * canlock.el: Require sha1, not sha1-el.
7270
7271         * message.el: Don't autoload sha1 (there is a autoload cookie in
7272         sha1.el).
7273
7274         * sha1-el.el: Renamed to sha1.el.
7275
7276 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7277
7278         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7279
7280 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7281
7282         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7283
7284 2004-08-30  Kim F. Storm  <storm@cua.dk>
7285
7286         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7287
7288         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7289         Add :group 'nnimap.
7290
7291 2004-08-30  Andreas Schwab  <schwab@suse.de>
7292
7293         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7294         ?* and ?\;.
7295
7296         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7297         and ?\' to symbol instead of whitespace.
7298
7299 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7302
7303         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7304         instead of re-search-forward.
7305
7306         * gnus-uu.el (gnus-uu-save-article): Ditto.
7307         (gnus-uu-post-encode-uuencode): Ditto.
7308
7309         * html2text.el (html2text-clean-list-items): Ditto.
7310         (html2text-clean-dtdd): Ditto.
7311         (html2text-format-tags): Ditto.
7312
7313         * message.el (message-send-mail-with-sendmail): Fix regexp.
7314         (message-fill-field-general): Use search-forward instead of
7315         re-search-forward.
7316         (unbold-region): Ditto.
7317
7318         * nnrss.el (nnrss-request-article): Ditto.
7319
7320         * nnslashdot.el (nnslashdot-request-article): Ditto.
7321
7322         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7323
7324         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7325         "Unrecognized menu descriptor" error in XEmacs.
7326
7327 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7328
7329         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7330         parent article of a sparse article in the thread hashtb.
7331
7332 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7333
7334         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7335         (nnmail-expand-newtext): Lowercase expanded entries if
7336         nnmail-split-lowercase-expanded is non-nil.
7337
7338 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7341         entry.
7342
7343         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7344         of gnus-tmp-news-method into string under XEmacs.  It will be
7345         passed to gnus-correct-length which takes only a string argument.
7346
7347 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * gnus-util.el (gnus-bind-print-variables): New macro.
7350         (gnus-prin1): Use it.
7351         (gnus-prin1-to-string): Use it.
7352         (gnus-pp): New function.
7353         (gnus-pp-to-string): New function.
7354
7355         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7356         pp-to-string with gnus-pp-to-string.
7357         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7358         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7359         * gnus-msg.el (gnus-debug): Ditto.
7360         * gnus-score.el (gnus-score-save): Ditto.
7361         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7362         gnus-pp-to-string.
7363         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7364         with gnus-pp.
7365         * score-mode.el (gnus-score-pretty-print): Ditto.
7366         * webmail.el (webmail-debug): Ditto.
7367
7368 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * gnus-art.el (article-display-face, article-display-x-face): Use
7371         buffer-read-only.
7372
7373 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * gnus-art.el (article-hide-list-identifiers): Bind
7376         inhibit-read-only as t.
7377
7378 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7381
7382 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7383
7384         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7385         (gnus-narrow-to-page): Don't assume point-min == 1.
7386         (gnus-article-edit-mode): Derive from message-mode.
7387
7388         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7389         point-min == 1.
7390
7391         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7392         Disable incorrect use of `assert'.
7393
7394         * message.el (message-mode): Set comment-start-skip.
7395
7396
7397 2004-08-22  Sam Steingold  <sds@gnu.org>
7398
7399         * pop3.el (pop3-leave-mail-on-server): New user variable.
7400         (pop3-movemail): Delete mail only when it is nil.
7401
7402 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7405
7406         * mml.el (mml-preview): Use `pop-to-buffer'.
7407
7408         * message.el (message-goto-mail-followup-to): Insert after "To".
7409         (message-carefully-insert-headers): Add comment.
7410
7411         * gnus.el: Remove unused variable `gnus-article-check-size'.
7412
7413         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7414
7415         * gnus-art.el (gnus-button-alist): Improve
7416         `gnus-button-handle-library' entry.
7417
7418 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7419
7420         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7421         downcase, since XEmacs capitalizes error messages differently.
7422
7423 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7424
7425         * nntp.el: Add (require 'gnus) due to reference to
7426         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7427
7428 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7429
7430         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7431         `mm-fill-flowed'.
7432
7433         * mm-decode.el (mm-dissect-singlepart): Check it.
7434
7435 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7436
7437         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7438         'imap' for netrc parsing.
7439
7440 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * mailcap.el (mailcap-mime-data): Mark as risky.
7443
7444 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7447         may be included in the encoded word.
7448         (rfc2047-encode): Don't append a space if the encoded word
7449         includes close parenthesis.
7450
7451 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7454         of text within parentheses.
7455
7456 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7457
7458         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7459         (gnus-encrypt-write-file-contents): Make the password key the file
7460         name PLUS the cipher, not just the cipher.  Also remove failed
7461         passwords from the cache.
7462
7463 2004-08-06  Simon Josefsson  <jas@extundo.com>
7464
7465         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7466         fix.
7467
7468 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7471         LWSP.
7472
7473 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7474
7475         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7476         to append in-reply-to: data to the references: header.
7477
7478         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7479         (netrc-parse): Use gnus-encrypt.el functions.
7480
7481         * gnus-encrypt.el: Add new file for encryption support; currently
7482         does only a few GPG ciphers and an internal XOR cipher.
7483
7484         * password.el: Add comments on using password-read-and-add.
7485         (password-read-and-add): Add function to read and add the
7486         password to the cache at once.
7487
7488 2004-07-28  Simon Josefsson  <jas@extundo.com>
7489
7490         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7491         parameter (but don't use it, for now).
7492
7493         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7494         instead of hard coding to nil.
7495
7496 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7499         as mm-inline-image-xemacs does.
7500
7501 2004-07-26  Simon Josefsson  <jas@extundo.com>
7502
7503         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7504         Revert part of 2004-07-17 change below.
7505
7506 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7509         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7510
7511 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7512
7513         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7514         quotes that actually start with ">" at the beginning of the
7515         lines.
7516
7517 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * rfc2047.el (rfc2047-encode-region): Fix last change.
7520         (rfc2047-encode-parameter): Remove useless concat.
7521
7522 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7525         encode special characters; fix some kind of misconfigured headers;
7526         signal a real error if debug-on-quit or debug-on-error is non-nil.
7527         (rfc2047-encode-max-chars): New variable.
7528         (rfc2047-encode-1): Use it.
7529         (rfc2047-encode-parameter): New function.
7530
7531         * mml.el (mml-insert-parameter): Remove an excessive space.
7532
7533 2004-07-17  Simon Josefsson  <jas@extundo.com>
7534
7535         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7536         Kai Grossjohann <kai@emptydomain.de>.
7537         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7538         (gnus-group-make-menu-bar): Ditto.
7539
7540         * gnus-util.el (gnus-group-server): Add.
7541
7542 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7543
7544         * message.el (message-clone-locals): Clone sendmail and smtp
7545         variables.
7546
7547 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * rfc2047.el (rfc2047-encode-region): Fix last change.
7550
7551 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7554         characters as non-special.
7555
7556 2004-07-09  Simon Josefsson  <jas@extundo.com>
7557
7558         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7559         Users will lose all flag changes made while unplugged with
7560         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7561         good default.  See numerous reports on ding mailing list.
7562
7563 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7566         add generate-head-function and generate-article-function to the
7567         rfc822-forward entry.
7568         (nndoc-rfc822-forward-generate-article): New function.
7569         (nndoc-rfc822-forward-generate-head): New function.
7570
7571         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7572
7573 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7574
7575         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7576         respect display group parameter and gnus-summary-expunge-below.
7577         (gnus-articles-to-read): Remove unused reference to display group
7578         parameter.
7579
7580 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7581
7582         * nnheader.el (nnheader-uniquify-message-id): New experimental
7583         variable.
7584         (nnheader-nov-read-message-id): Use it.
7585
7586         * spam-report.el (spam-report-gmane): Add interactive.
7587
7588 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7591         qp-or-base64 for the application/* types.
7592
7593 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7594
7595         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7596
7597 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7598
7599         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7600         trim value.
7601
7602 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7603
7604         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7605         New macro and function.
7606         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7607
7608 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7611         after-load-alist.
7612
7613 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7614
7615         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7616         update info that isn't there.
7617
7618 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7619
7620         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7621         entry.
7622
7623 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * mm-view.el (mm-inline-render-with-function): Use multibyte
7626         buffer; decode html source by charset.
7627
7628         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7629
7630         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7631         Mule-UCS is loaded under XEmacs.
7632         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7633
7634 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7635
7636         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7637
7638 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * mm-util.el (mm-coding-system-p): Return a coding-system.
7641         (mm-mime-mule-charset-alist): Use shift_jis instead of
7642         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7643         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7644         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7645         instead of japanese-shift-jis and iso-latin-1 respectively in
7646         order to share the default value with both Emacs and XEmacs-mule.
7647         (mm-mule-charset-to-mime-charset): Make
7648         mm-coding-system-priorities effective.
7649         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7650         while predicating of candidates upon the priorities.
7651
7652 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7653
7654         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7655         gnus-uu-invert-processable.
7656
7657         * gnus.el: Autoload gnus-uu-invert-processable.
7658
7659 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * mm-util.el (mm-with-multibyte-buffer): New macro.
7662
7663         * rfc2047.el (rfc2047-encode-string): Use it.
7664         (rfc2047-encode-region): Move point to the end of the region after
7665         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7666
7667 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7670         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7671
7672 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7675         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7676         Karl Chen <quarl@nospam.quarl.org>.
7677
7678 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7679
7680         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7681         invalid addresses.
7682
7683 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7684
7685         * spam.el: Change section markers, revise TODO list.
7686         (spam-backends): Make new master list of all installed backends.
7687         (spam-summary-exit-behavior): Add new variable to determine how
7688         messages moves are done at summary exit.
7689         (spam-move-spam-nonspam-groups-only)
7690         (spam-process-ham-in-nonham-groups)
7691         (spam-process-ham-in-spam-groups): Remove variables, the
7692         spam-summary-exit-behavior variable should be used to manage this
7693         behavior.
7694         (spam-old-ham-articles, spam-old-spam-articles): Remove.
7695         (spam-old-articles): Add variable, replacing spam-old-ham-articles
7696         and spam-old-spam-articles.
7697         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7698         Add empty variables, placeholders for the backends they represent.
7699         (spam-set-difference): Move, unchanged.
7700         (spam-list-of-processors): Declare OBSOLETE, not used anymore
7701         unless the user has a processor variable.
7702         (spam-classifications, spam-classification-valid-p)
7703         (spam-backend-properties, spam-backend-property-valid-p)
7704         (spam-backend-function-type-valid-p)
7705         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
7706         (spam-report-articles-gmane, spam-report-articles-resend):
7707         Remove functions, they are not needed.
7708         (spam-install-backend-super, spam-backend-list)
7709         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7710         (spam-backend-function, spam-backend-ham-registration-function)
7711         (spam-backend-spam-registration-function)
7712         (spam-backend-ham-unregistration-function)
7713         (spam-backend-spam-unregistration-function)
7714         (spam-backend-statistical-p, spam-backend-mover-p)
7715         (spam-install-backend-alias, spam-install-checkonly-backend)
7716         (spam-install-mover-backend, spam-install-nocheck-backend)
7717         (spam-install-backend, spam-install-statistical-backend)
7718         (spam-install-statistical-checkonly-backend): Add backend installation
7719         support.
7720         (spam-summary-prepare-exit): Rewrite to use the new backend code.
7721         (spam-group-processor-p): Use the new backend code and respect the
7722         summary exit behavior.
7723         (spam-mark-spam-as-expired-and-move-routine): Remove.
7724         (spam-summary-prepare): Change to use the new spam-old-articles
7725         variable.
7726         (spam-copy-or-move-routine, spam-copy-spam-routine)
7727         (spam-move-spam-routine, spam-copy-ham-routine)
7728         (spam-move-ham-routine): Add code to copy/move ham or spam.
7729         (spam-fetch-field-fast): Improve doc and code, plus allow the
7730         'number request.
7731         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
7732         variables.
7733         (spam-split, spam-find-spam): Use the new backend code.
7734         (spam-registration-functions): Remove variable.
7735         (spam-unregister-routine): Add convenience wrapper.
7736         (spam-log-undo-registration, spam-register-routine)
7737         (spam-log-processing-to-registry)
7738         (spam-log-unregistration-needed-p): Rename "check" to "backend"
7739         where possible.
7740         (spam-check-gmane-xref, spam-check-regex-headers)
7741         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
7742         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
7743         (spam-check-bogofilter-headers, spam-check-spamoracle)
7744         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7745         (spam-check-crm114-headers): Use the spam-split-group that
7746         spam-split prepares, no need to determine it every time.
7747
7748         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
7749         to the nnheader-parse-naked-head call.
7750
7751         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
7752
7753         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
7754         the nnheader-nov-read-message-id call.
7755
7756 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7759         gnus-activate-group twice.  Suggested by Markus Peter
7760         <warp@spin.de>.
7761
7762 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * gnus-art.el (gnus-article-time-format): Exchange the order of
7765         day and month in the default value; fix customization type.
7766         (article-date-ut): Use add-text-properties.
7767         (article-make-date-line): Use message-make-date instead of
7768         current-time-string.
7769
7770         * message.el (message-fetch-field): Don't use set-text-properties.
7771         (message-make-date): Simplify.
7772
7773         * messagexmas.el (message-xmas-make-date): New function.
7774         (message-xmas-redefine): Defalias message-make-date to it.
7775
7776 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7779         (rfc2047-encode-region): Treat text within parentheses as special;
7780         show the original text when error has occurred.
7781
7782         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7783         already-computed method to gnus-activate-group.
7784
7785         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7786         same select-methods identical Lisp objects.
7787
7788         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7789         object when modifying the info.
7790
7791 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7794         gnus-opened-servers since it has never been opened with the new
7795         configuration yet.
7796
7797 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7800         arg to nnheader-generate-fake-message-id.
7801
7802 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7803
7804         * nnheader.el (nnheader-generate-fake-message-id): Accept a
7805         number and build a fake message ID localized to a group and
7806         article number (so it's repeatable from that point on).
7807         (nnheader-fake-message-id-p): Change regex to accomodate new fake
7808         ID format.
7809
7810         * gnus-sum.el (gnus-get-newsgroup-headers): Call
7811         nnheader-generate-fake-message-id with the article number.
7812
7813 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7814
7815         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7816         end-of-buffer.
7817
7818 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7819
7820         * message.el (message-ignored-supersedes-headers): Add Approved.
7821
7822 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7825         goto-char.
7826         (rfc2047-encode): Fold the line before encoding.
7827
7828 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7829
7830         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7831         folding -- not all headers can be folded, and this should be done
7832         by the message composition mode.  Probably.  I think.
7833
7834 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7837         fast.
7838
7839         * gnus-ems.el (gnus-remove-image): Don't use
7840         message-text-with-property; remove only the image found first.
7841
7842         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7843         found first.
7844
7845 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7846
7847         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7848
7849 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * message.el (message-text-with-property): Make it fast and accept
7852         optional arguments.
7853         (message-strip-forbidden-properties): Use it.
7854         (message-fix-before-sending): Follow the m-t-w-p change.
7855
7856         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7857
7858 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-art.el (article-hide-headers): Don't change the buffer
7861         mistakenly when performing mml-preview even if
7862         gnus-single-article-buffer is nil.
7863
7864 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7865
7866         * message.el (message-expand-name-databases): New user option.
7867         (message-expand-name): Use it.
7868
7869 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7870
7871         * spam.el (spam-report-articles-resend)
7872         (spam-report-resend-register-routine): Allow ham reporting.
7873         (spam-report-resend-register-ham-routine): Add wrapper.
7874         (spam-registration-functions): Add ham resending functions.
7875         (spam-list-of-processors): Add ham resend processor.
7876
7877         * gnus.el (ham-resend-to): Add new group parameter.
7878         (spam-process): Add ham resend option.
7879
7880         * spam-report.el (spam-report-resend): Allow reporting ham.
7881         (spam-report-resend-ham): Add wrapper.
7882
7883 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7884
7885         * message.el (message-cite-articles-with-x-no-archive): New
7886         variable.
7887         (message-cite-original): Use it.
7888
7889 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7890
7891         * message.el (message-cite-original): Respect X-No-Archive.
7892
7893 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-art.el (article-hide-headers): Refer to the values for
7896         gnus-ignored-headers and gnus-visible-headers in the summary
7897         buffer since a user may have set them as group parameters.
7898
7899 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7900
7901         * assistant.el (assistant-node-name): Add convenience function.
7902         (assistant-render-text, assistant-render-node): Add error handling,
7903         plus handle multiple next nodes.
7904         (assistant-find-next-node): Comment out for now.
7905         (assistant-find-next-nodes): Add function, returns list of next
7906         nodes.
7907
7908 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * mail-source.el (mail-source-directory): Fix doc-string.
7911
7912 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7913
7914         * assistant.el (assistant-render-text, assistant-eval): Add :set
7915         widget type, which is different because it takes and returns a
7916         list.  Much hilarity ensues.
7917
7918 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7921
7922         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7923         doc-string.
7924
7925         * gnus-start.el (gnus-activate-group): Added doc-string.
7926
7927 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7930
7931 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7932
7933         * assistant.el (assistant-render-text): Try to add a :set
7934         widget, more to come.
7935
7936         * spam.el (spam-group-spam-contents-p): Handle empty groupname
7937         strings.
7938         (spam-report-articles-resend)
7939         (spam-register-routine): Do registration iff any articles warrant
7940         it.
7941         (spam-summary-prepare-exit): Change log message for nil group
7942         destinations.
7943
7944 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7945
7946         * spam.el (spam-report-resend-register-routine): Allow
7947         spam-report-resend-to to be a group parameter or a global value.
7948
7949 2004-05-26  Simon Josefsson  <jas@extundo.com>
7950
7951         * starttls.el: Merge with my GNUTLS based starttls.el.
7952         (starttls-gnutls-program, starttls-use-gnutls)
7953         (starttls-extra-arguments, starttls-process-connection-type)
7954         (starttls-connect, starttls-failure, starttls-success): New
7955         variables.
7956         (starttls-program, starttls-extra-args): Doc fix.
7957         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7958         functions.
7959         (starttls-negotiate, starttls-open-stream): Check
7960         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7961         function if it is set.
7962
7963 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7966         structured fields.
7967
7968 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7971
7972 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7973
7974         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
7975         variable.
7976         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7977         assigning the spam-mark to new messages.
7978
7979 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7980
7981         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7982
7983 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7986
7987         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7988         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7989         default.
7990
7991 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7992
7993         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7994         correct data.
7995
7996 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7997
7998         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
7999         (spam-group-processor-p): Fix function.
8000         (spam-group-processor-multiple-p)
8001         (spam-group-spam-processor-report-gmane-p)
8002         (spam-group-spam-processor-report-resend-p)
8003         (spam-group-spam-processor-bogofilter-p)
8004         (spam-group-spam-processor-blacklist-p)
8005         (spam-group-spam-processor-ifile-p)
8006         (spam-group-ham-processor-ifile-p)
8007         (spam-group-spam-processor-spamoracle-p)
8008         (spam-group-spam-processor-crm114-p)
8009         (spam-group-ham-processor-bogofilter-p)
8010         (spam-group-spam-processor-stat-p)
8011         (spam-group-ham-processor-stat-p)
8012         (spam-group-ham-processor-whitelist-p)
8013         (spam-group-ham-processor-BBDB-p)
8014         (spam-group-ham-processor-spamoracle-p)
8015         (spam-group-ham-processor-copy-p): Remove functions with some
8016         prejudice against unneeded code.
8017         (spam-report-articles-resend)
8018         (spam-report-resend-register-routine): Allow the group/topic
8019         spam-resend-to value to override spam-report-resend-to.
8020         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8021         properly now.
8022
8023         * gnus.el (spam-resend-to): Add group/topic parameter.
8024         (spam-process): Move the OBSOLETE processors to the end of the
8025         choices.
8026
8027 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8028
8029         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8030         with resend-to set to nil, and then ask the user if necessary.
8031         (spam-report-resend): spam-report-resend takes a list of articles, not
8032         separate article numbers.
8033
8034 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8037         addition to emacs-w3m.
8038
8039 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * assistant.el (assistant-authinfo-data): New function.
8042         (assistant-eval): Eval for entire assistant.
8043
8044         * netrc.el (netrc-services-file): New variable.
8045         (netrc-parse-services): New function.
8046         (netrc-find-service-name): New function.
8047         (netrc-find-service-number): New function.
8048         (netrc-port-equal): New function.
8049         (netrc-machine): Use it.
8050
8051         * nnimap.el (nnimap-open-connection): Use netrc.
8052
8053         * gnus-util.el (gnus-netrc-get): Remove aliases.
8054
8055         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8056
8057         * assistant.el (wid-edit): Fix compilation.
8058
8059         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8060
8061 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8062
8063         * gnus-util.el (gnus-set-file-modes): New function.  (small
8064         patch).
8065
8066 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067
8068         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8069
8070         * assistant.el (assistant-render-node): Fix up rendering and
8071         read-only text.
8072         (assistant-render-node): Reset.
8073         (assistant-make-read-only): Not sticky.
8074
8075 2004-05-20  Danny Siu  <dsiu@adobe.com>
8076
8077         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8078         centered even when gnus-auto-center-summary is t
8079
8080 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8081
8082         * dns.el (dns-get-txt-answer): New function.
8083         (dns-read-txt): Ditto.
8084         (query-dns): Use it.
8085
8086 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8089         active for foreign groups even if the group level is higher than
8090         the specified value.
8091
8092 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8093
8094         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8095         non-active groups.
8096
8097         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8098
8099 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8100
8101         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8102
8103 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8104
8105         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8106         (spam-crm114-header, spam-crm114-spam-switch)
8107         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8108         (spam-crm114-positive-spam-header)
8109         (spam-crm114-database-directory, spam-list-of-processors)
8110         (spam-group-spam-processor-crm114-p)
8111         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8112         (spam-generic-score, spam-list-of-checks)
8113         (spam-list-of-statistical-checks, spam-registration-functions)
8114         (spam-check-crm114-headers, spam-crm114-score)
8115         (spam-check-crm114, spam-crm114-register-with-crm114)
8116         (spam-crm114-register-spam-routine)
8117         (spam-crm114-unregister-spam-routine)
8118         (spam-crm114-register-ham-routine)
8119         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8120         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8121
8122         * gnus.el: Add spam-use-crm114.
8123
8124         * spam.el (spam-list-of-processors, spam-registration-functions):
8125         Add spam-use-resend.
8126         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8127         (spam-report-articles-gmane): Add doc fix.
8128         (spam-report-articles-resend,
8129         spam-report-resend-register-routine): Add wrappers around
8130         spam-report-resend-to.
8131
8132         * spam-report.el (spam-report-resend-to, spam-report-resend):
8133         Add support for resending spam.
8134         (spam-report-gmane): Fix line length >80.
8135
8136         * gnus.el (spam-process): Add spam-use-resend.
8137
8138 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8139
8140         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8141         number of processed spam messages.
8142         (spam-ham-copy-or-move-routine): Return the number of processed
8143         ham messages.
8144         (spam-summary-prepare-exit): Use the above values to decide
8145         whether status messages shouled be displayed.
8146
8147 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8150         `rfc2047-encoding-function-alist' in order to avoid conflicting
8151         with the old version.
8152         (rfc2047-encode-region): Concatenate words containing non-ASCII
8153         characters in structured fields; don't encode space-delimited
8154         ASCII words even in unstructured fields; don't break words at
8155         char-category boundaries.
8156         (rfc2047-encode-1): New function.
8157         (rfc2047-encode): Use it; encode text so that it occupies the
8158         maximum width within 76-column; work correctly on Q encoding for
8159         iso-2022-* charsets.
8160         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8161         sure not to break a line just after the header name.
8162         (rfc2047-b-encode-region): Removed.
8163         (rfc2047-b-encode-string): New function.
8164         (rfc2047-q-encode-region): Removed.
8165         (rfc2047-q-encode-string): New function.
8166
8167         * mm-util.el (mm-replace-in-string): New function.
8168
8169 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8172         get it right.
8173         (gnus-inews-make-draft): Really.
8174
8175 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8176
8177         * nnmh.el (nnmh-request-list-1): Don't check the link count
8178         before descending.  (small patch)
8179
8180 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8181
8182         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8183         stuff.
8184
8185         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8186         on real group name.
8187
8188         * gnus-art.el (gnus-signature-limit): Doc fix.
8189
8190         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8191
8192         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8193
8194 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8195
8196         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8197         isn't a string.
8198
8199 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * gnus-draft.el (gnus-draft-send): Bind
8202         rfc2047-encode-encoded-words.
8203
8204         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8205         (rfc2047-encodable-p): Say that =? needs encoding.
8206         (rfc2047-encode-encoded-words): New variable.
8207
8208         * gnus-group.el (gnus-group-select-group): Doc fix.
8209
8210         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8211
8212         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8213         to nil.
8214
8215         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8216
8217         * nnheader.el (nnheader-get-lines-and-char): New function.
8218
8219 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * gnus-msg.el (gnus-summary-followup-with-original): Document
8222         yanking of region when active.
8223
8224 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8227         groups if the group level is higher than the specified value.
8228
8229 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8232         (gnus-group-jump-to-group): Added prefix argument using
8233         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8234         non-active group.
8235
8236         * compface.el (uncompface): Be verbose when changing
8237         `uncompface-use-external'.
8238
8239         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8240         handle manual section.
8241
8242 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8243
8244         * gnus-art.el (gnus-button-alist): Revert previous change.
8245
8246 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8249
8250 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8251
8252         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8253         whether backend can accept message.
8254
8255         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8256
8257 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8258
8259         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8260         Avoid creating directory when nntp-marks-is-evil is true.
8261         Reported by Reiner Steib.
8262
8263 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * gnus-picon.el (gnus-picon-style): New variable.
8266         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8267         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8268         Jesper Harder <harder@ifa.au.dk>.
8269
8270 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8271
8272         * message.el (message-fill-field): Return point.
8273         (message-generate-headers): Go to end of field.
8274
8275         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8276         stuff for non-living groups.
8277
8278 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8279
8280         * gnus-art.el (gnus-article-followup-with-original)
8281         (gnus-article-reply-with-original): gnus-mark-active-p ->
8282         gnus-region-active-p.
8283
8284 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8285
8286         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8287         only when there is spam or ham to be processed.
8288
8289 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * mail-source.el (mail-source-delete-crash-box): Refactor.
8292         (mail-source-fetch): Use it.
8293         (mail-source-fetch-file): Ditto.
8294         (mail-source-fetch-directory): Run postscript in loop.
8295         (mail-source-fetch-pop): Delete.
8296         (mail-source-fetch-maildir): Ditto.
8297         (mail-source-fetch-imap): Ditto.
8298
8299         * imap.el (imap-authenticators): Comment out sasl.
8300
8301         * message.el (message-skip-to-next-address): New function.
8302         (message-fill-header-address): Refactor.
8303         (message-fill-address): Use it.
8304         (message-delete-address): Use it.
8305         (message-fill-header-general): Refactor.
8306         (message-fill-field-address): Rename.
8307         (message-narrow-to-field): Find the start of the header.
8308         (message-header-format-alist): Don't pre-fill.
8309         (message-fill-header): Removed.
8310         (message-insert-header): New function.
8311         (message-shorten-references): Use it.
8312
8313         * rfc2047.el (rfc2047-field-value): Strip props.
8314
8315         * mail-parse.el (mail-header-make-address): New alias.
8316
8317         * ietf-drums.el (ietf-drums-make-address): New function.
8318
8319         * imap.el: Add compiler directives.
8320
8321         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8322
8323         * gnus-art.el (article-decode-idna-rhs): Don't use
8324         message-idna-inside-rhs-p.
8325
8326 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8327
8328         * message.el (message-idna-inside-rhs-p): Removed.
8329         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8330
8331         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8332         false positives.
8333
8334 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8335
8336         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8337
8338 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8339
8340         * nneething.el (nneething-file-name): Don't create spurions
8341         files.
8342
8343         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8344         (gnus-inews-do-gcc): Remove sleep.
8345
8346         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8347         part under point.
8348
8349         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8350         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8351
8352 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8353
8354         * spam.el (spam-summary-prepare-exit): Fixed (length).
8355
8356 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8357
8358         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8359         as expired without moving it" message when there are spam
8360         messages left.
8361
8362 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8363
8364         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8365         header is not nil.
8366
8367 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8368
8369         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8370         nntp-possibly-create-directory, not nntp-possibly-change-group.
8371         (nntp-marks-changed-p): New arg SERVER.
8372         (nntp-request-update-info): Adjust caller.
8373
8374 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8375
8376         * nntp.el (nntp-save-marks): Pass missing arg.
8377
8378 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8379
8380         * nntp.el: Support marks.
8381         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8382         (nntp-marks-modtime, nntp-marks-directory): New variables.
8383         (nntp-request-set-mark, nntp-request-update-info)
8384         (nntp-possibly-create-directory, nntp-marks-changed-p)
8385         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8386         functions.
8387
8388 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8389
8390         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8391         (gnus-xmas-redefine): Rename.
8392
8393         * gnus-score.el (gnus-score-insert-help): Use
8394         gnus-select-lowest-window.
8395
8396         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8397         appt-select-lowest-window and rename to gnus-select-lowest-window.
8398
8399         * gnus.el: do.
8400
8401 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8402
8403         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8404         encodings of MIME-encoded words, in order to improve
8405         interoperability with several broken MUAs.
8406
8407 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8408
8409         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8410         tags, only when charsets are not specified in headers.
8411         (mm-inline-text-html-render-with-w3m): Ditto.
8412
8413         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8414         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8415
8416 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8417
8418         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8419         instead of MIME-decoded from fields when checking
8420         `gnus-article-address-banner-alist'.
8421
8422 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8423
8424         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8425         description rather than subject.
8426
8427 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8428
8429         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8430
8431 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8432
8433         * gnus.el (gnus-version-number): Bump.
8434
8435 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8436
8437         * gnus.el: No Gnus v0.2 is released.
8438
8439 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8440
8441         * gnus-agent.el (gnus-agent-read-agentview): Inline
8442         gnus-uncompress-range.
8443
8444 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8445
8446         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8447         `exec-installed-p'.
8448
8449 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8450
8451         * gnus.el (spam-process, spam-autodetect-methods): Add
8452         bsfilter and bsfilter-headers.
8453
8454         * spam.el (spam-bsfilter): New customize group.
8455         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8456         (spam-bsfilter-header, spam-bsfilter-probability-header)
8457         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8458         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8459         (spam-bsfilter-database-directory): New options.
8460         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8461         (spam-list-of-statistical-checks, spam-registration-functions):
8462         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8463         (spam-bsfilter-score): New command.
8464         (spam-check-bsfilter-headers, spam-check-bsfilter)
8465         (spam-bsfilter-register-with-bsfilter)
8466         (spam-bsfilter-register-spam-routine)
8467         (spam-bsfilter-unregister-spam-routine)
8468         (spam-bsfilter-register-ham-routine)
8469         (spam-bsfilter-unregister-ham-routine): New functions.
8470         (spam-generic-score): Support bsfilter; Accept an optional argument
8471         to recalcurate spam score even if scoring header has already been
8472         added.
8473         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8474         optional argument to recalcurate spam score even if scoring header
8475         has already been added.
8476
8477 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8478
8479         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8480         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8481         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8482         link is missing.
8483
8484 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8485
8486         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8487         (html2text-get-attr): Rewrite.
8488
8489         * message.el (message-setup-1): Remove redundant put-text-property
8490         on mail-header-separator.
8491
8492 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8493
8494         * gnus-registry.el (gnus-registry-cache-whitespace)
8495         (gnus-registry-action, gnus-registry-spool-action)
8496         (gnus-registry-split-fancy-with-parent): Change message levels
8497         from 5 to 3 or 7, as needed.
8498
8499         * spam.el (spam-summary-prepare-exit)
8500         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8501         (spam-split, spam-find-spam, spam-log-undo-registration)
8502         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8503         level from 5 to 6.
8504
8505 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8508         2004-03-04 change).
8509
8510 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8511
8512         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8513         Use mapc when appropriate.
8514
8515         * sieve-manage.el (sieve-manage-open): do.
8516
8517         * nnweb.el (nnweb-insert-html): do.
8518
8519         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8520         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8521
8522         * nnspool.el (nnspool-request-group): do.
8523
8524         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8525         do.
8526
8527         * nnml.el (nnml-request-update-info): do.
8528
8529         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8530         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8531
8532         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8533         (nnimap-request-set-mark): do.
8534
8535         * nnfolder.el (nnfolder-request-update-info): do.
8536
8537         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8538         do.
8539
8540         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8541
8542         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8543
8544         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8545         do.
8546
8547         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8548         do.
8549
8550         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8551
8552         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8553
8554         * gnus-int.el (gnus-start-news-server): do.
8555
8556         * gnus-group.el (gnus-group-make-kiboze-group)
8557         (gnus-group-browse-foreign-server): do.
8558
8559 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8560
8561         FIXME: Make separate entries for each person.
8562
8563         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8564         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8565         <shields@msrl.com>:
8566
8567         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8568         may need for spam sorting and scoring.
8569         (spam-user-format-function-S): Add user format function suitable for
8570         general use.
8571         (spam-article-sort-by-spam-status): Add sorting function for summary
8572         sorting.
8573         (spam-extra-header-to-number): Add function to get a score from a
8574         header.
8575         (spam-summary-score): Add function to  get a numeric score from the
8576         headers.
8577         (spam-generic-score): Fixed function doc, was in wrong place.
8578         (spam-initialize): Take symbols when it's run, and install the
8579         extra headers that spam-necessary-extra-headers thinks we need.
8580
8581 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8582
8583         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8584         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8585
8586 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8587
8588         * gnus-sum.el (gnus-set-global-variables)
8589         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8590         (gnus-article-get-xrefs, gnus-summary-best-group)
8591         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8592         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8593         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8594         with-current-buffer.
8595
8596 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8597
8598         * spam.el (spam-summary-prepare-exit): Simplify logic.
8599         (spam-fetch-article-header): Read the article header if it's not
8600         available.
8601         (spam-list-articles): Simplify logic.
8602         (spam-filelist-register-routine): Fix bug with unregister-list.
8603
8604         * gnus-registry.el: Fix comments at beginning.
8605
8606 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8607
8608         * message.el (message-cater-to-broken-inn): Remove.
8609         (message-shorten-references): Make sure the total folded length of
8610         References is shorter than 998 characters to cater to a bug in INN
8611         2.3.  Also, don't pretend that references aren't folded -- this
8612         hasn't worked for a while.
8613
8614 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8615
8616         * gnus-agent.el (gnus-agentize):
8617         gnus-agent-send-mail-real-function no longer set to current value
8618         of message-send-mail-function but rather a lambda that calls
8619         message-send-mail-function.  The change makes the agent real-time
8620         responsive to user changes to message-send-mail-function.
8621
8622 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8623
8624         * legacy-gnus-agent.el
8625         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8626         help from Florian Weimer <fw@deneb.enyo.de>
8627
8628 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * nnmail.el (nnmail-cache-insert): Revert last change.
8631
8632 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * nnmail.el (nnmail-cache-insert): Always check whether
8635         nnmail-cache-ignore-groups matches a group name.
8636
8637 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8640         (spam-find-spam, spam-log-processing-to-registry)
8641         (spam-log-registered-p, spam-log-unregistration-needed-p)
8642         (spam-log-undo-registration): Use gnus-message instead of
8643         gnus-error, none of these errors are fatal.
8644
8645         * gnus-registry.el (gnus-registry-clean-empty-function)
8646         (gnus-registry-clean-empty): Remove only empty entries without
8647         extra data.
8648
8649 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8650
8651         * spam-stat.el (spam-stat-buffer-change-to-spam)
8652         (spam-stat-buffer-change-to-non-spam): Change (error) to
8653         (gnus-message 8) invocation.
8654
8655 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * nntp.el (nntp-via-netcat-command): New variable.
8658         (nntp-via-netcat-switches): New variable.
8659         (nntp-open-via-rlogin-and-netcat): New function.
8660         (nntp-open-connection-function): Doc fix.
8661         (nntp-telnet-command): Doc fix.
8662         (nntp-end-of-line): Doc fix.
8663         (nntp-via-rlogin-command): Doc fix.
8664         (nntp-via-user-name): Doc fix.
8665         (nntp-via-address): Doc fix.
8666
8667 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8670         error in Emacs 21.1.
8671
8672 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8675
8676 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8677         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8678         (gnus-agent-with-refreshed-group): New macro.
8679         (gnus-agent-rename-group): New function.
8680         (gnus-agent-delete-group): New function.
8681         (gnus-agent-save-group-info): Use gnus-command-method when
8682         `method' parameter is nil.  Don't write nil entries into the
8683         active file.
8684         (gnus-agent-get-group-info): New function.
8685         (gnus-agent-fetch-articles): Use
8686         gnus-agent-update-files-total-fetched-for to increment disk space
8687         used.
8688         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8689         gnus-agent-update-view-total-fetched-for to increment disk space
8690         used.
8691         (gnus-agent-get-local): Added optional parameters to avoid calling
8692         gnus-group-real-name and gnus-find-method-for-group.
8693         (gnus-agent-set-local): Delete stored entry if either min, or max,
8694         are nil.
8695         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8696         quit, use gnus-agent-regenerate-group to record existance of any
8697         articles fetched to disk before the quit occurred.
8698         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8699         gnus-agent-update-view-total-fetched-for, and
8700         gnus-agent-update-files-total-fetched-for to decrement disk space
8701         used.
8702         (gnus-agent-retrieve-headers): Use
8703         gnus-agent-update-view-total-fetched-for to increment disk space
8704         used.
8705         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8706         with gnus-agent-update-files-total-fetched-for to decrement disk
8707         space and fresh group buffer.
8708         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8709         (gnus-agent-need-update-total-fetched-for): New variable.
8710         (gnus-agent-update-files-total-fetched-for): New function.
8711         (gnus-agent-update-view-total-fetched-for): New function.
8712         (gnus-agent-total-fetched-for): New function.
8713
8714         * gnus-cache.el (gnus-cache-save-buffers): Use
8715         gnus-cache-update-overview-total-fetched-for to change disk space
8716         used by this group.
8717         (gnus-cache-possibly-enter-article): Use
8718         gnus-cache-update-file-total-fetched-for to increment disk space
8719         used by this group.
8720         (gnus-cache-possibly-remove-article): Use
8721         gnus-cache-update-file-total-fetched-for to decrement disk space
8722         used by this group.
8723         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8724         (gnus-cache-rename-group): New function.
8725         (gnus-cache-delete-group): New function.
8726         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8727         (gnus-cache-need-update-total-fetched-for): New variable.
8728         (gnus-cache-with-refreshed-group): New macro.
8729         (gnus-cache-update-file-total-fetched-for): New function.
8730         (gnus-cache-update-overview-total-fetched-for): New function.
8731         (gnus-cache-rename-group-total-fetched-for): New function.
8732         (gnus-cache-delete-group-total-fetched-for): New function.
8733         (gnus-cache-total-fetched-for): New function.
8734
8735         * gnus-group.el: Require gnus-sum and autoload functions to
8736         resolve warnings when gnus-group.el compiled alone.
8737         (gnus-group-line-format): Documented new %F
8738         (size of Fetched data) group line format; identifies disk space
8739         used by agent and cache.
8740         (gnus-group-line-format-alist): Defined new F format.
8741         (gnus-total-fetched-for): New function.
8742         (gnus-group-delete-group): No longer update
8743         gnus-cache-active-altered as gnus-request-delete-group now keeps
8744         the cache in sync.
8745         (gnus-group-list-active): Let the agent store a server's active
8746         list if currently plugged.
8747
8748         * gnus-int.el (gnus-request-delete-group): Use
8749         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8750         local disk in sync with the server.
8751          (gnus-request-rename-group): Use
8752         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8753         local disk in sync with the server.
8754
8755         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8756         simplification to logic.
8757
8758         * gnus-util.el (gnus-rename-file): New function.
8759
8760 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8761
8762         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8763
8764 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8765
8766         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8767         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8768
8769 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8770
8771         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8772         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8773
8774 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8775
8776         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8777
8778 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8779
8780         * spam.el (spam-set-difference): Add function to replace
8781         gnus-set-difference in spam.el.
8782         (spam-summary-prepare-exit): Use spam-set-difference.
8783
8784 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8785
8786         * gnus-registry.el (gnus-registry-cache-file): Update to use
8787         gnus-dribble-directory OR gnus-home-directory OR ~.
8788         (gnus-registry-split-fancy-with-parent): Fix doc.
8789
8790 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * message.el (message-exchange-point-and-mark): Use
8793         message-mark-active-p.  Suggested by Jesper Harder
8794         <harder@ifa.au.dk>.
8795
8796 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * message.el (message-exchange-point-and-mark): Don't activate
8799         region if it was inactive.  Suggested by Hiroshi Fujishima
8800         <pooh@nature.tsukuba.ac.jp>.
8801
8802 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * gnus-art.el (article-display-face): Display Faces in the same
8805         order as X-Faces.
8806
8807 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8810
8811 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8814         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8815         (gnus-article-mime-hierarchy): Remove.
8816         (gnus-article-mime-hierarchy-next): Remove.
8817         (gnus-article-mode): Revert 2004-03-19 change.
8818         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8819         (gnus-insert-mime-button): Revert 2004-03-19 change.
8820         (gnus-mime-accumulate-hierarchy): Remove.
8821         (gnus-mime-enter-multipart): Remove.
8822         (gnus-mime-leave-multipart): Remove,
8823         (gnus-mime-display-part): Revert 2004-03-19 change.
8824         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8825
8826         * mml.el (mml-preview): Revert 2004-03-19 change.
8827
8828 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8829
8830         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8831
8832 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8835         t while entering a file name using the mm-with-multibyte macro.
8836         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8837
8838         * mm-util.el (mm-with-multibyte): New macro.
8839
8840 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8843         user option.
8844         (gnus-mime-multipart-functions): Doc and customization fix.
8845         (gnus-article-mime-hierarchy): New variable.
8846         (gnus-article-mime-hierarchy-next): New variable.
8847         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8848         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8849         gnus-article-mime-hierarchy-next to nil.
8850         (gnus-insert-mime-button): Show hierarchy numbers.
8851         (gnus-mime-accumulate-hierarchy): New function.
8852         (gnus-mime-enter-multipart): New function.
8853         (gnus-mime-leave-multipart): New function.
8854         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8855         (gnus-mime-display-alternative): Show hierarchy numbers.
8856
8857         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8858         gnus-article-mime-hierarchy-next to nil.
8859
8860 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8861
8862         * dns.el: Don't require gnus-xmas.
8863
8864 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8865
8866         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8867         inline PGP.
8868         (mml-menu): Disable mml-quote-region if mark is inactive.
8869
8870 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8873         when the group's active is not available.
8874
8875 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8878         error.
8879
8880 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * imap.el (imap-store-password): New variable.
8883         (imap-interactive-login): Use it.
8884         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8885
8886 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8889         window-start and hscroll to summary window.
8890
8891 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8892
8893         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8894         conversion message to newsrc-dribble when an actual conversion is
8895         performed.
8896
8897 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8898
8899         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8900
8901 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * mm-decode.el (mm-complicated-handles): New function reviving
8904         former definition of mm-multiple-handles.
8905
8906         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8907         (gnus-mime-delete-part): Use it.
8908
8909 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8910
8911         * gnus-agent.el (gnus-agent-read-local): Bind
8912         nnheader-file-coding-system to gnus-agent-file-coding-system to
8913         avoid the implicit assumption that they will always be equal.
8914         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8915         coding-system-for-write, as the with-temp-file macro first prints
8916         to a buffer then saves the buffer.
8917
8918 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * gnus-art.el (gnus-article-edit-part): New function.
8921         (gnus-mime-save-part-and-strip): Use it; do query instead of
8922         signaling an error; don't use mm-multiple-handles.
8923         (gnus-mime-delete-part): Ditto.
8924
8925 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8926
8927         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8928         old file versions.
8929         (gnus-group-prepare-hook): Removed function that converted list
8930         form of gnus-agent-expire-days to group properties.
8931
8932         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8933         (gnus-request-accept-article): Re-indented.
8934
8935         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8936         converters to handle old agent file formats.  Added logic for a
8937         "backup before upgrading warning".
8938         (gnus-convert-mark-converter-prompt): Developers can mark
8939         functions as needing (default), or not needing,
8940         gnus-convert-old-newsrc's "backup before upgrading warning".
8941         (gnus-convert-converter-needs-prompt): Tests whether the user
8942         should be protected from potentially irreversable changes by the
8943         function.
8944
8945         * legacy-gnus-agent.el (): New. Provides converters that are only
8946         loaded when gnus-convert-old-newsrc needs to call them.
8947
8948 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * mail-source.el (mail-source-touch-pop): Doc fix.
8951
8952         * message.el (message-smtpmail-send-it): Doc fix.
8953
8954 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8955
8956         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8957
8958         * nnmail.el (nnmail-split-fancy): do.
8959
8960         * gnus-kill.el (gnus-kill, gnus-execute): do.
8961
8962 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8963
8964         * gnus-sum.el (gnus-widget-reversible-match)
8965         (gnus-widget-reversible-to-internal)
8966         (gnus-widget-reversible-to-external): New functions.
8967         (gnus-widget-reversible): New widget.
8968         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8969
8970 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8971
8972         * gnus-sum.el (gnus-thread-sort-functions)
8973         (gnus-article-sort-functions): Document `(not F)' items.
8974
8975 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8976
8977         * spam.el (spam-use-gmane-xref): Add new backend.
8978         (spam-gmane-xref-spam-group): Add variable to control the name of the
8979         Gmane spam group.
8980         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8981         (spam-regex-headers-spam, spam-regex-headers-ham)
8982         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
8983         (spam-list-of-checks): Add spam-use-gmane-xref to list of
8984         backends and checks.
8985         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
8986
8987         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
8988         an autodetect method.
8989
8990 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8991
8992         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8993         articles are being added to a group.
8994         (gnus-request-replace-article): Inform the agent that articles
8995         need to be uncached as the cached contents are no longer valid.
8996
8997 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * binhex.el: Don't autoload executable-find.
9000
9001         * canlock.el: Don't autoload mail-fetch-field.
9002
9003         * dgnushack.el: Autoload c-mode for XEmacs.
9004
9005         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9006
9007         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9008         rmail-dont-reply-to and rmail-output.
9009
9010         * gnus-score.el: Don't autoload ffap-string-at-point.
9011
9012         * gnus-setup.el: Don't autoload sc-cite-original.
9013
9014         * imap.el: Don't autoload base64-decode-string,
9015         base64-encode-string and md5.
9016
9017         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9018         and rmail-msg-restore-non-pruned-header.
9019
9020         * mm-decode.el: Don't autoload executable-find.
9021
9022         * mm-url.el: Don't autoload executable-find.
9023
9024         * mm-view.el: Don't autoload diff-mode.
9025
9026         * nndb.el: Don't autoload news-reply-mode, news-setup,
9027         cancel-timer and telnet.
9028
9029         * password.el: Don't autoload run-at-time for Emacs.
9030
9031         * sha1-el.el: Don't autoload executable-find.
9032
9033         * sieve-mode.el: Don't autoload c-mode.
9034
9035         * uudecode.el: Don't autoload executable-find.
9036
9037 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9038
9039         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9040         (gnus-agent-possibly-alter-active): Avoid null in numeric
9041         comparison.
9042         (gnus-agent-set-local): Refuse to save null in local object table.
9043         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9044         list of articles that will be marked as unread.
9045
9046 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9049
9050 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9051
9052         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9053         language tags.
9054
9055 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9056
9057         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9058         Don't bind "obarray".
9059
9060         * gnus-sum.el (gnus-thread-sort-functions): Added
9061         `gnus-thread-sort-by-most-recent-number' and
9062         `gnus-thread-sort-by-most-recent-date'.
9063         Reported by Kai Grossjohann <kai@emptydomain.de>.
9064
9065 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9068
9069 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9070
9071         * gnus-cus.el (gnus-agent-customize-category): Removed
9072         ignore-errors macro reference that required cl to be loaded at
9073         run-time.
9074
9075         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9076         single-interval range of the form (min . max).  Previously the
9077         range had to look like ((min . max)).  Likewise, return
9078         (min . max) rather than ((min . max)).
9079         (gnus-range-map): Use gnus-range-normalize to accept
9080         single-interval range.
9081
9082         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9083         the cache, but not the agent, now appear with their usual face.
9084
9085         * dgnushack.el (loaddir): New variable that is bound to the
9086         directory containing the dgnushack.el file. Use loaddir, rather
9087         than srcdir, to update load-path. Change lets dgnushack compile
9088         code in directories other than GNUS/lisp.
9089
9090 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * lpath.el: Don't bind w3m-safe-url-regexp.
9093
9094         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9095         w3m-safe-url-regexp variable buffer-local.
9096
9097         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9098
9099 2004-02-27  Simon Josefsson  <jas@extundo.com>
9100
9101         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9102         gnus-group-real-prefix.
9103         (gnus-summary-move-article): Use it, instead of
9104         gnus-group-real-prefix.
9105
9106 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * lpath.el: Bind w3m-safe-url-regexp.
9109
9110         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9111         w3m-safe-url-regexp variable buffer-local and set it as the value
9112         of mm-w3m-safe-url-regexp.
9113
9114         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9115
9116         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9117         parsing gnus-posting-styles when the message is not for replying.
9118
9119         * dgnushack.el: Autoload sgml-mode for XEmacs.
9120
9121         * nnrss.el (nnrss-opml-export): Use
9122         mm-set-buffer-file-coding-system instead of
9123         set-buffer-file-coding-system.
9124
9125 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9126
9127         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9128         of checkdoc.el).
9129         * nnrss.el: do.
9130         * gnus-mlspl.el: do.
9131         * gnus-ml.el: do.
9132         * gnus-srvr.el: do.
9133
9134         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9135
9136 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9137
9138         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9139         Corrections to custom-manual links.
9140
9141         * gnus-art.el (gnus-article): Ditto.
9142
9143         * mm-decode.el (mime-display, mime-security): Ditto.
9144
9145 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9146
9147         * flow-fill.el: Typo.
9148
9149 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9150
9151         * spam-wash.el: New file.
9152
9153 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9154
9155         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9156
9157 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9158
9159         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9160         to be run with new-articles as LIST1, not LIST2.
9161         (spam-registration-functions): Add spam-use-ham-copy as a nil
9162         registration backend.
9163
9164 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9165
9166         * spam-stat.el (spam-stat-washing-hook): New option.
9167         (spam-stat-buffer-words): Use it.
9168         (spam-stat-process-directory, spam-stat-test-directory): Use
9169         insert-file-contents-literally.
9170         (spam-stat-coding-system): New variable.
9171         (spam-stat-load, spam-stat-save): Use it.
9172
9173 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * spam-report.el (spam-report-plug-agent): Quote
9176         spam-report-url-to-file and spam-report-url-ping-plain.
9177
9178 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9181         / in mailto URLs.
9182
9183 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * spam-report.el (spam-report-process-queue): Fix interactive use.
9186         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9187         (spam-report-unplug-agent): Doc fixes.
9188         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9189         (spam-report-agentize, spam-report-deagentize): Autoload
9190
9191 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9194
9195         * message.el (message-setup-fill-variables): Add mml tags to
9196         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9197         <ajk@iu.edu>.
9198         (message-mode): Don't modify paragraph-separate there.
9199
9200 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * compface.el (uncompface-use-external): Default to undecided.
9203         (uncompface-use-external-threshold): New variable.
9204         (uncompface-float-time): New macro.
9205         (uncompface): Determine whether to use the external decoder if
9206         uncompface-use-external is undecided.
9207
9208 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9211         after images.
9212
9213         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9214
9215 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9216
9217         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9218
9219         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9220
9221         * gnus-sum.el (gnus-summary-limit-to-age)
9222         (gnus-summary-limit-children): do.
9223
9224         * gnus-int.el (gnus-request-scan): do.
9225
9226         * gnus-group.el (gnus-group-suspend): do.
9227
9228         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9229
9230         * gnus-cite.el (gnus-cite-parse-attributions): do.
9231
9232         * gnus-agent.el (gnus-summary-set-agent-mark)
9233         (gnus-agent-regenerate-group): do.
9234
9235         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9236
9237         * binhex.el (binhex-decode-region-internal): do.
9238
9239 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * gnus-fun.el (gnus-face-properties-alist): New user option.
9242         (gnus-display-x-face-in-from): Use it.
9243
9244         * gnus-art.el (article-display-face): Ditto.
9245
9246         * compface.el (uncompface-use-external): Default to nil.
9247
9248 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9249
9250         * nntp.el (nntp-erase-buffer): New function.
9251         (nntp-retrieve-data, nntp-send-command)
9252         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9253         (nntp-possibly-change-group): Use it.
9254
9255         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9256         with-current-buffer.
9257
9258 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9259
9260         * compface.el: Merge the ELisp-based uncompface program.
9261         (compface): New customization group.
9262         (uncompface-use-external): New user option.
9263         (uncompface): Call uncompface-internal if uncompface-use-external
9264         is nil.
9265         (uncompface-internal): New function.  Note that there are also
9266         some other functions and variables added for this function.
9267
9268 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9269
9270         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9271         if necessary.
9272
9273 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9274
9275         * spam-report.el (spam-report-unplug-agent)
9276         (spam-report-plug-agent, spam-report-deagentize)
9277         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9278         Add support for the Agent in spam-report: when unplugged, report to a
9279         file; when plugged, submit all the requests.
9280
9281         * spam.el (spam-register-routine): Fix message about
9282         registration.
9283
9284 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9285
9286         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9287         dependencies.
9288         (rfc2047-encode): Use it.
9289
9290         * gnus-art.el (gnus-button-marker-list): Move before first
9291         reference.
9292
9293         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9294         (imap-parse-body): Fix format string mismatch.
9295
9296         * gnus-score.el (gnus-summary-increase-score): do.
9297
9298         * nnrss.el (nnrss-close): New function.
9299
9300 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9301
9302         * nnrss.el (nnrss-make-filename): New function.
9303         (nnrss-request-delete-group, nnrss-read-server-data)
9304         (nnrss-save-server-data, nnrss-read-group-data)
9305         (nnrss-save-group-data): Use it.
9306         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9307         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9308         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9309
9310 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9311
9312         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9313
9314 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9315
9316         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9317         files.
9318
9319         * message.el (message-generate-headers-first): Don't quote nil
9320         and t in docstrings.
9321
9322         * imap.el (imap-id): do.
9323
9324         * gnus-agent.el (gnus-agent-consider-all-articles)
9325         (gnus-agent-queue-mail): do.
9326
9327 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * spam-report.el (spam-report-process-queue): New function.
9330         Process requests from `spam-report-requests-file'.
9331         (spam-report-process-queue): Doc fix.
9332
9333 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9334
9335         * spam.el (spam-register-routine)
9336         (spam-log-processing-to-registry, spam-log-registered-p)
9337         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9338         Change "check" to "spam-check" for semi-clarity.
9339
9340 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9341
9342         * pop3.el: Require nnheader.
9343
9344         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9345
9346         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9347
9348         * gnus-picon.el: Require cl.
9349
9350         * gnus-fun.el: Require gnus-ems and gnus-util.
9351
9352         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9353
9354         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9355
9356         * gnus-art.el (gnus-article-edit-mode): Define before first
9357         reference.
9358
9359 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9360
9361         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9362         (gnus-uu-post-encoded): Use point-at-bol.
9363
9364         * gnus-topic.el (gnus-group-active-topic-p): do.
9365
9366         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9367
9368         * gnus-group.el (gnus-group-kill-region): do.
9369
9370         * gnus-art.el (article-date-ut): do.
9371
9372         * message.el (message-fetch-field): Remove redundant
9373         case-fold-search binding.
9374         (message-narrow-to-field): Simplify.
9375
9376 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * spam.el (spam-directory): Derive from `gnus-directory'.
9379
9380         * spam-report.el (spam-report-url-to-file)
9381         (spam-report-requests-file): New function and variable for offline
9382         reporting.
9383         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9384         and user defined function.
9385         (spam-report-url-ping-mm-url): Remove doubled slash.
9386
9387 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9388
9389         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9390
9391 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9392
9393         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9394         format string mismatch.
9395
9396         * sieve.el (sieve-deactivate-all): do.
9397
9398         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9399
9400         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9401
9402         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9403
9404         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9405
9406 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9407
9408         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9409         the list of checks.
9410
9411 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9412
9413         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9414         padding.
9415
9416 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9417
9418         * mm-view.el (mm-fill-flowed): New variable.
9419         (mm-inline-text): Use it.
9420
9421 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9422
9423         * spam.el (spam-spamassassin-register-ham-routine)
9424         (spam-spamassassin-register-spam-routine): Fix function names.
9425
9426 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * gnus.el (gnus-tmp-grouplens): Remove.
9429         (gnus-summary-line-format): Remove grouplens.
9430
9431         * gnus-group.el (gnus-group-line-format): Ditto.
9432
9433         * gnus-spec.el (gnus-format-specs): Ditto.
9434         (gnus-update-format-specifications): Flush the group format spec
9435         cache if there's the grouplens stuff.
9436         (gnus-parse-simple-format): Replace %l with the empty string.
9437
9438 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9439
9440         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9441         omission.
9442
9443 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9446         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9447
9448 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9449
9450         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9451         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9452         New macros and functions.
9453         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9454         Handle > NLINK_MAX messages.
9455         * nnmaildir.el (nnmaildir-request-set-mark): Use
9456         nnmaildir--emlink-p and nnmaildir--eexist-p.
9457
9458 2004-01-25  Alex Schroeder  <alex@gnu.org>
9459
9460         * spam-stat.el (spam-stat-process-directory-age): New option.
9461         (spam-stat-process-directory): Use it.
9462
9463 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9464
9465         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9466         (spam-stat-save): Accept prefix argument.
9467
9468 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9469
9470         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9471         links" error.
9472
9473 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9476         the rest of the and/or forms.
9477
9478 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9479
9480         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9481         compatibility with old .newsrc.eld files.
9482
9483         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9484
9485         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9486
9487         * gnus-start.el (gnus-1): do.
9488
9489         * gnus-group.el (gnus-group-line-format-alist): do.
9490
9491         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9492
9493         * gnus-gl.el: Remove.
9494
9495 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9496
9497         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9498         marks consisting of a single range {for example, (3 . 5)} rather
9499         than a list of a single range { ((3 . 5)) }.
9500
9501 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9502
9503         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9504         with-current-buffer.
9505         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9506         avoid consing a string.
9507
9508         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9509         Remove obsolete entries for big5 and gb2312.
9510
9511 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9512
9513         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9514         uncompressed list.
9515
9516 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9517
9518         * spam-stat.el (spam-stat-strip-xref): New function.
9519         (spam-stat-process-directory): Use it.
9520
9521         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9522         here -- it's done in message-fetch-field.
9523
9524 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9525
9526         * gnus-agent.el (gnus-agent-queue-mail,
9527         gnus-agent-prompt-send-queue): New variables.
9528         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9529         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9530         "nndraft:queue" along to gnus-draft-send.  Use
9531         gnus-agent-prompt-send-queue.
9532         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9533         is "nndraft:queue".  Suggested by Gaute Strokkenes
9534         <gs234@srcf.ucam.org>
9535
9536         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9537         (agent-enable-undownloaded-faces): Added
9538         (gnus-agent-cat-groups): Use eval-and-compile, not
9539         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9540         method of gnus-agent-cat-groups even when the buffer has been
9541         evaled.
9542         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9543         delete gnus-agent-save-active-1.
9544         (gnus-agent-save-groups): Deleted. Identical to
9545         gnus-agent-save-active.
9546         (gnus-agent-write-active): No longer adjust agent's copy of active
9547         file as agent's adjustments are now stored in their own
9548         file. Removed optional parameter.
9549         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9550         servers.  Add use of min/max range limits from server's local
9551         file.
9552         (gnus-agent-save-alist): Removed unused optional argument.
9553         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9554         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9555         (gnus-agent-set-local): A per-server file that keeps min/max range
9556         limits for articles known to the agent.  Provides a fast mechanism
9557         for altering many active ranges.
9558         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9559         active file (local makes it unnecessary).
9560         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9561
9562         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9563         (agent-enable-undownloaded-faces): Added
9564
9565         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9566         disable it when sending to "nndraft:queue".
9567         (gnus-group-send-queue): Add safety check to avoid sending queue
9568         when unplugged.
9569
9570         * gnus-group.el (gnus-group-catchup): Use new
9571         gnus-sequence-of-unread-articles, not
9572         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9573         numbers of articles.  Use gnus-range-map to avoid having to
9574         uncompress the unread list.
9575         (gnus-group-archive-directory,
9576         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9577         reference.
9578
9579         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9580         (gnus-sorted-range-intersection): Intersection of two ranges
9581         without requiring that they first be uncompressed.
9582
9583         * gnus-start.el (gnus-activate-group): Unless blocked by the
9584         caller, possibly expand the active range to include both cached
9585         and agentized articles.
9586         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9587         multiple version-dependent converters.
9588         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9589         gnus-agent-save-active.
9590         (gnus-save-newsrc-file): Save dirty agent range limits.
9591
9592         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9593         gnus-agent-possibly-alter-active.
9594         (gnus-adjust-marked-articles): Faster handling of simple lists
9595
9596 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9597
9598         * spam-stat.el (spam-stat-test-directory): New optional argument
9599         displays a list of files detected.  Suggested by Andrew Cohen
9600         <cohen@andy.bu.edu>.
9601         (spam-stat-buffer-words-with-scores): Don't narrow and change
9602         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9603
9604 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9605
9606         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9607         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9608         (spam-spamassassin-arguments)
9609         (spam-spamassassin-spam-flag-header)
9610         (spam-spamassassin-positive-spam-flag-header)
9611         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9612         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9613         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9614         (spam-list-of-processors, spam-list-of-checks)
9615         (spam-list-of-statistical-checks, spam-registration-functions)
9616         (spam-check-spamassassin-headers, spam-check-spamassassin)
9617         (spam-spamassassin-score)
9618         (spam-spamassassin-register-with-sa-learn)
9619         (spam-spamassassin-register-spam-routine)
9620         (spam-spamassassin-register-ham-routine)
9621         (spam-assassin-register-spam-routine)
9622         (spam-assassin-register-ham-routine): add SpamAssassin support
9623         (spam-bogofilter-score): fix to show article before scoring
9624
9625 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9626
9627         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9628         default scoring function.
9629         (spam-generic-score): Call spam-spamassassin-score if
9630         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9631         spam-bogofilter-score otherwise.
9632
9633         * gnus.el (spam-process, spam-autodetect-methods): Add
9634         spamassassin and spamassassin-headers.
9635
9636 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9637
9638         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9639         Suppress unnecessary messages.
9640
9641 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9642
9643         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9644         make-hash-table.
9645
9646 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * canlock.el (base64-encode-string): Don't autoload it.
9649
9650 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * run-at-time.el: Remove useless (require 'itimer),
9653         eval-and-compile and (featurep 'xemacs).
9654
9655 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9656
9657         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9658         GROUP is a virtual group.
9659
9660 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9661
9662         * gnus.el: Autoload `message-y-or-n-p'.
9663
9664 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9665
9666         * pgg-parse.el: Remove unnecessary (require 'custom).
9667
9668         * pgg-def.el: do.
9669
9670         * nnmail.el: do.
9671
9672         * gnus-undo.el: do.
9673
9674         * gnus-picon.el: do.
9675
9676         * gnus-util.el: do.
9677
9678 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9681
9682 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9685         handle, as well as a list.
9686
9687         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9688         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9689         (mm-w3m-cid-retrieve): Simplify.
9690
9691 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9692
9693         * message.el (message-kill-to-signature): Allow prefix arg to
9694         specify number of lines to keep before signature.
9695
9696 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9697
9698         (message-kill-to-signature): Change docstring.
9699
9700 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * canlock.el: Always require sha1-el.
9703         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9704
9705         * message.el: Autoload sha1 only when compiling.
9706
9707         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9708         eudc-expand-inline for XEmacs.
9709
9710 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * message.el (message-canlock-generate): Require sha1-el.
9713
9714 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9715
9716         * message.el (message-expand-name): Silence the byte compiler.
9717
9718         * lpath.el: Add detect-coding-system.
9719
9720         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9721         cus-edit.
9722
9723 2004-01-13  Simon Josefsson  <jas@extundo.com>
9724
9725         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9726         Invoke gnus-score-mode.  Reported by
9727         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9728
9729         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9730         Jim Blandy <jimb@redhat.com> (tiny change).
9731
9732 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9733
9734         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9735
9736 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9737
9738         * spam.el (spam-get-article-as-string): Update to use
9739         gnus-request-article-this-buffer, much simpler.
9740         (spam-get-article-as-buffer): Remove.
9741
9742 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9743
9744         * message.el (message-expand-name): Use EUDC if the user uses
9745         that.
9746
9747 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9748
9749         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9750         character for the encoding to avoid consing a string.
9751
9752         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9753         unnecessarily.
9754
9755         * mm-util.el (mm-replace-chars-in-string): Remove.
9756
9757         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9758         of mm-replace-chars-in-string.
9759
9760 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9761
9762         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9763         strings.
9764
9765         * mm-util.el (mm-subst-char-in-string): Support inplace.
9766
9767         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9768         a new string in every iteration.  Use shy groups.
9769
9770 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9771
9772         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9773         (gnus-group-change-level, gnus-kill-newsgroup)
9774         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9775         (gnus-get-unread-articles, gnus-make-articles-unread)
9776         (gnus-make-ascending-articles-unread): Use accessor
9777         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9778         to get group information for improved readability.
9779
9780         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9781
9782         * gnus-soup.el (gnus-soup-group-brew): do.
9783
9784         * gnus-msg.el (gnus-put-message): do.
9785
9786         * gnus-move.el (gnus-group-move-group-to-server): do.
9787
9788         * gnus-kill.el (gnus-batch-score): do.
9789
9790         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9791         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9792         (gnus-group-update-group, gnus-group-read-group)
9793         (gnus-group-make-group, gnus-group-make-help-group)
9794         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9795         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9796         (gnus-group-sort-by-unread, gnus-group-catchup)
9797         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9798         (gnus-group-yank-group, gnus-group-set-info)
9799         (gnus-group-list-groups): do.
9800
9801         * gnus.el (gnus-generate-new-group-name): do.
9802
9803         * gnus-delay.el (gnus-delay-send-queue): do.
9804
9805         * nnvirtual.el (nnvirtual-catchup-group): do.
9806
9807         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9808         do.
9809
9810         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9811         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9812
9813         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9814         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9815         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9816         (gnus-group-make-articles-read): do.
9817
9818 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9819
9820         * gnus-art.el (article-decode-mime-words, article-babel)
9821         (gnus-article-highlight-signature, gnus-article-add-buttons)
9822         (gnus-signature-toggle): Use gnus-with-article-buffer.
9823
9824         * gnus-art.el (gnus-article-highlight-headers)
9825         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9826
9827         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9828         (gnus-article-set-globals, gnus-request-article-this-buffer)
9829         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9830         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9831         (gnus-mime-display-alternative): Use with-current-buffer.
9832
9833 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9834
9835         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
9836         also under 80 char limit, and call gnus-error if needed.
9837         (spam-fetch-article-header): Fix - it was a
9838         buffer-local variable (gnus-newsgroup-data).
9839         (spam-find-spam): Use spam-generate-fake-headers, forget about
9840         spam-insert-fake-headers.
9841         (spam-insert-fake-headers): Remove.
9842
9843 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9844
9845         * deuglify.el (gnus-article-outlook-unwrap-lines)
9846         (gnus-outlook-rearrange-article)
9847         (gnus-outlook-repair-attribution-outlook)
9848         (gnus-outlook-repair-attribution-block)
9849         (gnus-outlook-repair-attribution-other): Remove redundant
9850         save-excursion.
9851
9852 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9853
9854         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9855         (spam-fetch-field-subject-fast)
9856         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9857         (spam-fetch-article-header): Add functions to deal with Gnus
9858         internals for fast retrieval of article header data.
9859         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
9860
9861 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9862
9863         * pop3.el (pop3-md5): Remove.
9864         (pop3-apop): Replace pop3-md5 with md5.
9865
9866         * mm-bodies.el: base64 is always built-in.
9867
9868         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9869         with-current-buffer.
9870
9871 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * canlock.el (canlock-insert-header): Remove excessive grouping in
9874         regexp.
9875
9876         * gnus-sum.el (gnus-summary-read-document): Ditto.
9877
9878         * gnus-uu.el (gnus-uu-part-number): Ditto.
9879
9880         * html2text.el (html2text-remove-tags): Ditto.
9881         (html2text-format-tags): Ditto.
9882         (html2text-format-single-elements): Ditto.
9883
9884         * mml.el (mml-parse-1): Ditto.
9885
9886 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9887
9888         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9889
9890         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9891
9892         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9893
9894         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9895
9896 2003-11-15  Simon Josefsson  <jas@extundo.com>
9897
9898         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9899         (pgg-gpg-lookup-key): Use regexp match instead of
9900         split-string (split-string is different between emacs 21.2 and
9901         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9902
9903 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9904
9905         * gnus-art.el (gnus-mime-view-all-parts)
9906         (gnus-article-part-wrapper, gnus-article-view-part): Use
9907         with-current-buffer.
9908
9909 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9910
9911         * spam.el (spam-disable-spam-split-during-ham-respool)
9912         (spam-spamoracle-database, spam-cache-lookups)
9913         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9914         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9915         (spam-group-ham-marks, spam-group-spam-marks)
9916         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9917         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
9918         also add spam-use-blackholes to the statistical checks.
9919         (spam-fetch-field-fast): Add interface to fetching fields, may
9920         become a macro.
9921         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9922         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
9923         (spam-insert-fake-headers): Fake an article when needed.
9924         (spam-find-spam): Fake article when possible.
9925         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9926         (spam-check-bogofilter-headers): Use message-fetch-field instead
9927         of nnmail-fetch-field.
9928
9929 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9932
9933 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9934
9935         * spam.el (spam-split): Do not require spam-use-CHECK to be
9936         enabled if that check is passed to spam-split explicitly; also
9937         fix so 'spam doesn't get converted to spam-split-group when
9938         spam-split-symbolic-return is t.
9939         (spam-find-spam): Find registrations of the article and use those
9940         instead of re-running spam-split to find the spam/ham
9941         classification of the article.
9942         (spam-log-processing-to-registry, spam-log-registered-p)
9943         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9944         Use gnus-error instead of gnus-message.
9945         (spam-log-registration-type): Add function to determine the
9946         classification of a message based on registry entries; will
9947         return nil if both 'spam and 'ham are found.
9948         (spam-check-BBDB): Expand all the BBDB macros here so we can have
9949         a reasonably fast local cache without the loading errors.
9950         (spam-cache-lookups): Set to t by default.
9951         (spam-find-spam): Don't try to guess spam-cache-lookups.
9952         (spam-enter-whitelist, spam-enter-blacklist): Clear the
9953         spam-caches entry.
9954         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
9955         caching of whitelist/blacklist entries.
9956         (spam-check-whitelist, spam-check-blacklist): Invoke
9957         spam-from-listed-p with a type, not a cache variable.
9958         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
9959
9960 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9961
9962         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9963
9964         * nnmail.el (nnmail-split-fancy): do.
9965
9966         * mml.el (mml-parse): do.
9967
9968         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9969         (gnus-score-adaptive): do.
9970
9971 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9974         (gnus-mime-button-map): Don't set keymap parent.
9975         (gnus-button-ctan-directory-regexp): Use shy grouping.
9976         (gnus-prev-page-map): Don't set keymap parent.
9977         (gnus-prev-page-map): Remove duplicated one.
9978         (gnus-next-page-map): Don't set keymap parent.
9979         (gnus-mime-security-button-map): Ditto.
9980
9981         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9982         version number.
9983
9984         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9985
9986 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * canlock.el (canlock-sha1-function): Remove.
9989         (canlock-sha1-function-for-verify): Remove.
9990         (canlock-openssl-program): Remove.
9991         (canlock-openssl-args): Remove.
9992         (canlock-ignore-errors): Remove.
9993         (canlock-sha1-with-openssl): Remove.
9994         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9995         (canlock-verify): Don't use canlock-ignore-errors.
9996
9997         * sha1-el.el (sha1-string-external): Make it can return a string
9998         in binary form.
9999         (sha1-region-external): Ditto.
10000         (sha1-string-internal): Ditto.
10001         (sha1-region-internal): Ditto.
10002         (sha1-region): Ditto.
10003         (sha1-string): Ditto.
10004         (sha1): Ditto.
10005
10006 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10007
10008         * spam.el (spam-report-articles-gmane): New command.
10009
10010 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10013
10014         * run-at-time.el (run-at-time-saved): Remove.
10015         (run-at-time): Doc fix.
10016
10017 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10018
10019         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10020         (gnus-summary-limit-map): Add it.
10021         (gnus-summary-make-menu-bar): do.
10022
10023 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10024
10025         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10026         Make attempt at some caching support (done for BBDB only now).
10027         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10028         addresses to be checked.
10029         (spam-clear-cache-BBDB): Add function, to be invoked by
10030         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10031         (spam-check-BBDB): Check and use the caches, if
10032         spam-cache-lookups is on, remove superfluous (provide).
10033
10034 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10035
10036         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10037
10038 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10039
10040         * run-at-time.el (run-at-time-saved): Move to after the definition
10041         of `run-at-time'.
10042
10043         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10044
10045 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10048         mm-w3m-local-map-property.
10049
10050         * mm-view.el (mm-w3m-mode-map): Remove.
10051         (mm-w3m-local-map-property): Remove.
10052         (mm-inline-text-html-render-with-w3m): Don't use
10053         mm-w3m-local-map-property.
10054
10055 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10056
10057         * run-at-time.el: New file.
10058
10059         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10060         under Emacs.
10061
10062         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10063         of gnus-set-text-properties.
10064
10065         * gnus-uu.el (gnus-uu-save-article): Ditto.
10066
10067         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10068
10069         * gnus-cite.el (gnus-cite-parse): Ditto.
10070
10071         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10072         of gnus-.
10073
10074         * gnus-xmas.el (run-at-time): Require run-at-time.
10075
10076         * gnus.el: Changed calls to nnheader-run-at-time and
10077         password-run-at-time throughout to use run-at-time directly.
10078
10079         * password.el: Removed definition of run-at-time.
10080
10081         * nnheaderxm.el: Remove definition of run-at-time.
10082
10083 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10084
10085         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10086         in prompt.
10087
10088 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10089
10090         * messagexmas.el (message-xmas-redefine): Alias
10091         `message-make-caesar-translation-table' to
10092         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10093         version.
10094
10095         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10096         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10097         `gnus-xmas-set-text-properties'.
10098         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10099         `gnus-xmas-completing-read'.
10100         (gnus-xmas-completing-read): Removed.
10101         (gnus-xmas-open-network-stream): Removed.
10102
10103         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10104         XEmacs version.
10105
10106         * dns.el (dns-make-network-process): Use `open-network-stream'
10107         instead of `gnus-xmas-open-network-stream'.
10108
10109         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10110
10111         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10112
10113 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10114
10115         * gnus-art.el (gnus-mime-display-alternative)
10116         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10117         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10118         Don't use gnus-local-map-property.
10119
10120         * gnus-util.el (gnus-local-map-property): Remove.
10121
10122         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10123         gnus-completing-read-maybe-default with completing-read.
10124
10125         * gnus-util.el (gnus-completing-read): do.
10126         (gnus-completing-read-maybe-default): Remove.
10127
10128 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10129
10130         * password.el: Only autoload `run-at-time' if not XEmacs.
10131         Only autoload the itimer functions if XEmacs.
10132
10133 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10136         XEmacsen.
10137
10138         * dgnushack.el: Autoload executable-find for XEmacs.
10139
10140 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10141
10142         * gnus-art.el (gnus-read-string): Remove.
10143         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10144         read-string.
10145
10146 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10147
10148         * netrc.el: Autoload password-read.
10149         (netrc): Add configuration group.
10150         (netrc-encoding-method, netrc-openssl-path): Add
10151         variables for encoding and decoding of files with symmetric
10152         ciphers.
10153         (netrc-encode): Add assistant function to encode a file with
10154         netrc-encoding-method.
10155         (netrc-parse): Add interactive parameter, added optional
10156         decoding if netrc-encoding-method is non-nil but otherwise
10157         behavior is standard.
10158         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10159         Do s/encode/encrypt/ everywhere.
10160
10161         * spam.el: Remove executable-find autoload.
10162
10163 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10164
10165         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10166
10167         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10168
10169 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10170
10171         * gnus-art.el (gnus-treat-ansi-sequences,
10172         article-treat-ansi-sequences): New variable and function.
10173         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10174
10175         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10176         Use it.
10177
10178 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10179
10180         * mm-util.el (mm-quote-arg): Remove.
10181
10182         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10183         shell-quote-argument.
10184
10185         * gnus-uu.el (gnus-uu-command): do.
10186
10187         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10188
10189         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10190         with make-char.
10191
10192         * mm-util.el (mm-make-char): Remove.
10193
10194         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10195         add-minor-mode.
10196
10197         * gnus-undo.el (gnus-undo-mode): do.
10198
10199         * gnus-topic.el (gnus-topic-mode): do.
10200
10201         * gnus-sum.el (gnus-dead-summary-mode): do.
10202
10203         * gnus-start.el (gnus-slave-mode): do.
10204
10205         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10206
10207         * gnus-ml.el (gnus-mailing-list-mode): do.
10208
10209         * gnus-gl.el (gnus-grouplens-mode): do.
10210
10211         * gnus-draft.el (gnus-draft-mode): do.
10212
10213         * gnus-dired.el (gnus-dired-mode): do.
10214
10215         * gnus-ems.el (gnus-add-minor-mode): Remove.
10216
10217         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10218         Replace gnus-char-width with char-width.
10219
10220         * gnus-ems.el (gnus-char-width): Remove.
10221
10222         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10223         Replace gnus-char-width with char-width.
10224
10225         * gnus-ems.el (gnus-char-width): Remove.
10226
10227         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10228         definition.
10229         Remove Emacs 20 hash table compatibility code.
10230
10231         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10232         20 compatibility code.
10233
10234         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10235
10236         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10237
10238         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10239         with point-at-{eol,bol}.
10240
10241         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10242
10243         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10244
10245         * flow-fill.el (fill-flowed-point-at-bol,
10246         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10247
10248         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10249         Replace with point-at-{eol,bol} throughout all files.
10250
10251 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * ntlm.el (ntlm-string-as-unibyte): New macro.
10254         (ntlm-build-auth-response): Use it.
10255
10256         Remove Emacs 20 stuff:
10257         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10258         (butlast, mapc, remove): Remove the compiler macros.
10259         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10260         of delq and copy-sequence.
10261         * gnus-art.el (popup-menu): Remove the compiler macro.
10262         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10263         Emacs 20.
10264
10265 2004-01-05  Simon Josefsson  <jas@extundo.com>
10266
10267         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10268         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10269         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10270         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10271         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10272         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10273         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10274         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10275         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10276         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10277         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10278         string-xor into ntlm-string-xor.  Suggested by
10279         Jesper Harder <harder@myrealbox.com>.
10280
10281         * ntlm.el: Don't include poem.
10282
10283         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10284         Jesper Harder <harder@myrealbox.com>.
10285
10286         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10287
10288         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10289         probably breaks emacs with DL patch, but do we care? Is anyone
10290         still using the DL stuff?)
10291
10292         * sieve-manage.el: Use the password package.
10293         (sieve-manage-read-passwd): Remove.
10294         (sieve-manage-interactive-login): Use password.  Re-add
10295         condition-case around loop.
10296
10297         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10298         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10299         the password package.
10300
10301 2003-02-19  Simon Josefsson  <jas@extundo.com>
10302
10303         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10304         token.
10305
10306 2002-08-07  Simon Josefsson  <jas@extundo.com>
10307
10308         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10309         (sieve-manage-authenticators):
10310         (sieve-manage-authenticator-alist): Add some SASL mechs.
10311         (sieve-sasl-auth): New function.
10312         (sieve-manage-cram-md5-auth):
10313         (sieve-manage-plain-auth): Rewrite using SASL library.
10314         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10315         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10316         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10317         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10318
10319 2004-01-05  Simon Josefsson  <jas@extundo.com>
10320
10321         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10322         New files.
10323
10324 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10325
10326         * gnus-group.el (gnus-no-groups-message): Update.
10327
10328         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10329
10330 2003-11-09  Simon Josefsson  <jas@extundo.com>
10331
10332         * imap.el: Support for ID IMAP extension (RFC 2971).
10333         (imap-local-variables): Add imap-id.
10334         (imap-id): New variable.
10335         (imap-id): New function.
10336         (imap-parse-response): Parse untagged ID response.
10337         * nnimap.el (nnimap-id): New variable.
10338         (nnimap-open-connection): Use it.
10339
10340 2003-12-28  Simon Josefsson  <jas@extundo.com>
10341
10342         * gnus-score.el (gnus-score-edit-all-score): New.
10343         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10344
10345 2004-01-04  Simon Josefsson  <jas@extundo.com>
10346
10347         * password.el: Add.
10348
10349 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10350
10351         * dns.el: Add support for AAAA records (see RFC 3596)
10352
10353         * Fix typo PRT -> PTR
10354
10355         * Parse MX, PTR and SOA replies (see RFC 1035)
10356
10357 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10358
10359         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10360
10361         * Moved to Changelog.2.
10362
10363 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10364
10365         * gnus.el (gnus-version-number): Bump version.
10366
10367 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10368
10369         * gnus.el: No Gnus v0.1 is released.
10370
10371 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10372
10373         * gnus.el: No Gnus v0.0 is released.
10374
10375 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10376
10377         * gnus.el (gnus-version-number): Bump.
10378         (gnus-version): No.
10379
10380 See ChangeLog.2 for earlier changes.
10381
10382     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10383
10384   This file is part of GNU Emacs.
10385
10386   GNU Emacs is free software; you can redistribute it and/or modify
10387   it under the terms of the GNU General Public License as published by
10388   the Free Software Foundation; either version 2, or (at your option)
10389   any later version.
10390
10391   GNU Emacs is distributed in the hope that it will be useful,
10392   but WITHOUT ANY WARRANTY; without even the implied warranty of
10393   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10394   GNU General Public License for more details.
10395
10396   You should have received a copy of the GNU General Public License
10397   along with GNU Emacs; see the file COPYING.  If not, write to the
10398   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10399   Boston, MA 02110-1301, USA.
10400
10401 ;; Local Variables:
10402 ;; coding: iso-2022-7bit
10403 ;; fill-column: 79
10404 ;; add-log-time-zone-rule: t
10405 ;; End:
10406
10407 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4