* gnus-art.el (gnus-article-set-window-start): Do nothing when the article buffer...
[gnus] / lisp / ChangeLog
1 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2
3         * gnus-art.el (gnus-article-set-window-start): Do nothing when the 
4         article buffer does not have a window.  This may not be the best 
5         solution but is certainly better than setting the start of the null,
6         that is the current, window.
7
8 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9
10         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11         (gnus-draft-setup): Run it.
12
13         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14         gnus-score-fast-scoring.  Allow regexp.
15         (gnus-score-headers): Use it.
16
17         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18         XEmacs.
19
20         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
21         string.
22         (gnus-button-alist): Also catch `<f1> k ...'.
23
24 2007-03-24  Simon Josefsson  <simon@josefsson.org>
25
26         * hashcash.el (hashcash-generate-payment-async): Don't crash if
27         hashcash-path is nil.  Don't call callback with incorrect number of
28         parameters if val is 0.
29
30 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
31
32         * message.el (message-required-news-headers):
33         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
34
35 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * message.el (message-generate-new-buffers): Change the meaning of the
38         nil value; add `standard' to the choices; treat t as `unique'; improve
39         doc string.
40         (gnus-select-frame-set-input-focus): Autoload.
41         (message-buffer-name): Search for the existing message buffer if
42         message-generate-new-buffers is nil or `standard'; treat the value t of
43         message-generate-new-buffers as `unique'.
44         (message-pop-to-buffer): Raise the frame already displaying the message
45         buffer; clear the echo area after querying.
46         (message-setup): Pass the `continue' argument to compose-mail.
47         (message-mail): Prefer `switch-function' if it is given; search for the
48         existing message buffer if the `continue' argument is non-nil; pass
49         continue and switch-function arguments to compose-mail by way of
50         message-setup.
51         (message-mail-other-window): Adjust argument of message-setup.
52         (message-mail-other-frame): Ditto.
53
54 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
57         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
58         to turn font-lock on when turning gnus-message-citation-mode on.
59
60 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
61
62         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
63         (mml-smime-function-alist): New variable; add epg as the backend.
64         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
65         mml-smime- functions instead.
66         * mm-view.el: Require smime.
67
68 2007-03-05  Didier Verna  <didier@xemacs.org>
69
70         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
71         instead of just inheritance for posting styles.
72         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
73
74 2007-02-24  Chris Moore  <dooglus@gmail.com>
75
76         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
77         * pgg-pgp.el (pgg-pgp-encrypt-region):
78         * pgg-gpg.el (pgg-gpg-encrypt-region):
79         Check pgg-encrypt-for-me if no other recipients.
80
81 2007-02-24  John Paul Wallington  <jpw@pobox.com>
82
83         * net/tls.el (tls-certtool-program): Fix custom type.
84
85 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
88         and point-at-eol instead of line-(beginning|end)-position.
89
90         * assistant.el (assistant-parse-buffer): Ditto.
91
92         * netrc.el (netrc-parse-services): Ditto.
93
94 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
95
96         * mml2015.el (mml2015-epg-find-usable-key): New function.
97         (mml2015-epg-sign): Use it.
98         (mml2015-epg-encrypt): Use it.
99
100 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * message.el (message-make-in-reply-to): Quote name containing
103         non-ASCII characters.  It will make the RFC2047 encoder cause an error
104         if there are special characters.  Reported by NAKAJI Hiroyuki
105         <nakaji@kankyo-u.ac.jp>.
106
107 2007-02-27  Didier Verna  <didier@xemacs.org>
108
109         Include the group parameters as well as the topic ones in the
110         inheritance filter process.
111         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
112         argument GROUP-PARAMS-LIST.
113         * gnus-topic.el (gnus-group-topic-parameters): Use it.
114
115 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * nntp.el (nntp-never-echoes-commands)
118         (nntp-open-connection-functions-never-echo-commands): New variables.
119         (nntp-send-command): Use them.
120
121 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
122
123         * mml2015.el (mml2015-epg-verify): Simplified.
124
125 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * mml.el (mml-content-disposition-alist): New user option.
128         (mml-content-disposition): New function.
129         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
130         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
131
132 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
133
134         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
135         verification.
136
137 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
138
139         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
140         articles posted in the last 24 hours.
141
142 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
143
144         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
145
146 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
147
148         * nntp.el (nntp-send-command): Don't wait for echoes when
149         nntp-open-ssl-stream is used.
150
151 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus-cite.el (gnus-test-font-lock-add-keywords)
154         (gnus-message-add-citation-keywords)
155         (gnus-message-remove-citation-keywords): Remove.
156         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
157         directly, make the variables in font-lock-defaults buffer-local, add
158         gnus-message-citation-keywords to them and then update the value of
159         font-lock-keywords.
160
161 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * message.el (message-cite-original-1): Don't call
164         gnus-article-highlight-citation.
165
166         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
167         citations; fix line count.
168
169 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
172         (gnus-message-add-citation-keywords)
173         (gnus-message-remove-citation-keywords): Use it; fix the emulating
174         versions of font-lock-add-keywords and font-lock-remove-keywords to
175         work with XEmacs correctly.
176
177 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * gnus-cite.el (gnus-cite-face-list): Set the values of
180         gnus-message-max-citation-depth and gnus-message-citation-keywords.
181         (gnus-message-max-citation-depth): Use defvar rather than defconst.
182         (gnus-message-cite-prefix-regexp): New variable.
183         (gnus-message-search-citation-line): Use it; protect against long
184         citation prefix; fill match data with nil rather than 0 for XEmacs; set
185         the 0th match data for Emacs.
186         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
187         (gnus-message-add-citation-keywords): Append keywords rather than
188         prepending; emulate font-lock-add-keywords if it is not available.
189         (gnus-message-remove-citation-keywords): Emulate
190         font-lock-remove-keywords if it is not available.
191
192         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
193
194         * message.el (message-cite-prefix-regexp): Set the value of
195         gnus-message-cite-prefix-regexp.
196
197 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
198
199         * nnweb.el (nnweb-google-parse-1): Update parser.
200
201 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
202
203         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
204
205 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
206
207         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
208         regexp.
209
210 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * uudecode.el (uudecode-string-to-multibyte): New function emulating
213         string-to-multibyte.
214         (uudecode-decode-region-internal): Use it.
215
216         * lpath.el: Fbind string-as-multibyte for XEmacs.
217
218 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
219
220         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
221         custom choice.
222
223         * gnus-art.el (gnus-signature-limit): Fix custom choice.
224
225 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
226
227         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
228
229         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
230         `write-region' to respect `mm-inhibit-file-name-handlers'.
231
232 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
233
234         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
235         Use gnus-home-directory instead of "~/" or "$HOME".
236
237 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
238
239         * encrypt.el (encrypt-insert-file-contents): Add better prompt
240         to mention filename.
241         Add comments at beginning regarding usage.
242         (encrypt-write-file-contents): Change interactive so a string is
243         acceptable.  If the file has no associated model, show an error instead
244         of a nonsense prompt.
245
246 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
247
248         * spam.el (spam-bsfilter-ham-switch): Fix typo.
249         Thanks to Yoshihiko Yamada for kind notification of this typo.
250
251 2007-01-12  Kenichi Handa  <handa@m17n.org>
252
253         * uudecode.el (uudecode-decode-region-internal): Make it work in a
254         multibyte buffer.
255
256 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
257
258         * gnus-score.el (gnus-score-fast-scoring): New variable.
259         (gnus-score-headers): Use it.
260
261         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
262
263         * message.el (message-cite-original-1): Call
264         gnus-article-highlight-citation if requested.
265
266         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
267
268         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
269         bugs to doc string.
270         (gnus-button-alist): Add mid\\|message-id.
271         (gnus-button-fetch-group): Extend for use in
272         `browse-url-browser-function'.
273         (gnus-button-url-regexp): Try to catch paired parentheses like in
274         Wikipedia URLs.
275
276         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
277         Suggested by Simon Krahnke <overlord@gmx.li>.
278
279 2007-01-13  Romain Francoise  <romain@orebokech.com>
280
281         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
282         Update copyright.
283
284 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
285
286         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
287
288 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
289
290         * gnus-registry.el (gnus-registry-unfollowed-groups)
291         (gnus-registry-split-fancy-with-parent): Fix documentation.
292
293 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
296         from nnweb groups.
297
298 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
301         Xref urls.  Erase buffer before requesting head.
302
303 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
304
305         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
306         customizable.
307
308 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
309
310         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
311         no signing key is found.
312         (mml2015-epg-encrypt): Ask user whether to skip or abort if
313         no encrypting and/or signing key is found.
314
315 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
316
317         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
318
319 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
320
321         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
322         headers read from disk with the ones newly found in the current search.
323         This should no longer cause problems, because the article numbers in
324         Gmane's `nov.php' output are ignored since the previous change.
325
326 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
327
328         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
329
330 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
333         replace-regexp-in-string; bind url-version; fbind display-images-p and
334         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
335         find-face and set-itimer-function for Emacs; bind itimer-list for
336         Emacs.
337
338         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
339
340 2007-01-01  Romain Francoise  <romain@orebokech.com>
341
342         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
343
344 2006-12-31  Steve Youngs  <steve@sxemacs.org>
345
346         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
347         `define-minor-mode' macro definition expanded properly.
348         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
349         exclude it there.
350
351         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
352         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
353         `fboundp' test.
354         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
355         This is OK to autoload in (S)XEmacs now.
356
357 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
360         keystroke.
361         (gnus-summary-limit-to-singletons): Fix typo.
362
363         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
364         else fails.
365
366 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
367
368         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
369         docstring.
370
371         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
372         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
373         (gnus-summary-insert-dormant-articles): Fix typo in message.
374
375 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
376
377         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
378         nil for XEmacs.
379         (gnus-message-citation-mode): Don't autoload in XEmacs.
380
381         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
382
383 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
384
385         * nnimap.el (nnimap-expunge-search-string): Mention
386         nnimap-search-uids-not-since-is-evil in docstring.
387
388 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
389
390         * spam.el: Revert to make-obsolete-variable because
391         define-obsolete-variable-alias is not supported in Emacs 21.
392
393         * spam.el (spam-ifile-path, spam-ifile-database-path)
394         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
395         make-obsolete-variable.
396         (spam-bsfilter-path, spam-bsfilter-program)
397         (spam-spamassassin-path, spam-spamassassin-program)
398         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
399         use "path" inappropriately.
400         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
401         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
402         variable names.
403
404 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
405
406         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
407         summary buffer.
408
409         * password.el (password-cache-remove): Use clear-string to burn
410         password, if available.
411
412 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
413
414         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
415
416         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
417
418         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
419         (gnus-message-highlight-citation): Move defcustom here from
420         gnus-cite.el.
421         (gnus-message-citation-mode): Autoload.
422
423         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
424         checks to make it compile with XEmacs.
425         (gnus-message-citation-mode): New minor mode.
426         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
427         (gnus-message-highlight-citation): New variables.
428         (gnus-message-search-citation-line)
429         (gnus-message-add-citation-keywords)
430         (gnus-message-remove-citation-keywords)
431         (turn-on-gnus-message-citation-mode)
432         (turn-off-gnus-message-citation-mode): New functions.
433
434 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
435
436         * gnus-cite.el: Enable highlighting of different citation levels in
437         message-mode.
438
439 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
440
441         * message.el (message-make-fqdn): Fix comment.
442         (message-bogus-system-names): Add ".local".
443
444         * spam.el (spam-ifile-path, spam-ifile-program)
445         (spam-ifile-database-path, spam-ifile-database)
446         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
447         Don't use "path" inappropriately.
448         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
449         strings.
450         (spam-check-ifile, spam-ifile-register-with-ifile)
451         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
452         new variable names.
453
454         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
455         (gnus-treat-display-smileys): Simplify using
456         gnus-image-type-available-p.
457
458         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
459         available.
460
461         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
462         `display-images-p' if available.
463
464 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
467         one after turning on the buffer's multibyteness instead of decoding
468         them directly in the unibyte buffer that causes unexpected conversion
469         in Emacs 23 (unicode).
470
471 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
472
473         * message.el (message-generate-hashcash): Fix custom type.
474
475 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
476
477         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
478
479 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
480
481         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
482         disconnect icons.  Add help text.
483
484 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
485
486         * spam.el (spam-extra-header-to-number): CRM114 spam score is
487         negated to be consistent with the others we handle.
488
489 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
492         version of gnus-summary-buffer to something, so that we can use two
493         article buffers at the same time.
494
495 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
496
497         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
498         trigger all the extra headers.
499         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
500         sorting.
501
502 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
503
504         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
505         solid groups.
506
507 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
508
509         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
510
511 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
512
513         * legacy-gnus-agent.el: Add Copyright notice.
514
515 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
516
517         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
518
519 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
522
523         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
524         to make it work reliably in CVS Emacs.
525         (gnus-summary-limit-strange-charsets-predicate)
526         (gnus-summary-limit-to-predicate): New functions.
527
528 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
529
530         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
531         specifying array size.
532         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
533         array if it is too small.
534         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
535         (gnus-sort-threads-loop): New function.
536
537 2006-12-06  Chris Moore  <dooglus@gmail.com>
538
539         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
540         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
541
542 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
543
544         * mm-url.el (mm-url-predefined-programs): Call curl with correct
545         options.
546
547 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
550         DOS-ing the recipient.
551
552         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
553         the headers when creating the mapping to avoid mismappings.
554         (nnweb-gmane-create-mapping): Always nix out old mapping.
555
556 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
559         and mm-verify-option to never.
560
561 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * message.el (message-signed-or-encrypted-p): New function.
564         (message-forward-make-body): Use it.
565
566         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
567         Replace encode-coding-string with mm-encode-coding-string.
568
569 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * nneething.el (nneething-decode-file-name): Replace
572         decode-coding-string with mm-decode-coding-string.
573
574         * gnus-int.el (gnus-open-server): Say failed server's name.
575
576 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
577
578         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
579         strings to a single string.  Quote `errors-file-name'.
580         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
581         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
582         Adjust calls.  Use `shell-quote-argument'.
583
584 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
585
586         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
587         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
588
589         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
590         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
591         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
592         (gnus-group-make-directory-group, gnus-group-transpose-groups):
593         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
594         (gnus-subscribe-newsgroup, gnus-1):
595         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
596         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
597         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
598         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
599
600 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
603         keystroke.
604         (gnus-summary-limit-to-bodies): Implement headersp.
605
606 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * dns.el (query-dns): Protect against "Process dns deleted" strings.
609
610 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
613
614 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * message.el (message-generate-hashcash): Expand range of values to
617         include `opportunistic'.
618         (message-send-mail): Use it.
619
620 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
621
622         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
623         and comment it.
624
625         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
626
627 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
628
629         * gnus-util.el (gnus-extract-address-components): Improve comment.
630
631 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * gnus-util.el (gnus-extract-address-components): Work with address in
634         which the name portion contains @.
635
636         * lpath.el: Fbind custom-autoload.
637
638 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
639
640         * gnus.el (gnus-start): Move custom group up.
641         (gnus-select-method): Don't autoload, but make it available for
642         `customize-variable'.
643         (gnus-getenv-nntpserver): Don't autoload.
644
645 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
646
647         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
648
649 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
650
651         * message.el (message-sendmail-extra-arguments): New variable.
652         (message-send-mail-with-sendmail): Use it.
653
654 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
655
656         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
657         mm-with-unibyte-current-buffer to make string unibyte.
658
659         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
660         mm-string-as-multibyte.
661
662 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
663
664         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
665         Reported by Werner Koch <wk@gnupg.org>.
666
667 2006-11-14  Daiki Ueno  <ueno@p360>
668
669         * mml2015.el: Autoload epa-select-keys when compiling.
670
671 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
672
673         * mml2015.el (mml2015-epg-sign): Save the signing keys in
674         message-options.
675         (mml2015-epg-encrypt): Save the recipient keys in message-options.
676
677 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
678
679         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
680         EasyPG (< 0.0.6).
681         (mml2015-always-trust): New user option.
682         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
683         prompt.
684
685 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * nntp.el (nntp-authinfo-force): New variable.
688         (nntp-send-authinfo): Use it.
689
690 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
691
692         * message.el (message-strip-subject-encoded-words): Allow _not_ to
693         decode encoded words.  Improve prompt.  Add comment about forwarding.
694         (message-replacement-char): Move up.
695
696 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
697
698         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
699         instead of gnus-intersection because arguments of gnus-sorted-nunion
700         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
701
702 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
703
704         * message.el (message-strip-subject-encoded-words): Reformat prompt.
705         (message-simplify-subject-functions): Enable
706         message-strip-subject-encoded-words by default.
707
708 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
709
710         * message.el (message-strip-subject-encoded-words): New function
711         (message-simplify-subject-functions): New variable.
712         (message-simplify-subject): Use it.  Fix typo in doc string.
713         Support message-strip-subject-encoded-words.
714
715 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
716
717         * gnus-diary.el (gnus-diary-delay-format-function):
718         * nndiary.el (nndiary-reminders):
719         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
720
721 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
722
723         * gnus-art.el (article-hide-boring-headers): Fetch date from
724         gnus-original-article-buffer to avoid problems with localized date
725         strings.
726
727 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
730
731 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
732
733         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
734         New variables.
735         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
736         (mm-charset-synonym-alist): Move some entries to
737         mm-codepage-iso-8859-list.
738         (mm-charset-synonym-alist, mm-charset-override-alist): Add
739         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
740
741 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
744
745 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
746
747         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
748         with Emacs 21 and XEmacs.
749
750 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
751
752         * spam.el (spam-parse-address): New function for better parsing,
753         catching errors, etc.
754         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
755
756 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
757
758         * mm-view.el: Add interactive arg to html2text autoload.
759
760 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
763
764 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
765
766         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
767         variables.
768         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
769         (mm-charset-synonym-alist): Move some entries to
770         mm-codepage-iso-8859-list.
771
772         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
773
774 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
775
776         * message.el (message-citation-line-format)
777         (message-insert-formated-citation-line): Fix implementation of %E, %N
778         and %n according to the doc string.
779
780 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
781
782         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
783         car-safe to avoid bad parses.
784
785 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
788         names.
789
790         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
791
792 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
795         header.
796
797         * message.el (message-draft-headers): Add Date.
798         (message-headers-to-generate): Fix typo in docstring.
799
800         * nndraft.el (nndraft-required-headers): New variable.
801         (nndraft-generate-headers): Use it.
802
803         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
804
805 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
806
807         * gnus-registry.el (gnus-registry-wash-for-keywords)
808         (gnus-registry-find-keywords): New functions to allow easy searching of
809         articles that are in the registry.
810
811 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
812
813         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
814         ietf-drums-parse-address instead of gnus-extract-address-components.
815         Reported by Damien Elmes <damien@repose.cx>.
816
817 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
818
819         * gnus.el (gnus-mime): Remove unused custom group.
820
821 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
822
823         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
824         "blank line" when searching for end of armor headers.
825
826 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * gmm-utils.el (gmm-write-region): Fix variable name.
829
830 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
831
832         * gmm-utils.el (gmm-write-region): New function based on compatibility
833         code from `mm-make-temp-file'.
834
835         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
836
837         * nnmaildir.el (nnmaildir--update-nov)
838         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
839         Use `gmm-write-region'.
840
841 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
842
843         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
844         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
845
846         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
847
848         * message.el (message-replacement-char): New variable.
849         (message-fix-before-sending): Use it.
850         (message-simplify-subject): New function to remove duplicate code.
851         (message-reply, message-followup): Use it.
852
853         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
854         gnus-summary-limit-to-articles.
855
856 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * gnus-util.el (gnus-with-local-quit): New macro.
859
860         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
861
862 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
863
864         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
865         ignore non-string data.
866
867 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
868
869         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
870         non-string data (needs to be done in the registry too).
871
872 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
873
874         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
875         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
876         (gnus-registry-split-fancy-with-parent)
877         (gnus-registry-fetch-simplified-message-subject-fast)
878         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
879         Remove text properties on ingress into the registry and when it's saved.
880         (gnus-registry-clean-empty-function): Fix bug with cleaning the
881         registry from entries with no groups.
882
883 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
884
885         * gnus-util.el (gnus-string-remove-all-properties): Add utility
886         function to remove string properties.
887
888 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
889
890         * gmm-utils.el (gmm): Adjust custom version.
891
892         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
893         custom version.
894
895         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
896
897 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
898
899         * gnus-art.el (gnus-insert-prev-page-button)
900         (gnus-insert-next-page-button): Simplify.  Reformat.
901
902 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
903
904         * gnus-art.el (gnus-insert-prev-page-button)
905         (gnus-insert-next-page-button): Apply gnus-article-button-face.
906
907 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
908
909         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
910
911 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
912
913         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
914         gnus-article-button-face to MIME and security buttons.
915
916 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
917
918         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
919         readable.
920
921 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
922
923         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
924
925 2006-09-20  Steve Youngs  <steve@sxemacs.org>
926
927         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
928         `browse-url-of-file' instead of `browse-url'.
929
930 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
931
932         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
933         regexp.  Articles containing quotation were cut prematurely.
934
935 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * message.el (message-cite-original-1): Use nobody by default for the
938         value of From header.
939         (message-reply): Ditto.
940
941 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
942
943         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
944         to the gnus-info.  This fixes a bug of inline-PGP message verification.
945         Reported by Michael Piotrowski <mxp@dynalabs.de>.
946
947 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
948
949         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
950         mails in the doc string.  Add some URLs in comment.
951         (pop3-movemail): Warn about pop3-leave-mail-on-server.
952
953 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
956         backslashes handling and the way to find boundaries of quoted strings.
957
958 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
959
960         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
961         mml1991-encrypt-to-self is set and mml1991-signers is not set.
962         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
963         mml2015-encrypt-to-self is set and mml2015-signers is not set.
964
965 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
966
967         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
968         doc string.
969         (gnus-button-regexp, gnus-button-last): Remove unused variables.
970
971 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * lpath.el: Fbind epg-check-configuration.
974
975 2006-09-06  Simon Josefsson  <jas@extundo.com>
976
977         * mml2015.el (mml2015-use): Doc fix, mention epg.
978
979 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
980
981         * mml2015.el (mml2015-use): Default to epg, if available.
982
983 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
984
985         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
986         message-sender.
987         (mml1991-epg-encrypt): Ditto.
988         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
989         message-sender.
990         (mml2015-epg-encrypt): Ditto.
991
992 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
993
994         * message.el (message-send-mail-with-sendmail): Look for sendmail in
995         several common directories.
996
997 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
998
999         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1000         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1001
1002 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * gnus-art.el (article-decode-encoded-words): Make it fast.
1005
1006 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1009
1010         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1011         in quoted string into `\'.
1012
1013 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1016         Use standard-syntax-table.
1017
1018 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-art.el (gnus-decode-address-function): New variable.
1021         (article-decode-encoded-words): Use it to decode headers which are
1022         assumed to contain addresses.
1023         (gnus-mime-delete-part): Remove useless `or'.
1024
1025         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1026         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1027         (gnus-nov-parse-line): Use it to decode From header.
1028         (gnus-get-newsgroup-headers): Ditto.
1029         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1030
1031         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1032         (mail-decode-encoded-address-string): New alias.
1033
1034         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1035         New function.
1036         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1037         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1038         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1039         (rfc2047-decode-string): Ditto.
1040         (rfc2047-decode-address-region): New function.
1041         (rfc2047-decode-address-string): New function.
1042
1043 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1044
1045         * message.el (message-caesar-buffer-body): Allow rotating headers.
1046
1047         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1048
1049         * message.el (message-insert-formated-citation-line): Fix %f.
1050         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1051
1052 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1055         (gnus-bookmark-mouse-available-p): New macro.
1056         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1057         (gnus-bookmark-bmenu-show-infos): Use it.
1058         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1059         (gnus-bookmark-bmenu-hide-infos): Ditto.
1060         (gnus-bookmark-remove-properties): New function.
1061         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1062         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1063         (gnus-bookmark-write-file): Bind coding-system-for-write.
1064         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1065         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1066         group before selecting it.
1067         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1068         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1069         quit-window if it is not available; use gnus-mouse-2 and bind it to
1070         gnus-bookmark-bmenu-select-by-mouse.
1071         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1072         (gnus-bookmark-bmenu-select-by-mouse): New function.
1073
1074 2006-08-13  Romain Francoise  <romain@orebokech.com>
1075
1076         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1077         space.
1078
1079 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * compface.el (uncompface): Use binary rather than raw-text-unix.
1082
1083 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * compface.el (uncompface): Make sure the eol conversion doesn't take
1086         place when communicating with the external programs.  Reported by
1087         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1088
1089 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1092
1093 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1094
1095         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1096         Make it more robust by parsing author and date independently.
1097
1098 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1101
1102 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1103
1104         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1105         first matching secret key.
1106         (mml2015-epg-encrypt): Ditto.
1107
1108         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1109         first matching secret key.
1110         (mml1991-epg-encrypt): Ditto.
1111
1112         * mml2015.el (mml2015-encrypt-to-self): New user option.
1113         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1114         mml2015-epg-encrypt-to-self is set.
1115
1116         * mml1991.el (mml1991-encrypt-to-self): New variable.
1117         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1118         mml1991-epg-encrypt-to-self is set.
1119
1120         * mml2015.el (mml2015-signers): New user option.
1121         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1122         (mml2015-epg-encrypt): Allow to select signing keys.
1123
1124         * mml1991.el (mml1991-signers): New variable.
1125         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1126         (mml1991-epg-encrypt): Allow to select signing keys.
1127
1128 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * nnheader.el (nnheader-insert-head): Make it work even if the file
1131         uses CRLF for the line-break code.
1132
1133 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1134
1135         * mml2015.el: Require mml-sec instead of password.
1136         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1137         (mml2015-cache-passphrase): Inherit the default value from
1138         mml-secure-cache-passphrase.
1139         (mml2015-passphrase-cache-expiry): Inherit the default value from
1140         mml-secure-passphrase-cache-expiry.
1141
1142         * mml1991.el: Require mml-sec instead of password.
1143         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1144         (mml1991-cache-passphrase): Inherit the default value from
1145         mml-secure-cache-passphrase.
1146         (mml1991-passphrase-cache-expiry): Inherit the default value from
1147         mml-secure-passphrase-cache-expiry.
1148
1149         * mml-sec.el: Require password.
1150         (mml-secure-verbose): New user option.
1151         (mml-secure-cache-passphrase): New user option.
1152         (mml-secure-passphrase-cache-expiry): New user option.
1153
1154 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1155
1156         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1157         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1158         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1159
1160         FIXME: Use `tiny change'?
1161
1162 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1163
1164         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1165         workaround for the url package included with Emacs.
1166
1167         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1168
1169 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1172         correctly.  This fixes a bug caused by the 2006-05-12 change.
1173
1174 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1175
1176         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1177         some information about the error when saying that the `bogus' mail
1178         group will be used.
1179
1180 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1181
1182         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1183         string.
1184
1185 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1186
1187         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1188
1189 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1190
1191         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1192
1193 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1194
1195         * mml1991.el (mml1991-function-alist): Add epg.
1196         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1197         (mml1991-epg-encrypt): New functions.
1198
1199 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1200
1201         * mml2015.el (mml2015-verbose): New variable.
1202         (mml2015-cache-passphrase): Ditto.
1203         (mml2015-passphrase-cache-expiry): Ditto.
1204         (mml2015-function-alist): Add epg.
1205         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1206         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1207         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1208         functions.
1209
1210 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1211
1212         * message.el (message-cite-original-1): Preserve region when removing
1213         quoted text due to X-No-Archive in order to avoid bogus attribution
1214         when citing multiple messages.
1215
1216 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1217
1218         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1219         Kenneth Jacker <khj@be.cs.appstate.edu>.
1220
1221 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1222
1223         * gnus-diary.el (gnus-user-format-function-d)
1224         (gnus-user-format-function-D): Autoload.
1225
1226         * imap.el (Commentary): Fix typo.
1227
1228         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1229         2006-04-22 contribution.
1230
1231 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1232
1233         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1234         It didn't really fix the bogosity I'm seeing with solid web groups.
1235
1236 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1237
1238         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1239         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1240         created using server names.  If we use the feature without declaring
1241         it, Gnus does not properly manage server and group state.
1242
1243         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1244         bound.
1245
1246 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1247
1248         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1249         looking up the method using GROUP's prefix before inventing a new one.
1250         It is used on killed/unknown groups in various places where returning
1251         an all-new method isn't expected by the caller.
1252
1253         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1254         and match semantics of gnus-group-real-prefix.
1255
1256 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1257
1258         * nnmail.el (nnmail-broken-references-mailers): New variable.
1259         (nnmail-ignore-broken-references): New function generalizing
1260         nnmail-fix-eudora-headers.
1261         (nnmail-fix-eudora-headers): Now obsolete.
1262
1263         * gnus-art.el (gnus-button-handle-custom): Support
1264         `customize-apropos*'.
1265
1266 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1269
1270         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1271         articles.
1272
1273 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1274
1275         * message.el (message-cite-reply-above): New variable.
1276         (message-yank-original): Use it.
1277
1278 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1281
1282 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1283
1284         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1285         as read.
1286
1287         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1288
1289 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1290
1291         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1292         (gnus-bookmark-default-file): Use gnus-directory.
1293         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1294         Remove "*" in doc string.
1295         (gnus-bookmark-write-file): Simplify.
1296         (gnus-bookmark-maybe-sort-alist): Use `when'.
1297         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1298         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1299         FIXME about Emacs 21 and XEmacs compatibility.
1300         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1301         compatibility.
1302         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1303         compatibility.
1304         (gnus-bookmark-menu-heading): Fix version.
1305
1306 2006-06-19  Bastien Guerry  <bzg@altern.org>
1307
1308         * gnus-bookmark.el: New file.
1309
1310 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * message.el (message-syntax-checks): Doc fix.
1313
1314 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1315
1316         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1317         unsubscribed groups as if they were killed ones.  It causes duplicate
1318         entries in gnus-newsrc-alist.
1319
1320 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * message.el (message-syntax-checks): Doc fix.
1323         (message-send-mail): Add check for continuation headers.
1324         (message-check-news-header-syntax): Fix regexp used to check for
1325         continuation headers.
1326
1327 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1330
1331 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1332
1333         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1334
1335 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1338         default-truncate-lines.
1339
1340 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1343         to fill the utf-8 entry.
1344
1345         * lpath.el: Fbind unicode-precedence-list.
1346
1347 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1348
1349         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1350
1351 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1352
1353         * gnus-agent.el (directory-files-and-attributes): Move all the way
1354         forward (the third and final move).
1355         (gnus-agent-read-agentview): Trap reconstruction errors due to
1356         nonexistant directory.  Handle by returning nil.
1357
1358 2006-05-30  Didier Verna  <didier@xemacs.org>
1359
1360         * message.el (message-dont-reply-to-names): Update the custom type.
1361         * message.el (message-dont-reply-to-names): New defsubst: potentially
1362         convert a list of regexps into a single one.
1363         * message.el (message-get-reply-headers): Use it.
1364         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1365
1366 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-agent.el (directory-files-and-attributes): Move forward.
1369
1370 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1371
1372         * gnus-ml.el (gnus-mailing-list-subscribe)
1373         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1374         (gnus-mailing-list-message): Fix doc strings.
1375
1376 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1377
1378         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1379         of doing it manually.
1380
1381 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1382
1383         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1384         comment.
1385
1386 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1387
1388         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1389         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1390         (gnus-agent-read-local): All symbols allocated in my-obarray
1391         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1392         (gnus-agent-regenerate-group): Check numeric names to see if they are
1393         messages or groups.
1394         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1395         better way of do this...)
1396
1397         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1398         'dummy.group' (there should be a better way of do this...)
1399
1400 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1403         (gnus-saved-headers): Ditto.
1404         (gnus-default-article-saver): Mention functions may have properties.
1405         (gnus-article-save): Override gnus-save-all-headers and
1406         gnus-saved-headers by :headers property which saver function may have.
1407         (gnus-summary-save-in-file): Add :headers property.
1408         (gnus-summary-write-to-file): Ditto.
1409
1410         * gnus-sum.el (gnus-summary-save-article): Bind
1411         gnus-prompt-before-saving to t when saving many articles in a file;
1412         always show all headers.
1413
1414         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1415
1416 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1417
1418         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1419         marks.
1420
1421         * message.el (message-indent-citation): Add optional arguments to allow
1422         using it outside of message buffers.
1423
1424         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1425         (gnus-article-treat-unfold-headers): Use it.
1426         (gnus-article-truncate-lines): New variable.
1427         (gnus-article-mode): Use it.
1428         (gnus-article-toggle-truncate-lines): New function.
1429
1430         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1431         gnus-article-toggle-truncate-lines.
1432
1433         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1434         coding system in XEmacs, use binary.
1435
1436 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1439         after-load-alist.
1440
1441         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1442         this function should save decoded articles.
1443         (gnus-summary-write-to-file): Use property to specify this function
1444         should save decoded articles and specify gnus-summary-save-in-file
1445         should be used to save articles other than the first one when saving
1446         many articles.
1447         (gnus-summary-save-body-in-file): Use property to specify this
1448         function should save decoded articles.
1449         (gnus-summary-write-body-to-file): Use property to specify this
1450         function should save decoded articles and specify
1451         gnus-summary-save-body-in-file should be used to save articles other
1452         than the first one when saving many articles.
1453
1454         * gnus-sum.el (gnus-summary-save-article): Simplify.
1455
1456 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-art.el (gnus-default-article-saver): Add
1459         gnus-summary-write-body-to-file.
1460         (gnus-article-save-coding-system): Don't use coding system object
1461         in XEmacs.
1462         (gnus-read-save-file-name): Add optional `dir-var' argument which
1463         specifies directory in which files are saved; work even if optional
1464         `variable' argument is not specified.
1465         (gnus-summary-write-to-file): Read file name.
1466         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1467         (gnus-summary-write-body-to-file): New function.
1468
1469         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1470         (gnus-summary-local-variables): Add it.
1471         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1472         (gnus-summary-save-article): Remove optional `decode' argument;
1473         determine whether to decode articles by the value of
1474         gnus-default-article-saver; when saving many files using
1475         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1476         it first and use gnus-summary-save-in-file or
1477         gnus-summary-save-body-in-file thereafter unless
1478         gnus-prompt-before-saving is always; move point to article which
1479         will be saved.
1480         (gnus-summary-save-article-file): Revert.
1481         (gnus-summary-write-article-file): Revert.
1482         (gnus-summary-save-article-body-file): Revert.
1483         (gnus-summary-write-article-body-file): New function.
1484
1485 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * gnus-art.el (gnus-default-article-saver): Doc fix.
1488         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1489         from gnus-summary-save-article-coding-system, and default to a
1490         certain coding system.
1491         (gnus-output-to-file): Add coding cookie and encode text according
1492         to gnus-article-save-coding-system; don't use mm-append-to-file.
1493
1494         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1495         gnus-art.el and rename to gnus-article-save-coding-system.
1496         (gnus-summary-save-article): Require gnus-art; don't show all
1497         headers if it decodes articles; don't add coding cookie here;
1498         don't bind mm-text-coding-system-for-write.
1499         (gnus-summary-save-article-file): Save decoded articles.
1500         (gnus-summary-write-article-file): When saving many files, use
1501         gnus-summary-write-to-file first and gnus-summary-save-in-file
1502         thereafter unless gnus-prompt-before-saving is always.
1503         (gnus-summary-save-article-body-file): Save decoded articles.
1504
1505         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1506
1507 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1508
1509         * nnrss.el (nnrss-check-group): Bind hash-index.
1510
1511 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1512
1513         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1514         its hash index.  Store this hash in `nnrss-group-data'.
1515         (nnrss-read-group-data): Update accordingly.
1516
1517 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1518
1519         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1520         entry.
1521
1522         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1523         gnus-article-browse-html-article.
1524
1525 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1526
1527         * gnus-sum.el (gnus-summary-mime-map): Add
1528         gnus-article-browse-html-article.
1529
1530         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1531
1532 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1533
1534         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1535         suitable coding systems in customize.
1536
1537 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1538
1539         * mail-source.el (mail-sources): Fix custom type.
1540
1541 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1542
1543         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1544         (gnus-summary-expire-articles-now): Shorten prompt.
1545
1546         * gmm-utils.el (wid-edit): Require.
1547         (defun-gmm): Renamed from `gmm-defun-compat'.
1548         (gmm-image-search-load-path): Use it.
1549         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1550
1551 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1554         variable.
1555         (gnus-summary-save-article): Add optional `decode' argument.  If
1556         it is set and gnus-summary-save-article-coding-system is non-nil,
1557         save decoded article.
1558         (gnus-summary-write-article-file): Save decoded article if
1559         gnus-summary-save-article-coding-system is non-nil.
1560
1561         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1562         type.
1563
1564 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1567
1568 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1571         first to test gnus-single-article-buffer which may be buffer-local.
1572
1573         * gnus-sum.el (gnus-summary-setup-buffer): Make
1574         gnus-single-article-buffer buffer-local and nil in ephemeral
1575         group; make gnus-article-buffer, gnus-article-current, and
1576         gnus-original-article-buffer always buffer-local.
1577         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1578         group.
1579         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1580
1581 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1582
1583         * nnml.el (nnml-request-compact-group): Compressed files might not
1584         have .gz extension.
1585
1586 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1587
1588         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1589         (mm-copy-to-buffer): Use with-current-buffer.
1590         (mm-display-part): Simplify.
1591         (mm-inlinable-p): Add optional arg `type'.
1592
1593 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1594
1595         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1596         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1597         Try harder to show the attachment internally or externally using
1598         gnus-mime-view-part-as-type.
1599
1600 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1601
1602         * message.el (message-from-style, message-signature-separator)
1603         (message-user-organization-file, message-send-mail-function)
1604         (message-citation-line-function, message-yank-prefix)
1605         (message-indent-citation-function, message-signature)
1606         (message-signature-file, message-signature-insert-empty-line):
1607         Remove autoloads.
1608
1609         * gnus-art.el (gnus-buttonized-mime-types): Remove
1610         "multipart/signed".  Revert 2006-04-26 change.
1611
1612 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * gnus.el (gnus-version-number): Bump version.
1615
1616 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1617
1618         * gnus.el: No Gnus v0.5 is released.
1619
1620 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1621
1622         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1623         fetching articles by message-id.
1624
1625 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * message.el (hashcash): Require hashcash as normal.
1628
1629         * ecomplete.el (ecomplete-highlight-match-line): Use
1630         point-at-eol.
1631         (ecomplete-highlight-match-line): Use `highlight', because that
1632         face exists in both Emacs and XEmacs.
1633
1634         * message.el (message-display-abbrev): Use point-at-bol.
1635
1636         * mail-source.el: Don't require timer/timer-funcs.
1637
1638         * gnus-async.el: Ditto.
1639
1640         * password.el: Ditto.
1641
1642         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1643
1644         * mm-url.el: Ditto.
1645
1646         * gnus-xmas.el: Don't require timer-funcs.
1647
1648         * mm-util.el: Require timer/timer-funcs.
1649
1650 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1651
1652         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1653         Close.
1654
1655 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1658         unibyte after clear-decrypt function runs.
1659
1660         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1661         returns as a unibyte string.
1662
1663 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * lpath.el: Revert.
1666
1667         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1668         (pgg-gpg-process-sentinel): Revert.
1669
1670         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1671         (pgg-pgp-lookup-key): Revert.
1672
1673         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1674         (pgg-pgp5-lookup-key): Revert.
1675
1676         * pgg.el (pgg-fetch-key): Revert.
1677
1678 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * lpath.el: Fbind string-as-multibyte for XEmacs.
1681
1682         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1683         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1684         (mml1991-pgg-encrypt): Ditto.
1685
1686         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1687         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1688         a multibyte buffer.
1689
1690         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1691         (pgg-pgp-lookup-key): Ditto.
1692
1693         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1694         (pgg-pgp5-lookup-key): Ditto.
1695
1696         * pgg.el (pgg-fetch-key): Ditto.
1697
1698 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1699
1700         * message.el (message-user-organization-file): Check several
1701         locations of the organization file.
1702
1703         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1704         Add gnus-article-view-part-as-type.
1705
1706         * gnus-art.el (gnus-article-view-part-as-type): New function.
1707
1708         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1709         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1710
1711         * mml.el: Simplify autoload.
1712         (mml-mode): defvar dnd-protocol-alist instead of using
1713         symbol-value.
1714         (mml-default-directory): New variable.
1715         (mml-minibuffer-read-file): Use it.
1716         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1717
1718         * message.el (message-citation-line-format): New variable.
1719         (message-insert-formated-citation-line): New function.
1720         (message-citation-line-function): Add
1721         `message-insert-formated-citation-line' to custom type.
1722
1723         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1724         to doc string.
1725
1726         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1727         depending on mm-verify-option.
1728
1729 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1732         binding pgg-* variables; reimplement the section which prevents
1733         MIME header from being signed.
1734         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1735         pgg-text-mode; remove a blank line at the top of body.
1736
1737         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1738         lines at the top of body; use gnus-newsgroup-charset if there's no
1739         Charset header.
1740
1741 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * message.el (message-self-insert-commands): Doc fix.
1744
1745         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1746         (mm-uu-pgp-encrypted-test): Ditto.
1747         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1748         between header and body; return application/pgp-encrypted handle
1749         if decryption failed; decode decrypted body by charset.
1750
1751         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1752         element match to application/pgp-*.
1753
1754 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1755
1756         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1757         HTML.
1758
1759 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * mail-source.el (mail-source-call-script): Message the error
1762         string.
1763
1764 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * gnus-util.el (gnus-byte-compile): Use it.
1767
1768 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1769
1770         * gnus-util.el (kill-empty-logs): New function.
1771
1772 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * message.el (message-mail-alias-type): Doc fix.
1775         (message-mail-alias-type-p): New function.
1776         (message-send): Use it.
1777         (message-mode): Ditto.
1778         (message-strip-forbidden-properties): Ditto.
1779
1780         * ecomplete.el (ecomplete-database-file-coding-system): New
1781         variable.
1782         (ecomplete-save): Use it.
1783         (ecomplete-setup): Use it.
1784
1785 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * message.el (message-self-insert-commands): New variable.
1788         (message-strip-forbidden-properties): Use it.
1789
1790 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1793         that doesn't make XEmacs choke.
1794
1795 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1796
1797         * gnus-util.el (gnus-replace-in-string):
1798         Prefer replace-regexp-in-string over of replace-in-string.
1799
1800 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * gnus-util.el (gnus-select-frame-set-input-focus):
1803         Use select-frame-set-input-focus if it is available in XEmacs; use
1804         definition defined in Emacs 22 for old Emacsen.
1805
1806         * dgnushack.el: Autoload unmorse-region for XEmacs.
1807
1808         * lpath.el: Bind cursor-in-non-selected-windows and
1809         select-frame-set-input-focus for XEmacs.
1810
1811 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1814
1815 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1816
1817         * gnus-registry.el (gnus-registry-cache-save): Remove text
1818         properties when saving via the temp buffer.
1819
1820 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1821
1822         * message.el (message-generate-hashcash): Honor custom type.
1823
1824 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * message.el (message-generate-hashcash): Default to non-nil when
1827         hashcash is found.
1828
1829         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1830         (gnus-refer-thread-limit): Increase default to 500.
1831
1832         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1833
1834         * flow-fill.el (fill-flowed): Allow delete-space.
1835
1836 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1837
1838         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1839         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1840         Remove autoloads.
1841
1842 2006-04-18  Simon Josefsson  <jas@extundo.com>
1843
1844         * message.el (message-generate-hashcash): Default to.
1845
1846 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1847
1848         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1849         concatenating segments rather than before concatenating them.
1850
1851 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1852
1853         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1854
1855 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1858
1859         * message.el (message-forward-make-body-plain): Allow
1860         message-forward-ignored-headers to be a list.
1861         (message-remove-ignored-headers): Factor out into function.
1862         (message-forward-make-body-mml): Use it.
1863
1864         * imap.el (imap-quote-specials): New function.
1865         (imap-login-auth): Quote specials.
1866
1867         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1868         (rfc2231-parse-string): Allow concatanation of parameters that
1869         aren't contiguous.  The test case is
1870           (mail-header-parse-content-type "message/external-body;
1871             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1872             access-type=LOCAL-FILE;
1873             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1874
1875 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1876
1877         * nntp.el (nntp-accept-process-output): Return the value of
1878         `nnheader-accept-process-output'.
1879
1880 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1883         (gnus-button-alist): Recognize more diff formats.
1884         (gnus-button-patch): Strip directory.
1885
1886 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1887
1888         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1889         Emacs 22 when setting focus.
1890
1891 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * gnus-art.el (gnus-article-treat-types): Do treatment of
1894         text/x-verbatim parts.
1895         (gnus-button-patch): New command.
1896
1897         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1898         addresses that contain invalid characters.
1899
1900 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * message.el (message-put-addresses-in-ecomplete): Use
1903         gnus-replace-in-string.
1904         (message-is-yours-p): Use the more correct
1905         mail-header-parse-address instead of
1906         mail-extract-address-components.
1907         (message-put-addresses-in-ecomplete): Fix typo.
1908
1909         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1910         keystroke.
1911
1912         * gnus-art.el (gnus-treatment-function-alist): Change order of
1913         newsgroups/generic header folding to avoid double-folding.
1914
1915         * message.el (message-hidden-headers): Add X-Draft-From.
1916
1917         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1918         command.
1919         (gnus-summary-repeat-search-article-backward): New command.
1920
1921         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1922         groups in the parent topic.
1923
1924 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1925
1926         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1927         (spam-extra-header-to-number): Return the CRM114 number as a
1928         number instead of a string.
1929
1930 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * gnus-art.el (gnus-face-properties-alist): Moved here from
1933         gnus-fun.
1934
1935         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1936
1937 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * message.el (message-strip-forbidden-properties): Only display on
1940         self-insert-command.
1941
1942         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1943         reindent.
1944         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1945
1946 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1947
1948         * smiley.el (smiley-style): Fix typo.
1949
1950 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * hashcash.el (hashcash-insert-payment-async-2): Use
1953         message-goto-eoh instead of doing it manually.
1954         (mail-add-payment): Use message-narrow-to-header instead of trying
1955         to do the same itself.
1956
1957         * message.el (message-hidden-headers): Add Face.
1958
1959         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1960         reparenting code.
1961         (gnus-summary-reparent-children): Refactored out code.
1962         (gnus-summary-thread-map): New keystroke.
1963         (gnus-summary-reparent-children): Make into command.
1964
1965         * smiley.el (smiley-style): Default to `medium' if using a large
1966         font.
1967
1968         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1969         does it itself.
1970
1971         * message.el (message-point-in-header-p): Simplify definition.
1972
1973 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * nnagent.el (nnagent-request-set-mark): Silence log file
1976         writing.
1977         (nnagent-request-set-mark): Use write-region instead of
1978         append-to-file.
1979
1980         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1981         strange select method.
1982
1983         * ecomplete.el (ecomplete-display-matches): Get highlightling
1984         right.
1985         (ecomplete-display-matches): Use literals.
1986         (ecomplete-display-matches): Disable message logging.
1987
1988         * message.el (message-display-abbrev): Small optimization.
1989
1990         * ecomplete.el (ecomplete-display-matches): Allow automatic
1991         display.
1992
1993         * message.el (message-strip-forbidden-properties): Display
1994         abbrevs.
1995         (message-display-abbrev): Get automatic display right.
1996
1997         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1998         keystrokes.
1999
2000 2006-04-13  Romain Francoise  <romain@orebokech.com>
2001
2002         TODO: Backport to v5-10!
2003
2004         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2005         Moved here (and renamed) from gnus-registry.el.
2006
2007         * gnus-registry.el: Require gnus-util.
2008         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2009
2010 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * gnus-group.el (gnus-group-catchup-current): Change
2013         if-then-else-if-then-else into cond.
2014         (gnus-group-catchup): Indent.
2015         (group-name-at-point): New function.
2016         (gnus-fetch-group): Provide default from thing at point.
2017
2018 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019
2020         * message.el (message-display-abbrev): Fix regexp.
2021
2022         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2023         choosing.
2024         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2025         dead variables.
2026
2027         * message.el (message-newline-and-indent): Remove debugging.
2028         (message-display-abbrev): Use new implementation.
2029
2030 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2031
2032         * gnus-art.el (gnus-article-mode): Set
2033         cursor-in-non-selected-windows to nil.
2034
2035         * smiley.el: Revert previous change.
2036         (smiley-data-directory): defvar it before using it in the
2037         defcustom of `smiley-style'.
2038
2039 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * message.el (message-newline-and-indent): New function.
2042
2043         * ecomplete.el: Implement more bits.
2044
2045         * message.el (message-put-addresses-in-ecomplete): Clean up the
2046         string.
2047
2048         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2049
2050         * gnus-sum.el (gnus-summary-save-parts): Bind
2051         gnus-summary-save-parts-counter and use it to make unique file
2052         names.
2053
2054         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2055
2056         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2057         parameter to say whether to actually parse the individual
2058         addresses.
2059
2060         * message.el (message-put-addresses-in-ecomplete): New function.
2061         (ecomplete): Require.
2062         (message-mail-alias-type): Add ecomplete as an option.
2063
2064 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2065
2066         * flow-fill.el (fill-flowed): Remove trailing space from blank
2067         quoted lines.
2068
2069 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * smiley.el (smiley-style): Move definition later to avoid a
2072         compilation warning.
2073
2074 2006-04-12  Kenichi Handa  <handa@m17n.org>
2075
2076         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2077         buffer and then decode the buffer text if necessary.
2078         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2079         first, and after mm-encode-body, change the buffer to unibyte.
2080         Use mm-disable-multibyte instead of set-buffer-multibyte.
2081
2082 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2085         Content-Type header instead of Content-Disposition header.
2086         (gnus-mime-inline-part): Ditto.
2087         (gnus-mime-view-part-as-charset): Ignore charset that the part
2088         specifies.
2089
2090         * mm-decode.el (mm-display-part): Work with external parts and
2091         usual parts similarly.
2092
2093         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2094         instead of gnus-display-mime.
2095
2096         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2097         instead of with-temp-buffer.
2098
2099         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2100         tag to summarized topics part in order to encode non-ASCII text.
2101
2102 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2103
2104         * smiley.el (smiley-style): New variable.
2105         (smiley-directory): New function.
2106         (smiley-data-directory): Derive from `smiley-style' using
2107         `smiley-directory'.
2108         (smiley-regexp-alist): Add new entries.
2109
2110         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2111         (gnus-article-browse-delete-temp): Add :version.
2112
2113 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2114
2115         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2116         the sieve region.
2117
2118 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2119
2120         * gnus.el (gnus-version-number): Bump version.
2121
2122 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2123
2124         * gnus.el: No Gnus v0.4 is released.
2125
2126 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2129         layout.
2130
2131         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2132         unknown charset.
2133
2134         * message.el (message-header-synonyms): Add Original-To to the
2135         default.
2136
2137         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2138         optional parameter.
2139
2140 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2141
2142         * gnus-fun.el (gnus): Require it for gnus-directory.
2143
2144 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2147
2148 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2149
2150         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2151
2152 2006-04-05  Simon Josefsson  <jas@extundo.com>
2153
2154         * password.el (password-reset): New function.
2155
2156 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2157
2158         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2159         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2160
2161 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2162
2163         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2164         Some whitespace was matched into the url, which broke browsing hits
2165         > 100 when mm-url-use-external was nil.
2166
2167 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2168
2169         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2170         gnus-extra-headers for 'Newsgroups.
2171
2172         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2173         bound.
2174
2175 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2176
2177         * pgg-gpg.el: Clean up process buffers every time gpg processes
2178         complete.
2179
2180 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2181
2182         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2183         doc string.
2184
2185 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2186
2187         * pgg-gpg.el (pgg-gpg-process-filter)
2188         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2189
2190         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2191         lines, temporary fix.
2192
2193 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2194
2195         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2196
2197 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2198
2199         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2200         default-enable-multibyte-characters.  This reverts the change from
2201         revision 6.17 which is no longer necessary because the passphrase
2202         is sent separately now.  GnuPG messages are unreadable under
2203         multibyte locales with default-enable-multibyte-characters set to
2204         nil.
2205
2206 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2207
2208         * message.el (message-tool-bar-gnome): Move "spell".
2209
2210 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2211
2212         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2213         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2214         instead.
2215
2216 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2217
2218         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2219         newsgroups handling for NNTP overviews which don't include
2220         Newsgroups.
2221
2222 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2223
2224         * message.el (message-resend): Bind message-generate-hashcash to nil.
2225
2226 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2227
2228         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2229         when searching for already-paid recipients.
2230
2231 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2232
2233         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2234         passphrases when it is not needed.
2235         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2236         passphrase stuff from gpg, should only be necessary when you use
2237         gpg with a smartcard.
2238
2239 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * mml.el (mml-insert-mime): Ignore cached contents of
2242         message/external-body part.
2243
2244         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2245         (mm-insert-part): Ditto.
2246
2247 2006-03-23  Simon Josefsson  <jas@extundo.com>
2248
2249         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2250         Reiner.
2251         (pgg-gpg-use-agent-p): Use it again.
2252
2253 2006-03-23  Simon Josefsson  <jas@extundo.com>
2254
2255         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2256         older emacsen.
2257         (pgg-gpg-use-agent-p): Don't use it.
2258
2259 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2260
2261         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2262         if we can.
2263
2264 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2265
2266         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2267         (pgg-gpg-update-agent): New function.
2268         (pgg-gpg-use-agent-p): New function.
2269         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2270         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2271         (pgg-gpg-sign-region): Use it.
2272
2273 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2276         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2277
2278 2006-03-21  Simon Josefsson  <jas@extundo.com>
2279
2280         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2281         <wilde@sha-bang.de>.
2282         (pgg-gpg-use-agent): New variable.
2283         (pgg-gpg-process-region): Use it.
2284         (pgg-gpg-encrypt-region): Likewise.
2285         (pgg-gpg-encrypt-symmetric-region): Likewise.
2286         (pgg-gpg-decrypt-region): Likewise.
2287         (pgg-gpg-sign-region): Likewise.
2288         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2289
2290 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2291
2292         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2293
2294         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2295         Add comment on version.
2296
2297 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2298
2299         * smiley.el: Add missing test smiley.
2300
2301 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * mm-decode.el (mm-with-part): New macro.
2304         (mm-get-part): Use it; work with message/external-body as well.
2305         (mm-save-part): Treat name and filename equally.
2306
2307         * mm-extern.el (mm-extern-cache-contents): New function.
2308         (mm-inline-external-body): Use it; force the part to be displayed;
2309         move undisplayer added to the cached handle to the parent.
2310
2311         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2312         (gnus-mime-view-part-as-type): Work with message/external-body.
2313
2314         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2315
2316 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2317
2318         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2319         images in image-load-path.  [Sync with image.el, revision 1.60, in
2320         Emacs.]
2321
2322 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2323
2324         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2325         path rather than symbol.  Always return list of directories.
2326         Guarantee that image directory comes first.  [Sync with image.el,
2327         revision 1.59, in Emacs.]
2328
2329         * message.el (message-make-tool-bar): Adjust to new API of
2330         `gmm-image-load-path-for-library'.
2331
2332         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2333
2334         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2335
2336 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2337
2338         * gnus-art.el (gnus-article-only-boring-p):
2339         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2340         intangible text.
2341         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2342
2343 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2344
2345         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2346         `defun' instead of `gmm-defun-compat'.
2347
2348 2006-03-14  Simon Josefsson  <jas@extundo.com>
2349
2350         * message.el (message-unique-id): Don't use message-number-base36
2351         if (user-uid) is a float.
2352         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2353
2354 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2357
2358         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2359         empty line between a part and a message part.
2360
2361 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2362
2363         * smiley.el: Add more test smileys.
2364         (smiley-data-directory, smiley-regexp-alist)
2365         (gnus-smiley-file-types): Fix doc strings.
2366         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2367         adding new elements.
2368         (smiley-mouse-map): Unused code.  Make it a comment.
2369
2370 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2373         scan latest NoCeM messages instead of old ones.
2374         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2375         delimiters that are recently used.
2376         (gnus-nocem-load-cache): Add autoload cookie.
2377
2378         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2379
2380         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2381         level which is larger than gnus-use-nocem is specified.
2382
2383         * gnus-group.el (gnus-group-get-new-news): Ditto.
2384
2385 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2386
2387         * gnus-util.el (gnus-tool-bar-update): New function.
2388
2389         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2390         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2391
2392         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2393
2394         * gnus-group.el (gnus-group-redraw-when-idle)
2395         (gnus-group-redraw-check): Remove.
2396         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2397
2398 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2401         if optional last element is specified in splits (FIELD VALUE...).
2402
2403 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2404
2405         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2406         to gmm-image-load-path-for-library.  Call with no-error argument.
2407         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2408
2409         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2410
2411         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2412
2413         * gmm-utils.el (gmm-image-load-path): Remove alias.
2414
2415 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2416
2417         * gmm-utils.el (gmm-image-load-path): Add alias.
2418
2419         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2420         nnml-generate-nov-databases-1.
2421         (nnml-generate-nov-databases): Use it.
2422         (nnml-generate-nov-databases-directory): Document no-active
2423         argument.
2424
2425         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2426         directory if path is t.  Add no-error.
2427
2428         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2429         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2430
2431         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2432         resetting gnus-article-browse-html-temp-list.
2433
2434         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2435         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2436         Add example to docstring.  Rename local variables.  Move error
2437         checks to default case in cond and simplify.
2438
2439 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2442         handle is multipart when calling it recursively.
2443         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2444
2445 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2446
2447         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2448         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2449
2450 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2453         is loaded.
2454
2455         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2456         loaded.
2457
2458 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2459
2460         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2461         to "Emacs 23 (unicode)" in doc string.
2462
2463         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2464         "Emacs 23 (unicode)" in comment.
2465
2466 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2469
2470         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2471         characters 160 through 255 in Emacs 23.
2472
2473 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2474
2475         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2476         gnus-article-browse-html-temp.
2477         (gnus-article-browse-delete-temp): Make it customizable.  Add
2478         `file'.  Adjust doc string.
2479         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2480         query for each file.  Adjust doc string.
2481         (gnus-article-browse-html-parts): Add
2482         `gnus-article-browse-delete-temp-files' to
2483         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2484
2485 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2486
2487         * gnus-art.el (gnus-article-browse-html-temp)
2488         (gnus-article-browse-delete-temp): New variables.
2489         (gnus-article-browse-delete-temp-files): New function.
2490         (gnus-article-browse-html-parts): Use it.
2491
2492 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2493
2494         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2495
2496         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2497         string.
2498
2499         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2500         gnus-summary-insert-new-articles when unplugged.  Remove
2501         gnus-summary-search-article-forward.
2502
2503         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2504         display-visual-class instead of display-color-cells.
2505
2506 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * dgnushack.el: Autoload customize-group for XEmacs.
2509
2510         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2511         message/* containing non-ASCII text properly.
2512
2513 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2514
2515         * message.el: Require gmm-utils, remove autoloads.
2516         (message-tool-bar): Set default based on
2517         gmm-tool-bar-style.
2518         (message-tool-bar-gnome): Add gmm-customize-mode.
2519
2520         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2521         gmm-tool-bar-style.
2522         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2523
2524         * gnus-group.el (gnus-group-tool-bar): Set default based on
2525         gmm-tool-bar-style.
2526         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2527
2528         * gmm-utils.el (gmm-image-directory): Rename variable from
2529         gmm-image-load-path.
2530         (gmm-image-load-path): Use gmm-image-directory.
2531         (gmm-customize-mode): New function.
2532         (gmm-tool-bar-style): New variable.
2533
2534         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2535         gnus-group-redraw-line-number.
2536         (gnus-group-redraw-check): Simplify.
2537         (gnus-group-tool-bar-update): Remove redraw check.
2538         (gnus-group-make-tool-bar): Add redraw check.
2539
2540 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2541
2542         * gnus-art.el (gnus-button): Add missing parentheses.
2543
2544 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * lpath.el: Fbind line-number-at-pos.
2547
2548 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2551
2552 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2553
2554         * gnus-art.el (gnus-button): New face.
2555         (gnus-article-button-face): Use it.
2556
2557         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2558         gnus-summary-next-page.  Re-order.
2559
2560         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2561         next-node are now included.
2562         (gnus-group-redraw-line-number): New internal variable.
2563         (gnus-group-redraw-check): Helper function for updating the tool
2564         bar.
2565         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2566
2567         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2568
2569         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2570         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2571         Use it to match format of Spamassassin 3.0 and later.  Reported by
2572         IRIE Tetsuya <irie@t.email.ne.jp>.
2573         (spam-check-bogofilter)
2574         (spam-bogofilter-register-with-bogofilter): Fix args of
2575         `gnus-error' calls.
2576
2577 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2578
2579         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2580         unnecessary interaction when sending queued mails.  Reported by
2581         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2582
2583 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2584
2585         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2586         first or last are nil.
2587
2588 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2589
2590         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2591
2592 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2595
2596 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * dns.el (query-dns): Protect more against buggy tcp output.
2599
2600 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2601
2602         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2603         nov.php.
2604
2605 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2606
2607         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2608         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2609         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2610         output on the server side.
2611         (nnweb-google-create-mapping): Update regexps and add some
2612         progress indication.
2613
2614 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2615
2616         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2617         gnus-agent-toggle-plugged.  Re-order icons.
2618         (gnus-group-tool-bar-gnome): Add
2619         gnus-group-{prev,next}-unread-group.
2620         (gnus-group-tool-bar-gnome): Re-order icons.
2621
2622         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2623         gnus-summary-insert-new-articles.
2624
2625         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2626         comments.
2627
2628         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2629         also available in Emacs 21.3.
2630
2631         * message.el (message-fix-before-sending): Change "Emacs 22" to
2632         "Emacs 23 (unicode)" in comment.
2633
2634         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2635         "Emacs 23 (unicode)" in comment.
2636
2637         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2638         comment.
2639         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2640
2641         * mm-view.el (mm-fill-flowed): Add :version.
2642
2643 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2646         and load-path.
2647
2648 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2649
2650         * message.el: Autoload gmm-image-load-path.
2651         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2652         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2653         consitency.
2654
2655         * gmm-utils.el (gmm-image-load-path): Also search in
2656         "../etc/images".  Don't set gmm-image-load-path if we don't find
2657         the image.
2658
2659 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * gmm-utils.el (gmm-image-load-path): Don't make
2662         `gmm-image-load-path' include subdirectories which the second arg
2663         `image' might specify.
2664
2665         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2666         subdirectory to icon file names.
2667
2668         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2669
2670 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2671
2672         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2673         gmm-image-load-path calls.
2674
2675         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2676
2677         * message.el (message-make-tool-bar): Ditto.
2678
2679         * mml.el (mml-preview): Added comment concerning tool bar icons.
2680
2681         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2682         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2683
2684         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2685         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2686
2687         * message.el (message-tool-bar-gnome): Use new icon names.
2688         (message-make-tool-bar): Use `gmm-image-load-path'.
2689
2690         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2691         functions from MH-E.
2692         (gmm-image-load-path): New variable from MH-E.
2693         (gmm-image-load-path): New function from MH-E.  Added arguments
2694         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2695         *-image-load-path-called-flag.
2696
2697 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2698
2699         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2700
2701 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2702         (tiny change)
2703
2704         * nnimap.el (nnimap-request-move-article): Change folder back to
2705         source group before deleting.
2706
2707 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2708
2709         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2710
2711         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2712         mm-url.
2713
2714         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2715
2716 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2719         coding system which mm-charset-to-coding-system returns for a
2720         given charset is valid.
2721
2722 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2723
2724         * html2text.el (html2text-remove-tag-list):
2725         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2726
2727 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2728
2729         * gnus-cus.el: Revert 2005-10-17 change.
2730
2731 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-art.el (article-strip-banner): Call
2734         article-really-strip-banner only when the regexp match is made.
2735
2736 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * gnus-art.el (article-strip-banner): Use
2739         gnus-extract-address-components instead of
2740         mail-header-parse-addresses to make it work with non-ASCII text;
2741         remove mail-encode-encoded-word-string.
2742
2743         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2744         values which are surrounded with \"...\"; make it never cause a
2745         Lisp error; give up parsing of parameters if it failed in
2746         extracting type.
2747
2748 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2749
2750         * smime.el (smime-cert-by-ldap-1): Fix bug where
2751         `smime-ldap-search' returns results without userCertificates.
2752
2753 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2756
2757 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2758
2759         * spam.el (spam-check-spamassassin-headers): Adapt format for
2760         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2761         <ari@mbf.ocn.ne.jp>.
2762         (spam-list-of-processors): Add spam-use-gmane.
2763
2764 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2767         make-temp-file; make it work with XEmacs as well.
2768
2769         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2770         mm-make-temp-file.
2771
2772         * mm-decode.el (mm-display-external): Use the 3rd arg of
2773         mm-make-temp-file.
2774         (mm-create-image-xemacs): Ditto.
2775
2776 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2779         with message-narrow-to-headers.
2780         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2781         (gnus-draft-check-draft-articles): New function.
2782         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2783
2784 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2785
2786         * gnus-art.el (gnus-article-browse-html-parts):
2787         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2788         Don't use suffix argument for mm-make-temp-file for Emacs 21
2789         compatibility.  Remove useless `format'.
2790
2791 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2792
2793         * nnweb.el (nnweb-google-wash-article): Update regexps.
2794         (nnweb-group-alist): Use defvoo instead of defvar.
2795
2796 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2799         re-loading nn* modules.
2800
2801 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2802
2803         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2804         for `tool-bar-mode' and don't check it's default-value.
2805
2806         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2807
2808         * message.el (message-make-tool-bar): Ditto.
2809
2810         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2811         `substring'.  Shorten tmp-file name.
2812
2813         * gnus.el: Remove bogus comment.
2814
2815 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2816
2817         * gnus-art.el (gnus-article-browse-html-parts): New function.
2818         (gnus-article-browse-html-article): New function for viewing html
2819         articles with a browser.
2820
2821 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2822
2823         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2824         in elisp.
2825         (pgg-gpg-encrypt-symmetric-region): Ditto.
2826         (pgg-gpg-sign-region): Ditto.
2827
2828         * pgg-def.el (pgg-text-mode): New variable.
2829
2830         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2831         (mml2015-pgg-encrypt): Ditto.
2832
2833         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2834         (mml1991-pgg-encrypt): Ditto.
2835
2836 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2839         message-make-date instead of current-time-string.
2840
2841         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2842         to gnus-decoded which mm-uu might set.
2843
2844 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2847         don't decode quoted parameters; remove misimported Emacs code.
2848         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2849         (rfc2231-decode-encoded-string): Don't use split-string which
2850         behaves differently according to Emacs version; use
2851         mm-decode-coding-region to convert charset to coding-system.
2852         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2853         (rfc2231-encode-string): Remove misimported Emacs code.
2854
2855 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2858         when calling mail-header-parse-content-type.
2859         (article-de-quoted-unreadable): Ditto.
2860         (article-de-base64-unreadable): Ditto.
2861         (article-wash-html): Ditto.
2862
2863         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2864         calling mail-header-parse-content-type and
2865         mail-header-parse-content-disposition.
2866         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2867         mail-header-parse-content-type.
2868
2869         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2870         insert charset and format parameters; encode description after
2871         inserting it to buffer.
2872         (mml-insert-parameter): Fold lines properly even if a parameter is
2873         segmented into two or more lines; change the max column to 76.
2874
2875         * rfc1843.el (rfc1843-decode-article-body): Don't use
2876         ignore-errors when calling mail-header-parse-content-type.
2877
2878         * rfc2231.el (rfc2231-parse-string): Return at least type if
2879         possible; don't cause an error even if it fails in parsing of
2880         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2881         (rfc2231-encode-string): Don't break lines at the beginning, leave
2882         it to mml-insert-parameter.
2883
2884         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2885         calling mail-header-parse-content-type.
2886
2887 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2888
2889         * spam-report.el (spam-report-gmane-use-article-number):
2890         Improve doc string.
2891         (spam-report-gmane-internal): Check if a suitable header was found
2892         in the article.
2893
2894 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2897         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2898
2899 2006-02-05  Romain Francoise  <romain@orebokech.com>
2900
2901         Update copyright notices of all files in the gnus directory.
2902
2903 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2904
2905         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2906
2907 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2910         segmented lines of parameter value to cope with Thunderbird 1.5
2911         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2912         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2913         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2914
2915 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2916
2917         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2918         parts.
2919
2920 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2921
2922         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2923         there's only one active file for all servers.
2924         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2925         solid groups.  Gnus might have used a FAST request to select the group.
2926         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2927         and nnweb-search redundantly in the active file.
2928         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2929         (nnweb-request-create-group): Don't use ARGS.
2930         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2931         initialisations.  Let nnoo do the work.
2932
2933 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2936         Say the part has been decoded.
2937
2938         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2939
2940 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2941
2942         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2943         mailcap-viewer-test-cache when there's no 'test clause, since that
2944         will invert the meaning of a "nil" test previously determined by
2945         mailcap-mailcap-entry-passes-test.
2946
2947 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2950         compiling.
2951
2952         * gnus-sum.el: Ditto.
2953
2954         * message.el: Don't bind tool-bar-map when compiling.
2955
2956 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2957
2958         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2959
2960 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2961
2962         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2963         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2964         current Google Groups.
2965
2966 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2967
2968         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2969         and tool-bar-mode.
2970
2971         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2972         and tool-bar-mode.
2973
2974         * message.el (message-tool-bar-update): Simplify.
2975         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2976
2977         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2978         gnus-summary-buffer.
2979         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2980         gnus-summary-reply.
2981
2982         * gmm-utils.el (gmm): Add :version.
2983
2984 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * Makefile.in (clean): New rule.
2987         (distclean): Use it.
2988
2989 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2990
2991         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2992         autoload.
2993
2994 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2995
2996         * gmm-utils.el (gmm-verbose): Add :group.
2997
2998 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2999
3000         * message.el: Change some comments WRT tool-bars.
3001
3002         * gnus-sum.el (gnus-summary-tool-bar)
3003         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3004         (gnus-summary-tool-bar-zap-list): New variables.
3005         (gnus-summary-make-tool-bar): Complete rewrite using
3006         `gmm-tool-bar-from-list'.
3007
3008         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3009         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3010         variables.
3011         (gnus-group-make-tool-bar): Complete rewrite using
3012         `gmm-tool-bar-from-list'.
3013         (gnus-group-tool-bar-update): New function.
3014
3015         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3016
3017 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3020         is dissected into a single part of which the type is the same as
3021         the given one; decode charset.
3022
3023 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3024
3025         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3026         into alists as symbol not string, since that's what
3027         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3028         look for.
3029
3030 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3033         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3034
3035         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3036
3037 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3040         (gnus-xmas-mime-security-button-menu): New function.
3041
3042         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3043         (gnus-mime-security-button-menu): New definition.
3044         (gnus-mime-security-button-map): Use them.
3045         (gnus-mime-security-button-menu): New function.
3046         (gnus-insert-mime-security-button): Addition to help echo.
3047         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3048         (gnus-mime-security-pipe-part): New functions.
3049
3050         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3051         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3052
3053         * mm-decode.el (mm-handle-set-disposition): Remove.
3054         (mm-handle-set-description): Remove.
3055
3056 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3059         (mm-w3m-standalone-supports-m17n-p): New function.
3060         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3061         w3m usage.
3062
3063         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3064         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3065
3066 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3067
3068         * message.el (message-tool-bar-zap-list): Use
3069         gmm-tool-bar-zap-list as custom type.
3070         (message-tool-bar-update): New function.
3071         (message-tool-bar, message-tool-bar-gnome)
3072         (message-tool-bar-retro): Add message-tool-bar-update.
3073         (message-tool-bar-gnome): Add flyspell-buffer.
3074
3075         * gnus-util.el (gnus-error): Describe `args'.
3076
3077         * gmm-utils.el (gmm-error): Describe `args'.
3078         (gmm-tool-bar-zap-list): New widget.
3079         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3080
3081 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3084         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3085         the number of recursive calls.
3086
3087         * mm-decode.el (mm-handle-set-disposition): New macro.
3088         (mm-handle-set-description): New macro.
3089
3090 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3093         encoding.
3094
3095 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3096
3097         * message.el (message-tool-bar-zap-list, message-tool-bar)
3098         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3099         (message-tool-bar-local-item-from-menu): Remove.
3100         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3101         (message-make-tool-bar): New function.
3102         (message-mode): Use `message-make-tool-bar'.
3103
3104         * gmm-utils.el: New file.
3105         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3106         (gmm-lazy): New widget copied from `nnmail.el'.
3107         (gmm-tool-bar-from-list): New function for creating customizable
3108         tool bars.
3109         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3110         output.
3111         (gmm): Add :prefix to defgroup.
3112
3113 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3114
3115         * gmm-utils.el (gmm-widget-p): New function.
3116
3117 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3118
3119         * mml.el (mml-attach-file): Describe `description' in doc string.
3120         (mml-menu): Add Emacs MIME manual and PGG manual.
3121
3122 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3123
3124         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3125
3126 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3127
3128         * nntp.el (nntp-end-of-line): Doc fix.
3129
3130 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3131
3132         * imap.el (imap-open): Handle case where buffer is a buffer
3133         object.
3134
3135 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3136
3137         * gnus-delay.el (gnus-delay): Don't autoload.
3138         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3139         to be re-loaded when customizing the `gnus-delay' group.
3140
3141 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3142
3143         * message.el (message-insert-citation-line): Use newlines.
3144
3145 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3146
3147         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3148         (pgg-pgp-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-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3152         pgg-add-passphrase-to-cache function.
3153
3154         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3155         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3156         these routines, so the passphrase can be managed externally and
3157         passed in to the system.
3158         (pgg-pgp5-sign-region): Use new name of
3159         pgg-add-passphrase-to-cache function.
3160
3161 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3162
3163         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3164         part of the decoded armor to find the key-identifier.
3165         (pgg-gpg-lookup-key-owner): New function to return the
3166         human-readable identifier of a key owner.
3167         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3168         itself.
3169         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3170         the key value) if we have a key and can match it against a secret
3171         key.  Also, added a note pointing out fact that the prompt only
3172         indicates the first matching key.
3173
3174         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3175         pgg-decrypt-region.
3176         (pgg-add-passphrase-to-cache): Rename from
3177         `pgg-add-passphrase-cache' to reduce confusion (all callers
3178         changed).
3179         (pgg-remove-passphrase-from-cache): Rename from
3180         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3181         changed).
3182         (pgg-read-passphrase, pgg-add-passphrase-cache)
3183         (pgg-remove-passphrase-cache): Add informative docstrings.
3184         (pgg-decrypt): Convey provided passphrase in subordinate call to
3185         pgg-decrypt-region.
3186
3187 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3188
3189         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3190         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3191         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3192         'passphrase' argument, so the passphrase can be managed externally
3193         and then passed in to the system.
3194
3195         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3196         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3197         so the passphrase cache can be used reliably with identifiers
3198         besides a pgp packet's key id.
3199
3200         * pgg-gpg.el (pgg-gpg-encrypt-region)
3201         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3202         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3203         these routines, so the passphrase can be managed externally and
3204         passed in to the system.
3205
3206         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3207         'notruncate' argument, so the passphrase cache can be used
3208         reliably with identifiers besides a pgp packet's key id.
3209
3210 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3211
3212         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3213         symmetric encryption.
3214         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3215         encrypted session key.
3216         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3217         message ask for the passphrase in a proper way.
3218
3219         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3220         New user commands for symmetric encryption.
3221
3222 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3225
3226         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3227
3228 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3229
3230         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3231
3232 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * mm-decode.el (mm-inlined-types): Add application/pgp.
3235         (mm-automatic-display): Ditto.
3236
3237         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3238         part as text.
3239
3240 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * nnrss.el: Update copyright.
3243         (nnrss-opml-import): Query whether to subscribe to each entry.
3244
3245         * gnus-art.el:
3246         * gnus-sum.el:
3247         * gnus-xmas.el:
3248         * messagexmas.el:
3249         * mm-uu.el:
3250         * mm-view.el: Update copyright.
3251
3252 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3253
3254         * message.el (message-info): New function.
3255         (message-mode-menu): Add it.
3256         Update copyright.
3257
3258         * ChangeLog: Fix and update copyright.
3259
3260 2006-01-13  Romain Francoise  <romain@orebokech.com>
3261
3262         * message.el (message-forward-subject-name-subject): Prefer the
3263         address to 'nowhere' if the sender has no name.
3264         Fix typo.  Update copyright year.
3265
3266 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * gnus-art.el (article-wash-html): Use
3269         gnus-summary-show-article-charset-alist if a numeric arg is given.
3270         (gnus-article-wash-html-with-w3m-standalone): New function.
3271
3272         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3273         mm-inline-text-html-render-with-w3m-standalone.
3274         (mm-text-html-washer-alist): Map w3m-standalone to
3275         gnus-article-wash-html-with-w3m-standalone.
3276         (mm-inline-text-html-render-with-w3m-standalone): New function.
3277
3278 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3279
3280         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3281         Improve LaTeX.
3282
3283 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3286         (nnrss-request-article): Render text/plain parts as HTML.
3287
3288         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3289         the buffer.
3290
3291 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3292
3293         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3294         custom definition of `gnus-posting-styles'.
3295
3296         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3297         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3298
3299 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3300
3301         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3302         Use nntp for bug archive.
3303
3304 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3307         parts.
3308         (nnrss-normalize-date): New function converts ISO 8601 date into
3309         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3310         (nnrss-check-group): Use it.
3311
3312 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3315
3316         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3317         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3318         (nnrss-insert-w3): Ditto.
3319
3320 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3323         the articles to be forwarded including the case where neither a
3324         number of articles nor a region is specified.
3325
3326 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * nnrss.el (nnrss-request-article): Fix last change; fill
3329         text/plain parts.
3330
3331 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3332
3333         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3334         in text/plain part.
3335         (nnrss-check-group): Don't add excessive newline to dc:subject.
3336
3337 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3338
3339         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3340         article.
3341
3342 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3343
3344         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3345         (nnml-use-compressed-files, nnml-save-mail): Support other
3346         comression programs such as bzip2.
3347
3348 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * dns.el (query-dns): Make sure we check the buffer size before
3351         removing tcp headers.
3352
3353 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3356         remove MIME buttons associated with multipart/alternative parts.
3357         (gnus-mime-display-alternative): Tag buttons using `article-type'
3358         text property.
3359
3360         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3361         associated with multipart/alternative parts.
3362
3363         * gnus-art.el (gnus-signature-separator): Fix custom type.
3364
3365         * mm-decode.el (mm-inlined-types): Fix custom type.
3366         (mm-keep-viewer-alive-types): Ditto.
3367         (mm-automatic-display): Ditto.
3368         (mm-attachment-override-types): Ditto.
3369         (mm-inline-override-types): Ditto.
3370         (mm-automatic-external-display): Ditto.
3371
3372 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3373
3374         * spam-report.el (spam-report-user-mail-address)
3375         (spam-report-user-agent): New variables.
3376         (spam-report-url-ping-plain): Use spam-report-user-agent.
3377
3378 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3379
3380         * gnus-art.el (gnus-button-handle-custom): Do not just use
3381         `customize-apropos' for any "M-x customize-*" button but the
3382         function called for.  Accept both the function name and its
3383         argument in order to achieve this.
3384         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3385         function name to `gnus-button-handle-custom' in case of "M-x
3386         customize-*" buttons.
3387
3388 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3391         multipart/alternative and add xref to mm-discouraged-alternatives
3392         in doc string.
3393
3394         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3395         gnus-buttonized-mime-types in doc string.
3396
3397 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3400         Suggest image/.* in the doc string.
3401
3402 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3403
3404         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3405         message-marks (Debian bug #342521).
3406
3407 2005-12-12  Simon Josefsson  <jas@extundo.com>
3408
3409         * password.el (password-read-from-cache): Add.
3410         (password-read): Use it.
3411
3412 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3415         us-ascii as a MIME charset.
3416
3417         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3418         against the case where the 2nd arg TYPE is nil.
3419
3420 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3421
3422         * pop3.el (pop3-stream-type): Fix custom version.
3423
3424         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3425
3426 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3427
3428         * mm-decode.el (mm-display-external): Add missing cdr.
3429
3430 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3433         RFC1524) if it is in mailcap or add a suffix according to
3434         mailcap-mime-extensions when generating a temp filename; postpone
3435         deleting a temp file for 2 seconds for some wrappers, shell
3436         scripts, and so on, which might exit right after having started a
3437         viewer command as a background job.
3438
3439 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3440
3441         * nntp.el (nntp-marks-directory): Fix custom group.
3442
3443         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3444         steps when < 10.
3445
3446         * gnus-start.el (gnus-no-server-1): Mention
3447         `gnus-level-default-subscribed' in doc string.
3448
3449 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3450
3451         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3452         parens.
3453
3454 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * gnus-xmas.el (gnus-use-toolbar): Revert.
3457         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3458         gnus-use-toolbar is default.
3459
3460         * messagexmas.el (message-use-toolbar): Revert.
3461         (message-setup-toolbar): Use global default-toolbar if
3462         message-use-toolbar is default.
3463
3464 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3467         according to default-toolbar-visible-p.
3468
3469         * messagexmas.el (message-use-toolbar): Ditto.
3470
3471 2005-11-26  Dave Love  <fx@gnu.org>
3472
3473         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3474         (tls-program, tls-success): Provide openssl alternative.
3475
3476         * starttls.el: Doc fixes.
3477         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3478         SERVICE to PORT.
3479
3480         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3481         port null or service name.
3482         (starttls-negotiate): Autoload.
3483
3484 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * message.el (message-kill-to-signature): Fix interactive spec.
3487
3488 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * pop3.el (pop3-open-server): Recognize a string as a service name.
3491
3492 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3493
3494         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3495
3496 2005-11-23  Dave Love  <fx@gnu.org>
3497
3498         Add pop3s, pop3/starttls.
3499
3500         * pop3.el (pop3-authentication-scheme): Clarify doc.
3501         (open-tls-stream, starttls-open-stream): Autoload.
3502         (pop3-stream-type): New.
3503         (pop3-open-server): Use it.
3504
3505         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3506         for POP.
3507         (mail-source-keyword-map): Add :stream for POP.
3508         (mail-source-fetch-pop): Use pop3-stream-type.
3509
3510 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3513         of current-time-string.
3514
3515 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3516
3517         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3518         date header.
3519
3520 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3521
3522         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3523         it can seriously impact performance as it bypasses the agent's
3524         local caches.
3525
3526 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3527
3528         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3529         must be explicitly online rather than "not explicitly offline" for
3530         its flags to be synchronized.
3531
3532         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3533         that gnus-uu-unmark-thread will function correctly.
3534
3535         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3536         1024K is instead displayed as 1M.
3537
3538 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3541
3542 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3543
3544         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3545
3546 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3547
3548         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3549         error message to display actual error condition.
3550         (gnus-agent-save-local): Avoid saving symbols that are bound to
3551         nil as they simply result in a warning message in
3552         gnus-agent-read-local.
3553
3554 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3557         rather than make-variable-buffer-local for file-precious-flag.
3558
3559 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3560
3561         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3562         for duplicates which are removed.  The invalid sort check then
3563         triggers a rescan after the sort as sorting may have moved
3564         duplicate entries such that they can be cheaply detected.
3565
3566 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3567
3568         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3569
3570 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3571
3572         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3573         internal variable to a custom variable.  Changed default value
3574         from compressed(2) to uncompressed(1).
3575         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3576         support for uncompressed agentview files.  Taken together, reading
3577         the agentview file should now be 6-7 times faster.
3578
3579 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3580
3581         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3582         as a buffer-local variable.  This avoids creating truncated
3583         dribble files as a result of a hang up, eg.
3584
3585 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3586
3587         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3588         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3589         XEmacs.
3590
3591 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3592
3593         * gnus-start.el (gnus-start-draft-setup): Enforce
3594         `gnus-draft-mode' for nndraft:drafts at startup.
3595
3596         * gnus.el (gnus-splash): Change custom group.
3597         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3598         allow-list argument.
3599
3600         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3601         string.
3602
3603 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3604
3605         * gnus-art.el (gnus-default-article-saver): Add user-defined
3606         `function' to custom type.
3607
3608 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3609
3610         * imap.el (imap-open): Handle case where buffer is a buffer
3611         object.
3612
3613 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3614
3615         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3616         long lines.
3617         (gnus-cache-delete-group): Wrap doc strings.
3618
3619         * gnus-agent.el (gnus-agent-rename-group)
3620         (gnus-agent-delete-group): Wrap doc strings.
3621
3622
3623 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * messagexmas.el (message-use-toolbar): Change the valid values
3626         into default, top, bottom, left, and right.
3627         (message-toolbar-thickness): New variable.
3628         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3629         well.
3630         (message-setup-toolbar): Make it work.
3631
3632         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3633         (gnus-use-toolbar): Change the valid values into default, top,
3634         bottom, left, and right.
3635         (gnus-toolbar-thickness): New variable.
3636         (gnus-xmas-setup-toolbar): New function.
3637         (gnus-xmas-setup-group-toolbar): Use it.
3638         (gnus-xmas-setup-summary-toolbar): Use it.
3639
3640 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * gnus-start.el (gnus-1): Add "native" to
3643         gnus-predefined-server-alist.
3644
3645         * gnus.el (gnus-method-to-server): Don't add "native" to the
3646         lists here, because that leads to problems when
3647         gnus-select-method is bound.
3648
3649 2005-11-09  Simon Josefsson  <jas@extundo.com>
3650
3651         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3652         use (not sort-by-date) instead.
3653
3654 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3655
3656         * gnus-delay.el (gnus-delay-group): Don't autoload.
3657         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3658         to be re-loaded when customizing the `gnus-delay' group.
3659
3660 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3661
3662         * message.el: Revert last changes.
3663         (message-insert-citation-line): Use newlines.
3664
3665 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3666
3667         * message.el (message-courtesy-message)
3668         (message-mark-insert-begin, message-mark-insert-end)
3669         (message-elide-ellipsis, message-cancel-message)
3670         (message-add-header, message-change-subject)
3671         (message-cross-post-followup-to-header)
3672         (message-cross-post-insert-note, message-reduce-to-to-cc)
3673         (message-widen-reply, message-delete-not-region)
3674         (message-kill-to-signature, message-insert-signature)
3675         (message-insert-importance-high, message-insert-importance-low)
3676         (message-insert-or-toggle-importance)
3677         (message-insert-disposition-notification-to)
3678         (message-indent-citation, message-yank-original)
3679         (message-cite-original-without-signature, message-cite-original)
3680         (message-insert-citation-line, message-position-on-field)
3681         (message-fix-before-sending, message-send-mail-partially)
3682         (message-send-mail, message-send-mail-with-sendmail)
3683         (message-send-mail-with-qmail, message-send-news)
3684         (message-check-news-header-syntax, message-generate-headers)
3685         (message-insert-courtesy-copy, message-fill-address)
3686         (message-fill-header, message-shorten-references)
3687         (message-setup-1, message-cancel-news)
3688         (message-forward-make-body-plain, message-forward-make-body-mime)
3689         (message-forward-make-body-mml, message-encode-message-body)
3690         (message-forward-make-body-digest-plain)
3691         (message-forward-make-body-digest-mime)
3692         (message-use-alternative-email-as-from): Insert `hard-newline'
3693         instead of ordinary newlines.
3694
3695 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * message.el (message-generate-headers): Downcase the argument
3698         given to message-check-element.
3699
3700 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3701
3702         * nntp.el (nntp-authinfo-rejected): New error condition.
3703         (nntp-wait-for): Use new error condition to signal authentication
3704         error.
3705         (nntp-retrieve-data): Rethrow new error condition to break out of
3706         recursive call to nntp-send-authinfo.
3707
3708 2005-11-08  Romain Francoise  <romain@orebokech.com>
3709
3710         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3711         (gnus-summary-exit-map): Bind to `Z p'.
3712         (gnus-summary-make-menu-bar): Add menu item.
3713
3714 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3715
3716         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3717         (gnus-treat-*): Add `first' in all doc strings.
3718
3719         * gnus-group.el (gnus-group-compact-group): Fix typo.
3720
3721 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3722
3723         * gnus.el (gnus-parameters-case-fold-search): New variable.
3724         (gnus-parameters-get-parameter): Use it.
3725
3726         * gnus-score.el (gnus-home-score-file): Doc fix.
3727
3728 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3729
3730         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3731
3732 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * mm-util.el (mm-special-display-p): New function.
3735
3736         * mml.el (mml-preview): Use it; doc fix.
3737
3738 2005-10-29  Romain Francoise  <romain@orebokech.com>
3739
3740         * message.el (message-fix-before-sending): Fix comment.
3741
3742 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3743
3744         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3745
3746 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3747
3748         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3749         Used in gnus-score.el.
3750
3751 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3752
3753         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3754
3755 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3756
3757         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3758         whitespace removed in revision 7.8.  Use concatenated string to
3759         protect trailing whitespace.
3760
3761 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
3762
3763         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3764         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3765         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3766         Courier IMAP ("some version from 2004").  Mostly based on similar
3767         code in the same function.
3768
3769 2005-10-26  Didier Verna  <didier@xemacs.org>
3770
3771         * gnus-group.el (gnus-group-compact-group): invalidate original
3772         article buffer.
3773         * gnus-srvr.el (gnus-server-compact-server): ditto.
3774         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3775         NOV database and in article itself.
3776         Invalidate article backlog.
3777
3778 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3779
3780         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3781
3782 2005-10-26  Simon Josefsson  <jas@extundo.com>
3783
3784         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3785         part of 2004-07-25 change.
3786
3787 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * message.el (message-display-completion-list): New function.
3790         (message-expand-group): Use it; make sure the Completions buffer
3791         is modifiable.
3792
3793 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3794
3795         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3796         user-mail-name is an empty string.
3797
3798 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3799
3800         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3801         depending on gnus-score-decay-constant.
3802
3803         * encrypt.el (encrypt-insert-file-contents)
3804         (encrypt-write-file-contents): Don't use `gnus-message'.
3805
3806         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3807         arguments.
3808         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3809         arguments to mm-uu-verbatim-marks-extract.
3810         (mm-uu-hide-markers): New variable.
3811         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3812
3813         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3814         (gnus-convert-image-to-face-command): Use "convert" by default to
3815         allow other input image formats.
3816         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3817         accordingly.
3818
3819 2005-10-23  Simon Josefsson  <jas@extundo.com>
3820
3821         * imap.el (imap-gssapi-program): Align command line parameters
3822         with latest GNU SASL.
3823         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3824
3825 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3828         HTML.
3829         (nnslashdot-request-article): Ditto.
3830
3831         * lpath.el (featurep): Add nobreak-char-display.
3832
3833 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3834
3835         * mail-source.el (mail-source-fetch-pop): Require pop3.
3836         (mail-source-check-pop): Ditto.
3837
3838 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3841         errors.
3842
3843 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3844
3845         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3846         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3847
3848         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3849
3850         * mm-bodies.el (mm-decode-string): Call
3851         `mm-charset-to-coding-system' with allow-override argument.
3852
3853 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3856         (rfc2047-charset-to-coding-system): New function.
3857         (rfc2047-decode-encoded-words): New function.
3858         (rfc2047-decode-region): Use them.
3859         (rfc2047-decode-cte): Remove.
3860         (rfc2047-parse-and-decode): Remove.
3861         (rfc2047-decode): Remove.
3862
3863 2005-10-15  Kenichi Handa  <handa@m17n.org>
3864
3865         * rfc2047.el (rfc2047-decode-cte): New function.
3866         (rfc2047-decode-region): Change the way to decode successive
3867         encoded-words: decode B- or Q-encoding in each encoded-word,
3868         concatenate them, and decode it as charset.
3869
3870 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * lpath.el: Fbind codepage-setup for XEmacs.
3873
3874 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3875
3876         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3877         widget-move-and-invoke.
3878         (gnus-custom-mode): Use gnus-custom-map.
3879
3880 2005-10-15  Bill Wohler  <wohler@newt.com>
3881
3882         * message.el (message-tool-bar-map): Renamed image file from
3883         mail_send to mail/send.
3884
3885 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3886
3887         * message.el (message-expand-group): Pass the common
3888         prefix substring of completion to `display-completion-list'.
3889
3890 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3891
3892         * mml-sec.el (mml-secure-method): New internal variable.
3893         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3894         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3895         functions using mml-secure-method.
3896
3897         * mml.el (mml-mode-map): Add key bindings for those functions.
3898         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3899         Harder <harder@myrealbox.com>.
3900         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3901         end of message if point is the headers of the message.
3902
3903         * message.el (message-in-body-p): New function.
3904
3905         * assistant.el: Autoload gnus-util and netrc.
3906
3907         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3908         Use `mm-charset-override-alist' only when decoding.
3909
3910         * mm-bodies.el (mm-decode-body): Call
3911         `mm-charset-to-coding-system' with allow-override argument.
3912
3913         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3914         `filename' from Content-Disposition if Content-Type doesn't
3915         provide `name'.
3916         (gnus-mime-view-part-as-type): Set default instead of
3917         initial-input.
3918
3919 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3920
3921         * format-spec.el (format-spec): Propagate text properties of % spec.
3922
3923 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3924
3925         * gnus-art.el (gnus-treat-predicate): Add `first'.
3926
3927 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3928
3929         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3930         (mm-charset-override-alist): New variable.
3931         (mm-charset-to-coding-system): Use it.
3932         (mm-codepage-setup): New helper function.
3933         (mm-charset-eval-alist): New variable.
3934         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3935         about unknown charsets.
3936
3937         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3938
3939 2005-10-04  David Hansen  <david.hansen@gmx.net>
3940
3941         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3942         (nnrss-check-group): Ditto.
3943
3944 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3945
3946         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3947         Rename x-gnus-verbatim to x-verbatim.
3948         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3949
3950         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3951         x-verbatim.
3952
3953         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3954
3955         * gnus-util.el (gnus-remove-duplicates): Remove.
3956
3957         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3958         instead of gnus-remove-duplicates.
3959
3960         * message.el (message-remove-duplicates): Remove.
3961         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3962         message-remove-duplicates.
3963
3964         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3965         available, else use implementation from `delete-dups'.
3966
3967         * message.el (message-insert-expires): New function.
3968         (message-mode-map): Add key binding.
3969         (message-mode-field-menu): Add menu entry.
3970         (message-mode): Document it.
3971         (message-make-expires-date): Use `message-make-date'.
3972
3973 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3974
3975         * message.el (message-make-expires-date): New function.
3976
3977 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * Makefile.in (list-installed-shadows): New entry.
3980         (install): Use it.
3981         (remove-installed-shadows): New entry.
3982
3983         * dgnushack.el (dgnushack-default-load-path): New variable.
3984         (dgnushack-find-lisp-shadows): New function.
3985         (dgnushack-remove-lisp-shadows): New function.
3986
3987 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * Makefile.in (install-el-elc): New entry.
3990         (install): Use it so that .el files are necessarily installed.
3991
3992 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3995
3996 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3997
3998         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3999         function rather than the diff-mode.el package.
4000         (mm-display-external): Use with-current-buffer.
4001         (mm-viewer-completion-map, mm-viewer-completion-map):
4002         Move initialization inside declaration.
4003
4004 2005-09-29  Simon Josefsson  <jas@extundo.com>
4005
4006         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4007         autoload mail-check-payment.
4008         (spam-check-hashcash): Define unconditionally, since hashcash.el
4009         is part of Gnus now.  Ignore errors from payment checking.
4010
4011 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4012
4013         * message.el (message-bold-region, message-unbold-region): Rename
4014         from `bold-region' and `unbold-region'.
4015
4016         * message.el: Remove useless autoloads.
4017
4018 2005-09-28  Simon Josefsson  <jas@extundo.com>
4019
4020         * message.el (message-use-idna): Default to t.
4021         (message-use-idna): Test whether encoding works too.  Doc fix.
4022
4023 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * nntp.el (nntp-warn-about-losing-connection): Remove.
4026
4027 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4028
4029         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4030         customizable.  Change default value.
4031         (mm-uu-diff-groups-regexp): Change default value.
4032         (mm-uu-type-alist): Add doc string.
4033         (mm-uu-configure): Add doc string.  Make it interactive.
4034         (mm-uu-tex-groups-regexp): New variable.
4035         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4036         (mm-uu-type-alist): Add LaTeX documents.
4037         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4038         of "text/verbatim".
4039         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4040
4041         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4042         instead of "text/verbatim".
4043
4044         * message.el (message-mark-inserted-region)
4045         (message-mark-insert-file): Use slrn style marks when called with
4046         prefix argument.
4047
4048 2005-09-27  Simon Josefsson  <jas@extundo.com>
4049
4050         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4051
4052 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4053
4054         * message.el (message-remove-duplicates): New function.
4055         Implementation borrowed from `gnus-remove-duplicates'.
4056         (message-idna-to-ascii-rhs): Also encode idna addresses in
4057         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4058         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4059         only ask about the same idna domain once per header and also tell
4060         in what header to replace the idna domain.
4061
4062         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4063         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4064         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4065         a header is decoded and not just the last one.
4066
4067 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4068
4069         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4070         has been decoded.
4071
4072         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4073         (mm-insert-part): Don't modify text if it has been decoded.
4074
4075         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4076         decoded.
4077
4078         * mm-view.el (mm-inline-text): Don't strip text props unless
4079         decoding enriched or richtext parts.
4080
4081 2005-09-25  Romain Francoise  <romain@orebokech.com>
4082
4083         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4084         * gnus-start.el (gnus-subscribe-interactively):
4085         * gnus-uu.el (gnus-uu-grab-articles):
4086         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4087         space.
4088
4089 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4090
4091         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4092         * mm-view.el (mm-view-pkcs7-decrypt):
4093         * gnus-sum.el (gnus-summary-limit-to-extra)
4094         (gnus-summary-respool-article, gnus-read-move-group-name):
4095         * gnus-score.el (gnus-summary-increase-score):
4096         * gnus-util.el (gnus-completing-read-with-default):
4097         * gnus-art.el (gnus-read-save-file-name)
4098         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4099         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4100         * message.el (message-check-news-header-syntax):
4101         Follow convention for reading with the minibuffer.
4102
4103 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4104
4105         * spam-report.el (spam-report-url-ping-plain):
4106         Use gnus-extended-version as User-Agent.
4107
4108         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4109         default value is nil.
4110
4111         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4112         (mm-uu-verbatim-marks-extract): New function.
4113         (mm-uu-extract): New face.
4114         (mm-uu-copy-to-buffer): Use it.
4115
4116         * spam-report.el (spam-report-gmane-ham): Renamed from
4117         `spam-report-gmane-unspam'.
4118         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4119         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4120
4121         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4122         Autoload.
4123         (spam-report-gmane-unregister-routine): Renamed
4124         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4125
4126 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4127
4128         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4129         (spam-report-gmane-unregister-routine): Add support for gmane
4130         unregistration.
4131
4132         * spam-report.el (spam-report-gmane-unspam)
4133         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4134         (spam-report-gmane): Change to take a single article and do unspam
4135         registration.
4136
4137 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4138
4139         * mm-url.el (mm-url-decode-entities): Fix regexp.
4140
4141 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4144         default to nil, to be able to use Gnus at all.  If the default
4145         switches to something else, then the function should be fixed not
4146         be exceedingly slow.
4147
4148 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4149
4150         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4151         fail hard.
4152
4153         * spam-report.el: Add better Keywords line.
4154
4155         * spam.el: Add Maintainer and better Keywords line.
4156
4157 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4158
4159         * gnus-art.el (gnus-article-replace-part)
4160         (gnus-mime-replace-part): New functions.
4161         (gnus-mime-action-alist, gnus-mime-button-commands)
4162         (gnus-mime-save-part-and-strip): Added file argument.
4163         (gnus-article-part-wrapper): Added interactive argument.
4164
4165         * gnus-sum.el (gnus-summary-mime-map): Add
4166         `gnus-article-replace-part'.
4167
4168 2005-09-19  Didier Verna  <didier@xemacs.org>
4169
4170         The nnml compaction feature:
4171         * nnml.el (nnml-request-compact-group): New function.
4172         * nnml.el (nnml-request-compact): New function.
4173         * gnus-int.el (gnus-request-compact-group): New function.
4174         * gnus-int.el (gnus-request-compact): New function.
4175         * gnus-group.el (gnus-group-compact-group): New function.
4176         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4177         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4178         * gnus-srvr.el (gnus-server-compact-server): New function.
4179         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4180         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4181
4182 2005-09-18  Deepak Goel  <deego@gnufans.org>
4183
4184         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4185         format spec.
4186
4187 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4190
4191 2005-09-15  Romain Francoise  <romain@orebokech.com>
4192
4193         * message.el (message-fill-paragraph): Clarify docstring.
4194
4195 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * gnus-art.el (gnus-mime-display-part): Protect against broken
4198         MIME messages.
4199
4200 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4203         before parsing header.
4204
4205 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4206
4207         * html2text.el: (html2text-replace-list): Add new entities.
4208
4209 2005-09-11  Romain Francoise  <romain@orebokech.com>
4210
4211         * message.el (message-alternative-emails): Improve docstring.
4212         (message-setup-1): Call `message-use-alternative-email-as-from'
4213         after `message-setup-hook' to give it precedence over posting
4214         styles, etc.
4215         (message-use-alternative-email-as-from): Add docstring.  Remove
4216         the original From header if present.
4217
4218         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4219         (nnml-save-mail): Use it.
4220
4221         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4222         articles.  Add new argument `silent'.
4223         (gnus-uu-mark-all): Report the total number of marked articles.
4224
4225 2005-09-10  Romain Francoise  <romain@orebokech.com>
4226
4227         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4228         (gnus-uu-mark-series): Likewise.
4229
4230 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4231
4232         * spam-report.el (spam-report-gmane): Fix generation of spam
4233         report URL.
4234
4235 2005-09-10  Simon Josefsson  <jas@extundo.com>
4236
4237         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4238         t, based on discussion on the ding list with Robert Epprecht
4239         <epprecht@solnet.ch>.
4240
4241 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4242
4243         * spam-report.el (spam-report-gmane): Make it work without
4244         X-Report-Spam header.  Gmane now only provides Archived-At.
4245         This is only used if `spam-report-gmane-use-article-number' is nil.
4246         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4247
4248         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4249         make `gnus-summary-sort-by-recipient' work with threading.
4250
4251         * nnweb.el (nnweb-google-wash-article): Print a message if article
4252         is not available.
4253
4254 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4255
4256         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4257         change.  Decode text/* parts content before displaying.
4258
4259 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4262
4263 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4266
4267         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4268         url-package-name, url-package-version,
4269         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4270         w3m-display-inline-images, and w3m-minor-mode-map.
4271
4272 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4273
4274         * message.el (message-tab-body-function): Fixed mismatched custom
4275         type.
4276
4277         * gnus.el (gnus-group-change-level-function): Ditto.
4278
4279         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4280
4281         * gnus-art.el (gnus-signature-limit)
4282         (gnus-article-mime-part-function): Ditto.
4283
4284 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * mml.el (mml-mode): Silence the byte compiler.
4287
4288         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4289         using `(sit-for 0)' before moving the point to the specified part;
4290         skip unbuttonized parts.
4291         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4292         return to the summary window if gnus-auto-select-part is non-nil.
4293
4294 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4295
4296         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4297         variables.
4298         (mml-dnd-attach-file, mml-mode): Use them.
4299
4300         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4301         Make fetching article by MID work again for Google Groups.  Added
4302         FIXME concerning gnus-group-make-web-group.
4303
4304         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4305         Don't depend on Gnus by using mail-extract-address-components if
4306         gnus-extract-address-components is not bound.
4307
4308 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * gnus-art.el (gnus-mime-display-security): Don't display the
4311         signature, but only the signed part.
4312
4313 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4316
4317         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4318         list, not listp.
4319
4320 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4321
4322         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4323         when encoding.
4324
4325         * mm-bodies.el (mm-decode-content-transfer-encoding):
4326         De-canonicalize CRLF for all text content types, not just
4327         text/plain.
4328
4329 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4332         valid article; point arrow and cursor at the MIME button.
4333
4334 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4337         Suggested by Dan Christensen <jdc@uwo.ca>.
4338
4339         * mm-decode.el (mm-save-part): Enable change of prompt.
4340
4341 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4342
4343         * gnus-msg.el (gnus-inews-add-send-actions): Made
4344         `message-post-method' lambda parameter ARG `&optional'.
4345
4346 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4347
4348         * gnus-sum.el (gnus-summary-mime-map): Added
4349         gnus-article-save-part-and-strip, gnus-article-delete-part and
4350         gnus-article-jump-to-part.
4351
4352         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4353         (gnus-article-edit-part): Use it.
4354         (gnus-article-part-wrapper): Added no-handle argument.
4355         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4356         functions.
4357
4358 2005-08-29  Romain Francoise  <romain@orebokech.com>
4359
4360         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4361         docstring.
4362         (gnus-face-from-file): Likewise.
4363
4364 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4365
4366         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4367         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4368         non-nil.
4369         (gnus-auto-select-part): New variable.
4370         (gnus-article-jump-to-part): New function.
4371         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4372         (gnus-mime-delete-part): Allow selecting specified part after
4373         deleting or stripping parts.
4374         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4375         part if argument is bogus.
4376
4377 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4378
4379         * gnus-art.el (w3m-minor-mode-map):
4380         * gnus-spec.el (gnus-newsrc-file-version):
4381         * gnus-util.el (nnmail-active-file-coding-system)
4382         (gnus-original-article-buffer, gnus-user-agent):
4383         * gnus.el (gnus-ham-process-destinations)
4384         (gnus-parameter-ham-marks-alist)
4385         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4386         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4387         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4388         * mm-decode.el (gnus-current-window-configuration):
4389         * mm-extern.el (gnus-article-mime-handles):
4390         * mm-url.el (url-current-object, url-package-name)
4391         (url-package-version):
4392         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4393         (smime-keys, w3m-cid-retrieve-function-alist)
4394         (w3m-current-buffer, w3m-display-inline-images)
4395         (w3m-minor-mode-map):
4396         * mml-smime.el (gnus-extract-address-components):
4397         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4398         (gnus-newsrc-hashtb, message-default-charset)
4399         (message-deletable-headers, message-options)
4400         (message-posting-charset, message-required-mail-headers)
4401         (message-required-news-headers):
4402         * mml1991.el (mc-pgp-always-sign):
4403         * mml2015.el (mc-pgp-always-sign):
4404         * nnheader.el (nnmail-extra-headers):
4405         * rfc1843.el (gnus-decode-encoded-word-function)
4406         (gnus-decode-header-function, gnus-newsgroup-name):
4407         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4408
4409 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4410
4411         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4412         the end of the date treatments.
4413
4414 2005-08-15  Simon Josefsson  <jas@extundo.com>
4415
4416         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4417         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4418         Capello and Romain Francoise.
4419         (pgg-fetch-key-function): Removed, not used?
4420         (pgg-insert-url-with-w3): Require url, to get
4421         url-insert-file-contents regardless of where it is defined.
4422
4423 2005-08-13  Romain Francoise  <romain@orebokech.com>
4424
4425         * message.el (message-cite-original-1): New function.
4426         (message-cite-original): Use it.
4427         (message-cite-original-without-signature): Ditto.
4428
4429 2005-08-08  Romain Francoise  <romain@orebokech.com>
4430
4431         * message.el (message-yank-empty-prefix): New variable.
4432         (message-indent-citation): Use it.
4433         (message-cite-original-without-signature): Respect X-No-Archive.
4434
4435 2005-08-08  Simon Josefsson  <jas@extundo.com>
4436
4437         * pgg.el: Autoload url-insert-file-contents instead of loading
4438         w3/url.
4439         (pgg-insert-url-with-w3): Don't load url here.
4440
4441 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4442
4443         * message.el (message-kill-to-signature): Don't insert newline at
4444         bol.
4445         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4446
4447 2005-08-06  Romain Francoise  <romain@orebokech.com>
4448
4449         * message.el (message-user-fqdn): Fix typo in docstring.
4450
4451 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4452
4453         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4454
4455         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4456
4457 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * mm-bodies.el (mm-encode-body): Use coding system rather than
4460         charset to encode text.
4461
4462         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4463         number of charsets if utf-8 is available (XEmacs).
4464
4465 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4466
4467         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4468         taken from `gnus-button-mid-or-mail-regexp'.
4469         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4470         (gnus-button-alist): Improve regexp for domain part of the MIDs
4471         for news:localpart@domain buttons.
4472         (gnus-button-ctan-directory-regexp): Update.
4473
4474 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * sieve-manage.el (sieve-manage-interactive-login): Use
4477         make-local-variable rather than make-variable-buffer-local.
4478         (sieve-manage-open): Ditto.
4479         (sieve-manage-authenticate): Ditto.
4480
4481         * mml.el (mml-generate-mime-1): Make the content type default to
4482         text/plain if the filename is not specified.
4483
4484 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4487         instead of insert-buffer.
4488
4489         * message.el (message-yank-original): Ditto; set the mark at the
4490         end of the yanked message.
4491
4492 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4495         lines to scroll rather than to stop it.
4496
4497         * mml.el (mml-generate-default-type): Add doc string.
4498         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4499         default to application/octet-stream when determining the content
4500         type if it is not specified for the part or the mml contents; add
4501         a comment about mml-generate-default-type.
4502
4503 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4504
4505         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4506         make it default to application/octet-stream when determining the
4507         content type if it is not specified for the external contents.
4508
4509 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4512         segmented parameter but also other parameters might be there.
4513
4514 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * mm-decode.el (mm-display-external): Delete temp file, directory
4517         and buffer immediately if the external process is exited.
4518
4519 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4522         fewer lines than that of scroll-margin.
4523         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4524
4525 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * gnus-art.el (gnus-article-next-page): Revert.
4528         (gnus-article-beginning-of-window): New macro.
4529         (gnus-article-next-page-1): Use it.
4530         (gnus-article-prev-page): Ditto.
4531         (gnus-article-edit-part): Use insert-buffer-substring instead of
4532         insert-buffer.
4533         (gnus-article-edit-exit): Ditto.
4534
4535         * gnus-util.el (gnus-beginning-of-window): Remove.
4536         (gnus-end-of-window): Remove.
4537
4538         * lpath.el: Don't bind header-line-format and scroll-margin.
4539
4540 2005-07-25  Simon Josefsson  <jas@extundo.com>
4541
4542         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4543         to have the url package without w3.  Reported by Daiki Ueno
4544         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4545
4546 2005-07-20  Didier Verna  <didier@xemacs.org>
4547
4548         * gnus-diary.el: Remove the description comment (nndiary is now
4549         properly documented in the Gnus manual).
4550         Fix the spelling of "Back End".
4551         * nndiary.el: Ditto.
4552         Fix the copyright notice.
4553
4554 2005-07-18  Romain Francoise  <romain@orebokech.com>
4555
4556         * gnus-sum.el (gnus-summary-to-prefix,
4557         gnus-summary-newsgroup-prefix): New variables.
4558         (gnus-summary-from-or-to-or-newsgroups): Use them.
4559
4560 2005-07-17  Romain Francoise  <romain@orebokech.com>
4561
4562         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4563         space as it's generally not especially interesting to the user.
4564
4565 2005-07-16  Romain Francoise  <romain@orebokech.com>
4566
4567         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4568         nil to avoid prompting and file modification if one of the
4569         messages at the top of the nnfolder file contains a copyright
4570         notice.
4571         Update copyright notice.
4572
4573         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4574         instead of `current-time-string' as the latter creates a time
4575         string that is not RFC 2822 compliant (it lacks the zone).
4576         Update copyright notice.
4577
4578 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4579
4580         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4581         for text/rtf.  Display default in prompt.  Pass default for M-n.
4582
4583         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4584
4585 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * gnus-msg.el (gnus-button-mailto): Remove
4588         save-selected-window-window hackery because it relies on
4589         save-selected-window internals.
4590
4591 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4594         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4595         (gnus-article-prev-page): Ditto.
4596
4597         * gnus-util.el (gnus-beginning-of-window): New function.
4598         (gnus-end-of-window): New function.
4599
4600         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4601
4602 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4603
4604         * gnus-score.el (gnus-score-edit-all-score): Set
4605         gnus-score-edit-exit-function to gnus-score-edit-done and call
4606         gnus-message.
4607
4608 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4609
4610         * gnus-msg.el (gnus-button-mailto): Remove
4611         save-selected-window-window hackery because it relies on
4612         save-selected-window internals.
4613
4614 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4617         add-minor-mode.
4618         (gnus-binary-mode): Ditto.
4619
4620         * gnus-topic.el (gnus-topic-mode): Ditto.
4621
4622 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4623
4624         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4625         (gnus-article-prev-page): Take scroll-margin into consideration.
4626
4627 2005-07-04  Lute Kamstra  <lute@gnu.org>
4628
4629         Update FSF's address in GPL notices.
4630
4631 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4632
4633         * gnus.el (gnus-exit):
4634         * gnus-group.el (gnus-group-icons):
4635         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4636
4637         * gnus-nocem.el (gnus-nocem):
4638         * message.el (message-various, message-buffers, message-sending)
4639         (message-interface, message-forwarding, message-insertion)
4640         (message-headers, message-news, message-mail):
4641         * pgg-gpg.el (pgg-gpg):
4642         * pgg-parse.el (pgg-parse):
4643         * pgg-pgp.el (pgg-pgp):
4644         * pgg-pgp5.el (pgg-pgp5):
4645         * pop3.el (pop3): Finish `defgroup' description with period.
4646
4647 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * gnus-art.el (article-display-face): Improve the efficiency.
4650         (article-display-x-face): Ditto; remove grey x-face stuff.
4651
4652 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * gnus-art.el (article-display-face): Correct the position in
4655         which Faces are inserted.
4656
4657 2005-06-29  Didier Verna  <didier@xemacs.org>
4658
4659         * gnus-art.el (article-display-face): Display faces in correct
4660         order.
4661
4662 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4665         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4666         (gnus-nocem-check-article): Fetch the Type header.
4667         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4668         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4669         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4670         make sure gnus-nocem-hashtb is initialized.
4671         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4672         (gnus-nocem-unwanted-article-p): Ditto.
4673
4674         * pgg.el (pgg-verify): Return the verification result.
4675
4676 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677
4678         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4679         is ascii.
4680
4681 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4682
4683         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4684         `show-nonbreak-escape'.
4685
4686 2005-06-23  Lute Kamstra  <lute@gnu.org>
4687
4688         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4689
4690         * dig.el (dig-mode):
4691         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4692
4693 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4694
4695         * nnimap.el (nnimap-split-download-body): Fix spellings.
4696
4697 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4698
4699         * gnus-art.el (gnus-article-encrypt-body):
4700         * gnus-cus.el (gnus-score-customize):
4701         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4702         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4703
4704 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4705
4706         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4707         header by looking for magic "MII" at the beginnig.
4708
4709 2005-06-16  Miles Bader  <miles@gnu.org>
4710
4711         * gnus-xmas.el (gnus-xmas-group-startup-message):
4712         Use renamed gnus-splash face.
4713
4714         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4715         (assistant-field-face): New backward-compatibility alias for renamed
4716         face.
4717         (assistant-render-text): Use renamed assistant-field face.
4718
4719         * spam.el (spam): Remove "-face" suffix from face name.
4720         (spam-face): New backward-compatibility alias for renamed face.
4721         (spam-face, spam-initialize): Use renamed spam face.
4722
4723         * message.el (message-header-to, message-header-cc)
4724         (message-header-subject, message-header-newsgroups)
4725         (message-header-other, message-header-name)
4726         (message-header-xheader, message-separator, message-cited-text)
4727         (message-mml): Remove "-face" suffix from face names.
4728         (message-header-to-face, message-header-cc-face)
4729         (message-header-subject-face, message-header-newsgroups-face)
4730         (message-header-other-face, message-header-name-face)
4731         (message-header-xheader-face, message-separator-face)
4732         (message-cited-text-face, message-mml-face):
4733         New backward-compatibility aliases for renamed faces.
4734         (message-font-lock-keywords): Use renamed message faces.
4735
4736         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4737         (sieve-test-commands, sieve-tagged-arguments):
4738         Remove "-face" suffix from face names.
4739         (sieve-control-commands-face, sieve-action-commands-face)
4740         (sieve-test-commands-face, sieve-tagged-arguments-face):
4741         New backward-compatibility aliases for renamed faces.
4742         (sieve-control-commands-face, sieve-action-commands-face)
4743         (sieve-test-commands-face, sieve-tagged-arguments-face):
4744         Use renamed sieve faces.
4745
4746         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4747         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4748         (gnus-group-news-3-empty, gnus-group-news-4)
4749         (gnus-group-news-4-empty, gnus-group-news-5)
4750         (gnus-group-news-5-empty, gnus-group-news-6)
4751         (gnus-group-news-6-empty, gnus-group-news-low)
4752         (gnus-group-news-low-empty, gnus-group-mail-1)
4753         (gnus-group-mail-1-empty, gnus-group-mail-2)
4754         (gnus-group-mail-2-empty, gnus-group-mail-3)
4755         (gnus-group-mail-3-empty, gnus-group-mail-low)
4756         (gnus-group-mail-low-empty, gnus-summary-selected)
4757         (gnus-summary-cancelled, gnus-summary-high-ticked)
4758         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4759         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4760         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4761         (gnus-summary-low-undownloaded)
4762         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4763         (gnus-summary-low-unread, gnus-summary-normal-unread)
4764         (gnus-summary-high-read, gnus-summary-low-read)
4765         (gnus-summary-normal-read, gnus-splash):
4766         Remove "-face" suffix from face names.
4767         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4768         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4769         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4770         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4771         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4772         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4773         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4774         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4775         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4776         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4777         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4778         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4779         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4780         (gnus-summary-normal-ticked-face)
4781         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4782         (gnus-summary-normal-ancient-face)
4783         (gnus-summary-high-undownloaded-face)
4784         (gnus-summary-low-undownloaded-face)
4785         (gnus-summary-normal-undownloaded-face)
4786         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4787         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4788         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4789         (gnus-splash-face):
4790         New backward-compatibility aliases for renamed faces.
4791         (gnus-group-startup-message): Use renamed gnus faces.
4792
4793         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4794         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4795         (gnus-server-agent): Remove "-face" suffix from face names.
4796         (gnus-server-agent-face, gnus-server-opened-face)
4797         (gnus-server-closed-face, gnus-server-denied-face)
4798         (gnus-server-offline-face):
4799         New backward-compatibility aliases for renamed faces.
4800         (gnus-server-agent-face, gnus-server-opened-face)
4801         (gnus-server-closed-face, gnus-server-denied-face)
4802         (gnus-server-offline-face): Use renamed gnus faces.
4803
4804         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4805         Remove "-face" suffix from face names.
4806         (gnus-picon-xbm-face, gnus-picon-face):
4807         New backward-compatibility aliases for renamed faces.
4808
4809         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4810         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4811         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4812         (gnus-cite-11): Remove "-face" suffix from face names.
4813         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4814         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4815         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4816         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4817         New backward-compatibility aliases for renamed faces.
4818         (gnus-cite-attribution-face, gnus-cite-face-list)
4819         (gnus-article-boring-faces): Use renamed gnus faces.
4820
4821         * gnus-art.el (gnus-signature, gnus-header-from)
4822         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4823         (gnus-header-content): Remove "-face" suffix from face names.
4824         (gnus-signature-face, gnus-header-from-face)
4825         (gnus-header-subject-face, gnus-header-newsgroups-face)
4826         (gnus-header-name-face, gnus-header-content-face):
4827         New backward-compatibility aliases for renamed faces.
4828         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4829
4830         * gnus-sum.el (gnus-summary-selected-face)
4831         (gnus-summary-highlight): Use renamed gnus faces.
4832         * gnus-group.el (gnus-group-highlight): Likewise.
4833
4834 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4835
4836         * gnus-sieve.el (gnus-sieve-article-add-rule):
4837         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4838         * spam-stat.el (spam-stat-buffer-change-to-spam)
4839         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4840
4841         * message.el (message-is-yours-p):
4842         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4843
4844 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * mm-view.el (mm-inline-text): Withdraw the last change.
4847
4848 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4851         executing enriched-decode.
4852
4853 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4856         charset of tar files.
4857
4858 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4859
4860         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4861
4862 2005-06-04  Lute Kamstra  <lute@gnu.org>
4863
4864         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4865         information is never recorded.
4866
4867 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4868
4869         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4870
4871 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * pop3.el (pop3-apop): Run md5 in the binary mode.
4874
4875         * starttls.el (starttls-set-process-query-on-exit-flag):
4876         Use eval-and-compile.
4877
4878 2005-05-31  Simon Josefsson  <jas@extundo.com>
4879
4880         * smime.el (smime-replace-in-string): Define.
4881         (smime-cert-by-ldap-1): Use it.
4882
4883 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-art.el (article-display-x-face): Replace
4886         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4887
4888         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4889         set-process-query-on-exit-flag or process-kill-without-query.
4890
4891         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4892         loop instead of replace-regexp.
4893
4894         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4895         instead of process-kill-without-query if it is available.
4896
4897         * lpath.el: Fbind ldap-search-entries.
4898
4899         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4900         instead of find-file-hooks if it is available.
4901
4902         * mml1991.el: Bind pgg-default-user-id when compiling.
4903
4904         * mml2015.el: Bind pgg-default-user-id when compiling.
4905
4906         * nndraft.el (nndraft-request-associate-buffer):
4907         Use write-contents-functions instead of write-contents-hooks if it is
4908         available.
4909
4910         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4911         instead of find-file-hooks if it is available.
4912
4913         * nntp.el (nntp-open-connection): Replace
4914         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4915         (nntp-open-ssl-stream): Ditto.
4916         (nntp-open-tls-stream): Ditto.
4917
4918         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4919         set-process-query-on-exit-flag or process-kill-without-query.
4920         (starttls-open-stream-gnutls): Use it instead of
4921         process-kill-without-query.
4922         (starttls-open-stream): Ditto.
4923
4924 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4925
4926         * smime.el (smime-cert-by-ldap-1): Don't use
4927         replace-regexp-in-string.
4928
4929 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4930
4931         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4932
4933         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4934         in PEM format. Adjust to the XEmacs compability.
4935
4936 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4937
4938         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4939         by `string-to-number'.
4940         * gnus-agent.el (gnus-agent-regenerate-group)
4941         (gnus-agent-fetch-articles): Ditto.
4942         * gnus-art.el (gnus-button-fetch-group): Ditto.
4943         * gnus-cache.el (gnus-cache-generate-active)
4944         (gnus-cache-articles-in-group): Ditto.
4945         * gnus-group.el (gnus-group-set-current-level)
4946         (gnus-group-insert-group-line): Ditto.
4947         * gnus-score.el (gnus-score-set-expunge-below)
4948         (gnus-score-set-mark-below, gnus-summary-score-effect)
4949         (gnus-summary-score-entry): Ditto.
4950         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4951         (gnus-soup-pack): Ditto.
4952         * gnus-spec.el (gnus-xmas-format): Ditto.
4953         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4954         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4955         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4956         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4957         * nndb.el (nndb-get-remote-expire-response): Ditto.
4958         * nndiary.el (nndiary-parse-schedule-value)
4959         (nndiary-string-to-number, nndiary-request-replace-article)
4960         (nndiary-request-article): Ditto.
4961         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4962         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4963         * nneething.el (nneething-make-head): Ditto.
4964         * nnfolder.el (nnfolder-request-article)
4965         (nnfolder-retrieve-headers): Ditto.
4966         * nnheader.el (nnheader-file-to-number): Ditto.
4967         * nnkiboze.el (nnkiboze-request-article): Ditto.
4968         * nnmail.el (nnmail-process-unix-mail-format)
4969         (nnmail-process-babyl-mail-format): Ditto.
4970         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4971         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4972         (nnmh-request-create-group, nnmh-request-list-1)
4973         (nnmh-request-group, nnmh-request-article): Ditto.
4974         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4975         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4976         * nnsoup.el (nnsoup-make-active): Ditto.
4977         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4978         * nntp.el (nntp-find-group-and-number)
4979         (nntp-retrieve-headers-with-xover): Ditto.
4980         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4981         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4982         (pgg-format-key-identifier): Ditto.
4983         * pop3.el (pop3-last, pop3-stat): Ditto.
4984         * qp.el (quoted-printable-decode-region): Ditto.
4985
4986         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4987         of concat.
4988
4989 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4992
4993         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4994
4995         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4996
4997         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4998
4999         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5000
5001         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5002
5003         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5004         (gnus-carpal-mode): Ditto.
5005
5006         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5007         (gnus-browse-mode): Ditto.
5008
5009         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5010
5011         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5012
5013 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5014
5015         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5016
5017 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-util.el (gnus-run-mode-hooks): New function.
5020
5021         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5022
5023         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5024         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5025
5026 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5027
5028         * gnus-agent.el (gnus-agent-make-mode-line-string):
5029         Use mode-line-highlight as mouse-face.
5030
5031 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * canlock.el (canlock): Change the parent group to news.
5034
5035         * deuglify.el (gnus-outlook-deuglify): Add :group.
5036
5037         * dig.el (dig): Add :group.
5038
5039         * dns-mode.el (dns-mode): Add :group.
5040
5041         * encrypt.el (encrypt): Add :group.
5042
5043         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5044         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5045         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5046         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5047         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5048
5049         * gnus-diary.el (gnus-diary): Add :group.
5050
5051         * gnus.el (gnus-group-news-1-face): Add :group.
5052         (gnus-group-news-1-empty-face): Ditto.
5053         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5054         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5055         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5056         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5057         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5058         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5059         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5060         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5061         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5062         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5063         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5064         (gnus-summary-high-ticked-face): Ditto.
5065         (gnus-summary-low-ticked-face): Ditto.
5066         (gnus-summary-normal-ticked-face): Ditto.
5067         (gnus-summary-high-ancient-face): Ditto.
5068         (gnus-summary-low-ancient-face): Ditto.
5069         (gnus-summary-normal-ancient-face): Ditto.
5070         (gnus-summary-high-undownloaded-face): Ditto.
5071         (gnus-summary-low-undownloaded-face): Ditto.
5072         (gnus-summary-normal-undownloaded-face): Ditto.
5073         (gnus-summary-high-unread-face): Ditto.
5074         (gnus-summary-low-unread-face): Ditto.
5075         (gnus-summary-normal-unread-face): Ditto.
5076         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5077         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5078
5079         * hashcash.el (hashcash): New custom group.
5080         (hashcash-default-payment): Add :group.
5081         (hashcash-payment-alist): Ditto.
5082         (hashcash-default-accept-payment): Ditto.
5083         (hashcash-accept-resources): Ditto.
5084         (hashcash-path): Ditto.
5085         (hashcash-extra-generate-parameters): Ditto.
5086         (hashcash-double-spend-database): Ditto.
5087         (hashcash-in-news): Ditto.
5088
5089         * message.el (message-minibuffer-local-map): Add :group.
5090
5091         * netrc.el (netrc): Add :group.
5092
5093         * sieve-manage.el (sieve-manage-log): Add :group.
5094         (sieve-manage-default-user): Diito.
5095         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5096         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5097         (sieve-manage-authenticators): Ditto.
5098         (sieve-manage-authenticator-alist): Ditto.
5099         (sieve-manage-default-port): Ditto.
5100
5101         * sieve-mode.el (sieve-control-commands-face): Add :group.
5102         (sieve-action-commands-face): Ditto.
5103         (sieve-test-commands-face): Ditto.
5104         (sieve-tagged-arguments-face): Ditto.
5105
5106         * smime.el (smime): Add :group.
5107
5108         * spam-report.el (spam-report): Add :group.
5109
5110         * spam.el (spam, spam-face): Add :group.
5111
5112 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5115         return \n.\n.\n at the end of articles.  Protect against that.
5116         (nntp-with-open-group): Allow debugging.
5117
5118         * nnheader.el (mail-header-set-extra): Make into a function
5119         because I just could't understand how to quote the list properly.
5120
5121         * dns.el (query-dns-cached): New function.
5122
5123 2005-05-26  Lute Kamstra  <lute@gnu.org>
5124
5125         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5126
5127 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5130
5131         * gnus-art.el: Don't autoload mail-extract-address-components.
5132
5133         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5134         eval-and-compile to evaluate it.
5135
5136         * hashcash.el: Don't autoload executable-find.
5137
5138         * nndb.el: Don't declare the nndb back end two or more times; don't
5139         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5140
5141         * nntp.el: Autoload format-spec instead of format; use
5142         eval-and-compile to evaluate autoload forms.
5143
5144 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5145
5146         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5147
5148 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * gnus.el (gnus-version-number): Bump version.
5151
5152 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5153
5154         * gnus.el: No Gnus v0.3 is released.
5155
5156 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * lpath.el (featurep): Bind show-nonbreak-escape.
5159
5160 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * gnus-art.el (gnus-article-edit-part): Disable undo.
5163
5164 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5167         gnus-article-date-lapsed-new-header is t if date timer is active;
5168         skip headers in which the original date value is empty.
5169         (gnus-article-save-original-date): Redefine it as a macro.
5170         (gnus-display-mime): Use it.
5171
5172 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus-art.el (article-date-ut): Support converting date in
5175         forwarded parts as well.
5176         (gnus-article-save-original-date): New function.
5177         (gnus-display-mime): Use it.
5178
5179 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5180
5181         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5182         enclosure element of <item>.
5183
5184 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5185
5186         * message.el (message-kill-buffer-query): Renamed from
5187         `message-kill-buffer-query-if-modified'.  Added :version.
5188
5189 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5192         window layout.
5193
5194 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * mml.el: Autoload dnd when compiling.
5197
5198 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5199
5200         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5201         x-dnd-*.
5202
5203 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * qp.el (quoted-printable-encode-region): Save excursion.
5206
5207 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5208
5209         * message.el (message-kill-buffer-query-if-modified): Add new variable
5210         so the user can kill a modified message buffer quickly.
5211         (message-kill-buffer): Use it.
5212
5213 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * lpath.el: Fbind display-time-event-handler; don't fbind
5216         string-to-multibyte.
5217
5218         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5219
5220 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5223         contained in text because xml.el decodes entities) with LFs.
5224
5225 2005-04-11  Lute Kamstra  <lute@gnu.org>
5226
5227         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5228         differently.
5229
5230 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5231
5232         * mm-util.el (mm-detect-coding-region): Typo.
5233
5234 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5237
5238 2005-04-06  D Goel  <deego@gnufans.org>
5239
5240         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5241         user-function allow user modifications of the scores.
5242         (spam-stat-score-buffer-user): New function, to allow
5243         user-computed modifications to the score.
5244         (spam-stat-score-buffer-user-functions): list of additional
5245         scoring functions
5246         (spam-stat-error-holder): global temporary error holder
5247         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5248         variable
5249
5250 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         * gnus-registry.el (gnus-registry-clean-empty-function)
5253         (gnus-registry-trim, gnus-registry-fetch-groups)
5254         (gnus-registry-delete-group): Groups that match
5255         `gnus-registry-ignored-groups' are removed from the registry
5256         entries, not just ignored for splitting.  This helps clean up the
5257         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5258         to get all the groups a message ID is in.
5259
5260         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5261         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5262         (spam-stat-score-buffer-user-functions): Add :number custom type.
5263
5264 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5267         argument in XEmacs.
5268
5269         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5270         (nnrss-request-group): Decode group name first.
5271         (nnrss-request-article): Make a text/plain article if mml-to-mime
5272         failed.
5273         (nnrss-get-encoding): Return a compatible encoding according to
5274         nnrss-compatible-encoding-alist.
5275         (nnrss-find-el): Use consp instead of listp.
5276         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5277
5278 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5281         which Emacs 20 doesn't support.
5282         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5283
5284 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5285
5286         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5287         silence the byte compiler inside the defun
5288
5289         * gnus-demon.el (parse-time-string): Add autoload.
5290
5291         * gnus-delay.el (parse-time-string): Add autoload.
5292
5293         * gnus-art.el (parse-time-string): Add autoload.
5294
5295         * nnultimate.el (parse-time): Require for `parse-time-string'.
5296
5297 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5300
5301         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5302
5303         * smime.el (smime-ldap-host-list): Add :version.
5304
5305 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5306
5307         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5308         pass it to `gnus-browse-read-group'.
5309         (gnus-browse-read-group): Add NUMBER argument and pass it to
5310         `gnus-group-read-ephemeral-group'.
5311
5312         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5313         argument and pass it to `gnus-group-read-group'.
5314
5315 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5316
5317         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5318         mm-xemacs-find-mime-charset-1 if we have the mule feature
5319         available at runtime.
5320
5321 2005-03-25  Werner Lemberg  <wl@gnu.org>
5322
5323         * nnmaildir.el: Replace `illegal' with `invalid'.
5324
5325 2005-03-23  Lute Kamstra  <lute@gnu.org>
5326
5327         * time-date.el: Add comment on time value formats.
5328         Don't require parse-time.
5329         (with-decoded-time-value): New macro.
5330         (encode-time-value): New function.
5331         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5332         (days-to-time): Return a valid time value when arg is huge.
5333         (time-since): Use time-subtract.
5334         (time-to-number-of-days): Use time-to-seconds.
5335
5336 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5337
5338         * gnus-start.el (gnus-display-time-event-handler):
5339         Check display-time-timer at runtime rather than only at load time
5340         in case display-time-mode is turned off in the mean time.
5341
5342 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5343
5344         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5345         used.
5346
5347         * nneething.el (nneething-map-file-directory): Derive from
5348         `gnus-directory'.
5349
5350         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5351         the To/Cc button.
5352
5353 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5354
5355         * nnmaildir.el (nnmaildir-request-accept-article):
5356         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5357
5358 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5359
5360         * gnus-async.el: Require timer-funcs at compile time when in
5361         XEmacs for `run-with-idle-timer'.
5362
5363 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5364
5365         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5366         autoloaded function.
5367
5368 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5369
5370         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5371
5372 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5373
5374         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5375
5376 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5379         gnus-expert-user to default.
5380
5381 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5382
5383         * nnimap.el (nnimap-open-server): Ditto.
5384
5385         * imap.el (imap-authenticate): Fix typo.
5386
5387 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5388
5389         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5390         buffer (since IMAP server might return FETCH response out of
5391         order, and the nntp buffer must be sorted).
5392
5393 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5394
5395         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5396         comparison on string.
5397
5398         * gnus-agent.el (gnus-agent-long-article,
5399         gnus-agent-short-article, gnus-agent-score): Renamed category
5400         keywords to match gnus-cus.
5401         (gnus-agent-summary-fetch-series): Modified to protect against
5402         gnus-agent-summary-fetch-group clearing processable flags.
5403         (gnus-agent-synchronize-group-flags): Update live group buffer as
5404         synchronization may occur due to the user toggle the plugged
5405         status.
5406         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5407         successfully downloaded.
5408         (gnus-agent-expire-group-1): Avoid using markers when the overview
5409         is in ascending order; greatly improves performance.
5410         (gnus-agent-regenerate-group): Use
5411         gnus-agent-synchronize-group-flags to reset read status in both
5412         gnus and server.
5413         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5414
5415 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5416
5417         * message.el: Don't autoload former message-utils variables.
5418         (message-strip-subject-trailing-was): Change doc string.
5419
5420         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5421         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5422         (nnweb-google-search): Add "hl=en" here.
5423         (nnweb-google-parse-1, nnweb-google-create-mapping):
5424         Don't hardcode URL.
5425
5426 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5427
5428         * message.el (message-get-reply-headers, message-followup):
5429         Mention related variables `message-use-followup-to' and
5430         `message-use-mail-followup-to', in the information buffer.
5431
5432         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5433         of broken groups(-beta).google.com.
5434
5435 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5436
5437         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5438         parameter to invoked gnus-request-move-article; remove the
5439         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5440         all at once instead of once per article.
5441         (gnus-summary-remove-process-mark): Accept a list of articles as
5442         well as a single article for processing.
5443
5444         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5445         parameter.
5446
5447         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5448
5449         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5450
5451         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5452         parameter.
5453
5454         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5455         parameter.
5456
5457         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5458         parameter and remove the gnus-sum-hint-move-is-internal variable.
5459
5460         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5461         parameter.
5462
5463         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5464         parameter.
5465
5466         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5467         parameter.
5468
5469         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5470
5471         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5472         parameter.
5473
5474         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5475         parameter.
5476
5477 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5478
5479         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5480         a more conservative way.
5481
5482 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5483
5484         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5485         buffer, so it moves the window's cursor.
5486
5487 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5488
5489         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5490         `mm-dissect-multipart' and receive the from field as an (optional)
5491         argument from `mm-dissect-multipart'.
5492         (mm-dissect-multipart): Receive the from field as an argument and
5493         pass it on when we call `mm-dissect-buffer' on MIME parts.
5494         Fixes verification/decryption of signed/encrypted MIME parts.
5495
5496 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5497
5498         * gnus-sum.el (gnus-summary-move-article): Set
5499         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5500         whatever it calls (right now, only nnimap-request-move article
5501         respects it).
5502
5503         * nnimap.el (nnimap-request-move-article): When
5504         gnus-sum-hint-move-is-internal is set, don't do the extra
5505         nnimap-request-article.
5506
5507 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5508
5509         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5510
5511         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5512         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5513
5514         * gnus-sum.el (gnus-summary-caesar-message):
5515         Apply `gnus-treat-article' after rotation.
5516
5517         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5518         doc string.
5519
5520 2005-02-22  Simon Josefsson  <jas@extundo.com>
5521
5522         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5523         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5524         <arne@arnested.dk>.
5525         (encrypt): Add password-cache and password-cache-expiry as group
5526         members.
5527
5528 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5529
5530         * smime.el (smime-ldap-host-list): Doc fix.
5531         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5532         cache) password.
5533         (smime-sign-region): Use it.
5534         (smime-decrypt-region): Use it.
5535         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5536         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5537         fails.
5538         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5539         certificate from DER to PEM format rather than calling openssl.
5540
5541         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5542
5543         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5544         for signing/encryption.
5545
5546         * mml.el (mml-parse-1): Use them.
5547
5548 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5549
5550         * nnrss.el (nnrss-verbose): Removed.
5551         (nnrss-request-group): Use `nnheader-message' instead.
5552
5553 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5554
5555         * nnrss.el (nnrss-verbose): New variable.
5556         (nnrss-request-group): Make it say nnrss is requesting a group.
5557
5558 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5561         Handle news URL with given port correctly.
5562
5563 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5566         containing special characters.
5567
5568         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5569
5570         * mml.el (mime-to-mml): Ditto.
5571
5572         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5573         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5574         (rfc2047-decode-region): Quote decoded words containing special
5575         characters when rfc2047-quote-decoded-words-containing-tspecials
5576         is non-nil.
5577
5578 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5579
5580         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5581
5582         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5583
5584 2005-02-15  Simon Josefsson  <jas@extundo.com>
5585
5586         * nnimap.el (nnimap-debug): Doc fix.
5587
5588         * imap.el (imap-debug): Doc fix.
5589
5590 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5593
5594 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5595
5596         * gnus.el (spam-contents): Improve docs for spam-contents
5597         parameter in its variable incarnation.
5598
5599 2005-02-14  Simon Josefsson  <jas@extundo.com>
5600
5601         * smime-ldap.el: Use require instead of load-library for ldap.
5602         (smime-ldap-search): Indent.
5603         (smime-ldap-search-internal): Shorten line.
5604
5605         * smime.el (smime-cert-by-dns): Add doc-string.
5606         (smime-cert-by-ldap-1): Indent.
5607
5608         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5609         mml-smime-get-dns-ldap.
5610         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5611
5612 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5613
5614         * smime.el: Require smime-ldap.
5615         (smime-ldap-host-list): New variable.
5616         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5617
5618         * mml-smime.el (mml-smime-encrypt-query): New function.
5619         (mml-smime-encrypt-query): Use it.
5620
5621         * smime-ldap.el: New file.
5622
5623 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5626
5627 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5630         argument in doc string.  Make query for type more clear.
5631
5632 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5633
5634         * gnus.el (gnus-group-startup-message): Search for gnus images in
5635         etc/images/gnus.
5636         * mm-util.el (mm-image-load-path): Likewise.
5637         * smiley.el (smiley-data-directory): Search for smilies in
5638         etc/images/smilies.
5639
5640 2005-02-09  Kim F. Storm  <storm@cua.dk>
5641
5642         Change Emacs release version from 21.4 to 22.1 throughout.
5643         Change Emacs development version from 21.3.50 to 22.0.50.
5644
5645 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5648
5649         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5650         non-Mule XEmacs as well.
5651         (mm-decompress-buffer): Signal an error intentionally if it does
5652         not decompress compressed data because auto-compression-mode is
5653         disabled.
5654
5655 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5656
5657         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5658         an ID in the registry even if it has no groups.
5659
5660 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5663         merge it into mm-decompress-buffer.
5664         (gnus-mime-copy-part): Use the MIME part charset, the value which
5665         a user specified or gnus-newsgroup-charset for decoding, like
5666         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5667         save-buffer what was used.  Suggested by Kevin Ryde
5668         <user42@zip.com.au>.
5669         (gnus-mime-inline-part): Allow the name parameter as well as the
5670         filename parameter; force decompressing of compressed data; always
5671         display contents being not decoded as unibyte.
5672
5673         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5674         as well as the filename parameter.
5675
5676         * mm-util.el (mm-decompress-buffer): Merge
5677         gnus-mime-jka-compr-maybe-uncompress.
5678         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5679         of compressed data.
5680
5681 2005-02-08  Simon Josefsson  <jas@extundo.com>
5682
5683         * imap.el (imap-log): Doc fix.
5684
5685 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5688         the coding cookies; decompress compressed parts.
5689
5690         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5691         to the value which a user specified manually or the coding cookie.
5692
5693         * mm-util.el (mm-string-to-multibyte): New function.
5694         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5695         (mm-coding-system-to-mime-charset): New function.
5696         (mm-decompress-buffer): New function.
5697         (mm-find-buffer-file-coding-system): New function.
5698
5699         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5700         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5701         parts.
5702
5703 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5704
5705         * mm-view.el (mm-display-inline-fontify): Decode a part according
5706         to the charset parameter.
5707
5708 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5711         prefix arg is neither nil nor a number, as info specifies.
5712
5713 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5716         timestamps.
5717
5718 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5719
5720         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5721         groups error checking and notify user.
5722
5723 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5724
5725         * message.el (message-send-mail-function): Check existence of
5726         sendmail-program first before using default value
5727         `message-send-mail-with-sendmail'.  Otherwise use more generic
5728         `smtpmail-send-it'.
5729
5730 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * nntp.el (nntp-request-update-info): Always return nil.
5733
5734 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5735
5736         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5737
5738 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5739
5740         * message.el (message-beginning-of-line): Change the behavior when
5741         invoked between BOL and : so that it first moves backward.
5742
5743 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5746         article buffer when editing of the article is discarded.
5747         (gnus-article-prepare): Revert.
5748
5749 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-art.el (gnus-article-prepare):
5752         Remove message-strip-forbidden-properties from the local hook.
5753
5754 2005-01-27  Simon Josefsson  <jas@extundo.com>
5755
5756         * password.el (password-cache-add): Only start one timer per key.
5757         Reported by Derek Atkins <warlord@MIT.EDU>.
5758
5759 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5760
5761         * run-at-time.el: Removed.  It is no longer needed as
5762         timer-funcs.el in the xemacs-base package has a working version of
5763         `run-at-time'.
5764
5765         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5766
5767         * password.el: Require timer-funcs instead of run-at-time in
5768         XEmacs.
5769         Remove `password-run-at-time' macro.
5770         (password-cache-add): Use `run-at-time' instead of
5771         `password-run-at-time'.
5772
5773         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5774         Remove `nnheader-cancel-function-timers' alias,
5775         `cancel-function-timers' exists in XEmacs in timer-funcs.
5776
5777         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5778         for `run-with-idle-timer'.
5779
5780         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5781         for `run-at-time'.
5782
5783         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5784         for `with-timeout'.
5785
5786         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5787         the same as for XEmacs 21.4.
5788         No need to ignore `run-with-idle-timer', this function exists in
5789         XEmacs now in timer-funcs.el in the xemacs-base package.
5790         (dgnushack-compile): No need to delete
5791         run-at-time.el from the list of files to compile because it
5792         doesn't exist anymore.
5793
5794 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5797         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5798
5799 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5800
5801         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5802         sensitively.
5803
5804 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5805
5806         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5807
5808 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5811         which will be inserted according to the multibyteness of a buffer
5812         rather than the type of contents.  Suggested by ARISAWA Akihiro
5813         <ari@mbf.ocn.ne.jp>.
5814
5815         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5816         of string which old xml.el may return rather than a string.
5817
5818 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5821
5822 2005-01-16  Simon Josefsson  <jas@extundo.com>
5823
5824         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5825         idn/idna.el isn't available.
5826         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5827         <michael@waxrat.com>.
5828
5829         * hashcash.el: Remove non-FSF copyright header.
5830
5831         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5832         (hashcash-generate-payment): Use it.
5833         (hashcash-generate-payment-async): Use it.
5834
5835 2005-01-15  Simon Josefsson  <jas@extundo.com>
5836
5837         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5838         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5839
5840         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5841         gnus-summary-idna-message.
5842         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5843         (gnus-summary-idna-message): New function.
5844
5845 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5846
5847         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5848         gnus-novice-user.
5849
5850 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * nnrss.el (nnrss-request-delete-group): Delete entries in
5853         nnrss-group-alist as well.
5854         (nnrss-save-server-data): Insert newline.
5855
5856 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5857
5858         * gnus.el (gnus-user-agent): Use list of symbols instead of
5859         symbols.  Display full version number for (S)XEmacs.  Optionally
5860         display (S)XEmacs codename.
5861
5862         * gnus-util.el (gnus-emacs-version): Update for new
5863         `gnus-user-agent'.
5864
5865         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5866         Gnus version.
5867
5868 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5871         which is unreadable in some setups.
5872
5873 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-spec.el (gnus-update-format-specifications): Flush the
5876         group format spec cache if it doesn't support decoded group names.
5877
5878 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5879
5880         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5881         to apply decay on score files matching a regexp.
5882
5883 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5886         compatibility in %g and %c.
5887
5888 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5891         name for only %g and %c.
5892         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5893         of gnus-tmp-group to decoded group name.
5894         (gnus-group-make-rss-group): Exclude `/'s from group names.
5895
5896 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * nnrss.el (nnrss-get-encoding): Fix regexp.
5899
5900 2004-12-27  Simon Josefsson  <jas@extundo.com>
5901
5902         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5903         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5904         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5905
5906 2004-12-17  Kim F. Storm  <storm@cua.dk>
5907
5908         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5909
5910         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5911
5912 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5913
5914         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5915
5916 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * nnrss.el: Require rfc2047 and mml.
5919         (nnrss-file-coding-system): New variable.
5920         (nnrss-format-string): Redefine it as an inline function.
5921         (nnrss-decode-group-name): New function.
5922         (nnrss-string-as-multibyte): Remove.
5923         (nnrss-retrieve-headers): Decode group name; don't use
5924         nnrss-format-string.
5925         (nnrss-request-group): Decode group name.
5926         (nnrss-request-article): Decode group name; allow a Message-ID as
5927         well as an article number; don't use nnrss-format-string; encode a
5928         Message-ID string which may contain non-ASCII characters; use
5929         mml-to-mime to compose a MIME article.
5930         (nnrss-request-expire-articles): Decode group name.
5931         (nnrss-request-delete-group): Decode group name.
5932         (nnrss-fetch): Clarify error message.
5933         (nnrss-read-server-data): Use insert-file-contents instead of load;
5934         bind file-name-coding-system; use multibyte buffer.
5935         (nnrss-save-server-data): Bind coding-system-for-write to the
5936         value of nnrss-file-coding-system; bind file-name-coding-system;
5937         add coding cookie.
5938         (nnrss-read-group-data): Use insert-file-contents instead of load;
5939         bind file-name-coding-system; use multibyte buffer.
5940         (nnrss-save-group-data): Bind coding-system-for-write to the
5941         value of nnrss-file-coding-system; bind file-name-coding-system.
5942         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5943         make it work with non-ASCII text.
5944         (nnrss-find-el): Make it work with old xml.el as well.
5945
5946 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5947
5948         * nnrss.el (nnrss-get-encoding): New function.
5949         (nnrss-fetch): Use unibyte buffer initially; bind
5950         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5951         decode contents according to the encoding attribute.
5952         (nnrss-save-group-data): Add coding cookie.
5953         (nnrss-mime-encode-string): New function.
5954         (nnrss-check-group): Use it to encode subject and author.
5955
5956 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5957
5958         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
5959         imaginary variable.
5960
5961 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5964         correctly even if there are wide characters.
5965
5966 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5967
5968         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
5969         downcased symbol names; make a new cache instead of reusing
5970         bbdb-hashtable.
5971
5972 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5975         concatenating segments rather than before concatenating them.
5976         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5977
5978         * message.el (message-get-reply-headers): Bind `extra'.
5979
5980 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * message.el (message-extra-wide-headers): New variable.
5983         (message-get-reply-headers): Use it.
5984
5985 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5988         (gnus-agent-group-pathname): Ditto.
5989
5990         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5991
5992         * gnus-group.el (gnus-group-make-group): Decode group name.
5993         (gnus-group-make-rss-group): Register the group data after opening
5994         the nnrss group.
5995
5996 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5997
5998         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5999         by expiry now get marked as read.
6000
6001 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6004
6005 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6006
6007         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6008         unify Latin characters in XEmacs.
6009         (mm-find-mime-charset-region): Use it.
6010
6011 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-util.el (gnus-delete-directory): New function.
6014
6015         * gnus-agent.el (gnus-agent-delete-group): Use it.
6016
6017         * gnus-cache.el (gnus-cache-delete-group): Use it.
6018
6019 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6022         names.
6023
6024 2004-12-16  Simon Josefsson  <jas@extundo.com>
6025
6026         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6027
6028 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6031
6032         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6033         (gnus-group-set-current-level): Decode group name.
6034
6035 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6036
6037         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6038         failed.
6039
6040 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-group.el (gnus-group-delete-group): Decode group name.
6043         (gnus-group-make-rss-group): Encode group name.
6044         (gnus-group-catchup-current): Decode group name.
6045         (gnus-group-kill-group): Decode group name.
6046
6047 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6048
6049         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6050
6051 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * gnus-group.el (gnus-group-make-rss-group):
6054         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6055
6056         * gnus-start.el (gnus-setup-news): Honor user's setting to
6057         gnus-message-archive-method.  Suggested by Lute Kamstra
6058         <lute@gnu.org>.
6059
6060 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6061
6062         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6063         global counterparts of the buffer-local variables.
6064
6065 2004-11-16  Romain Francoise  <romain@orebokech.com>
6066
6067         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6068         counterparts of the buffer-local variables.
6069
6070 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6071
6072         * message.el (message-forbidden-properties): Fixed typo in doc
6073         string.
6074
6075 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6076
6077         * gnus-util.el (gnus-replace-in-string): Added doc string.
6078
6079         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6080         to avoid problems when splitting mails with many recipients.
6081
6082 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6083
6084         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6085         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6086
6087 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6088
6089         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6090         if there is no hashtable in memory or file modification time is
6091         newer than cached timestamp.
6092
6093 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6094
6095         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6096         not-matching option.
6097
6098 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6101         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6102         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6103         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6104         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6105         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6106
6107 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * message.el (message-forward-make-body-mml): Remove headers
6110         according to message-forward-ignored-headers if a message is decoded.
6111
6112 2004-12-02  Romain Francoise  <romain@orebokech.com>
6113
6114         * message.el (message-forward-make-body-plain): Always remove
6115         headers according to message-forward-ignored-headers.
6116
6117 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6118
6119         * spam.el (spam-summary-prepare-exit): Remove the
6120         gnus-summary-limit pop for now, it has problems with ham marks for
6121         me.
6122
6123 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6124
6125         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6126         correctly.
6127
6128 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6129
6130         * format-spec.el (format-spec): Message the char.
6131
6132 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6133
6134         * gnus-art.el (gnus-split-methods): Reformat comments.
6135
6136         * spam.el (spam-summary-prepare-exit): Remove article limits
6137         before exiting the summary buffer.
6138
6139 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6142         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6143
6144         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6145         order to silence the byte compiler.
6146
6147         * spam.el: Fix the way to silence the byte compiler, which
6148         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6149         bbdb-search-simple, spam-BBDB-register-routine,
6150         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6151         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6152         spam-stat-buffer-is-spam, spam-stat-load,
6153         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6154         spam-stat-save and spam-stat-split-fancy.
6155
6156 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6159         which may confuse users.
6160         (canlock-password-for-verify): Ditto.
6161
6162         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6163
6164         * gnus-art.el (gnus-emphasis-alist): Ditto.
6165
6166         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6167
6168         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6169
6170         * gnus-start.el (gnus-save-killed-list): Ditto.
6171
6172         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6173         (gnus-sum-thread-tree-root): Ditto.
6174         (gnus-sum-thread-tree-false-root): Ditto.
6175         (gnus-sum-thread-tree-single-indent): Ditto.
6176
6177         * message.el (message-courtesy-message): Ditto.
6178         (message-archive-note): Ditto.
6179         (message-subscribed-address-file): Ditto.
6180         (message-user-fqdn): Ditto.
6181
6182         * spam-report.el (spam-report-gmane-regex): Ditto.
6183
6184         * spam.el (spam-blackhole-good-server-regex): Ditto.
6185
6186 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * mml.el (mml-preview): Widen the message buffer before copying
6189         the contents to the preview buffer; sort headers before previewing.
6190
6191         * message.el (message-hidden-headers): Fix the way to avoid a bug
6192         in the `repeat' widget in Emacs 21.3 or earlier.
6193
6194 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * message.el (message-hidden-headers): Default to "^References:".
6197         Improve customization type.  Suggested by Reiner Steib
6198         <Reiner.Steib@gmx.de>.
6199
6200 2004-11-25  Romain Francoise  <romain@orebokech.com>
6201
6202         * message.el (message-strip-forbidden-properties): Remove check for
6203         obsolete `message-hidden' text property, hidden headers are not
6204         accessible in the buffer anymore.
6205
6206 2004-11-22  Romain Francoise  <romain@orebokech.com>
6207
6208         * message.el (message-header-format-alist): Add `From' in list
6209         so that it can be sorted.
6210         (message-fix-before-sending): Widen and sort headers before
6211         sending.
6212         (message-hide-headers): Use narrowing to hide headers by moving
6213         them to the top of the buffer and narrowing to the region
6214         underneath.
6215
6216 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6217
6218         * message.el (message-strip-forbidden-properties): Bind
6219         buffer-read-only (etc) to nil.
6220
6221 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6224         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6225
6226 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6227
6228         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6229
6230 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * dns.el (query-dns): Use sit-for to time instead of
6233         accept-process-output, since that doesn't seem to work on udp
6234         sockets.
6235
6236 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6239
6240 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6241
6242         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6243         doc string.  Improve doc string.
6244
6245 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * nntp.el (nntp-request-update-info): Return nil if
6248         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6249         may not call gnus-activate-group which uselessly issues the GROUP
6250         commands for all nntp groups and wastes time.  Reported by Romain
6251         Francoise <romain@orebokech.com>.
6252
6253         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6254
6255 2004-11-15  Simon Josefsson  <jas@extundo.com>
6256
6257         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6258         headers separately.
6259         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6260         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6261
6262 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * gnus-start.el (gnus-convert-old-newsrc):
6265         Assign legacy-gnus-agent to 5.10.7.
6266
6267 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6268
6269         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6270         start of the lines.
6271
6272 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6273
6274         * hashcash.el (hashcash-default-payment): Change default to 20
6275         (hashcash-default-accept-payment): Change default to 20
6276         (hashcash-process-alist): New variable
6277         (hashcash-generate-payment-async): Add
6278         (hashcash-already-paid-p): Add
6279         (hashcash-insert-payment): Don't generate payments twice
6280         (hashcash-insert-payment-async): Add
6281         (hashcash-insert-payment-async-2): Add
6282         (hashcash-cancel-async): Add
6283         (hashcash-wait-async): Add
6284         (hashcash-processes-running-p): Add
6285         (hashcash-wait-or-cancel): Add
6286         (mail-add-payment): New optional argument.  Conditionally start
6287         asynchronous calculation.
6288         (mail-add-payment-async): Add
6289
6290         * message.el (message-send-mail): Wait for asynchronous hashcash
6291         results.  Don't clobber existing X-Hashcash headers.
6292         (message-setup-1): Call mail-add-payment-async when
6293         message-generate-hashcash is non-nil.
6294
6295 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6296
6297         * message.el (message-use-alternative-email-as-from): Examine the
6298         From header as well; use message-make-from in order to include a
6299         user's full name.
6300
6301 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6304         default; improve customization type.
6305         (gnus-emphasis-custom-with-format): New macro.
6306         (gnus-emphasis-custom-value-to-external): New function.
6307         (gnus-emphasis-custom-value-to-internal): New function.
6308
6309 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * dns.el (query-dns): Resolve reverse addresses.
6312
6313 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314
6315         * gnus-group.el (gnus-group-get-new-news): Use it.
6316
6317         * gnus-start.el (gnus-check-reasonable-setup): New function.
6318
6319 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6322         "Args out of range" error.  Reported by Arnaud Giersch
6323         <arnaud.giersch@free.fr>.
6324
6325 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6326
6327         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6328
6329 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6330
6331         * spam.el (spam group): Add :version.
6332
6333         * pgg-def.el (pgg group): Add :version.
6334
6335 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * gnus-art.el (gnus-article-edit-article): Don't associate the
6338         article buffer with a draft file.  This is a temporary measure
6339         against the 2004-08-22 change to gnus-article-edit-mode.
6340
6341 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6344         (html2text-format-tags): Remove unused variable `attr'.
6345
6346 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6349
6350         * tls.el (tls-process-connection-type, tls-success)
6351         (tls-certtool-program): Add :version.
6352
6353         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6354         (starttls-extra-arguments, starttls-process-connection-type)
6355         (starttls-connect, starttls-failure, starttls-success):
6356
6357         * spam-stat.el (spam-stat): Add :version.
6358
6359         * sieve.el (sieve): Add :version.
6360
6361         * sha1.el (sha1): Add :version.
6362         (sha1-use-external): Remove redundant version.
6363
6364         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6365         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6366         (nnmail-split-fancy-match-partial-words)
6367         (nnmail-split-lowercase-expanded):
6368
6369         * nndiary.el (nndiary): Add :version.
6370
6371         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6372
6373         * mml-sec.el (mml-default-sign-method)
6374         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6375         Add :version.
6376
6377         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6378
6379         * mm-url.el (mm-url-use-external, mm-url-program)
6380         (mm-url-arguments): Add :version.
6381
6382         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6383         (mm-attachment-file-modes, mm-decrypt-option)
6384         (mm-w3m-safe-url-regexp): Add :version.
6385
6386         * message.el (message-cite-prefix-regexp)
6387         (message-sendmail-envelope-from, message-minibuffer-local-map)
6388         (message-user-fqdn, message-completion-alist): Add :version.
6389
6390         * gnus-win.el (gnus-configure-windows-hook)
6391         (gnus-use-frames-on-any-display): Add :version.
6392
6393         * gnus-art.el (gnus-article-address-banner-alist)
6394         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6395         (gnus-treat-from-picon, gnus-treat-mail-picon)
6396         (gnus-treat-x-pgp-sig): Add :version.
6397
6398         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6399         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6400         (gnus-summary-article-delete-hook)
6401         (gnus-summary-display-while-building): Add :version.
6402
6403         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6404         (gnus-get-top-new-news-hook):Add :version.
6405
6406         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6407         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6408
6409         * gnus-registry.el (gnus-registry): Add :version.
6410
6411         * gnus-spec.el (gnus-use-correct-string-widths)
6412         (gnus-make-format-preserve-properties): Add :version.
6413
6414         * gnus.el (gnus-group-charter-alist)
6415         (gnus-group-fetch-control-use-browse-url)
6416         (gnus-install-group-spam-parameters): Add :version.
6417
6418         * gnus-diary.el (gnus-diary): Add :version.
6419
6420         * gnus-delay.el (gnus-delay): Add :version.
6421
6422         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6423         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6424         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6425         Add :version.
6426
6427         * gnus-agent.el (gnus-agent-max-fetch-size)
6428         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6429         (gnus-agent-prompt-send-queue): Add :version.
6430
6431         * deuglify.el (gnus-outlook-deuglify): Add :version.
6432
6433         * html2text.el: Beautify code.  Improve doc strings.  Some
6434         checkdoc cleanup.
6435         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6436
6437 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6438
6439         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6440
6441 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6442
6443         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6444         when package is loaded.
6445
6446         * spam.el (spam-summary-score-preferred-header): Add global preference
6447         for people who want to override the default SpamAssassin over
6448         Bogofilter preference (when both are set).
6449         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6450         (spam-user-format-function-S): Check
6451         spam-summary-score-preferred-header.
6452         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6453         (spam-user-format-function-S): Format the score correctly.
6454
6455 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6458         signature file.  Suggested by Manoj Srivastava
6459         <srivasta@golden-gryphon.com>.
6460
6461         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6462         iso-2022-jp even in the Japanese language environment.
6463         Suggested by Jason Rumney <jasonr@gnu.org>.
6464
6465 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6468         use the same characters as the dummy marks; make it free from
6469         getting affected by the language environment.
6470         (gnus-summary-read-group-1): Update mark positions only when the
6471         format spec is updated.
6472
6473         * gnus-spec.el (gnus-update-format-specifications): Return a list
6474         of updated types.
6475
6476 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6479         of boundp to check if display-warning is available.
6480
6481 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6482
6483         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6484
6485 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * nnspool.el (nnspool-spool-directory): Use news-path if the
6488         news-directory variable is not bound.
6489
6490         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6491         function instead of display-warning if it is not available.
6492
6493 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6496         v5-10: Use `point-at-bol'.
6497
6498 2004-10-26  Simon Josefsson  <jas@extundo.com>
6499
6500         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6501         <chenggao@gmail.com>.
6502
6503 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6504
6505         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6506         instead.
6507
6508 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6509
6510         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6511         to remove a server from the nnimap-server-buffer-alist.
6512         (nnimap-open-connection, nnimap-close-server): Use it.
6513
6514         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6515
6516 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6519         running the major-mode function.
6520
6521 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6524         dummy marks in the right way.
6525
6526 2004-10-18  David Edmondson  <dme@dme.org>
6527
6528         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6529         excessively.
6530
6531 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6532
6533         * gnus-util.el (gnus-split-references): Accept a nil references
6534         string and go on blissfully.
6535
6536         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6537         cases where the references string is non-nil but has no references.
6538
6539         * encrypt.el: Add autoload tags.
6540
6541         * spam.el (spam-resolve-registrations-routine): Remove article
6542         from unregistration list too.  Reported by David Hanak
6543         <dhanak@isis.vanderbilt.edu>
6544
6545 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6548         nil.  Changed custom type.
6549
6550 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6551
6552         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6553
6554         * gnus-sum.el (gnus-summary-move-article): Use it.
6555
6556 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6557
6558         * encrypt.el: Add autoload cookies.
6559
6560         * spam.el (spam-backend-article-list-property)
6561         (spam-backend-get-article-todo-list)
6562         (spam-backend-put-article-todo-list, )
6563         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6564         Resolve registrations separately.
6565         (spam-register-routine): Format comments.
6566         (spam-unregister-routine, spam-register-routine): Always call with
6567         specific-articles, no default list.
6568         (spam-summary-prepare-exit): Use the spam-classifications function.
6569
6570         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6571         gnus-encrypt.el.
6572
6573         * encrypt.el: copied from gnus-encrypt.el
6574
6575         * gnus-encrypt.el: commented that it's obsolete
6576
6577 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6578
6579         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6580         (gnus-score-save): Use it.
6581
6582         * message.el (message-bury): Use `window-dedicated-p'.
6583
6584 2004-10-15  Simon Josefsson  <jas@extundo.com>
6585
6586         * pop3.el (top-level): Don't require nnheader.
6587         (pop3-read-timeout): Add.
6588         (pop3-accept-process-output): Add.
6589         (pop3-read-response, pop3-retr): Use it.
6590
6591 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6592
6593         * spam.el (spam-register-routine): Move comment.
6594         (spam-verify-bogofilter): Use 'unknown for the initial
6595         spam-bogofilter-valid state, not 'never.
6596
6597         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6598         for netrc-machine.
6599
6600         * nnimap.el (nnimap-open-connection): Use
6601         netrc-machine-user-or-password.
6602
6603 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6604
6605         * gnus-registry.el (gnus-registry-unload-hook):
6606         Set as a variable with add-hook.
6607
6608         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6609         of news-path.
6610
6611         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6612
6613         * spam.el: Delete duplicate `provide'.
6614         (spam-unload-hook): Set as a variable with add-hook.
6615
6616 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6619         in the doc string.
6620
6621         * message.el (message-ignored-news-headers)
6622         (message-ignored-supersedes-headers)
6623         (message-ignored-resent-headers)
6624         (message-forward-ignored-headers): Improve custom type.
6625
6626 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * message.el (message-tokenize-header): Fix 2004-09-06 change
6629         which used point-min in the wrong place.
6630
6631 2004-10-12  Simon Josefsson  <jas@extundo.com>
6632
6633         * net/tls.el (tls-certtool-program): New variable.
6634         (tls-certificate-information): New function, based on
6635         ssl-certificate-information.
6636
6637 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * compface.el: Move the version of ELisp-based uncompface program
6640         to the contrib directory because of the copyright problem.
6641
6642 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * message.el (message-kill-buffer): Raise the current frame.
6645
6646 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6649
6650         * gnus.el (message-y-or-n-p): Autoload.
6651
6652         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6653         (pop3-password-required, pop3-authentication-scheme)
6654         (pop3-leave-mail-on-server): Made customizable.
6655         (pop3): New custom group.
6656         (pop3-retr): Remove `sleep-for' statements.
6657         Suggested by Dave Love <fx@gnu.org>.
6658
6659         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6660         Windows/DOS.
6661
6662         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6663         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6664         Dave Love <fx@gnu.org>.
6665
6666         * mml.el (mml-minibuffer-read-disposition): Require match.
6667         Suggested by Dave Love <fx@gnu.org>.
6668
6669 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6672         doc string.
6673
6674 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6677
6678 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6679
6680         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6681         instead of calling `mm-insert-inline', to decode text/* parts
6682         before displaying them.
6683
6684 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * mm-uu.el (mm-uu-text-plain-type): New variable.
6687         (mm-uu-pgp-signed-extract-1): Use it.
6688         (mm-uu-pgp-encrypted-extract-1): Use it.
6689         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6690         bind mm-uu-text-plain-type with that value.
6691         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6692         mm-uu-dissect.
6693
6694 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * gnus-group.el (gnus-update-group-mark-positions):
6697         * gnus-sum.el (gnus-update-summary-mark-positions):
6698         * message.el (message-check-news-body-syntax):
6699         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6700         of string-as-multibyte.
6701
6702 2004-10-05  Juri Linkov  <juri@jurta.org>
6703
6704         * gnus-group.el (gnus-update-group-mark-positions):
6705         * gnus-sum.el (gnus-update-summary-mark-positions):
6706         * message.el (message-check-news-body-syntax):
6707         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6708         8-bit unibyte values to a multibyte string for search functions.
6709
6710 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6713         (mm-uu-dissect-text-parts): New function.
6714
6715         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6716         dissect text parts.
6717
6718         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6719         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6720
6721         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6722
6723         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6724         gnus-current-topics instead of gnus-current-topic.
6725
6726 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6727
6728         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6729
6730 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6731
6732         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6733         where approriate.
6734
6735         * nnml.el (nnml-generate-active-info): do.
6736
6737         * nndiary.el (nndiary-generate-active-info): do.
6738
6739         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6740         (gnus-topic-move): do.
6741
6742         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6743         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6744
6745         * gnus-srvr.el (gnus-server-prepare)
6746         (gnus-server-open-all-servers): do.
6747
6748         * gnus-msg.el (gnus-summary-cancel-article)
6749         (gnus-summary-resend-message)
6750         (gnus-summary-mail-crosspost-complaint): do.
6751
6752         * gnus-move.el (gnus-change-server): do.
6753
6754         * gnus-group.el (gnus-group-unmark-all-groups)
6755         (gnus-group-set-current-level): do.
6756
6757 2004-10-04  Simon Josefsson  <jas@extundo.com>
6758
6759         * message.el (message-generate-hashcash): Doc fix.
6760
6761 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6762
6763         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6764         avoid infinite recursion via gnus-get-function.
6765
6766 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6767
6768         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6769
6770         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6771
6772         * nnmail.el (nnmail-split-history): do.
6773
6774         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6775         (nnml-request-delete-group): do.
6776
6777         * nnslashdot.el (nnslashdot-read-groups): do.
6778
6779         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6780         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6781
6782         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6783         (nnspool-sift-nov-with-sed): Use last
6784         (nnspool-retrieve-headers-with-nov): Use mapc.
6785         (nnspool-request-newgroups): Use dolist.
6786         (nnspool-request-group): Use last.
6787
6788         * nntp.el (nntp-read-server-type): Use dolist.
6789
6790         * nnvirtual.el (nnvirtual-create-mapping)
6791         (nnvirtual-update-read-and-marked): Use dolist.
6792         (nnvirtual-convert-headers): Simplify.
6793
6794 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6795
6796         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6797         support for sync'ing tick marks.
6798
6799 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6802         there's no visible header.
6803
6804 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6805
6806         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6807         necessary, pass full group name to gnus-request-set-marks.
6808
6809 2004-10-01  Simon Josefsson  <jas@extundo.com>
6810
6811         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6812         acroread.
6813
6814 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6815
6816         * spam-report.el (spam-report-gmane): Fix interactive.
6817
6818         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6819
6820         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6821         when writing file.
6822         (gnus-agent-synchronize-flags): Don't default to being
6823         interactive.
6824
6825 2004-09-30  Simon Josefsson  <jas@extundo.com>
6826
6827         * message.el (message-generate-hashcash): Add.
6828         (message-send-mail): Use it, call mail-add-payment.
6829
6830 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6831
6832         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
6833
6834 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6835
6836         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6837         gnus-requst-update-info with explicit code to sync the in-memory
6838         info read flags with the marks being sync'd to the backend.
6839
6840         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6841
6842 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6843
6844         * spam.el (spam-verify-bogofilter): Add new function.
6845         (spam-check-bogofilter)
6846         (spam-bogofilter-register-with-bogofilter): Use it.
6847         (spam-verify-bogofilter): Add small fixes.
6848
6849 2004-09-28  Simon Josefsson  <jas@extundo.com>
6850
6851         * hashcash.el (hashcash-generate-payment): Revert.
6852
6853 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6854
6855         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
6856         gnus-extract-references instead of gnus-split-references.
6857
6858         * gnus-util.el (gnus-extract-references): Add new function, analogous
6859         to gnus-split-references but extracts only the message-ID without
6860         anything extra.
6861
6862         * hashcash.el (hashcash-generate-payment)
6863         (hashcash-check-payment): Do the right thing if hashcash-path is
6864         nil (because the hashcash program could not be found).
6865
6866         * spam.el (spam-use-hashcash): Remove comment.
6867
6868 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6869
6870         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6871         (gnus-cache-enter-article, gnus-cache-remove-article)
6872         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6873
6874         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6875
6876         * gnus-art.el (article-hide-boring-headers)
6877         (article-translate-strings, article-display-face)
6878         (gnus-article-mime-match-handle-first)
6879         (gnus-article-highlight-headers)
6880         (gnus-article-add-buttons-to-head): do.
6881
6882 2004-09-27  Simon Josefsson  <jas@extundo.com>
6883
6884         * hashcash.el: New version, from
6885         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6886         ../contrib/.
6887
6888 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6891
6892 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6893
6894         * gnus-dup.el (gnus-dup-open): Use mapc.
6895         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6896
6897         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6898         Reported by Stefan Wiens <s.wi@gmx.net>.
6899
6900         * gnus.el (gnus-shutdown): Use dolist.
6901
6902         * gnus-undo.el (gnus-undo): Use mapc.
6903
6904         * nnrss.el (nnrss-generate-active): do.
6905
6906         * message.el (message-cite-original-without-signature)
6907         (message-cite-original): Use mapc.
6908         (message-do-actions, message-make-forward-subject): Use dolist.
6909
6910 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6911
6912         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6913         deletion to remove entire duplicate line.  Fixes merged article
6914         number bug.
6915
6916 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6917
6918         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6919         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6920         first ask if you want to open a server and then, even when you
6921         responded with no, asking if you want to synchronize the server's
6922         flags.
6923         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6924         multi-line expressions.
6925         (gnus-agent-synchronize-group-flags): New internal function.
6926         Updates marks in memory (in the info structure) AND in the
6927         backend.
6928
6929         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6930
6931         * nnagent.el (nnagent-request-set-mark): Use
6932         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6933         method, to ensure that synchronization updates marks in the
6934         backend and in the info (in memory) structure.
6935
6936 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6939         convention fully; don't miss the root article of a thread; make
6940         the X-Draft-From header with correct article numbers.
6941
6942 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6943
6944         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6945         unless plugged.  Disable the agent so that an open failure causes
6946         an error.
6947
6948         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6949         Reverted 2004-09-21 change.  The backend must be opened while
6950         synchronizing flags even when the backend stores the flags
6951         locally.
6952
6953 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6956         in `header' match.  Reported by Svend Tollak Munkejord.
6957
6958         * message.el (message-cite-original): Fix use of
6959         `message-cite-articles-with-x-no-archive'.
6960
6961 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6964         (gnus-window-to-buffer): Ditto.
6965
6966         * mml.el (mml-preview-buffer): New variable.
6967         (mml-preview): Manage window layout with gnus-buffer-configuration.
6968
6969         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6970         X-Draft-From header even if those articles aren't quoted.
6971
6972 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6973
6974         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6975         (gnus-request-set-mark, gnus-request-update-mark): Use new
6976         g-s-t-u-l-m to decide to use backend even when unplugged.
6977
6978 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6981         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6982
6983 2004-09-20  Simon Josefsson  <jas@extundo.com>
6984
6985         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6986         "utf-16-le".
6987
6988 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6989
6990         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6991
6992 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * uudecode.el (uudecode-use-external): Add :version.
6995
6996         * smime.el (smime-CA-file, smime-encrypt-cipher)
6997         (smime-dns-server): Add :version.
6998
6999         * smiley.el (gnus-smiley-file-types): Add :version.
7000
7001         * sha1.el (sha1-use-external): Add :version.
7002
7003         * pgg-def.el (pgg-query-keyserver): Add :version.
7004
7005         * nnmail.el (nnmail-fancy-expiry-targets)
7006         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7007
7008         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7009         (nnimap-retrieve-groups-asynchronous): Add :version.
7010         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7011
7012         * mml.el (mml-content-disposition-parameters)
7013         (mml-insert-mime-headers-always): Add :version.
7014
7015         * mm-util.el (mm-coding-system-priorities):
7016
7017         * mm-decode.el (mm-inline-text-html-with-images)
7018         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7019         (mm-verify-option): Add :version.
7020         (mm-text-html-renderer): Change :version.
7021
7022         * message.el (message-fcc-externalize-attachments)
7023         (message-required-headers, message-draft-headers)
7024         (message-subject-trailing-was-query)
7025         (message-subject-trailing-was-ask-regexp)
7026         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7027         (message-mark-insert-end, message-archive-header)
7028         (message-archive-note, message-cross-post-default)
7029         (message-cross-post-note, message-followup-to-note)
7030         (message-cross-post-note-function, message-use-mail-followup-to)
7031         (message-subscribed-address-functions)
7032         (message-subscribed-address-file, message-subscribed-addresses)
7033         (message-subscribed-regexps, message-allow-no-recipients)
7034         (message-yank-cited-prefix, message-signature-insert-empty-line)
7035         (message-hidden-headers, message-hierarchical-addresses)
7036         (message-mail-user-agent, message-use-idna)
7037         (message-valid-fqdn-regexp)
7038         (message-strip-special-text-properties, message-header-synonyms)
7039         (message-beginning-of-line, message-tab-body-function): Add :version.
7040         (message-insert-canlock, message-wide-reply-confirm-recipients):
7041         Change :version.
7042
7043         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7044         and :version.
7045         (mail-source-delete-old-incoming-confirm)
7046         (mail-source-movemail-program): Add :version.
7047
7048         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7049         (gnus-agent-cache, gnus-agent): Change :version.
7050
7051         * gnus-util.el (gnus-use-byte-compile): Change :version.
7052
7053         * gnus-sum.el (gnus-summary-make-false-root-always)
7054         (gnus-summary-default-high-score)
7055         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7056         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7057         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7058         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7059         (gnus-sum-thread-tree-single-indent)
7060         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7061         (gnus-sum-thread-tree-leaf-with-other)
7062         (gnus-sum-thread-tree-single-leaf): Add :version.
7063         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7064         (gnus-article-loose-mime): Change :version.
7065
7066         * gnus-start.el (gnus-backup-startup-file)
7067         (gnus-save-startup-file-via-temp-buffer): Add :version.
7068
7069         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7070         (gnus-server-offline-face): Add :version.
7071
7072         * gnus-score.el (gnus-adaptive-word-length-limit):
7073
7074         * gnus-msg.el (gnus-gcc-externalize-attachments)
7075         (gnus-debug-files, gnus-debug-exclude-variables)
7076         (gnus-discouraged-post-methods): Change :version.
7077         (gnus-confirm-mail-reply-to-news)
7078         (gnus-confirm-treat-mail-like-news): Add :version.
7079
7080         * gnus-int.el (gnus-server-unopen-status): Add :version.
7081
7082         * gnus-group.el (gnus-group-jump-to-group-prompt)
7083         (gnus-large-ephemeral-newsgroup)
7084         (gnus-fetch-old-ephemeral-headers): Add :version.
7085
7086         * gnus-fun.el (gnus-x-face-directory)
7087         (gnus-convert-pbm-to-x-face-command)
7088         (gnus-convert-image-to-x-face-command)
7089         (gnus-convert-image-to-face-command): Add :version.
7090
7091         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7092
7093         * gnus-cite.el (gnus-cite-blank-line-after-header)
7094         (gnus-article-boring-faces):
7095
7096         * gnus-art.el (gnus-buttonized-mime-types)
7097         (gnus-inhibit-mime-unbuttonizing)
7098         (gnus-treat-display-face)
7099         (gnus-treat-body-boundary): Change :version.
7100         (gnus-body-boundary-delimiter, gnus-picon-databases)
7101         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7102         (gnus-treat-date-english, gnus-treat-fold-headers)
7103         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7104         (gnus-treat-mail-picon, gnus-treat-wash-html)
7105         (gnus-article-encrypt-protocol)
7106         (gnus-use-idna, gnus-article-over-scroll)
7107         (gnus-mime-display-multipart-alternative-as-mixed)
7108         (gnus-mime-display-multipart-related-as-mixed)
7109         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7110         (gnus-ctan-url, gnus-button-ctan-handler)
7111         (gnus-button-handle-ctan-bogus-regexp)
7112         (gnus-button-ctan-directory-regexp)
7113         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7114         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7115         (gnus-button-man-level, gnus-button-emacs-level)
7116         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7117
7118         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7119         (gnus-agent-go-online): Change :version.
7120         (gnus-agent-expire-unagentized-dirs)
7121         (gnus-agent-auto-agentize-methods): Add :version.
7122
7123         * flow-fill.el (fill-flowed-display-column)
7124         (fill-flowed-encode-column): Add :version.
7125
7126         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7127         (gnus-outlook-deuglify-unwrap-max)
7128         (gnus-outlook-deuglify-cite-marks)
7129         (gnus-outlook-deuglify-unwrap-stop-chars)
7130         (gnus-outlook-deuglify-no-wrap-chars)
7131         (gnus-outlook-deuglify-attrib-cut-regexp)
7132         (gnus-outlook-deuglify-attrib-verb-regexp)
7133         (gnus-outlook-deuglify-attrib-end-regexp)
7134         (gnus-outlook-display-hook): Add :version.
7135
7136         * binhex.el (binhex-use-external): Add :version.
7137
7138 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7141         and `invisible'.
7142
7143 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7144
7145         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7146         in gnus-registry-trim.
7147
7148 2004-09-13  Simon Josefsson  <jas@extundo.com>
7149
7150         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7151
7152         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7153
7154         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7155         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7156         <yamaoka@jpl.org>.
7157         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7158         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7159         <yamaoka@jpl.org>.
7160
7161         * sieve.el (sieve-manage-mode): Ditto.
7162
7163 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7166
7167 2004-09-11  Simon Josefsson  <jas@extundo.com>
7168
7169         * dns-mode.el: Add.
7170
7171         * mm-view.el (mm-display-dns-inline): Add.
7172
7173         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7174         (mm-automatic-display): Ditto.
7175
7176         * mailcap.el (mailcap-mime-data): Add text/dns.
7177         (mailcap-mime-extensions): Map .soa to text/dns.
7178
7179 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7180
7181         * gnus-art.el (article-decode-mime-words, article-babel)
7182         (gnus-article-highlight-signature, gnus-article-add-buttons)
7183         (gnus-signature-toggle): Remove unnecessary bindings of
7184         `inhibit-read-only' inherited from v5.10 merge.
7185
7186 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * nntp.el (nntp): New customization group.
7189         (nntp-authinfo-file): Add customization group.
7190
7191         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7192
7193         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7194
7195         * gnus.el (to-address, to-list, subscribed)
7196         (large-newsgroup-initial): Ditto.
7197
7198         * flow-fill.el (fill-flowed-display-column)
7199         (fill-flowed-encode-column): Ditto.
7200
7201 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7202
7203         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7204         Use point-min rather than 1.
7205         (message-send-mail): Use buffer-size rather than point-max.
7206
7207         * gnus-sum.el (gnus-summary-search-article-forward):
7208         Signal a specific `search-failed' rather than a generic `error'.
7209
7210         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7211         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7212         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7213
7214 2004-09-10  Simon Josefsson  <jas@extundo.com>
7215
7216         * nndb.el (require): Remove tcp and duplicate cl.
7217
7218 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-agent.el (directory-files-and-attributes): Move forward.
7221
7222 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7223
7224         * gnus-agent.el (directory-files-and-attributes): Optionally
7225         defined to support XEmacs.
7226
7227 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7228
7229         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7230         to avoid run-time CL dependencies.
7231         (gnus-agent-unfetch-articles): New function.
7232         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7233         article numbers even when local .overview file is missing.
7234         (gnus-agent-read-article-number): New function. Only accepts
7235         27-bit article numbers.
7236         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7237         gnus-agent-read-article-number.
7238         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7239         from backend while recognizing that article numbers in .overview
7240         must be valid.
7241         (gnus-agent-update-files-total-fetched-for): Use
7242         directory-files-and-attributes to improve performance.
7243         * gnus-int.el (gnus-request-move-article): Use
7244         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7245         improve performance.
7246
7247         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7248         some users confused by references to .newsrc when they only have a
7249         .newsrc.eld file.
7250         (gnus-convert-mark-converter-prompt,
7251         gnus-convert-converter-needs-prompt): Fixed use of property list.
7252         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7253         New function. Used internally to only display 'gnus converting
7254         files' message when actually necessary.
7255
7256         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7257         methods now autoloaded.
7258
7259 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7262         identifiers.
7263
7264 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * gnus-picon.el: Fix indentation and closing parenthesis.
7267
7268 2004-09-01  Simon Josefsson  <jas@extundo.com>
7269
7270         * message.el (message-canlock-generate): Require sha1, not
7271         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7272         to require within a function.  Sadly, if sha1.el isn't loaded, the
7273         let binding in m-c-g will hide the defcustom definition, which is
7274         bad.)
7275
7276         * canlock.el: Require sha1, not sha1-el.
7277
7278         * message.el: Don't autoload sha1 (there is a autoload cookie in
7279         sha1.el).
7280
7281         * sha1-el.el: Renamed to sha1.el.
7282
7283 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7284
7285         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7286
7287 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7288
7289         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7290
7291 2004-08-30  Kim F. Storm  <storm@cua.dk>
7292
7293         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7294
7295         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7296         Add :group 'nnimap.
7297
7298 2004-08-30  Andreas Schwab  <schwab@suse.de>
7299
7300         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7301         ?* and ?\;.
7302
7303         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7304         and ?\' to symbol instead of whitespace.
7305
7306 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7309
7310         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7311         instead of re-search-forward.
7312
7313         * gnus-uu.el (gnus-uu-save-article): Ditto.
7314         (gnus-uu-post-encode-uuencode): Ditto.
7315
7316         * html2text.el (html2text-clean-list-items): Ditto.
7317         (html2text-clean-dtdd): Ditto.
7318         (html2text-format-tags): Ditto.
7319
7320         * message.el (message-send-mail-with-sendmail): Fix regexp.
7321         (message-fill-field-general): Use search-forward instead of
7322         re-search-forward.
7323         (unbold-region): Ditto.
7324
7325         * nnrss.el (nnrss-request-article): Ditto.
7326
7327         * nnslashdot.el (nnslashdot-request-article): Ditto.
7328
7329         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7330
7331         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7332         "Unrecognized menu descriptor" error in XEmacs.
7333
7334 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7335
7336         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7337         parent article of a sparse article in the thread hashtb.
7338
7339 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7340
7341         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7342         (nnmail-expand-newtext): Lowercase expanded entries if
7343         nnmail-split-lowercase-expanded is non-nil.
7344
7345 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7348         entry.
7349
7350         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7351         of gnus-tmp-news-method into string under XEmacs.  It will be
7352         passed to gnus-correct-length which takes only a string argument.
7353
7354 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-util.el (gnus-bind-print-variables): New macro.
7357         (gnus-prin1): Use it.
7358         (gnus-prin1-to-string): Use it.
7359         (gnus-pp): New function.
7360         (gnus-pp-to-string): New function.
7361
7362         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7363         pp-to-string with gnus-pp-to-string.
7364         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7365         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7366         * gnus-msg.el (gnus-debug): Ditto.
7367         * gnus-score.el (gnus-score-save): Ditto.
7368         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7369         gnus-pp-to-string.
7370         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7371         with gnus-pp.
7372         * score-mode.el (gnus-score-pretty-print): Ditto.
7373         * webmail.el (webmail-debug): Ditto.
7374
7375 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * gnus-art.el (article-display-face, article-display-x-face): Use
7378         buffer-read-only.
7379
7380 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * gnus-art.el (article-hide-list-identifiers): Bind
7383         inhibit-read-only as t.
7384
7385 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7388
7389 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7390
7391         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7392         (gnus-narrow-to-page): Don't assume point-min == 1.
7393         (gnus-article-edit-mode): Derive from message-mode.
7394
7395         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7396         point-min == 1.
7397
7398         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7399         Disable incorrect use of `assert'.
7400
7401         * message.el (message-mode): Set comment-start-skip.
7402
7403
7404 2004-08-22  Sam Steingold  <sds@gnu.org>
7405
7406         * pop3.el (pop3-leave-mail-on-server): New user variable.
7407         (pop3-movemail): Delete mail only when it is nil.
7408
7409 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7410
7411         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7412
7413         * mml.el (mml-preview): Use `pop-to-buffer'.
7414
7415         * message.el (message-goto-mail-followup-to): Insert after "To".
7416         (message-carefully-insert-headers): Add comment.
7417
7418         * gnus.el: Remove unused variable `gnus-article-check-size'.
7419
7420         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7421
7422         * gnus-art.el (gnus-button-alist): Improve
7423         `gnus-button-handle-library' entry.
7424
7425 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7426
7427         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7428         downcase, since XEmacs capitalizes error messages differently.
7429
7430 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7431
7432         * nntp.el: Add (require 'gnus) due to reference to
7433         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7434
7435 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7436
7437         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7438         `mm-fill-flowed'.
7439
7440         * mm-decode.el (mm-dissect-singlepart): Check it.
7441
7442 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7443
7444         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7445         'imap' for netrc parsing.
7446
7447 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * mailcap.el (mailcap-mime-data): Mark as risky.
7450
7451 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7454         may be included in the encoded word.
7455         (rfc2047-encode): Don't append a space if the encoded word
7456         includes close parenthesis.
7457
7458 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7461         of text within parentheses.
7462
7463 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7464
7465         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7466         (gnus-encrypt-write-file-contents): Make the password key the file
7467         name PLUS the cipher, not just the cipher.  Also remove failed
7468         passwords from the cache.
7469
7470 2004-08-06  Simon Josefsson  <jas@extundo.com>
7471
7472         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7473         fix.
7474
7475 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7478         LWSP.
7479
7480 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7481
7482         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7483         to append in-reply-to: data to the references: header.
7484
7485         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7486         (netrc-parse): Use gnus-encrypt.el functions.
7487
7488         * gnus-encrypt.el: Add new file for encryption support; currently
7489         does only a few GPG ciphers and an internal XOR cipher.
7490
7491         * password.el: Add comments on using password-read-and-add.
7492         (password-read-and-add): Add function to read and add the
7493         password to the cache at once.
7494
7495 2004-07-28  Simon Josefsson  <jas@extundo.com>
7496
7497         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7498         parameter (but don't use it, for now).
7499
7500         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7501         instead of hard coding to nil.
7502
7503 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7506         as mm-inline-image-xemacs does.
7507
7508 2004-07-26  Simon Josefsson  <jas@extundo.com>
7509
7510         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7511         Revert part of 2004-07-17 change below.
7512
7513 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7516         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7517
7518 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7521         quotes that actually start with ">" at the beginning of the
7522         lines.
7523
7524 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * rfc2047.el (rfc2047-encode-region): Fix last change.
7527         (rfc2047-encode-parameter): Remove useless concat.
7528
7529 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7532         encode special characters; fix some kind of misconfigured headers;
7533         signal a real error if debug-on-quit or debug-on-error is non-nil.
7534         (rfc2047-encode-max-chars): New variable.
7535         (rfc2047-encode-1): Use it.
7536         (rfc2047-encode-parameter): New function.
7537
7538         * mml.el (mml-insert-parameter): Remove an excessive space.
7539
7540 2004-07-17  Simon Josefsson  <jas@extundo.com>
7541
7542         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7543         Kai Grossjohann <kai@emptydomain.de>.
7544         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7545         (gnus-group-make-menu-bar): Ditto.
7546
7547         * gnus-util.el (gnus-group-server): Add.
7548
7549 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7550
7551         * message.el (message-clone-locals): Clone sendmail and smtp
7552         variables.
7553
7554 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * rfc2047.el (rfc2047-encode-region): Fix last change.
7557
7558 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7561         characters as non-special.
7562
7563 2004-07-09  Simon Josefsson  <jas@extundo.com>
7564
7565         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7566         Users will lose all flag changes made while unplugged with
7567         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7568         good default.  See numerous reports on ding mailing list.
7569
7570 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7573         add generate-head-function and generate-article-function to the
7574         rfc822-forward entry.
7575         (nndoc-rfc822-forward-generate-article): New function.
7576         (nndoc-rfc822-forward-generate-head): New function.
7577
7578         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7579
7580 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7581
7582         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7583         respect display group parameter and gnus-summary-expunge-below.
7584         (gnus-articles-to-read): Remove unused reference to display group
7585         parameter.
7586
7587 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7588
7589         * nnheader.el (nnheader-uniquify-message-id): New experimental
7590         variable.
7591         (nnheader-nov-read-message-id): Use it.
7592
7593         * spam-report.el (spam-report-gmane): Add interactive.
7594
7595 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7598         qp-or-base64 for the application/* types.
7599
7600 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7601
7602         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7603
7604 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7605
7606         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7607         trim value.
7608
7609 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7610
7611         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7612         New macro and function.
7613         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7614
7615 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7618         after-load-alist.
7619
7620 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7621
7622         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7623         update info that isn't there.
7624
7625 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7626
7627         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7628         entry.
7629
7630 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * mm-view.el (mm-inline-render-with-function): Use multibyte
7633         buffer; decode html source by charset.
7634
7635         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7636
7637         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7638         Mule-UCS is loaded under XEmacs.
7639         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7640
7641 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7642
7643         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7644
7645 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * mm-util.el (mm-coding-system-p): Return a coding-system.
7648         (mm-mime-mule-charset-alist): Use shift_jis instead of
7649         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7650         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7651         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7652         instead of japanese-shift-jis and iso-latin-1 respectively in
7653         order to share the default value with both Emacs and XEmacs-mule.
7654         (mm-mule-charset-to-mime-charset): Make
7655         mm-coding-system-priorities effective.
7656         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7657         while predicating of candidates upon the priorities.
7658
7659 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7660
7661         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7662         gnus-uu-invert-processable.
7663
7664         * gnus.el: Autoload gnus-uu-invert-processable.
7665
7666 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * mm-util.el (mm-with-multibyte-buffer): New macro.
7669
7670         * rfc2047.el (rfc2047-encode-string): Use it.
7671         (rfc2047-encode-region): Move point to the end of the region after
7672         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7673
7674 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7677         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7678
7679 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7682         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7683         Karl Chen <quarl@nospam.quarl.org>.
7684
7685 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7686
7687         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7688         invalid addresses.
7689
7690 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7691
7692         * spam.el: Change section markers, revise TODO list.
7693         (spam-backends): Make new master list of all installed backends.
7694         (spam-summary-exit-behavior): Add new variable to determine how
7695         messages moves are done at summary exit.
7696         (spam-move-spam-nonspam-groups-only)
7697         (spam-process-ham-in-nonham-groups)
7698         (spam-process-ham-in-spam-groups): Remove variables, the
7699         spam-summary-exit-behavior variable should be used to manage this
7700         behavior.
7701         (spam-old-ham-articles, spam-old-spam-articles): Remove.
7702         (spam-old-articles): Add variable, replacing spam-old-ham-articles
7703         and spam-old-spam-articles.
7704         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7705         Add empty variables, placeholders for the backends they represent.
7706         (spam-set-difference): Move, unchanged.
7707         (spam-list-of-processors): Declare OBSOLETE, not used anymore
7708         unless the user has a processor variable.
7709         (spam-classifications, spam-classification-valid-p)
7710         (spam-backend-properties, spam-backend-property-valid-p)
7711         (spam-backend-function-type-valid-p)
7712         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
7713         (spam-report-articles-gmane, spam-report-articles-resend):
7714         Remove functions, they are not needed.
7715         (spam-install-backend-super, spam-backend-list)
7716         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7717         (spam-backend-function, spam-backend-ham-registration-function)
7718         (spam-backend-spam-registration-function)
7719         (spam-backend-ham-unregistration-function)
7720         (spam-backend-spam-unregistration-function)
7721         (spam-backend-statistical-p, spam-backend-mover-p)
7722         (spam-install-backend-alias, spam-install-checkonly-backend)
7723         (spam-install-mover-backend, spam-install-nocheck-backend)
7724         (spam-install-backend, spam-install-statistical-backend)
7725         (spam-install-statistical-checkonly-backend): Add backend installation
7726         support.
7727         (spam-summary-prepare-exit): Rewrite to use the new backend code.
7728         (spam-group-processor-p): Use the new backend code and respect the
7729         summary exit behavior.
7730         (spam-mark-spam-as-expired-and-move-routine): Remove.
7731         (spam-summary-prepare): Change to use the new spam-old-articles
7732         variable.
7733         (spam-copy-or-move-routine, spam-copy-spam-routine)
7734         (spam-move-spam-routine, spam-copy-ham-routine)
7735         (spam-move-ham-routine): Add code to copy/move ham or spam.
7736         (spam-fetch-field-fast): Improve doc and code, plus allow the
7737         'number request.
7738         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
7739         variables.
7740         (spam-split, spam-find-spam): Use the new backend code.
7741         (spam-registration-functions): Remove variable.
7742         (spam-unregister-routine): Add convenience wrapper.
7743         (spam-log-undo-registration, spam-register-routine)
7744         (spam-log-processing-to-registry)
7745         (spam-log-unregistration-needed-p): Rename "check" to "backend"
7746         where possible.
7747         (spam-check-gmane-xref, spam-check-regex-headers)
7748         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
7749         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
7750         (spam-check-bogofilter-headers, spam-check-spamoracle)
7751         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7752         (spam-check-crm114-headers): Use the spam-split-group that
7753         spam-split prepares, no need to determine it every time.
7754
7755         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
7756         to the nnheader-parse-naked-head call.
7757
7758         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
7759
7760         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
7761         the nnheader-nov-read-message-id call.
7762
7763 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7766         gnus-activate-group twice.  Suggested by Markus Peter
7767         <warp@spin.de>.
7768
7769 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus-art.el (gnus-article-time-format): Exchange the order of
7772         day and month in the default value; fix customization type.
7773         (article-date-ut): Use add-text-properties.
7774         (article-make-date-line): Use message-make-date instead of
7775         current-time-string.
7776
7777         * message.el (message-fetch-field): Don't use set-text-properties.
7778         (message-make-date): Simplify.
7779
7780         * messagexmas.el (message-xmas-make-date): New function.
7781         (message-xmas-redefine): Defalias message-make-date to it.
7782
7783 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7786         (rfc2047-encode-region): Treat text within parentheses as special;
7787         show the original text when error has occurred.
7788
7789         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7790         already-computed method to gnus-activate-group.
7791
7792         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7793         same select-methods identical Lisp objects.
7794
7795         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7796         object when modifying the info.
7797
7798 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7801         gnus-opened-servers since it has never been opened with the new
7802         configuration yet.
7803
7804 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7807         arg to nnheader-generate-fake-message-id.
7808
7809 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7810
7811         * nnheader.el (nnheader-generate-fake-message-id): Accept a
7812         number and build a fake message ID localized to a group and
7813         article number (so it's repeatable from that point on).
7814         (nnheader-fake-message-id-p): Change regex to accomodate new fake
7815         ID format.
7816
7817         * gnus-sum.el (gnus-get-newsgroup-headers): Call
7818         nnheader-generate-fake-message-id with the article number.
7819
7820 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7821
7822         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7823         end-of-buffer.
7824
7825 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7826
7827         * message.el (message-ignored-supersedes-headers): Add Approved.
7828
7829 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7832         goto-char.
7833         (rfc2047-encode): Fold the line before encoding.
7834
7835 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7836
7837         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7838         folding -- not all headers can be folded, and this should be done
7839         by the message composition mode.  Probably.  I think.
7840
7841 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7844         fast.
7845
7846         * gnus-ems.el (gnus-remove-image): Don't use
7847         message-text-with-property; remove only the image found first.
7848
7849         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7850         found first.
7851
7852 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7853
7854         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7855
7856 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * message.el (message-text-with-property): Make it fast and accept
7859         optional arguments.
7860         (message-strip-forbidden-properties): Use it.
7861         (message-fix-before-sending): Follow the m-t-w-p change.
7862
7863         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7864
7865 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * gnus-art.el (article-hide-headers): Don't change the buffer
7868         mistakenly when performing mml-preview even if
7869         gnus-single-article-buffer is nil.
7870
7871 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7872
7873         * message.el (message-expand-name-databases): New user option.
7874         (message-expand-name): Use it.
7875
7876 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7877
7878         * spam.el (spam-report-articles-resend)
7879         (spam-report-resend-register-routine): Allow ham reporting.
7880         (spam-report-resend-register-ham-routine): Add wrapper.
7881         (spam-registration-functions): Add ham resending functions.
7882         (spam-list-of-processors): Add ham resend processor.
7883
7884         * gnus.el (ham-resend-to): Add new group parameter.
7885         (spam-process): Add ham resend option.
7886
7887         * spam-report.el (spam-report-resend): Allow reporting ham.
7888         (spam-report-resend-ham): Add wrapper.
7889
7890 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * message.el (message-cite-articles-with-x-no-archive): New
7893         variable.
7894         (message-cite-original): Use it.
7895
7896 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7897
7898         * message.el (message-cite-original): Respect X-No-Archive.
7899
7900 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * gnus-art.el (article-hide-headers): Refer to the values for
7903         gnus-ignored-headers and gnus-visible-headers in the summary
7904         buffer since a user may have set them as group parameters.
7905
7906 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7907
7908         * assistant.el (assistant-node-name): Add convenience function.
7909         (assistant-render-text, assistant-render-node): Add error handling,
7910         plus handle multiple next nodes.
7911         (assistant-find-next-node): Comment out for now.
7912         (assistant-find-next-nodes): Add function, returns list of next
7913         nodes.
7914
7915 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * mail-source.el (mail-source-directory): Fix doc-string.
7918
7919 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7920
7921         * assistant.el (assistant-render-text, assistant-eval): Add :set
7922         widget type, which is different because it takes and returns a
7923         list.  Much hilarity ensues.
7924
7925 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7928
7929         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7930         doc-string.
7931
7932         * gnus-start.el (gnus-activate-group): Added doc-string.
7933
7934 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7937
7938 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7939
7940         * assistant.el (assistant-render-text): Try to add a :set
7941         widget, more to come.
7942
7943         * spam.el (spam-group-spam-contents-p): Handle empty groupname
7944         strings.
7945         (spam-report-articles-resend)
7946         (spam-register-routine): Do registration iff any articles warrant
7947         it.
7948         (spam-summary-prepare-exit): Change log message for nil group
7949         destinations.
7950
7951 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7952
7953         * spam.el (spam-report-resend-register-routine): Allow
7954         spam-report-resend-to to be a group parameter or a global value.
7955
7956 2004-05-26  Simon Josefsson  <jas@extundo.com>
7957
7958         * starttls.el: Merge with my GNUTLS based starttls.el.
7959         (starttls-gnutls-program, starttls-use-gnutls)
7960         (starttls-extra-arguments, starttls-process-connection-type)
7961         (starttls-connect, starttls-failure, starttls-success): New
7962         variables.
7963         (starttls-program, starttls-extra-args): Doc fix.
7964         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7965         functions.
7966         (starttls-negotiate, starttls-open-stream): Check
7967         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7968         function if it is set.
7969
7970 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7973         structured fields.
7974
7975 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7978
7979 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7980
7981         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
7982         variable.
7983         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7984         assigning the spam-mark to new messages.
7985
7986 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7987
7988         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7989
7990 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7993
7994         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7995         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7996         default.
7997
7998 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7999
8000         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8001         correct data.
8002
8003 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8004
8005         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8006         (spam-group-processor-p): Fix function.
8007         (spam-group-processor-multiple-p)
8008         (spam-group-spam-processor-report-gmane-p)
8009         (spam-group-spam-processor-report-resend-p)
8010         (spam-group-spam-processor-bogofilter-p)
8011         (spam-group-spam-processor-blacklist-p)
8012         (spam-group-spam-processor-ifile-p)
8013         (spam-group-ham-processor-ifile-p)
8014         (spam-group-spam-processor-spamoracle-p)
8015         (spam-group-spam-processor-crm114-p)
8016         (spam-group-ham-processor-bogofilter-p)
8017         (spam-group-spam-processor-stat-p)
8018         (spam-group-ham-processor-stat-p)
8019         (spam-group-ham-processor-whitelist-p)
8020         (spam-group-ham-processor-BBDB-p)
8021         (spam-group-ham-processor-spamoracle-p)
8022         (spam-group-ham-processor-copy-p): Remove functions with some
8023         prejudice against unneeded code.
8024         (spam-report-articles-resend)
8025         (spam-report-resend-register-routine): Allow the group/topic
8026         spam-resend-to value to override spam-report-resend-to.
8027         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8028         properly now.
8029
8030         * gnus.el (spam-resend-to): Add group/topic parameter.
8031         (spam-process): Move the OBSOLETE processors to the end of the
8032         choices.
8033
8034 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8035
8036         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8037         with resend-to set to nil, and then ask the user if necessary.
8038         (spam-report-resend): spam-report-resend takes a list of articles, not
8039         separate article numbers.
8040
8041 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8044         addition to emacs-w3m.
8045
8046 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8047
8048         * assistant.el (assistant-authinfo-data): New function.
8049         (assistant-eval): Eval for entire assistant.
8050
8051         * netrc.el (netrc-services-file): New variable.
8052         (netrc-parse-services): New function.
8053         (netrc-find-service-name): New function.
8054         (netrc-find-service-number): New function.
8055         (netrc-port-equal): New function.
8056         (netrc-machine): Use it.
8057
8058         * nnimap.el (nnimap-open-connection): Use netrc.
8059
8060         * gnus-util.el (gnus-netrc-get): Remove aliases.
8061
8062         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8063
8064         * assistant.el (wid-edit): Fix compilation.
8065
8066         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8067
8068 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8069
8070         * gnus-util.el (gnus-set-file-modes): New function.  (small
8071         patch).
8072
8073 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8074
8075         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8076
8077         * assistant.el (assistant-render-node): Fix up rendering and
8078         read-only text.
8079         (assistant-render-node): Reset.
8080         (assistant-make-read-only): Not sticky.
8081
8082 2004-05-20  Danny Siu  <dsiu@adobe.com>
8083
8084         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8085         centered even when gnus-auto-center-summary is t
8086
8087 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088
8089         * dns.el (dns-get-txt-answer): New function.
8090         (dns-read-txt): Ditto.
8091         (query-dns): Use it.
8092
8093 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8096         active for foreign groups even if the group level is higher than
8097         the specified value.
8098
8099 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8100
8101         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8102         non-active groups.
8103
8104         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8105
8106 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8107
8108         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8109
8110 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8111
8112         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8113         (spam-crm114-header, spam-crm114-spam-switch)
8114         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8115         (spam-crm114-positive-spam-header)
8116         (spam-crm114-database-directory, spam-list-of-processors)
8117         (spam-group-spam-processor-crm114-p)
8118         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8119         (spam-generic-score, spam-list-of-checks)
8120         (spam-list-of-statistical-checks, spam-registration-functions)
8121         (spam-check-crm114-headers, spam-crm114-score)
8122         (spam-check-crm114, spam-crm114-register-with-crm114)
8123         (spam-crm114-register-spam-routine)
8124         (spam-crm114-unregister-spam-routine)
8125         (spam-crm114-register-ham-routine)
8126         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8127         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8128
8129         * gnus.el: Add spam-use-crm114.
8130
8131         * spam.el (spam-list-of-processors, spam-registration-functions):
8132         Add spam-use-resend.
8133         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8134         (spam-report-articles-gmane): Add doc fix.
8135         (spam-report-articles-resend,
8136         spam-report-resend-register-routine): Add wrappers around
8137         spam-report-resend-to.
8138
8139         * spam-report.el (spam-report-resend-to, spam-report-resend):
8140         Add support for resending spam.
8141         (spam-report-gmane): Fix line length >80.
8142
8143         * gnus.el (spam-process): Add spam-use-resend.
8144
8145 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8146
8147         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8148         number of processed spam messages.
8149         (spam-ham-copy-or-move-routine): Return the number of processed
8150         ham messages.
8151         (spam-summary-prepare-exit): Use the above values to decide
8152         whether status messages shouled be displayed.
8153
8154 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8157         `rfc2047-encoding-function-alist' in order to avoid conflicting
8158         with the old version.
8159         (rfc2047-encode-region): Concatenate words containing non-ASCII
8160         characters in structured fields; don't encode space-delimited
8161         ASCII words even in unstructured fields; don't break words at
8162         char-category boundaries.
8163         (rfc2047-encode-1): New function.
8164         (rfc2047-encode): Use it; encode text so that it occupies the
8165         maximum width within 76-column; work correctly on Q encoding for
8166         iso-2022-* charsets.
8167         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8168         sure not to break a line just after the header name.
8169         (rfc2047-b-encode-region): Removed.
8170         (rfc2047-b-encode-string): New function.
8171         (rfc2047-q-encode-region): Removed.
8172         (rfc2047-q-encode-string): New function.
8173
8174         * mm-util.el (mm-replace-in-string): New function.
8175
8176 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8177
8178         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8179         get it right.
8180         (gnus-inews-make-draft): Really.
8181
8182 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8183
8184         * nnmh.el (nnmh-request-list-1): Don't check the link count
8185         before descending.  (small patch)
8186
8187 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8188
8189         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8190         stuff.
8191
8192         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8193         on real group name.
8194
8195         * gnus-art.el (gnus-signature-limit): Doc fix.
8196
8197         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8198
8199         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8200
8201 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8202
8203         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8204         isn't a string.
8205
8206 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207
8208         * gnus-draft.el (gnus-draft-send): Bind
8209         rfc2047-encode-encoded-words.
8210
8211         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8212         (rfc2047-encodable-p): Say that =? needs encoding.
8213         (rfc2047-encode-encoded-words): New variable.
8214
8215         * gnus-group.el (gnus-group-select-group): Doc fix.
8216
8217         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8218
8219         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8220         to nil.
8221
8222         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8223
8224         * nnheader.el (nnheader-get-lines-and-char): New function.
8225
8226 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * gnus-msg.el (gnus-summary-followup-with-original): Document
8229         yanking of region when active.
8230
8231 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8234         groups if the group level is higher than the specified value.
8235
8236 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8239         (gnus-group-jump-to-group): Added prefix argument using
8240         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8241         non-active group.
8242
8243         * compface.el (uncompface): Be verbose when changing
8244         `uncompface-use-external'.
8245
8246         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8247         handle manual section.
8248
8249 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8250
8251         * gnus-art.el (gnus-button-alist): Revert previous change.
8252
8253 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8254
8255         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8256
8257 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8258
8259         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8260         whether backend can accept message.
8261
8262         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8263
8264 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8265
8266         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8267         Avoid creating directory when nntp-marks-is-evil is true.
8268         Reported by Reiner Steib.
8269
8270 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * gnus-picon.el (gnus-picon-style): New variable.
8273         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8274         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8275         Jesper Harder <harder@ifa.au.dk>.
8276
8277 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8278
8279         * message.el (message-fill-field): Return point.
8280         (message-generate-headers): Go to end of field.
8281
8282         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8283         stuff for non-living groups.
8284
8285 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8286
8287         * gnus-art.el (gnus-article-followup-with-original)
8288         (gnus-article-reply-with-original): gnus-mark-active-p ->
8289         gnus-region-active-p.
8290
8291 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8292
8293         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8294         only when there is spam or ham to be processed.
8295
8296 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297
8298         * mail-source.el (mail-source-delete-crash-box): Refactor.
8299         (mail-source-fetch): Use it.
8300         (mail-source-fetch-file): Ditto.
8301         (mail-source-fetch-directory): Run postscript in loop.
8302         (mail-source-fetch-pop): Delete.
8303         (mail-source-fetch-maildir): Ditto.
8304         (mail-source-fetch-imap): Ditto.
8305
8306         * imap.el (imap-authenticators): Comment out sasl.
8307
8308         * message.el (message-skip-to-next-address): New function.
8309         (message-fill-header-address): Refactor.
8310         (message-fill-address): Use it.
8311         (message-delete-address): Use it.
8312         (message-fill-header-general): Refactor.
8313         (message-fill-field-address): Rename.
8314         (message-narrow-to-field): Find the start of the header.
8315         (message-header-format-alist): Don't pre-fill.
8316         (message-fill-header): Removed.
8317         (message-insert-header): New function.
8318         (message-shorten-references): Use it.
8319
8320         * rfc2047.el (rfc2047-field-value): Strip props.
8321
8322         * mail-parse.el (mail-header-make-address): New alias.
8323
8324         * ietf-drums.el (ietf-drums-make-address): New function.
8325
8326         * imap.el: Add compiler directives.
8327
8328         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8329
8330         * gnus-art.el (article-decode-idna-rhs): Don't use
8331         message-idna-inside-rhs-p.
8332
8333 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * message.el (message-idna-inside-rhs-p): Removed.
8336         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8337
8338         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8339         false positives.
8340
8341 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8342
8343         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8344
8345 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * nneething.el (nneething-file-name): Don't create spurions
8348         files.
8349
8350         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8351         (gnus-inews-do-gcc): Remove sleep.
8352
8353         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8354         part under point.
8355
8356         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8357         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8358
8359 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8360
8361         * spam.el (spam-summary-prepare-exit): Fixed (length).
8362
8363 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8364
8365         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8366         as expired without moving it" message when there are spam
8367         messages left.
8368
8369 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8370
8371         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8372         header is not nil.
8373
8374 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8375
8376         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8377         nntp-possibly-create-directory, not nntp-possibly-change-group.
8378         (nntp-marks-changed-p): New arg SERVER.
8379         (nntp-request-update-info): Adjust caller.
8380
8381 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8382
8383         * nntp.el (nntp-save-marks): Pass missing arg.
8384
8385 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8386
8387         * nntp.el: Support marks.
8388         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8389         (nntp-marks-modtime, nntp-marks-directory): New variables.
8390         (nntp-request-set-mark, nntp-request-update-info)
8391         (nntp-possibly-create-directory, nntp-marks-changed-p)
8392         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8393         functions.
8394
8395 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8396
8397         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8398         (gnus-xmas-redefine): Rename.
8399
8400         * gnus-score.el (gnus-score-insert-help): Use
8401         gnus-select-lowest-window.
8402
8403         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8404         appt-select-lowest-window and rename to gnus-select-lowest-window.
8405
8406         * gnus.el: do.
8407
8408 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8409
8410         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8411         encodings of MIME-encoded words, in order to improve
8412         interoperability with several broken MUAs.
8413
8414 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8415
8416         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8417         tags, only when charsets are not specified in headers.
8418         (mm-inline-text-html-render-with-w3m): Ditto.
8419
8420         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8421         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8422
8423 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8424
8425         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8426         instead of MIME-decoded from fields when checking
8427         `gnus-article-address-banner-alist'.
8428
8429 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8430
8431         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8432         description rather than subject.
8433
8434 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8435
8436         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8437
8438 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * gnus.el (gnus-version-number): Bump.
8441
8442 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8443
8444         * gnus.el: No Gnus v0.2 is released.
8445
8446 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * gnus-agent.el (gnus-agent-read-agentview): Inline
8449         gnus-uncompress-range.
8450
8451 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8452
8453         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8454         `exec-installed-p'.
8455
8456 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8457
8458         * gnus.el (spam-process, spam-autodetect-methods): Add
8459         bsfilter and bsfilter-headers.
8460
8461         * spam.el (spam-bsfilter): New customize group.
8462         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8463         (spam-bsfilter-header, spam-bsfilter-probability-header)
8464         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8465         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8466         (spam-bsfilter-database-directory): New options.
8467         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8468         (spam-list-of-statistical-checks, spam-registration-functions):
8469         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8470         (spam-bsfilter-score): New command.
8471         (spam-check-bsfilter-headers, spam-check-bsfilter)
8472         (spam-bsfilter-register-with-bsfilter)
8473         (spam-bsfilter-register-spam-routine)
8474         (spam-bsfilter-unregister-spam-routine)
8475         (spam-bsfilter-register-ham-routine)
8476         (spam-bsfilter-unregister-ham-routine): New functions.
8477         (spam-generic-score): Support bsfilter; Accept an optional argument
8478         to recalcurate spam score even if scoring header has already been
8479         added.
8480         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8481         optional argument to recalcurate spam score even if scoring header
8482         has already been added.
8483
8484 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8485
8486         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8487         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8488         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8489         link is missing.
8490
8491 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8492
8493         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8494         (html2text-get-attr): Rewrite.
8495
8496         * message.el (message-setup-1): Remove redundant put-text-property
8497         on mail-header-separator.
8498
8499 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8500
8501         * gnus-registry.el (gnus-registry-cache-whitespace)
8502         (gnus-registry-action, gnus-registry-spool-action)
8503         (gnus-registry-split-fancy-with-parent): Change message levels
8504         from 5 to 3 or 7, as needed.
8505
8506         * spam.el (spam-summary-prepare-exit)
8507         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8508         (spam-split, spam-find-spam, spam-log-undo-registration)
8509         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8510         level from 5 to 6.
8511
8512 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8515         2004-03-04 change).
8516
8517 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8518
8519         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8520         Use mapc when appropriate.
8521
8522         * sieve-manage.el (sieve-manage-open): do.
8523
8524         * nnweb.el (nnweb-insert-html): do.
8525
8526         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8527         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8528
8529         * nnspool.el (nnspool-request-group): do.
8530
8531         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8532         do.
8533
8534         * nnml.el (nnml-request-update-info): do.
8535
8536         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8537         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8538
8539         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8540         (nnimap-request-set-mark): do.
8541
8542         * nnfolder.el (nnfolder-request-update-info): do.
8543
8544         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8545         do.
8546
8547         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8548
8549         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8550
8551         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8552         do.
8553
8554         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8555         do.
8556
8557         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8558
8559         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8560
8561         * gnus-int.el (gnus-start-news-server): do.
8562
8563         * gnus-group.el (gnus-group-make-kiboze-group)
8564         (gnus-group-browse-foreign-server): do.
8565
8566 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8567
8568         FIXME: Make separate entries for each person.
8569
8570         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8571         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8572         <shields@msrl.com>:
8573
8574         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8575         may need for spam sorting and scoring.
8576         (spam-user-format-function-S): Add user format function suitable for
8577         general use.
8578         (spam-article-sort-by-spam-status): Add sorting function for summary
8579         sorting.
8580         (spam-extra-header-to-number): Add function to get a score from a
8581         header.
8582         (spam-summary-score): Add function to  get a numeric score from the
8583         headers.
8584         (spam-generic-score): Fixed function doc, was in wrong place.
8585         (spam-initialize): Take symbols when it's run, and install the
8586         extra headers that spam-necessary-extra-headers thinks we need.
8587
8588 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8589
8590         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8591         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8592
8593 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8594
8595         * gnus-sum.el (gnus-set-global-variables)
8596         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8597         (gnus-article-get-xrefs, gnus-summary-best-group)
8598         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8599         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8600         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8601         with-current-buffer.
8602
8603 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8604
8605         * spam.el (spam-summary-prepare-exit): Simplify logic.
8606         (spam-fetch-article-header): Read the article header if it's not
8607         available.
8608         (spam-list-articles): Simplify logic.
8609         (spam-filelist-register-routine): Fix bug with unregister-list.
8610
8611         * gnus-registry.el: Fix comments at beginning.
8612
8613 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8614
8615         * message.el (message-cater-to-broken-inn): Remove.
8616         (message-shorten-references): Make sure the total folded length of
8617         References is shorter than 998 characters to cater to a bug in INN
8618         2.3.  Also, don't pretend that references aren't folded -- this
8619         hasn't worked for a while.
8620
8621 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8622
8623         * gnus-agent.el (gnus-agentize):
8624         gnus-agent-send-mail-real-function no longer set to current value
8625         of message-send-mail-function but rather a lambda that calls
8626         message-send-mail-function.  The change makes the agent real-time
8627         responsive to user changes to message-send-mail-function.
8628
8629 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8630
8631         * legacy-gnus-agent.el
8632         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8633         help from Florian Weimer <fw@deneb.enyo.de>
8634
8635 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * nnmail.el (nnmail-cache-insert): Revert last change.
8638
8639 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * nnmail.el (nnmail-cache-insert): Always check whether
8642         nnmail-cache-ignore-groups matches a group name.
8643
8644 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8645
8646         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8647         (spam-find-spam, spam-log-processing-to-registry)
8648         (spam-log-registered-p, spam-log-unregistration-needed-p)
8649         (spam-log-undo-registration): Use gnus-message instead of
8650         gnus-error, none of these errors are fatal.
8651
8652         * gnus-registry.el (gnus-registry-clean-empty-function)
8653         (gnus-registry-clean-empty): Remove only empty entries without
8654         extra data.
8655
8656 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8657
8658         * spam-stat.el (spam-stat-buffer-change-to-spam)
8659         (spam-stat-buffer-change-to-non-spam): Change (error) to
8660         (gnus-message 8) invocation.
8661
8662 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * nntp.el (nntp-via-netcat-command): New variable.
8665         (nntp-via-netcat-switches): New variable.
8666         (nntp-open-via-rlogin-and-netcat): New function.
8667         (nntp-open-connection-function): Doc fix.
8668         (nntp-telnet-command): Doc fix.
8669         (nntp-end-of-line): Doc fix.
8670         (nntp-via-rlogin-command): Doc fix.
8671         (nntp-via-user-name): Doc fix.
8672         (nntp-via-address): Doc fix.
8673
8674 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8677         error in Emacs 21.1.
8678
8679 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8682
8683 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8684         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8685         (gnus-agent-with-refreshed-group): New macro.
8686         (gnus-agent-rename-group): New function.
8687         (gnus-agent-delete-group): New function.
8688         (gnus-agent-save-group-info): Use gnus-command-method when
8689         `method' parameter is nil.  Don't write nil entries into the
8690         active file.
8691         (gnus-agent-get-group-info): New function.
8692         (gnus-agent-fetch-articles): Use
8693         gnus-agent-update-files-total-fetched-for to increment disk space
8694         used.
8695         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8696         gnus-agent-update-view-total-fetched-for to increment disk space
8697         used.
8698         (gnus-agent-get-local): Added optional parameters to avoid calling
8699         gnus-group-real-name and gnus-find-method-for-group.
8700         (gnus-agent-set-local): Delete stored entry if either min, or max,
8701         are nil.
8702         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8703         quit, use gnus-agent-regenerate-group to record existance of any
8704         articles fetched to disk before the quit occurred.
8705         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8706         gnus-agent-update-view-total-fetched-for, and
8707         gnus-agent-update-files-total-fetched-for to decrement disk space
8708         used.
8709         (gnus-agent-retrieve-headers): Use
8710         gnus-agent-update-view-total-fetched-for to increment disk space
8711         used.
8712         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8713         with gnus-agent-update-files-total-fetched-for to decrement disk
8714         space and fresh group buffer.
8715         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8716         (gnus-agent-need-update-total-fetched-for): New variable.
8717         (gnus-agent-update-files-total-fetched-for): New function.
8718         (gnus-agent-update-view-total-fetched-for): New function.
8719         (gnus-agent-total-fetched-for): New function.
8720
8721         * gnus-cache.el (gnus-cache-save-buffers): Use
8722         gnus-cache-update-overview-total-fetched-for to change disk space
8723         used by this group.
8724         (gnus-cache-possibly-enter-article): Use
8725         gnus-cache-update-file-total-fetched-for to increment disk space
8726         used by this group.
8727         (gnus-cache-possibly-remove-article): Use
8728         gnus-cache-update-file-total-fetched-for to decrement disk space
8729         used by this group.
8730         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8731         (gnus-cache-rename-group): New function.
8732         (gnus-cache-delete-group): New function.
8733         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8734         (gnus-cache-need-update-total-fetched-for): New variable.
8735         (gnus-cache-with-refreshed-group): New macro.
8736         (gnus-cache-update-file-total-fetched-for): New function.
8737         (gnus-cache-update-overview-total-fetched-for): New function.
8738         (gnus-cache-rename-group-total-fetched-for): New function.
8739         (gnus-cache-delete-group-total-fetched-for): New function.
8740         (gnus-cache-total-fetched-for): New function.
8741
8742         * gnus-group.el: Require gnus-sum and autoload functions to
8743         resolve warnings when gnus-group.el compiled alone.
8744         (gnus-group-line-format): Documented new %F
8745         (size of Fetched data) group line format; identifies disk space
8746         used by agent and cache.
8747         (gnus-group-line-format-alist): Defined new F format.
8748         (gnus-total-fetched-for): New function.
8749         (gnus-group-delete-group): No longer update
8750         gnus-cache-active-altered as gnus-request-delete-group now keeps
8751         the cache in sync.
8752         (gnus-group-list-active): Let the agent store a server's active
8753         list if currently plugged.
8754
8755         * gnus-int.el (gnus-request-delete-group): Use
8756         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8757         local disk in sync with the server.
8758          (gnus-request-rename-group): Use
8759         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8760         local disk in sync with the server.
8761
8762         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8763         simplification to logic.
8764
8765         * gnus-util.el (gnus-rename-file): New function.
8766
8767 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8768
8769         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8770
8771 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8772
8773         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8774         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8775
8776 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8777
8778         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8779         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8780
8781 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8782
8783         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8784
8785 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8786
8787         * spam.el (spam-set-difference): Add function to replace
8788         gnus-set-difference in spam.el.
8789         (spam-summary-prepare-exit): Use spam-set-difference.
8790
8791 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8792
8793         * gnus-registry.el (gnus-registry-cache-file): Update to use
8794         gnus-dribble-directory OR gnus-home-directory OR ~.
8795         (gnus-registry-split-fancy-with-parent): Fix doc.
8796
8797 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * message.el (message-exchange-point-and-mark): Use
8800         message-mark-active-p.  Suggested by Jesper Harder
8801         <harder@ifa.au.dk>.
8802
8803 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * message.el (message-exchange-point-and-mark): Don't activate
8806         region if it was inactive.  Suggested by Hiroshi Fujishima
8807         <pooh@nature.tsukuba.ac.jp>.
8808
8809 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * gnus-art.el (article-display-face): Display Faces in the same
8812         order as X-Faces.
8813
8814 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8817
8818 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8821         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8822         (gnus-article-mime-hierarchy): Remove.
8823         (gnus-article-mime-hierarchy-next): Remove.
8824         (gnus-article-mode): Revert 2004-03-19 change.
8825         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8826         (gnus-insert-mime-button): Revert 2004-03-19 change.
8827         (gnus-mime-accumulate-hierarchy): Remove.
8828         (gnus-mime-enter-multipart): Remove.
8829         (gnus-mime-leave-multipart): Remove,
8830         (gnus-mime-display-part): Revert 2004-03-19 change.
8831         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8832
8833         * mml.el (mml-preview): Revert 2004-03-19 change.
8834
8835 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8836
8837         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8838
8839 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8842         t while entering a file name using the mm-with-multibyte macro.
8843         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8844
8845         * mm-util.el (mm-with-multibyte): New macro.
8846
8847 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8850         user option.
8851         (gnus-mime-multipart-functions): Doc and customization fix.
8852         (gnus-article-mime-hierarchy): New variable.
8853         (gnus-article-mime-hierarchy-next): New variable.
8854         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8855         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8856         gnus-article-mime-hierarchy-next to nil.
8857         (gnus-insert-mime-button): Show hierarchy numbers.
8858         (gnus-mime-accumulate-hierarchy): New function.
8859         (gnus-mime-enter-multipart): New function.
8860         (gnus-mime-leave-multipart): New function.
8861         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8862         (gnus-mime-display-alternative): Show hierarchy numbers.
8863
8864         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8865         gnus-article-mime-hierarchy-next to nil.
8866
8867 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8868
8869         * dns.el: Don't require gnus-xmas.
8870
8871 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8872
8873         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8874         inline PGP.
8875         (mml-menu): Disable mml-quote-region if mark is inactive.
8876
8877 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8880         when the group's active is not available.
8881
8882 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8885         error.
8886
8887 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8888
8889         * imap.el (imap-store-password): New variable.
8890         (imap-interactive-login): Use it.
8891         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8892
8893 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8896         window-start and hscroll to summary window.
8897
8898 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8899
8900         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8901         conversion message to newsrc-dribble when an actual conversion is
8902         performed.
8903
8904 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8905
8906         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8907
8908 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * mm-decode.el (mm-complicated-handles): New function reviving
8911         former definition of mm-multiple-handles.
8912
8913         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8914         (gnus-mime-delete-part): Use it.
8915
8916 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8917
8918         * gnus-agent.el (gnus-agent-read-local): Bind
8919         nnheader-file-coding-system to gnus-agent-file-coding-system to
8920         avoid the implicit assumption that they will always be equal.
8921         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8922         coding-system-for-write, as the with-temp-file macro first prints
8923         to a buffer then saves the buffer.
8924
8925 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * gnus-art.el (gnus-article-edit-part): New function.
8928         (gnus-mime-save-part-and-strip): Use it; do query instead of
8929         signaling an error; don't use mm-multiple-handles.
8930         (gnus-mime-delete-part): Ditto.
8931
8932 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8933
8934         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8935         old file versions.
8936         (gnus-group-prepare-hook): Removed function that converted list
8937         form of gnus-agent-expire-days to group properties.
8938
8939         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8940         (gnus-request-accept-article): Re-indented.
8941
8942         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8943         converters to handle old agent file formats.  Added logic for a
8944         "backup before upgrading warning".
8945         (gnus-convert-mark-converter-prompt): Developers can mark
8946         functions as needing (default), or not needing,
8947         gnus-convert-old-newsrc's "backup before upgrading warning".
8948         (gnus-convert-converter-needs-prompt): Tests whether the user
8949         should be protected from potentially irreversable changes by the
8950         function.
8951
8952         * legacy-gnus-agent.el (): New. Provides converters that are only
8953         loaded when gnus-convert-old-newsrc needs to call them.
8954
8955 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * mail-source.el (mail-source-touch-pop): Doc fix.
8958
8959         * message.el (message-smtpmail-send-it): Doc fix.
8960
8961 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8962
8963         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8964
8965         * nnmail.el (nnmail-split-fancy): do.
8966
8967         * gnus-kill.el (gnus-kill, gnus-execute): do.
8968
8969 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8970
8971         * gnus-sum.el (gnus-widget-reversible-match)
8972         (gnus-widget-reversible-to-internal)
8973         (gnus-widget-reversible-to-external): New functions.
8974         (gnus-widget-reversible): New widget.
8975         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8976
8977 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8978
8979         * gnus-sum.el (gnus-thread-sort-functions)
8980         (gnus-article-sort-functions): Document `(not F)' items.
8981
8982 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8983
8984         * spam.el (spam-use-gmane-xref): Add new backend.
8985         (spam-gmane-xref-spam-group): Add variable to control the name of the
8986         Gmane spam group.
8987         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8988         (spam-regex-headers-spam, spam-regex-headers-ham)
8989         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
8990         (spam-list-of-checks): Add spam-use-gmane-xref to list of
8991         backends and checks.
8992         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
8993
8994         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
8995         an autodetect method.
8996
8997 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8998
8999         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9000         articles are being added to a group.
9001         (gnus-request-replace-article): Inform the agent that articles
9002         need to be uncached as the cached contents are no longer valid.
9003
9004 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * binhex.el: Don't autoload executable-find.
9007
9008         * canlock.el: Don't autoload mail-fetch-field.
9009
9010         * dgnushack.el: Autoload c-mode for XEmacs.
9011
9012         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9013
9014         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9015         rmail-dont-reply-to and rmail-output.
9016
9017         * gnus-score.el: Don't autoload ffap-string-at-point.
9018
9019         * gnus-setup.el: Don't autoload sc-cite-original.
9020
9021         * imap.el: Don't autoload base64-decode-string,
9022         base64-encode-string and md5.
9023
9024         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9025         and rmail-msg-restore-non-pruned-header.
9026
9027         * mm-decode.el: Don't autoload executable-find.
9028
9029         * mm-url.el: Don't autoload executable-find.
9030
9031         * mm-view.el: Don't autoload diff-mode.
9032
9033         * nndb.el: Don't autoload news-reply-mode, news-setup,
9034         cancel-timer and telnet.
9035
9036         * password.el: Don't autoload run-at-time for Emacs.
9037
9038         * sha1-el.el: Don't autoload executable-find.
9039
9040         * sieve-mode.el: Don't autoload c-mode.
9041
9042         * uudecode.el: Don't autoload executable-find.
9043
9044 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9045
9046         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9047         (gnus-agent-possibly-alter-active): Avoid null in numeric
9048         comparison.
9049         (gnus-agent-set-local): Refuse to save null in local object table.
9050         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9051         list of articles that will be marked as unread.
9052
9053 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9056
9057 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9058
9059         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9060         language tags.
9061
9062 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9063
9064         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9065         Don't bind "obarray".
9066
9067         * gnus-sum.el (gnus-thread-sort-functions): Added
9068         `gnus-thread-sort-by-most-recent-number' and
9069         `gnus-thread-sort-by-most-recent-date'.
9070         Reported by Kai Grossjohann <kai@emptydomain.de>.
9071
9072 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9075
9076 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9077
9078         * gnus-cus.el (gnus-agent-customize-category): Removed
9079         ignore-errors macro reference that required cl to be loaded at
9080         run-time.
9081
9082         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9083         single-interval range of the form (min . max).  Previously the
9084         range had to look like ((min . max)).  Likewise, return
9085         (min . max) rather than ((min . max)).
9086         (gnus-range-map): Use gnus-range-normalize to accept
9087         single-interval range.
9088
9089         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9090         the cache, but not the agent, now appear with their usual face.
9091
9092         * dgnushack.el (loaddir): New variable that is bound to the
9093         directory containing the dgnushack.el file. Use loaddir, rather
9094         than srcdir, to update load-path. Change lets dgnushack compile
9095         code in directories other than GNUS/lisp.
9096
9097 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * lpath.el: Don't bind w3m-safe-url-regexp.
9100
9101         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9102         w3m-safe-url-regexp variable buffer-local.
9103
9104         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9105
9106 2004-02-27  Simon Josefsson  <jas@extundo.com>
9107
9108         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9109         gnus-group-real-prefix.
9110         (gnus-summary-move-article): Use it, instead of
9111         gnus-group-real-prefix.
9112
9113 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * lpath.el: Bind w3m-safe-url-regexp.
9116
9117         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9118         w3m-safe-url-regexp variable buffer-local and set it as the value
9119         of mm-w3m-safe-url-regexp.
9120
9121         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9122
9123         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9124         parsing gnus-posting-styles when the message is not for replying.
9125
9126         * dgnushack.el: Autoload sgml-mode for XEmacs.
9127
9128         * nnrss.el (nnrss-opml-export): Use
9129         mm-set-buffer-file-coding-system instead of
9130         set-buffer-file-coding-system.
9131
9132 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9133
9134         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9135         of checkdoc.el).
9136         * nnrss.el: do.
9137         * gnus-mlspl.el: do.
9138         * gnus-ml.el: do.
9139         * gnus-srvr.el: do.
9140
9141         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9142
9143 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9144
9145         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9146         Corrections to custom-manual links.
9147
9148         * gnus-art.el (gnus-article): Ditto.
9149
9150         * mm-decode.el (mime-display, mime-security): Ditto.
9151
9152 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9153
9154         * flow-fill.el: Typo.
9155
9156 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9157
9158         * spam-wash.el: New file.
9159
9160 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9161
9162         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9163
9164 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9165
9166         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9167         to be run with new-articles as LIST1, not LIST2.
9168         (spam-registration-functions): Add spam-use-ham-copy as a nil
9169         registration backend.
9170
9171 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9172
9173         * spam-stat.el (spam-stat-washing-hook): New option.
9174         (spam-stat-buffer-words): Use it.
9175         (spam-stat-process-directory, spam-stat-test-directory): Use
9176         insert-file-contents-literally.
9177         (spam-stat-coding-system): New variable.
9178         (spam-stat-load, spam-stat-save): Use it.
9179
9180 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * spam-report.el (spam-report-plug-agent): Quote
9183         spam-report-url-to-file and spam-report-url-ping-plain.
9184
9185 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9188         / in mailto URLs.
9189
9190 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * spam-report.el (spam-report-process-queue): Fix interactive use.
9193         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9194         (spam-report-unplug-agent): Doc fixes.
9195         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9196         (spam-report-agentize, spam-report-deagentize): Autoload
9197
9198 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9201
9202         * message.el (message-setup-fill-variables): Add mml tags to
9203         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9204         <ajk@iu.edu>.
9205         (message-mode): Don't modify paragraph-separate there.
9206
9207 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * compface.el (uncompface-use-external): Default to undecided.
9210         (uncompface-use-external-threshold): New variable.
9211         (uncompface-float-time): New macro.
9212         (uncompface): Determine whether to use the external decoder if
9213         uncompface-use-external is undecided.
9214
9215 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9216
9217         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9218         after images.
9219
9220         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9221
9222 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9223
9224         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9225
9226         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9227
9228         * gnus-sum.el (gnus-summary-limit-to-age)
9229         (gnus-summary-limit-children): do.
9230
9231         * gnus-int.el (gnus-request-scan): do.
9232
9233         * gnus-group.el (gnus-group-suspend): do.
9234
9235         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9236
9237         * gnus-cite.el (gnus-cite-parse-attributions): do.
9238
9239         * gnus-agent.el (gnus-summary-set-agent-mark)
9240         (gnus-agent-regenerate-group): do.
9241
9242         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9243
9244         * binhex.el (binhex-decode-region-internal): do.
9245
9246 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-fun.el (gnus-face-properties-alist): New user option.
9249         (gnus-display-x-face-in-from): Use it.
9250
9251         * gnus-art.el (article-display-face): Ditto.
9252
9253         * compface.el (uncompface-use-external): Default to nil.
9254
9255 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9256
9257         * nntp.el (nntp-erase-buffer): New function.
9258         (nntp-retrieve-data, nntp-send-command)
9259         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9260         (nntp-possibly-change-group): Use it.
9261
9262         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9263         with-current-buffer.
9264
9265 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9266
9267         * compface.el: Merge the ELisp-based uncompface program.
9268         (compface): New customization group.
9269         (uncompface-use-external): New user option.
9270         (uncompface): Call uncompface-internal if uncompface-use-external
9271         is nil.
9272         (uncompface-internal): New function.  Note that there are also
9273         some other functions and variables added for this function.
9274
9275 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9276
9277         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9278         if necessary.
9279
9280 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9281
9282         * spam-report.el (spam-report-unplug-agent)
9283         (spam-report-plug-agent, spam-report-deagentize)
9284         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9285         Add support for the Agent in spam-report: when unplugged, report to a
9286         file; when plugged, submit all the requests.
9287
9288         * spam.el (spam-register-routine): Fix message about
9289         registration.
9290
9291 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9292
9293         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9294         dependencies.
9295         (rfc2047-encode): Use it.
9296
9297         * gnus-art.el (gnus-button-marker-list): Move before first
9298         reference.
9299
9300         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9301         (imap-parse-body): Fix format string mismatch.
9302
9303         * gnus-score.el (gnus-summary-increase-score): do.
9304
9305         * nnrss.el (nnrss-close): New function.
9306
9307 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9308
9309         * nnrss.el (nnrss-make-filename): New function.
9310         (nnrss-request-delete-group, nnrss-read-server-data)
9311         (nnrss-save-server-data, nnrss-read-group-data)
9312         (nnrss-save-group-data): Use it.
9313         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9314         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9315         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9316
9317 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9318
9319         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9320
9321 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9322
9323         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9324         files.
9325
9326         * message.el (message-generate-headers-first): Don't quote nil
9327         and t in docstrings.
9328
9329         * imap.el (imap-id): do.
9330
9331         * gnus-agent.el (gnus-agent-consider-all-articles)
9332         (gnus-agent-queue-mail): do.
9333
9334 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * spam-report.el (spam-report-process-queue): New function.
9337         Process requests from `spam-report-requests-file'.
9338         (spam-report-process-queue): Doc fix.
9339
9340 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9341
9342         * spam.el (spam-register-routine)
9343         (spam-log-processing-to-registry, spam-log-registered-p)
9344         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9345         Change "check" to "spam-check" for semi-clarity.
9346
9347 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9348
9349         * pop3.el: Require nnheader.
9350
9351         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9352
9353         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9354
9355         * gnus-picon.el: Require cl.
9356
9357         * gnus-fun.el: Require gnus-ems and gnus-util.
9358
9359         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9360
9361         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9362
9363         * gnus-art.el (gnus-article-edit-mode): Define before first
9364         reference.
9365
9366 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9367
9368         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9369         (gnus-uu-post-encoded): Use point-at-bol.
9370
9371         * gnus-topic.el (gnus-group-active-topic-p): do.
9372
9373         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9374
9375         * gnus-group.el (gnus-group-kill-region): do.
9376
9377         * gnus-art.el (article-date-ut): do.
9378
9379         * message.el (message-fetch-field): Remove redundant
9380         case-fold-search binding.
9381         (message-narrow-to-field): Simplify.
9382
9383 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * spam.el (spam-directory): Derive from `gnus-directory'.
9386
9387         * spam-report.el (spam-report-url-to-file)
9388         (spam-report-requests-file): New function and variable for offline
9389         reporting.
9390         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9391         and user defined function.
9392         (spam-report-url-ping-mm-url): Remove doubled slash.
9393
9394 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9395
9396         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9397
9398 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9399
9400         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9401         format string mismatch.
9402
9403         * sieve.el (sieve-deactivate-all): do.
9404
9405         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9406
9407         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9408
9409         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9410
9411         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9412
9413 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9414
9415         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9416         the list of checks.
9417
9418 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9419
9420         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9421         padding.
9422
9423 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9424
9425         * mm-view.el (mm-fill-flowed): New variable.
9426         (mm-inline-text): Use it.
9427
9428 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9429
9430         * spam.el (spam-spamassassin-register-ham-routine)
9431         (spam-spamassassin-register-spam-routine): Fix function names.
9432
9433 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gnus.el (gnus-tmp-grouplens): Remove.
9436         (gnus-summary-line-format): Remove grouplens.
9437
9438         * gnus-group.el (gnus-group-line-format): Ditto.
9439
9440         * gnus-spec.el (gnus-format-specs): Ditto.
9441         (gnus-update-format-specifications): Flush the group format spec
9442         cache if there's the grouplens stuff.
9443         (gnus-parse-simple-format): Replace %l with the empty string.
9444
9445 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9446
9447         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9448         omission.
9449
9450 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9453         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9454
9455 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9456
9457         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9458         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9459         New macros and functions.
9460         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9461         Handle > NLINK_MAX messages.
9462         * nnmaildir.el (nnmaildir-request-set-mark): Use
9463         nnmaildir--emlink-p and nnmaildir--eexist-p.
9464
9465 2004-01-25  Alex Schroeder  <alex@gnu.org>
9466
9467         * spam-stat.el (spam-stat-process-directory-age): New option.
9468         (spam-stat-process-directory): Use it.
9469
9470 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9471
9472         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9473         (spam-stat-save): Accept prefix argument.
9474
9475 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9476
9477         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9478         links" error.
9479
9480 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9483         the rest of the and/or forms.
9484
9485 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9486
9487         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9488         compatibility with old .newsrc.eld files.
9489
9490         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9491
9492         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9493
9494         * gnus-start.el (gnus-1): do.
9495
9496         * gnus-group.el (gnus-group-line-format-alist): do.
9497
9498         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9499
9500         * gnus-gl.el: Remove.
9501
9502 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9503
9504         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9505         marks consisting of a single range {for example, (3 . 5)} rather
9506         than a list of a single range { ((3 . 5)) }.
9507
9508 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9509
9510         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9511         with-current-buffer.
9512         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9513         avoid consing a string.
9514
9515         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9516         Remove obsolete entries for big5 and gb2312.
9517
9518 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9519
9520         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9521         uncompressed list.
9522
9523 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9524
9525         * spam-stat.el (spam-stat-strip-xref): New function.
9526         (spam-stat-process-directory): Use it.
9527
9528         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9529         here -- it's done in message-fetch-field.
9530
9531 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9532
9533         * gnus-agent.el (gnus-agent-queue-mail,
9534         gnus-agent-prompt-send-queue): New variables.
9535         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9536         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9537         "nndraft:queue" along to gnus-draft-send.  Use
9538         gnus-agent-prompt-send-queue.
9539         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9540         is "nndraft:queue".  Suggested by Gaute Strokkenes
9541         <gs234@srcf.ucam.org>
9542
9543         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9544         (agent-enable-undownloaded-faces): Added
9545         (gnus-agent-cat-groups): Use eval-and-compile, not
9546         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9547         method of gnus-agent-cat-groups even when the buffer has been
9548         evaled.
9549         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9550         delete gnus-agent-save-active-1.
9551         (gnus-agent-save-groups): Deleted. Identical to
9552         gnus-agent-save-active.
9553         (gnus-agent-write-active): No longer adjust agent's copy of active
9554         file as agent's adjustments are now stored in their own
9555         file. Removed optional parameter.
9556         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9557         servers.  Add use of min/max range limits from server's local
9558         file.
9559         (gnus-agent-save-alist): Removed unused optional argument.
9560         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9561         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9562         (gnus-agent-set-local): A per-server file that keeps min/max range
9563         limits for articles known to the agent.  Provides a fast mechanism
9564         for altering many active ranges.
9565         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9566         active file (local makes it unnecessary).
9567         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9568
9569         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9570         (agent-enable-undownloaded-faces): Added
9571
9572         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9573         disable it when sending to "nndraft:queue".
9574         (gnus-group-send-queue): Add safety check to avoid sending queue
9575         when unplugged.
9576
9577         * gnus-group.el (gnus-group-catchup): Use new
9578         gnus-sequence-of-unread-articles, not
9579         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9580         numbers of articles.  Use gnus-range-map to avoid having to
9581         uncompress the unread list.
9582         (gnus-group-archive-directory,
9583         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9584         reference.
9585
9586         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9587         (gnus-sorted-range-intersection): Intersection of two ranges
9588         without requiring that they first be uncompressed.
9589
9590         * gnus-start.el (gnus-activate-group): Unless blocked by the
9591         caller, possibly expand the active range to include both cached
9592         and agentized articles.
9593         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9594         multiple version-dependent converters.
9595         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9596         gnus-agent-save-active.
9597         (gnus-save-newsrc-file): Save dirty agent range limits.
9598
9599         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9600         gnus-agent-possibly-alter-active.
9601         (gnus-adjust-marked-articles): Faster handling of simple lists
9602
9603 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9604
9605         * spam-stat.el (spam-stat-test-directory): New optional argument
9606         displays a list of files detected.  Suggested by Andrew Cohen
9607         <cohen@andy.bu.edu>.
9608         (spam-stat-buffer-words-with-scores): Don't narrow and change
9609         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9610
9611 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9612
9613         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9614         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9615         (spam-spamassassin-arguments)
9616         (spam-spamassassin-spam-flag-header)
9617         (spam-spamassassin-positive-spam-flag-header)
9618         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9619         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9620         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9621         (spam-list-of-processors, spam-list-of-checks)
9622         (spam-list-of-statistical-checks, spam-registration-functions)
9623         (spam-check-spamassassin-headers, spam-check-spamassassin)
9624         (spam-spamassassin-score)
9625         (spam-spamassassin-register-with-sa-learn)
9626         (spam-spamassassin-register-spam-routine)
9627         (spam-spamassassin-register-ham-routine)
9628         (spam-assassin-register-spam-routine)
9629         (spam-assassin-register-ham-routine): add SpamAssassin support
9630         (spam-bogofilter-score): fix to show article before scoring
9631
9632 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9633
9634         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9635         default scoring function.
9636         (spam-generic-score): Call spam-spamassassin-score if
9637         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9638         spam-bogofilter-score otherwise.
9639
9640         * gnus.el (spam-process, spam-autodetect-methods): Add
9641         spamassassin and spamassassin-headers.
9642
9643 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9644
9645         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9646         Suppress unnecessary messages.
9647
9648 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9649
9650         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9651         make-hash-table.
9652
9653 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * canlock.el (base64-encode-string): Don't autoload it.
9656
9657 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * run-at-time.el: Remove useless (require 'itimer),
9660         eval-and-compile and (featurep 'xemacs).
9661
9662 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9663
9664         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9665         GROUP is a virtual group.
9666
9667 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9668
9669         * gnus.el: Autoload `message-y-or-n-p'.
9670
9671 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9672
9673         * pgg-parse.el: Remove unnecessary (require 'custom).
9674
9675         * pgg-def.el: do.
9676
9677         * nnmail.el: do.
9678
9679         * gnus-undo.el: do.
9680
9681         * gnus-picon.el: do.
9682
9683         * gnus-util.el: do.
9684
9685 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9688
9689 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9692         handle, as well as a list.
9693
9694         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9695         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9696         (mm-w3m-cid-retrieve): Simplify.
9697
9698 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9699
9700         * message.el (message-kill-to-signature): Allow prefix arg to
9701         specify number of lines to keep before signature.
9702
9703 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9704
9705         (message-kill-to-signature): Change docstring.
9706
9707 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * canlock.el: Always require sha1-el.
9710         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9711
9712         * message.el: Autoload sha1 only when compiling.
9713
9714         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9715         eudc-expand-inline for XEmacs.
9716
9717 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * message.el (message-canlock-generate): Require sha1-el.
9720
9721 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9722
9723         * message.el (message-expand-name): Silence the byte compiler.
9724
9725         * lpath.el: Add detect-coding-system.
9726
9727         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9728         cus-edit.
9729
9730 2004-01-13  Simon Josefsson  <jas@extundo.com>
9731
9732         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9733         Invoke gnus-score-mode.  Reported by
9734         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9735
9736         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9737         Jim Blandy <jimb@redhat.com> (tiny change).
9738
9739 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9740
9741         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9742
9743 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9744
9745         * spam.el (spam-get-article-as-string): Update to use
9746         gnus-request-article-this-buffer, much simpler.
9747         (spam-get-article-as-buffer): Remove.
9748
9749 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9750
9751         * message.el (message-expand-name): Use EUDC if the user uses
9752         that.
9753
9754 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9755
9756         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9757         character for the encoding to avoid consing a string.
9758
9759         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9760         unnecessarily.
9761
9762         * mm-util.el (mm-replace-chars-in-string): Remove.
9763
9764         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9765         of mm-replace-chars-in-string.
9766
9767 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9768
9769         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9770         strings.
9771
9772         * mm-util.el (mm-subst-char-in-string): Support inplace.
9773
9774         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9775         a new string in every iteration.  Use shy groups.
9776
9777 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9778
9779         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9780         (gnus-group-change-level, gnus-kill-newsgroup)
9781         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9782         (gnus-get-unread-articles, gnus-make-articles-unread)
9783         (gnus-make-ascending-articles-unread): Use accessor
9784         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9785         to get group information for improved readability.
9786
9787         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9788
9789         * gnus-soup.el (gnus-soup-group-brew): do.
9790
9791         * gnus-msg.el (gnus-put-message): do.
9792
9793         * gnus-move.el (gnus-group-move-group-to-server): do.
9794
9795         * gnus-kill.el (gnus-batch-score): do.
9796
9797         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9798         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9799         (gnus-group-update-group, gnus-group-read-group)
9800         (gnus-group-make-group, gnus-group-make-help-group)
9801         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9802         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9803         (gnus-group-sort-by-unread, gnus-group-catchup)
9804         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9805         (gnus-group-yank-group, gnus-group-set-info)
9806         (gnus-group-list-groups): do.
9807
9808         * gnus.el (gnus-generate-new-group-name): do.
9809
9810         * gnus-delay.el (gnus-delay-send-queue): do.
9811
9812         * nnvirtual.el (nnvirtual-catchup-group): do.
9813
9814         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9815         do.
9816
9817         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9818         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9819
9820         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9821         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9822         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9823         (gnus-group-make-articles-read): do.
9824
9825 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9826
9827         * gnus-art.el (article-decode-mime-words, article-babel)
9828         (gnus-article-highlight-signature, gnus-article-add-buttons)
9829         (gnus-signature-toggle): Use gnus-with-article-buffer.
9830
9831         * gnus-art.el (gnus-article-highlight-headers)
9832         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9833
9834         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9835         (gnus-article-set-globals, gnus-request-article-this-buffer)
9836         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9837         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9838         (gnus-mime-display-alternative): Use with-current-buffer.
9839
9840 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9841
9842         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
9843         also under 80 char limit, and call gnus-error if needed.
9844         (spam-fetch-article-header): Fix - it was a
9845         buffer-local variable (gnus-newsgroup-data).
9846         (spam-find-spam): Use spam-generate-fake-headers, forget about
9847         spam-insert-fake-headers.
9848         (spam-insert-fake-headers): Remove.
9849
9850 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9851
9852         * deuglify.el (gnus-article-outlook-unwrap-lines)
9853         (gnus-outlook-rearrange-article)
9854         (gnus-outlook-repair-attribution-outlook)
9855         (gnus-outlook-repair-attribution-block)
9856         (gnus-outlook-repair-attribution-other): Remove redundant
9857         save-excursion.
9858
9859 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9860
9861         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9862         (spam-fetch-field-subject-fast)
9863         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9864         (spam-fetch-article-header): Add functions to deal with Gnus
9865         internals for fast retrieval of article header data.
9866         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
9867
9868 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9869
9870         * pop3.el (pop3-md5): Remove.
9871         (pop3-apop): Replace pop3-md5 with md5.
9872
9873         * mm-bodies.el: base64 is always built-in.
9874
9875         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9876         with-current-buffer.
9877
9878 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * canlock.el (canlock-insert-header): Remove excessive grouping in
9881         regexp.
9882
9883         * gnus-sum.el (gnus-summary-read-document): Ditto.
9884
9885         * gnus-uu.el (gnus-uu-part-number): Ditto.
9886
9887         * html2text.el (html2text-remove-tags): Ditto.
9888         (html2text-format-tags): Ditto.
9889         (html2text-format-single-elements): Ditto.
9890
9891         * mml.el (mml-parse-1): Ditto.
9892
9893 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9894
9895         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9896
9897         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9898
9899         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9900
9901         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9902
9903 2003-11-15  Simon Josefsson  <jas@extundo.com>
9904
9905         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9906         (pgg-gpg-lookup-key): Use regexp match instead of
9907         split-string (split-string is different between emacs 21.2 and
9908         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9909
9910 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9911
9912         * gnus-art.el (gnus-mime-view-all-parts)
9913         (gnus-article-part-wrapper, gnus-article-view-part): Use
9914         with-current-buffer.
9915
9916 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9917
9918         * spam.el (spam-disable-spam-split-during-ham-respool)
9919         (spam-spamoracle-database, spam-cache-lookups)
9920         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9921         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9922         (spam-group-ham-marks, spam-group-spam-marks)
9923         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9924         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
9925         also add spam-use-blackholes to the statistical checks.
9926         (spam-fetch-field-fast): Add interface to fetching fields, may
9927         become a macro.
9928         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9929         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
9930         (spam-insert-fake-headers): Fake an article when needed.
9931         (spam-find-spam): Fake article when possible.
9932         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9933         (spam-check-bogofilter-headers): Use message-fetch-field instead
9934         of nnmail-fetch-field.
9935
9936 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9937
9938         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9939
9940 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9941
9942         * spam.el (spam-split): Do not require spam-use-CHECK to be
9943         enabled if that check is passed to spam-split explicitly; also
9944         fix so 'spam doesn't get converted to spam-split-group when
9945         spam-split-symbolic-return is t.
9946         (spam-find-spam): Find registrations of the article and use those
9947         instead of re-running spam-split to find the spam/ham
9948         classification of the article.
9949         (spam-log-processing-to-registry, spam-log-registered-p)
9950         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9951         Use gnus-error instead of gnus-message.
9952         (spam-log-registration-type): Add function to determine the
9953         classification of a message based on registry entries; will
9954         return nil if both 'spam and 'ham are found.
9955         (spam-check-BBDB): Expand all the BBDB macros here so we can have
9956         a reasonably fast local cache without the loading errors.
9957         (spam-cache-lookups): Set to t by default.
9958         (spam-find-spam): Don't try to guess spam-cache-lookups.
9959         (spam-enter-whitelist, spam-enter-blacklist): Clear the
9960         spam-caches entry.
9961         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
9962         caching of whitelist/blacklist entries.
9963         (spam-check-whitelist, spam-check-blacklist): Invoke
9964         spam-from-listed-p with a type, not a cache variable.
9965         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
9966
9967 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9968
9969         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9970
9971         * nnmail.el (nnmail-split-fancy): do.
9972
9973         * mml.el (mml-parse): do.
9974
9975         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9976         (gnus-score-adaptive): do.
9977
9978 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9981         (gnus-mime-button-map): Don't set keymap parent.
9982         (gnus-button-ctan-directory-regexp): Use shy grouping.
9983         (gnus-prev-page-map): Don't set keymap parent.
9984         (gnus-prev-page-map): Remove duplicated one.
9985         (gnus-next-page-map): Don't set keymap parent.
9986         (gnus-mime-security-button-map): Ditto.
9987
9988         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9989         version number.
9990
9991         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9992
9993 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * canlock.el (canlock-sha1-function): Remove.
9996         (canlock-sha1-function-for-verify): Remove.
9997         (canlock-openssl-program): Remove.
9998         (canlock-openssl-args): Remove.
9999         (canlock-ignore-errors): Remove.
10000         (canlock-sha1-with-openssl): Remove.
10001         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10002         (canlock-verify): Don't use canlock-ignore-errors.
10003
10004         * sha1-el.el (sha1-string-external): Make it can return a string
10005         in binary form.
10006         (sha1-region-external): Ditto.
10007         (sha1-string-internal): Ditto.
10008         (sha1-region-internal): Ditto.
10009         (sha1-region): Ditto.
10010         (sha1-string): Ditto.
10011         (sha1): Ditto.
10012
10013 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10014
10015         * spam.el (spam-report-articles-gmane): New command.
10016
10017 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10020
10021         * run-at-time.el (run-at-time-saved): Remove.
10022         (run-at-time): Doc fix.
10023
10024 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10025
10026         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10027         (gnus-summary-limit-map): Add it.
10028         (gnus-summary-make-menu-bar): do.
10029
10030 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10031
10032         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10033         Make attempt at some caching support (done for BBDB only now).
10034         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10035         addresses to be checked.
10036         (spam-clear-cache-BBDB): Add function, to be invoked by
10037         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10038         (spam-check-BBDB): Check and use the caches, if
10039         spam-cache-lookups is on, remove superfluous (provide).
10040
10041 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10044
10045 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10046
10047         * run-at-time.el (run-at-time-saved): Move to after the definition
10048         of `run-at-time'.
10049
10050         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10051
10052 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10055         mm-w3m-local-map-property.
10056
10057         * mm-view.el (mm-w3m-mode-map): Remove.
10058         (mm-w3m-local-map-property): Remove.
10059         (mm-inline-text-html-render-with-w3m): Don't use
10060         mm-w3m-local-map-property.
10061
10062 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063
10064         * run-at-time.el: New file.
10065
10066         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10067         under Emacs.
10068
10069         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10070         of gnus-set-text-properties.
10071
10072         * gnus-uu.el (gnus-uu-save-article): Ditto.
10073
10074         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10075
10076         * gnus-cite.el (gnus-cite-parse): Ditto.
10077
10078         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10079         of gnus-.
10080
10081         * gnus-xmas.el (run-at-time): Require run-at-time.
10082
10083         * gnus.el: Changed calls to nnheader-run-at-time and
10084         password-run-at-time throughout to use run-at-time directly.
10085
10086         * password.el: Removed definition of run-at-time.
10087
10088         * nnheaderxm.el: Remove definition of run-at-time.
10089
10090 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10091
10092         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10093         in prompt.
10094
10095 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10096
10097         * messagexmas.el (message-xmas-redefine): Alias
10098         `message-make-caesar-translation-table' to
10099         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10100         version.
10101
10102         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10103         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10104         `gnus-xmas-set-text-properties'.
10105         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10106         `gnus-xmas-completing-read'.
10107         (gnus-xmas-completing-read): Removed.
10108         (gnus-xmas-open-network-stream): Removed.
10109
10110         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10111         XEmacs version.
10112
10113         * dns.el (dns-make-network-process): Use `open-network-stream'
10114         instead of `gnus-xmas-open-network-stream'.
10115
10116         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10117
10118         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10119
10120 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10121
10122         * gnus-art.el (gnus-mime-display-alternative)
10123         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10124         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10125         Don't use gnus-local-map-property.
10126
10127         * gnus-util.el (gnus-local-map-property): Remove.
10128
10129         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10130         gnus-completing-read-maybe-default with completing-read.
10131
10132         * gnus-util.el (gnus-completing-read): do.
10133         (gnus-completing-read-maybe-default): Remove.
10134
10135 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10136
10137         * password.el: Only autoload `run-at-time' if not XEmacs.
10138         Only autoload the itimer functions if XEmacs.
10139
10140 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10143         XEmacsen.
10144
10145         * dgnushack.el: Autoload executable-find for XEmacs.
10146
10147 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10148
10149         * gnus-art.el (gnus-read-string): Remove.
10150         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10151         read-string.
10152
10153 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10154
10155         * netrc.el: Autoload password-read.
10156         (netrc): Add configuration group.
10157         (netrc-encoding-method, netrc-openssl-path): Add
10158         variables for encoding and decoding of files with symmetric
10159         ciphers.
10160         (netrc-encode): Add assistant function to encode a file with
10161         netrc-encoding-method.
10162         (netrc-parse): Add interactive parameter, added optional
10163         decoding if netrc-encoding-method is non-nil but otherwise
10164         behavior is standard.
10165         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10166         Do s/encode/encrypt/ everywhere.
10167
10168         * spam.el: Remove executable-find autoload.
10169
10170 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10171
10172         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10173
10174         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10175
10176 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * gnus-art.el (gnus-treat-ansi-sequences,
10179         article-treat-ansi-sequences): New variable and function.
10180         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10181
10182         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10183         Use it.
10184
10185 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10186
10187         * mm-util.el (mm-quote-arg): Remove.
10188
10189         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10190         shell-quote-argument.
10191
10192         * gnus-uu.el (gnus-uu-command): do.
10193
10194         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10195
10196         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10197         with make-char.
10198
10199         * mm-util.el (mm-make-char): Remove.
10200
10201         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10202         add-minor-mode.
10203
10204         * gnus-undo.el (gnus-undo-mode): do.
10205
10206         * gnus-topic.el (gnus-topic-mode): do.
10207
10208         * gnus-sum.el (gnus-dead-summary-mode): do.
10209
10210         * gnus-start.el (gnus-slave-mode): do.
10211
10212         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10213
10214         * gnus-ml.el (gnus-mailing-list-mode): do.
10215
10216         * gnus-gl.el (gnus-grouplens-mode): do.
10217
10218         * gnus-draft.el (gnus-draft-mode): do.
10219
10220         * gnus-dired.el (gnus-dired-mode): do.
10221
10222         * gnus-ems.el (gnus-add-minor-mode): Remove.
10223
10224         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10225         Replace gnus-char-width with char-width.
10226
10227         * gnus-ems.el (gnus-char-width): Remove.
10228
10229         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10230         Replace gnus-char-width with char-width.
10231
10232         * gnus-ems.el (gnus-char-width): Remove.
10233
10234         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10235         definition.
10236         Remove Emacs 20 hash table compatibility code.
10237
10238         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10239         20 compatibility code.
10240
10241         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10242
10243         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10244
10245         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10246         with point-at-{eol,bol}.
10247
10248         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10249
10250         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10251
10252         * flow-fill.el (fill-flowed-point-at-bol,
10253         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10254
10255         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10256         Replace with point-at-{eol,bol} throughout all files.
10257
10258 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * ntlm.el (ntlm-string-as-unibyte): New macro.
10261         (ntlm-build-auth-response): Use it.
10262
10263         Remove Emacs 20 stuff:
10264         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10265         (butlast, mapc, remove): Remove the compiler macros.
10266         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10267         of delq and copy-sequence.
10268         * gnus-art.el (popup-menu): Remove the compiler macro.
10269         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10270         Emacs 20.
10271
10272 2004-01-05  Simon Josefsson  <jas@extundo.com>
10273
10274         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10275         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10276         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10277         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10278         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10279         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10280         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10281         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10282         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10283         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10284         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10285         string-xor into ntlm-string-xor.  Suggested by
10286         Jesper Harder <harder@myrealbox.com>.
10287
10288         * ntlm.el: Don't include poem.
10289
10290         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10291         Jesper Harder <harder@myrealbox.com>.
10292
10293         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10294
10295         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10296         probably breaks emacs with DL patch, but do we care? Is anyone
10297         still using the DL stuff?)
10298
10299         * sieve-manage.el: Use the password package.
10300         (sieve-manage-read-passwd): Remove.
10301         (sieve-manage-interactive-login): Use password.  Re-add
10302         condition-case around loop.
10303
10304         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10305         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10306         the password package.
10307
10308 2003-02-19  Simon Josefsson  <jas@extundo.com>
10309
10310         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10311         token.
10312
10313 2002-08-07  Simon Josefsson  <jas@extundo.com>
10314
10315         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10316         (sieve-manage-authenticators):
10317         (sieve-manage-authenticator-alist): Add some SASL mechs.
10318         (sieve-sasl-auth): New function.
10319         (sieve-manage-cram-md5-auth):
10320         (sieve-manage-plain-auth): Rewrite using SASL library.
10321         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10322         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10323         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10324         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10325
10326 2004-01-05  Simon Josefsson  <jas@extundo.com>
10327
10328         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10329         New files.
10330
10331 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10332
10333         * gnus-group.el (gnus-no-groups-message): Update.
10334
10335         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10336
10337 2003-11-09  Simon Josefsson  <jas@extundo.com>
10338
10339         * imap.el: Support for ID IMAP extension (RFC 2971).
10340         (imap-local-variables): Add imap-id.
10341         (imap-id): New variable.
10342         (imap-id): New function.
10343         (imap-parse-response): Parse untagged ID response.
10344         * nnimap.el (nnimap-id): New variable.
10345         (nnimap-open-connection): Use it.
10346
10347 2003-12-28  Simon Josefsson  <jas@extundo.com>
10348
10349         * gnus-score.el (gnus-score-edit-all-score): New.
10350         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10351
10352 2004-01-04  Simon Josefsson  <jas@extundo.com>
10353
10354         * password.el: Add.
10355
10356 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10357
10358         * dns.el: Add support for AAAA records (see RFC 3596)
10359
10360         * Fix typo PRT -> PTR
10361
10362         * Parse MX, PTR and SOA replies (see RFC 1035)
10363
10364 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10365
10366         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10367
10368         * Moved to Changelog.2.
10369
10370 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * gnus.el (gnus-version-number): Bump version.
10373
10374 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10375
10376         * gnus.el: No Gnus v0.1 is released.
10377
10378 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10379
10380         * gnus.el: No Gnus v0.0 is released.
10381
10382 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10383
10384         * gnus.el (gnus-version-number): Bump.
10385         (gnus-version): No.
10386
10387 See ChangeLog.2 for earlier changes.
10388
10389     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10390
10391   This file is part of GNU Emacs.
10392
10393   GNU Emacs is free software; you can redistribute it and/or modify
10394   it under the terms of the GNU General Public License as published by
10395   the Free Software Foundation; either version 2, or (at your option)
10396   any later version.
10397
10398   GNU Emacs is distributed in the hope that it will be useful,
10399   but WITHOUT ANY WARRANTY; without even the implied warranty of
10400   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10401   GNU General Public License for more details.
10402
10403   You should have received a copy of the GNU General Public License
10404   along with GNU Emacs; see the file COPYING.  If not, write to the
10405   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10406   Boston, MA 02110-1301, USA.
10407
10408 ;; Local Variables:
10409 ;; coding: iso-2022-7bit
10410 ;; fill-column: 79
10411 ;; add-log-time-zone-rule: t
10412 ;; End:
10413
10414 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4