(gnus-article-mode): Fix comment about displaying non-break space.
[gnus] / lisp / ChangeLog
1 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4         non-break space.
5
6 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9         Check if group is not a directory.
10         (nnfolder-request-expire-articles): Don't delete articles if the target
11         group is not available.
12
13         * nnml.el (nnml-request-create-group): Properly check if group is not a
14         file.
15         (nnml-request-expire-articles): Don't delete articles if the target
16         group is not available.
17
18         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19         Don't quote characters that are within parentheses.
20
21 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
24         (gnus-handle-ephemeral-exit): Select article according to it.
25
26 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
27
28         * message.el (message-insert-formated-citation-line): Remove newline.
29         (message-citation-line-format): Add final \n here so that the user can
30         avoid a blank line.
31
32 2007-05-03  Dan Christensen  <jdc@uwo.ca>
33
34         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
35         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
36         Update lanl/arXiv support.
37
38 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
39
40         * gnus.el: Bump version number.
41
42 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * gnus.el (gnus-version-number): Bump version.
45
46 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
47
48         * gnus.el: No Gnus v0.6 is released.
49
50 2007-04-27  Didier Verna  <didier@xemacs.org>
51
52         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
53         * gmm-utils.el (gmm-regexp-concat): here.
54         * message.el: Don't require 'gnus-util.
55         (message-dont-reply-to-names): Handle name change above.
56         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
57
58 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
61         since the initial value varies according to the system.
62
63 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * mm-util.el (mm-charset-synonym-alist): Defcustom.
66
67 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
68
69         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
70
71 2007-04-24  Didier Verna  <didier@xemacs.org>
72
73         Improve the type of gnus-ignored-from-addresses.
74         * gnus-util.el (gnus-orify-regexp): New function.
75         * message.el (gnus-util): Require it.
76         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
77         * gnus-sum.el (gnus-ignored-from-addresses): New function.
78         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
79
80 2007-04-24  Didier Verna  <didier@xemacs.org>
81
82         * gnus-sum.el:
83         * gnus-utils.el: Fix some trailing whitespaces.
84
85 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
88         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
89         article's Message-ID; refer parent article in summary buffer.
90
91         * message.el (message-bounce): Call mime-to-mml.
92
93         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
94         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
95         optimize and/or forms properly.
96
97 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
98
99         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
100         URL.
101
102 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
105
106 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
109         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
110         displayed of multipart/alternative part if it is invoked from summary
111         buffer.
112
113         * mm-view.el (mm-inline-text-html-render-with-w3m)
114         (mm-inline-text-html-render-with-w3m-standalone)
115         (mm-inline-render-with-function): Use mail-parse-charset by default.
116
117 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
118
119         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
120         is less than the length of parse-time-syntax.
121
122 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
123
124         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
125         from gnus-newsgroup-processable.
126
127 2007-04-16  Didier Verna  <didier@xemacs.org>
128
129         * gnus-msg.el (gnus-configure-posting-styles): Handle
130         message-signature-directory properly with :file syntax. Reported by
131         "Leo".
132
133 2007-04-11  Didier Verna  <didier@xemacs.org>
134
135         New user option: message-signature-directory.
136         * gnus-msg.el (gnus-configure-posting-styles): Support it.
137         * message.el (message-insert-signature): Ditto.
138         * message.el (message-signature-file): Doc update.
139         * message.el (message-signature-directory): New.
140
141 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * gnus-msg.el (gnus-inews-yank-articles): Use
144         message-exchange-point-and-mark instead of exchange-point-and-mark.
145
146 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * message.el (message-yank-original): Make sure cited text ends with
149         newline; don't exchange point and mark.
150
151 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
152
153         * tls.el (open-tls-stream): Properly handle case where there
154         is no associated buffer.
155
156 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
157
158         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
159         message-yank-original, make sure (< mark TEXT point).
160
161 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
162
163         * message.el (message-fill-column): New variable.
164         (message-mode): Use it.  Add comment on a possible new hook.
165
166         * nnmail.el (nnmail-spool-file): Mark as obsolete.
167         (nnmail-get-new-mail): Reformat.
168
169         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
170
171         * gmm-utils.el: Fix Commentary.
172         (gmm-tool-bar-from-list): Fix typo in doc string.
173
174 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
175
176         * message.el (message-yank-original): Don't switch point and mark
177         unnecessarily to put point and mark as documented.
178
179 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
182         from the message heads.
183
184 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
185
186         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
187         article buffer does not have a window.  This may not be the best
188         solution but is certainly better than setting the start of the null,
189         that is the current, window.
190
191 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
192
193         * gnus-draft.el (gnus-draft-setup-hook): New hook.
194         (gnus-draft-setup): Run it.
195
196         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
197         gnus-score-fast-scoring.  Allow regexp.
198         (gnus-score-headers): Use it.
199
200         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
201         XEmacs.
202
203         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
204         string.
205         (gnus-button-alist): Also catch `<f1> k ...'.
206         (gnus-treat-display-x-face): Fix doc string.
207
208 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
209
210         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
211         evaluation of gnus-extended-version to ensure correct generation of the
212         User-Agent header when message-generate-headers-first is used.
213
214 2007-03-24  Simon Josefsson  <simon@josefsson.org>
215
216         * hashcash.el (hashcash-generate-payment-async): Don't crash if
217         hashcash-path is nil.  Don't call callback with incorrect number of
218         parameters if val is 0.
219
220 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
221
222         * message.el (message-required-news-headers):
223         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
224
225 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
226
227         * tls.el (open-tls-stream): In handshake-waiting loop,
228         don't wait more if there is output available to process.
229
230 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
231
232         * tls.el (tls-program): Doc fix.
233
234 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * message.el (message-generate-new-buffers): Change the meaning of the
237         nil value; add `standard' to the choices; treat t as `unique'; improve
238         doc string.
239         (gnus-select-frame-set-input-focus): Autoload.
240         (message-buffer-name): Search for the existing message buffer if
241         message-generate-new-buffers is nil or `standard'; treat the value t of
242         message-generate-new-buffers as `unique'.
243         (message-pop-to-buffer): Raise the frame already displaying the message
244         buffer; clear the echo area after querying.
245         (message-setup): Pass the `continue' argument to compose-mail.
246         (message-mail): Prefer `switch-function' if it is given; search for the
247         existing message buffer if the `continue' argument is non-nil; pass
248         continue and switch-function arguments to compose-mail by way of
249         message-setup.
250         (message-mail-other-window): Adjust argument of message-setup.
251         (message-mail-other-frame): Ditto.
252
253 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
256         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
257         to turn font-lock on when turning gnus-message-citation-mode on.
258
259 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
260
261         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
262         (mml-smime-function-alist): New variable; add epg as the backend.
263         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
264         mml-smime- functions instead.
265         * mm-view.el: Require smime.
266
267 2007-03-05  Didier Verna  <didier@xemacs.org>
268
269         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
270         instead of just inheritance for posting styles.
271         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
272
273 2007-02-24  Chris Moore  <dooglus@gmail.com>
274
275         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
276         * pgg-pgp.el (pgg-pgp-encrypt-region):
277         * pgg-gpg.el (pgg-gpg-encrypt-region):
278         Check pgg-encrypt-for-me if no other recipients.
279
280 2007-02-24  John Paul Wallington  <jpw@pobox.com>
281
282         * tls.el (tls-certtool-program): Fix custom type.
283
284 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
287         and point-at-eol instead of line-(beginning|end)-position.
288
289         * assistant.el (assistant-parse-buffer): Ditto.
290
291         * netrc.el (netrc-parse-services): Ditto.
292
293 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
294
295         * mml2015.el (mml2015-epg-find-usable-key): New function.
296         (mml2015-epg-sign): Use it.
297         (mml2015-epg-encrypt): Use it.
298
299 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * message.el (message-make-in-reply-to): Quote name containing
302         non-ASCII characters.  It will make the RFC2047 encoder cause an error
303         if there are special characters.  Reported by NAKAJI Hiroyuki
304         <nakaji@kankyo-u.ac.jp>.
305
306 2007-02-27  Didier Verna  <didier@xemacs.org>
307
308         Include the group parameters as well as the topic ones in the
309         inheritance filter process.
310         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
311         argument GROUP-PARAMS-LIST.
312         * gnus-topic.el (gnus-group-topic-parameters): Use it.
313
314 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * nntp.el (nntp-never-echoes-commands)
317         (nntp-open-connection-functions-never-echo-commands): New variables.
318         (nntp-send-command): Use them.
319
320 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
321
322         * mml2015.el (mml2015-epg-verify): Simplified.
323
324 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * mml.el (mml-content-disposition-alist): New user option.
327         (mml-content-disposition): New function.
328         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
329         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
330
331 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
332
333         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
334         verification.
335
336 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
337
338         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
339         articles posted in the last 24 hours.
340
341 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
342
343         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
344
345 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
346
347         * nntp.el (nntp-send-command): Don't wait for echoes when
348         nntp-open-ssl-stream is used.
349
350 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * gnus-cite.el (gnus-test-font-lock-add-keywords)
353         (gnus-message-add-citation-keywords)
354         (gnus-message-remove-citation-keywords): Remove.
355         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
356         directly, make the variables in font-lock-defaults buffer-local, add
357         gnus-message-citation-keywords to them and then update the value of
358         font-lock-keywords.
359
360 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * message.el (message-cite-original-1): Don't call
363         gnus-article-highlight-citation.
364
365         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
366         citations; fix line count.
367
368 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
371         (gnus-message-add-citation-keywords)
372         (gnus-message-remove-citation-keywords): Use it; fix the emulating
373         versions of font-lock-add-keywords and font-lock-remove-keywords to
374         work with XEmacs correctly.
375
376 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-cite.el (gnus-cite-face-list): Set the values of
379         gnus-message-max-citation-depth and gnus-message-citation-keywords.
380         (gnus-message-max-citation-depth): Use defvar rather than defconst.
381         (gnus-message-cite-prefix-regexp): New variable.
382         (gnus-message-search-citation-line): Use it; protect against long
383         citation prefix; fill match data with nil rather than 0 for XEmacs; set
384         the 0th match data for Emacs.
385         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
386         (gnus-message-add-citation-keywords): Append keywords rather than
387         prepending; emulate font-lock-add-keywords if it is not available.
388         (gnus-message-remove-citation-keywords): Emulate
389         font-lock-remove-keywords if it is not available.
390
391         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
392
393         * message.el (message-cite-prefix-regexp): Set the value of
394         gnus-message-cite-prefix-regexp.
395
396 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
397
398         * nnweb.el (nnweb-google-parse-1): Update parser.
399
400 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
401
402         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
403
404 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
405
406         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
407         regexp.
408
409 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * uudecode.el (uudecode-string-to-multibyte): New function emulating
412         string-to-multibyte.
413         (uudecode-decode-region-internal): Use it.
414
415         * lpath.el: Fbind string-as-multibyte for XEmacs.
416
417 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
418
419         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
420         custom choice.
421
422         * gnus-art.el (gnus-signature-limit): Fix custom choice.
423
424 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
425
426         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
427
428         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
429         `write-region' to respect `mm-inhibit-file-name-handlers'.
430
431 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
432
433         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
434         Use gnus-home-directory instead of "~/" or "$HOME".
435
436 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
437
438         * encrypt.el (encrypt-insert-file-contents): Add better prompt
439         to mention filename.
440         Add comments at beginning regarding usage.
441         (encrypt-write-file-contents): Change interactive so a string is
442         acceptable.  If the file has no associated model, show an error instead
443         of a nonsense prompt.
444
445 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
446
447         * spam.el (spam-bsfilter-ham-switch): Fix typo.
448         Thanks to Yoshihiko Yamada for kind notification of this typo.
449
450 2007-01-12  Kenichi Handa  <handa@m17n.org>
451
452         * uudecode.el (uudecode-decode-region-internal): Make it work in a
453         multibyte buffer.
454
455 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
456
457         * gnus-score.el (gnus-score-fast-scoring): New variable.
458         (gnus-score-headers): Use it.
459
460         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
461
462         * message.el (message-cite-original-1): Call
463         gnus-article-highlight-citation if requested.
464
465         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
466
467         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
468         bugs to doc string.
469         (gnus-button-alist): Add mid\\|message-id.
470         (gnus-button-fetch-group): Extend for use in
471         `browse-url-browser-function'.
472         (gnus-button-url-regexp): Try to catch paired parentheses like in
473         Wikipedia URLs.
474
475         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
476         Suggested by Simon Krahnke <overlord@gmx.li>.
477
478 2007-01-13  Romain Francoise  <romain@orebokech.com>
479
480         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
481         Update copyright.
482
483 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
484
485         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
486
487 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
488
489         * gnus-registry.el (gnus-registry-unfollowed-groups)
490         (gnus-registry-split-fancy-with-parent): Fix documentation.
491
492 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
495         from nnweb groups.
496
497 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
500         Xref urls.  Erase buffer before requesting head.
501
502 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
503
504         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
505         customizable.
506
507 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
508
509         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
510         no signing key is found.
511         (mml2015-epg-encrypt): Ask user whether to skip or abort if
512         no encrypting and/or signing key is found.
513
514 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
515
516         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
517
518 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
519
520         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
521         headers read from disk with the ones newly found in the current search.
522         This should no longer cause problems, because the article numbers in
523         Gmane's `nov.php' output are ignored since the previous change.
524
525 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
526
527         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
528
529 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
532         replace-regexp-in-string; bind url-version; fbind display-images-p and
533         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
534         find-face and set-itimer-function for Emacs; bind itimer-list for
535         Emacs.
536
537         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
538
539 2007-01-01  Romain Francoise  <romain@orebokech.com>
540
541         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
542
543 2006-12-31  Steve Youngs  <steve@sxemacs.org>
544
545         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
546         `define-minor-mode' macro definition expanded properly.
547         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
548         exclude it there.
549
550         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
551         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
552         `fboundp' test.
553         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
554         This is OK to autoload in (S)XEmacs now.
555
556 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
559         keystroke.
560         (gnus-summary-limit-to-singletons): Fix typo.
561
562         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
563         else fails.
564
565 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
566
567         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
568         docstring.
569
570         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
571         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
572         (gnus-summary-insert-dormant-articles): Fix typo in message.
573
574 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
575
576         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
577         nil for XEmacs.
578         (gnus-message-citation-mode): Don't autoload in XEmacs.
579
580         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
581
582 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
583
584         * nnimap.el (nnimap-expunge-search-string): Mention
585         nnimap-search-uids-not-since-is-evil in docstring.
586
587 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
588
589         * spam.el: Revert to make-obsolete-variable because
590         define-obsolete-variable-alias is not supported in Emacs 21.
591
592         * spam.el (spam-ifile-path, spam-ifile-database-path)
593         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
594         make-obsolete-variable.
595         (spam-bsfilter-path, spam-bsfilter-program)
596         (spam-spamassassin-path, spam-spamassassin-program)
597         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
598         use "path" inappropriately.
599         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
600         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
601         variable names.
602
603 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
604
605         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
606         summary buffer.
607
608         * password.el (password-cache-remove): Use clear-string to burn
609         password, if available.
610
611 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
612
613         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
614
615         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
616
617         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
618         (gnus-message-highlight-citation): Move defcustom here from
619         gnus-cite.el.
620         (gnus-message-citation-mode): Autoload.
621
622         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
623         checks to make it compile with XEmacs.
624         (gnus-message-citation-mode): New minor mode.
625         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
626         (gnus-message-highlight-citation): New variables.
627         (gnus-message-search-citation-line)
628         (gnus-message-add-citation-keywords)
629         (gnus-message-remove-citation-keywords)
630         (turn-on-gnus-message-citation-mode)
631         (turn-off-gnus-message-citation-mode): New functions.
632
633 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
634
635         * gnus-cite.el: Enable highlighting of different citation levels in
636         message-mode.
637
638 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
639
640         * message.el (message-make-fqdn): Fix comment.
641         (message-bogus-system-names): Add ".local".
642
643         * spam.el (spam-ifile-path, spam-ifile-program)
644         (spam-ifile-database-path, spam-ifile-database)
645         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
646         Don't use "path" inappropriately.
647         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
648         strings.
649         (spam-check-ifile, spam-ifile-register-with-ifile)
650         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
651         new variable names.
652
653         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
654         (gnus-treat-display-smileys): Simplify using
655         gnus-image-type-available-p.
656
657         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
658         available.
659
660         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
661         `display-images-p' if available.
662
663 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
666         one after turning on the buffer's multibyteness instead of decoding
667         them directly in the unibyte buffer that causes unexpected conversion
668         in Emacs 23 (unicode).
669
670 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
671
672         * message.el (message-generate-hashcash): Fix custom type.
673
674 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
675
676         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
677
678 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
679
680         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
681         disconnect icons.  Add help text.
682
683 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
684
685         * spam.el (spam-extra-header-to-number): CRM114 spam score is
686         negated to be consistent with the others we handle.
687
688 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
691         version of gnus-summary-buffer to something, so that we can use two
692         article buffers at the same time.
693
694 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
695
696         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
697         trigger all the extra headers.
698         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
699         sorting.
700
701 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
702
703         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
704         solid groups.
705
706 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
707
708         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
709
710 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
711
712         * legacy-gnus-agent.el: Add Copyright notice.
713
714 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
715
716         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
717
718 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
721
722         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
723         to make it work reliably in CVS Emacs.
724         (gnus-summary-limit-strange-charsets-predicate)
725         (gnus-summary-limit-to-predicate): New functions.
726
727 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
728
729         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
730         specifying array size.
731         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
732         array if it is too small.
733         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
734         (gnus-sort-threads-loop): New function.
735
736 2006-12-06  Chris Moore  <dooglus@gmail.com>
737
738         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
739         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
740
741 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
742
743         * mm-url.el (mm-url-predefined-programs): Call curl with correct
744         options.
745
746 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
749         DOS-ing the recipient.
750
751         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
752         the headers when creating the mapping to avoid mismappings.
753         (nnweb-gmane-create-mapping): Always nix out old mapping.
754
755 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
758         and mm-verify-option to never.
759
760 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * message.el (message-signed-or-encrypted-p): New function.
763         (message-forward-make-body): Use it.
764
765         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
766         Replace encode-coding-string with mm-encode-coding-string.
767
768 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * nneething.el (nneething-decode-file-name): Replace
771         decode-coding-string with mm-decode-coding-string.
772
773         * gnus-int.el (gnus-open-server): Say failed server's name.
774
775 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
776
777         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
778         strings to a single string.  Quote `errors-file-name'.
779         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
780         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
781         Adjust calls.  Use `shell-quote-argument'.
782
783 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
784
785         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
786         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
787
788         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
789         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
790         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
791         (gnus-group-make-directory-group, gnus-group-transpose-groups):
792         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
793         (gnus-subscribe-newsgroup, gnus-1):
794         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
795         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
796         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
797         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
798
799 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
800
801         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
802         keystroke.
803         (gnus-summary-limit-to-bodies): Implement headersp.
804
805 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * dns.el (query-dns): Protect against "Process dns deleted" strings.
808
809 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
812
813 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814
815         * message.el (message-generate-hashcash): Expand range of values to
816         include `opportunistic'.
817         (message-send-mail): Use it.
818
819 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
820
821         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
822         and comment it.
823
824         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
825
826 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
827
828         * gnus-util.el (gnus-extract-address-components): Improve comment.
829
830 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-util.el (gnus-extract-address-components): Work with address in
833         which the name portion contains @.
834
835         * lpath.el: Fbind custom-autoload.
836
837 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
838
839         * gnus.el (gnus-start): Move custom group up.
840         (gnus-select-method): Don't autoload, but make it available for
841         `customize-variable'.
842         (gnus-getenv-nntpserver): Don't autoload.
843
844 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
845
846         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
847
848 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
849
850         * message.el (message-sendmail-extra-arguments): New variable.
851         (message-send-mail-with-sendmail): Use it.
852
853 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
856         mm-with-unibyte-current-buffer to make string unibyte.
857
858         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
859         mm-string-as-multibyte.
860
861 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
862
863         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
864         Reported by Werner Koch <wk@gnupg.org>.
865
866 2006-11-14  Daiki Ueno  <ueno@p360>
867
868         * mml2015.el: Autoload epa-select-keys when compiling.
869
870 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
871
872         * mml2015.el (mml2015-epg-sign): Save the signing keys in
873         message-options.
874         (mml2015-epg-encrypt): Save the recipient keys in message-options.
875
876 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
877
878         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
879         EasyPG (< 0.0.6).
880         (mml2015-always-trust): New user option.
881         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
882         prompt.
883
884 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * nntp.el (nntp-authinfo-force): New variable.
887         (nntp-send-authinfo): Use it.
888
889 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
890
891         * message.el (message-strip-subject-encoded-words): Allow _not_ to
892         decode encoded words.  Improve prompt.  Add comment about forwarding.
893         (message-replacement-char): Move up.
894
895 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
896
897         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
898         instead of gnus-intersection because arguments of gnus-sorted-nunion
899         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
900
901 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
902
903         * message.el (message-strip-subject-encoded-words): Reformat prompt.
904         (message-simplify-subject-functions): Enable
905         message-strip-subject-encoded-words by default.
906
907 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
908
909         * message.el (message-strip-subject-encoded-words): New function
910         (message-simplify-subject-functions): New variable.
911         (message-simplify-subject): Use it.  Fix typo in doc string.
912         Support message-strip-subject-encoded-words.
913
914 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
915
916         * gnus-diary.el (gnus-diary-delay-format-function):
917         * nndiary.el (nndiary-reminders):
918         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
919
920 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
921
922         * gnus-art.el (article-hide-boring-headers): Fetch date from
923         gnus-original-article-buffer to avoid problems with localized date
924         strings.
925
926 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
929
930 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
931
932         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
933         New variables.
934         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
935         (mm-charset-synonym-alist): Move some entries to
936         mm-codepage-iso-8859-list.
937         (mm-charset-synonym-alist, mm-charset-override-alist): Add
938         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
939
940 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
943
944 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
945
946         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
947         with Emacs 21 and XEmacs.
948
949 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
950
951         * spam.el (spam-parse-address): New function for better parsing,
952         catching errors, etc.
953         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
954
955 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
956
957         * mm-view.el: Add interactive arg to html2text autoload.
958
959 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
962
963 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
964
965         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
966         variables.
967         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
968         (mm-charset-synonym-alist): Move some entries to
969         mm-codepage-iso-8859-list.
970
971         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
972
973 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
974
975         * message.el (message-citation-line-format)
976         (message-insert-formated-citation-line): Fix implementation of %E, %N
977         and %n according to the doc string.
978
979 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
980
981         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
982         car-safe to avoid bad parses.
983
984 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
987         names.
988
989         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
990
991 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
994         header.
995
996         * message.el (message-draft-headers): Add Date.
997         (message-headers-to-generate): Fix typo in docstring.
998
999         * nndraft.el (nndraft-required-headers): New variable.
1000         (nndraft-generate-headers): Use it.
1001
1002         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1003
1004 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1005
1006         * gnus-registry.el (gnus-registry-wash-for-keywords)
1007         (gnus-registry-find-keywords): New functions to allow easy searching of
1008         articles that are in the registry.
1009
1010 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1011
1012         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1013         ietf-drums-parse-address instead of gnus-extract-address-components.
1014         Reported by Damien Elmes <damien@repose.cx>.
1015
1016 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1017
1018         * gnus.el (gnus-mime): Remove unused custom group.
1019
1020 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1021
1022         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1023         "blank line" when searching for end of armor headers.
1024
1025 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gmm-utils.el (gmm-write-region): Fix variable name.
1028
1029 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1030
1031         * gmm-utils.el (gmm-write-region): New function based on compatibility
1032         code from `mm-make-temp-file'.
1033
1034         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1035
1036         * nnmaildir.el (nnmaildir--update-nov)
1037         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1038         Use `gmm-write-region'.
1039
1040 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1041
1042         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1043         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1044
1045         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1046
1047         * message.el (message-replacement-char): New variable.
1048         (message-fix-before-sending): Use it.
1049         (message-simplify-subject): New function to remove duplicate code.
1050         (message-reply, message-followup): Use it.
1051
1052         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1053         gnus-summary-limit-to-articles.
1054
1055 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * gnus-util.el (gnus-with-local-quit): New macro.
1058
1059         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1060
1061 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1062
1063         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1064         ignore non-string data.
1065
1066 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1067
1068         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1069         non-string data (needs to be done in the registry too).
1070
1071 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1072
1073         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1074         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1075         (gnus-registry-split-fancy-with-parent)
1076         (gnus-registry-fetch-simplified-message-subject-fast)
1077         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1078         Remove text properties on ingress into the registry and when it's saved.
1079         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1080         registry from entries with no groups.
1081
1082 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1083
1084         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1085         function to remove string properties.
1086
1087 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1088
1089         * gmm-utils.el (gmm): Adjust custom version.
1090
1091         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1092         custom version.
1093
1094         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1095
1096 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1097
1098         * gnus-art.el (gnus-insert-prev-page-button)
1099         (gnus-insert-next-page-button): Simplify.  Reformat.
1100
1101 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1102
1103         * gnus-art.el (gnus-insert-prev-page-button)
1104         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1105
1106 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1107
1108         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1109
1110 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1111
1112         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1113         gnus-article-button-face to MIME and security buttons.
1114
1115 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1116
1117         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1118         readable.
1119
1120 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1121
1122         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1123
1124 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1125
1126         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1127         `browse-url-of-file' instead of `browse-url'.
1128
1129 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1130
1131         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1132         regexp.  Articles containing quotation were cut prematurely.
1133
1134 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * message.el (message-cite-original-1): Use nobody by default for the
1137         value of From header.
1138         (message-reply): Ditto.
1139
1140 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1141
1142         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1143         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1144         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1145
1146 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1147
1148         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1149         mails in the doc string.  Add some URLs in comment.
1150         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1151
1152 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1155         backslashes handling and the way to find boundaries of quoted strings.
1156
1157 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1158
1159         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1160         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1161         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1162         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1163
1164 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1165
1166         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1167         doc string.
1168         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1169
1170 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * lpath.el: Fbind epg-check-configuration.
1173
1174 2006-09-06  Simon Josefsson  <jas@extundo.com>
1175
1176         * mml2015.el (mml2015-use): Doc fix, mention epg.
1177
1178 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1179
1180         * mml2015.el (mml2015-use): Default to epg, if available.
1181
1182 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1183
1184         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1185         message-sender.
1186         (mml1991-epg-encrypt): Ditto.
1187         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1188         message-sender.
1189         (mml2015-epg-encrypt): Ditto.
1190
1191 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1192
1193         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1194         several common directories.
1195
1196 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1197
1198         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1199         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1200
1201 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1202
1203         * gnus-art.el (article-decode-encoded-words): Make it fast.
1204
1205 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1208
1209         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1210         in quoted string into `\'.
1211
1212 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1215         Use standard-syntax-table.
1216
1217 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-art.el (gnus-decode-address-function): New variable.
1220         (article-decode-encoded-words): Use it to decode headers which are
1221         assumed to contain addresses.
1222         (gnus-mime-delete-part): Remove useless `or'.
1223
1224         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1225         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1226         (gnus-nov-parse-line): Use it to decode From header.
1227         (gnus-get-newsgroup-headers): Ditto.
1228         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1229
1230         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1231         (mail-decode-encoded-address-string): New alias.
1232
1233         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1234         New function.
1235         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1236         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1237         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1238         (rfc2047-decode-string): Ditto.
1239         (rfc2047-decode-address-region): New function.
1240         (rfc2047-decode-address-string): New function.
1241
1242 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1243
1244         * message.el (message-caesar-buffer-body): Allow rotating headers.
1245
1246         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1247
1248         * message.el (message-insert-formated-citation-line): Fix %f.
1249         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1250
1251 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1254         (gnus-bookmark-mouse-available-p): New macro.
1255         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1256         (gnus-bookmark-bmenu-show-infos): Use it.
1257         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1258         (gnus-bookmark-bmenu-hide-infos): Ditto.
1259         (gnus-bookmark-remove-properties): New function.
1260         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1261         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1262         (gnus-bookmark-write-file): Bind coding-system-for-write.
1263         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1264         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1265         group before selecting it.
1266         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1267         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1268         quit-window if it is not available; use gnus-mouse-2 and bind it to
1269         gnus-bookmark-bmenu-select-by-mouse.
1270         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1271         (gnus-bookmark-bmenu-select-by-mouse): New function.
1272
1273 2006-08-13  Romain Francoise  <romain@orebokech.com>
1274
1275         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1276         space.
1277
1278 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * compface.el (uncompface): Use binary rather than raw-text-unix.
1281
1282 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * compface.el (uncompface): Make sure the eol conversion doesn't take
1285         place when communicating with the external programs.  Reported by
1286         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1287
1288 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1291
1292 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1293
1294         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1295         Make it more robust by parsing author and date independently.
1296
1297 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1300
1301 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1302
1303         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1304         first matching secret key.
1305         (mml2015-epg-encrypt): Ditto.
1306
1307         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1308         first matching secret key.
1309         (mml1991-epg-encrypt): Ditto.
1310
1311         * mml2015.el (mml2015-encrypt-to-self): New user option.
1312         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1313         mml2015-epg-encrypt-to-self is set.
1314
1315         * mml1991.el (mml1991-encrypt-to-self): New variable.
1316         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1317         mml1991-epg-encrypt-to-self is set.
1318
1319         * mml2015.el (mml2015-signers): New user option.
1320         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1321         (mml2015-epg-encrypt): Allow to select signing keys.
1322
1323         * mml1991.el (mml1991-signers): New variable.
1324         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1325         (mml1991-epg-encrypt): Allow to select signing keys.
1326
1327 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * nnheader.el (nnheader-insert-head): Make it work even if the file
1330         uses CRLF for the line-break code.
1331
1332 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1333
1334         * mml2015.el: Require mml-sec instead of password.
1335         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1336         (mml2015-cache-passphrase): Inherit the default value from
1337         mml-secure-cache-passphrase.
1338         (mml2015-passphrase-cache-expiry): Inherit the default value from
1339         mml-secure-passphrase-cache-expiry.
1340
1341         * mml1991.el: Require mml-sec instead of password.
1342         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1343         (mml1991-cache-passphrase): Inherit the default value from
1344         mml-secure-cache-passphrase.
1345         (mml1991-passphrase-cache-expiry): Inherit the default value from
1346         mml-secure-passphrase-cache-expiry.
1347
1348         * mml-sec.el: Require password.
1349         (mml-secure-verbose): New user option.
1350         (mml-secure-cache-passphrase): New user option.
1351         (mml-secure-passphrase-cache-expiry): New user option.
1352
1353 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1354
1355         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1356         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1357         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1358
1359         FIXME: Use `tiny change'?
1360
1361 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1362
1363         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1364         workaround for the url package included with Emacs.
1365
1366         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1367
1368 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1371         correctly.  This fixes a bug caused by the 2006-05-12 change.
1372
1373 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1374
1375         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1376         some information about the error when saying that the `bogus' mail
1377         group will be used.
1378
1379 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1380
1381         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1382         string.
1383
1384 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1385
1386         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1387
1388 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1389
1390         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1391
1392 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1393
1394         * mml1991.el (mml1991-function-alist): Add epg.
1395         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1396         (mml1991-epg-encrypt): New functions.
1397
1398 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1399
1400         * mml2015.el (mml2015-verbose): New variable.
1401         (mml2015-cache-passphrase): Ditto.
1402         (mml2015-passphrase-cache-expiry): Ditto.
1403         (mml2015-function-alist): Add epg.
1404         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1405         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1406         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1407         functions.
1408
1409 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1410
1411         * message.el (message-cite-original-1): Preserve region when removing
1412         quoted text due to X-No-Archive in order to avoid bogus attribution
1413         when citing multiple messages.
1414
1415 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1416
1417         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1418         Kenneth Jacker <khj@be.cs.appstate.edu>.
1419
1420 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1421
1422         * gnus-diary.el (gnus-user-format-function-d)
1423         (gnus-user-format-function-D): Autoload.
1424
1425         * imap.el (Commentary): Fix typo.
1426
1427         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1428         2006-04-22 contribution.
1429
1430 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1431
1432         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1433         It didn't really fix the bogosity I'm seeing with solid web groups.
1434
1435 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1436
1437         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1438         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1439         created using server names.  If we use the feature without declaring
1440         it, Gnus does not properly manage server and group state.
1441
1442         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1443         bound.
1444
1445 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1446
1447         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1448         looking up the method using GROUP's prefix before inventing a new one.
1449         It is used on killed/unknown groups in various places where returning
1450         an all-new method isn't expected by the caller.
1451
1452         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1453         and match semantics of gnus-group-real-prefix.
1454
1455 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1456
1457         * nnmail.el (nnmail-broken-references-mailers): New variable.
1458         (nnmail-ignore-broken-references): New function generalizing
1459         nnmail-fix-eudora-headers.
1460         (nnmail-fix-eudora-headers): Now obsolete.
1461
1462         * gnus-art.el (gnus-button-handle-custom): Support
1463         `customize-apropos*'.
1464
1465 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1468
1469         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1470         articles.
1471
1472 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1473
1474         * message.el (message-cite-reply-above): New variable.
1475         (message-yank-original): Use it.
1476
1477 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1480
1481 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1482
1483         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1484         as read.
1485
1486         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1487
1488 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1489
1490         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1491         (gnus-bookmark-default-file): Use gnus-directory.
1492         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1493         Remove "*" in doc string.
1494         (gnus-bookmark-write-file): Simplify.
1495         (gnus-bookmark-maybe-sort-alist): Use `when'.
1496         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1497         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1498         FIXME about Emacs 21 and XEmacs compatibility.
1499         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1500         compatibility.
1501         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1502         compatibility.
1503         (gnus-bookmark-menu-heading): Fix version.
1504
1505 2006-06-19  Bastien Guerry  <bzg@altern.org>
1506
1507         * gnus-bookmark.el: New file.
1508
1509 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * message.el (message-syntax-checks): Doc fix.
1512
1513 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1514
1515         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1516         unsubscribed groups as if they were killed ones.  It causes duplicate
1517         entries in gnus-newsrc-alist.
1518
1519 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * message.el (message-syntax-checks): Doc fix.
1522         (message-send-mail): Add check for continuation headers.
1523         (message-check-news-header-syntax): Fix regexp used to check for
1524         continuation headers.
1525
1526 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1529
1530 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1531
1532         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1533
1534 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1537         default-truncate-lines.
1538
1539 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1542         to fill the utf-8 entry.
1543
1544         * lpath.el: Fbind unicode-precedence-list.
1545
1546 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1547
1548         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1549
1550 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1551
1552         * gnus-agent.el (directory-files-and-attributes): Move all the way
1553         forward (the third and final move).
1554         (gnus-agent-read-agentview): Trap reconstruction errors due to
1555         nonexistant directory.  Handle by returning nil.
1556
1557 2006-05-30  Didier Verna  <didier@xemacs.org>
1558
1559         * message.el (message-dont-reply-to-names): Update the custom type.
1560         * message.el (message-dont-reply-to-names): New defsubst: potentially
1561         convert a list of regexps into a single one.
1562         * message.el (message-get-reply-headers): Use it.
1563         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1564
1565 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * gnus-agent.el (directory-files-and-attributes): Move forward.
1568
1569 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1570
1571         * gnus-ml.el (gnus-mailing-list-subscribe)
1572         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1573         (gnus-mailing-list-message): Fix doc strings.
1574
1575 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1576
1577         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1578         of doing it manually.
1579
1580 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1581
1582         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1583         comment.
1584
1585 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1586
1587         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1588         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1589         (gnus-agent-read-local): All symbols allocated in my-obarray
1590         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1591         (gnus-agent-regenerate-group): Check numeric names to see if they are
1592         messages or groups.
1593         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1594         better way of do this...)
1595
1596         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1597         'dummy.group' (there should be a better way of do this...)
1598
1599 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1602         (gnus-saved-headers): Ditto.
1603         (gnus-default-article-saver): Mention functions may have properties.
1604         (gnus-article-save): Override gnus-save-all-headers and
1605         gnus-saved-headers by :headers property which saver function may have.
1606         (gnus-summary-save-in-file): Add :headers property.
1607         (gnus-summary-write-to-file): Ditto.
1608
1609         * gnus-sum.el (gnus-summary-save-article): Bind
1610         gnus-prompt-before-saving to t when saving many articles in a file;
1611         always show all headers.
1612
1613         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1614
1615 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1616
1617         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1618         marks.
1619
1620         * message.el (message-indent-citation): Add optional arguments to allow
1621         using it outside of message buffers.
1622
1623         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1624         (gnus-article-treat-unfold-headers): Use it.
1625         (gnus-article-truncate-lines): New variable.
1626         (gnus-article-mode): Use it.
1627         (gnus-article-toggle-truncate-lines): New function.
1628
1629         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1630         gnus-article-toggle-truncate-lines.
1631
1632         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1633         coding system in XEmacs, use binary.
1634
1635 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1638         after-load-alist.
1639
1640         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1641         this function should save decoded articles.
1642         (gnus-summary-write-to-file): Use property to specify this function
1643         should save decoded articles and specify gnus-summary-save-in-file
1644         should be used to save articles other than the first one when saving
1645         many articles.
1646         (gnus-summary-save-body-in-file): Use property to specify this
1647         function should save decoded articles.
1648         (gnus-summary-write-body-to-file): Use property to specify this
1649         function should save decoded articles and specify
1650         gnus-summary-save-body-in-file should be used to save articles other
1651         than the first one when saving many articles.
1652
1653         * gnus-sum.el (gnus-summary-save-article): Simplify.
1654
1655 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * gnus-art.el (gnus-default-article-saver): Add
1658         gnus-summary-write-body-to-file.
1659         (gnus-article-save-coding-system): Don't use coding system object
1660         in XEmacs.
1661         (gnus-read-save-file-name): Add optional `dir-var' argument which
1662         specifies directory in which files are saved; work even if optional
1663         `variable' argument is not specified.
1664         (gnus-summary-write-to-file): Read file name.
1665         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1666         (gnus-summary-write-body-to-file): New function.
1667
1668         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1669         (gnus-summary-local-variables): Add it.
1670         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1671         (gnus-summary-save-article): Remove optional `decode' argument;
1672         determine whether to decode articles by the value of
1673         gnus-default-article-saver; when saving many files using
1674         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1675         it first and use gnus-summary-save-in-file or
1676         gnus-summary-save-body-in-file thereafter unless
1677         gnus-prompt-before-saving is always; move point to article which
1678         will be saved.
1679         (gnus-summary-save-article-file): Revert.
1680         (gnus-summary-write-article-file): Revert.
1681         (gnus-summary-save-article-body-file): Revert.
1682         (gnus-summary-write-article-body-file): New function.
1683
1684 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * gnus-art.el (gnus-default-article-saver): Doc fix.
1687         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1688         from gnus-summary-save-article-coding-system, and default to a
1689         certain coding system.
1690         (gnus-output-to-file): Add coding cookie and encode text according
1691         to gnus-article-save-coding-system; don't use mm-append-to-file.
1692
1693         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1694         gnus-art.el and rename to gnus-article-save-coding-system.
1695         (gnus-summary-save-article): Require gnus-art; don't show all
1696         headers if it decodes articles; don't add coding cookie here;
1697         don't bind mm-text-coding-system-for-write.
1698         (gnus-summary-save-article-file): Save decoded articles.
1699         (gnus-summary-write-article-file): When saving many files, use
1700         gnus-summary-write-to-file first and gnus-summary-save-in-file
1701         thereafter unless gnus-prompt-before-saving is always.
1702         (gnus-summary-save-article-body-file): Save decoded articles.
1703
1704         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1705
1706 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1707
1708         * nnrss.el (nnrss-check-group): Bind hash-index.
1709
1710 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1711
1712         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1713         its hash index.  Store this hash in `nnrss-group-data'.
1714         (nnrss-read-group-data): Update accordingly.
1715
1716 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1717
1718         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1719         entry.
1720
1721         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1722         gnus-article-browse-html-article.
1723
1724 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1725
1726         * gnus-sum.el (gnus-summary-mime-map): Add
1727         gnus-article-browse-html-article.
1728
1729         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1730
1731 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1732
1733         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1734         suitable coding systems in customize.
1735
1736 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1737
1738         * mail-source.el (mail-sources): Fix custom type.
1739
1740 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1741
1742         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1743         (gnus-summary-expire-articles-now): Shorten prompt.
1744
1745         * gmm-utils.el (wid-edit): Require.
1746         (defun-gmm): Renamed from `gmm-defun-compat'.
1747         (gmm-image-search-load-path): Use it.
1748         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1749
1750 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1753         variable.
1754         (gnus-summary-save-article): Add optional `decode' argument.  If
1755         it is set and gnus-summary-save-article-coding-system is non-nil,
1756         save decoded article.
1757         (gnus-summary-write-article-file): Save decoded article if
1758         gnus-summary-save-article-coding-system is non-nil.
1759
1760         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1761         type.
1762
1763 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1766
1767 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1770         first to test gnus-single-article-buffer which may be buffer-local.
1771
1772         * gnus-sum.el (gnus-summary-setup-buffer): Make
1773         gnus-single-article-buffer buffer-local and nil in ephemeral
1774         group; make gnus-article-buffer, gnus-article-current, and
1775         gnus-original-article-buffer always buffer-local.
1776         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1777         group.
1778         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1779
1780 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1781
1782         * nnml.el (nnml-request-compact-group): Compressed files might not
1783         have .gz extension.
1784
1785 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1786
1787         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1788         (mm-copy-to-buffer): Use with-current-buffer.
1789         (mm-display-part): Simplify.
1790         (mm-inlinable-p): Add optional arg `type'.
1791
1792 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1793
1794         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1795         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1796         Try harder to show the attachment internally or externally using
1797         gnus-mime-view-part-as-type.
1798
1799 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1800
1801         * message.el (message-from-style, message-signature-separator)
1802         (message-user-organization-file, message-send-mail-function)
1803         (message-citation-line-function, message-yank-prefix)
1804         (message-indent-citation-function, message-signature)
1805         (message-signature-file, message-signature-insert-empty-line):
1806         Remove autoloads.
1807
1808         * gnus-art.el (gnus-buttonized-mime-types): Remove
1809         "multipart/signed".  Revert 2006-04-26 change.
1810
1811 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus.el (gnus-version-number): Bump version.
1814
1815 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1816
1817         * gnus.el: No Gnus v0.5 is released.
1818
1819 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1820
1821         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1822         fetching articles by message-id.
1823
1824 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * message.el (hashcash): Require hashcash as normal.
1827
1828         * ecomplete.el (ecomplete-highlight-match-line): Use
1829         point-at-eol.
1830         (ecomplete-highlight-match-line): Use `highlight', because that
1831         face exists in both Emacs and XEmacs.
1832
1833         * message.el (message-display-abbrev): Use point-at-bol.
1834
1835         * mail-source.el: Don't require timer/timer-funcs.
1836
1837         * gnus-async.el: Ditto.
1838
1839         * password.el: Ditto.
1840
1841         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1842
1843         * mm-url.el: Ditto.
1844
1845         * gnus-xmas.el: Don't require timer-funcs.
1846
1847         * mm-util.el: Require timer/timer-funcs.
1848
1849 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1850
1851         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1852         Close.
1853
1854 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1857         unibyte after clear-decrypt function runs.
1858
1859         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1860         returns as a unibyte string.
1861
1862 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * lpath.el: Revert.
1865
1866         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1867         (pgg-gpg-process-sentinel): Revert.
1868
1869         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1870         (pgg-pgp-lookup-key): Revert.
1871
1872         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1873         (pgg-pgp5-lookup-key): Revert.
1874
1875         * pgg.el (pgg-fetch-key): Revert.
1876
1877 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * lpath.el: Fbind string-as-multibyte for XEmacs.
1880
1881         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1882         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1883         (mml1991-pgg-encrypt): Ditto.
1884
1885         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1886         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1887         a multibyte buffer.
1888
1889         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1890         (pgg-pgp-lookup-key): Ditto.
1891
1892         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1893         (pgg-pgp5-lookup-key): Ditto.
1894
1895         * pgg.el (pgg-fetch-key): Ditto.
1896
1897 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1898
1899         * message.el (message-user-organization-file): Check several
1900         locations of the organization file.
1901
1902         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1903         Add gnus-article-view-part-as-type.
1904
1905         * gnus-art.el (gnus-article-view-part-as-type): New function.
1906
1907         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1908         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1909
1910         * mml.el: Simplify autoload.
1911         (mml-mode): defvar dnd-protocol-alist instead of using
1912         symbol-value.
1913         (mml-default-directory): New variable.
1914         (mml-minibuffer-read-file): Use it.
1915         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1916
1917         * message.el (message-citation-line-format): New variable.
1918         (message-insert-formated-citation-line): New function.
1919         (message-citation-line-function): Add
1920         `message-insert-formated-citation-line' to custom type.
1921
1922         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1923         to doc string.
1924
1925         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1926         depending on mm-verify-option.
1927
1928 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1931         binding pgg-* variables; reimplement the section which prevents
1932         MIME header from being signed.
1933         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1934         pgg-text-mode; remove a blank line at the top of body.
1935
1936         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1937         lines at the top of body; use gnus-newsgroup-charset if there's no
1938         Charset header.
1939
1940 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * message.el (message-self-insert-commands): Doc fix.
1943
1944         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1945         (mm-uu-pgp-encrypted-test): Ditto.
1946         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1947         between header and body; return application/pgp-encrypted handle
1948         if decryption failed; decode decrypted body by charset.
1949
1950         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1951         element match to application/pgp-*.
1952
1953 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1954
1955         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1956         HTML.
1957
1958 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * mail-source.el (mail-source-call-script): Message the error
1961         string.
1962
1963 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * gnus-util.el (gnus-byte-compile): Use it.
1966
1967 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1968
1969         * gnus-util.el (kill-empty-logs): New function.
1970
1971 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * message.el (message-mail-alias-type): Doc fix.
1974         (message-mail-alias-type-p): New function.
1975         (message-send): Use it.
1976         (message-mode): Ditto.
1977         (message-strip-forbidden-properties): Ditto.
1978
1979         * ecomplete.el (ecomplete-database-file-coding-system): New
1980         variable.
1981         (ecomplete-save): Use it.
1982         (ecomplete-setup): Use it.
1983
1984 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * message.el (message-self-insert-commands): New variable.
1987         (message-strip-forbidden-properties): Use it.
1988
1989 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1992         that doesn't make XEmacs choke.
1993
1994 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1995
1996         * gnus-util.el (gnus-replace-in-string):
1997         Prefer replace-regexp-in-string over of replace-in-string.
1998
1999 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * gnus-util.el (gnus-select-frame-set-input-focus):
2002         Use select-frame-set-input-focus if it is available in XEmacs; use
2003         definition defined in Emacs 22 for old Emacsen.
2004
2005         * dgnushack.el: Autoload unmorse-region for XEmacs.
2006
2007         * lpath.el: Bind cursor-in-non-selected-windows and
2008         select-frame-set-input-focus for XEmacs.
2009
2010 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2013
2014 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2015
2016         * gnus-registry.el (gnus-registry-cache-save): Remove text
2017         properties when saving via the temp buffer.
2018
2019 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2020
2021         * message.el (message-generate-hashcash): Honor custom type.
2022
2023 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * message.el (message-generate-hashcash): Default to non-nil when
2026         hashcash is found.
2027
2028         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2029         (gnus-refer-thread-limit): Increase default to 500.
2030
2031         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2032
2033         * flow-fill.el (fill-flowed): Allow delete-space.
2034
2035 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2036
2037         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2038         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2039         Remove autoloads.
2040
2041 2006-04-18  Simon Josefsson  <jas@extundo.com>
2042
2043         * message.el (message-generate-hashcash): Default to.
2044
2045 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2048         concatenating segments rather than before concatenating them.
2049
2050 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2051
2052         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2053
2054 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2057
2058         * message.el (message-forward-make-body-plain): Allow
2059         message-forward-ignored-headers to be a list.
2060         (message-remove-ignored-headers): Factor out into function.
2061         (message-forward-make-body-mml): Use it.
2062
2063         * imap.el (imap-quote-specials): New function.
2064         (imap-login-auth): Quote specials.
2065
2066         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2067         (rfc2231-parse-string): Allow concatanation of parameters that
2068         aren't contiguous.  The test case is
2069           (mail-header-parse-content-type "message/external-body;
2070             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2071             access-type=LOCAL-FILE;
2072             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2073
2074 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2075
2076         * nntp.el (nntp-accept-process-output): Return the value of
2077         `nnheader-accept-process-output'.
2078
2079 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2082         (gnus-button-alist): Recognize more diff formats.
2083         (gnus-button-patch): Strip directory.
2084
2085 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2086
2087         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2088         Emacs 22 when setting focus.
2089
2090 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091
2092         * gnus-art.el (gnus-article-treat-types): Do treatment of
2093         text/x-verbatim parts.
2094         (gnus-button-patch): New command.
2095
2096         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2097         addresses that contain invalid characters.
2098
2099 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * message.el (message-put-addresses-in-ecomplete): Use
2102         gnus-replace-in-string.
2103         (message-is-yours-p): Use the more correct
2104         mail-header-parse-address instead of
2105         mail-extract-address-components.
2106         (message-put-addresses-in-ecomplete): Fix typo.
2107
2108         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2109         keystroke.
2110
2111         * gnus-art.el (gnus-treatment-function-alist): Change order of
2112         newsgroups/generic header folding to avoid double-folding.
2113
2114         * message.el (message-hidden-headers): Add X-Draft-From.
2115
2116         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2117         command.
2118         (gnus-summary-repeat-search-article-backward): New command.
2119
2120         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2121         groups in the parent topic.
2122
2123 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2124
2125         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2126         (spam-extra-header-to-number): Return the CRM114 number as a
2127         number instead of a string.
2128
2129 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * gnus-art.el (gnus-face-properties-alist): Moved here from
2132         gnus-fun.
2133
2134         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2135
2136 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * message.el (message-strip-forbidden-properties): Only display on
2139         self-insert-command.
2140
2141         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2142         reindent.
2143         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2144
2145 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2146
2147         * smiley.el (smiley-style): Fix typo.
2148
2149 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * hashcash.el (hashcash-insert-payment-async-2): Use
2152         message-goto-eoh instead of doing it manually.
2153         (mail-add-payment): Use message-narrow-to-header instead of trying
2154         to do the same itself.
2155
2156         * message.el (message-hidden-headers): Add Face.
2157
2158         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2159         reparenting code.
2160         (gnus-summary-reparent-children): Refactored out code.
2161         (gnus-summary-thread-map): New keystroke.
2162         (gnus-summary-reparent-children): Make into command.
2163
2164         * smiley.el (smiley-style): Default to `medium' if using a large
2165         font.
2166
2167         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2168         does it itself.
2169
2170         * message.el (message-point-in-header-p): Simplify definition.
2171
2172 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * nnagent.el (nnagent-request-set-mark): Silence log file
2175         writing.
2176         (nnagent-request-set-mark): Use write-region instead of
2177         append-to-file.
2178
2179         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2180         strange select method.
2181
2182         * ecomplete.el (ecomplete-display-matches): Get highlightling
2183         right.
2184         (ecomplete-display-matches): Use literals.
2185         (ecomplete-display-matches): Disable message logging.
2186
2187         * message.el (message-display-abbrev): Small optimization.
2188
2189         * ecomplete.el (ecomplete-display-matches): Allow automatic
2190         display.
2191
2192         * message.el (message-strip-forbidden-properties): Display
2193         abbrevs.
2194         (message-display-abbrev): Get automatic display right.
2195
2196         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2197         keystrokes.
2198
2199 2006-04-13  Romain Francoise  <romain@orebokech.com>
2200
2201         TODO: Backport to v5-10!
2202
2203         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2204         Moved here (and renamed) from gnus-registry.el.
2205
2206         * gnus-registry.el: Require gnus-util.
2207         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2208
2209 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * gnus-group.el (gnus-group-catchup-current): Change
2212         if-then-else-if-then-else into cond.
2213         (gnus-group-catchup): Indent.
2214         (group-name-at-point): New function.
2215         (gnus-fetch-group): Provide default from thing at point.
2216
2217 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * message.el (message-display-abbrev): Fix regexp.
2220
2221         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2222         choosing.
2223         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2224         dead variables.
2225
2226         * message.el (message-newline-and-indent): Remove debugging.
2227         (message-display-abbrev): Use new implementation.
2228
2229 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2230
2231         * gnus-art.el (gnus-article-mode): Set
2232         cursor-in-non-selected-windows to nil.
2233
2234         * smiley.el: Revert previous change.
2235         (smiley-data-directory): defvar it before using it in the
2236         defcustom of `smiley-style'.
2237
2238 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * message.el (message-newline-and-indent): New function.
2241
2242         * ecomplete.el: Implement more bits.
2243
2244         * message.el (message-put-addresses-in-ecomplete): Clean up the
2245         string.
2246
2247         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2248
2249         * gnus-sum.el (gnus-summary-save-parts): Bind
2250         gnus-summary-save-parts-counter and use it to make unique file
2251         names.
2252
2253         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2254
2255         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2256         parameter to say whether to actually parse the individual
2257         addresses.
2258
2259         * message.el (message-put-addresses-in-ecomplete): New function.
2260         (ecomplete): Require.
2261         (message-mail-alias-type): Add ecomplete as an option.
2262
2263 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2264
2265         * flow-fill.el (fill-flowed): Remove trailing space from blank
2266         quoted lines.
2267
2268 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * smiley.el (smiley-style): Move definition later to avoid a
2271         compilation warning.
2272
2273 2006-04-12  Kenichi Handa  <handa@m17n.org>
2274
2275         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2276         buffer and then decode the buffer text if necessary.
2277         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2278         first, and after mm-encode-body, change the buffer to unibyte.
2279         Use mm-disable-multibyte instead of set-buffer-multibyte.
2280
2281 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2284         Content-Type header instead of Content-Disposition header.
2285         (gnus-mime-inline-part): Ditto.
2286         (gnus-mime-view-part-as-charset): Ignore charset that the part
2287         specifies.
2288
2289         * mm-decode.el (mm-display-part): Work with external parts and
2290         usual parts similarly.
2291
2292         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2293         instead of gnus-display-mime.
2294
2295         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2296         instead of with-temp-buffer.
2297
2298         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2299         tag to summarized topics part in order to encode non-ASCII text.
2300
2301 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2302
2303         * smiley.el (smiley-style): New variable.
2304         (smiley-directory): New function.
2305         (smiley-data-directory): Derive from `smiley-style' using
2306         `smiley-directory'.
2307         (smiley-regexp-alist): Add new entries.
2308
2309         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2310         (gnus-article-browse-delete-temp): Add :version.
2311
2312 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2313
2314         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2315         the sieve region.
2316
2317 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * gnus.el (gnus-version-number): Bump version.
2320
2321 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2322
2323         * gnus.el: No Gnus v0.4 is released.
2324
2325 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2328         layout.
2329
2330         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2331         unknown charset.
2332
2333         * message.el (message-header-synonyms): Add Original-To to the
2334         default.
2335
2336         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2337         optional parameter.
2338
2339 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2340
2341         * gnus-fun.el (gnus): Require it for gnus-directory.
2342
2343 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2346
2347 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2348
2349         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2350
2351 2006-04-05  Simon Josefsson  <jas@extundo.com>
2352
2353         * password.el (password-reset): New function.
2354
2355 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2356
2357         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2358         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2359
2360 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2361
2362         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2363         Some whitespace was matched into the url, which broke browsing hits
2364         > 100 when mm-url-use-external was nil.
2365
2366 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2367
2368         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2369         gnus-extra-headers for 'Newsgroups.
2370
2371         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2372         bound.
2373
2374 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2375
2376         * pgg-gpg.el: Clean up process buffers every time gpg processes
2377         complete.
2378
2379 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2380
2381         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2382         doc string.
2383
2384 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2385
2386         * pgg-gpg.el (pgg-gpg-process-filter)
2387         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2388
2389         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2390         lines, temporary fix.
2391
2392 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2393
2394         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2395
2396 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2397
2398         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2399         default-enable-multibyte-characters.  This reverts the change from
2400         revision 6.17 which is no longer necessary because the passphrase
2401         is sent separately now.  GnuPG messages are unreadable under
2402         multibyte locales with default-enable-multibyte-characters set to
2403         nil.
2404
2405 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2406
2407         * message.el (message-tool-bar-gnome): Move "spell".
2408
2409 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2410
2411         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2412         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2413         instead.
2414
2415 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2416
2417         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2418         newsgroups handling for NNTP overviews which don't include
2419         Newsgroups.
2420
2421 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2422
2423         * message.el (message-resend): Bind message-generate-hashcash to nil.
2424
2425 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2426
2427         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2428         when searching for already-paid recipients.
2429
2430 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2431
2432         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2433         passphrases when it is not needed.
2434         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2435         passphrase stuff from gpg, should only be necessary when you use
2436         gpg with a smartcard.
2437
2438 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * mml.el (mml-insert-mime): Ignore cached contents of
2441         message/external-body part.
2442
2443         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2444         (mm-insert-part): Ditto.
2445
2446 2006-03-23  Simon Josefsson  <jas@extundo.com>
2447
2448         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2449         Reiner.
2450         (pgg-gpg-use-agent-p): Use it again.
2451
2452 2006-03-23  Simon Josefsson  <jas@extundo.com>
2453
2454         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2455         older emacsen.
2456         (pgg-gpg-use-agent-p): Don't use it.
2457
2458 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2459
2460         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2461         if we can.
2462
2463 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2464
2465         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2466         (pgg-gpg-update-agent): New function.
2467         (pgg-gpg-use-agent-p): New function.
2468         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2469         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2470         (pgg-gpg-sign-region): Use it.
2471
2472 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2475         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2476
2477 2006-03-21  Simon Josefsson  <jas@extundo.com>
2478
2479         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2480         <wilde@sha-bang.de>.
2481         (pgg-gpg-use-agent): New variable.
2482         (pgg-gpg-process-region): Use it.
2483         (pgg-gpg-encrypt-region): Likewise.
2484         (pgg-gpg-encrypt-symmetric-region): Likewise.
2485         (pgg-gpg-decrypt-region): Likewise.
2486         (pgg-gpg-sign-region): Likewise.
2487         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2488
2489 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2490
2491         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2492
2493         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2494         Add comment on version.
2495
2496 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2497
2498         * smiley.el: Add missing test smiley.
2499
2500 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * mm-decode.el (mm-with-part): New macro.
2503         (mm-get-part): Use it; work with message/external-body as well.
2504         (mm-save-part): Treat name and filename equally.
2505
2506         * mm-extern.el (mm-extern-cache-contents): New function.
2507         (mm-inline-external-body): Use it; force the part to be displayed;
2508         move undisplayer added to the cached handle to the parent.
2509
2510         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2511         (gnus-mime-view-part-as-type): Work with message/external-body.
2512
2513         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2514
2515 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2516
2517         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2518         images in image-load-path.  [Sync with image.el, revision 1.60, in
2519         Emacs.]
2520
2521 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2522
2523         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2524         path rather than symbol.  Always return list of directories.
2525         Guarantee that image directory comes first.  [Sync with image.el,
2526         revision 1.59, in Emacs.]
2527
2528         * message.el (message-make-tool-bar): Adjust to new API of
2529         `gmm-image-load-path-for-library'.
2530
2531         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2532
2533         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2534
2535 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2536
2537         * gnus-art.el (gnus-article-only-boring-p):
2538         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2539         intangible text.
2540         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2541
2542 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2543
2544         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2545         `defun' instead of `gmm-defun-compat'.
2546
2547 2006-03-14  Simon Josefsson  <jas@extundo.com>
2548
2549         * message.el (message-unique-id): Don't use message-number-base36
2550         if (user-uid) is a float.
2551         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2552
2553 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2556
2557         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2558         empty line between a part and a message part.
2559
2560 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2561
2562         * smiley.el: Add more test smileys.
2563         (smiley-data-directory, smiley-regexp-alist)
2564         (gnus-smiley-file-types): Fix doc strings.
2565         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2566         adding new elements.
2567         (smiley-mouse-map): Unused code.  Make it a comment.
2568
2569 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2572         scan latest NoCeM messages instead of old ones.
2573         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2574         delimiters that are recently used.
2575         (gnus-nocem-load-cache): Add autoload cookie.
2576
2577         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2578
2579         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2580         level which is larger than gnus-use-nocem is specified.
2581
2582         * gnus-group.el (gnus-group-get-new-news): Ditto.
2583
2584 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2585
2586         * gnus-util.el (gnus-tool-bar-update): New function.
2587
2588         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2589         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2590
2591         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2592
2593         * gnus-group.el (gnus-group-redraw-when-idle)
2594         (gnus-group-redraw-check): Remove.
2595         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2596
2597 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2600         if optional last element is specified in splits (FIELD VALUE...).
2601
2602 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2603
2604         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2605         to gmm-image-load-path-for-library.  Call with no-error argument.
2606         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2607
2608         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2609
2610         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2611
2612         * gmm-utils.el (gmm-image-load-path): Remove alias.
2613
2614 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2615
2616         * gmm-utils.el (gmm-image-load-path): Add alias.
2617
2618         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2619         nnml-generate-nov-databases-1.
2620         (nnml-generate-nov-databases): Use it.
2621         (nnml-generate-nov-databases-directory): Document no-active
2622         argument.
2623
2624         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2625         directory if path is t.  Add no-error.
2626
2627         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2628         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2629
2630         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2631         resetting gnus-article-browse-html-temp-list.
2632
2633         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2634         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2635         Add example to docstring.  Rename local variables.  Move error
2636         checks to default case in cond and simplify.
2637
2638 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2641         handle is multipart when calling it recursively.
2642         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2643
2644 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2645
2646         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2647         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2648
2649 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2652         is loaded.
2653
2654         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2655         loaded.
2656
2657 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2658
2659         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2660         to "Emacs 23 (unicode)" in doc string.
2661
2662         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2663         "Emacs 23 (unicode)" in comment.
2664
2665 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2668
2669         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2670         characters 160 through 255 in Emacs 23.
2671
2672 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2673
2674         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2675         gnus-article-browse-html-temp.
2676         (gnus-article-browse-delete-temp): Make it customizable.  Add
2677         `file'.  Adjust doc string.
2678         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2679         query for each file.  Adjust doc string.
2680         (gnus-article-browse-html-parts): Add
2681         `gnus-article-browse-delete-temp-files' to
2682         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2683
2684 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2685
2686         * gnus-art.el (gnus-article-browse-html-temp)
2687         (gnus-article-browse-delete-temp): New variables.
2688         (gnus-article-browse-delete-temp-files): New function.
2689         (gnus-article-browse-html-parts): Use it.
2690
2691 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2692
2693         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2694
2695         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2696         string.
2697
2698         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2699         gnus-summary-insert-new-articles when unplugged.  Remove
2700         gnus-summary-search-article-forward.
2701
2702         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2703         display-visual-class instead of display-color-cells.
2704
2705 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * dgnushack.el: Autoload customize-group for XEmacs.
2708
2709         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2710         message/* containing non-ASCII text properly.
2711
2712 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2713
2714         * message.el: Require gmm-utils, remove autoloads.
2715         (message-tool-bar): Set default based on
2716         gmm-tool-bar-style.
2717         (message-tool-bar-gnome): Add gmm-customize-mode.
2718
2719         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2720         gmm-tool-bar-style.
2721         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2722
2723         * gnus-group.el (gnus-group-tool-bar): Set default based on
2724         gmm-tool-bar-style.
2725         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2726
2727         * gmm-utils.el (gmm-image-directory): Rename variable from
2728         gmm-image-load-path.
2729         (gmm-image-load-path): Use gmm-image-directory.
2730         (gmm-customize-mode): New function.
2731         (gmm-tool-bar-style): New variable.
2732
2733         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2734         gnus-group-redraw-line-number.
2735         (gnus-group-redraw-check): Simplify.
2736         (gnus-group-tool-bar-update): Remove redraw check.
2737         (gnus-group-make-tool-bar): Add redraw check.
2738
2739 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2740
2741         * gnus-art.el (gnus-button): Add missing parentheses.
2742
2743 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * lpath.el: Fbind line-number-at-pos.
2746
2747 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2750
2751 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2752
2753         * gnus-art.el (gnus-button): New face.
2754         (gnus-article-button-face): Use it.
2755
2756         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2757         gnus-summary-next-page.  Re-order.
2758
2759         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2760         next-node are now included.
2761         (gnus-group-redraw-line-number): New internal variable.
2762         (gnus-group-redraw-check): Helper function for updating the tool
2763         bar.
2764         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2765
2766         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2767
2768         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2769         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2770         Use it to match format of Spamassassin 3.0 and later.  Reported by
2771         IRIE Tetsuya <irie@t.email.ne.jp>.
2772         (spam-check-bogofilter)
2773         (spam-bogofilter-register-with-bogofilter): Fix args of
2774         `gnus-error' calls.
2775
2776 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2777
2778         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2779         unnecessary interaction when sending queued mails.  Reported by
2780         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2781
2782 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2783
2784         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2785         first or last are nil.
2786
2787 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2788
2789         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2790
2791 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2794
2795 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * dns.el (query-dns): Protect more against buggy tcp output.
2798
2799 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2800
2801         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2802         nov.php.
2803
2804 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2805
2806         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2807         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2808         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2809         output on the server side.
2810         (nnweb-google-create-mapping): Update regexps and add some
2811         progress indication.
2812
2813 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2814
2815         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2816         gnus-agent-toggle-plugged.  Re-order icons.
2817         (gnus-group-tool-bar-gnome): Add
2818         gnus-group-{prev,next}-unread-group.
2819         (gnus-group-tool-bar-gnome): Re-order icons.
2820
2821         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2822         gnus-summary-insert-new-articles.
2823
2824         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2825         comments.
2826
2827         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2828         also available in Emacs 21.3.
2829
2830         * message.el (message-fix-before-sending): Change "Emacs 22" to
2831         "Emacs 23 (unicode)" in comment.
2832
2833         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2834         "Emacs 23 (unicode)" in comment.
2835
2836         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2837         comment.
2838         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2839
2840         * mm-view.el (mm-fill-flowed): Add :version.
2841
2842 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2845         and load-path.
2846
2847 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2848
2849         * message.el: Autoload gmm-image-load-path.
2850         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2851         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2852         consitency.
2853
2854         * gmm-utils.el (gmm-image-load-path): Also search in
2855         "../etc/images".  Don't set gmm-image-load-path if we don't find
2856         the image.
2857
2858 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * gmm-utils.el (gmm-image-load-path): Don't make
2861         `gmm-image-load-path' include subdirectories which the second arg
2862         `image' might specify.
2863
2864         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2865         subdirectory to icon file names.
2866
2867         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2868
2869 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2870
2871         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2872         gmm-image-load-path calls.
2873
2874         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2875
2876         * message.el (message-make-tool-bar): Ditto.
2877
2878         * mml.el (mml-preview): Added comment concerning tool bar icons.
2879
2880         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2881         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2882
2883         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2884         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2885
2886         * message.el (message-tool-bar-gnome): Use new icon names.
2887         (message-make-tool-bar): Use `gmm-image-load-path'.
2888
2889         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2890         functions from MH-E.
2891         (gmm-image-load-path): New variable from MH-E.
2892         (gmm-image-load-path): New function from MH-E.  Added arguments
2893         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2894         *-image-load-path-called-flag.
2895
2896 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2897
2898         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2899
2900 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2901         (tiny change)
2902
2903         * nnimap.el (nnimap-request-move-article): Change folder back to
2904         source group before deleting.
2905
2906 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2907
2908         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2909
2910         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2911         mm-url.
2912
2913         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2914
2915 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2918         coding system which mm-charset-to-coding-system returns for a
2919         given charset is valid.
2920
2921 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2922
2923         * html2text.el (html2text-remove-tag-list):
2924         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2925
2926 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2927
2928         * gnus-cus.el: Revert 2005-10-17 change.
2929
2930 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * gnus-art.el (article-strip-banner): Call
2933         article-really-strip-banner only when the regexp match is made.
2934
2935 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * gnus-art.el (article-strip-banner): Use
2938         gnus-extract-address-components instead of
2939         mail-header-parse-addresses to make it work with non-ASCII text;
2940         remove mail-encode-encoded-word-string.
2941
2942         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2943         values which are surrounded with \"...\"; make it never cause a
2944         Lisp error; give up parsing of parameters if it failed in
2945         extracting type.
2946
2947 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2948
2949         * smime.el (smime-cert-by-ldap-1): Fix bug where
2950         `smime-ldap-search' returns results without userCertificates.
2951
2952 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2955
2956 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2957
2958         * spam.el (spam-check-spamassassin-headers): Adapt format for
2959         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2960         <ari@mbf.ocn.ne.jp>.
2961         (spam-list-of-processors): Add spam-use-gmane.
2962
2963 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2966         make-temp-file; make it work with XEmacs as well.
2967
2968         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2969         mm-make-temp-file.
2970
2971         * mm-decode.el (mm-display-external): Use the 3rd arg of
2972         mm-make-temp-file.
2973         (mm-create-image-xemacs): Ditto.
2974
2975 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2978         with message-narrow-to-headers.
2979         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2980         (gnus-draft-check-draft-articles): New function.
2981         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2982
2983 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2984
2985         * gnus-art.el (gnus-article-browse-html-parts):
2986         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2987         Don't use suffix argument for mm-make-temp-file for Emacs 21
2988         compatibility.  Remove useless `format'.
2989
2990 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2991
2992         * nnweb.el (nnweb-google-wash-article): Update regexps.
2993         (nnweb-group-alist): Use defvoo instead of defvar.
2994
2995 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2998         re-loading nn* modules.
2999
3000 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3001
3002         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3003         for `tool-bar-mode' and don't check it's default-value.
3004
3005         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3006
3007         * message.el (message-make-tool-bar): Ditto.
3008
3009         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3010         `substring'.  Shorten tmp-file name.
3011
3012         * gnus.el: Remove bogus comment.
3013
3014 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3015
3016         * gnus-art.el (gnus-article-browse-html-parts): New function.
3017         (gnus-article-browse-html-article): New function for viewing html
3018         articles with a browser.
3019
3020 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3021
3022         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3023         in elisp.
3024         (pgg-gpg-encrypt-symmetric-region): Ditto.
3025         (pgg-gpg-sign-region): Ditto.
3026
3027         * pgg-def.el (pgg-text-mode): New variable.
3028
3029         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3030         (mml2015-pgg-encrypt): Ditto.
3031
3032         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3033         (mml1991-pgg-encrypt): Ditto.
3034
3035 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3038         message-make-date instead of current-time-string.
3039
3040         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3041         to gnus-decoded which mm-uu might set.
3042
3043 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3046         don't decode quoted parameters; remove misimported Emacs code.
3047         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3048         (rfc2231-decode-encoded-string): Don't use split-string which
3049         behaves differently according to Emacs version; use
3050         mm-decode-coding-region to convert charset to coding-system.
3051         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3052         (rfc2231-encode-string): Remove misimported Emacs code.
3053
3054 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3057         when calling mail-header-parse-content-type.
3058         (article-de-quoted-unreadable): Ditto.
3059         (article-de-base64-unreadable): Ditto.
3060         (article-wash-html): Ditto.
3061
3062         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3063         calling mail-header-parse-content-type and
3064         mail-header-parse-content-disposition.
3065         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3066         mail-header-parse-content-type.
3067
3068         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3069         insert charset and format parameters; encode description after
3070         inserting it to buffer.
3071         (mml-insert-parameter): Fold lines properly even if a parameter is
3072         segmented into two or more lines; change the max column to 76.
3073
3074         * rfc1843.el (rfc1843-decode-article-body): Don't use
3075         ignore-errors when calling mail-header-parse-content-type.
3076
3077         * rfc2231.el (rfc2231-parse-string): Return at least type if
3078         possible; don't cause an error even if it fails in parsing of
3079         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3080         (rfc2231-encode-string): Don't break lines at the beginning, leave
3081         it to mml-insert-parameter.
3082
3083         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3084         calling mail-header-parse-content-type.
3085
3086 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3087
3088         * spam-report.el (spam-report-gmane-use-article-number):
3089         Improve doc string.
3090         (spam-report-gmane-internal): Check if a suitable header was found
3091         in the article.
3092
3093 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3096         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3097
3098 2006-02-05  Romain Francoise  <romain@orebokech.com>
3099
3100         Update copyright notices of all files in the gnus directory.
3101
3102 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3103
3104         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3105
3106 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3109         segmented lines of parameter value to cope with Thunderbird 1.5
3110         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3111         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3112         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3113
3114 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3115
3116         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3117         parts.
3118
3119 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3120
3121         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3122         there's only one active file for all servers.
3123         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3124         solid groups.  Gnus might have used a FAST request to select the group.
3125         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3126         and nnweb-search redundantly in the active file.
3127         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3128         (nnweb-request-create-group): Don't use ARGS.
3129         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3130         initialisations.  Let nnoo do the work.
3131
3132 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3135         Say the part has been decoded.
3136
3137         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3138
3139 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3140
3141         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3142         mailcap-viewer-test-cache when there's no 'test clause, since that
3143         will invert the meaning of a "nil" test previously determined by
3144         mailcap-mailcap-entry-passes-test.
3145
3146 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3149         compiling.
3150
3151         * gnus-sum.el: Ditto.
3152
3153         * message.el: Don't bind tool-bar-map when compiling.
3154
3155 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3156
3157         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3158
3159 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3160
3161         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3162         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3163         current Google Groups.
3164
3165 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3166
3167         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3168         and tool-bar-mode.
3169
3170         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3171         and tool-bar-mode.
3172
3173         * message.el (message-tool-bar-update): Simplify.
3174         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3175
3176         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3177         gnus-summary-buffer.
3178         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3179         gnus-summary-reply.
3180
3181         * gmm-utils.el (gmm): Add :version.
3182
3183 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * Makefile.in (clean): New rule.
3186         (distclean): Use it.
3187
3188 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3189
3190         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3191         autoload.
3192
3193 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * gmm-utils.el (gmm-verbose): Add :group.
3196
3197 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3198
3199         * message.el: Change some comments WRT tool-bars.
3200
3201         * gnus-sum.el (gnus-summary-tool-bar)
3202         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3203         (gnus-summary-tool-bar-zap-list): New variables.
3204         (gnus-summary-make-tool-bar): Complete rewrite using
3205         `gmm-tool-bar-from-list'.
3206
3207         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3208         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3209         variables.
3210         (gnus-group-make-tool-bar): Complete rewrite using
3211         `gmm-tool-bar-from-list'.
3212         (gnus-group-tool-bar-update): New function.
3213
3214         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3215
3216 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3219         is dissected into a single part of which the type is the same as
3220         the given one; decode charset.
3221
3222 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3223
3224         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3225         into alists as symbol not string, since that's what
3226         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3227         look for.
3228
3229 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3230
3231         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3232         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3233
3234         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3235
3236 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3239         (gnus-xmas-mime-security-button-menu): New function.
3240
3241         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3242         (gnus-mime-security-button-menu): New definition.
3243         (gnus-mime-security-button-map): Use them.
3244         (gnus-mime-security-button-menu): New function.
3245         (gnus-insert-mime-security-button): Addition to help echo.
3246         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3247         (gnus-mime-security-pipe-part): New functions.
3248
3249         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3250         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3251
3252         * mm-decode.el (mm-handle-set-disposition): Remove.
3253         (mm-handle-set-description): Remove.
3254
3255 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3258         (mm-w3m-standalone-supports-m17n-p): New function.
3259         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3260         w3m usage.
3261
3262         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3263         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3264
3265 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3266
3267         * message.el (message-tool-bar-zap-list): Use
3268         gmm-tool-bar-zap-list as custom type.
3269         (message-tool-bar-update): New function.
3270         (message-tool-bar, message-tool-bar-gnome)
3271         (message-tool-bar-retro): Add message-tool-bar-update.
3272         (message-tool-bar-gnome): Add flyspell-buffer.
3273
3274         * gnus-util.el (gnus-error): Describe `args'.
3275
3276         * gmm-utils.el (gmm-error): Describe `args'.
3277         (gmm-tool-bar-zap-list): New widget.
3278         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3279
3280 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3283         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3284         the number of recursive calls.
3285
3286         * mm-decode.el (mm-handle-set-disposition): New macro.
3287         (mm-handle-set-description): New macro.
3288
3289 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3292         encoding.
3293
3294 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3295
3296         * message.el (message-tool-bar-zap-list, message-tool-bar)
3297         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3298         (message-tool-bar-local-item-from-menu): Remove.
3299         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3300         (message-make-tool-bar): New function.
3301         (message-mode): Use `message-make-tool-bar'.
3302
3303         * gmm-utils.el: New file.
3304         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3305         (gmm-lazy): New widget copied from `nnmail.el'.
3306         (gmm-tool-bar-from-list): New function for creating customizable
3307         tool bars.
3308         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3309         output.
3310         (gmm): Add :prefix to defgroup.
3311
3312 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3313
3314         * gmm-utils.el (gmm-widget-p): New function.
3315
3316 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3317
3318         * mml.el (mml-attach-file): Describe `description' in doc string.
3319         (mml-menu): Add Emacs MIME manual and PGG manual.
3320
3321 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3322
3323         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3324
3325 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3326
3327         * nntp.el (nntp-end-of-line): Doc fix.
3328
3329 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3330
3331         * imap.el (imap-open): Handle case where buffer is a buffer
3332         object.
3333
3334 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3335
3336         * gnus-delay.el (gnus-delay): Don't autoload.
3337         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3338         to be re-loaded when customizing the `gnus-delay' group.
3339
3340 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3341
3342         * message.el (message-insert-citation-line): Use newlines.
3343
3344 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3345
3346         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3347         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3348         these routines, so the passphrase can be managed externally and
3349         passed in to the system.
3350         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3351         pgg-add-passphrase-to-cache function.
3352
3353         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3354         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3355         these routines, so the passphrase can be managed externally and
3356         passed in to the system.
3357         (pgg-pgp5-sign-region): Use new name of
3358         pgg-add-passphrase-to-cache function.
3359
3360 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3361
3362         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3363         part of the decoded armor to find the key-identifier.
3364         (pgg-gpg-lookup-key-owner): New function to return the
3365         human-readable identifier of a key owner.
3366         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3367         itself.
3368         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3369         the key value) if we have a key and can match it against a secret
3370         key.  Also, added a note pointing out fact that the prompt only
3371         indicates the first matching key.
3372
3373         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3374         pgg-decrypt-region.
3375         (pgg-add-passphrase-to-cache): Rename from
3376         `pgg-add-passphrase-cache' to reduce confusion (all callers
3377         changed).
3378         (pgg-remove-passphrase-from-cache): Rename from
3379         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3380         changed).
3381         (pgg-read-passphrase, pgg-add-passphrase-cache)
3382         (pgg-remove-passphrase-cache): Add informative docstrings.
3383         (pgg-decrypt): Convey provided passphrase in subordinate call to
3384         pgg-decrypt-region.
3385
3386 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3387
3388         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3389         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3390         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3391         'passphrase' argument, so the passphrase can be managed externally
3392         and then passed in to the system.
3393
3394         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3395         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3396         so the passphrase cache can be used reliably with identifiers
3397         besides a pgp packet's key id.
3398
3399         * pgg-gpg.el (pgg-gpg-encrypt-region)
3400         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3401         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3402         these routines, so the passphrase can be managed externally and
3403         passed in to the system.
3404
3405         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3406         'notruncate' argument, so the passphrase cache can be used
3407         reliably with identifiers besides a pgp packet's key id.
3408
3409 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3410
3411         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3412         symmetric encryption.
3413         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3414         encrypted session key.
3415         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3416         message ask for the passphrase in a proper way.
3417
3418         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3419         New user commands for symmetric encryption.
3420
3421 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3424
3425         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3426
3427 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3428
3429         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3430
3431 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * mm-decode.el (mm-inlined-types): Add application/pgp.
3434         (mm-automatic-display): Ditto.
3435
3436         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3437         part as text.
3438
3439 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * nnrss.el: Update copyright.
3442         (nnrss-opml-import): Query whether to subscribe to each entry.
3443
3444         * gnus-art.el:
3445         * gnus-sum.el:
3446         * gnus-xmas.el:
3447         * messagexmas.el:
3448         * mm-uu.el:
3449         * mm-view.el: Update copyright.
3450
3451 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3452
3453         * message.el (message-info): New function.
3454         (message-mode-menu): Add it.
3455         Update copyright.
3456
3457         * ChangeLog: Fix and update copyright.
3458
3459 2006-01-13  Romain Francoise  <romain@orebokech.com>
3460
3461         * message.el (message-forward-subject-name-subject): Prefer the
3462         address to 'nowhere' if the sender has no name.
3463         Fix typo.  Update copyright year.
3464
3465 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * gnus-art.el (article-wash-html): Use
3468         gnus-summary-show-article-charset-alist if a numeric arg is given.
3469         (gnus-article-wash-html-with-w3m-standalone): New function.
3470
3471         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3472         mm-inline-text-html-render-with-w3m-standalone.
3473         (mm-text-html-washer-alist): Map w3m-standalone to
3474         gnus-article-wash-html-with-w3m-standalone.
3475         (mm-inline-text-html-render-with-w3m-standalone): New function.
3476
3477 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3478
3479         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3480         Improve LaTeX.
3481
3482 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3485         (nnrss-request-article): Render text/plain parts as HTML.
3486
3487         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3488         the buffer.
3489
3490 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3491
3492         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3493         custom definition of `gnus-posting-styles'.
3494
3495         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3496         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3497
3498 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3499
3500         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3501         Use nntp for bug archive.
3502
3503 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3506         parts.
3507         (nnrss-normalize-date): New function converts ISO 8601 date into
3508         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3509         (nnrss-check-group): Use it.
3510
3511 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3514
3515         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3516         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3517         (nnrss-insert-w3): Ditto.
3518
3519 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3522         the articles to be forwarded including the case where neither a
3523         number of articles nor a region is specified.
3524
3525 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * nnrss.el (nnrss-request-article): Fix last change; fill
3528         text/plain parts.
3529
3530 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3533         in text/plain part.
3534         (nnrss-check-group): Don't add excessive newline to dc:subject.
3535
3536 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3537
3538         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3539         article.
3540
3541 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3542
3543         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3544         (nnml-use-compressed-files, nnml-save-mail): Support other
3545         comression programs such as bzip2.
3546
3547 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3548
3549         * dns.el (query-dns): Make sure we check the buffer size before
3550         removing tcp headers.
3551
3552 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3555         remove MIME buttons associated with multipart/alternative parts.
3556         (gnus-mime-display-alternative): Tag buttons using `article-type'
3557         text property.
3558
3559         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3560         associated with multipart/alternative parts.
3561
3562         * gnus-art.el (gnus-signature-separator): Fix custom type.
3563
3564         * mm-decode.el (mm-inlined-types): Fix custom type.
3565         (mm-keep-viewer-alive-types): Ditto.
3566         (mm-automatic-display): Ditto.
3567         (mm-attachment-override-types): Ditto.
3568         (mm-inline-override-types): Ditto.
3569         (mm-automatic-external-display): Ditto.
3570
3571 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3572
3573         * spam-report.el (spam-report-user-mail-address)
3574         (spam-report-user-agent): New variables.
3575         (spam-report-url-ping-plain): Use spam-report-user-agent.
3576
3577 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3578
3579         * gnus-art.el (gnus-button-handle-custom): Do not just use
3580         `customize-apropos' for any "M-x customize-*" button but the
3581         function called for.  Accept both the function name and its
3582         argument in order to achieve this.
3583         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3584         function name to `gnus-button-handle-custom' in case of "M-x
3585         customize-*" buttons.
3586
3587 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3590         multipart/alternative and add xref to mm-discouraged-alternatives
3591         in doc string.
3592
3593         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3594         gnus-buttonized-mime-types in doc string.
3595
3596 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3597
3598         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3599         Suggest image/.* in the doc string.
3600
3601 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3602
3603         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3604         message-marks (Debian bug #342521).
3605
3606 2005-12-12  Simon Josefsson  <jas@extundo.com>
3607
3608         * password.el (password-read-from-cache): Add.
3609         (password-read): Use it.
3610
3611 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3614         us-ascii as a MIME charset.
3615
3616         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3617         against the case where the 2nd arg TYPE is nil.
3618
3619 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3620
3621         * pop3.el (pop3-stream-type): Fix custom version.
3622
3623         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3624
3625 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3626
3627         * mm-decode.el (mm-display-external): Add missing cdr.
3628
3629 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3632         RFC1524) if it is in mailcap or add a suffix according to
3633         mailcap-mime-extensions when generating a temp filename; postpone
3634         deleting a temp file for 2 seconds for some wrappers, shell
3635         scripts, and so on, which might exit right after having started a
3636         viewer command as a background job.
3637
3638 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3639
3640         * nntp.el (nntp-marks-directory): Fix custom group.
3641
3642         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3643         steps when < 10.
3644
3645         * gnus-start.el (gnus-no-server-1): Mention
3646         `gnus-level-default-subscribed' in doc string.
3647
3648 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3649
3650         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3651         parens.
3652
3653 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-xmas.el (gnus-use-toolbar): Revert.
3656         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3657         gnus-use-toolbar is default.
3658
3659         * messagexmas.el (message-use-toolbar): Revert.
3660         (message-setup-toolbar): Use global default-toolbar if
3661         message-use-toolbar is default.
3662
3663 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3666         according to default-toolbar-visible-p.
3667
3668         * messagexmas.el (message-use-toolbar): Ditto.
3669
3670 2005-11-26  Dave Love  <fx@gnu.org>
3671
3672         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3673         (tls-program, tls-success): Provide openssl alternative.
3674
3675         * starttls.el: Doc fixes.
3676         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3677         SERVICE to PORT.
3678
3679         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3680         port null or service name.
3681         (starttls-negotiate): Autoload.
3682
3683 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * message.el (message-kill-to-signature): Fix interactive spec.
3686
3687 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * pop3.el (pop3-open-server): Recognize a string as a service name.
3690
3691 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3692
3693         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3694
3695 2005-11-23  Dave Love  <fx@gnu.org>
3696
3697         Add pop3s, pop3/starttls.
3698
3699         * pop3.el (pop3-authentication-scheme): Clarify doc.
3700         (open-tls-stream, starttls-open-stream): Autoload.
3701         (pop3-stream-type): New.
3702         (pop3-open-server): Use it.
3703
3704         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3705         for POP.
3706         (mail-source-keyword-map): Add :stream for POP.
3707         (mail-source-fetch-pop): Use pop3-stream-type.
3708
3709 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3712         of current-time-string.
3713
3714 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3715
3716         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3717         date header.
3718
3719 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3720
3721         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3722         it can seriously impact performance as it bypasses the agent's
3723         local caches.
3724
3725 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3726
3727         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3728         must be explicitly online rather than "not explicitly offline" for
3729         its flags to be synchronized.
3730
3731         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3732         that gnus-uu-unmark-thread will function correctly.
3733
3734         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3735         1024K is instead displayed as 1M.
3736
3737 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3740
3741 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3742
3743         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3744
3745 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3746
3747         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3748         error message to display actual error condition.
3749         (gnus-agent-save-local): Avoid saving symbols that are bound to
3750         nil as they simply result in a warning message in
3751         gnus-agent-read-local.
3752
3753 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3756         rather than make-variable-buffer-local for file-precious-flag.
3757
3758 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3759
3760         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3761         for duplicates which are removed.  The invalid sort check then
3762         triggers a rescan after the sort as sorting may have moved
3763         duplicate entries such that they can be cheaply detected.
3764
3765 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3768
3769 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3770
3771         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3772         internal variable to a custom variable.  Changed default value
3773         from compressed(2) to uncompressed(1).
3774         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3775         support for uncompressed agentview files.  Taken together, reading
3776         the agentview file should now be 6-7 times faster.
3777
3778 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3779
3780         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3781         as a buffer-local variable.  This avoids creating truncated
3782         dribble files as a result of a hang up, eg.
3783
3784 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3785
3786         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3787         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3788         XEmacs.
3789
3790 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3791
3792         * gnus-start.el (gnus-start-draft-setup): Enforce
3793         `gnus-draft-mode' for nndraft:drafts at startup.
3794
3795         * gnus.el (gnus-splash): Change custom group.
3796         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3797         allow-list argument.
3798
3799         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3800         string.
3801
3802 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3803
3804         * gnus-art.el (gnus-default-article-saver): Add user-defined
3805         `function' to custom type.
3806
3807 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3808
3809         * imap.el (imap-open): Handle case where buffer is a buffer
3810         object.
3811
3812 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3813
3814         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3815         long lines.
3816         (gnus-cache-delete-group): Wrap doc strings.
3817
3818         * gnus-agent.el (gnus-agent-rename-group)
3819         (gnus-agent-delete-group): Wrap doc strings.
3820
3821
3822 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * messagexmas.el (message-use-toolbar): Change the valid values
3825         into default, top, bottom, left, and right.
3826         (message-toolbar-thickness): New variable.
3827         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3828         well.
3829         (message-setup-toolbar): Make it work.
3830
3831         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3832         (gnus-use-toolbar): Change the valid values into default, top,
3833         bottom, left, and right.
3834         (gnus-toolbar-thickness): New variable.
3835         (gnus-xmas-setup-toolbar): New function.
3836         (gnus-xmas-setup-group-toolbar): Use it.
3837         (gnus-xmas-setup-summary-toolbar): Use it.
3838
3839 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3840
3841         * gnus-start.el (gnus-1): Add "native" to
3842         gnus-predefined-server-alist.
3843
3844         * gnus.el (gnus-method-to-server): Don't add "native" to the
3845         lists here, because that leads to problems when
3846         gnus-select-method is bound.
3847
3848 2005-11-09  Simon Josefsson  <jas@extundo.com>
3849
3850         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3851         use (not sort-by-date) instead.
3852
3853 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3854
3855         * gnus-delay.el (gnus-delay-group): Don't autoload.
3856         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3857         to be re-loaded when customizing the `gnus-delay' group.
3858
3859 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3860
3861         * message.el: Revert last changes.
3862         (message-insert-citation-line): Use newlines.
3863
3864 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3865
3866         * message.el (message-courtesy-message)
3867         (message-mark-insert-begin, message-mark-insert-end)
3868         (message-elide-ellipsis, message-cancel-message)
3869         (message-add-header, message-change-subject)
3870         (message-cross-post-followup-to-header)
3871         (message-cross-post-insert-note, message-reduce-to-to-cc)
3872         (message-widen-reply, message-delete-not-region)
3873         (message-kill-to-signature, message-insert-signature)
3874         (message-insert-importance-high, message-insert-importance-low)
3875         (message-insert-or-toggle-importance)
3876         (message-insert-disposition-notification-to)
3877         (message-indent-citation, message-yank-original)
3878         (message-cite-original-without-signature, message-cite-original)
3879         (message-insert-citation-line, message-position-on-field)
3880         (message-fix-before-sending, message-send-mail-partially)
3881         (message-send-mail, message-send-mail-with-sendmail)
3882         (message-send-mail-with-qmail, message-send-news)
3883         (message-check-news-header-syntax, message-generate-headers)
3884         (message-insert-courtesy-copy, message-fill-address)
3885         (message-fill-header, message-shorten-references)
3886         (message-setup-1, message-cancel-news)
3887         (message-forward-make-body-plain, message-forward-make-body-mime)
3888         (message-forward-make-body-mml, message-encode-message-body)
3889         (message-forward-make-body-digest-plain)
3890         (message-forward-make-body-digest-mime)
3891         (message-use-alternative-email-as-from): Insert `hard-newline'
3892         instead of ordinary newlines.
3893
3894 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * message.el (message-generate-headers): Downcase the argument
3897         given to message-check-element.
3898
3899 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3900
3901         * nntp.el (nntp-authinfo-rejected): New error condition.
3902         (nntp-wait-for): Use new error condition to signal authentication
3903         error.
3904         (nntp-retrieve-data): Rethrow new error condition to break out of
3905         recursive call to nntp-send-authinfo.
3906
3907 2005-11-08  Romain Francoise  <romain@orebokech.com>
3908
3909         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3910         (gnus-summary-exit-map): Bind to `Z p'.
3911         (gnus-summary-make-menu-bar): Add menu item.
3912
3913 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3914
3915         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3916         (gnus-treat-*): Add `first' in all doc strings.
3917
3918         * gnus-group.el (gnus-group-compact-group): Fix typo.
3919
3920 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * gnus.el (gnus-parameters-case-fold-search): New variable.
3923         (gnus-parameters-get-parameter): Use it.
3924
3925         * gnus-score.el (gnus-home-score-file): Doc fix.
3926
3927 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3928
3929         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3930
3931 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * mm-util.el (mm-special-display-p): New function.
3934
3935         * mml.el (mml-preview): Use it; doc fix.
3936
3937 2005-10-29  Romain Francoise  <romain@orebokech.com>
3938
3939         * message.el (message-fix-before-sending): Fix comment.
3940
3941 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3942
3943         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3944
3945 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3946
3947         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3948         Used in gnus-score.el.
3949
3950 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3951
3952         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3953
3954 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3955
3956         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3957         whitespace removed in revision 7.8.  Use concatenated string to
3958         protect trailing whitespace.
3959
3960 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
3961
3962         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3963         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3964         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3965         Courier IMAP ("some version from 2004").  Mostly based on similar
3966         code in the same function.
3967
3968 2005-10-26  Didier Verna  <didier@xemacs.org>
3969
3970         * gnus-group.el (gnus-group-compact-group): invalidate original
3971         article buffer.
3972         * gnus-srvr.el (gnus-server-compact-server): ditto.
3973         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3974         NOV database and in article itself.
3975         Invalidate article backlog.
3976
3977 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3978
3979         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3980
3981 2005-10-26  Simon Josefsson  <jas@extundo.com>
3982
3983         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3984         part of 2004-07-25 change.
3985
3986 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3987
3988         * message.el (message-display-completion-list): New function.
3989         (message-expand-group): Use it; make sure the Completions buffer
3990         is modifiable.
3991
3992 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3993
3994         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3995         user-mail-name is an empty string.
3996
3997 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3998
3999         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4000         depending on gnus-score-decay-constant.
4001
4002         * encrypt.el (encrypt-insert-file-contents)
4003         (encrypt-write-file-contents): Don't use `gnus-message'.
4004
4005         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4006         arguments.
4007         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4008         arguments to mm-uu-verbatim-marks-extract.
4009         (mm-uu-hide-markers): New variable.
4010         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4011
4012         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4013         (gnus-convert-image-to-face-command): Use "convert" by default to
4014         allow other input image formats.
4015         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4016         accordingly.
4017
4018 2005-10-23  Simon Josefsson  <jas@extundo.com>
4019
4020         * imap.el (imap-gssapi-program): Align command line parameters
4021         with latest GNU SASL.
4022         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4023
4024 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4027         HTML.
4028         (nnslashdot-request-article): Ditto.
4029
4030         * lpath.el (featurep): Add nobreak-char-display.
4031
4032 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4033
4034         * mail-source.el (mail-source-fetch-pop): Require pop3.
4035         (mail-source-check-pop): Ditto.
4036
4037 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4040         errors.
4041
4042 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4043
4044         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4045         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4046
4047         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4048
4049         * mm-bodies.el (mm-decode-string): Call
4050         `mm-charset-to-coding-system' with allow-override argument.
4051
4052 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4055         (rfc2047-charset-to-coding-system): New function.
4056         (rfc2047-decode-encoded-words): New function.
4057         (rfc2047-decode-region): Use them.
4058         (rfc2047-decode-cte): Remove.
4059         (rfc2047-parse-and-decode): Remove.
4060         (rfc2047-decode): Remove.
4061
4062 2005-10-15  Kenichi Handa  <handa@m17n.org>
4063
4064         * rfc2047.el (rfc2047-decode-cte): New function.
4065         (rfc2047-decode-region): Change the way to decode successive
4066         encoded-words: decode B- or Q-encoding in each encoded-word,
4067         concatenate them, and decode it as charset.
4068
4069 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * lpath.el: Fbind codepage-setup for XEmacs.
4072
4073 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4074
4075         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4076         widget-move-and-invoke.
4077         (gnus-custom-mode): Use gnus-custom-map.
4078
4079 2005-10-15  Bill Wohler  <wohler@newt.com>
4080
4081         * message.el (message-tool-bar-map): Renamed image file from
4082         mail_send to mail/send.
4083
4084 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4085
4086         * message.el (message-expand-group): Pass the common
4087         prefix substring of completion to `display-completion-list'.
4088
4089 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4090
4091         * mml-sec.el (mml-secure-method): New internal variable.
4092         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4093         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4094         functions using mml-secure-method.
4095
4096         * mml.el (mml-mode-map): Add key bindings for those functions.
4097         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4098         Harder <harder@myrealbox.com>.
4099         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4100         end of message if point is the headers of the message.
4101
4102         * message.el (message-in-body-p): New function.
4103
4104         * assistant.el: Autoload gnus-util and netrc.
4105
4106         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4107         Use `mm-charset-override-alist' only when decoding.
4108
4109         * mm-bodies.el (mm-decode-body): Call
4110         `mm-charset-to-coding-system' with allow-override argument.
4111
4112         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4113         `filename' from Content-Disposition if Content-Type doesn't
4114         provide `name'.
4115         (gnus-mime-view-part-as-type): Set default instead of
4116         initial-input.
4117
4118 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4119
4120         * format-spec.el (format-spec): Propagate text properties of % spec.
4121
4122 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4123
4124         * gnus-art.el (gnus-treat-predicate): Add `first'.
4125
4126 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4127
4128         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4129         (mm-charset-override-alist): New variable.
4130         (mm-charset-to-coding-system): Use it.
4131         (mm-codepage-setup): New helper function.
4132         (mm-charset-eval-alist): New variable.
4133         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4134         about unknown charsets.
4135
4136         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4137
4138 2005-10-04  David Hansen  <david.hansen@gmx.net>
4139
4140         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4141         (nnrss-check-group): Ditto.
4142
4143 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4146         Rename x-gnus-verbatim to x-verbatim.
4147         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4148
4149         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4150         x-verbatim.
4151
4152         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4153
4154         * gnus-util.el (gnus-remove-duplicates): Remove.
4155
4156         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4157         instead of gnus-remove-duplicates.
4158
4159         * message.el (message-remove-duplicates): Remove.
4160         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4161         message-remove-duplicates.
4162
4163         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4164         available, else use implementation from `delete-dups'.
4165
4166         * message.el (message-insert-expires): New function.
4167         (message-mode-map): Add key binding.
4168         (message-mode-field-menu): Add menu entry.
4169         (message-mode): Document it.
4170         (message-make-expires-date): Use `message-make-date'.
4171
4172 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4173
4174         * message.el (message-make-expires-date): New function.
4175
4176 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * Makefile.in (list-installed-shadows): New entry.
4179         (install): Use it.
4180         (remove-installed-shadows): New entry.
4181
4182         * dgnushack.el (dgnushack-default-load-path): New variable.
4183         (dgnushack-find-lisp-shadows): New function.
4184         (dgnushack-remove-lisp-shadows): New function.
4185
4186 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * Makefile.in (install-el-elc): New entry.
4189         (install): Use it so that .el files are necessarily installed.
4190
4191 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4194
4195 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4196
4197         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4198         function rather than the diff-mode.el package.
4199         (mm-display-external): Use with-current-buffer.
4200         (mm-viewer-completion-map, mm-viewer-completion-map):
4201         Move initialization inside declaration.
4202
4203 2005-09-29  Simon Josefsson  <jas@extundo.com>
4204
4205         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4206         autoload mail-check-payment.
4207         (spam-check-hashcash): Define unconditionally, since hashcash.el
4208         is part of Gnus now.  Ignore errors from payment checking.
4209
4210 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4211
4212         * message.el (message-bold-region, message-unbold-region): Rename
4213         from `bold-region' and `unbold-region'.
4214
4215         * message.el: Remove useless autoloads.
4216
4217 2005-09-28  Simon Josefsson  <jas@extundo.com>
4218
4219         * message.el (message-use-idna): Default to t.
4220         (message-use-idna): Test whether encoding works too.  Doc fix.
4221
4222 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * nntp.el (nntp-warn-about-losing-connection): Remove.
4225
4226 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4227
4228         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4229         customizable.  Change default value.
4230         (mm-uu-diff-groups-regexp): Change default value.
4231         (mm-uu-type-alist): Add doc string.
4232         (mm-uu-configure): Add doc string.  Make it interactive.
4233         (mm-uu-tex-groups-regexp): New variable.
4234         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4235         (mm-uu-type-alist): Add LaTeX documents.
4236         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4237         of "text/verbatim".
4238         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4239
4240         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4241         instead of "text/verbatim".
4242
4243         * message.el (message-mark-inserted-region)
4244         (message-mark-insert-file): Use slrn style marks when called with
4245         prefix argument.
4246
4247 2005-09-27  Simon Josefsson  <jas@extundo.com>
4248
4249         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4250
4251 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4252
4253         * message.el (message-remove-duplicates): New function.
4254         Implementation borrowed from `gnus-remove-duplicates'.
4255         (message-idna-to-ascii-rhs): Also encode idna addresses in
4256         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4257         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4258         only ask about the same idna domain once per header and also tell
4259         in what header to replace the idna domain.
4260
4261         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4262         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4263         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4264         a header is decoded and not just the last one.
4265
4266 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4269         has been decoded.
4270
4271         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4272         (mm-insert-part): Don't modify text if it has been decoded.
4273
4274         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4275         decoded.
4276
4277         * mm-view.el (mm-inline-text): Don't strip text props unless
4278         decoding enriched or richtext parts.
4279
4280 2005-09-25  Romain Francoise  <romain@orebokech.com>
4281
4282         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4283         * gnus-start.el (gnus-subscribe-interactively):
4284         * gnus-uu.el (gnus-uu-grab-articles):
4285         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4286         space.
4287
4288 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4289
4290         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4291         * mm-view.el (mm-view-pkcs7-decrypt):
4292         * gnus-sum.el (gnus-summary-limit-to-extra)
4293         (gnus-summary-respool-article, gnus-read-move-group-name):
4294         * gnus-score.el (gnus-summary-increase-score):
4295         * gnus-util.el (gnus-completing-read-with-default):
4296         * gnus-art.el (gnus-read-save-file-name)
4297         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4298         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4299         * message.el (message-check-news-header-syntax):
4300         Follow convention for reading with the minibuffer.
4301
4302 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4303
4304         * spam-report.el (spam-report-url-ping-plain):
4305         Use gnus-extended-version as User-Agent.
4306
4307         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4308         default value is nil.
4309
4310         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4311         (mm-uu-verbatim-marks-extract): New function.
4312         (mm-uu-extract): New face.
4313         (mm-uu-copy-to-buffer): Use it.
4314
4315         * spam-report.el (spam-report-gmane-ham): Renamed from
4316         `spam-report-gmane-unspam'.
4317         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4318         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4319
4320         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4321         Autoload.
4322         (spam-report-gmane-unregister-routine): Renamed
4323         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4324
4325 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4326
4327         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4328         (spam-report-gmane-unregister-routine): Add support for gmane
4329         unregistration.
4330
4331         * spam-report.el (spam-report-gmane-unspam)
4332         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4333         (spam-report-gmane): Change to take a single article and do unspam
4334         registration.
4335
4336 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4337
4338         * mm-url.el (mm-url-decode-entities): Fix regexp.
4339
4340 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4343         default to nil, to be able to use Gnus at all.  If the default
4344         switches to something else, then the function should be fixed not
4345         be exceedingly slow.
4346
4347 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4348
4349         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4350         fail hard.
4351
4352         * spam-report.el: Add better Keywords line.
4353
4354         * spam.el: Add Maintainer and better Keywords line.
4355
4356 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4357
4358         * gnus-art.el (gnus-article-replace-part)
4359         (gnus-mime-replace-part): New functions.
4360         (gnus-mime-action-alist, gnus-mime-button-commands)
4361         (gnus-mime-save-part-and-strip): Added file argument.
4362         (gnus-article-part-wrapper): Added interactive argument.
4363
4364         * gnus-sum.el (gnus-summary-mime-map): Add
4365         `gnus-article-replace-part'.
4366
4367 2005-09-19  Didier Verna  <didier@xemacs.org>
4368
4369         The nnml compaction feature:
4370         * nnml.el (nnml-request-compact-group): New function.
4371         * nnml.el (nnml-request-compact): New function.
4372         * gnus-int.el (gnus-request-compact-group): New function.
4373         * gnus-int.el (gnus-request-compact): New function.
4374         * gnus-group.el (gnus-group-compact-group): New function.
4375         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4376         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4377         * gnus-srvr.el (gnus-server-compact-server): New function.
4378         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4379         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4380
4381 2005-09-18  Deepak Goel  <deego@gnufans.org>
4382
4383         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4384         format spec.
4385
4386 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4389
4390 2005-09-15  Romain Francoise  <romain@orebokech.com>
4391
4392         * message.el (message-fill-paragraph): Clarify docstring.
4393
4394 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * gnus-art.el (gnus-mime-display-part): Protect against broken
4397         MIME messages.
4398
4399 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4402         before parsing header.
4403
4404 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4405
4406         * html2text.el: (html2text-replace-list): Add new entities.
4407
4408 2005-09-11  Romain Francoise  <romain@orebokech.com>
4409
4410         * message.el (message-alternative-emails): Improve docstring.
4411         (message-setup-1): Call `message-use-alternative-email-as-from'
4412         after `message-setup-hook' to give it precedence over posting
4413         styles, etc.
4414         (message-use-alternative-email-as-from): Add docstring.  Remove
4415         the original From header if present.
4416
4417         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4418         (nnml-save-mail): Use it.
4419
4420         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4421         articles.  Add new argument `silent'.
4422         (gnus-uu-mark-all): Report the total number of marked articles.
4423
4424 2005-09-10  Romain Francoise  <romain@orebokech.com>
4425
4426         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4427         (gnus-uu-mark-series): Likewise.
4428
4429 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4430
4431         * spam-report.el (spam-report-gmane): Fix generation of spam
4432         report URL.
4433
4434 2005-09-10  Simon Josefsson  <jas@extundo.com>
4435
4436         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4437         t, based on discussion on the ding list with Robert Epprecht
4438         <epprecht@solnet.ch>.
4439
4440 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4441
4442         * spam-report.el (spam-report-gmane): Make it work without
4443         X-Report-Spam header.  Gmane now only provides Archived-At.
4444         This is only used if `spam-report-gmane-use-article-number' is nil.
4445         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4446
4447         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4448         make `gnus-summary-sort-by-recipient' work with threading.
4449
4450         * nnweb.el (nnweb-google-wash-article): Print a message if article
4451         is not available.
4452
4453 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4454
4455         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4456         change.  Decode text/* parts content before displaying.
4457
4458 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4459
4460         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4461
4462 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4465
4466         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4467         url-package-name, url-package-version,
4468         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4469         w3m-display-inline-images, and w3m-minor-mode-map.
4470
4471 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * message.el (message-tab-body-function): Fixed mismatched custom
4474         type.
4475
4476         * gnus.el (gnus-group-change-level-function): Ditto.
4477
4478         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4479
4480         * gnus-art.el (gnus-signature-limit)
4481         (gnus-article-mime-part-function): Ditto.
4482
4483 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * mml.el (mml-mode): Silence the byte compiler.
4486
4487         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4488         using `(sit-for 0)' before moving the point to the specified part;
4489         skip unbuttonized parts.
4490         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4491         return to the summary window if gnus-auto-select-part is non-nil.
4492
4493 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4494
4495         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4496         variables.
4497         (mml-dnd-attach-file, mml-mode): Use them.
4498
4499         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4500         Make fetching article by MID work again for Google Groups.  Added
4501         FIXME concerning gnus-group-make-web-group.
4502
4503         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4504         Don't depend on Gnus by using mail-extract-address-components if
4505         gnus-extract-address-components is not bound.
4506
4507 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * gnus-art.el (gnus-mime-display-security): Don't display the
4510         signature, but only the signed part.
4511
4512 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4515
4516         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4517         list, not listp.
4518
4519 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4520
4521         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4522         when encoding.
4523
4524         * mm-bodies.el (mm-decode-content-transfer-encoding):
4525         De-canonicalize CRLF for all text content types, not just
4526         text/plain.
4527
4528 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4531         valid article; point arrow and cursor at the MIME button.
4532
4533 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4536         Suggested by Dan Christensen <jdc@uwo.ca>.
4537
4538         * mm-decode.el (mm-save-part): Enable change of prompt.
4539
4540 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4541
4542         * gnus-msg.el (gnus-inews-add-send-actions): Made
4543         `message-post-method' lambda parameter ARG `&optional'.
4544
4545 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4546
4547         * gnus-sum.el (gnus-summary-mime-map): Added
4548         gnus-article-save-part-and-strip, gnus-article-delete-part and
4549         gnus-article-jump-to-part.
4550
4551         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4552         (gnus-article-edit-part): Use it.
4553         (gnus-article-part-wrapper): Added no-handle argument.
4554         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4555         functions.
4556
4557 2005-08-29  Romain Francoise  <romain@orebokech.com>
4558
4559         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4560         docstring.
4561         (gnus-face-from-file): Likewise.
4562
4563 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4564
4565         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4566         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4567         non-nil.
4568         (gnus-auto-select-part): New variable.
4569         (gnus-article-jump-to-part): New function.
4570         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4571         (gnus-mime-delete-part): Allow selecting specified part after
4572         deleting or stripping parts.
4573         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4574         part if argument is bogus.
4575
4576 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4577
4578         * gnus-art.el (w3m-minor-mode-map):
4579         * gnus-spec.el (gnus-newsrc-file-version):
4580         * gnus-util.el (nnmail-active-file-coding-system)
4581         (gnus-original-article-buffer, gnus-user-agent):
4582         * gnus.el (gnus-ham-process-destinations)
4583         (gnus-parameter-ham-marks-alist)
4584         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4585         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4586         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4587         * mm-decode.el (gnus-current-window-configuration):
4588         * mm-extern.el (gnus-article-mime-handles):
4589         * mm-url.el (url-current-object, url-package-name)
4590         (url-package-version):
4591         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4592         (smime-keys, w3m-cid-retrieve-function-alist)
4593         (w3m-current-buffer, w3m-display-inline-images)
4594         (w3m-minor-mode-map):
4595         * mml-smime.el (gnus-extract-address-components):
4596         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4597         (gnus-newsrc-hashtb, message-default-charset)
4598         (message-deletable-headers, message-options)
4599         (message-posting-charset, message-required-mail-headers)
4600         (message-required-news-headers):
4601         * mml1991.el (mc-pgp-always-sign):
4602         * mml2015.el (mc-pgp-always-sign):
4603         * nnheader.el (nnmail-extra-headers):
4604         * rfc1843.el (gnus-decode-encoded-word-function)
4605         (gnus-decode-header-function, gnus-newsgroup-name):
4606         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4607
4608 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4609
4610         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4611         the end of the date treatments.
4612
4613 2005-08-15  Simon Josefsson  <jas@extundo.com>
4614
4615         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4616         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4617         Capello and Romain Francoise.
4618         (pgg-fetch-key-function): Removed, not used?
4619         (pgg-insert-url-with-w3): Require url, to get
4620         url-insert-file-contents regardless of where it is defined.
4621
4622 2005-08-13  Romain Francoise  <romain@orebokech.com>
4623
4624         * message.el (message-cite-original-1): New function.
4625         (message-cite-original): Use it.
4626         (message-cite-original-without-signature): Ditto.
4627
4628 2005-08-08  Romain Francoise  <romain@orebokech.com>
4629
4630         * message.el (message-yank-empty-prefix): New variable.
4631         (message-indent-citation): Use it.
4632         (message-cite-original-without-signature): Respect X-No-Archive.
4633
4634 2005-08-08  Simon Josefsson  <jas@extundo.com>
4635
4636         * pgg.el: Autoload url-insert-file-contents instead of loading
4637         w3/url.
4638         (pgg-insert-url-with-w3): Don't load url here.
4639
4640 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4641
4642         * message.el (message-kill-to-signature): Don't insert newline at
4643         bol.
4644         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4645
4646 2005-08-06  Romain Francoise  <romain@orebokech.com>
4647
4648         * message.el (message-user-fqdn): Fix typo in docstring.
4649
4650 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4651
4652         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4653
4654         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4655
4656 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * mm-bodies.el (mm-encode-body): Use coding system rather than
4659         charset to encode text.
4660
4661         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4662         number of charsets if utf-8 is available (XEmacs).
4663
4664 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4665
4666         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4667         taken from `gnus-button-mid-or-mail-regexp'.
4668         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4669         (gnus-button-alist): Improve regexp for domain part of the MIDs
4670         for news:localpart@domain buttons.
4671         (gnus-button-ctan-directory-regexp): Update.
4672
4673 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * sieve-manage.el (sieve-manage-interactive-login): Use
4676         make-local-variable rather than make-variable-buffer-local.
4677         (sieve-manage-open): Ditto.
4678         (sieve-manage-authenticate): Ditto.
4679
4680         * mml.el (mml-generate-mime-1): Make the content type default to
4681         text/plain if the filename is not specified.
4682
4683 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4686         instead of insert-buffer.
4687
4688         * message.el (message-yank-original): Ditto; set the mark at the
4689         end of the yanked message.
4690
4691 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4694         lines to scroll rather than to stop it.
4695
4696         * mml.el (mml-generate-default-type): Add doc string.
4697         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4698         default to application/octet-stream when determining the content
4699         type if it is not specified for the part or the mml contents; add
4700         a comment about mml-generate-default-type.
4701
4702 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4703
4704         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4705         make it default to application/octet-stream when determining the
4706         content type if it is not specified for the external contents.
4707
4708 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4711         segmented parameter but also other parameters might be there.
4712
4713 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * mm-decode.el (mm-display-external): Delete temp file, directory
4716         and buffer immediately if the external process is exited.
4717
4718 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4721         fewer lines than that of scroll-margin.
4722         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4723
4724 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * gnus-art.el (gnus-article-next-page): Revert.
4727         (gnus-article-beginning-of-window): New macro.
4728         (gnus-article-next-page-1): Use it.
4729         (gnus-article-prev-page): Ditto.
4730         (gnus-article-edit-part): Use insert-buffer-substring instead of
4731         insert-buffer.
4732         (gnus-article-edit-exit): Ditto.
4733
4734         * gnus-util.el (gnus-beginning-of-window): Remove.
4735         (gnus-end-of-window): Remove.
4736
4737         * lpath.el: Don't bind header-line-format and scroll-margin.
4738
4739 2005-07-25  Simon Josefsson  <jas@extundo.com>
4740
4741         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4742         to have the url package without w3.  Reported by Daiki Ueno
4743         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4744
4745 2005-07-20  Didier Verna  <didier@xemacs.org>
4746
4747         * gnus-diary.el: Remove the description comment (nndiary is now
4748         properly documented in the Gnus manual).
4749         Fix the spelling of "Back End".
4750         * nndiary.el: Ditto.
4751         Fix the copyright notice.
4752
4753 2005-07-18  Romain Francoise  <romain@orebokech.com>
4754
4755         * gnus-sum.el (gnus-summary-to-prefix,
4756         gnus-summary-newsgroup-prefix): New variables.
4757         (gnus-summary-from-or-to-or-newsgroups): Use them.
4758
4759 2005-07-17  Romain Francoise  <romain@orebokech.com>
4760
4761         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4762         space as it's generally not especially interesting to the user.
4763
4764 2005-07-16  Romain Francoise  <romain@orebokech.com>
4765
4766         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4767         nil to avoid prompting and file modification if one of the
4768         messages at the top of the nnfolder file contains a copyright
4769         notice.
4770         Update copyright notice.
4771
4772         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4773         instead of `current-time-string' as the latter creates a time
4774         string that is not RFC 2822 compliant (it lacks the zone).
4775         Update copyright notice.
4776
4777 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4778
4779         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4780         for text/rtf.  Display default in prompt.  Pass default for M-n.
4781
4782         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4783
4784 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * gnus-msg.el (gnus-button-mailto): Remove
4787         save-selected-window-window hackery because it relies on
4788         save-selected-window internals.
4789
4790 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4793         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4794         (gnus-article-prev-page): Ditto.
4795
4796         * gnus-util.el (gnus-beginning-of-window): New function.
4797         (gnus-end-of-window): New function.
4798
4799         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4800
4801 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4802
4803         * gnus-score.el (gnus-score-edit-all-score): Set
4804         gnus-score-edit-exit-function to gnus-score-edit-done and call
4805         gnus-message.
4806
4807 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808
4809         * gnus-msg.el (gnus-button-mailto): Remove
4810         save-selected-window-window hackery because it relies on
4811         save-selected-window internals.
4812
4813 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4816         add-minor-mode.
4817         (gnus-binary-mode): Ditto.
4818
4819         * gnus-topic.el (gnus-topic-mode): Ditto.
4820
4821 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4822
4823         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4824         (gnus-article-prev-page): Take scroll-margin into consideration.
4825
4826 2005-07-04  Lute Kamstra  <lute@gnu.org>
4827
4828         Update FSF's address in GPL notices.
4829
4830 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4831
4832         * gnus.el (gnus-exit):
4833         * gnus-group.el (gnus-group-icons):
4834         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4835
4836         * gnus-nocem.el (gnus-nocem):
4837         * message.el (message-various, message-buffers, message-sending)
4838         (message-interface, message-forwarding, message-insertion)
4839         (message-headers, message-news, message-mail):
4840         * pgg-gpg.el (pgg-gpg):
4841         * pgg-parse.el (pgg-parse):
4842         * pgg-pgp.el (pgg-pgp):
4843         * pgg-pgp5.el (pgg-pgp5):
4844         * pop3.el (pop3): Finish `defgroup' description with period.
4845
4846 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-art.el (article-display-face): Improve the efficiency.
4849         (article-display-x-face): Ditto; remove grey x-face stuff.
4850
4851 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-art.el (article-display-face): Correct the position in
4854         which Faces are inserted.
4855
4856 2005-06-29  Didier Verna  <didier@xemacs.org>
4857
4858         * gnus-art.el (article-display-face): Display faces in correct
4859         order.
4860
4861 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4864         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4865         (gnus-nocem-check-article): Fetch the Type header.
4866         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4867         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4868         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4869         make sure gnus-nocem-hashtb is initialized.
4870         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4871         (gnus-nocem-unwanted-article-p): Ditto.
4872
4873         * pgg.el (pgg-verify): Return the verification result.
4874
4875 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4876
4877         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4878         is ascii.
4879
4880 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4881
4882         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4883         `show-nonbreak-escape'.
4884
4885 2005-06-23  Lute Kamstra  <lute@gnu.org>
4886
4887         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4888
4889         * dig.el (dig-mode):
4890         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4891
4892 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4893
4894         * nnimap.el (nnimap-split-download-body): Fix spellings.
4895
4896 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4897
4898         * gnus-art.el (gnus-article-encrypt-body):
4899         * gnus-cus.el (gnus-score-customize):
4900         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4901         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4902
4903 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4904
4905         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4906         header by looking for magic "MII" at the beginnig.
4907
4908 2005-06-16  Miles Bader  <miles@gnu.org>
4909
4910         * gnus-xmas.el (gnus-xmas-group-startup-message):
4911         Use renamed gnus-splash face.
4912
4913         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4914         (assistant-field-face): New backward-compatibility alias for renamed
4915         face.
4916         (assistant-render-text): Use renamed assistant-field face.
4917
4918         * spam.el (spam): Remove "-face" suffix from face name.
4919         (spam-face): New backward-compatibility alias for renamed face.
4920         (spam-face, spam-initialize): Use renamed spam face.
4921
4922         * message.el (message-header-to, message-header-cc)
4923         (message-header-subject, message-header-newsgroups)
4924         (message-header-other, message-header-name)
4925         (message-header-xheader, message-separator, message-cited-text)
4926         (message-mml): Remove "-face" suffix from face names.
4927         (message-header-to-face, message-header-cc-face)
4928         (message-header-subject-face, message-header-newsgroups-face)
4929         (message-header-other-face, message-header-name-face)
4930         (message-header-xheader-face, message-separator-face)
4931         (message-cited-text-face, message-mml-face):
4932         New backward-compatibility aliases for renamed faces.
4933         (message-font-lock-keywords): Use renamed message faces.
4934
4935         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4936         (sieve-test-commands, sieve-tagged-arguments):
4937         Remove "-face" suffix from face names.
4938         (sieve-control-commands-face, sieve-action-commands-face)
4939         (sieve-test-commands-face, sieve-tagged-arguments-face):
4940         New backward-compatibility aliases for renamed faces.
4941         (sieve-control-commands-face, sieve-action-commands-face)
4942         (sieve-test-commands-face, sieve-tagged-arguments-face):
4943         Use renamed sieve faces.
4944
4945         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4946         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4947         (gnus-group-news-3-empty, gnus-group-news-4)
4948         (gnus-group-news-4-empty, gnus-group-news-5)
4949         (gnus-group-news-5-empty, gnus-group-news-6)
4950         (gnus-group-news-6-empty, gnus-group-news-low)
4951         (gnus-group-news-low-empty, gnus-group-mail-1)
4952         (gnus-group-mail-1-empty, gnus-group-mail-2)
4953         (gnus-group-mail-2-empty, gnus-group-mail-3)
4954         (gnus-group-mail-3-empty, gnus-group-mail-low)
4955         (gnus-group-mail-low-empty, gnus-summary-selected)
4956         (gnus-summary-cancelled, gnus-summary-high-ticked)
4957         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4958         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4959         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4960         (gnus-summary-low-undownloaded)
4961         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4962         (gnus-summary-low-unread, gnus-summary-normal-unread)
4963         (gnus-summary-high-read, gnus-summary-low-read)
4964         (gnus-summary-normal-read, gnus-splash):
4965         Remove "-face" suffix from face names.
4966         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4967         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4968         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4969         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4970         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4971         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4972         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4973         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4974         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4975         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4976         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4977         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4978         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4979         (gnus-summary-normal-ticked-face)
4980         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4981         (gnus-summary-normal-ancient-face)
4982         (gnus-summary-high-undownloaded-face)
4983         (gnus-summary-low-undownloaded-face)
4984         (gnus-summary-normal-undownloaded-face)
4985         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4986         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4987         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4988         (gnus-splash-face):
4989         New backward-compatibility aliases for renamed faces.
4990         (gnus-group-startup-message): Use renamed gnus faces.
4991
4992         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4993         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4994         (gnus-server-agent): Remove "-face" suffix from face names.
4995         (gnus-server-agent-face, gnus-server-opened-face)
4996         (gnus-server-closed-face, gnus-server-denied-face)
4997         (gnus-server-offline-face):
4998         New backward-compatibility aliases for renamed faces.
4999         (gnus-server-agent-face, gnus-server-opened-face)
5000         (gnus-server-closed-face, gnus-server-denied-face)
5001         (gnus-server-offline-face): Use renamed gnus faces.
5002
5003         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5004         Remove "-face" suffix from face names.
5005         (gnus-picon-xbm-face, gnus-picon-face):
5006         New backward-compatibility aliases for renamed faces.
5007
5008         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5009         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5010         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5011         (gnus-cite-11): Remove "-face" suffix from face names.
5012         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5013         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5014         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5015         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5016         New backward-compatibility aliases for renamed faces.
5017         (gnus-cite-attribution-face, gnus-cite-face-list)
5018         (gnus-article-boring-faces): Use renamed gnus faces.
5019
5020         * gnus-art.el (gnus-signature, gnus-header-from)
5021         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5022         (gnus-header-content): Remove "-face" suffix from face names.
5023         (gnus-signature-face, gnus-header-from-face)
5024         (gnus-header-subject-face, gnus-header-newsgroups-face)
5025         (gnus-header-name-face, gnus-header-content-face):
5026         New backward-compatibility aliases for renamed faces.
5027         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5028
5029         * gnus-sum.el (gnus-summary-selected-face)
5030         (gnus-summary-highlight): Use renamed gnus faces.
5031         * gnus-group.el (gnus-group-highlight): Likewise.
5032
5033 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5034
5035         * gnus-sieve.el (gnus-sieve-article-add-rule):
5036         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5037         * spam-stat.el (spam-stat-buffer-change-to-spam)
5038         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5039
5040         * message.el (message-is-yours-p):
5041         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5042
5043 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * mm-view.el (mm-inline-text): Withdraw the last change.
5046
5047 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5050         executing enriched-decode.
5051
5052 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5055         charset of tar files.
5056
5057 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5058
5059         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5060
5061 2005-06-04  Lute Kamstra  <lute@gnu.org>
5062
5063         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5064         information is never recorded.
5065
5066 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5067
5068         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5069
5070 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * pop3.el (pop3-apop): Run md5 in the binary mode.
5073
5074         * starttls.el (starttls-set-process-query-on-exit-flag):
5075         Use eval-and-compile.
5076
5077 2005-05-31  Simon Josefsson  <jas@extundo.com>
5078
5079         * smime.el (smime-replace-in-string): Define.
5080         (smime-cert-by-ldap-1): Use it.
5081
5082 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-art.el (article-display-x-face): Replace
5085         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5086
5087         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5088         set-process-query-on-exit-flag or process-kill-without-query.
5089
5090         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5091         loop instead of replace-regexp.
5092
5093         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5094         instead of process-kill-without-query if it is available.
5095
5096         * lpath.el: Fbind ldap-search-entries.
5097
5098         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5099         instead of find-file-hooks if it is available.
5100
5101         * mml1991.el: Bind pgg-default-user-id when compiling.
5102
5103         * mml2015.el: Bind pgg-default-user-id when compiling.
5104
5105         * nndraft.el (nndraft-request-associate-buffer):
5106         Use write-contents-functions instead of write-contents-hooks if it is
5107         available.
5108
5109         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5110         instead of find-file-hooks if it is available.
5111
5112         * nntp.el (nntp-open-connection): Replace
5113         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5114         (nntp-open-ssl-stream): Ditto.
5115         (nntp-open-tls-stream): Ditto.
5116
5117         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5118         set-process-query-on-exit-flag or process-kill-without-query.
5119         (starttls-open-stream-gnutls): Use it instead of
5120         process-kill-without-query.
5121         (starttls-open-stream): Ditto.
5122
5123 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5124
5125         * smime.el (smime-cert-by-ldap-1): Don't use
5126         replace-regexp-in-string.
5127
5128 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5129
5130         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5131
5132         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5133         in PEM format. Adjust to the XEmacs compability.
5134
5135 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5136
5137         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5138         by `string-to-number'.
5139         * gnus-agent.el (gnus-agent-regenerate-group)
5140         (gnus-agent-fetch-articles): Ditto.
5141         * gnus-art.el (gnus-button-fetch-group): Ditto.
5142         * gnus-cache.el (gnus-cache-generate-active)
5143         (gnus-cache-articles-in-group): Ditto.
5144         * gnus-group.el (gnus-group-set-current-level)
5145         (gnus-group-insert-group-line): Ditto.
5146         * gnus-score.el (gnus-score-set-expunge-below)
5147         (gnus-score-set-mark-below, gnus-summary-score-effect)
5148         (gnus-summary-score-entry): Ditto.
5149         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5150         (gnus-soup-pack): Ditto.
5151         * gnus-spec.el (gnus-xmas-format): Ditto.
5152         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5153         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5154         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5155         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5156         * nndb.el (nndb-get-remote-expire-response): Ditto.
5157         * nndiary.el (nndiary-parse-schedule-value)
5158         (nndiary-string-to-number, nndiary-request-replace-article)
5159         (nndiary-request-article): Ditto.
5160         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5161         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5162         * nneething.el (nneething-make-head): Ditto.
5163         * nnfolder.el (nnfolder-request-article)
5164         (nnfolder-retrieve-headers): Ditto.
5165         * nnheader.el (nnheader-file-to-number): Ditto.
5166         * nnkiboze.el (nnkiboze-request-article): Ditto.
5167         * nnmail.el (nnmail-process-unix-mail-format)
5168         (nnmail-process-babyl-mail-format): Ditto.
5169         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5170         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5171         (nnmh-request-create-group, nnmh-request-list-1)
5172         (nnmh-request-group, nnmh-request-article): Ditto.
5173         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5174         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5175         * nnsoup.el (nnsoup-make-active): Ditto.
5176         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5177         * nntp.el (nntp-find-group-and-number)
5178         (nntp-retrieve-headers-with-xover): Ditto.
5179         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5180         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5181         (pgg-format-key-identifier): Ditto.
5182         * pop3.el (pop3-last, pop3-stat): Ditto.
5183         * qp.el (quoted-printable-decode-region): Ditto.
5184
5185         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5186         of concat.
5187
5188 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5191
5192         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5193
5194         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5195
5196         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5197
5198         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5199
5200         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5201
5202         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5203         (gnus-carpal-mode): Ditto.
5204
5205         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5206         (gnus-browse-mode): Ditto.
5207
5208         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5209
5210         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5211
5212 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5213
5214         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5215
5216 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * gnus-util.el (gnus-run-mode-hooks): New function.
5219
5220         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5221
5222         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5223         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5224
5225 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5226
5227         * gnus-agent.el (gnus-agent-make-mode-line-string):
5228         Use mode-line-highlight as mouse-face.
5229
5230 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * canlock.el (canlock): Change the parent group to news.
5233
5234         * deuglify.el (gnus-outlook-deuglify): Add :group.
5235
5236         * dig.el (dig): Add :group.
5237
5238         * dns-mode.el (dns-mode): Add :group.
5239
5240         * encrypt.el (encrypt): Add :group.
5241
5242         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5243         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5244         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5245         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5246         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5247
5248         * gnus-diary.el (gnus-diary): Add :group.
5249
5250         * gnus.el (gnus-group-news-1-face): Add :group.
5251         (gnus-group-news-1-empty-face): Ditto.
5252         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5253         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5254         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5255         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5256         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5257         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5258         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5259         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5260         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5261         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5262         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5263         (gnus-summary-high-ticked-face): Ditto.
5264         (gnus-summary-low-ticked-face): Ditto.
5265         (gnus-summary-normal-ticked-face): Ditto.
5266         (gnus-summary-high-ancient-face): Ditto.
5267         (gnus-summary-low-ancient-face): Ditto.
5268         (gnus-summary-normal-ancient-face): Ditto.
5269         (gnus-summary-high-undownloaded-face): Ditto.
5270         (gnus-summary-low-undownloaded-face): Ditto.
5271         (gnus-summary-normal-undownloaded-face): Ditto.
5272         (gnus-summary-high-unread-face): Ditto.
5273         (gnus-summary-low-unread-face): Ditto.
5274         (gnus-summary-normal-unread-face): Ditto.
5275         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5276         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5277
5278         * hashcash.el (hashcash): New custom group.
5279         (hashcash-default-payment): Add :group.
5280         (hashcash-payment-alist): Ditto.
5281         (hashcash-default-accept-payment): Ditto.
5282         (hashcash-accept-resources): Ditto.
5283         (hashcash-path): Ditto.
5284         (hashcash-extra-generate-parameters): Ditto.
5285         (hashcash-double-spend-database): Ditto.
5286         (hashcash-in-news): Ditto.
5287
5288         * message.el (message-minibuffer-local-map): Add :group.
5289
5290         * netrc.el (netrc): Add :group.
5291
5292         * sieve-manage.el (sieve-manage-log): Add :group.
5293         (sieve-manage-default-user): Diito.
5294         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5295         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5296         (sieve-manage-authenticators): Ditto.
5297         (sieve-manage-authenticator-alist): Ditto.
5298         (sieve-manage-default-port): Ditto.
5299
5300         * sieve-mode.el (sieve-control-commands-face): Add :group.
5301         (sieve-action-commands-face): Ditto.
5302         (sieve-test-commands-face): Ditto.
5303         (sieve-tagged-arguments-face): Ditto.
5304
5305         * smime.el (smime): Add :group.
5306
5307         * spam-report.el (spam-report): Add :group.
5308
5309         * spam.el (spam, spam-face): Add :group.
5310
5311 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312
5313         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5314         return \n.\n.\n at the end of articles.  Protect against that.
5315         (nntp-with-open-group): Allow debugging.
5316
5317         * nnheader.el (mail-header-set-extra): Make into a function
5318         because I just could't understand how to quote the list properly.
5319
5320         * dns.el (query-dns-cached): New function.
5321
5322 2005-05-26  Lute Kamstra  <lute@gnu.org>
5323
5324         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5325
5326 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5329
5330         * gnus-art.el: Don't autoload mail-extract-address-components.
5331
5332         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5333         eval-and-compile to evaluate it.
5334
5335         * hashcash.el: Don't autoload executable-find.
5336
5337         * nndb.el: Don't declare the nndb back end two or more times; don't
5338         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5339
5340         * nntp.el: Autoload format-spec instead of format; use
5341         eval-and-compile to evaluate autoload forms.
5342
5343 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5344
5345         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5346
5347 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348
5349         * gnus.el (gnus-version-number): Bump version.
5350
5351 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5352
5353         * gnus.el: No Gnus v0.3 is released.
5354
5355 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * lpath.el (featurep): Bind show-nonbreak-escape.
5358
5359 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-art.el (gnus-article-edit-part): Disable undo.
5362
5363 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5366         gnus-article-date-lapsed-new-header is t if date timer is active;
5367         skip headers in which the original date value is empty.
5368         (gnus-article-save-original-date): Redefine it as a macro.
5369         (gnus-display-mime): Use it.
5370
5371 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-art.el (article-date-ut): Support converting date in
5374         forwarded parts as well.
5375         (gnus-article-save-original-date): New function.
5376         (gnus-display-mime): Use it.
5377
5378 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5379
5380         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5381         enclosure element of <item>.
5382
5383 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5384
5385         * message.el (message-kill-buffer-query): Renamed from
5386         `message-kill-buffer-query-if-modified'.  Added :version.
5387
5388 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5391         window layout.
5392
5393 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * mml.el: Autoload dnd when compiling.
5396
5397 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5398
5399         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5400         x-dnd-*.
5401
5402 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * qp.el (quoted-printable-encode-region): Save excursion.
5405
5406 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5407
5408         * message.el (message-kill-buffer-query-if-modified): Add new variable
5409         so the user can kill a modified message buffer quickly.
5410         (message-kill-buffer): Use it.
5411
5412 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * lpath.el: Fbind display-time-event-handler; don't fbind
5415         string-to-multibyte.
5416
5417         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5418
5419 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5422         contained in text because xml.el decodes entities) with LFs.
5423
5424 2005-04-11  Lute Kamstra  <lute@gnu.org>
5425
5426         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5427         differently.
5428
5429 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5430
5431         * mm-util.el (mm-detect-coding-region): Typo.
5432
5433 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5436
5437 2005-04-06  D Goel  <deego@gnufans.org>
5438
5439         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5440         user-function allow user modifications of the scores.
5441         (spam-stat-score-buffer-user): New function, to allow
5442         user-computed modifications to the score.
5443         (spam-stat-score-buffer-user-functions): list of additional
5444         scoring functions
5445         (spam-stat-error-holder): global temporary error holder
5446         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5447         variable
5448
5449 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5450
5451         * gnus-registry.el (gnus-registry-clean-empty-function)
5452         (gnus-registry-trim, gnus-registry-fetch-groups)
5453         (gnus-registry-delete-group): Groups that match
5454         `gnus-registry-ignored-groups' are removed from the registry
5455         entries, not just ignored for splitting.  This helps clean up the
5456         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5457         to get all the groups a message ID is in.
5458
5459         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5460         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5461         (spam-stat-score-buffer-user-functions): Add :number custom type.
5462
5463 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5466         argument in XEmacs.
5467
5468         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5469         (nnrss-request-group): Decode group name first.
5470         (nnrss-request-article): Make a text/plain article if mml-to-mime
5471         failed.
5472         (nnrss-get-encoding): Return a compatible encoding according to
5473         nnrss-compatible-encoding-alist.
5474         (nnrss-find-el): Use consp instead of listp.
5475         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5476
5477 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5480         which Emacs 20 doesn't support.
5481         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5482
5483 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5484
5485         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5486         silence the byte compiler inside the defun
5487
5488         * gnus-demon.el (parse-time-string): Add autoload.
5489
5490         * gnus-delay.el (parse-time-string): Add autoload.
5491
5492         * gnus-art.el (parse-time-string): Add autoload.
5493
5494         * nnultimate.el (parse-time): Require for `parse-time-string'.
5495
5496 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5497
5498         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5499
5500         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5501
5502         * smime.el (smime-ldap-host-list): Add :version.
5503
5504 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5505
5506         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5507         pass it to `gnus-browse-read-group'.
5508         (gnus-browse-read-group): Add NUMBER argument and pass it to
5509         `gnus-group-read-ephemeral-group'.
5510
5511         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5512         argument and pass it to `gnus-group-read-group'.
5513
5514 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5515
5516         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5517         mm-xemacs-find-mime-charset-1 if we have the mule feature
5518         available at runtime.
5519
5520 2005-03-25  Werner Lemberg  <wl@gnu.org>
5521
5522         * nnmaildir.el: Replace `illegal' with `invalid'.
5523
5524 2005-03-23  Lute Kamstra  <lute@gnu.org>
5525
5526         * time-date.el: Add comment on time value formats.
5527         Don't require parse-time.
5528         (with-decoded-time-value): New macro.
5529         (encode-time-value): New function.
5530         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5531         (days-to-time): Return a valid time value when arg is huge.
5532         (time-since): Use time-subtract.
5533         (time-to-number-of-days): Use time-to-seconds.
5534
5535 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5536
5537         * gnus-start.el (gnus-display-time-event-handler):
5538         Check display-time-timer at runtime rather than only at load time
5539         in case display-time-mode is turned off in the mean time.
5540
5541 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5542
5543         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5544         used.
5545
5546         * nneething.el (nneething-map-file-directory): Derive from
5547         `gnus-directory'.
5548
5549         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5550         the To/Cc button.
5551
5552 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5553
5554         * nnmaildir.el (nnmaildir-request-accept-article):
5555         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5556
5557 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5558
5559         * gnus-async.el: Require timer-funcs at compile time when in
5560         XEmacs for `run-with-idle-timer'.
5561
5562 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5563
5564         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5565         autoloaded function.
5566
5567 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5568
5569         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5570
5571 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5572
5573         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5574
5575 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5578         gnus-expert-user to default.
5579
5580 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5581
5582         * nnimap.el (nnimap-open-server): Ditto.
5583
5584         * imap.el (imap-authenticate): Fix typo.
5585
5586 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5587
5588         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5589         buffer (since IMAP server might return FETCH response out of
5590         order, and the nntp buffer must be sorted).
5591
5592 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5593
5594         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5595         comparison on string.
5596
5597         * gnus-agent.el (gnus-agent-long-article,
5598         gnus-agent-short-article, gnus-agent-score): Renamed category
5599         keywords to match gnus-cus.
5600         (gnus-agent-summary-fetch-series): Modified to protect against
5601         gnus-agent-summary-fetch-group clearing processable flags.
5602         (gnus-agent-synchronize-group-flags): Update live group buffer as
5603         synchronization may occur due to the user toggle the plugged
5604         status.
5605         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5606         successfully downloaded.
5607         (gnus-agent-expire-group-1): Avoid using markers when the overview
5608         is in ascending order; greatly improves performance.
5609         (gnus-agent-regenerate-group): Use
5610         gnus-agent-synchronize-group-flags to reset read status in both
5611         gnus and server.
5612         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5613
5614 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5615
5616         * message.el: Don't autoload former message-utils variables.
5617         (message-strip-subject-trailing-was): Change doc string.
5618
5619         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5620         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5621         (nnweb-google-search): Add "hl=en" here.
5622         (nnweb-google-parse-1, nnweb-google-create-mapping):
5623         Don't hardcode URL.
5624
5625 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5626
5627         * message.el (message-get-reply-headers, message-followup):
5628         Mention related variables `message-use-followup-to' and
5629         `message-use-mail-followup-to', in the information buffer.
5630
5631         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5632         of broken groups(-beta).google.com.
5633
5634 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5635
5636         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5637         parameter to invoked gnus-request-move-article; remove the
5638         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5639         all at once instead of once per article.
5640         (gnus-summary-remove-process-mark): Accept a list of articles as
5641         well as a single article for processing.
5642
5643         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5644         parameter.
5645
5646         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5647
5648         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5649
5650         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5651         parameter.
5652
5653         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5654         parameter.
5655
5656         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5657         parameter and remove the gnus-sum-hint-move-is-internal variable.
5658
5659         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5660         parameter.
5661
5662         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5663         parameter.
5664
5665         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5666         parameter.
5667
5668         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5669
5670         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5671         parameter.
5672
5673         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5674         parameter.
5675
5676 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5677
5678         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5679         a more conservative way.
5680
5681 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5682
5683         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5684         buffer, so it moves the window's cursor.
5685
5686 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5687
5688         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5689         `mm-dissect-multipart' and receive the from field as an (optional)
5690         argument from `mm-dissect-multipart'.
5691         (mm-dissect-multipart): Receive the from field as an argument and
5692         pass it on when we call `mm-dissect-buffer' on MIME parts.
5693         Fixes verification/decryption of signed/encrypted MIME parts.
5694
5695 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5696
5697         * gnus-sum.el (gnus-summary-move-article): Set
5698         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5699         whatever it calls (right now, only nnimap-request-move article
5700         respects it).
5701
5702         * nnimap.el (nnimap-request-move-article): When
5703         gnus-sum-hint-move-is-internal is set, don't do the extra
5704         nnimap-request-article.
5705
5706 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5707
5708         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5709
5710         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5711         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5712
5713         * gnus-sum.el (gnus-summary-caesar-message):
5714         Apply `gnus-treat-article' after rotation.
5715
5716         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5717         doc string.
5718
5719 2005-02-22  Simon Josefsson  <jas@extundo.com>
5720
5721         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5722         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5723         <arne@arnested.dk>.
5724         (encrypt): Add password-cache and password-cache-expiry as group
5725         members.
5726
5727 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5728
5729         * smime.el (smime-ldap-host-list): Doc fix.
5730         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5731         cache) password.
5732         (smime-sign-region): Use it.
5733         (smime-decrypt-region): Use it.
5734         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5735         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5736         fails.
5737         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5738         certificate from DER to PEM format rather than calling openssl.
5739
5740         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5741
5742         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5743         for signing/encryption.
5744
5745         * mml.el (mml-parse-1): Use them.
5746
5747 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5748
5749         * nnrss.el (nnrss-verbose): Removed.
5750         (nnrss-request-group): Use `nnheader-message' instead.
5751
5752 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5753
5754         * nnrss.el (nnrss-verbose): New variable.
5755         (nnrss-request-group): Make it say nnrss is requesting a group.
5756
5757 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5758
5759         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5760         Handle news URL with given port correctly.
5761
5762 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5765         containing special characters.
5766
5767         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5768
5769         * mml.el (mime-to-mml): Ditto.
5770
5771         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5772         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5773         (rfc2047-decode-region): Quote decoded words containing special
5774         characters when rfc2047-quote-decoded-words-containing-tspecials
5775         is non-nil.
5776
5777 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5778
5779         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5780
5781         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5782
5783 2005-02-15  Simon Josefsson  <jas@extundo.com>
5784
5785         * nnimap.el (nnimap-debug): Doc fix.
5786
5787         * imap.el (imap-debug): Doc fix.
5788
5789 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5792
5793 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5794
5795         * gnus.el (spam-contents): Improve docs for spam-contents
5796         parameter in its variable incarnation.
5797
5798 2005-02-14  Simon Josefsson  <jas@extundo.com>
5799
5800         * smime-ldap.el: Use require instead of load-library for ldap.
5801         (smime-ldap-search): Indent.
5802         (smime-ldap-search-internal): Shorten line.
5803
5804         * smime.el (smime-cert-by-dns): Add doc-string.
5805         (smime-cert-by-ldap-1): Indent.
5806
5807         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5808         mml-smime-get-dns-ldap.
5809         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5810
5811 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5812
5813         * smime.el: Require smime-ldap.
5814         (smime-ldap-host-list): New variable.
5815         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5816
5817         * mml-smime.el (mml-smime-encrypt-query): New function.
5818         (mml-smime-encrypt-query): Use it.
5819
5820         * smime-ldap.el: New file.
5821
5822 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5825
5826 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5827
5828         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5829         argument in doc string.  Make query for type more clear.
5830
5831 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5832
5833         * gnus.el (gnus-group-startup-message): Search for gnus images in
5834         etc/images/gnus.
5835         * mm-util.el (mm-image-load-path): Likewise.
5836         * smiley.el (smiley-data-directory): Search for smilies in
5837         etc/images/smilies.
5838
5839 2005-02-09  Kim F. Storm  <storm@cua.dk>
5840
5841         Change Emacs release version from 21.4 to 22.1 throughout.
5842         Change Emacs development version from 21.3.50 to 22.0.50.
5843
5844 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5847
5848         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5849         non-Mule XEmacs as well.
5850         (mm-decompress-buffer): Signal an error intentionally if it does
5851         not decompress compressed data because auto-compression-mode is
5852         disabled.
5853
5854 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5857         an ID in the registry even if it has no groups.
5858
5859 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5862         merge it into mm-decompress-buffer.
5863         (gnus-mime-copy-part): Use the MIME part charset, the value which
5864         a user specified or gnus-newsgroup-charset for decoding, like
5865         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5866         save-buffer what was used.  Suggested by Kevin Ryde
5867         <user42@zip.com.au>.
5868         (gnus-mime-inline-part): Allow the name parameter as well as the
5869         filename parameter; force decompressing of compressed data; always
5870         display contents being not decoded as unibyte.
5871
5872         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5873         as well as the filename parameter.
5874
5875         * mm-util.el (mm-decompress-buffer): Merge
5876         gnus-mime-jka-compr-maybe-uncompress.
5877         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5878         of compressed data.
5879
5880 2005-02-08  Simon Josefsson  <jas@extundo.com>
5881
5882         * imap.el (imap-log): Doc fix.
5883
5884 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5887         the coding cookies; decompress compressed parts.
5888
5889         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5890         to the value which a user specified manually or the coding cookie.
5891
5892         * mm-util.el (mm-string-to-multibyte): New function.
5893         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5894         (mm-coding-system-to-mime-charset): New function.
5895         (mm-decompress-buffer): New function.
5896         (mm-find-buffer-file-coding-system): New function.
5897
5898         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5899         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5900         parts.
5901
5902 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5903
5904         * mm-view.el (mm-display-inline-fontify): Decode a part according
5905         to the charset parameter.
5906
5907 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5910         prefix arg is neither nil nor a number, as info specifies.
5911
5912 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5915         timestamps.
5916
5917 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5918
5919         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5920         groups error checking and notify user.
5921
5922 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5923
5924         * message.el (message-send-mail-function): Check existence of
5925         sendmail-program first before using default value
5926         `message-send-mail-with-sendmail'.  Otherwise use more generic
5927         `smtpmail-send-it'.
5928
5929 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * nntp.el (nntp-request-update-info): Always return nil.
5932
5933 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5934
5935         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5936
5937 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5938
5939         * message.el (message-beginning-of-line): Change the behavior when
5940         invoked between BOL and : so that it first moves backward.
5941
5942 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5945         article buffer when editing of the article is discarded.
5946         (gnus-article-prepare): Revert.
5947
5948 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gnus-art.el (gnus-article-prepare):
5951         Remove message-strip-forbidden-properties from the local hook.
5952
5953 2005-01-27  Simon Josefsson  <jas@extundo.com>
5954
5955         * password.el (password-cache-add): Only start one timer per key.
5956         Reported by Derek Atkins <warlord@MIT.EDU>.
5957
5958 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5959
5960         * run-at-time.el: Removed.  It is no longer needed as
5961         timer-funcs.el in the xemacs-base package has a working version of
5962         `run-at-time'.
5963
5964         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5965
5966         * password.el: Require timer-funcs instead of run-at-time in
5967         XEmacs.
5968         Remove `password-run-at-time' macro.
5969         (password-cache-add): Use `run-at-time' instead of
5970         `password-run-at-time'.
5971
5972         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5973         Remove `nnheader-cancel-function-timers' alias,
5974         `cancel-function-timers' exists in XEmacs in timer-funcs.
5975
5976         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5977         for `run-with-idle-timer'.
5978
5979         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5980         for `run-at-time'.
5981
5982         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5983         for `with-timeout'.
5984
5985         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5986         the same as for XEmacs 21.4.
5987         No need to ignore `run-with-idle-timer', this function exists in
5988         XEmacs now in timer-funcs.el in the xemacs-base package.
5989         (dgnushack-compile): No need to delete
5990         run-at-time.el from the list of files to compile because it
5991         doesn't exist anymore.
5992
5993 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5996         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5997
5998 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5999
6000         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6001         sensitively.
6002
6003 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6004
6005         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6006
6007 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6010         which will be inserted according to the multibyteness of a buffer
6011         rather than the type of contents.  Suggested by ARISAWA Akihiro
6012         <ari@mbf.ocn.ne.jp>.
6013
6014         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6015         of string which old xml.el may return rather than a string.
6016
6017 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6020
6021 2005-01-16  Simon Josefsson  <jas@extundo.com>
6022
6023         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6024         idn/idna.el isn't available.
6025         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6026         <michael@waxrat.com>.
6027
6028         * hashcash.el: Remove non-FSF copyright header.
6029
6030         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6031         (hashcash-generate-payment): Use it.
6032         (hashcash-generate-payment-async): Use it.
6033
6034 2005-01-15  Simon Josefsson  <jas@extundo.com>
6035
6036         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6037         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6038
6039         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6040         gnus-summary-idna-message.
6041         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6042         (gnus-summary-idna-message): New function.
6043
6044 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6045
6046         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6047         gnus-novice-user.
6048
6049 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * nnrss.el (nnrss-request-delete-group): Delete entries in
6052         nnrss-group-alist as well.
6053         (nnrss-save-server-data): Insert newline.
6054
6055 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * gnus.el (gnus-user-agent): Use list of symbols instead of
6058         symbols.  Display full version number for (S)XEmacs.  Optionally
6059         display (S)XEmacs codename.
6060
6061         * gnus-util.el (gnus-emacs-version): Update for new
6062         `gnus-user-agent'.
6063
6064         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6065         Gnus version.
6066
6067 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6070         which is unreadable in some setups.
6071
6072 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-spec.el (gnus-update-format-specifications): Flush the
6075         group format spec cache if it doesn't support decoded group names.
6076
6077 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6078
6079         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6080         to apply decay on score files matching a regexp.
6081
6082 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6085         compatibility in %g and %c.
6086
6087 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6090         name for only %g and %c.
6091         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6092         of gnus-tmp-group to decoded group name.
6093         (gnus-group-make-rss-group): Exclude `/'s from group names.
6094
6095 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * nnrss.el (nnrss-get-encoding): Fix regexp.
6098
6099 2004-12-27  Simon Josefsson  <jas@extundo.com>
6100
6101         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6102         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6103         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6104
6105 2004-12-17  Kim F. Storm  <storm@cua.dk>
6106
6107         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6108
6109         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6110
6111 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6112
6113         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6114
6115 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * nnrss.el: Require rfc2047 and mml.
6118         (nnrss-file-coding-system): New variable.
6119         (nnrss-format-string): Redefine it as an inline function.
6120         (nnrss-decode-group-name): New function.
6121         (nnrss-string-as-multibyte): Remove.
6122         (nnrss-retrieve-headers): Decode group name; don't use
6123         nnrss-format-string.
6124         (nnrss-request-group): Decode group name.
6125         (nnrss-request-article): Decode group name; allow a Message-ID as
6126         well as an article number; don't use nnrss-format-string; encode a
6127         Message-ID string which may contain non-ASCII characters; use
6128         mml-to-mime to compose a MIME article.
6129         (nnrss-request-expire-articles): Decode group name.
6130         (nnrss-request-delete-group): Decode group name.
6131         (nnrss-fetch): Clarify error message.
6132         (nnrss-read-server-data): Use insert-file-contents instead of load;
6133         bind file-name-coding-system; use multibyte buffer.
6134         (nnrss-save-server-data): Bind coding-system-for-write to the
6135         value of nnrss-file-coding-system; bind file-name-coding-system;
6136         add coding cookie.
6137         (nnrss-read-group-data): Use insert-file-contents instead of load;
6138         bind file-name-coding-system; use multibyte buffer.
6139         (nnrss-save-group-data): Bind coding-system-for-write to the
6140         value of nnrss-file-coding-system; bind file-name-coding-system.
6141         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6142         make it work with non-ASCII text.
6143         (nnrss-find-el): Make it work with old xml.el as well.
6144
6145 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6146
6147         * nnrss.el (nnrss-get-encoding): New function.
6148         (nnrss-fetch): Use unibyte buffer initially; bind
6149         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6150         decode contents according to the encoding attribute.
6151         (nnrss-save-group-data): Add coding cookie.
6152         (nnrss-mime-encode-string): New function.
6153         (nnrss-check-group): Use it to encode subject and author.
6154
6155 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6156
6157         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6158         imaginary variable.
6159
6160 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6163         correctly even if there are wide characters.
6164
6165 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6166
6167         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6168         downcased symbol names; make a new cache instead of reusing
6169         bbdb-hashtable.
6170
6171 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6174         concatenating segments rather than before concatenating them.
6175         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6176
6177         * message.el (message-get-reply-headers): Bind `extra'.
6178
6179 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * message.el (message-extra-wide-headers): New variable.
6182         (message-get-reply-headers): Use it.
6183
6184 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6187         (gnus-agent-group-pathname): Ditto.
6188
6189         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6190
6191         * gnus-group.el (gnus-group-make-group): Decode group name.
6192         (gnus-group-make-rss-group): Register the group data after opening
6193         the nnrss group.
6194
6195 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6196
6197         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6198         by expiry now get marked as read.
6199
6200 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6203
6204 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6205
6206         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6207         unify Latin characters in XEmacs.
6208         (mm-find-mime-charset-region): Use it.
6209
6210 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-util.el (gnus-delete-directory): New function.
6213
6214         * gnus-agent.el (gnus-agent-delete-group): Use it.
6215
6216         * gnus-cache.el (gnus-cache-delete-group): Use it.
6217
6218 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6221         names.
6222
6223 2004-12-16  Simon Josefsson  <jas@extundo.com>
6224
6225         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6226
6227 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6230
6231         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6232         (gnus-group-set-current-level): Decode group name.
6233
6234 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6235
6236         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6237         failed.
6238
6239 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-group.el (gnus-group-delete-group): Decode group name.
6242         (gnus-group-make-rss-group): Encode group name.
6243         (gnus-group-catchup-current): Decode group name.
6244         (gnus-group-kill-group): Decode group name.
6245
6246 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6247
6248         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6249
6250 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-group.el (gnus-group-make-rss-group):
6253         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6254
6255         * gnus-start.el (gnus-setup-news): Honor user's setting to
6256         gnus-message-archive-method.  Suggested by Lute Kamstra
6257         <lute@gnu.org>.
6258
6259 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6260
6261         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6262         global counterparts of the buffer-local variables.
6263
6264 2004-11-16  Romain Francoise  <romain@orebokech.com>
6265
6266         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6267         counterparts of the buffer-local variables.
6268
6269 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6270
6271         * message.el (message-forbidden-properties): Fixed typo in doc
6272         string.
6273
6274 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6275
6276         * gnus-util.el (gnus-replace-in-string): Added doc string.
6277
6278         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6279         to avoid problems when splitting mails with many recipients.
6280
6281 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6282
6283         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6284         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6285
6286 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6287
6288         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6289         if there is no hashtable in memory or file modification time is
6290         newer than cached timestamp.
6291
6292 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6293
6294         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6295         not-matching option.
6296
6297 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6300         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6301         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6302         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6303         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6304         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6305
6306 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * message.el (message-forward-make-body-mml): Remove headers
6309         according to message-forward-ignored-headers if a message is decoded.
6310
6311 2004-12-02  Romain Francoise  <romain@orebokech.com>
6312
6313         * message.el (message-forward-make-body-plain): Always remove
6314         headers according to message-forward-ignored-headers.
6315
6316 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         * spam.el (spam-summary-prepare-exit): Remove the
6319         gnus-summary-limit pop for now, it has problems with ham marks for
6320         me.
6321
6322 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6323
6324         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6325         correctly.
6326
6327 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6328
6329         * format-spec.el (format-spec): Message the char.
6330
6331 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6332
6333         * gnus-art.el (gnus-split-methods): Reformat comments.
6334
6335         * spam.el (spam-summary-prepare-exit): Remove article limits
6336         before exiting the summary buffer.
6337
6338 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6341         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6342
6343         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6344         order to silence the byte compiler.
6345
6346         * spam.el: Fix the way to silence the byte compiler, which
6347         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6348         bbdb-search-simple, spam-BBDB-register-routine,
6349         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6350         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6351         spam-stat-buffer-is-spam, spam-stat-load,
6352         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6353         spam-stat-save and spam-stat-split-fancy.
6354
6355 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6358         which may confuse users.
6359         (canlock-password-for-verify): Ditto.
6360
6361         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6362
6363         * gnus-art.el (gnus-emphasis-alist): Ditto.
6364
6365         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6366
6367         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6368
6369         * gnus-start.el (gnus-save-killed-list): Ditto.
6370
6371         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6372         (gnus-sum-thread-tree-root): Ditto.
6373         (gnus-sum-thread-tree-false-root): Ditto.
6374         (gnus-sum-thread-tree-single-indent): Ditto.
6375
6376         * message.el (message-courtesy-message): Ditto.
6377         (message-archive-note): Ditto.
6378         (message-subscribed-address-file): Ditto.
6379         (message-user-fqdn): Ditto.
6380
6381         * spam-report.el (spam-report-gmane-regex): Ditto.
6382
6383         * spam.el (spam-blackhole-good-server-regex): Ditto.
6384
6385 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * mml.el (mml-preview): Widen the message buffer before copying
6388         the contents to the preview buffer; sort headers before previewing.
6389
6390         * message.el (message-hidden-headers): Fix the way to avoid a bug
6391         in the `repeat' widget in Emacs 21.3 or earlier.
6392
6393 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * message.el (message-hidden-headers): Default to "^References:".
6396         Improve customization type.  Suggested by Reiner Steib
6397         <Reiner.Steib@gmx.de>.
6398
6399 2004-11-25  Romain Francoise  <romain@orebokech.com>
6400
6401         * message.el (message-strip-forbidden-properties): Remove check for
6402         obsolete `message-hidden' text property, hidden headers are not
6403         accessible in the buffer anymore.
6404
6405 2004-11-22  Romain Francoise  <romain@orebokech.com>
6406
6407         * message.el (message-header-format-alist): Add `From' in list
6408         so that it can be sorted.
6409         (message-fix-before-sending): Widen and sort headers before
6410         sending.
6411         (message-hide-headers): Use narrowing to hide headers by moving
6412         them to the top of the buffer and narrowing to the region
6413         underneath.
6414
6415 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * message.el (message-strip-forbidden-properties): Bind
6418         buffer-read-only (etc) to nil.
6419
6420 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6423         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6424
6425 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6426
6427         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6428
6429 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6430
6431         * dns.el (query-dns): Use sit-for to time instead of
6432         accept-process-output, since that doesn't seem to work on udp
6433         sockets.
6434
6435 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6438
6439 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6440
6441         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6442         doc string.  Improve doc string.
6443
6444 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * nntp.el (nntp-request-update-info): Return nil if
6447         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6448         may not call gnus-activate-group which uselessly issues the GROUP
6449         commands for all nntp groups and wastes time.  Reported by Romain
6450         Francoise <romain@orebokech.com>.
6451
6452         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6453
6454 2004-11-15  Simon Josefsson  <jas@extundo.com>
6455
6456         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6457         headers separately.
6458         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6459         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6460
6461 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus-start.el (gnus-convert-old-newsrc):
6464         Assign legacy-gnus-agent to 5.10.7.
6465
6466 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6469         start of the lines.
6470
6471 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6472
6473         * hashcash.el (hashcash-default-payment): Change default to 20
6474         (hashcash-default-accept-payment): Change default to 20
6475         (hashcash-process-alist): New variable
6476         (hashcash-generate-payment-async): Add
6477         (hashcash-already-paid-p): Add
6478         (hashcash-insert-payment): Don't generate payments twice
6479         (hashcash-insert-payment-async): Add
6480         (hashcash-insert-payment-async-2): Add
6481         (hashcash-cancel-async): Add
6482         (hashcash-wait-async): Add
6483         (hashcash-processes-running-p): Add
6484         (hashcash-wait-or-cancel): Add
6485         (mail-add-payment): New optional argument.  Conditionally start
6486         asynchronous calculation.
6487         (mail-add-payment-async): Add
6488
6489         * message.el (message-send-mail): Wait for asynchronous hashcash
6490         results.  Don't clobber existing X-Hashcash headers.
6491         (message-setup-1): Call mail-add-payment-async when
6492         message-generate-hashcash is non-nil.
6493
6494 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6495
6496         * message.el (message-use-alternative-email-as-from): Examine the
6497         From header as well; use message-make-from in order to include a
6498         user's full name.
6499
6500 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6503         default; improve customization type.
6504         (gnus-emphasis-custom-with-format): New macro.
6505         (gnus-emphasis-custom-value-to-external): New function.
6506         (gnus-emphasis-custom-value-to-internal): New function.
6507
6508 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * dns.el (query-dns): Resolve reverse addresses.
6511
6512 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * gnus-group.el (gnus-group-get-new-news): Use it.
6515
6516         * gnus-start.el (gnus-check-reasonable-setup): New function.
6517
6518 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6521         "Args out of range" error.  Reported by Arnaud Giersch
6522         <arnaud.giersch@free.fr>.
6523
6524 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6525
6526         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6527
6528 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6529
6530         * spam.el (spam group): Add :version.
6531
6532         * pgg-def.el (pgg group): Add :version.
6533
6534 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-art.el (gnus-article-edit-article): Don't associate the
6537         article buffer with a draft file.  This is a temporary measure
6538         against the 2004-08-22 change to gnus-article-edit-mode.
6539
6540 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6543         (html2text-format-tags): Remove unused variable `attr'.
6544
6545 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6548
6549         * tls.el (tls-process-connection-type, tls-success)
6550         (tls-certtool-program): Add :version.
6551
6552         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6553         (starttls-extra-arguments, starttls-process-connection-type)
6554         (starttls-connect, starttls-failure, starttls-success):
6555
6556         * spam-stat.el (spam-stat): Add :version.
6557
6558         * sieve.el (sieve): Add :version.
6559
6560         * sha1.el (sha1): Add :version.
6561         (sha1-use-external): Remove redundant version.
6562
6563         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6564         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6565         (nnmail-split-fancy-match-partial-words)
6566         (nnmail-split-lowercase-expanded):
6567
6568         * nndiary.el (nndiary): Add :version.
6569
6570         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6571
6572         * mml-sec.el (mml-default-sign-method)
6573         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6574         Add :version.
6575
6576         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6577
6578         * mm-url.el (mm-url-use-external, mm-url-program)
6579         (mm-url-arguments): Add :version.
6580
6581         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6582         (mm-attachment-file-modes, mm-decrypt-option)
6583         (mm-w3m-safe-url-regexp): Add :version.
6584
6585         * message.el (message-cite-prefix-regexp)
6586         (message-sendmail-envelope-from, message-minibuffer-local-map)
6587         (message-user-fqdn, message-completion-alist): Add :version.
6588
6589         * gnus-win.el (gnus-configure-windows-hook)
6590         (gnus-use-frames-on-any-display): Add :version.
6591
6592         * gnus-art.el (gnus-article-address-banner-alist)
6593         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6594         (gnus-treat-from-picon, gnus-treat-mail-picon)
6595         (gnus-treat-x-pgp-sig): Add :version.
6596
6597         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6598         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6599         (gnus-summary-article-delete-hook)
6600         (gnus-summary-display-while-building): Add :version.
6601
6602         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6603         (gnus-get-top-new-news-hook):Add :version.
6604
6605         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6606         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6607
6608         * gnus-registry.el (gnus-registry): Add :version.
6609
6610         * gnus-spec.el (gnus-use-correct-string-widths)
6611         (gnus-make-format-preserve-properties): Add :version.
6612
6613         * gnus.el (gnus-group-charter-alist)
6614         (gnus-group-fetch-control-use-browse-url)
6615         (gnus-install-group-spam-parameters): Add :version.
6616
6617         * gnus-diary.el (gnus-diary): Add :version.
6618
6619         * gnus-delay.el (gnus-delay): Add :version.
6620
6621         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6622         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6623         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6624         Add :version.
6625
6626         * gnus-agent.el (gnus-agent-max-fetch-size)
6627         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6628         (gnus-agent-prompt-send-queue): Add :version.
6629
6630         * deuglify.el (gnus-outlook-deuglify): Add :version.
6631
6632         * html2text.el: Beautify code.  Improve doc strings.  Some
6633         checkdoc cleanup.
6634         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6635
6636 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6637
6638         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6639
6640 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6641
6642         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6643         when package is loaded.
6644
6645         * spam.el (spam-summary-score-preferred-header): Add global preference
6646         for people who want to override the default SpamAssassin over
6647         Bogofilter preference (when both are set).
6648         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6649         (spam-user-format-function-S): Check
6650         spam-summary-score-preferred-header.
6651         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6652         (spam-user-format-function-S): Format the score correctly.
6653
6654 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6657         signature file.  Suggested by Manoj Srivastava
6658         <srivasta@golden-gryphon.com>.
6659
6660         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6661         iso-2022-jp even in the Japanese language environment.
6662         Suggested by Jason Rumney <jasonr@gnu.org>.
6663
6664 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6667         use the same characters as the dummy marks; make it free from
6668         getting affected by the language environment.
6669         (gnus-summary-read-group-1): Update mark positions only when the
6670         format spec is updated.
6671
6672         * gnus-spec.el (gnus-update-format-specifications): Return a list
6673         of updated types.
6674
6675 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6678         of boundp to check if display-warning is available.
6679
6680 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6681
6682         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6683
6684 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * nnspool.el (nnspool-spool-directory): Use news-path if the
6687         news-directory variable is not bound.
6688
6689         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6690         function instead of display-warning if it is not available.
6691
6692 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6695         v5-10: Use `point-at-bol'.
6696
6697 2004-10-26  Simon Josefsson  <jas@extundo.com>
6698
6699         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6700         <chenggao@gmail.com>.
6701
6702 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6703
6704         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6705         instead.
6706
6707 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6708
6709         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6710         to remove a server from the nnimap-server-buffer-alist.
6711         (nnimap-open-connection, nnimap-close-server): Use it.
6712
6713         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6714
6715 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6718         running the major-mode function.
6719
6720 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6723         dummy marks in the right way.
6724
6725 2004-10-18  David Edmondson  <dme@dme.org>
6726
6727         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6728         excessively.
6729
6730 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * gnus-util.el (gnus-split-references): Accept a nil references
6733         string and go on blissfully.
6734
6735         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6736         cases where the references string is non-nil but has no references.
6737
6738         * encrypt.el: Add autoload tags.
6739
6740         * spam.el (spam-resolve-registrations-routine): Remove article
6741         from unregistration list too.  Reported by David Hanak
6742         <dhanak@isis.vanderbilt.edu>
6743
6744 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6747         nil.  Changed custom type.
6748
6749 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6752
6753         * gnus-sum.el (gnus-summary-move-article): Use it.
6754
6755 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6756
6757         * encrypt.el: Add autoload cookies.
6758
6759         * spam.el (spam-backend-article-list-property)
6760         (spam-backend-get-article-todo-list)
6761         (spam-backend-put-article-todo-list, )
6762         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6763         Resolve registrations separately.
6764         (spam-register-routine): Format comments.
6765         (spam-unregister-routine, spam-register-routine): Always call with
6766         specific-articles, no default list.
6767         (spam-summary-prepare-exit): Use the spam-classifications function.
6768
6769         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6770         gnus-encrypt.el.
6771
6772         * encrypt.el: copied from gnus-encrypt.el
6773
6774         * gnus-encrypt.el: commented that it's obsolete
6775
6776 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6777
6778         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6779         (gnus-score-save): Use it.
6780
6781         * message.el (message-bury): Use `window-dedicated-p'.
6782
6783 2004-10-15  Simon Josefsson  <jas@extundo.com>
6784
6785         * pop3.el (top-level): Don't require nnheader.
6786         (pop3-read-timeout): Add.
6787         (pop3-accept-process-output): Add.
6788         (pop3-read-response, pop3-retr): Use it.
6789
6790 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6791
6792         * spam.el (spam-register-routine): Move comment.
6793         (spam-verify-bogofilter): Use 'unknown for the initial
6794         spam-bogofilter-valid state, not 'never.
6795
6796         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6797         for netrc-machine.
6798
6799         * nnimap.el (nnimap-open-connection): Use
6800         netrc-machine-user-or-password.
6801
6802 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6803
6804         * gnus-registry.el (gnus-registry-unload-hook):
6805         Set as a variable with add-hook.
6806
6807         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6808         of news-path.
6809
6810         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6811
6812         * spam.el: Delete duplicate `provide'.
6813         (spam-unload-hook): Set as a variable with add-hook.
6814
6815 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6818         in the doc string.
6819
6820         * message.el (message-ignored-news-headers)
6821         (message-ignored-supersedes-headers)
6822         (message-ignored-resent-headers)
6823         (message-forward-ignored-headers): Improve custom type.
6824
6825 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * message.el (message-tokenize-header): Fix 2004-09-06 change
6828         which used point-min in the wrong place.
6829
6830 2004-10-12  Simon Josefsson  <jas@extundo.com>
6831
6832         * tls.el (tls-certtool-program): New variable.
6833         (tls-certificate-information): New function, based on
6834         ssl-certificate-information.
6835
6836 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * compface.el: Move the version of ELisp-based uncompface program
6839         to the contrib directory because of the copyright problem.
6840
6841 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * message.el (message-kill-buffer): Raise the current frame.
6844
6845 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6848
6849         * gnus.el (message-y-or-n-p): Autoload.
6850
6851         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6852         (pop3-password-required, pop3-authentication-scheme)
6853         (pop3-leave-mail-on-server): Made customizable.
6854         (pop3): New custom group.
6855         (pop3-retr): Remove `sleep-for' statements.
6856         Suggested by Dave Love <fx@gnu.org>.
6857
6858         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6859         Windows/DOS.
6860
6861         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6862         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6863         Dave Love <fx@gnu.org>.
6864
6865         * mml.el (mml-minibuffer-read-disposition): Require match.
6866         Suggested by Dave Love <fx@gnu.org>.
6867
6868 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6871         doc string.
6872
6873 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6876
6877 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6878
6879         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6880         instead of calling `mm-insert-inline', to decode text/* parts
6881         before displaying them.
6882
6883 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * mm-uu.el (mm-uu-text-plain-type): New variable.
6886         (mm-uu-pgp-signed-extract-1): Use it.
6887         (mm-uu-pgp-encrypted-extract-1): Use it.
6888         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6889         bind mm-uu-text-plain-type with that value.
6890         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6891         mm-uu-dissect.
6892
6893 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-group.el (gnus-update-group-mark-positions):
6896         * gnus-sum.el (gnus-update-summary-mark-positions):
6897         * message.el (message-check-news-body-syntax):
6898         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6899         of string-as-multibyte.
6900
6901 2004-10-05  Juri Linkov  <juri@jurta.org>
6902
6903         * gnus-group.el (gnus-update-group-mark-positions):
6904         * gnus-sum.el (gnus-update-summary-mark-positions):
6905         * message.el (message-check-news-body-syntax):
6906         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6907         8-bit unibyte values to a multibyte string for search functions.
6908
6909 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6912         (mm-uu-dissect-text-parts): New function.
6913
6914         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6915         dissect text parts.
6916
6917         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6918         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6919
6920         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6921
6922         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6923         gnus-current-topics instead of gnus-current-topic.
6924
6925 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6926
6927         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6928
6929 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6930
6931         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6932         where approriate.
6933
6934         * nnml.el (nnml-generate-active-info): do.
6935
6936         * nndiary.el (nndiary-generate-active-info): do.
6937
6938         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6939         (gnus-topic-move): do.
6940
6941         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6942         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6943
6944         * gnus-srvr.el (gnus-server-prepare)
6945         (gnus-server-open-all-servers): do.
6946
6947         * gnus-msg.el (gnus-summary-cancel-article)
6948         (gnus-summary-resend-message)
6949         (gnus-summary-mail-crosspost-complaint): do.
6950
6951         * gnus-move.el (gnus-change-server): do.
6952
6953         * gnus-group.el (gnus-group-unmark-all-groups)
6954         (gnus-group-set-current-level): do.
6955
6956 2004-10-04  Simon Josefsson  <jas@extundo.com>
6957
6958         * message.el (message-generate-hashcash): Doc fix.
6959
6960 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6961
6962         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6963         avoid infinite recursion via gnus-get-function.
6964
6965 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6966
6967         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6968
6969         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6970
6971         * nnmail.el (nnmail-split-history): do.
6972
6973         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6974         (nnml-request-delete-group): do.
6975
6976         * nnslashdot.el (nnslashdot-read-groups): do.
6977
6978         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6979         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6980
6981         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6982         (nnspool-sift-nov-with-sed): Use last
6983         (nnspool-retrieve-headers-with-nov): Use mapc.
6984         (nnspool-request-newgroups): Use dolist.
6985         (nnspool-request-group): Use last.
6986
6987         * nntp.el (nntp-read-server-type): Use dolist.
6988
6989         * nnvirtual.el (nnvirtual-create-mapping)
6990         (nnvirtual-update-read-and-marked): Use dolist.
6991         (nnvirtual-convert-headers): Simplify.
6992
6993 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6994
6995         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6996         support for sync'ing tick marks.
6997
6998 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7001         there's no visible header.
7002
7003 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7004
7005         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7006         necessary, pass full group name to gnus-request-set-marks.
7007
7008 2004-10-01  Simon Josefsson  <jas@extundo.com>
7009
7010         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7011         acroread.
7012
7013 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * spam-report.el (spam-report-gmane): Fix interactive.
7016
7017         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7018
7019         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7020         when writing file.
7021         (gnus-agent-synchronize-flags): Don't default to being
7022         interactive.
7023
7024 2004-09-30  Simon Josefsson  <jas@extundo.com>
7025
7026         * message.el (message-generate-hashcash): Add.
7027         (message-send-mail): Use it, call mail-add-payment.
7028
7029 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7030
7031         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7032
7033 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7034
7035         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7036         gnus-requst-update-info with explicit code to sync the in-memory
7037         info read flags with the marks being sync'd to the backend.
7038
7039         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7040
7041 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7042
7043         * spam.el (spam-verify-bogofilter): Add new function.
7044         (spam-check-bogofilter)
7045         (spam-bogofilter-register-with-bogofilter): Use it.
7046         (spam-verify-bogofilter): Add small fixes.
7047
7048 2004-09-28  Simon Josefsson  <jas@extundo.com>
7049
7050         * hashcash.el (hashcash-generate-payment): Revert.
7051
7052 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7053
7054         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7055         gnus-extract-references instead of gnus-split-references.
7056
7057         * gnus-util.el (gnus-extract-references): Add new function, analogous
7058         to gnus-split-references but extracts only the message-ID without
7059         anything extra.
7060
7061         * hashcash.el (hashcash-generate-payment)
7062         (hashcash-check-payment): Do the right thing if hashcash-path is
7063         nil (because the hashcash program could not be found).
7064
7065         * spam.el (spam-use-hashcash): Remove comment.
7066
7067 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7068
7069         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7070         (gnus-cache-enter-article, gnus-cache-remove-article)
7071         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7072
7073         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7074
7075         * gnus-art.el (article-hide-boring-headers)
7076         (article-translate-strings, article-display-face)
7077         (gnus-article-mime-match-handle-first)
7078         (gnus-article-highlight-headers)
7079         (gnus-article-add-buttons-to-head): do.
7080
7081 2004-09-27  Simon Josefsson  <jas@extundo.com>
7082
7083         * hashcash.el: New version, from
7084         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7085         ../contrib/.
7086
7087 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7090
7091 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7092
7093         * gnus-dup.el (gnus-dup-open): Use mapc.
7094         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7095
7096         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7097         Reported by Stefan Wiens <s.wi@gmx.net>.
7098
7099         * gnus.el (gnus-shutdown): Use dolist.
7100
7101         * gnus-undo.el (gnus-undo): Use mapc.
7102
7103         * nnrss.el (nnrss-generate-active): do.
7104
7105         * message.el (message-cite-original-without-signature)
7106         (message-cite-original): Use mapc.
7107         (message-do-actions, message-make-forward-subject): Use dolist.
7108
7109 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7110
7111         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7112         deletion to remove entire duplicate line.  Fixes merged article
7113         number bug.
7114
7115 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7116
7117         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7118         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7119         first ask if you want to open a server and then, even when you
7120         responded with no, asking if you want to synchronize the server's
7121         flags.
7122         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7123         multi-line expressions.
7124         (gnus-agent-synchronize-group-flags): New internal function.
7125         Updates marks in memory (in the info structure) AND in the
7126         backend.
7127
7128         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7129
7130         * nnagent.el (nnagent-request-set-mark): Use
7131         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7132         method, to ensure that synchronization updates marks in the
7133         backend and in the info (in memory) structure.
7134
7135 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7138         convention fully; don't miss the root article of a thread; make
7139         the X-Draft-From header with correct article numbers.
7140
7141 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7142
7143         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7144         unless plugged.  Disable the agent so that an open failure causes
7145         an error.
7146
7147         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7148         Reverted 2004-09-21 change.  The backend must be opened while
7149         synchronizing flags even when the backend stores the flags
7150         locally.
7151
7152 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7155         in `header' match.  Reported by Svend Tollak Munkejord.
7156
7157         * message.el (message-cite-original): Fix use of
7158         `message-cite-articles-with-x-no-archive'.
7159
7160 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7163         (gnus-window-to-buffer): Ditto.
7164
7165         * mml.el (mml-preview-buffer): New variable.
7166         (mml-preview): Manage window layout with gnus-buffer-configuration.
7167
7168         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7169         X-Draft-From header even if those articles aren't quoted.
7170
7171 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7172
7173         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7174         (gnus-request-set-mark, gnus-request-update-mark): Use new
7175         g-s-t-u-l-m to decide to use backend even when unplugged.
7176
7177 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7180         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7181
7182 2004-09-20  Simon Josefsson  <jas@extundo.com>
7183
7184         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7185         "utf-16-le".
7186
7187 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7188
7189         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7190
7191 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7192
7193         * uudecode.el (uudecode-use-external): Add :version.
7194
7195         * smime.el (smime-CA-file, smime-encrypt-cipher)
7196         (smime-dns-server): Add :version.
7197
7198         * smiley.el (gnus-smiley-file-types): Add :version.
7199
7200         * sha1.el (sha1-use-external): Add :version.
7201
7202         * pgg-def.el (pgg-query-keyserver): Add :version.
7203
7204         * nnmail.el (nnmail-fancy-expiry-targets)
7205         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7206
7207         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7208         (nnimap-retrieve-groups-asynchronous): Add :version.
7209         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7210
7211         * mml.el (mml-content-disposition-parameters)
7212         (mml-insert-mime-headers-always): Add :version.
7213
7214         * mm-util.el (mm-coding-system-priorities):
7215
7216         * mm-decode.el (mm-inline-text-html-with-images)
7217         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7218         (mm-verify-option): Add :version.
7219         (mm-text-html-renderer): Change :version.
7220
7221         * message.el (message-fcc-externalize-attachments)
7222         (message-required-headers, message-draft-headers)
7223         (message-subject-trailing-was-query)
7224         (message-subject-trailing-was-ask-regexp)
7225         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7226         (message-mark-insert-end, message-archive-header)
7227         (message-archive-note, message-cross-post-default)
7228         (message-cross-post-note, message-followup-to-note)
7229         (message-cross-post-note-function, message-use-mail-followup-to)
7230         (message-subscribed-address-functions)
7231         (message-subscribed-address-file, message-subscribed-addresses)
7232         (message-subscribed-regexps, message-allow-no-recipients)
7233         (message-yank-cited-prefix, message-signature-insert-empty-line)
7234         (message-hidden-headers, message-hierarchical-addresses)
7235         (message-mail-user-agent, message-use-idna)
7236         (message-valid-fqdn-regexp)
7237         (message-strip-special-text-properties, message-header-synonyms)
7238         (message-beginning-of-line, message-tab-body-function): Add :version.
7239         (message-insert-canlock, message-wide-reply-confirm-recipients):
7240         Change :version.
7241
7242         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7243         and :version.
7244         (mail-source-delete-old-incoming-confirm)
7245         (mail-source-movemail-program): Add :version.
7246
7247         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7248         (gnus-agent-cache, gnus-agent): Change :version.
7249
7250         * gnus-util.el (gnus-use-byte-compile): Change :version.
7251
7252         * gnus-sum.el (gnus-summary-make-false-root-always)
7253         (gnus-summary-default-high-score)
7254         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7255         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7256         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7257         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7258         (gnus-sum-thread-tree-single-indent)
7259         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7260         (gnus-sum-thread-tree-leaf-with-other)
7261         (gnus-sum-thread-tree-single-leaf): Add :version.
7262         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7263         (gnus-article-loose-mime): Change :version.
7264
7265         * gnus-start.el (gnus-backup-startup-file)
7266         (gnus-save-startup-file-via-temp-buffer): Add :version.
7267
7268         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7269         (gnus-server-offline-face): Add :version.
7270
7271         * gnus-score.el (gnus-adaptive-word-length-limit):
7272
7273         * gnus-msg.el (gnus-gcc-externalize-attachments)
7274         (gnus-debug-files, gnus-debug-exclude-variables)
7275         (gnus-discouraged-post-methods): Change :version.
7276         (gnus-confirm-mail-reply-to-news)
7277         (gnus-confirm-treat-mail-like-news): Add :version.
7278
7279         * gnus-int.el (gnus-server-unopen-status): Add :version.
7280
7281         * gnus-group.el (gnus-group-jump-to-group-prompt)
7282         (gnus-large-ephemeral-newsgroup)
7283         (gnus-fetch-old-ephemeral-headers): Add :version.
7284
7285         * gnus-fun.el (gnus-x-face-directory)
7286         (gnus-convert-pbm-to-x-face-command)
7287         (gnus-convert-image-to-x-face-command)
7288         (gnus-convert-image-to-face-command): Add :version.
7289
7290         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7291
7292         * gnus-cite.el (gnus-cite-blank-line-after-header)
7293         (gnus-article-boring-faces):
7294
7295         * gnus-art.el (gnus-buttonized-mime-types)
7296         (gnus-inhibit-mime-unbuttonizing)
7297         (gnus-treat-display-face)
7298         (gnus-treat-body-boundary): Change :version.
7299         (gnus-body-boundary-delimiter, gnus-picon-databases)
7300         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7301         (gnus-treat-date-english, gnus-treat-fold-headers)
7302         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7303         (gnus-treat-mail-picon, gnus-treat-wash-html)
7304         (gnus-article-encrypt-protocol)
7305         (gnus-use-idna, gnus-article-over-scroll)
7306         (gnus-mime-display-multipart-alternative-as-mixed)
7307         (gnus-mime-display-multipart-related-as-mixed)
7308         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7309         (gnus-ctan-url, gnus-button-ctan-handler)
7310         (gnus-button-handle-ctan-bogus-regexp)
7311         (gnus-button-ctan-directory-regexp)
7312         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7313         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7314         (gnus-button-man-level, gnus-button-emacs-level)
7315         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7316
7317         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7318         (gnus-agent-go-online): Change :version.
7319         (gnus-agent-expire-unagentized-dirs)
7320         (gnus-agent-auto-agentize-methods): Add :version.
7321
7322         * flow-fill.el (fill-flowed-display-column)
7323         (fill-flowed-encode-column): Add :version.
7324
7325         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7326         (gnus-outlook-deuglify-unwrap-max)
7327         (gnus-outlook-deuglify-cite-marks)
7328         (gnus-outlook-deuglify-unwrap-stop-chars)
7329         (gnus-outlook-deuglify-no-wrap-chars)
7330         (gnus-outlook-deuglify-attrib-cut-regexp)
7331         (gnus-outlook-deuglify-attrib-verb-regexp)
7332         (gnus-outlook-deuglify-attrib-end-regexp)
7333         (gnus-outlook-display-hook): Add :version.
7334
7335         * binhex.el (binhex-use-external): Add :version.
7336
7337 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7340         and `invisible'.
7341
7342 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7343
7344         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7345         in gnus-registry-trim.
7346
7347 2004-09-13  Simon Josefsson  <jas@extundo.com>
7348
7349         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7350
7351         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7352
7353         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7354         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7355         <yamaoka@jpl.org>.
7356         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7357         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7358         <yamaoka@jpl.org>.
7359
7360         * sieve.el (sieve-manage-mode): Ditto.
7361
7362 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7365
7366 2004-09-11  Simon Josefsson  <jas@extundo.com>
7367
7368         * dns-mode.el: Add.
7369
7370         * mm-view.el (mm-display-dns-inline): Add.
7371
7372         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7373         (mm-automatic-display): Ditto.
7374
7375         * mailcap.el (mailcap-mime-data): Add text/dns.
7376         (mailcap-mime-extensions): Map .soa to text/dns.
7377
7378 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7379
7380         * gnus-art.el (article-decode-mime-words, article-babel)
7381         (gnus-article-highlight-signature, gnus-article-add-buttons)
7382         (gnus-signature-toggle): Remove unnecessary bindings of
7383         `inhibit-read-only' inherited from v5.10 merge.
7384
7385 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * nntp.el (nntp): New customization group.
7388         (nntp-authinfo-file): Add customization group.
7389
7390         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7391
7392         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7393
7394         * gnus.el (to-address, to-list, subscribed)
7395         (large-newsgroup-initial): Ditto.
7396
7397         * flow-fill.el (fill-flowed-display-column)
7398         (fill-flowed-encode-column): Ditto.
7399
7400 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7401
7402         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7403         Use point-min rather than 1.
7404         (message-send-mail): Use buffer-size rather than point-max.
7405
7406         * gnus-sum.el (gnus-summary-search-article-forward):
7407         Signal a specific `search-failed' rather than a generic `error'.
7408
7409         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7410         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7411         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7412
7413 2004-09-10  Simon Josefsson  <jas@extundo.com>
7414
7415         * nndb.el (require): Remove tcp and duplicate cl.
7416
7417 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * gnus-agent.el (directory-files-and-attributes): Move forward.
7420
7421 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7422
7423         * gnus-agent.el (directory-files-and-attributes): Optionally
7424         defined to support XEmacs.
7425
7426 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7427
7428         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7429         to avoid run-time CL dependencies.
7430         (gnus-agent-unfetch-articles): New function.
7431         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7432         article numbers even when local .overview file is missing.
7433         (gnus-agent-read-article-number): New function. Only accepts
7434         27-bit article numbers.
7435         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7436         gnus-agent-read-article-number.
7437         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7438         from backend while recognizing that article numbers in .overview
7439         must be valid.
7440         (gnus-agent-update-files-total-fetched-for): Use
7441         directory-files-and-attributes to improve performance.
7442         * gnus-int.el (gnus-request-move-article): Use
7443         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7444         improve performance.
7445
7446         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7447         some users confused by references to .newsrc when they only have a
7448         .newsrc.eld file.
7449         (gnus-convert-mark-converter-prompt,
7450         gnus-convert-converter-needs-prompt): Fixed use of property list.
7451         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7452         New function. Used internally to only display 'gnus converting
7453         files' message when actually necessary.
7454
7455         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7456         methods now autoloaded.
7457
7458 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7461         identifiers.
7462
7463 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * gnus-picon.el: Fix indentation and closing parenthesis.
7466
7467 2004-09-01  Simon Josefsson  <jas@extundo.com>
7468
7469         * message.el (message-canlock-generate): Require sha1, not
7470         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7471         to require within a function.  Sadly, if sha1.el isn't loaded, the
7472         let binding in m-c-g will hide the defcustom definition, which is
7473         bad.)
7474
7475         * canlock.el: Require sha1, not sha1-el.
7476
7477         * message.el: Don't autoload sha1 (there is a autoload cookie in
7478         sha1.el).
7479
7480         * sha1-el.el: Renamed to sha1.el.
7481
7482 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7483
7484         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7485
7486 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7487
7488         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7489
7490 2004-08-30  Kim F. Storm  <storm@cua.dk>
7491
7492         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7493
7494         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7495         Add :group 'nnimap.
7496
7497 2004-08-30  Andreas Schwab  <schwab@suse.de>
7498
7499         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7500         ?* and ?\;.
7501
7502         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7503         and ?\' to symbol instead of whitespace.
7504
7505 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7508
7509         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7510         instead of re-search-forward.
7511
7512         * gnus-uu.el (gnus-uu-save-article): Ditto.
7513         (gnus-uu-post-encode-uuencode): Ditto.
7514
7515         * html2text.el (html2text-clean-list-items): Ditto.
7516         (html2text-clean-dtdd): Ditto.
7517         (html2text-format-tags): Ditto.
7518
7519         * message.el (message-send-mail-with-sendmail): Fix regexp.
7520         (message-fill-field-general): Use search-forward instead of
7521         re-search-forward.
7522         (unbold-region): Ditto.
7523
7524         * nnrss.el (nnrss-request-article): Ditto.
7525
7526         * nnslashdot.el (nnslashdot-request-article): Ditto.
7527
7528         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7529
7530         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7531         "Unrecognized menu descriptor" error in XEmacs.
7532
7533 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7534
7535         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7536         parent article of a sparse article in the thread hashtb.
7537
7538 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7539
7540         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7541         (nnmail-expand-newtext): Lowercase expanded entries if
7542         nnmail-split-lowercase-expanded is non-nil.
7543
7544 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7547         entry.
7548
7549         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7550         of gnus-tmp-news-method into string under XEmacs.  It will be
7551         passed to gnus-correct-length which takes only a string argument.
7552
7553 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-util.el (gnus-bind-print-variables): New macro.
7556         (gnus-prin1): Use it.
7557         (gnus-prin1-to-string): Use it.
7558         (gnus-pp): New function.
7559         (gnus-pp-to-string): New function.
7560
7561         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7562         pp-to-string with gnus-pp-to-string.
7563         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7564         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7565         * gnus-msg.el (gnus-debug): Ditto.
7566         * gnus-score.el (gnus-score-save): Ditto.
7567         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7568         gnus-pp-to-string.
7569         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7570         with gnus-pp.
7571         * score-mode.el (gnus-score-pretty-print): Ditto.
7572         * webmail.el (webmail-debug): Ditto.
7573
7574 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * gnus-art.el (article-display-face, article-display-x-face): Use
7577         buffer-read-only.
7578
7579 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus-art.el (article-hide-list-identifiers): Bind
7582         inhibit-read-only as t.
7583
7584 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7585
7586         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7587
7588 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7589
7590         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7591         (gnus-narrow-to-page): Don't assume point-min == 1.
7592         (gnus-article-edit-mode): Derive from message-mode.
7593
7594         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7595         point-min == 1.
7596
7597         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7598         Disable incorrect use of `assert'.
7599
7600         * message.el (message-mode): Set comment-start-skip.
7601
7602
7603 2004-08-22  Sam Steingold  <sds@gnu.org>
7604
7605         * pop3.el (pop3-leave-mail-on-server): New user variable.
7606         (pop3-movemail): Delete mail only when it is nil.
7607
7608 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7611
7612         * mml.el (mml-preview): Use `pop-to-buffer'.
7613
7614         * message.el (message-goto-mail-followup-to): Insert after "To".
7615         (message-carefully-insert-headers): Add comment.
7616
7617         * gnus.el: Remove unused variable `gnus-article-check-size'.
7618
7619         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7620
7621         * gnus-art.el (gnus-button-alist): Improve
7622         `gnus-button-handle-library' entry.
7623
7624 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7625
7626         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7627         downcase, since XEmacs capitalizes error messages differently.
7628
7629 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7630
7631         * nntp.el: Add (require 'gnus) due to reference to
7632         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7633
7634 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7635
7636         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7637         `mm-fill-flowed'.
7638
7639         * mm-decode.el (mm-dissect-singlepart): Check it.
7640
7641 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7642
7643         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7644         'imap' for netrc parsing.
7645
7646 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7647
7648         * mailcap.el (mailcap-mime-data): Mark as risky.
7649
7650 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7653         may be included in the encoded word.
7654         (rfc2047-encode): Don't append a space if the encoded word
7655         includes close parenthesis.
7656
7657 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7660         of text within parentheses.
7661
7662 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7663
7664         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7665         (gnus-encrypt-write-file-contents): Make the password key the file
7666         name PLUS the cipher, not just the cipher.  Also remove failed
7667         passwords from the cache.
7668
7669 2004-08-06  Simon Josefsson  <jas@extundo.com>
7670
7671         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7672         fix.
7673
7674 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7677         LWSP.
7678
7679 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7680
7681         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7682         to append in-reply-to: data to the references: header.
7683
7684         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7685         (netrc-parse): Use gnus-encrypt.el functions.
7686
7687         * gnus-encrypt.el: Add new file for encryption support; currently
7688         does only a few GPG ciphers and an internal XOR cipher.
7689
7690         * password.el: Add comments on using password-read-and-add.
7691         (password-read-and-add): Add function to read and add the
7692         password to the cache at once.
7693
7694 2004-07-28  Simon Josefsson  <jas@extundo.com>
7695
7696         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7697         parameter (but don't use it, for now).
7698
7699         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7700         instead of hard coding to nil.
7701
7702 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7705         as mm-inline-image-xemacs does.
7706
7707 2004-07-26  Simon Josefsson  <jas@extundo.com>
7708
7709         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7710         Revert part of 2004-07-17 change below.
7711
7712 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7715         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7716
7717 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7720         quotes that actually start with ">" at the beginning of the
7721         lines.
7722
7723 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * rfc2047.el (rfc2047-encode-region): Fix last change.
7726         (rfc2047-encode-parameter): Remove useless concat.
7727
7728 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7731         encode special characters; fix some kind of misconfigured headers;
7732         signal a real error if debug-on-quit or debug-on-error is non-nil.
7733         (rfc2047-encode-max-chars): New variable.
7734         (rfc2047-encode-1): Use it.
7735         (rfc2047-encode-parameter): New function.
7736
7737         * mml.el (mml-insert-parameter): Remove an excessive space.
7738
7739 2004-07-17  Simon Josefsson  <jas@extundo.com>
7740
7741         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7742         Kai Grossjohann <kai@emptydomain.de>.
7743         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7744         (gnus-group-make-menu-bar): Ditto.
7745
7746         * gnus-util.el (gnus-group-server): Add.
7747
7748 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7749
7750         * message.el (message-clone-locals): Clone sendmail and smtp
7751         variables.
7752
7753 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * rfc2047.el (rfc2047-encode-region): Fix last change.
7756
7757 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7760         characters as non-special.
7761
7762 2004-07-09  Simon Josefsson  <jas@extundo.com>
7763
7764         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7765         Users will lose all flag changes made while unplugged with
7766         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7767         good default.  See numerous reports on ding mailing list.
7768
7769 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7772         add generate-head-function and generate-article-function to the
7773         rfc822-forward entry.
7774         (nndoc-rfc822-forward-generate-article): New function.
7775         (nndoc-rfc822-forward-generate-head): New function.
7776
7777         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7778
7779 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7780
7781         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7782         respect display group parameter and gnus-summary-expunge-below.
7783         (gnus-articles-to-read): Remove unused reference to display group
7784         parameter.
7785
7786 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7787
7788         * nnheader.el (nnheader-uniquify-message-id): New experimental
7789         variable.
7790         (nnheader-nov-read-message-id): Use it.
7791
7792         * spam-report.el (spam-report-gmane): Add interactive.
7793
7794 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7797         qp-or-base64 for the application/* types.
7798
7799 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7800
7801         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7802
7803 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7804
7805         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7806         trim value.
7807
7808 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7809
7810         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7811         New macro and function.
7812         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7813
7814 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7817         after-load-alist.
7818
7819 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7822         update info that isn't there.
7823
7824 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7825
7826         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7827         entry.
7828
7829 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * mm-view.el (mm-inline-render-with-function): Use multibyte
7832         buffer; decode html source by charset.
7833
7834         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7835
7836         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7837         Mule-UCS is loaded under XEmacs.
7838         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7839
7840 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7841
7842         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7843
7844 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * mm-util.el (mm-coding-system-p): Return a coding-system.
7847         (mm-mime-mule-charset-alist): Use shift_jis instead of
7848         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7849         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7850         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7851         instead of japanese-shift-jis and iso-latin-1 respectively in
7852         order to share the default value with both Emacs and XEmacs-mule.
7853         (mm-mule-charset-to-mime-charset): Make
7854         mm-coding-system-priorities effective.
7855         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7856         while predicating of candidates upon the priorities.
7857
7858 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7859
7860         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7861         gnus-uu-invert-processable.
7862
7863         * gnus.el: Autoload gnus-uu-invert-processable.
7864
7865 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * mm-util.el (mm-with-multibyte-buffer): New macro.
7868
7869         * rfc2047.el (rfc2047-encode-string): Use it.
7870         (rfc2047-encode-region): Move point to the end of the region after
7871         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7872
7873 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7876         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7877
7878 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7881         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7882         Karl Chen <quarl@nospam.quarl.org>.
7883
7884 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7885
7886         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7887         invalid addresses.
7888
7889 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7890
7891         * spam.el: Change section markers, revise TODO list.
7892         (spam-backends): Make new master list of all installed backends.
7893         (spam-summary-exit-behavior): Add new variable to determine how
7894         messages moves are done at summary exit.
7895         (spam-move-spam-nonspam-groups-only)
7896         (spam-process-ham-in-nonham-groups)
7897         (spam-process-ham-in-spam-groups): Remove variables, the
7898         spam-summary-exit-behavior variable should be used to manage this
7899         behavior.
7900         (spam-old-ham-articles, spam-old-spam-articles): Remove.
7901         (spam-old-articles): Add variable, replacing spam-old-ham-articles
7902         and spam-old-spam-articles.
7903         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7904         Add empty variables, placeholders for the backends they represent.
7905         (spam-set-difference): Move, unchanged.
7906         (spam-list-of-processors): Declare OBSOLETE, not used anymore
7907         unless the user has a processor variable.
7908         (spam-classifications, spam-classification-valid-p)
7909         (spam-backend-properties, spam-backend-property-valid-p)
7910         (spam-backend-function-type-valid-p)
7911         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
7912         (spam-report-articles-gmane, spam-report-articles-resend):
7913         Remove functions, they are not needed.
7914         (spam-install-backend-super, spam-backend-list)
7915         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7916         (spam-backend-function, spam-backend-ham-registration-function)
7917         (spam-backend-spam-registration-function)
7918         (spam-backend-ham-unregistration-function)
7919         (spam-backend-spam-unregistration-function)
7920         (spam-backend-statistical-p, spam-backend-mover-p)
7921         (spam-install-backend-alias, spam-install-checkonly-backend)
7922         (spam-install-mover-backend, spam-install-nocheck-backend)
7923         (spam-install-backend, spam-install-statistical-backend)
7924         (spam-install-statistical-checkonly-backend): Add backend installation
7925         support.
7926         (spam-summary-prepare-exit): Rewrite to use the new backend code.
7927         (spam-group-processor-p): Use the new backend code and respect the
7928         summary exit behavior.
7929         (spam-mark-spam-as-expired-and-move-routine): Remove.
7930         (spam-summary-prepare): Change to use the new spam-old-articles
7931         variable.
7932         (spam-copy-or-move-routine, spam-copy-spam-routine)
7933         (spam-move-spam-routine, spam-copy-ham-routine)
7934         (spam-move-ham-routine): Add code to copy/move ham or spam.
7935         (spam-fetch-field-fast): Improve doc and code, plus allow the
7936         'number request.
7937         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
7938         variables.
7939         (spam-split, spam-find-spam): Use the new backend code.
7940         (spam-registration-functions): Remove variable.
7941         (spam-unregister-routine): Add convenience wrapper.
7942         (spam-log-undo-registration, spam-register-routine)
7943         (spam-log-processing-to-registry)
7944         (spam-log-unregistration-needed-p): Rename "check" to "backend"
7945         where possible.
7946         (spam-check-gmane-xref, spam-check-regex-headers)
7947         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
7948         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
7949         (spam-check-bogofilter-headers, spam-check-spamoracle)
7950         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7951         (spam-check-crm114-headers): Use the spam-split-group that
7952         spam-split prepares, no need to determine it every time.
7953
7954         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
7955         to the nnheader-parse-naked-head call.
7956
7957         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
7958
7959         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
7960         the nnheader-nov-read-message-id call.
7961
7962 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7965         gnus-activate-group twice.  Suggested by Markus Peter
7966         <warp@spin.de>.
7967
7968 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * gnus-art.el (gnus-article-time-format): Exchange the order of
7971         day and month in the default value; fix customization type.
7972         (article-date-ut): Use add-text-properties.
7973         (article-make-date-line): Use message-make-date instead of
7974         current-time-string.
7975
7976         * message.el (message-fetch-field): Don't use set-text-properties.
7977         (message-make-date): Simplify.
7978
7979         * messagexmas.el (message-xmas-make-date): New function.
7980         (message-xmas-redefine): Defalias message-make-date to it.
7981
7982 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7985         (rfc2047-encode-region): Treat text within parentheses as special;
7986         show the original text when error has occurred.
7987
7988         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7989         already-computed method to gnus-activate-group.
7990
7991         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7992         same select-methods identical Lisp objects.
7993
7994         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7995         object when modifying the info.
7996
7997 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8000         gnus-opened-servers since it has never been opened with the new
8001         configuration yet.
8002
8003 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8006         arg to nnheader-generate-fake-message-id.
8007
8008 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8009
8010         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8011         number and build a fake message ID localized to a group and
8012         article number (so it's repeatable from that point on).
8013         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8014         ID format.
8015
8016         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8017         nnheader-generate-fake-message-id with the article number.
8018
8019 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8020
8021         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8022         end-of-buffer.
8023
8024 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025
8026         * message.el (message-ignored-supersedes-headers): Add Approved.
8027
8028 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8031         goto-char.
8032         (rfc2047-encode): Fold the line before encoding.
8033
8034 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035
8036         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8037         folding -- not all headers can be folded, and this should be done
8038         by the message composition mode.  Probably.  I think.
8039
8040 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8043         fast.
8044
8045         * gnus-ems.el (gnus-remove-image): Don't use
8046         message-text-with-property; remove only the image found first.
8047
8048         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8049         found first.
8050
8051 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8052
8053         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8054
8055 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * message.el (message-text-with-property): Make it fast and accept
8058         optional arguments.
8059         (message-strip-forbidden-properties): Use it.
8060         (message-fix-before-sending): Follow the m-t-w-p change.
8061
8062         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8063
8064 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * gnus-art.el (article-hide-headers): Don't change the buffer
8067         mistakenly when performing mml-preview even if
8068         gnus-single-article-buffer is nil.
8069
8070 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8071
8072         * message.el (message-expand-name-databases): New user option.
8073         (message-expand-name): Use it.
8074
8075 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8076
8077         * spam.el (spam-report-articles-resend)
8078         (spam-report-resend-register-routine): Allow ham reporting.
8079         (spam-report-resend-register-ham-routine): Add wrapper.
8080         (spam-registration-functions): Add ham resending functions.
8081         (spam-list-of-processors): Add ham resend processor.
8082
8083         * gnus.el (ham-resend-to): Add new group parameter.
8084         (spam-process): Add ham resend option.
8085
8086         * spam-report.el (spam-report-resend): Allow reporting ham.
8087         (spam-report-resend-ham): Add wrapper.
8088
8089 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8090
8091         * message.el (message-cite-articles-with-x-no-archive): New
8092         variable.
8093         (message-cite-original): Use it.
8094
8095 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * message.el (message-cite-original): Respect X-No-Archive.
8098
8099 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * gnus-art.el (article-hide-headers): Refer to the values for
8102         gnus-ignored-headers and gnus-visible-headers in the summary
8103         buffer since a user may have set them as group parameters.
8104
8105 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8106
8107         * assistant.el (assistant-node-name): Add convenience function.
8108         (assistant-render-text, assistant-render-node): Add error handling,
8109         plus handle multiple next nodes.
8110         (assistant-find-next-node): Comment out for now.
8111         (assistant-find-next-nodes): Add function, returns list of next
8112         nodes.
8113
8114 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * mail-source.el (mail-source-directory): Fix doc-string.
8117
8118 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8119
8120         * assistant.el (assistant-render-text, assistant-eval): Add :set
8121         widget type, which is different because it takes and returns a
8122         list.  Much hilarity ensues.
8123
8124 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8127
8128         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8129         doc-string.
8130
8131         * gnus-start.el (gnus-activate-group): Added doc-string.
8132
8133 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8136
8137 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8138
8139         * assistant.el (assistant-render-text): Try to add a :set
8140         widget, more to come.
8141
8142         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8143         strings.
8144         (spam-report-articles-resend)
8145         (spam-register-routine): Do registration iff any articles warrant
8146         it.
8147         (spam-summary-prepare-exit): Change log message for nil group
8148         destinations.
8149
8150 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8151
8152         * spam.el (spam-report-resend-register-routine): Allow
8153         spam-report-resend-to to be a group parameter or a global value.
8154
8155 2004-05-26  Simon Josefsson  <jas@extundo.com>
8156
8157         * starttls.el: Merge with my GNUTLS based starttls.el.
8158         (starttls-gnutls-program, starttls-use-gnutls)
8159         (starttls-extra-arguments, starttls-process-connection-type)
8160         (starttls-connect, starttls-failure, starttls-success): New
8161         variables.
8162         (starttls-program, starttls-extra-args): Doc fix.
8163         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8164         functions.
8165         (starttls-negotiate, starttls-open-stream): Check
8166         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8167         function if it is set.
8168
8169 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8172         structured fields.
8173
8174 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8177
8178 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8179
8180         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8181         variable.
8182         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8183         assigning the spam-mark to new messages.
8184
8185 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8186
8187         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8188
8189 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8192
8193         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8194         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8195         default.
8196
8197 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8198
8199         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8200         correct data.
8201
8202 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8203
8204         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8205         (spam-group-processor-p): Fix function.
8206         (spam-group-processor-multiple-p)
8207         (spam-group-spam-processor-report-gmane-p)
8208         (spam-group-spam-processor-report-resend-p)
8209         (spam-group-spam-processor-bogofilter-p)
8210         (spam-group-spam-processor-blacklist-p)
8211         (spam-group-spam-processor-ifile-p)
8212         (spam-group-ham-processor-ifile-p)
8213         (spam-group-spam-processor-spamoracle-p)
8214         (spam-group-spam-processor-crm114-p)
8215         (spam-group-ham-processor-bogofilter-p)
8216         (spam-group-spam-processor-stat-p)
8217         (spam-group-ham-processor-stat-p)
8218         (spam-group-ham-processor-whitelist-p)
8219         (spam-group-ham-processor-BBDB-p)
8220         (spam-group-ham-processor-spamoracle-p)
8221         (spam-group-ham-processor-copy-p): Remove functions with some
8222         prejudice against unneeded code.
8223         (spam-report-articles-resend)
8224         (spam-report-resend-register-routine): Allow the group/topic
8225         spam-resend-to value to override spam-report-resend-to.
8226         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8227         properly now.
8228
8229         * gnus.el (spam-resend-to): Add group/topic parameter.
8230         (spam-process): Move the OBSOLETE processors to the end of the
8231         choices.
8232
8233 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8234
8235         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8236         with resend-to set to nil, and then ask the user if necessary.
8237         (spam-report-resend): spam-report-resend takes a list of articles, not
8238         separate article numbers.
8239
8240 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8243         addition to emacs-w3m.
8244
8245 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8246
8247         * assistant.el (assistant-authinfo-data): New function.
8248         (assistant-eval): Eval for entire assistant.
8249
8250         * netrc.el (netrc-services-file): New variable.
8251         (netrc-parse-services): New function.
8252         (netrc-find-service-name): New function.
8253         (netrc-find-service-number): New function.
8254         (netrc-port-equal): New function.
8255         (netrc-machine): Use it.
8256
8257         * nnimap.el (nnimap-open-connection): Use netrc.
8258
8259         * gnus-util.el (gnus-netrc-get): Remove aliases.
8260
8261         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8262
8263         * assistant.el (wid-edit): Fix compilation.
8264
8265         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8266
8267 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8268
8269         * gnus-util.el (gnus-set-file-modes): New function.  (small
8270         patch).
8271
8272 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8273
8274         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8275
8276         * assistant.el (assistant-render-node): Fix up rendering and
8277         read-only text.
8278         (assistant-render-node): Reset.
8279         (assistant-make-read-only): Not sticky.
8280
8281 2004-05-20  Danny Siu  <dsiu@adobe.com>
8282
8283         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8284         centered even when gnus-auto-center-summary is t
8285
8286 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287
8288         * dns.el (dns-get-txt-answer): New function.
8289         (dns-read-txt): Ditto.
8290         (query-dns): Use it.
8291
8292 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8295         active for foreign groups even if the group level is higher than
8296         the specified value.
8297
8298 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8301         non-active groups.
8302
8303         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8304
8305 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8306
8307         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8308
8309 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8310
8311         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8312         (spam-crm114-header, spam-crm114-spam-switch)
8313         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8314         (spam-crm114-positive-spam-header)
8315         (spam-crm114-database-directory, spam-list-of-processors)
8316         (spam-group-spam-processor-crm114-p)
8317         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8318         (spam-generic-score, spam-list-of-checks)
8319         (spam-list-of-statistical-checks, spam-registration-functions)
8320         (spam-check-crm114-headers, spam-crm114-score)
8321         (spam-check-crm114, spam-crm114-register-with-crm114)
8322         (spam-crm114-register-spam-routine)
8323         (spam-crm114-unregister-spam-routine)
8324         (spam-crm114-register-ham-routine)
8325         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8326         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8327
8328         * gnus.el: Add spam-use-crm114.
8329
8330         * spam.el (spam-list-of-processors, spam-registration-functions):
8331         Add spam-use-resend.
8332         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8333         (spam-report-articles-gmane): Add doc fix.
8334         (spam-report-articles-resend,
8335         spam-report-resend-register-routine): Add wrappers around
8336         spam-report-resend-to.
8337
8338         * spam-report.el (spam-report-resend-to, spam-report-resend):
8339         Add support for resending spam.
8340         (spam-report-gmane): Fix line length >80.
8341
8342         * gnus.el (spam-process): Add spam-use-resend.
8343
8344 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8345
8346         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8347         number of processed spam messages.
8348         (spam-ham-copy-or-move-routine): Return the number of processed
8349         ham messages.
8350         (spam-summary-prepare-exit): Use the above values to decide
8351         whether status messages shouled be displayed.
8352
8353 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8356         `rfc2047-encoding-function-alist' in order to avoid conflicting
8357         with the old version.
8358         (rfc2047-encode-region): Concatenate words containing non-ASCII
8359         characters in structured fields; don't encode space-delimited
8360         ASCII words even in unstructured fields; don't break words at
8361         char-category boundaries.
8362         (rfc2047-encode-1): New function.
8363         (rfc2047-encode): Use it; encode text so that it occupies the
8364         maximum width within 76-column; work correctly on Q encoding for
8365         iso-2022-* charsets.
8366         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8367         sure not to break a line just after the header name.
8368         (rfc2047-b-encode-region): Removed.
8369         (rfc2047-b-encode-string): New function.
8370         (rfc2047-q-encode-region): Removed.
8371         (rfc2047-q-encode-string): New function.
8372
8373         * mm-util.el (mm-replace-in-string): New function.
8374
8375 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376
8377         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8378         get it right.
8379         (gnus-inews-make-draft): Really.
8380
8381 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8382
8383         * nnmh.el (nnmh-request-list-1): Don't check the link count
8384         before descending.  (small patch)
8385
8386 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8387
8388         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8389         stuff.
8390
8391         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8392         on real group name.
8393
8394         * gnus-art.el (gnus-signature-limit): Doc fix.
8395
8396         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8397
8398         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8399
8400 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8401
8402         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8403         isn't a string.
8404
8405 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * gnus-draft.el (gnus-draft-send): Bind
8408         rfc2047-encode-encoded-words.
8409
8410         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8411         (rfc2047-encodable-p): Say that =? needs encoding.
8412         (rfc2047-encode-encoded-words): New variable.
8413
8414         * gnus-group.el (gnus-group-select-group): Doc fix.
8415
8416         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8417
8418         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8419         to nil.
8420
8421         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8422
8423         * nnheader.el (nnheader-get-lines-and-char): New function.
8424
8425 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * gnus-msg.el (gnus-summary-followup-with-original): Document
8428         yanking of region when active.
8429
8430 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8433         groups if the group level is higher than the specified value.
8434
8435 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8438         (gnus-group-jump-to-group): Added prefix argument using
8439         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8440         non-active group.
8441
8442         * compface.el (uncompface): Be verbose when changing
8443         `uncompface-use-external'.
8444
8445         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8446         handle manual section.
8447
8448 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * gnus-art.el (gnus-button-alist): Revert previous change.
8451
8452 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8455
8456 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8459         whether backend can accept message.
8460
8461         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8462
8463 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8464
8465         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8466         Avoid creating directory when nntp-marks-is-evil is true.
8467         Reported by Reiner Steib.
8468
8469 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * gnus-picon.el (gnus-picon-style): New variable.
8472         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8473         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8474         Jesper Harder <harder@ifa.au.dk>.
8475
8476 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8477
8478         * message.el (message-fill-field): Return point.
8479         (message-generate-headers): Go to end of field.
8480
8481         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8482         stuff for non-living groups.
8483
8484 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8485
8486         * gnus-art.el (gnus-article-followup-with-original)
8487         (gnus-article-reply-with-original): gnus-mark-active-p ->
8488         gnus-region-active-p.
8489
8490 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8491
8492         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8493         only when there is spam or ham to be processed.
8494
8495 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8496
8497         * mail-source.el (mail-source-delete-crash-box): Refactor.
8498         (mail-source-fetch): Use it.
8499         (mail-source-fetch-file): Ditto.
8500         (mail-source-fetch-directory): Run postscript in loop.
8501         (mail-source-fetch-pop): Delete.
8502         (mail-source-fetch-maildir): Ditto.
8503         (mail-source-fetch-imap): Ditto.
8504
8505         * imap.el (imap-authenticators): Comment out sasl.
8506
8507         * message.el (message-skip-to-next-address): New function.
8508         (message-fill-header-address): Refactor.
8509         (message-fill-address): Use it.
8510         (message-delete-address): Use it.
8511         (message-fill-header-general): Refactor.
8512         (message-fill-field-address): Rename.
8513         (message-narrow-to-field): Find the start of the header.
8514         (message-header-format-alist): Don't pre-fill.
8515         (message-fill-header): Removed.
8516         (message-insert-header): New function.
8517         (message-shorten-references): Use it.
8518
8519         * rfc2047.el (rfc2047-field-value): Strip props.
8520
8521         * mail-parse.el (mail-header-make-address): New alias.
8522
8523         * ietf-drums.el (ietf-drums-make-address): New function.
8524
8525         * imap.el: Add compiler directives.
8526
8527         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8528
8529         * gnus-art.el (article-decode-idna-rhs): Don't use
8530         message-idna-inside-rhs-p.
8531
8532 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533
8534         * message.el (message-idna-inside-rhs-p): Removed.
8535         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8536
8537         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8538         false positives.
8539
8540 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8541
8542         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8543
8544 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8545
8546         * nneething.el (nneething-file-name): Don't create spurions
8547         files.
8548
8549         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8550         (gnus-inews-do-gcc): Remove sleep.
8551
8552         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8553         part under point.
8554
8555         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8556         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8557
8558 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8559
8560         * spam.el (spam-summary-prepare-exit): Fixed (length).
8561
8562 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8563
8564         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8565         as expired without moving it" message when there are spam
8566         messages left.
8567
8568 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8569
8570         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8571         header is not nil.
8572
8573 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8574
8575         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8576         nntp-possibly-create-directory, not nntp-possibly-change-group.
8577         (nntp-marks-changed-p): New arg SERVER.
8578         (nntp-request-update-info): Adjust caller.
8579
8580 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8581
8582         * nntp.el (nntp-save-marks): Pass missing arg.
8583
8584 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8585
8586         * nntp.el: Support marks.
8587         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8588         (nntp-marks-modtime, nntp-marks-directory): New variables.
8589         (nntp-request-set-mark, nntp-request-update-info)
8590         (nntp-possibly-create-directory, nntp-marks-changed-p)
8591         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8592         functions.
8593
8594 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8595
8596         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8597         (gnus-xmas-redefine): Rename.
8598
8599         * gnus-score.el (gnus-score-insert-help): Use
8600         gnus-select-lowest-window.
8601
8602         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8603         appt-select-lowest-window and rename to gnus-select-lowest-window.
8604
8605         * gnus.el: do.
8606
8607 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8608
8609         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8610         encodings of MIME-encoded words, in order to improve
8611         interoperability with several broken MUAs.
8612
8613 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8614
8615         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8616         tags, only when charsets are not specified in headers.
8617         (mm-inline-text-html-render-with-w3m): Ditto.
8618
8619         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8620         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8621
8622 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8623
8624         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8625         instead of MIME-decoded from fields when checking
8626         `gnus-article-address-banner-alist'.
8627
8628 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8629
8630         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8631         description rather than subject.
8632
8633 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8634
8635         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8636
8637 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8638
8639         * gnus.el (gnus-version-number): Bump.
8640
8641 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8642
8643         * gnus.el: No Gnus v0.2 is released.
8644
8645 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8646
8647         * gnus-agent.el (gnus-agent-read-agentview): Inline
8648         gnus-uncompress-range.
8649
8650 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8651
8652         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8653         `exec-installed-p'.
8654
8655 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8656
8657         * gnus.el (spam-process, spam-autodetect-methods): Add
8658         bsfilter and bsfilter-headers.
8659
8660         * spam.el (spam-bsfilter): New customize group.
8661         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8662         (spam-bsfilter-header, spam-bsfilter-probability-header)
8663         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8664         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8665         (spam-bsfilter-database-directory): New options.
8666         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8667         (spam-list-of-statistical-checks, spam-registration-functions):
8668         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8669         (spam-bsfilter-score): New command.
8670         (spam-check-bsfilter-headers, spam-check-bsfilter)
8671         (spam-bsfilter-register-with-bsfilter)
8672         (spam-bsfilter-register-spam-routine)
8673         (spam-bsfilter-unregister-spam-routine)
8674         (spam-bsfilter-register-ham-routine)
8675         (spam-bsfilter-unregister-ham-routine): New functions.
8676         (spam-generic-score): Support bsfilter; Accept an optional argument
8677         to recalcurate spam score even if scoring header has already been
8678         added.
8679         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8680         optional argument to recalcurate spam score even if scoring header
8681         has already been added.
8682
8683 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8684
8685         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8686         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8687         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8688         link is missing.
8689
8690 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8691
8692         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8693         (html2text-get-attr): Rewrite.
8694
8695         * message.el (message-setup-1): Remove redundant put-text-property
8696         on mail-header-separator.
8697
8698 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8699
8700         * gnus-registry.el (gnus-registry-cache-whitespace)
8701         (gnus-registry-action, gnus-registry-spool-action)
8702         (gnus-registry-split-fancy-with-parent): Change message levels
8703         from 5 to 3 or 7, as needed.
8704
8705         * spam.el (spam-summary-prepare-exit)
8706         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8707         (spam-split, spam-find-spam, spam-log-undo-registration)
8708         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8709         level from 5 to 6.
8710
8711 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8714         2004-03-04 change).
8715
8716 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8717
8718         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8719         Use mapc when appropriate.
8720
8721         * sieve-manage.el (sieve-manage-open): do.
8722
8723         * nnweb.el (nnweb-insert-html): do.
8724
8725         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8726         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8727
8728         * nnspool.el (nnspool-request-group): do.
8729
8730         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8731         do.
8732
8733         * nnml.el (nnml-request-update-info): do.
8734
8735         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8736         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8737
8738         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8739         (nnimap-request-set-mark): do.
8740
8741         * nnfolder.el (nnfolder-request-update-info): do.
8742
8743         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8744         do.
8745
8746         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8747
8748         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8749
8750         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8751         do.
8752
8753         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8754         do.
8755
8756         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8757
8758         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8759
8760         * gnus-int.el (gnus-start-news-server): do.
8761
8762         * gnus-group.el (gnus-group-make-kiboze-group)
8763         (gnus-group-browse-foreign-server): do.
8764
8765 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8766
8767         FIXME: Make separate entries for each person.
8768
8769         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8770         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8771         <shields@msrl.com>:
8772
8773         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8774         may need for spam sorting and scoring.
8775         (spam-user-format-function-S): Add user format function suitable for
8776         general use.
8777         (spam-article-sort-by-spam-status): Add sorting function for summary
8778         sorting.
8779         (spam-extra-header-to-number): Add function to get a score from a
8780         header.
8781         (spam-summary-score): Add function to  get a numeric score from the
8782         headers.
8783         (spam-generic-score): Fixed function doc, was in wrong place.
8784         (spam-initialize): Take symbols when it's run, and install the
8785         extra headers that spam-necessary-extra-headers thinks we need.
8786
8787 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8788
8789         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8790         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8791
8792 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8793
8794         * gnus-sum.el (gnus-set-global-variables)
8795         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8796         (gnus-article-get-xrefs, gnus-summary-best-group)
8797         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8798         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8799         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8800         with-current-buffer.
8801
8802 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8803
8804         * spam.el (spam-summary-prepare-exit): Simplify logic.
8805         (spam-fetch-article-header): Read the article header if it's not
8806         available.
8807         (spam-list-articles): Simplify logic.
8808         (spam-filelist-register-routine): Fix bug with unregister-list.
8809
8810         * gnus-registry.el: Fix comments at beginning.
8811
8812 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8813
8814         * message.el (message-cater-to-broken-inn): Remove.
8815         (message-shorten-references): Make sure the total folded length of
8816         References is shorter than 998 characters to cater to a bug in INN
8817         2.3.  Also, don't pretend that references aren't folded -- this
8818         hasn't worked for a while.
8819
8820 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8821
8822         * gnus-agent.el (gnus-agentize):
8823         gnus-agent-send-mail-real-function no longer set to current value
8824         of message-send-mail-function but rather a lambda that calls
8825         message-send-mail-function.  The change makes the agent real-time
8826         responsive to user changes to message-send-mail-function.
8827
8828 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8829
8830         * legacy-gnus-agent.el
8831         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8832         help from Florian Weimer <fw@deneb.enyo.de>
8833
8834 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * nnmail.el (nnmail-cache-insert): Revert last change.
8837
8838 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * nnmail.el (nnmail-cache-insert): Always check whether
8841         nnmail-cache-ignore-groups matches a group name.
8842
8843 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8844
8845         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8846         (spam-find-spam, spam-log-processing-to-registry)
8847         (spam-log-registered-p, spam-log-unregistration-needed-p)
8848         (spam-log-undo-registration): Use gnus-message instead of
8849         gnus-error, none of these errors are fatal.
8850
8851         * gnus-registry.el (gnus-registry-clean-empty-function)
8852         (gnus-registry-clean-empty): Remove only empty entries without
8853         extra data.
8854
8855 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8856
8857         * spam-stat.el (spam-stat-buffer-change-to-spam)
8858         (spam-stat-buffer-change-to-non-spam): Change (error) to
8859         (gnus-message 8) invocation.
8860
8861 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * nntp.el (nntp-via-netcat-command): New variable.
8864         (nntp-via-netcat-switches): New variable.
8865         (nntp-open-via-rlogin-and-netcat): New function.
8866         (nntp-open-connection-function): Doc fix.
8867         (nntp-telnet-command): Doc fix.
8868         (nntp-end-of-line): Doc fix.
8869         (nntp-via-rlogin-command): Doc fix.
8870         (nntp-via-user-name): Doc fix.
8871         (nntp-via-address): Doc fix.
8872
8873 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8876         error in Emacs 21.1.
8877
8878 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8881
8882 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8883         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8884         (gnus-agent-with-refreshed-group): New macro.
8885         (gnus-agent-rename-group): New function.
8886         (gnus-agent-delete-group): New function.
8887         (gnus-agent-save-group-info): Use gnus-command-method when
8888         `method' parameter is nil.  Don't write nil entries into the
8889         active file.
8890         (gnus-agent-get-group-info): New function.
8891         (gnus-agent-fetch-articles): Use
8892         gnus-agent-update-files-total-fetched-for to increment disk space
8893         used.
8894         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8895         gnus-agent-update-view-total-fetched-for to increment disk space
8896         used.
8897         (gnus-agent-get-local): Added optional parameters to avoid calling
8898         gnus-group-real-name and gnus-find-method-for-group.
8899         (gnus-agent-set-local): Delete stored entry if either min, or max,
8900         are nil.
8901         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8902         quit, use gnus-agent-regenerate-group to record existance of any
8903         articles fetched to disk before the quit occurred.
8904         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8905         gnus-agent-update-view-total-fetched-for, and
8906         gnus-agent-update-files-total-fetched-for to decrement disk space
8907         used.
8908         (gnus-agent-retrieve-headers): Use
8909         gnus-agent-update-view-total-fetched-for to increment disk space
8910         used.
8911         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8912         with gnus-agent-update-files-total-fetched-for to decrement disk
8913         space and fresh group buffer.
8914         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8915         (gnus-agent-need-update-total-fetched-for): New variable.
8916         (gnus-agent-update-files-total-fetched-for): New function.
8917         (gnus-agent-update-view-total-fetched-for): New function.
8918         (gnus-agent-total-fetched-for): New function.
8919
8920         * gnus-cache.el (gnus-cache-save-buffers): Use
8921         gnus-cache-update-overview-total-fetched-for to change disk space
8922         used by this group.
8923         (gnus-cache-possibly-enter-article): Use
8924         gnus-cache-update-file-total-fetched-for to increment disk space
8925         used by this group.
8926         (gnus-cache-possibly-remove-article): Use
8927         gnus-cache-update-file-total-fetched-for to decrement disk space
8928         used by this group.
8929         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8930         (gnus-cache-rename-group): New function.
8931         (gnus-cache-delete-group): New function.
8932         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8933         (gnus-cache-need-update-total-fetched-for): New variable.
8934         (gnus-cache-with-refreshed-group): New macro.
8935         (gnus-cache-update-file-total-fetched-for): New function.
8936         (gnus-cache-update-overview-total-fetched-for): New function.
8937         (gnus-cache-rename-group-total-fetched-for): New function.
8938         (gnus-cache-delete-group-total-fetched-for): New function.
8939         (gnus-cache-total-fetched-for): New function.
8940
8941         * gnus-group.el: Require gnus-sum and autoload functions to
8942         resolve warnings when gnus-group.el compiled alone.
8943         (gnus-group-line-format): Documented new %F
8944         (size of Fetched data) group line format; identifies disk space
8945         used by agent and cache.
8946         (gnus-group-line-format-alist): Defined new F format.
8947         (gnus-total-fetched-for): New function.
8948         (gnus-group-delete-group): No longer update
8949         gnus-cache-active-altered as gnus-request-delete-group now keeps
8950         the cache in sync.
8951         (gnus-group-list-active): Let the agent store a server's active
8952         list if currently plugged.
8953
8954         * gnus-int.el (gnus-request-delete-group): Use
8955         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8956         local disk in sync with the server.
8957          (gnus-request-rename-group): Use
8958         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8959         local disk in sync with the server.
8960
8961         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8962         simplification to logic.
8963
8964         * gnus-util.el (gnus-rename-file): New function.
8965
8966 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8967
8968         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8969
8970 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8971
8972         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8973         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8974
8975 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8976
8977         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8978         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8979
8980 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8981
8982         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8983
8984 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8985
8986         * spam.el (spam-set-difference): Add function to replace
8987         gnus-set-difference in spam.el.
8988         (spam-summary-prepare-exit): Use spam-set-difference.
8989
8990 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8991
8992         * gnus-registry.el (gnus-registry-cache-file): Update to use
8993         gnus-dribble-directory OR gnus-home-directory OR ~.
8994         (gnus-registry-split-fancy-with-parent): Fix doc.
8995
8996 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * message.el (message-exchange-point-and-mark): Use
8999         message-mark-active-p.  Suggested by Jesper Harder
9000         <harder@ifa.au.dk>.
9001
9002 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * message.el (message-exchange-point-and-mark): Don't activate
9005         region if it was inactive.  Suggested by Hiroshi Fujishima
9006         <pooh@nature.tsukuba.ac.jp>.
9007
9008 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-art.el (article-display-face): Display Faces in the same
9011         order as X-Faces.
9012
9013 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9016
9017 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9020         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9021         (gnus-article-mime-hierarchy): Remove.
9022         (gnus-article-mime-hierarchy-next): Remove.
9023         (gnus-article-mode): Revert 2004-03-19 change.
9024         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9025         (gnus-insert-mime-button): Revert 2004-03-19 change.
9026         (gnus-mime-accumulate-hierarchy): Remove.
9027         (gnus-mime-enter-multipart): Remove.
9028         (gnus-mime-leave-multipart): Remove,
9029         (gnus-mime-display-part): Revert 2004-03-19 change.
9030         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9031
9032         * mml.el (mml-preview): Revert 2004-03-19 change.
9033
9034 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9035
9036         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9037
9038 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9041         t while entering a file name using the mm-with-multibyte macro.
9042         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9043
9044         * mm-util.el (mm-with-multibyte): New macro.
9045
9046 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9049         user option.
9050         (gnus-mime-multipart-functions): Doc and customization fix.
9051         (gnus-article-mime-hierarchy): New variable.
9052         (gnus-article-mime-hierarchy-next): New variable.
9053         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9054         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9055         gnus-article-mime-hierarchy-next to nil.
9056         (gnus-insert-mime-button): Show hierarchy numbers.
9057         (gnus-mime-accumulate-hierarchy): New function.
9058         (gnus-mime-enter-multipart): New function.
9059         (gnus-mime-leave-multipart): New function.
9060         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9061         (gnus-mime-display-alternative): Show hierarchy numbers.
9062
9063         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9064         gnus-article-mime-hierarchy-next to nil.
9065
9066 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9067
9068         * dns.el: Don't require gnus-xmas.
9069
9070 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9071
9072         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9073         inline PGP.
9074         (mml-menu): Disable mml-quote-region if mark is inactive.
9075
9076 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9079         when the group's active is not available.
9080
9081 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9084         error.
9085
9086 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * imap.el (imap-store-password): New variable.
9089         (imap-interactive-login): Use it.
9090         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9091
9092 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9095         window-start and hscroll to summary window.
9096
9097 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9098
9099         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9100         conversion message to newsrc-dribble when an actual conversion is
9101         performed.
9102
9103 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9104
9105         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9106
9107 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * mm-decode.el (mm-complicated-handles): New function reviving
9110         former definition of mm-multiple-handles.
9111
9112         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9113         (gnus-mime-delete-part): Use it.
9114
9115 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9116
9117         * gnus-agent.el (gnus-agent-read-local): Bind
9118         nnheader-file-coding-system to gnus-agent-file-coding-system to
9119         avoid the implicit assumption that they will always be equal.
9120         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9121         coding-system-for-write, as the with-temp-file macro first prints
9122         to a buffer then saves the buffer.
9123
9124 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-art.el (gnus-article-edit-part): New function.
9127         (gnus-mime-save-part-and-strip): Use it; do query instead of
9128         signaling an error; don't use mm-multiple-handles.
9129         (gnus-mime-delete-part): Ditto.
9130
9131 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9132
9133         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9134         old file versions.
9135         (gnus-group-prepare-hook): Removed function that converted list
9136         form of gnus-agent-expire-days to group properties.
9137
9138         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9139         (gnus-request-accept-article): Re-indented.
9140
9141         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9142         converters to handle old agent file formats.  Added logic for a
9143         "backup before upgrading warning".
9144         (gnus-convert-mark-converter-prompt): Developers can mark
9145         functions as needing (default), or not needing,
9146         gnus-convert-old-newsrc's "backup before upgrading warning".
9147         (gnus-convert-converter-needs-prompt): Tests whether the user
9148         should be protected from potentially irreversable changes by the
9149         function.
9150
9151         * legacy-gnus-agent.el (): New. Provides converters that are only
9152         loaded when gnus-convert-old-newsrc needs to call them.
9153
9154 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * mail-source.el (mail-source-touch-pop): Doc fix.
9157
9158         * message.el (message-smtpmail-send-it): Doc fix.
9159
9160 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9161
9162         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9163
9164         * nnmail.el (nnmail-split-fancy): do.
9165
9166         * gnus-kill.el (gnus-kill, gnus-execute): do.
9167
9168 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9169
9170         * gnus-sum.el (gnus-widget-reversible-match)
9171         (gnus-widget-reversible-to-internal)
9172         (gnus-widget-reversible-to-external): New functions.
9173         (gnus-widget-reversible): New widget.
9174         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9175
9176 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9177
9178         * gnus-sum.el (gnus-thread-sort-functions)
9179         (gnus-article-sort-functions): Document `(not F)' items.
9180
9181 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9182
9183         * spam.el (spam-use-gmane-xref): Add new backend.
9184         (spam-gmane-xref-spam-group): Add variable to control the name of the
9185         Gmane spam group.
9186         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9187         (spam-regex-headers-spam, spam-regex-headers-ham)
9188         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9189         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9190         backends and checks.
9191         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9192
9193         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9194         an autodetect method.
9195
9196 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9197
9198         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9199         articles are being added to a group.
9200         (gnus-request-replace-article): Inform the agent that articles
9201         need to be uncached as the cached contents are no longer valid.
9202
9203 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * binhex.el: Don't autoload executable-find.
9206
9207         * canlock.el: Don't autoload mail-fetch-field.
9208
9209         * dgnushack.el: Autoload c-mode for XEmacs.
9210
9211         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9212
9213         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9214         rmail-dont-reply-to and rmail-output.
9215
9216         * gnus-score.el: Don't autoload ffap-string-at-point.
9217
9218         * gnus-setup.el: Don't autoload sc-cite-original.
9219
9220         * imap.el: Don't autoload base64-decode-string,
9221         base64-encode-string and md5.
9222
9223         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9224         and rmail-msg-restore-non-pruned-header.
9225
9226         * mm-decode.el: Don't autoload executable-find.
9227
9228         * mm-url.el: Don't autoload executable-find.
9229
9230         * mm-view.el: Don't autoload diff-mode.
9231
9232         * nndb.el: Don't autoload news-reply-mode, news-setup,
9233         cancel-timer and telnet.
9234
9235         * password.el: Don't autoload run-at-time for Emacs.
9236
9237         * sha1-el.el: Don't autoload executable-find.
9238
9239         * sieve-mode.el: Don't autoload c-mode.
9240
9241         * uudecode.el: Don't autoload executable-find.
9242
9243 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9244
9245         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9246         (gnus-agent-possibly-alter-active): Avoid null in numeric
9247         comparison.
9248         (gnus-agent-set-local): Refuse to save null in local object table.
9249         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9250         list of articles that will be marked as unread.
9251
9252 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9255
9256 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9257
9258         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9259         language tags.
9260
9261 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9262
9263         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9264         Don't bind "obarray".
9265
9266         * gnus-sum.el (gnus-thread-sort-functions): Added
9267         `gnus-thread-sort-by-most-recent-number' and
9268         `gnus-thread-sort-by-most-recent-date'.
9269         Reported by Kai Grossjohann <kai@emptydomain.de>.
9270
9271 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9274
9275 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9276
9277         * gnus-cus.el (gnus-agent-customize-category): Removed
9278         ignore-errors macro reference that required cl to be loaded at
9279         run-time.
9280
9281         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9282         single-interval range of the form (min . max).  Previously the
9283         range had to look like ((min . max)).  Likewise, return
9284         (min . max) rather than ((min . max)).
9285         (gnus-range-map): Use gnus-range-normalize to accept
9286         single-interval range.
9287
9288         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9289         the cache, but not the agent, now appear with their usual face.
9290
9291         * dgnushack.el (loaddir): New variable that is bound to the
9292         directory containing the dgnushack.el file. Use loaddir, rather
9293         than srcdir, to update load-path. Change lets dgnushack compile
9294         code in directories other than GNUS/lisp.
9295
9296 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * lpath.el: Don't bind w3m-safe-url-regexp.
9299
9300         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9301         w3m-safe-url-regexp variable buffer-local.
9302
9303         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9304
9305 2004-02-27  Simon Josefsson  <jas@extundo.com>
9306
9307         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9308         gnus-group-real-prefix.
9309         (gnus-summary-move-article): Use it, instead of
9310         gnus-group-real-prefix.
9311
9312 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * lpath.el: Bind w3m-safe-url-regexp.
9315
9316         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9317         w3m-safe-url-regexp variable buffer-local and set it as the value
9318         of mm-w3m-safe-url-regexp.
9319
9320         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9321
9322         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9323         parsing gnus-posting-styles when the message is not for replying.
9324
9325         * dgnushack.el: Autoload sgml-mode for XEmacs.
9326
9327         * nnrss.el (nnrss-opml-export): Use
9328         mm-set-buffer-file-coding-system instead of
9329         set-buffer-file-coding-system.
9330
9331 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9332
9333         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9334         of checkdoc.el).
9335         * nnrss.el: do.
9336         * gnus-mlspl.el: do.
9337         * gnus-ml.el: do.
9338         * gnus-srvr.el: do.
9339
9340         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9341
9342 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9343
9344         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9345         Corrections to custom-manual links.
9346
9347         * gnus-art.el (gnus-article): Ditto.
9348
9349         * mm-decode.el (mime-display, mime-security): Ditto.
9350
9351 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9352
9353         * flow-fill.el: Typo.
9354
9355 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9356
9357         * spam-wash.el: New file.
9358
9359 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9360
9361         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9362
9363 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9364
9365         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9366         to be run with new-articles as LIST1, not LIST2.
9367         (spam-registration-functions): Add spam-use-ham-copy as a nil
9368         registration backend.
9369
9370 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9371
9372         * spam-stat.el (spam-stat-washing-hook): New option.
9373         (spam-stat-buffer-words): Use it.
9374         (spam-stat-process-directory, spam-stat-test-directory): Use
9375         insert-file-contents-literally.
9376         (spam-stat-coding-system): New variable.
9377         (spam-stat-load, spam-stat-save): Use it.
9378
9379 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * spam-report.el (spam-report-plug-agent): Quote
9382         spam-report-url-to-file and spam-report-url-ping-plain.
9383
9384 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9387         / in mailto URLs.
9388
9389 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * spam-report.el (spam-report-process-queue): Fix interactive use.
9392         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9393         (spam-report-unplug-agent): Doc fixes.
9394         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9395         (spam-report-agentize, spam-report-deagentize): Autoload
9396
9397 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9400
9401         * message.el (message-setup-fill-variables): Add mml tags to
9402         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9403         <ajk@iu.edu>.
9404         (message-mode): Don't modify paragraph-separate there.
9405
9406 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * compface.el (uncompface-use-external): Default to undecided.
9409         (uncompface-use-external-threshold): New variable.
9410         (uncompface-float-time): New macro.
9411         (uncompface): Determine whether to use the external decoder if
9412         uncompface-use-external is undecided.
9413
9414 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9417         after images.
9418
9419         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9420
9421 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9422
9423         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9424
9425         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9426
9427         * gnus-sum.el (gnus-summary-limit-to-age)
9428         (gnus-summary-limit-children): do.
9429
9430         * gnus-int.el (gnus-request-scan): do.
9431
9432         * gnus-group.el (gnus-group-suspend): do.
9433
9434         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9435
9436         * gnus-cite.el (gnus-cite-parse-attributions): do.
9437
9438         * gnus-agent.el (gnus-summary-set-agent-mark)
9439         (gnus-agent-regenerate-group): do.
9440
9441         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9442
9443         * binhex.el (binhex-decode-region-internal): do.
9444
9445 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * gnus-fun.el (gnus-face-properties-alist): New user option.
9448         (gnus-display-x-face-in-from): Use it.
9449
9450         * gnus-art.el (article-display-face): Ditto.
9451
9452         * compface.el (uncompface-use-external): Default to nil.
9453
9454 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9455
9456         * nntp.el (nntp-erase-buffer): New function.
9457         (nntp-retrieve-data, nntp-send-command)
9458         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9459         (nntp-possibly-change-group): Use it.
9460
9461         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9462         with-current-buffer.
9463
9464 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9465
9466         * compface.el: Merge the ELisp-based uncompface program.
9467         (compface): New customization group.
9468         (uncompface-use-external): New user option.
9469         (uncompface): Call uncompface-internal if uncompface-use-external
9470         is nil.
9471         (uncompface-internal): New function.  Note that there are also
9472         some other functions and variables added for this function.
9473
9474 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9475
9476         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9477         if necessary.
9478
9479 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9480
9481         * spam-report.el (spam-report-unplug-agent)
9482         (spam-report-plug-agent, spam-report-deagentize)
9483         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9484         Add support for the Agent in spam-report: when unplugged, report to a
9485         file; when plugged, submit all the requests.
9486
9487         * spam.el (spam-register-routine): Fix message about
9488         registration.
9489
9490 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9491
9492         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9493         dependencies.
9494         (rfc2047-encode): Use it.
9495
9496         * gnus-art.el (gnus-button-marker-list): Move before first
9497         reference.
9498
9499         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9500         (imap-parse-body): Fix format string mismatch.
9501
9502         * gnus-score.el (gnus-summary-increase-score): do.
9503
9504         * nnrss.el (nnrss-close): New function.
9505
9506 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9507
9508         * nnrss.el (nnrss-make-filename): New function.
9509         (nnrss-request-delete-group, nnrss-read-server-data)
9510         (nnrss-save-server-data, nnrss-read-group-data)
9511         (nnrss-save-group-data): Use it.
9512         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9513         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9514         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9515
9516 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9517
9518         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9519
9520 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9521
9522         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9523         files.
9524
9525         * message.el (message-generate-headers-first): Don't quote nil
9526         and t in docstrings.
9527
9528         * imap.el (imap-id): do.
9529
9530         * gnus-agent.el (gnus-agent-consider-all-articles)
9531         (gnus-agent-queue-mail): do.
9532
9533 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * spam-report.el (spam-report-process-queue): New function.
9536         Process requests from `spam-report-requests-file'.
9537         (spam-report-process-queue): Doc fix.
9538
9539 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9540
9541         * spam.el (spam-register-routine)
9542         (spam-log-processing-to-registry, spam-log-registered-p)
9543         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9544         Change "check" to "spam-check" for semi-clarity.
9545
9546 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9547
9548         * pop3.el: Require nnheader.
9549
9550         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9551
9552         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9553
9554         * gnus-picon.el: Require cl.
9555
9556         * gnus-fun.el: Require gnus-ems and gnus-util.
9557
9558         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9559
9560         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9561
9562         * gnus-art.el (gnus-article-edit-mode): Define before first
9563         reference.
9564
9565 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9566
9567         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9568         (gnus-uu-post-encoded): Use point-at-bol.
9569
9570         * gnus-topic.el (gnus-group-active-topic-p): do.
9571
9572         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9573
9574         * gnus-group.el (gnus-group-kill-region): do.
9575
9576         * gnus-art.el (article-date-ut): do.
9577
9578         * message.el (message-fetch-field): Remove redundant
9579         case-fold-search binding.
9580         (message-narrow-to-field): Simplify.
9581
9582 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * spam.el (spam-directory): Derive from `gnus-directory'.
9585
9586         * spam-report.el (spam-report-url-to-file)
9587         (spam-report-requests-file): New function and variable for offline
9588         reporting.
9589         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9590         and user defined function.
9591         (spam-report-url-ping-mm-url): Remove doubled slash.
9592
9593 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9594
9595         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9596
9597 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9598
9599         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9600         format string mismatch.
9601
9602         * sieve.el (sieve-deactivate-all): do.
9603
9604         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9605
9606         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9607
9608         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9609
9610         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9611
9612 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9613
9614         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9615         the list of checks.
9616
9617 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9618
9619         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9620         padding.
9621
9622 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9623
9624         * mm-view.el (mm-fill-flowed): New variable.
9625         (mm-inline-text): Use it.
9626
9627 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9628
9629         * spam.el (spam-spamassassin-register-ham-routine)
9630         (spam-spamassassin-register-spam-routine): Fix function names.
9631
9632 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * gnus.el (gnus-tmp-grouplens): Remove.
9635         (gnus-summary-line-format): Remove grouplens.
9636
9637         * gnus-group.el (gnus-group-line-format): Ditto.
9638
9639         * gnus-spec.el (gnus-format-specs): Ditto.
9640         (gnus-update-format-specifications): Flush the group format spec
9641         cache if there's the grouplens stuff.
9642         (gnus-parse-simple-format): Replace %l with the empty string.
9643
9644 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9645
9646         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9647         omission.
9648
9649 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9652         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9653
9654 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9655
9656         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9657         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9658         New macros and functions.
9659         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9660         Handle > NLINK_MAX messages.
9661         * nnmaildir.el (nnmaildir-request-set-mark): Use
9662         nnmaildir--emlink-p and nnmaildir--eexist-p.
9663
9664 2004-01-25  Alex Schroeder  <alex@gnu.org>
9665
9666         * spam-stat.el (spam-stat-process-directory-age): New option.
9667         (spam-stat-process-directory): Use it.
9668
9669 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9670
9671         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9672         (spam-stat-save): Accept prefix argument.
9673
9674 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9675
9676         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9677         links" error.
9678
9679 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9682         the rest of the and/or forms.
9683
9684 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9685
9686         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9687         compatibility with old .newsrc.eld files.
9688
9689         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9690
9691         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9692
9693         * gnus-start.el (gnus-1): do.
9694
9695         * gnus-group.el (gnus-group-line-format-alist): do.
9696
9697         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9698
9699         * gnus-gl.el: Remove.
9700
9701 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9702
9703         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9704         marks consisting of a single range {for example, (3 . 5)} rather
9705         than a list of a single range { ((3 . 5)) }.
9706
9707 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9708
9709         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9710         with-current-buffer.
9711         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9712         avoid consing a string.
9713
9714         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9715         Remove obsolete entries for big5 and gb2312.
9716
9717 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9718
9719         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9720         uncompressed list.
9721
9722 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9723
9724         * spam-stat.el (spam-stat-strip-xref): New function.
9725         (spam-stat-process-directory): Use it.
9726
9727         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9728         here -- it's done in message-fetch-field.
9729
9730 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9731
9732         * gnus-agent.el (gnus-agent-queue-mail,
9733         gnus-agent-prompt-send-queue): New variables.
9734         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9735         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9736         "nndraft:queue" along to gnus-draft-send.  Use
9737         gnus-agent-prompt-send-queue.
9738         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9739         is "nndraft:queue".  Suggested by Gaute Strokkenes
9740         <gs234@srcf.ucam.org>
9741
9742         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9743         (agent-enable-undownloaded-faces): Added
9744         (gnus-agent-cat-groups): Use eval-and-compile, not
9745         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9746         method of gnus-agent-cat-groups even when the buffer has been
9747         evaled.
9748         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9749         delete gnus-agent-save-active-1.
9750         (gnus-agent-save-groups): Deleted. Identical to
9751         gnus-agent-save-active.
9752         (gnus-agent-write-active): No longer adjust agent's copy of active
9753         file as agent's adjustments are now stored in their own
9754         file. Removed optional parameter.
9755         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9756         servers.  Add use of min/max range limits from server's local
9757         file.
9758         (gnus-agent-save-alist): Removed unused optional argument.
9759         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9760         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9761         (gnus-agent-set-local): A per-server file that keeps min/max range
9762         limits for articles known to the agent.  Provides a fast mechanism
9763         for altering many active ranges.
9764         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9765         active file (local makes it unnecessary).
9766         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9767
9768         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9769         (agent-enable-undownloaded-faces): Added
9770
9771         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9772         disable it when sending to "nndraft:queue".
9773         (gnus-group-send-queue): Add safety check to avoid sending queue
9774         when unplugged.
9775
9776         * gnus-group.el (gnus-group-catchup): Use new
9777         gnus-sequence-of-unread-articles, not
9778         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9779         numbers of articles.  Use gnus-range-map to avoid having to
9780         uncompress the unread list.
9781         (gnus-group-archive-directory,
9782         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9783         reference.
9784
9785         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9786         (gnus-sorted-range-intersection): Intersection of two ranges
9787         without requiring that they first be uncompressed.
9788
9789         * gnus-start.el (gnus-activate-group): Unless blocked by the
9790         caller, possibly expand the active range to include both cached
9791         and agentized articles.
9792         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9793         multiple version-dependent converters.
9794         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9795         gnus-agent-save-active.
9796         (gnus-save-newsrc-file): Save dirty agent range limits.
9797
9798         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9799         gnus-agent-possibly-alter-active.
9800         (gnus-adjust-marked-articles): Faster handling of simple lists
9801
9802 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9803
9804         * spam-stat.el (spam-stat-test-directory): New optional argument
9805         displays a list of files detected.  Suggested by Andrew Cohen
9806         <cohen@andy.bu.edu>.
9807         (spam-stat-buffer-words-with-scores): Don't narrow and change
9808         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9809
9810 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9811
9812         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9813         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9814         (spam-spamassassin-arguments)
9815         (spam-spamassassin-spam-flag-header)
9816         (spam-spamassassin-positive-spam-flag-header)
9817         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9818         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9819         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9820         (spam-list-of-processors, spam-list-of-checks)
9821         (spam-list-of-statistical-checks, spam-registration-functions)
9822         (spam-check-spamassassin-headers, spam-check-spamassassin)
9823         (spam-spamassassin-score)
9824         (spam-spamassassin-register-with-sa-learn)
9825         (spam-spamassassin-register-spam-routine)
9826         (spam-spamassassin-register-ham-routine)
9827         (spam-assassin-register-spam-routine)
9828         (spam-assassin-register-ham-routine): add SpamAssassin support
9829         (spam-bogofilter-score): fix to show article before scoring
9830
9831 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9832
9833         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9834         default scoring function.
9835         (spam-generic-score): Call spam-spamassassin-score if
9836         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9837         spam-bogofilter-score otherwise.
9838
9839         * gnus.el (spam-process, spam-autodetect-methods): Add
9840         spamassassin and spamassassin-headers.
9841
9842 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9843
9844         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9845         Suppress unnecessary messages.
9846
9847 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9848
9849         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9850         make-hash-table.
9851
9852 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * canlock.el (base64-encode-string): Don't autoload it.
9855
9856 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * run-at-time.el: Remove useless (require 'itimer),
9859         eval-and-compile and (featurep 'xemacs).
9860
9861 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9862
9863         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9864         GROUP is a virtual group.
9865
9866 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9867
9868         * gnus.el: Autoload `message-y-or-n-p'.
9869
9870 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9871
9872         * pgg-parse.el: Remove unnecessary (require 'custom).
9873
9874         * pgg-def.el: do.
9875
9876         * nnmail.el: do.
9877
9878         * gnus-undo.el: do.
9879
9880         * gnus-picon.el: do.
9881
9882         * gnus-util.el: do.
9883
9884 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9887
9888 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9891         handle, as well as a list.
9892
9893         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9894         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9895         (mm-w3m-cid-retrieve): Simplify.
9896
9897 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9898
9899         * message.el (message-kill-to-signature): Allow prefix arg to
9900         specify number of lines to keep before signature.
9901
9902 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9903
9904         (message-kill-to-signature): Change docstring.
9905
9906 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * canlock.el: Always require sha1-el.
9909         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9910
9911         * message.el: Autoload sha1 only when compiling.
9912
9913         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9914         eudc-expand-inline for XEmacs.
9915
9916 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * message.el (message-canlock-generate): Require sha1-el.
9919
9920 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9921
9922         * message.el (message-expand-name): Silence the byte compiler.
9923
9924         * lpath.el: Add detect-coding-system.
9925
9926         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9927         cus-edit.
9928
9929 2004-01-13  Simon Josefsson  <jas@extundo.com>
9930
9931         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9932         Invoke gnus-score-mode.  Reported by
9933         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9934
9935         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9936         Jim Blandy <jimb@redhat.com> (tiny change).
9937
9938 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9939
9940         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9941
9942 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9943
9944         * spam.el (spam-get-article-as-string): Update to use
9945         gnus-request-article-this-buffer, much simpler.
9946         (spam-get-article-as-buffer): Remove.
9947
9948 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9949
9950         * message.el (message-expand-name): Use EUDC if the user uses
9951         that.
9952
9953 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9954
9955         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9956         character for the encoding to avoid consing a string.
9957
9958         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9959         unnecessarily.
9960
9961         * mm-util.el (mm-replace-chars-in-string): Remove.
9962
9963         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9964         of mm-replace-chars-in-string.
9965
9966 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9967
9968         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9969         strings.
9970
9971         * mm-util.el (mm-subst-char-in-string): Support inplace.
9972
9973         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9974         a new string in every iteration.  Use shy groups.
9975
9976 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9977
9978         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9979         (gnus-group-change-level, gnus-kill-newsgroup)
9980         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9981         (gnus-get-unread-articles, gnus-make-articles-unread)
9982         (gnus-make-ascending-articles-unread): Use accessor
9983         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9984         to get group information for improved readability.
9985
9986         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9987
9988         * gnus-soup.el (gnus-soup-group-brew): do.
9989
9990         * gnus-msg.el (gnus-put-message): do.
9991
9992         * gnus-move.el (gnus-group-move-group-to-server): do.
9993
9994         * gnus-kill.el (gnus-batch-score): do.
9995
9996         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9997         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9998         (gnus-group-update-group, gnus-group-read-group)
9999         (gnus-group-make-group, gnus-group-make-help-group)
10000         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10001         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10002         (gnus-group-sort-by-unread, gnus-group-catchup)
10003         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10004         (gnus-group-yank-group, gnus-group-set-info)
10005         (gnus-group-list-groups): do.
10006
10007         * gnus.el (gnus-generate-new-group-name): do.
10008
10009         * gnus-delay.el (gnus-delay-send-queue): do.
10010
10011         * nnvirtual.el (nnvirtual-catchup-group): do.
10012
10013         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10014         do.
10015
10016         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10017         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10018
10019         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10020         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10021         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10022         (gnus-group-make-articles-read): do.
10023
10024 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10025
10026         * gnus-art.el (article-decode-mime-words, article-babel)
10027         (gnus-article-highlight-signature, gnus-article-add-buttons)
10028         (gnus-signature-toggle): Use gnus-with-article-buffer.
10029
10030         * gnus-art.el (gnus-article-highlight-headers)
10031         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10032
10033         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10034         (gnus-article-set-globals, gnus-request-article-this-buffer)
10035         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10036         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10037         (gnus-mime-display-alternative): Use with-current-buffer.
10038
10039 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10040
10041         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10042         also under 80 char limit, and call gnus-error if needed.
10043         (spam-fetch-article-header): Fix - it was a
10044         buffer-local variable (gnus-newsgroup-data).
10045         (spam-find-spam): Use spam-generate-fake-headers, forget about
10046         spam-insert-fake-headers.
10047         (spam-insert-fake-headers): Remove.
10048
10049 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10050
10051         * deuglify.el (gnus-article-outlook-unwrap-lines)
10052         (gnus-outlook-rearrange-article)
10053         (gnus-outlook-repair-attribution-outlook)
10054         (gnus-outlook-repair-attribution-block)
10055         (gnus-outlook-repair-attribution-other): Remove redundant
10056         save-excursion.
10057
10058 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10059
10060         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10061         (spam-fetch-field-subject-fast)
10062         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10063         (spam-fetch-article-header): Add functions to deal with Gnus
10064         internals for fast retrieval of article header data.
10065         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10066
10067 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10068
10069         * pop3.el (pop3-md5): Remove.
10070         (pop3-apop): Replace pop3-md5 with md5.
10071
10072         * mm-bodies.el: base64 is always built-in.
10073
10074         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10075         with-current-buffer.
10076
10077 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * canlock.el (canlock-insert-header): Remove excessive grouping in
10080         regexp.
10081
10082         * gnus-sum.el (gnus-summary-read-document): Ditto.
10083
10084         * gnus-uu.el (gnus-uu-part-number): Ditto.
10085
10086         * html2text.el (html2text-remove-tags): Ditto.
10087         (html2text-format-tags): Ditto.
10088         (html2text-format-single-elements): Ditto.
10089
10090         * mml.el (mml-parse-1): Ditto.
10091
10092 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10093
10094         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10095
10096         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10097
10098         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10099
10100         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10101
10102 2003-11-15  Simon Josefsson  <jas@extundo.com>
10103
10104         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10105         (pgg-gpg-lookup-key): Use regexp match instead of
10106         split-string (split-string is different between emacs 21.2 and
10107         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10108
10109 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10110
10111         * gnus-art.el (gnus-mime-view-all-parts)
10112         (gnus-article-part-wrapper, gnus-article-view-part): Use
10113         with-current-buffer.
10114
10115 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10116
10117         * spam.el (spam-disable-spam-split-during-ham-respool)
10118         (spam-spamoracle-database, spam-cache-lookups)
10119         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10120         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10121         (spam-group-ham-marks, spam-group-spam-marks)
10122         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10123         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10124         also add spam-use-blackholes to the statistical checks.
10125         (spam-fetch-field-fast): Add interface to fetching fields, may
10126         become a macro.
10127         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10128         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10129         (spam-insert-fake-headers): Fake an article when needed.
10130         (spam-find-spam): Fake article when possible.
10131         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10132         (spam-check-bogofilter-headers): Use message-fetch-field instead
10133         of nnmail-fetch-field.
10134
10135 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10138
10139 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10140
10141         * spam.el (spam-split): Do not require spam-use-CHECK to be
10142         enabled if that check is passed to spam-split explicitly; also
10143         fix so 'spam doesn't get converted to spam-split-group when
10144         spam-split-symbolic-return is t.
10145         (spam-find-spam): Find registrations of the article and use those
10146         instead of re-running spam-split to find the spam/ham
10147         classification of the article.
10148         (spam-log-processing-to-registry, spam-log-registered-p)
10149         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10150         Use gnus-error instead of gnus-message.
10151         (spam-log-registration-type): Add function to determine the
10152         classification of a message based on registry entries; will
10153         return nil if both 'spam and 'ham are found.
10154         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10155         a reasonably fast local cache without the loading errors.
10156         (spam-cache-lookups): Set to t by default.
10157         (spam-find-spam): Don't try to guess spam-cache-lookups.
10158         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10159         spam-caches entry.
10160         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10161         caching of whitelist/blacklist entries.
10162         (spam-check-whitelist, spam-check-blacklist): Invoke
10163         spam-from-listed-p with a type, not a cache variable.
10164         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10165
10166 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10167
10168         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10169
10170         * nnmail.el (nnmail-split-fancy): do.
10171
10172         * mml.el (mml-parse): do.
10173
10174         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10175         (gnus-score-adaptive): do.
10176
10177 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10180         (gnus-mime-button-map): Don't set keymap parent.
10181         (gnus-button-ctan-directory-regexp): Use shy grouping.
10182         (gnus-prev-page-map): Don't set keymap parent.
10183         (gnus-prev-page-map): Remove duplicated one.
10184         (gnus-next-page-map): Don't set keymap parent.
10185         (gnus-mime-security-button-map): Ditto.
10186
10187         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10188         version number.
10189
10190         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10191
10192 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * canlock.el (canlock-sha1-function): Remove.
10195         (canlock-sha1-function-for-verify): Remove.
10196         (canlock-openssl-program): Remove.
10197         (canlock-openssl-args): Remove.
10198         (canlock-ignore-errors): Remove.
10199         (canlock-sha1-with-openssl): Remove.
10200         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10201         (canlock-verify): Don't use canlock-ignore-errors.
10202
10203         * sha1-el.el (sha1-string-external): Make it can return a string
10204         in binary form.
10205         (sha1-region-external): Ditto.
10206         (sha1-string-internal): Ditto.
10207         (sha1-region-internal): Ditto.
10208         (sha1-region): Ditto.
10209         (sha1-string): Ditto.
10210         (sha1): Ditto.
10211
10212 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10213
10214         * spam.el (spam-report-articles-gmane): New command.
10215
10216 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10219
10220         * run-at-time.el (run-at-time-saved): Remove.
10221         (run-at-time): Doc fix.
10222
10223 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10224
10225         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10226         (gnus-summary-limit-map): Add it.
10227         (gnus-summary-make-menu-bar): do.
10228
10229 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10230
10231         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10232         Make attempt at some caching support (done for BBDB only now).
10233         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10234         addresses to be checked.
10235         (spam-clear-cache-BBDB): Add function, to be invoked by
10236         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10237         (spam-check-BBDB): Check and use the caches, if
10238         spam-cache-lookups is on, remove superfluous (provide).
10239
10240 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10243
10244 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10245
10246         * run-at-time.el (run-at-time-saved): Move to after the definition
10247         of `run-at-time'.
10248
10249         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10250
10251 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10254         mm-w3m-local-map-property.
10255
10256         * mm-view.el (mm-w3m-mode-map): Remove.
10257         (mm-w3m-local-map-property): Remove.
10258         (mm-inline-text-html-render-with-w3m): Don't use
10259         mm-w3m-local-map-property.
10260
10261 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10262
10263         * run-at-time.el: New file.
10264
10265         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10266         under Emacs.
10267
10268         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10269         of gnus-set-text-properties.
10270
10271         * gnus-uu.el (gnus-uu-save-article): Ditto.
10272
10273         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10274
10275         * gnus-cite.el (gnus-cite-parse): Ditto.
10276
10277         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10278         of gnus-.
10279
10280         * gnus-xmas.el (run-at-time): Require run-at-time.
10281
10282         * gnus.el: Changed calls to nnheader-run-at-time and
10283         password-run-at-time throughout to use run-at-time directly.
10284
10285         * password.el: Removed definition of run-at-time.
10286
10287         * nnheaderxm.el: Remove definition of run-at-time.
10288
10289 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10290
10291         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10292         in prompt.
10293
10294 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10295
10296         * messagexmas.el (message-xmas-redefine): Alias
10297         `message-make-caesar-translation-table' to
10298         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10299         version.
10300
10301         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10302         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10303         `gnus-xmas-set-text-properties'.
10304         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10305         `gnus-xmas-completing-read'.
10306         (gnus-xmas-completing-read): Removed.
10307         (gnus-xmas-open-network-stream): Removed.
10308
10309         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10310         XEmacs version.
10311
10312         * dns.el (dns-make-network-process): Use `open-network-stream'
10313         instead of `gnus-xmas-open-network-stream'.
10314
10315         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10316
10317         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10318
10319 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10320
10321         * gnus-art.el (gnus-mime-display-alternative)
10322         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10323         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10324         Don't use gnus-local-map-property.
10325
10326         * gnus-util.el (gnus-local-map-property): Remove.
10327
10328         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10329         gnus-completing-read-maybe-default with completing-read.
10330
10331         * gnus-util.el (gnus-completing-read): do.
10332         (gnus-completing-read-maybe-default): Remove.
10333
10334 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10335
10336         * password.el: Only autoload `run-at-time' if not XEmacs.
10337         Only autoload the itimer functions if XEmacs.
10338
10339 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10342         XEmacsen.
10343
10344         * dgnushack.el: Autoload executable-find for XEmacs.
10345
10346 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10347
10348         * gnus-art.el (gnus-read-string): Remove.
10349         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10350         read-string.
10351
10352 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10353
10354         * netrc.el: Autoload password-read.
10355         (netrc): Add configuration group.
10356         (netrc-encoding-method, netrc-openssl-path): Add
10357         variables for encoding and decoding of files with symmetric
10358         ciphers.
10359         (netrc-encode): Add assistant function to encode a file with
10360         netrc-encoding-method.
10361         (netrc-parse): Add interactive parameter, added optional
10362         decoding if netrc-encoding-method is non-nil but otherwise
10363         behavior is standard.
10364         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10365         Do s/encode/encrypt/ everywhere.
10366
10367         * spam.el: Remove executable-find autoload.
10368
10369 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10370
10371         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10372
10373         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10374
10375 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * gnus-art.el (gnus-treat-ansi-sequences,
10378         article-treat-ansi-sequences): New variable and function.
10379         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10380
10381         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10382         Use it.
10383
10384 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10385
10386         * mm-util.el (mm-quote-arg): Remove.
10387
10388         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10389         shell-quote-argument.
10390
10391         * gnus-uu.el (gnus-uu-command): do.
10392
10393         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10394
10395         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10396         with make-char.
10397
10398         * mm-util.el (mm-make-char): Remove.
10399
10400         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10401         add-minor-mode.
10402
10403         * gnus-undo.el (gnus-undo-mode): do.
10404
10405         * gnus-topic.el (gnus-topic-mode): do.
10406
10407         * gnus-sum.el (gnus-dead-summary-mode): do.
10408
10409         * gnus-start.el (gnus-slave-mode): do.
10410
10411         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10412
10413         * gnus-ml.el (gnus-mailing-list-mode): do.
10414
10415         * gnus-gl.el (gnus-grouplens-mode): do.
10416
10417         * gnus-draft.el (gnus-draft-mode): do.
10418
10419         * gnus-dired.el (gnus-dired-mode): do.
10420
10421         * gnus-ems.el (gnus-add-minor-mode): Remove.
10422
10423         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10424         Replace gnus-char-width with char-width.
10425
10426         * gnus-ems.el (gnus-char-width): Remove.
10427
10428         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10429         Replace gnus-char-width with char-width.
10430
10431         * gnus-ems.el (gnus-char-width): Remove.
10432
10433         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10434         definition.
10435         Remove Emacs 20 hash table compatibility code.
10436
10437         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10438         20 compatibility code.
10439
10440         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10441
10442         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10443
10444         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10445         with point-at-{eol,bol}.
10446
10447         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10448
10449         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10450
10451         * flow-fill.el (fill-flowed-point-at-bol,
10452         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10453
10454         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10455         Replace with point-at-{eol,bol} throughout all files.
10456
10457 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * ntlm.el (ntlm-string-as-unibyte): New macro.
10460         (ntlm-build-auth-response): Use it.
10461
10462         Remove Emacs 20 stuff:
10463         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10464         (butlast, mapc, remove): Remove the compiler macros.
10465         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10466         of delq and copy-sequence.
10467         * gnus-art.el (popup-menu): Remove the compiler macro.
10468         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10469         Emacs 20.
10470
10471 2004-01-05  Simon Josefsson  <jas@extundo.com>
10472
10473         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10474         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10475         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10476         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10477         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10478         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10479         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10480         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10481         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10482         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10483         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10484         string-xor into ntlm-string-xor.  Suggested by
10485         Jesper Harder <harder@myrealbox.com>.
10486
10487         * ntlm.el: Don't include poem.
10488
10489         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10490         Jesper Harder <harder@myrealbox.com>.
10491
10492         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10493
10494         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10495         probably breaks emacs with DL patch, but do we care? Is anyone
10496         still using the DL stuff?)
10497
10498         * sieve-manage.el: Use the password package.
10499         (sieve-manage-read-passwd): Remove.
10500         (sieve-manage-interactive-login): Use password.  Re-add
10501         condition-case around loop.
10502
10503         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10504         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10505         the password package.
10506
10507 2003-02-19  Simon Josefsson  <jas@extundo.com>
10508
10509         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10510         token.
10511
10512 2002-08-07  Simon Josefsson  <jas@extundo.com>
10513
10514         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10515         (sieve-manage-authenticators):
10516         (sieve-manage-authenticator-alist): Add some SASL mechs.
10517         (sieve-sasl-auth): New function.
10518         (sieve-manage-cram-md5-auth):
10519         (sieve-manage-plain-auth): Rewrite using SASL library.
10520         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10521         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10522         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10523         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10524
10525 2004-01-05  Simon Josefsson  <jas@extundo.com>
10526
10527         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10528         New files.
10529
10530 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10531
10532         * gnus-group.el (gnus-no-groups-message): Update.
10533
10534         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10535
10536 2003-11-09  Simon Josefsson  <jas@extundo.com>
10537
10538         * imap.el: Support for ID IMAP extension (RFC 2971).
10539         (imap-local-variables): Add imap-id.
10540         (imap-id): New variable.
10541         (imap-id): New function.
10542         (imap-parse-response): Parse untagged ID response.
10543         * nnimap.el (nnimap-id): New variable.
10544         (nnimap-open-connection): Use it.
10545
10546 2003-12-28  Simon Josefsson  <jas@extundo.com>
10547
10548         * gnus-score.el (gnus-score-edit-all-score): New.
10549         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10550
10551 2004-01-04  Simon Josefsson  <jas@extundo.com>
10552
10553         * password.el: Add.
10554
10555 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10556
10557         * dns.el: Add support for AAAA records (see RFC 3596)
10558
10559         * Fix typo PRT -> PTR
10560
10561         * Parse MX, PTR and SOA replies (see RFC 1035)
10562
10563 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10566
10567         * Moved to Changelog.2.
10568
10569 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10570
10571         * gnus.el (gnus-version-number): Bump version.
10572
10573 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10574
10575         * gnus.el: No Gnus v0.1 is released.
10576
10577 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10578
10579         * gnus.el: No Gnus v0.0 is released.
10580
10581 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10582
10583         * gnus.el (gnus-version-number): Bump.
10584         (gnus-version): No.
10585
10586 See ChangeLog.2 for earlier changes.
10587
10588     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10589
10590   This file is part of GNU Emacs.
10591
10592   GNU Emacs is free software; you can redistribute it and/or modify
10593   it under the terms of the GNU General Public License as published by
10594   the Free Software Foundation; either version 2, or (at your option)
10595   any later version.
10596
10597   GNU Emacs is distributed in the hope that it will be useful,
10598   but WITHOUT ANY WARRANTY; without even the implied warranty of
10599   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10600   GNU General Public License for more details.
10601
10602   You should have received a copy of the GNU General Public License
10603   along with GNU Emacs; see the file COPYING.  If not, write to the
10604   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10605   Boston, MA 02110-1301, USA.
10606
10607 ;; Local Variables:
10608 ;; coding: iso-2022-7bit
10609 ;; fill-column: 79
10610 ;; add-log-time-zone-rule: t
10611 ;; End:
10612
10613 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4