* gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the 4th and
[gnus] / lisp / ChangeLog
1 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4         4th and the 5th arguments.
5
6         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7         the front stickiness.
8         (gnus-article-summary-command-nosave): Correct the order of the
9         arguments passed to pop-to-buffer.
10         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11         summary command ends up with the article buffer.
12
13         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14         the same faces.
15
16 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gnus-art.el (gnus-mime-view-part-externally)
19         (gnus-mime-view-part-internally): Fix predicate function passed to
20         completing-read.
21
22         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
23
24         * gnus.el (gnus-update-message-archive-method): Add :version.
25
26 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27
28         * gnus.el (gnus-update-message-archive-method): New variable.
29
30         * gnus-start.el (gnus-setup-news): Update saved "archive" method
31         according to gnus-message-archive-method if
32         gnus-update-message-archive-method is non-nil.
33
34 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
37         by Loic Dachary <loic@dachary.org>.
38         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
39
40 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * message.el (message-pop-to-buffer): Add switch-function argument.
43         (message-mail): Pass switch-function argument to it.
44
45 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
46
47         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
48         Improve doc string.
49
50 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
53         (gnus-header-content)
54         * gnus-cite.el (gnus-cite-10)
55         * gnus-srvr.el (gnus-server-closed)
56         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
57         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
58         (gnus-group-mail-3-empty, gnus-group-mail-low)
59         (gnus-group-mail-low-empty, gnus-splash)
60         * message.el (message-header-to, message-header-cc)
61         (message-header-subject, message-header-other, message-header-name)
62         (message-header-xheader, message-separator, message-cited-text)
63         (message-mml): Lighten colors of faces used for dark background.
64
65 2007-05-24  Simon Josefsson  <simon@josefsson.org>
66
67         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
68         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
69
70 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * message.el (message-narrow-to-headers-or-head): Ignore
73         mail-header-separator in the body.
74
75 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
78         same as window size.
79
80 2007-05-22  Kevin Ryde  <user42@zip.com.au>
81
82         * message.el (message-font-lock-keywords): Use message-header-xheader
83         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
84         ahead of the anything pattern, to get it recognised.
85
86 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
89         spam.el loads uses it in the compiled defadvice form.
90
91 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
92
93         * gnus-sum.el (gnus-articles-to-read)
94         (gnus-summary-insert-old-articles): Don't truncate group name for
95         `read-string'.
96
97         * gnus-util.el (gnus-limit-string): Delete this function.
98
99         * gnus-sum.el (gnus-simplify-subject-fully): Use
100         `truncate-string-to-width' instead.
101
102 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
103
104         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
105         summary exit, the next group has to be selected.
106         (gnus-summary-exit): Use it.
107
108 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
109
110         * gnus-art.el (gnus-article-mode): Fix comment about displaying
111         non-break space.
112
113 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
116         Check if group is not a directory.
117         (nnfolder-request-expire-articles): Don't delete articles if the target
118         group is not available.
119
120         * nnml.el (nnml-request-create-group): Properly check if group is not a
121         file.
122         (nnml-request-expire-articles): Don't delete articles if the target
123         group is not available.
124
125         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
126         Don't quote characters that are within parentheses.
127
128 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
131         (gnus-handle-ephemeral-exit): Select article according to it.
132
133 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
134
135         * message.el (message-insert-formated-citation-line): Remove newline.
136         (message-citation-line-format): Add final \n here so that the user can
137         avoid a blank line.
138
139 2007-05-03  Dan Christensen  <jdc@uwo.ca>
140
141         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
142         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
143         Update lanl/arXiv support.
144
145 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
146
147         * gnus.el: Bump version number.
148
149 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * gnus.el (gnus-version-number): Bump version.
152
153 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
154
155         * gnus.el: No Gnus v0.6 is released.
156
157 2007-04-27  Didier Verna  <didier@xemacs.org>
158
159         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
160         * gmm-utils.el (gmm-regexp-concat): here.
161         * message.el: Don't require 'gnus-util.
162         (message-dont-reply-to-names): Handle name change above.
163         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
164
165 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
168         since the initial value varies according to the system.
169
170 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * mm-util.el (mm-charset-synonym-alist): Defcustom.
173
174 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
175
176         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
177
178 2007-04-24  Didier Verna  <didier@xemacs.org>
179
180         Improve the type of gnus-ignored-from-addresses.
181         * gnus-util.el (gnus-orify-regexp): New function.
182         * message.el (gnus-util): Require it.
183         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
184         * gnus-sum.el (gnus-ignored-from-addresses): New function.
185         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
186
187 2007-04-24  Didier Verna  <didier@xemacs.org>
188
189         * gnus-sum.el:
190         * gnus-utils.el: Fix some trailing whitespaces.
191
192 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
195         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
196         article's Message-ID; refer parent article in summary buffer.
197
198         * message.el (message-bounce): Call mime-to-mml.
199
200         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
201         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
202         optimize and/or forms properly.
203
204 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
205
206         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
207         URL.
208
209 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
212
213 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
216         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
217         displayed of multipart/alternative part if it is invoked from summary
218         buffer.
219
220         * mm-view.el (mm-inline-text-html-render-with-w3m)
221         (mm-inline-text-html-render-with-w3m-standalone)
222         (mm-inline-render-with-function): Use mail-parse-charset by default.
223
224 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
225
226         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
227         is less than the length of parse-time-syntax.
228
229 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
232         from gnus-newsgroup-processable.
233
234 2007-04-16  Didier Verna  <didier@xemacs.org>
235
236         * gnus-msg.el (gnus-configure-posting-styles): Handle
237         message-signature-directory properly with :file syntax. Reported by
238         "Leo".
239
240 2007-04-11  Didier Verna  <didier@xemacs.org>
241
242         New user option: message-signature-directory.
243         * gnus-msg.el (gnus-configure-posting-styles): Support it.
244         * message.el (message-insert-signature): Ditto.
245         * message.el (message-signature-file): Doc update.
246         * message.el (message-signature-directory): New.
247
248 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus-msg.el (gnus-inews-yank-articles): Use
251         message-exchange-point-and-mark instead of exchange-point-and-mark.
252
253 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * message.el (message-yank-original): Make sure cited text ends with
256         newline; don't exchange point and mark.
257
258 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
259
260         * tls.el (open-tls-stream): Properly handle case where there
261         is no associated buffer.
262
263 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
264
265         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
266         message-yank-original, make sure (< mark TEXT point).
267
268 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
269
270         * message.el (message-fill-column): New variable.
271         (message-mode): Use it.  Add comment on a possible new hook.
272
273         * nnmail.el (nnmail-spool-file): Mark as obsolete.
274         (nnmail-get-new-mail): Reformat.
275
276         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
277
278         * gmm-utils.el: Fix Commentary.
279         (gmm-tool-bar-from-list): Fix typo in doc string.
280
281 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
282
283         * message.el (message-yank-original): Don't switch point and mark
284         unnecessarily to put point and mark as documented.
285
286 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
289         from the message heads.
290
291 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
292
293         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
294         article buffer does not have a window.  This may not be the best
295         solution but is certainly better than setting the start of the null,
296         that is the current, window.
297
298 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
299
300         * gnus-draft.el (gnus-draft-setup-hook): New hook.
301         (gnus-draft-setup): Run it.
302
303         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
304         gnus-score-fast-scoring.  Allow regexp.
305         (gnus-score-headers): Use it.
306
307         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
308         XEmacs.
309
310         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
311         string.
312         (gnus-button-alist): Also catch `<f1> k ...'.
313         (gnus-treat-display-x-face): Fix doc string.
314
315 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
316
317         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
318         evaluation of gnus-extended-version to ensure correct generation of the
319         User-Agent header when message-generate-headers-first is used.
320
321 2007-03-24  Simon Josefsson  <simon@josefsson.org>
322
323         * hashcash.el (hashcash-generate-payment-async): Don't crash if
324         hashcash-path is nil.  Don't call callback with incorrect number of
325         parameters if val is 0.
326
327 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
328
329         * message.el (message-required-news-headers):
330         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
331
332 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
333
334         * tls.el (open-tls-stream): In handshake-waiting loop,
335         don't wait more if there is output available to process.
336
337 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
338
339         * tls.el (tls-program): Doc fix.
340
341 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * message.el (message-generate-new-buffers): Change the meaning of the
344         nil value; add `standard' to the choices; treat t as `unique'; improve
345         doc string.
346         (gnus-select-frame-set-input-focus): Autoload.
347         (message-buffer-name): Search for the existing message buffer if
348         message-generate-new-buffers is nil or `standard'; treat the value t of
349         message-generate-new-buffers as `unique'.
350         (message-pop-to-buffer): Raise the frame already displaying the message
351         buffer; clear the echo area after querying.
352         (message-setup): Pass the `continue' argument to compose-mail.
353         (message-mail): Prefer `switch-function' if it is given; search for the
354         existing message buffer if the `continue' argument is non-nil; pass
355         continue and switch-function arguments to compose-mail by way of
356         message-setup.
357         (message-mail-other-window): Adjust argument of message-setup.
358         (message-mail-other-frame): Ditto.
359
360 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
363         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
364         to turn font-lock on when turning gnus-message-citation-mode on.
365
366 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
367
368         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
369         (mml-smime-function-alist): New variable; add epg as the backend.
370         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
371         mml-smime- functions instead.
372         * mm-view.el: Require smime.
373
374 2007-03-05  Didier Verna  <didier@xemacs.org>
375
376         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
377         instead of just inheritance for posting styles.
378         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
379
380 2007-02-24  Chris Moore  <dooglus@gmail.com>
381
382         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
383         * pgg-pgp.el (pgg-pgp-encrypt-region):
384         * pgg-gpg.el (pgg-gpg-encrypt-region):
385         Check pgg-encrypt-for-me if no other recipients.
386
387 2007-02-24  John Paul Wallington  <jpw@pobox.com>
388
389         * tls.el (tls-certtool-program): Fix custom type.
390
391 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
394         and point-at-eol instead of line-(beginning|end)-position.
395
396         * assistant.el (assistant-parse-buffer): Ditto.
397
398         * netrc.el (netrc-parse-services): Ditto.
399
400 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
401
402         * mml2015.el (mml2015-epg-find-usable-key): New function.
403         (mml2015-epg-sign): Use it.
404         (mml2015-epg-encrypt): Use it.
405
406 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * message.el (message-make-in-reply-to): Quote name containing
409         non-ASCII characters.  It will make the RFC2047 encoder cause an error
410         if there are special characters.  Reported by NAKAJI Hiroyuki
411         <nakaji@kankyo-u.ac.jp>.
412
413 2007-02-27  Didier Verna  <didier@xemacs.org>
414
415         Include the group parameters as well as the topic ones in the
416         inheritance filter process.
417         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
418         argument GROUP-PARAMS-LIST.
419         * gnus-topic.el (gnus-group-topic-parameters): Use it.
420
421 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * nntp.el (nntp-never-echoes-commands)
424         (nntp-open-connection-functions-never-echo-commands): New variables.
425         (nntp-send-command): Use them.
426
427 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
428
429         * mml2015.el (mml2015-epg-verify): Simplified.
430
431 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * mml.el (mml-content-disposition-alist): New user option.
434         (mml-content-disposition): New function.
435         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
436         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
437
438 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
439
440         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
441         verification.
442
443 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
444
445         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
446         articles posted in the last 24 hours.
447
448 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
449
450         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
451
452 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
453
454         * nntp.el (nntp-send-command): Don't wait for echoes when
455         nntp-open-ssl-stream is used.
456
457 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * gnus-cite.el (gnus-test-font-lock-add-keywords)
460         (gnus-message-add-citation-keywords)
461         (gnus-message-remove-citation-keywords): Remove.
462         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
463         directly, make the variables in font-lock-defaults buffer-local, add
464         gnus-message-citation-keywords to them and then update the value of
465         font-lock-keywords.
466
467 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * message.el (message-cite-original-1): Don't call
470         gnus-article-highlight-citation.
471
472         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
473         citations; fix line count.
474
475 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
478         (gnus-message-add-citation-keywords)
479         (gnus-message-remove-citation-keywords): Use it; fix the emulating
480         versions of font-lock-add-keywords and font-lock-remove-keywords to
481         work with XEmacs correctly.
482
483 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * gnus-cite.el (gnus-cite-face-list): Set the values of
486         gnus-message-max-citation-depth and gnus-message-citation-keywords.
487         (gnus-message-max-citation-depth): Use defvar rather than defconst.
488         (gnus-message-cite-prefix-regexp): New variable.
489         (gnus-message-search-citation-line): Use it; protect against long
490         citation prefix; fill match data with nil rather than 0 for XEmacs; set
491         the 0th match data for Emacs.
492         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
493         (gnus-message-add-citation-keywords): Append keywords rather than
494         prepending; emulate font-lock-add-keywords if it is not available.
495         (gnus-message-remove-citation-keywords): Emulate
496         font-lock-remove-keywords if it is not available.
497
498         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
499
500         * message.el (message-cite-prefix-regexp): Set the value of
501         gnus-message-cite-prefix-regexp.
502
503 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
504
505         * nnweb.el (nnweb-google-parse-1): Update parser.
506
507 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
508
509         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
510
511 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
512
513         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
514         regexp.
515
516 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * uudecode.el (uudecode-string-to-multibyte): New function emulating
519         string-to-multibyte.
520         (uudecode-decode-region-internal): Use it.
521
522         * lpath.el: Fbind string-as-multibyte for XEmacs.
523
524 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
525
526         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
527         custom choice.
528
529         * gnus-art.el (gnus-signature-limit): Fix custom choice.
530
531 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
532
533         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
534
535         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
536         `write-region' to respect `mm-inhibit-file-name-handlers'.
537
538 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
539
540         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
541         Use gnus-home-directory instead of "~/" or "$HOME".
542
543 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
544
545         * encrypt.el (encrypt-insert-file-contents): Add better prompt
546         to mention filename.
547         Add comments at beginning regarding usage.
548         (encrypt-write-file-contents): Change interactive so a string is
549         acceptable.  If the file has no associated model, show an error instead
550         of a nonsense prompt.
551
552 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
553
554         * spam.el (spam-bsfilter-ham-switch): Fix typo.
555         Thanks to Yoshihiko Yamada for kind notification of this typo.
556
557 2007-01-12  Kenichi Handa  <handa@m17n.org>
558
559         * uudecode.el (uudecode-decode-region-internal): Make it work in a
560         multibyte buffer.
561
562 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
563
564         * gnus-score.el (gnus-score-fast-scoring): New variable.
565         (gnus-score-headers): Use it.
566
567         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
568
569         * message.el (message-cite-original-1): Call
570         gnus-article-highlight-citation if requested.
571
572         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
573
574         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
575         bugs to doc string.
576         (gnus-button-alist): Add mid\\|message-id.
577         (gnus-button-fetch-group): Extend for use in
578         `browse-url-browser-function'.
579         (gnus-button-url-regexp): Try to catch paired parentheses like in
580         Wikipedia URLs.
581
582         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
583         Suggested by Simon Krahnke <overlord@gmx.li>.
584
585 2007-01-13  Romain Francoise  <romain@orebokech.com>
586
587         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
588         Update copyright.
589
590 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
591
592         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
593
594 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
595
596         * gnus-registry.el (gnus-registry-unfollowed-groups)
597         (gnus-registry-split-fancy-with-parent): Fix documentation.
598
599 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600
601         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
602         from nnweb groups.
603
604 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
607         Xref urls.  Erase buffer before requesting head.
608
609 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
610
611         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
612         customizable.
613
614 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
615
616         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
617         no signing key is found.
618         (mml2015-epg-encrypt): Ask user whether to skip or abort if
619         no encrypting and/or signing key is found.
620
621 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
622
623         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
624
625 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
626
627         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
628         headers read from disk with the ones newly found in the current search.
629         This should no longer cause problems, because the article numbers in
630         Gmane's `nov.php' output are ignored since the previous change.
631
632 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
633
634         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
635
636 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
639         replace-regexp-in-string; bind url-version; fbind display-images-p and
640         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
641         find-face and set-itimer-function for Emacs; bind itimer-list for
642         Emacs.
643
644         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
645
646 2007-01-01  Romain Francoise  <romain@orebokech.com>
647
648         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
649
650 2006-12-31  Steve Youngs  <steve@sxemacs.org>
651
652         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
653         `define-minor-mode' macro definition expanded properly.
654         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
655         exclude it there.
656
657         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
658         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
659         `fboundp' test.
660         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
661         This is OK to autoload in (S)XEmacs now.
662
663 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
666         keystroke.
667         (gnus-summary-limit-to-singletons): Fix typo.
668
669         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
670         else fails.
671
672 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
673
674         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
675         docstring.
676
677         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
678         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
679         (gnus-summary-insert-dormant-articles): Fix typo in message.
680
681 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
682
683         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
684         nil for XEmacs.
685         (gnus-message-citation-mode): Don't autoload in XEmacs.
686
687         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
688
689 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
690
691         * nnimap.el (nnimap-expunge-search-string): Mention
692         nnimap-search-uids-not-since-is-evil in docstring.
693
694 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
695
696         * spam.el: Revert to make-obsolete-variable because
697         define-obsolete-variable-alias is not supported in Emacs 21.
698
699         * spam.el (spam-ifile-path, spam-ifile-database-path)
700         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
701         make-obsolete-variable.
702         (spam-bsfilter-path, spam-bsfilter-program)
703         (spam-spamassassin-path, spam-spamassassin-program)
704         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
705         use "path" inappropriately.
706         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
707         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
708         variable names.
709
710 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
711
712         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
713         summary buffer.
714
715         * password.el (password-cache-remove): Use clear-string to burn
716         password, if available.
717
718 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
719
720         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
721
722         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
723
724         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
725         (gnus-message-highlight-citation): Move defcustom here from
726         gnus-cite.el.
727         (gnus-message-citation-mode): Autoload.
728
729         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
730         checks to make it compile with XEmacs.
731         (gnus-message-citation-mode): New minor mode.
732         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
733         (gnus-message-highlight-citation): New variables.
734         (gnus-message-search-citation-line)
735         (gnus-message-add-citation-keywords)
736         (gnus-message-remove-citation-keywords)
737         (turn-on-gnus-message-citation-mode)
738         (turn-off-gnus-message-citation-mode): New functions.
739
740 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
741
742         * gnus-cite.el: Enable highlighting of different citation levels in
743         message-mode.
744
745 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
746
747         * message.el (message-make-fqdn): Fix comment.
748         (message-bogus-system-names): Add ".local".
749
750         * spam.el (spam-ifile-path, spam-ifile-program)
751         (spam-ifile-database-path, spam-ifile-database)
752         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
753         Don't use "path" inappropriately.
754         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
755         strings.
756         (spam-check-ifile, spam-ifile-register-with-ifile)
757         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
758         new variable names.
759
760         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
761         (gnus-treat-display-smileys): Simplify using
762         gnus-image-type-available-p.
763
764         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
765         available.
766
767         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
768         `display-images-p' if available.
769
770 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
773         one after turning on the buffer's multibyteness instead of decoding
774         them directly in the unibyte buffer that causes unexpected conversion
775         in Emacs 23 (unicode).
776
777 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
778
779         * message.el (message-generate-hashcash): Fix custom type.
780
781 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
782
783         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
784
785 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
786
787         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
788         disconnect icons.  Add help text.
789
790 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
791
792         * spam.el (spam-extra-header-to-number): CRM114 spam score is
793         negated to be consistent with the others we handle.
794
795 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
798         version of gnus-summary-buffer to something, so that we can use two
799         article buffers at the same time.
800
801 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
802
803         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
804         trigger all the extra headers.
805         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
806         sorting.
807
808 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
809
810         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
811         solid groups.
812
813 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
814
815         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
816
817 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
818
819         * legacy-gnus-agent.el: Add Copyright notice.
820
821 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
822
823         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
824
825 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
828
829         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
830         to make it work reliably in CVS Emacs.
831         (gnus-summary-limit-strange-charsets-predicate)
832         (gnus-summary-limit-to-predicate): New functions.
833
834 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
835
836         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
837         specifying array size.
838         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
839         array if it is too small.
840         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
841         (gnus-sort-threads-loop): New function.
842
843 2006-12-06  Chris Moore  <dooglus@gmail.com>
844
845         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
846         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
847
848 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
849
850         * mm-url.el (mm-url-predefined-programs): Call curl with correct
851         options.
852
853 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
856         DOS-ing the recipient.
857
858         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
859         the headers when creating the mapping to avoid mismappings.
860         (nnweb-gmane-create-mapping): Always nix out old mapping.
861
862 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
865         and mm-verify-option to never.
866
867 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * message.el (message-signed-or-encrypted-p): New function.
870         (message-forward-make-body): Use it.
871
872         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
873         Replace encode-coding-string with mm-encode-coding-string.
874
875 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * nneething.el (nneething-decode-file-name): Replace
878         decode-coding-string with mm-decode-coding-string.
879
880         * gnus-int.el (gnus-open-server): Say failed server's name.
881
882 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
883
884         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
885         strings to a single string.  Quote `errors-file-name'.
886         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
887         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
888         Adjust calls.  Use `shell-quote-argument'.
889
890 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
891
892         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
893         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
894
895         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
896         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
897         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
898         (gnus-group-make-directory-group, gnus-group-transpose-groups):
899         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
900         (gnus-subscribe-newsgroup, gnus-1):
901         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
902         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
903         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
904         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
905
906 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907
908         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
909         keystroke.
910         (gnus-summary-limit-to-bodies): Implement headersp.
911
912 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * dns.el (query-dns): Protect against "Process dns deleted" strings.
915
916 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
919
920 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * message.el (message-generate-hashcash): Expand range of values to
923         include `opportunistic'.
924         (message-send-mail): Use it.
925
926 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
927
928         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
929         and comment it.
930
931         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
932
933 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
934
935         * gnus-util.el (gnus-extract-address-components): Improve comment.
936
937 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * gnus-util.el (gnus-extract-address-components): Work with address in
940         which the name portion contains @.
941
942         * lpath.el: Fbind custom-autoload.
943
944 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
945
946         * gnus.el (gnus-start): Move custom group up.
947         (gnus-select-method): Don't autoload, but make it available for
948         `customize-variable'.
949         (gnus-getenv-nntpserver): Don't autoload.
950
951 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
952
953         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
954
955 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
956
957         * message.el (message-sendmail-extra-arguments): New variable.
958         (message-send-mail-with-sendmail): Use it.
959
960 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
963         mm-with-unibyte-current-buffer to make string unibyte.
964
965         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
966         mm-string-as-multibyte.
967
968 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
969
970         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
971         Reported by Werner Koch <wk@gnupg.org>.
972
973 2006-11-14  Daiki Ueno  <ueno@p360>
974
975         * mml2015.el: Autoload epa-select-keys when compiling.
976
977 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
978
979         * mml2015.el (mml2015-epg-sign): Save the signing keys in
980         message-options.
981         (mml2015-epg-encrypt): Save the recipient keys in message-options.
982
983 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
984
985         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
986         EasyPG (< 0.0.6).
987         (mml2015-always-trust): New user option.
988         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
989         prompt.
990
991 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * nntp.el (nntp-authinfo-force): New variable.
994         (nntp-send-authinfo): Use it.
995
996 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
997
998         * message.el (message-strip-subject-encoded-words): Allow _not_ to
999         decode encoded words.  Improve prompt.  Add comment about forwarding.
1000         (message-replacement-char): Move up.
1001
1002 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1003
1004         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1005         instead of gnus-intersection because arguments of gnus-sorted-nunion
1006         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1007
1008 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1009
1010         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1011         (message-simplify-subject-functions): Enable
1012         message-strip-subject-encoded-words by default.
1013
1014 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1015
1016         * message.el (message-strip-subject-encoded-words): New function
1017         (message-simplify-subject-functions): New variable.
1018         (message-simplify-subject): Use it.  Fix typo in doc string.
1019         Support message-strip-subject-encoded-words.
1020
1021 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1022
1023         * gnus-diary.el (gnus-diary-delay-format-function):
1024         * nndiary.el (nndiary-reminders):
1025         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1026
1027 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1028
1029         * gnus-art.el (article-hide-boring-headers): Fetch date from
1030         gnus-original-article-buffer to avoid problems with localized date
1031         strings.
1032
1033 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1036
1037 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1038
1039         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1040         New variables.
1041         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1042         (mm-charset-synonym-alist): Move some entries to
1043         mm-codepage-iso-8859-list.
1044         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1045         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1046
1047 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1050
1051 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1052
1053         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1054         with Emacs 21 and XEmacs.
1055
1056 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1057
1058         * spam.el (spam-parse-address): New function for better parsing,
1059         catching errors, etc.
1060         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1061
1062 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1063
1064         * mm-view.el: Add interactive arg to html2text autoload.
1065
1066 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1069
1070 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1071
1072         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1073         variables.
1074         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1075         (mm-charset-synonym-alist): Move some entries to
1076         mm-codepage-iso-8859-list.
1077
1078         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1079
1080 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1081
1082         * message.el (message-citation-line-format)
1083         (message-insert-formated-citation-line): Fix implementation of %E, %N
1084         and %n according to the doc string.
1085
1086 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1087
1088         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1089         car-safe to avoid bad parses.
1090
1091 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1094         names.
1095
1096         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1097
1098 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1101         header.
1102
1103         * message.el (message-draft-headers): Add Date.
1104         (message-headers-to-generate): Fix typo in docstring.
1105
1106         * nndraft.el (nndraft-required-headers): New variable.
1107         (nndraft-generate-headers): Use it.
1108
1109         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1110
1111 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1112
1113         * gnus-registry.el (gnus-registry-wash-for-keywords)
1114         (gnus-registry-find-keywords): New functions to allow easy searching of
1115         articles that are in the registry.
1116
1117 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1118
1119         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1120         ietf-drums-parse-address instead of gnus-extract-address-components.
1121         Reported by Damien Elmes <damien@repose.cx>.
1122
1123 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1124
1125         * gnus.el (gnus-mime): Remove unused custom group.
1126
1127 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1128
1129         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1130         "blank line" when searching for end of armor headers.
1131
1132 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * gmm-utils.el (gmm-write-region): Fix variable name.
1135
1136 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1137
1138         * gmm-utils.el (gmm-write-region): New function based on compatibility
1139         code from `mm-make-temp-file'.
1140
1141         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1142
1143         * nnmaildir.el (nnmaildir--update-nov)
1144         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1145         Use `gmm-write-region'.
1146
1147 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1148
1149         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1150         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1151
1152         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1153
1154         * message.el (message-replacement-char): New variable.
1155         (message-fix-before-sending): Use it.
1156         (message-simplify-subject): New function to remove duplicate code.
1157         (message-reply, message-followup): Use it.
1158
1159         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1160         gnus-summary-limit-to-articles.
1161
1162 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * gnus-util.el (gnus-with-local-quit): New macro.
1165
1166         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1167
1168 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1169
1170         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1171         ignore non-string data.
1172
1173 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1174
1175         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1176         non-string data (needs to be done in the registry too).
1177
1178 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1179
1180         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1181         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1182         (gnus-registry-split-fancy-with-parent)
1183         (gnus-registry-fetch-simplified-message-subject-fast)
1184         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1185         Remove text properties on ingress into the registry and when it's saved.
1186         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1187         registry from entries with no groups.
1188
1189 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1192         function to remove string properties.
1193
1194 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1195
1196         * gmm-utils.el (gmm): Adjust custom version.
1197
1198         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1199         custom version.
1200
1201         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1202
1203 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1204
1205         * gnus-art.el (gnus-insert-prev-page-button)
1206         (gnus-insert-next-page-button): Simplify.  Reformat.
1207
1208 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1209
1210         * gnus-art.el (gnus-insert-prev-page-button)
1211         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1212
1213 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1214
1215         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1216
1217 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1218
1219         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1220         gnus-article-button-face to MIME and security buttons.
1221
1222 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1223
1224         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1225         readable.
1226
1227 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1228
1229         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1230
1231 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1232
1233         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1234         `browse-url-of-file' instead of `browse-url'.
1235
1236 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1237
1238         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1239         regexp.  Articles containing quotation were cut prematurely.
1240
1241 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1242
1243         * message.el (message-cite-original-1): Use nobody by default for the
1244         value of From header.
1245         (message-reply): Ditto.
1246
1247 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1248
1249         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1250         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1251         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1252
1253 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1254
1255         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1256         mails in the doc string.  Add some URLs in comment.
1257         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1258
1259 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1262         backslashes handling and the way to find boundaries of quoted strings.
1263
1264 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1265
1266         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1267         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1268         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1269         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1270
1271 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1272
1273         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1274         doc string.
1275         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1276
1277 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * lpath.el: Fbind epg-check-configuration.
1280
1281 2006-09-06  Simon Josefsson  <jas@extundo.com>
1282
1283         * mml2015.el (mml2015-use): Doc fix, mention epg.
1284
1285 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1286
1287         * mml2015.el (mml2015-use): Default to epg, if available.
1288
1289 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1290
1291         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1292         message-sender.
1293         (mml1991-epg-encrypt): Ditto.
1294         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1295         message-sender.
1296         (mml2015-epg-encrypt): Ditto.
1297
1298 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1299
1300         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1301         several common directories.
1302
1303 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1304
1305         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1306         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1307
1308 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * gnus-art.el (article-decode-encoded-words): Make it fast.
1311
1312 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1315
1316         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1317         in quoted string into `\'.
1318
1319 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1322         Use standard-syntax-table.
1323
1324 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * gnus-art.el (gnus-decode-address-function): New variable.
1327         (article-decode-encoded-words): Use it to decode headers which are
1328         assumed to contain addresses.
1329         (gnus-mime-delete-part): Remove useless `or'.
1330
1331         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1332         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1333         (gnus-nov-parse-line): Use it to decode From header.
1334         (gnus-get-newsgroup-headers): Ditto.
1335         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1336
1337         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1338         (mail-decode-encoded-address-string): New alias.
1339
1340         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1341         New function.
1342         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1343         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1344         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1345         (rfc2047-decode-string): Ditto.
1346         (rfc2047-decode-address-region): New function.
1347         (rfc2047-decode-address-string): New function.
1348
1349 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1350
1351         * message.el (message-caesar-buffer-body): Allow rotating headers.
1352
1353         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1354
1355         * message.el (message-insert-formated-citation-line): Fix %f.
1356         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1357
1358 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1361         (gnus-bookmark-mouse-available-p): New macro.
1362         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1363         (gnus-bookmark-bmenu-show-infos): Use it.
1364         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1365         (gnus-bookmark-bmenu-hide-infos): Ditto.
1366         (gnus-bookmark-remove-properties): New function.
1367         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1368         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1369         (gnus-bookmark-write-file): Bind coding-system-for-write.
1370         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1371         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1372         group before selecting it.
1373         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1374         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1375         quit-window if it is not available; use gnus-mouse-2 and bind it to
1376         gnus-bookmark-bmenu-select-by-mouse.
1377         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1378         (gnus-bookmark-bmenu-select-by-mouse): New function.
1379
1380 2006-08-13  Romain Francoise  <romain@orebokech.com>
1381
1382         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1383         space.
1384
1385 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * compface.el (uncompface): Use binary rather than raw-text-unix.
1388
1389 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * compface.el (uncompface): Make sure the eol conversion doesn't take
1392         place when communicating with the external programs.  Reported by
1393         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1394
1395 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1398
1399 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1400
1401         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1402         Make it more robust by parsing author and date independently.
1403
1404 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1405
1406         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1407
1408 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1409
1410         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1411         first matching secret key.
1412         (mml2015-epg-encrypt): Ditto.
1413
1414         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1415         first matching secret key.
1416         (mml1991-epg-encrypt): Ditto.
1417
1418         * mml2015.el (mml2015-encrypt-to-self): New user option.
1419         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1420         mml2015-epg-encrypt-to-self is set.
1421
1422         * mml1991.el (mml1991-encrypt-to-self): New variable.
1423         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1424         mml1991-epg-encrypt-to-self is set.
1425
1426         * mml2015.el (mml2015-signers): New user option.
1427         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1428         (mml2015-epg-encrypt): Allow to select signing keys.
1429
1430         * mml1991.el (mml1991-signers): New variable.
1431         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1432         (mml1991-epg-encrypt): Allow to select signing keys.
1433
1434 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * nnheader.el (nnheader-insert-head): Make it work even if the file
1437         uses CRLF for the line-break code.
1438
1439 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1440
1441         * mml2015.el: Require mml-sec instead of password.
1442         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1443         (mml2015-cache-passphrase): Inherit the default value from
1444         mml-secure-cache-passphrase.
1445         (mml2015-passphrase-cache-expiry): Inherit the default value from
1446         mml-secure-passphrase-cache-expiry.
1447
1448         * mml1991.el: Require mml-sec instead of password.
1449         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1450         (mml1991-cache-passphrase): Inherit the default value from
1451         mml-secure-cache-passphrase.
1452         (mml1991-passphrase-cache-expiry): Inherit the default value from
1453         mml-secure-passphrase-cache-expiry.
1454
1455         * mml-sec.el: Require password.
1456         (mml-secure-verbose): New user option.
1457         (mml-secure-cache-passphrase): New user option.
1458         (mml-secure-passphrase-cache-expiry): New user option.
1459
1460 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1461
1462         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1463         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1464         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1465
1466         FIXME: Use `tiny change'?
1467
1468 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1469
1470         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1471         workaround for the url package included with Emacs.
1472
1473         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1474
1475 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1478         correctly.  This fixes a bug caused by the 2006-05-12 change.
1479
1480 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1481
1482         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1483         some information about the error when saying that the `bogus' mail
1484         group will be used.
1485
1486 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1487
1488         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1489         string.
1490
1491 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1492
1493         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1494
1495 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1496
1497         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1498
1499 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1500
1501         * mml1991.el (mml1991-function-alist): Add epg.
1502         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1503         (mml1991-epg-encrypt): New functions.
1504
1505 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1506
1507         * mml2015.el (mml2015-verbose): New variable.
1508         (mml2015-cache-passphrase): Ditto.
1509         (mml2015-passphrase-cache-expiry): Ditto.
1510         (mml2015-function-alist): Add epg.
1511         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1512         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1513         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1514         functions.
1515
1516 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1517
1518         * message.el (message-cite-original-1): Preserve region when removing
1519         quoted text due to X-No-Archive in order to avoid bogus attribution
1520         when citing multiple messages.
1521
1522 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1523
1524         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1525         Kenneth Jacker <khj@be.cs.appstate.edu>.
1526
1527 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1528
1529         * gnus-diary.el (gnus-user-format-function-d)
1530         (gnus-user-format-function-D): Autoload.
1531
1532         * imap.el (Commentary): Fix typo.
1533
1534         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1535         2006-04-22 contribution.
1536
1537 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1538
1539         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1540         It didn't really fix the bogosity I'm seeing with solid web groups.
1541
1542 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1543
1544         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1545         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1546         created using server names.  If we use the feature without declaring
1547         it, Gnus does not properly manage server and group state.
1548
1549         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1550         bound.
1551
1552 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1553
1554         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1555         looking up the method using GROUP's prefix before inventing a new one.
1556         It is used on killed/unknown groups in various places where returning
1557         an all-new method isn't expected by the caller.
1558
1559         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1560         and match semantics of gnus-group-real-prefix.
1561
1562 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1563
1564         * nnmail.el (nnmail-broken-references-mailers): New variable.
1565         (nnmail-ignore-broken-references): New function generalizing
1566         nnmail-fix-eudora-headers.
1567         (nnmail-fix-eudora-headers): Now obsolete.
1568
1569         * gnus-art.el (gnus-button-handle-custom): Support
1570         `customize-apropos*'.
1571
1572 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1575
1576         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1577         articles.
1578
1579 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1580
1581         * message.el (message-cite-reply-above): New variable.
1582         (message-yank-original): Use it.
1583
1584 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1587
1588 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1589
1590         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1591         as read.
1592
1593         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1594
1595 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1596
1597         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1598         (gnus-bookmark-default-file): Use gnus-directory.
1599         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1600         Remove "*" in doc string.
1601         (gnus-bookmark-write-file): Simplify.
1602         (gnus-bookmark-maybe-sort-alist): Use `when'.
1603         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1604         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1605         FIXME about Emacs 21 and XEmacs compatibility.
1606         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1607         compatibility.
1608         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1609         compatibility.
1610         (gnus-bookmark-menu-heading): Fix version.
1611
1612 2006-06-19  Bastien Guerry  <bzg@altern.org>
1613
1614         * gnus-bookmark.el: New file.
1615
1616 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * message.el (message-syntax-checks): Doc fix.
1619
1620 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1621
1622         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1623         unsubscribed groups as if they were killed ones.  It causes duplicate
1624         entries in gnus-newsrc-alist.
1625
1626 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * message.el (message-syntax-checks): Doc fix.
1629         (message-send-mail): Add check for continuation headers.
1630         (message-check-news-header-syntax): Fix regexp used to check for
1631         continuation headers.
1632
1633 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1636
1637 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1638
1639         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1640
1641 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1644         default-truncate-lines.
1645
1646 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1649         to fill the utf-8 entry.
1650
1651         * lpath.el: Fbind unicode-precedence-list.
1652
1653 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1654
1655         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1656
1657 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1658
1659         * gnus-agent.el (directory-files-and-attributes): Move all the way
1660         forward (the third and final move).
1661         (gnus-agent-read-agentview): Trap reconstruction errors due to
1662         nonexistant directory.  Handle by returning nil.
1663
1664 2006-05-30  Didier Verna  <didier@xemacs.org>
1665
1666         * message.el (message-dont-reply-to-names): Update the custom type.
1667         * message.el (message-dont-reply-to-names): New defsubst: potentially
1668         convert a list of regexps into a single one.
1669         * message.el (message-get-reply-headers): Use it.
1670         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1671
1672 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * gnus-agent.el (directory-files-and-attributes): Move forward.
1675
1676 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1677
1678         * gnus-ml.el (gnus-mailing-list-subscribe)
1679         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1680         (gnus-mailing-list-message): Fix doc strings.
1681
1682 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1683
1684         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1685         of doing it manually.
1686
1687 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1688
1689         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1690         comment.
1691
1692 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1693
1694         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1695         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1696         (gnus-agent-read-local): All symbols allocated in my-obarray
1697         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1698         (gnus-agent-regenerate-group): Check numeric names to see if they are
1699         messages or groups.
1700         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1701         better way of do this...)
1702
1703         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1704         'dummy.group' (there should be a better way of do this...)
1705
1706 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1709         (gnus-saved-headers): Ditto.
1710         (gnus-default-article-saver): Mention functions may have properties.
1711         (gnus-article-save): Override gnus-save-all-headers and
1712         gnus-saved-headers by :headers property which saver function may have.
1713         (gnus-summary-save-in-file): Add :headers property.
1714         (gnus-summary-write-to-file): Ditto.
1715
1716         * gnus-sum.el (gnus-summary-save-article): Bind
1717         gnus-prompt-before-saving to t when saving many articles in a file;
1718         always show all headers.
1719
1720         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1721
1722 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1723
1724         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1725         marks.
1726
1727         * message.el (message-indent-citation): Add optional arguments to allow
1728         using it outside of message buffers.
1729
1730         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1731         (gnus-article-treat-unfold-headers): Use it.
1732         (gnus-article-truncate-lines): New variable.
1733         (gnus-article-mode): Use it.
1734         (gnus-article-toggle-truncate-lines): New function.
1735
1736         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1737         gnus-article-toggle-truncate-lines.
1738
1739         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1740         coding system in XEmacs, use binary.
1741
1742 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1745         after-load-alist.
1746
1747         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1748         this function should save decoded articles.
1749         (gnus-summary-write-to-file): Use property to specify this function
1750         should save decoded articles and specify gnus-summary-save-in-file
1751         should be used to save articles other than the first one when saving
1752         many articles.
1753         (gnus-summary-save-body-in-file): Use property to specify this
1754         function should save decoded articles.
1755         (gnus-summary-write-body-to-file): Use property to specify this
1756         function should save decoded articles and specify
1757         gnus-summary-save-body-in-file should be used to save articles other
1758         than the first one when saving many articles.
1759
1760         * gnus-sum.el (gnus-summary-save-article): Simplify.
1761
1762 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * gnus-art.el (gnus-default-article-saver): Add
1765         gnus-summary-write-body-to-file.
1766         (gnus-article-save-coding-system): Don't use coding system object
1767         in XEmacs.
1768         (gnus-read-save-file-name): Add optional `dir-var' argument which
1769         specifies directory in which files are saved; work even if optional
1770         `variable' argument is not specified.
1771         (gnus-summary-write-to-file): Read file name.
1772         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1773         (gnus-summary-write-body-to-file): New function.
1774
1775         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1776         (gnus-summary-local-variables): Add it.
1777         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1778         (gnus-summary-save-article): Remove optional `decode' argument;
1779         determine whether to decode articles by the value of
1780         gnus-default-article-saver; when saving many files using
1781         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1782         it first and use gnus-summary-save-in-file or
1783         gnus-summary-save-body-in-file thereafter unless
1784         gnus-prompt-before-saving is always; move point to article which
1785         will be saved.
1786         (gnus-summary-save-article-file): Revert.
1787         (gnus-summary-write-article-file): Revert.
1788         (gnus-summary-save-article-body-file): Revert.
1789         (gnus-summary-write-article-body-file): New function.
1790
1791 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * gnus-art.el (gnus-default-article-saver): Doc fix.
1794         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1795         from gnus-summary-save-article-coding-system, and default to a
1796         certain coding system.
1797         (gnus-output-to-file): Add coding cookie and encode text according
1798         to gnus-article-save-coding-system; don't use mm-append-to-file.
1799
1800         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1801         gnus-art.el and rename to gnus-article-save-coding-system.
1802         (gnus-summary-save-article): Require gnus-art; don't show all
1803         headers if it decodes articles; don't add coding cookie here;
1804         don't bind mm-text-coding-system-for-write.
1805         (gnus-summary-save-article-file): Save decoded articles.
1806         (gnus-summary-write-article-file): When saving many files, use
1807         gnus-summary-write-to-file first and gnus-summary-save-in-file
1808         thereafter unless gnus-prompt-before-saving is always.
1809         (gnus-summary-save-article-body-file): Save decoded articles.
1810
1811         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1812
1813 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1814
1815         * nnrss.el (nnrss-check-group): Bind hash-index.
1816
1817 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1818
1819         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1820         its hash index.  Store this hash in `nnrss-group-data'.
1821         (nnrss-read-group-data): Update accordingly.
1822
1823 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1824
1825         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1826         entry.
1827
1828         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1829         gnus-article-browse-html-article.
1830
1831 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1832
1833         * gnus-sum.el (gnus-summary-mime-map): Add
1834         gnus-article-browse-html-article.
1835
1836         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1837
1838 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1839
1840         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1841         suitable coding systems in customize.
1842
1843 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1844
1845         * mail-source.el (mail-sources): Fix custom type.
1846
1847 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1848
1849         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1850         (gnus-summary-expire-articles-now): Shorten prompt.
1851
1852         * gmm-utils.el (wid-edit): Require.
1853         (defun-gmm): Renamed from `gmm-defun-compat'.
1854         (gmm-image-search-load-path): Use it.
1855         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1856
1857 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1860         variable.
1861         (gnus-summary-save-article): Add optional `decode' argument.  If
1862         it is set and gnus-summary-save-article-coding-system is non-nil,
1863         save decoded article.
1864         (gnus-summary-write-article-file): Save decoded article if
1865         gnus-summary-save-article-coding-system is non-nil.
1866
1867         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1868         type.
1869
1870 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1873
1874 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1877         first to test gnus-single-article-buffer which may be buffer-local.
1878
1879         * gnus-sum.el (gnus-summary-setup-buffer): Make
1880         gnus-single-article-buffer buffer-local and nil in ephemeral
1881         group; make gnus-article-buffer, gnus-article-current, and
1882         gnus-original-article-buffer always buffer-local.
1883         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1884         group.
1885         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1886
1887 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1888
1889         * nnml.el (nnml-request-compact-group): Compressed files might not
1890         have .gz extension.
1891
1892 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1893
1894         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1895         (mm-copy-to-buffer): Use with-current-buffer.
1896         (mm-display-part): Simplify.
1897         (mm-inlinable-p): Add optional arg `type'.
1898
1899 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1900
1901         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1902         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1903         Try harder to show the attachment internally or externally using
1904         gnus-mime-view-part-as-type.
1905
1906 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1907
1908         * message.el (message-from-style, message-signature-separator)
1909         (message-user-organization-file, message-send-mail-function)
1910         (message-citation-line-function, message-yank-prefix)
1911         (message-indent-citation-function, message-signature)
1912         (message-signature-file, message-signature-insert-empty-line):
1913         Remove autoloads.
1914
1915         * gnus-art.el (gnus-buttonized-mime-types): Remove
1916         "multipart/signed".  Revert 2006-04-26 change.
1917
1918 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus.el (gnus-version-number): Bump version.
1921
1922 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1923
1924         * gnus.el: No Gnus v0.5 is released.
1925
1926 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1927
1928         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1929         fetching articles by message-id.
1930
1931 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * message.el (hashcash): Require hashcash as normal.
1934
1935         * ecomplete.el (ecomplete-highlight-match-line): Use
1936         point-at-eol.
1937         (ecomplete-highlight-match-line): Use `highlight', because that
1938         face exists in both Emacs and XEmacs.
1939
1940         * message.el (message-display-abbrev): Use point-at-bol.
1941
1942         * mail-source.el: Don't require timer/timer-funcs.
1943
1944         * gnus-async.el: Ditto.
1945
1946         * password.el: Ditto.
1947
1948         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1949
1950         * mm-url.el: Ditto.
1951
1952         * gnus-xmas.el: Don't require timer-funcs.
1953
1954         * mm-util.el: Require timer/timer-funcs.
1955
1956 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1957
1958         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1959         Close.
1960
1961 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1964         unibyte after clear-decrypt function runs.
1965
1966         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1967         returns as a unibyte string.
1968
1969 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * lpath.el: Revert.
1972
1973         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1974         (pgg-gpg-process-sentinel): Revert.
1975
1976         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1977         (pgg-pgp-lookup-key): Revert.
1978
1979         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1980         (pgg-pgp5-lookup-key): Revert.
1981
1982         * pgg.el (pgg-fetch-key): Revert.
1983
1984 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * lpath.el: Fbind string-as-multibyte for XEmacs.
1987
1988         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1989         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1990         (mml1991-pgg-encrypt): Ditto.
1991
1992         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1993         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1994         a multibyte buffer.
1995
1996         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1997         (pgg-pgp-lookup-key): Ditto.
1998
1999         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2000         (pgg-pgp5-lookup-key): Ditto.
2001
2002         * pgg.el (pgg-fetch-key): Ditto.
2003
2004 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2005
2006         * message.el (message-user-organization-file): Check several
2007         locations of the organization file.
2008
2009         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2010         Add gnus-article-view-part-as-type.
2011
2012         * gnus-art.el (gnus-article-view-part-as-type): New function.
2013
2014         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2015         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2016
2017         * mml.el: Simplify autoload.
2018         (mml-mode): defvar dnd-protocol-alist instead of using
2019         symbol-value.
2020         (mml-default-directory): New variable.
2021         (mml-minibuffer-read-file): Use it.
2022         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2023
2024         * message.el (message-citation-line-format): New variable.
2025         (message-insert-formated-citation-line): New function.
2026         (message-citation-line-function): Add
2027         `message-insert-formated-citation-line' to custom type.
2028
2029         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2030         to doc string.
2031
2032         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2033         depending on mm-verify-option.
2034
2035 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2038         binding pgg-* variables; reimplement the section which prevents
2039         MIME header from being signed.
2040         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2041         pgg-text-mode; remove a blank line at the top of body.
2042
2043         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2044         lines at the top of body; use gnus-newsgroup-charset if there's no
2045         Charset header.
2046
2047 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * message.el (message-self-insert-commands): Doc fix.
2050
2051         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2052         (mm-uu-pgp-encrypted-test): Ditto.
2053         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2054         between header and body; return application/pgp-encrypted handle
2055         if decryption failed; decode decrypted body by charset.
2056
2057         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2058         element match to application/pgp-*.
2059
2060 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2061
2062         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2063         HTML.
2064
2065 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * mail-source.el (mail-source-call-script): Message the error
2068         string.
2069
2070 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * gnus-util.el (gnus-byte-compile): Use it.
2073
2074 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2075
2076         * gnus-util.el (kill-empty-logs): New function.
2077
2078 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * message.el (message-mail-alias-type): Doc fix.
2081         (message-mail-alias-type-p): New function.
2082         (message-send): Use it.
2083         (message-mode): Ditto.
2084         (message-strip-forbidden-properties): Ditto.
2085
2086         * ecomplete.el (ecomplete-database-file-coding-system): New
2087         variable.
2088         (ecomplete-save): Use it.
2089         (ecomplete-setup): Use it.
2090
2091 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * message.el (message-self-insert-commands): New variable.
2094         (message-strip-forbidden-properties): Use it.
2095
2096 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2099         that doesn't make XEmacs choke.
2100
2101 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2102
2103         * gnus-util.el (gnus-replace-in-string):
2104         Prefer replace-regexp-in-string over of replace-in-string.
2105
2106 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * gnus-util.el (gnus-select-frame-set-input-focus):
2109         Use select-frame-set-input-focus if it is available in XEmacs; use
2110         definition defined in Emacs 22 for old Emacsen.
2111
2112         * dgnushack.el: Autoload unmorse-region for XEmacs.
2113
2114         * lpath.el: Bind cursor-in-non-selected-windows and
2115         select-frame-set-input-focus for XEmacs.
2116
2117 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2120
2121 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2122
2123         * gnus-registry.el (gnus-registry-cache-save): Remove text
2124         properties when saving via the temp buffer.
2125
2126 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2127
2128         * message.el (message-generate-hashcash): Honor custom type.
2129
2130 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * message.el (message-generate-hashcash): Default to non-nil when
2133         hashcash is found.
2134
2135         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2136         (gnus-refer-thread-limit): Increase default to 500.
2137
2138         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2139
2140         * flow-fill.el (fill-flowed): Allow delete-space.
2141
2142 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2143
2144         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2145         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2146         Remove autoloads.
2147
2148 2006-04-18  Simon Josefsson  <jas@extundo.com>
2149
2150         * message.el (message-generate-hashcash): Default to.
2151
2152 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2155         concatenating segments rather than before concatenating them.
2156
2157 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2158
2159         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2160
2161 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2164
2165         * message.el (message-forward-make-body-plain): Allow
2166         message-forward-ignored-headers to be a list.
2167         (message-remove-ignored-headers): Factor out into function.
2168         (message-forward-make-body-mml): Use it.
2169
2170         * imap.el (imap-quote-specials): New function.
2171         (imap-login-auth): Quote specials.
2172
2173         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2174         (rfc2231-parse-string): Allow concatanation of parameters that
2175         aren't contiguous.  The test case is
2176           (mail-header-parse-content-type "message/external-body;
2177             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2178             access-type=LOCAL-FILE;
2179             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2180
2181 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2182
2183         * nntp.el (nntp-accept-process-output): Return the value of
2184         `nnheader-accept-process-output'.
2185
2186 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2189         (gnus-button-alist): Recognize more diff formats.
2190         (gnus-button-patch): Strip directory.
2191
2192 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2193
2194         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2195         Emacs 22 when setting focus.
2196
2197 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * gnus-art.el (gnus-article-treat-types): Do treatment of
2200         text/x-verbatim parts.
2201         (gnus-button-patch): New command.
2202
2203         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2204         addresses that contain invalid characters.
2205
2206 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * message.el (message-put-addresses-in-ecomplete): Use
2209         gnus-replace-in-string.
2210         (message-is-yours-p): Use the more correct
2211         mail-header-parse-address instead of
2212         mail-extract-address-components.
2213         (message-put-addresses-in-ecomplete): Fix typo.
2214
2215         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2216         keystroke.
2217
2218         * gnus-art.el (gnus-treatment-function-alist): Change order of
2219         newsgroups/generic header folding to avoid double-folding.
2220
2221         * message.el (message-hidden-headers): Add X-Draft-From.
2222
2223         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2224         command.
2225         (gnus-summary-repeat-search-article-backward): New command.
2226
2227         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2228         groups in the parent topic.
2229
2230 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2231
2232         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2233         (spam-extra-header-to-number): Return the CRM114 number as a
2234         number instead of a string.
2235
2236 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus-art.el (gnus-face-properties-alist): Moved here from
2239         gnus-fun.
2240
2241         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2242
2243 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * message.el (message-strip-forbidden-properties): Only display on
2246         self-insert-command.
2247
2248         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2249         reindent.
2250         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2251
2252 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2253
2254         * smiley.el (smiley-style): Fix typo.
2255
2256 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * hashcash.el (hashcash-insert-payment-async-2): Use
2259         message-goto-eoh instead of doing it manually.
2260         (mail-add-payment): Use message-narrow-to-header instead of trying
2261         to do the same itself.
2262
2263         * message.el (message-hidden-headers): Add Face.
2264
2265         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2266         reparenting code.
2267         (gnus-summary-reparent-children): Refactored out code.
2268         (gnus-summary-thread-map): New keystroke.
2269         (gnus-summary-reparent-children): Make into command.
2270
2271         * smiley.el (smiley-style): Default to `medium' if using a large
2272         font.
2273
2274         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2275         does it itself.
2276
2277         * message.el (message-point-in-header-p): Simplify definition.
2278
2279 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * nnagent.el (nnagent-request-set-mark): Silence log file
2282         writing.
2283         (nnagent-request-set-mark): Use write-region instead of
2284         append-to-file.
2285
2286         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2287         strange select method.
2288
2289         * ecomplete.el (ecomplete-display-matches): Get highlightling
2290         right.
2291         (ecomplete-display-matches): Use literals.
2292         (ecomplete-display-matches): Disable message logging.
2293
2294         * message.el (message-display-abbrev): Small optimization.
2295
2296         * ecomplete.el (ecomplete-display-matches): Allow automatic
2297         display.
2298
2299         * message.el (message-strip-forbidden-properties): Display
2300         abbrevs.
2301         (message-display-abbrev): Get automatic display right.
2302
2303         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2304         keystrokes.
2305
2306 2006-04-13  Romain Francoise  <romain@orebokech.com>
2307
2308         TODO: Backport to v5-10!
2309
2310         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2311         Moved here (and renamed) from gnus-registry.el.
2312
2313         * gnus-registry.el: Require gnus-util.
2314         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2315
2316 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317
2318         * gnus-group.el (gnus-group-catchup-current): Change
2319         if-then-else-if-then-else into cond.
2320         (gnus-group-catchup): Indent.
2321         (group-name-at-point): New function.
2322         (gnus-fetch-group): Provide default from thing at point.
2323
2324 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * message.el (message-display-abbrev): Fix regexp.
2327
2328         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2329         choosing.
2330         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2331         dead variables.
2332
2333         * message.el (message-newline-and-indent): Remove debugging.
2334         (message-display-abbrev): Use new implementation.
2335
2336 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2337
2338         * gnus-art.el (gnus-article-mode): Set
2339         cursor-in-non-selected-windows to nil.
2340
2341         * smiley.el: Revert previous change.
2342         (smiley-data-directory): defvar it before using it in the
2343         defcustom of `smiley-style'.
2344
2345 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * message.el (message-newline-and-indent): New function.
2348
2349         * ecomplete.el: Implement more bits.
2350
2351         * message.el (message-put-addresses-in-ecomplete): Clean up the
2352         string.
2353
2354         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2355
2356         * gnus-sum.el (gnus-summary-save-parts): Bind
2357         gnus-summary-save-parts-counter and use it to make unique file
2358         names.
2359
2360         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2361
2362         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2363         parameter to say whether to actually parse the individual
2364         addresses.
2365
2366         * message.el (message-put-addresses-in-ecomplete): New function.
2367         (ecomplete): Require.
2368         (message-mail-alias-type): Add ecomplete as an option.
2369
2370 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2371
2372         * flow-fill.el (fill-flowed): Remove trailing space from blank
2373         quoted lines.
2374
2375 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * smiley.el (smiley-style): Move definition later to avoid a
2378         compilation warning.
2379
2380 2006-04-12  Kenichi Handa  <handa@m17n.org>
2381
2382         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2383         buffer and then decode the buffer text if necessary.
2384         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2385         first, and after mm-encode-body, change the buffer to unibyte.
2386         Use mm-disable-multibyte instead of set-buffer-multibyte.
2387
2388 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2391         Content-Type header instead of Content-Disposition header.
2392         (gnus-mime-inline-part): Ditto.
2393         (gnus-mime-view-part-as-charset): Ignore charset that the part
2394         specifies.
2395
2396         * mm-decode.el (mm-display-part): Work with external parts and
2397         usual parts similarly.
2398
2399         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2400         instead of gnus-display-mime.
2401
2402         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2403         instead of with-temp-buffer.
2404
2405         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2406         tag to summarized topics part in order to encode non-ASCII text.
2407
2408 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2409
2410         * smiley.el (smiley-style): New variable.
2411         (smiley-directory): New function.
2412         (smiley-data-directory): Derive from `smiley-style' using
2413         `smiley-directory'.
2414         (smiley-regexp-alist): Add new entries.
2415
2416         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2417         (gnus-article-browse-delete-temp): Add :version.
2418
2419 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2420
2421         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2422         the sieve region.
2423
2424 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus.el (gnus-version-number): Bump version.
2427
2428 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2429
2430         * gnus.el: No Gnus v0.4 is released.
2431
2432 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2435         layout.
2436
2437         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2438         unknown charset.
2439
2440         * message.el (message-header-synonyms): Add Original-To to the
2441         default.
2442
2443         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2444         optional parameter.
2445
2446 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2447
2448         * gnus-fun.el (gnus): Require it for gnus-directory.
2449
2450 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2453
2454 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2455
2456         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2457
2458 2006-04-05  Simon Josefsson  <jas@extundo.com>
2459
2460         * password.el (password-reset): New function.
2461
2462 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2463
2464         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2465         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2466
2467 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2468
2469         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2470         Some whitespace was matched into the url, which broke browsing hits
2471         > 100 when mm-url-use-external was nil.
2472
2473 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2474
2475         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2476         gnus-extra-headers for 'Newsgroups.
2477
2478         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2479         bound.
2480
2481 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2482
2483         * pgg-gpg.el: Clean up process buffers every time gpg processes
2484         complete.
2485
2486 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2487
2488         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2489         doc string.
2490
2491 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2492
2493         * pgg-gpg.el (pgg-gpg-process-filter)
2494         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2495
2496         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2497         lines, temporary fix.
2498
2499 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2500
2501         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2502
2503 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2504
2505         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2506         default-enable-multibyte-characters.  This reverts the change from
2507         revision 6.17 which is no longer necessary because the passphrase
2508         is sent separately now.  GnuPG messages are unreadable under
2509         multibyte locales with default-enable-multibyte-characters set to
2510         nil.
2511
2512 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2513
2514         * message.el (message-tool-bar-gnome): Move "spell".
2515
2516 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2517
2518         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2519         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2520         instead.
2521
2522 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2523
2524         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2525         newsgroups handling for NNTP overviews which don't include
2526         Newsgroups.
2527
2528 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2529
2530         * message.el (message-resend): Bind message-generate-hashcash to nil.
2531
2532 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2533
2534         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2535         when searching for already-paid recipients.
2536
2537 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2538
2539         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2540         passphrases when it is not needed.
2541         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2542         passphrase stuff from gpg, should only be necessary when you use
2543         gpg with a smartcard.
2544
2545 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * mml.el (mml-insert-mime): Ignore cached contents of
2548         message/external-body part.
2549
2550         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2551         (mm-insert-part): Ditto.
2552
2553 2006-03-23  Simon Josefsson  <jas@extundo.com>
2554
2555         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2556         Reiner.
2557         (pgg-gpg-use-agent-p): Use it again.
2558
2559 2006-03-23  Simon Josefsson  <jas@extundo.com>
2560
2561         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2562         older emacsen.
2563         (pgg-gpg-use-agent-p): Don't use it.
2564
2565 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2566
2567         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2568         if we can.
2569
2570 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2571
2572         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2573         (pgg-gpg-update-agent): New function.
2574         (pgg-gpg-use-agent-p): New function.
2575         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2576         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2577         (pgg-gpg-sign-region): Use it.
2578
2579 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2582         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2583
2584 2006-03-21  Simon Josefsson  <jas@extundo.com>
2585
2586         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2587         <wilde@sha-bang.de>.
2588         (pgg-gpg-use-agent): New variable.
2589         (pgg-gpg-process-region): Use it.
2590         (pgg-gpg-encrypt-region): Likewise.
2591         (pgg-gpg-encrypt-symmetric-region): Likewise.
2592         (pgg-gpg-decrypt-region): Likewise.
2593         (pgg-gpg-sign-region): Likewise.
2594         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2595
2596 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2597
2598         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2599
2600         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2601         Add comment on version.
2602
2603 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2604
2605         * smiley.el: Add missing test smiley.
2606
2607 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * mm-decode.el (mm-with-part): New macro.
2610         (mm-get-part): Use it; work with message/external-body as well.
2611         (mm-save-part): Treat name and filename equally.
2612
2613         * mm-extern.el (mm-extern-cache-contents): New function.
2614         (mm-inline-external-body): Use it; force the part to be displayed;
2615         move undisplayer added to the cached handle to the parent.
2616
2617         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2618         (gnus-mime-view-part-as-type): Work with message/external-body.
2619
2620         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2621
2622 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2623
2624         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2625         images in image-load-path.  [Sync with image.el, revision 1.60, in
2626         Emacs.]
2627
2628 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2629
2630         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2631         path rather than symbol.  Always return list of directories.
2632         Guarantee that image directory comes first.  [Sync with image.el,
2633         revision 1.59, in Emacs.]
2634
2635         * message.el (message-make-tool-bar): Adjust to new API of
2636         `gmm-image-load-path-for-library'.
2637
2638         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2639
2640         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2641
2642 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2643
2644         * gnus-art.el (gnus-article-only-boring-p):
2645         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2646         intangible text.
2647         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2648
2649 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2650
2651         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2652         `defun' instead of `gmm-defun-compat'.
2653
2654 2006-03-14  Simon Josefsson  <jas@extundo.com>
2655
2656         * message.el (message-unique-id): Don't use message-number-base36
2657         if (user-uid) is a float.
2658         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2659
2660 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2663
2664         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2665         empty line between a part and a message part.
2666
2667 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2668
2669         * smiley.el: Add more test smileys.
2670         (smiley-data-directory, smiley-regexp-alist)
2671         (gnus-smiley-file-types): Fix doc strings.
2672         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2673         adding new elements.
2674         (smiley-mouse-map): Unused code.  Make it a comment.
2675
2676 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2679         scan latest NoCeM messages instead of old ones.
2680         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2681         delimiters that are recently used.
2682         (gnus-nocem-load-cache): Add autoload cookie.
2683
2684         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2685
2686         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2687         level which is larger than gnus-use-nocem is specified.
2688
2689         * gnus-group.el (gnus-group-get-new-news): Ditto.
2690
2691 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2692
2693         * gnus-util.el (gnus-tool-bar-update): New function.
2694
2695         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2696         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2697
2698         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2699
2700         * gnus-group.el (gnus-group-redraw-when-idle)
2701         (gnus-group-redraw-check): Remove.
2702         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2703
2704 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2707         if optional last element is specified in splits (FIELD VALUE...).
2708
2709 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2710
2711         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2712         to gmm-image-load-path-for-library.  Call with no-error argument.
2713         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2714
2715         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2716
2717         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2718
2719         * gmm-utils.el (gmm-image-load-path): Remove alias.
2720
2721 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2722
2723         * gmm-utils.el (gmm-image-load-path): Add alias.
2724
2725         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2726         nnml-generate-nov-databases-1.
2727         (nnml-generate-nov-databases): Use it.
2728         (nnml-generate-nov-databases-directory): Document no-active
2729         argument.
2730
2731         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2732         directory if path is t.  Add no-error.
2733
2734         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2735         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2736
2737         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2738         resetting gnus-article-browse-html-temp-list.
2739
2740         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2741         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2742         Add example to docstring.  Rename local variables.  Move error
2743         checks to default case in cond and simplify.
2744
2745 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2748         handle is multipart when calling it recursively.
2749         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2750
2751 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2752
2753         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2754         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2755
2756 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2759         is loaded.
2760
2761         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2762         loaded.
2763
2764 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2765
2766         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2767         to "Emacs 23 (unicode)" in doc string.
2768
2769         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2770         "Emacs 23 (unicode)" in comment.
2771
2772 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2775
2776         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2777         characters 160 through 255 in Emacs 23.
2778
2779 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2780
2781         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2782         gnus-article-browse-html-temp.
2783         (gnus-article-browse-delete-temp): Make it customizable.  Add
2784         `file'.  Adjust doc string.
2785         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2786         query for each file.  Adjust doc string.
2787         (gnus-article-browse-html-parts): Add
2788         `gnus-article-browse-delete-temp-files' to
2789         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2790
2791 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2792
2793         * gnus-art.el (gnus-article-browse-html-temp)
2794         (gnus-article-browse-delete-temp): New variables.
2795         (gnus-article-browse-delete-temp-files): New function.
2796         (gnus-article-browse-html-parts): Use it.
2797
2798 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2799
2800         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2801
2802         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2803         string.
2804
2805         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2806         gnus-summary-insert-new-articles when unplugged.  Remove
2807         gnus-summary-search-article-forward.
2808
2809         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2810         display-visual-class instead of display-color-cells.
2811
2812 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * dgnushack.el: Autoload customize-group for XEmacs.
2815
2816         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2817         message/* containing non-ASCII text properly.
2818
2819 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2820
2821         * message.el: Require gmm-utils, remove autoloads.
2822         (message-tool-bar): Set default based on
2823         gmm-tool-bar-style.
2824         (message-tool-bar-gnome): Add gmm-customize-mode.
2825
2826         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2827         gmm-tool-bar-style.
2828         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2829
2830         * gnus-group.el (gnus-group-tool-bar): Set default based on
2831         gmm-tool-bar-style.
2832         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2833
2834         * gmm-utils.el (gmm-image-directory): Rename variable from
2835         gmm-image-load-path.
2836         (gmm-image-load-path): Use gmm-image-directory.
2837         (gmm-customize-mode): New function.
2838         (gmm-tool-bar-style): New variable.
2839
2840         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2841         gnus-group-redraw-line-number.
2842         (gnus-group-redraw-check): Simplify.
2843         (gnus-group-tool-bar-update): Remove redraw check.
2844         (gnus-group-make-tool-bar): Add redraw check.
2845
2846 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2847
2848         * gnus-art.el (gnus-button): Add missing parentheses.
2849
2850 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * lpath.el: Fbind line-number-at-pos.
2853
2854 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2857
2858 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2859
2860         * gnus-art.el (gnus-button): New face.
2861         (gnus-article-button-face): Use it.
2862
2863         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2864         gnus-summary-next-page.  Re-order.
2865
2866         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2867         next-node are now included.
2868         (gnus-group-redraw-line-number): New internal variable.
2869         (gnus-group-redraw-check): Helper function for updating the tool
2870         bar.
2871         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2872
2873         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2874
2875         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2876         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2877         Use it to match format of Spamassassin 3.0 and later.  Reported by
2878         IRIE Tetsuya <irie@t.email.ne.jp>.
2879         (spam-check-bogofilter)
2880         (spam-bogofilter-register-with-bogofilter): Fix args of
2881         `gnus-error' calls.
2882
2883 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2884
2885         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2886         unnecessary interaction when sending queued mails.  Reported by
2887         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2888
2889 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2890
2891         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2892         first or last are nil.
2893
2894 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2895
2896         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2897
2898 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2901
2902 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * dns.el (query-dns): Protect more against buggy tcp output.
2905
2906 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2907
2908         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2909         nov.php.
2910
2911 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2912
2913         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2914         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2915         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2916         output on the server side.
2917         (nnweb-google-create-mapping): Update regexps and add some
2918         progress indication.
2919
2920 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2921
2922         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2923         gnus-agent-toggle-plugged.  Re-order icons.
2924         (gnus-group-tool-bar-gnome): Add
2925         gnus-group-{prev,next}-unread-group.
2926         (gnus-group-tool-bar-gnome): Re-order icons.
2927
2928         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2929         gnus-summary-insert-new-articles.
2930
2931         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2932         comments.
2933
2934         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2935         also available in Emacs 21.3.
2936
2937         * message.el (message-fix-before-sending): Change "Emacs 22" to
2938         "Emacs 23 (unicode)" in comment.
2939
2940         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2941         "Emacs 23 (unicode)" in comment.
2942
2943         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2944         comment.
2945         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2946
2947         * mm-view.el (mm-fill-flowed): Add :version.
2948
2949 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2952         and load-path.
2953
2954 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2955
2956         * message.el: Autoload gmm-image-load-path.
2957         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2958         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2959         consitency.
2960
2961         * gmm-utils.el (gmm-image-load-path): Also search in
2962         "../etc/images".  Don't set gmm-image-load-path if we don't find
2963         the image.
2964
2965 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * gmm-utils.el (gmm-image-load-path): Don't make
2968         `gmm-image-load-path' include subdirectories which the second arg
2969         `image' might specify.
2970
2971         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2972         subdirectory to icon file names.
2973
2974         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2975
2976 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2977
2978         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2979         gmm-image-load-path calls.
2980
2981         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2982
2983         * message.el (message-make-tool-bar): Ditto.
2984
2985         * mml.el (mml-preview): Added comment concerning tool bar icons.
2986
2987         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2988         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2989
2990         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2991         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2992
2993         * message.el (message-tool-bar-gnome): Use new icon names.
2994         (message-make-tool-bar): Use `gmm-image-load-path'.
2995
2996         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2997         functions from MH-E.
2998         (gmm-image-load-path): New variable from MH-E.
2999         (gmm-image-load-path): New function from MH-E.  Added arguments
3000         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3001         *-image-load-path-called-flag.
3002
3003 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3004
3005         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3006
3007 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
3008         (tiny change)
3009
3010         * nnimap.el (nnimap-request-move-article): Change folder back to
3011         source group before deleting.
3012
3013 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3014
3015         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3016
3017         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3018         mm-url.
3019
3020         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3021
3022 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3025         coding system which mm-charset-to-coding-system returns for a
3026         given charset is valid.
3027
3028 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3029
3030         * html2text.el (html2text-remove-tag-list):
3031         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3032
3033 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3034
3035         * gnus-cus.el: Revert 2005-10-17 change.
3036
3037 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * gnus-art.el (article-strip-banner): Call
3040         article-really-strip-banner only when the regexp match is made.
3041
3042 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * gnus-art.el (article-strip-banner): Use
3045         gnus-extract-address-components instead of
3046         mail-header-parse-addresses to make it work with non-ASCII text;
3047         remove mail-encode-encoded-word-string.
3048
3049         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3050         values which are surrounded with \"...\"; make it never cause a
3051         Lisp error; give up parsing of parameters if it failed in
3052         extracting type.
3053
3054 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3055
3056         * smime.el (smime-cert-by-ldap-1): Fix bug where
3057         `smime-ldap-search' returns results without userCertificates.
3058
3059 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3062
3063 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3064
3065         * spam.el (spam-check-spamassassin-headers): Adapt format for
3066         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3067         <ari@mbf.ocn.ne.jp>.
3068         (spam-list-of-processors): Add spam-use-gmane.
3069
3070 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3073         make-temp-file; make it work with XEmacs as well.
3074
3075         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3076         mm-make-temp-file.
3077
3078         * mm-decode.el (mm-display-external): Use the 3rd arg of
3079         mm-make-temp-file.
3080         (mm-create-image-xemacs): Ditto.
3081
3082 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3085         with message-narrow-to-headers.
3086         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3087         (gnus-draft-check-draft-articles): New function.
3088         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3089
3090 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3091
3092         * gnus-art.el (gnus-article-browse-html-parts):
3093         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3094         Don't use suffix argument for mm-make-temp-file for Emacs 21
3095         compatibility.  Remove useless `format'.
3096
3097 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3098
3099         * nnweb.el (nnweb-google-wash-article): Update regexps.
3100         (nnweb-group-alist): Use defvoo instead of defvar.
3101
3102 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3105         re-loading nn* modules.
3106
3107 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3108
3109         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3110         for `tool-bar-mode' and don't check it's default-value.
3111
3112         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3113
3114         * message.el (message-make-tool-bar): Ditto.
3115
3116         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3117         `substring'.  Shorten tmp-file name.
3118
3119         * gnus.el: Remove bogus comment.
3120
3121 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3122
3123         * gnus-art.el (gnus-article-browse-html-parts): New function.
3124         (gnus-article-browse-html-article): New function for viewing html
3125         articles with a browser.
3126
3127 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3128
3129         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3130         in elisp.
3131         (pgg-gpg-encrypt-symmetric-region): Ditto.
3132         (pgg-gpg-sign-region): Ditto.
3133
3134         * pgg-def.el (pgg-text-mode): New variable.
3135
3136         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3137         (mml2015-pgg-encrypt): Ditto.
3138
3139         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3140         (mml1991-pgg-encrypt): Ditto.
3141
3142 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3145         message-make-date instead of current-time-string.
3146
3147         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3148         to gnus-decoded which mm-uu might set.
3149
3150 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3153         don't decode quoted parameters; remove misimported Emacs code.
3154         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3155         (rfc2231-decode-encoded-string): Don't use split-string which
3156         behaves differently according to Emacs version; use
3157         mm-decode-coding-region to convert charset to coding-system.
3158         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3159         (rfc2231-encode-string): Remove misimported Emacs code.
3160
3161 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3164         when calling mail-header-parse-content-type.
3165         (article-de-quoted-unreadable): Ditto.
3166         (article-de-base64-unreadable): Ditto.
3167         (article-wash-html): Ditto.
3168
3169         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3170         calling mail-header-parse-content-type and
3171         mail-header-parse-content-disposition.
3172         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3173         mail-header-parse-content-type.
3174
3175         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3176         insert charset and format parameters; encode description after
3177         inserting it to buffer.
3178         (mml-insert-parameter): Fold lines properly even if a parameter is
3179         segmented into two or more lines; change the max column to 76.
3180
3181         * rfc1843.el (rfc1843-decode-article-body): Don't use
3182         ignore-errors when calling mail-header-parse-content-type.
3183
3184         * rfc2231.el (rfc2231-parse-string): Return at least type if
3185         possible; don't cause an error even if it fails in parsing of
3186         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3187         (rfc2231-encode-string): Don't break lines at the beginning, leave
3188         it to mml-insert-parameter.
3189
3190         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3191         calling mail-header-parse-content-type.
3192
3193 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3194
3195         * spam-report.el (spam-report-gmane-use-article-number):
3196         Improve doc string.
3197         (spam-report-gmane-internal): Check if a suitable header was found
3198         in the article.
3199
3200 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3203         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3204
3205 2006-02-05  Romain Francoise  <romain@orebokech.com>
3206
3207         Update copyright notices of all files in the gnus directory.
3208
3209 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3210
3211         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3212
3213 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3216         segmented lines of parameter value to cope with Thunderbird 1.5
3217         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3218         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3219         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3220
3221 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3222
3223         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3224         parts.
3225
3226 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3227
3228         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3229         there's only one active file for all servers.
3230         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3231         solid groups.  Gnus might have used a FAST request to select the group.
3232         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3233         and nnweb-search redundantly in the active file.
3234         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3235         (nnweb-request-create-group): Don't use ARGS.
3236         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3237         initialisations.  Let nnoo do the work.
3238
3239 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3242         Say the part has been decoded.
3243
3244         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3245
3246 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3247
3248         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3249         mailcap-viewer-test-cache when there's no 'test clause, since that
3250         will invert the meaning of a "nil" test previously determined by
3251         mailcap-mailcap-entry-passes-test.
3252
3253 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3256         compiling.
3257
3258         * gnus-sum.el: Ditto.
3259
3260         * message.el: Don't bind tool-bar-map when compiling.
3261
3262 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3263
3264         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3265
3266 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3267
3268         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3269         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3270         current Google Groups.
3271
3272 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3273
3274         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3275         and tool-bar-mode.
3276
3277         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3278         and tool-bar-mode.
3279
3280         * message.el (message-tool-bar-update): Simplify.
3281         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3282
3283         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3284         gnus-summary-buffer.
3285         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3286         gnus-summary-reply.
3287
3288         * gmm-utils.el (gmm): Add :version.
3289
3290 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * Makefile.in (clean): New rule.
3293         (distclean): Use it.
3294
3295 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3296
3297         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3298         autoload.
3299
3300 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gmm-utils.el (gmm-verbose): Add :group.
3303
3304 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3305
3306         * message.el: Change some comments WRT tool-bars.
3307
3308         * gnus-sum.el (gnus-summary-tool-bar)
3309         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3310         (gnus-summary-tool-bar-zap-list): New variables.
3311         (gnus-summary-make-tool-bar): Complete rewrite using
3312         `gmm-tool-bar-from-list'.
3313
3314         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3315         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3316         variables.
3317         (gnus-group-make-tool-bar): Complete rewrite using
3318         `gmm-tool-bar-from-list'.
3319         (gnus-group-tool-bar-update): New function.
3320
3321         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3322
3323 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3326         is dissected into a single part of which the type is the same as
3327         the given one; decode charset.
3328
3329 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3330
3331         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3332         into alists as symbol not string, since that's what
3333         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3334         look for.
3335
3336 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3337
3338         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3339         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3340
3341         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3342
3343 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3346         (gnus-xmas-mime-security-button-menu): New function.
3347
3348         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3349         (gnus-mime-security-button-menu): New definition.
3350         (gnus-mime-security-button-map): Use them.
3351         (gnus-mime-security-button-menu): New function.
3352         (gnus-insert-mime-security-button): Addition to help echo.
3353         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3354         (gnus-mime-security-pipe-part): New functions.
3355
3356         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3357         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3358
3359         * mm-decode.el (mm-handle-set-disposition): Remove.
3360         (mm-handle-set-description): Remove.
3361
3362 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3365         (mm-w3m-standalone-supports-m17n-p): New function.
3366         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3367         w3m usage.
3368
3369         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3370         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3371
3372 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3373
3374         * message.el (message-tool-bar-zap-list): Use
3375         gmm-tool-bar-zap-list as custom type.
3376         (message-tool-bar-update): New function.
3377         (message-tool-bar, message-tool-bar-gnome)
3378         (message-tool-bar-retro): Add message-tool-bar-update.
3379         (message-tool-bar-gnome): Add flyspell-buffer.
3380
3381         * gnus-util.el (gnus-error): Describe `args'.
3382
3383         * gmm-utils.el (gmm-error): Describe `args'.
3384         (gmm-tool-bar-zap-list): New widget.
3385         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3386
3387 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3390         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3391         the number of recursive calls.
3392
3393         * mm-decode.el (mm-handle-set-disposition): New macro.
3394         (mm-handle-set-description): New macro.
3395
3396 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3399         encoding.
3400
3401 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3402
3403         * message.el (message-tool-bar-zap-list, message-tool-bar)
3404         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3405         (message-tool-bar-local-item-from-menu): Remove.
3406         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3407         (message-make-tool-bar): New function.
3408         (message-mode): Use `message-make-tool-bar'.
3409
3410         * gmm-utils.el: New file.
3411         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3412         (gmm-lazy): New widget copied from `nnmail.el'.
3413         (gmm-tool-bar-from-list): New function for creating customizable
3414         tool bars.
3415         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3416         output.
3417         (gmm): Add :prefix to defgroup.
3418
3419 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3420
3421         * gmm-utils.el (gmm-widget-p): New function.
3422
3423 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3424
3425         * mml.el (mml-attach-file): Describe `description' in doc string.
3426         (mml-menu): Add Emacs MIME manual and PGG manual.
3427
3428 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3429
3430         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3431
3432 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3433
3434         * nntp.el (nntp-end-of-line): Doc fix.
3435
3436 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3437
3438         * imap.el (imap-open): Handle case where buffer is a buffer
3439         object.
3440
3441 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3442
3443         * gnus-delay.el (gnus-delay): Don't autoload.
3444         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3445         to be re-loaded when customizing the `gnus-delay' group.
3446
3447 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3448
3449         * message.el (message-insert-citation-line): Use newlines.
3450
3451 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3452
3453         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3454         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3455         these routines, so the passphrase can be managed externally and
3456         passed in to the system.
3457         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3458         pgg-add-passphrase-to-cache function.
3459
3460         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3461         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3462         these routines, so the passphrase can be managed externally and
3463         passed in to the system.
3464         (pgg-pgp5-sign-region): Use new name of
3465         pgg-add-passphrase-to-cache function.
3466
3467 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3468
3469         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3470         part of the decoded armor to find the key-identifier.
3471         (pgg-gpg-lookup-key-owner): New function to return the
3472         human-readable identifier of a key owner.
3473         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3474         itself.
3475         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3476         the key value) if we have a key and can match it against a secret
3477         key.  Also, added a note pointing out fact that the prompt only
3478         indicates the first matching key.
3479
3480         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3481         pgg-decrypt-region.
3482         (pgg-add-passphrase-to-cache): Rename from
3483         `pgg-add-passphrase-cache' to reduce confusion (all callers
3484         changed).
3485         (pgg-remove-passphrase-from-cache): Rename from
3486         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3487         changed).
3488         (pgg-read-passphrase, pgg-add-passphrase-cache)
3489         (pgg-remove-passphrase-cache): Add informative docstrings.
3490         (pgg-decrypt): Convey provided passphrase in subordinate call to
3491         pgg-decrypt-region.
3492
3493 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3494
3495         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3496         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3497         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3498         'passphrase' argument, so the passphrase can be managed externally
3499         and then passed in to the system.
3500
3501         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3502         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3503         so the passphrase cache can be used reliably with identifiers
3504         besides a pgp packet's key id.
3505
3506         * pgg-gpg.el (pgg-gpg-encrypt-region)
3507         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3508         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3509         these routines, so the passphrase can be managed externally and
3510         passed in to the system.
3511
3512         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3513         'notruncate' argument, so the passphrase cache can be used
3514         reliably with identifiers besides a pgp packet's key id.
3515
3516 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3517
3518         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3519         symmetric encryption.
3520         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3521         encrypted session key.
3522         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3523         message ask for the passphrase in a proper way.
3524
3525         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3526         New user commands for symmetric encryption.
3527
3528 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3531
3532         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3533
3534 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3535
3536         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3537
3538 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * mm-decode.el (mm-inlined-types): Add application/pgp.
3541         (mm-automatic-display): Ditto.
3542
3543         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3544         part as text.
3545
3546 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * nnrss.el: Update copyright.
3549         (nnrss-opml-import): Query whether to subscribe to each entry.
3550
3551         * gnus-art.el:
3552         * gnus-sum.el:
3553         * gnus-xmas.el:
3554         * messagexmas.el:
3555         * mm-uu.el:
3556         * mm-view.el: Update copyright.
3557
3558 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3559
3560         * message.el (message-info): New function.
3561         (message-mode-menu): Add it.
3562         Update copyright.
3563
3564         * ChangeLog: Fix and update copyright.
3565
3566 2006-01-13  Romain Francoise  <romain@orebokech.com>
3567
3568         * message.el (message-forward-subject-name-subject): Prefer the
3569         address to 'nowhere' if the sender has no name.
3570         Fix typo.  Update copyright year.
3571
3572 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * gnus-art.el (article-wash-html): Use
3575         gnus-summary-show-article-charset-alist if a numeric arg is given.
3576         (gnus-article-wash-html-with-w3m-standalone): New function.
3577
3578         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3579         mm-inline-text-html-render-with-w3m-standalone.
3580         (mm-text-html-washer-alist): Map w3m-standalone to
3581         gnus-article-wash-html-with-w3m-standalone.
3582         (mm-inline-text-html-render-with-w3m-standalone): New function.
3583
3584 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3585
3586         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3587         Improve LaTeX.
3588
3589 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3592         (nnrss-request-article): Render text/plain parts as HTML.
3593
3594         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3595         the buffer.
3596
3597 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3600         custom definition of `gnus-posting-styles'.
3601
3602         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3603         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3604
3605 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3606
3607         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3608         Use nntp for bug archive.
3609
3610 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3613         parts.
3614         (nnrss-normalize-date): New function converts ISO 8601 date into
3615         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3616         (nnrss-check-group): Use it.
3617
3618 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3621
3622         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3623         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3624         (nnrss-insert-w3): Ditto.
3625
3626 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3629         the articles to be forwarded including the case where neither a
3630         number of articles nor a region is specified.
3631
3632 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * nnrss.el (nnrss-request-article): Fix last change; fill
3635         text/plain parts.
3636
3637 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3640         in text/plain part.
3641         (nnrss-check-group): Don't add excessive newline to dc:subject.
3642
3643 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3644
3645         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3646         article.
3647
3648 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3649
3650         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3651         (nnml-use-compressed-files, nnml-save-mail): Support other
3652         comression programs such as bzip2.
3653
3654 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * dns.el (query-dns): Make sure we check the buffer size before
3657         removing tcp headers.
3658
3659 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3662         remove MIME buttons associated with multipart/alternative parts.
3663         (gnus-mime-display-alternative): Tag buttons using `article-type'
3664         text property.
3665
3666         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3667         associated with multipart/alternative parts.
3668
3669         * gnus-art.el (gnus-signature-separator): Fix custom type.
3670
3671         * mm-decode.el (mm-inlined-types): Fix custom type.
3672         (mm-keep-viewer-alive-types): Ditto.
3673         (mm-automatic-display): Ditto.
3674         (mm-attachment-override-types): Ditto.
3675         (mm-inline-override-types): Ditto.
3676         (mm-automatic-external-display): Ditto.
3677
3678 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3679
3680         * spam-report.el (spam-report-user-mail-address)
3681         (spam-report-user-agent): New variables.
3682         (spam-report-url-ping-plain): Use spam-report-user-agent.
3683
3684 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3685
3686         * gnus-art.el (gnus-button-handle-custom): Do not just use
3687         `customize-apropos' for any "M-x customize-*" button but the
3688         function called for.  Accept both the function name and its
3689         argument in order to achieve this.
3690         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3691         function name to `gnus-button-handle-custom' in case of "M-x
3692         customize-*" buttons.
3693
3694 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3697         multipart/alternative and add xref to mm-discouraged-alternatives
3698         in doc string.
3699
3700         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3701         gnus-buttonized-mime-types in doc string.
3702
3703 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3704
3705         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3706         Suggest image/.* in the doc string.
3707
3708 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3709
3710         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3711         message-marks (Debian bug #342521).
3712
3713 2005-12-12  Simon Josefsson  <jas@extundo.com>
3714
3715         * password.el (password-read-from-cache): Add.
3716         (password-read): Use it.
3717
3718 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3721         us-ascii as a MIME charset.
3722
3723         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3724         against the case where the 2nd arg TYPE is nil.
3725
3726 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3727
3728         * pop3.el (pop3-stream-type): Fix custom version.
3729
3730         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3731
3732 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3733
3734         * mm-decode.el (mm-display-external): Add missing cdr.
3735
3736 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3739         RFC1524) if it is in mailcap or add a suffix according to
3740         mailcap-mime-extensions when generating a temp filename; postpone
3741         deleting a temp file for 2 seconds for some wrappers, shell
3742         scripts, and so on, which might exit right after having started a
3743         viewer command as a background job.
3744
3745 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3746
3747         * nntp.el (nntp-marks-directory): Fix custom group.
3748
3749         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3750         steps when < 10.
3751
3752         * gnus-start.el (gnus-no-server-1): Mention
3753         `gnus-level-default-subscribed' in doc string.
3754
3755 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3756
3757         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3758         parens.
3759
3760 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * gnus-xmas.el (gnus-use-toolbar): Revert.
3763         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3764         gnus-use-toolbar is default.
3765
3766         * messagexmas.el (message-use-toolbar): Revert.
3767         (message-setup-toolbar): Use global default-toolbar if
3768         message-use-toolbar is default.
3769
3770 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3773         according to default-toolbar-visible-p.
3774
3775         * messagexmas.el (message-use-toolbar): Ditto.
3776
3777 2005-11-26  Dave Love  <fx@gnu.org>
3778
3779         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3780         (tls-program, tls-success): Provide openssl alternative.
3781
3782         * starttls.el: Doc fixes.
3783         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3784         SERVICE to PORT.
3785
3786         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3787         port null or service name.
3788         (starttls-negotiate): Autoload.
3789
3790 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * message.el (message-kill-to-signature): Fix interactive spec.
3793
3794 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * pop3.el (pop3-open-server): Recognize a string as a service name.
3797
3798 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3799
3800         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3801
3802 2005-11-23  Dave Love  <fx@gnu.org>
3803
3804         Add pop3s, pop3/starttls.
3805
3806         * pop3.el (pop3-authentication-scheme): Clarify doc.
3807         (open-tls-stream, starttls-open-stream): Autoload.
3808         (pop3-stream-type): New.
3809         (pop3-open-server): Use it.
3810
3811         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3812         for POP.
3813         (mail-source-keyword-map): Add :stream for POP.
3814         (mail-source-fetch-pop): Use pop3-stream-type.
3815
3816 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3819         of current-time-string.
3820
3821 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3822
3823         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3824         date header.
3825
3826 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3827
3828         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3829         it can seriously impact performance as it bypasses the agent's
3830         local caches.
3831
3832 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3833
3834         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3835         must be explicitly online rather than "not explicitly offline" for
3836         its flags to be synchronized.
3837
3838         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3839         that gnus-uu-unmark-thread will function correctly.
3840
3841         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3842         1024K is instead displayed as 1M.
3843
3844 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3847
3848 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3849
3850         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3851
3852 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3853
3854         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3855         error message to display actual error condition.
3856         (gnus-agent-save-local): Avoid saving symbols that are bound to
3857         nil as they simply result in a warning message in
3858         gnus-agent-read-local.
3859
3860 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3863         rather than make-variable-buffer-local for file-precious-flag.
3864
3865 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3866
3867         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3868         for duplicates which are removed.  The invalid sort check then
3869         triggers a rescan after the sort as sorting may have moved
3870         duplicate entries such that they can be cheaply detected.
3871
3872 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3875
3876 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3877
3878         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3879         internal variable to a custom variable.  Changed default value
3880         from compressed(2) to uncompressed(1).
3881         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3882         support for uncompressed agentview files.  Taken together, reading
3883         the agentview file should now be 6-7 times faster.
3884
3885 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3886
3887         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3888         as a buffer-local variable.  This avoids creating truncated
3889         dribble files as a result of a hang up, eg.
3890
3891 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3892
3893         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3894         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3895         XEmacs.
3896
3897 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3898
3899         * gnus-start.el (gnus-start-draft-setup): Enforce
3900         `gnus-draft-mode' for nndraft:drafts at startup.
3901
3902         * gnus.el (gnus-splash): Change custom group.
3903         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3904         allow-list argument.
3905
3906         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3907         string.
3908
3909 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3910
3911         * gnus-art.el (gnus-default-article-saver): Add user-defined
3912         `function' to custom type.
3913
3914 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3915
3916         * imap.el (imap-open): Handle case where buffer is a buffer
3917         object.
3918
3919 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3920
3921         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3922         long lines.
3923         (gnus-cache-delete-group): Wrap doc strings.
3924
3925         * gnus-agent.el (gnus-agent-rename-group)
3926         (gnus-agent-delete-group): Wrap doc strings.
3927
3928
3929 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * messagexmas.el (message-use-toolbar): Change the valid values
3932         into default, top, bottom, left, and right.
3933         (message-toolbar-thickness): New variable.
3934         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3935         well.
3936         (message-setup-toolbar): Make it work.
3937
3938         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3939         (gnus-use-toolbar): Change the valid values into default, top,
3940         bottom, left, and right.
3941         (gnus-toolbar-thickness): New variable.
3942         (gnus-xmas-setup-toolbar): New function.
3943         (gnus-xmas-setup-group-toolbar): Use it.
3944         (gnus-xmas-setup-summary-toolbar): Use it.
3945
3946 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * gnus-start.el (gnus-1): Add "native" to
3949         gnus-predefined-server-alist.
3950
3951         * gnus.el (gnus-method-to-server): Don't add "native" to the
3952         lists here, because that leads to problems when
3953         gnus-select-method is bound.
3954
3955 2005-11-09  Simon Josefsson  <jas@extundo.com>
3956
3957         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3958         use (not sort-by-date) instead.
3959
3960 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3961
3962         * gnus-delay.el (gnus-delay-group): Don't autoload.
3963         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3964         to be re-loaded when customizing the `gnus-delay' group.
3965
3966 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3967
3968         * message.el: Revert last changes.
3969         (message-insert-citation-line): Use newlines.
3970
3971 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3972
3973         * message.el (message-courtesy-message)
3974         (message-mark-insert-begin, message-mark-insert-end)
3975         (message-elide-ellipsis, message-cancel-message)
3976         (message-add-header, message-change-subject)
3977         (message-cross-post-followup-to-header)
3978         (message-cross-post-insert-note, message-reduce-to-to-cc)
3979         (message-widen-reply, message-delete-not-region)
3980         (message-kill-to-signature, message-insert-signature)
3981         (message-insert-importance-high, message-insert-importance-low)
3982         (message-insert-or-toggle-importance)
3983         (message-insert-disposition-notification-to)
3984         (message-indent-citation, message-yank-original)
3985         (message-cite-original-without-signature, message-cite-original)
3986         (message-insert-citation-line, message-position-on-field)
3987         (message-fix-before-sending, message-send-mail-partially)
3988         (message-send-mail, message-send-mail-with-sendmail)
3989         (message-send-mail-with-qmail, message-send-news)
3990         (message-check-news-header-syntax, message-generate-headers)
3991         (message-insert-courtesy-copy, message-fill-address)
3992         (message-fill-header, message-shorten-references)
3993         (message-setup-1, message-cancel-news)
3994         (message-forward-make-body-plain, message-forward-make-body-mime)
3995         (message-forward-make-body-mml, message-encode-message-body)
3996         (message-forward-make-body-digest-plain)
3997         (message-forward-make-body-digest-mime)
3998         (message-use-alternative-email-as-from): Insert `hard-newline'
3999         instead of ordinary newlines.
4000
4001 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * message.el (message-generate-headers): Downcase the argument
4004         given to message-check-element.
4005
4006 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4007
4008         * nntp.el (nntp-authinfo-rejected): New error condition.
4009         (nntp-wait-for): Use new error condition to signal authentication
4010         error.
4011         (nntp-retrieve-data): Rethrow new error condition to break out of
4012         recursive call to nntp-send-authinfo.
4013
4014 2005-11-08  Romain Francoise  <romain@orebokech.com>
4015
4016         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4017         (gnus-summary-exit-map): Bind to `Z p'.
4018         (gnus-summary-make-menu-bar): Add menu item.
4019
4020 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4023         (gnus-treat-*): Add `first' in all doc strings.
4024
4025         * gnus-group.el (gnus-group-compact-group): Fix typo.
4026
4027 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus.el (gnus-parameters-case-fold-search): New variable.
4030         (gnus-parameters-get-parameter): Use it.
4031
4032         * gnus-score.el (gnus-home-score-file): Doc fix.
4033
4034 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4035
4036         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4037
4038 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * mm-util.el (mm-special-display-p): New function.
4041
4042         * mml.el (mml-preview): Use it; doc fix.
4043
4044 2005-10-29  Romain Francoise  <romain@orebokech.com>
4045
4046         * message.el (message-fix-before-sending): Fix comment.
4047
4048 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4049
4050         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4051
4052 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4053
4054         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4055         Used in gnus-score.el.
4056
4057 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4058
4059         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4060
4061 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4062
4063         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4064         whitespace removed in revision 7.8.  Use concatenated string to
4065         protect trailing whitespace.
4066
4067 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4068
4069         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4070         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4071         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4072         Courier IMAP ("some version from 2004").  Mostly based on similar
4073         code in the same function.
4074
4075 2005-10-26  Didier Verna  <didier@xemacs.org>
4076
4077         * gnus-group.el (gnus-group-compact-group): invalidate original
4078         article buffer.
4079         * gnus-srvr.el (gnus-server-compact-server): ditto.
4080         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4081         NOV database and in article itself.
4082         Invalidate article backlog.
4083
4084 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4085
4086         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4087
4088 2005-10-26  Simon Josefsson  <jas@extundo.com>
4089
4090         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4091         part of 2004-07-25 change.
4092
4093 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * message.el (message-display-completion-list): New function.
4096         (message-expand-group): Use it; make sure the Completions buffer
4097         is modifiable.
4098
4099 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4100
4101         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4102         user-mail-name is an empty string.
4103
4104 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4105
4106         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4107         depending on gnus-score-decay-constant.
4108
4109         * encrypt.el (encrypt-insert-file-contents)
4110         (encrypt-write-file-contents): Don't use `gnus-message'.
4111
4112         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4113         arguments.
4114         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4115         arguments to mm-uu-verbatim-marks-extract.
4116         (mm-uu-hide-markers): New variable.
4117         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4118
4119         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4120         (gnus-convert-image-to-face-command): Use "convert" by default to
4121         allow other input image formats.
4122         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4123         accordingly.
4124
4125 2005-10-23  Simon Josefsson  <jas@extundo.com>
4126
4127         * imap.el (imap-gssapi-program): Align command line parameters
4128         with latest GNU SASL.
4129         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4130
4131 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4134         HTML.
4135         (nnslashdot-request-article): Ditto.
4136
4137         * lpath.el (featurep): Add nobreak-char-display.
4138
4139 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4140
4141         * mail-source.el (mail-source-fetch-pop): Require pop3.
4142         (mail-source-check-pop): Ditto.
4143
4144 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4147         errors.
4148
4149 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4150
4151         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4152         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4153
4154         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4155
4156         * mm-bodies.el (mm-decode-string): Call
4157         `mm-charset-to-coding-system' with allow-override argument.
4158
4159 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4162         (rfc2047-charset-to-coding-system): New function.
4163         (rfc2047-decode-encoded-words): New function.
4164         (rfc2047-decode-region): Use them.
4165         (rfc2047-decode-cte): Remove.
4166         (rfc2047-parse-and-decode): Remove.
4167         (rfc2047-decode): Remove.
4168
4169 2005-10-15  Kenichi Handa  <handa@m17n.org>
4170
4171         * rfc2047.el (rfc2047-decode-cte): New function.
4172         (rfc2047-decode-region): Change the way to decode successive
4173         encoded-words: decode B- or Q-encoding in each encoded-word,
4174         concatenate them, and decode it as charset.
4175
4176 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * lpath.el: Fbind codepage-setup for XEmacs.
4179
4180 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4181
4182         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4183         widget-move-and-invoke.
4184         (gnus-custom-mode): Use gnus-custom-map.
4185
4186 2005-10-15  Bill Wohler  <wohler@newt.com>
4187
4188         * message.el (message-tool-bar-map): Renamed image file from
4189         mail_send to mail/send.
4190
4191 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4192
4193         * message.el (message-expand-group): Pass the common
4194         prefix substring of completion to `display-completion-list'.
4195
4196 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4197
4198         * mml-sec.el (mml-secure-method): New internal variable.
4199         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4200         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4201         functions using mml-secure-method.
4202
4203         * mml.el (mml-mode-map): Add key bindings for those functions.
4204         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4205         Harder <harder@myrealbox.com>.
4206         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4207         end of message if point is the headers of the message.
4208
4209         * message.el (message-in-body-p): New function.
4210
4211         * assistant.el: Autoload gnus-util and netrc.
4212
4213         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4214         Use `mm-charset-override-alist' only when decoding.
4215
4216         * mm-bodies.el (mm-decode-body): Call
4217         `mm-charset-to-coding-system' with allow-override argument.
4218
4219         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4220         `filename' from Content-Disposition if Content-Type doesn't
4221         provide `name'.
4222         (gnus-mime-view-part-as-type): Set default instead of
4223         initial-input.
4224
4225 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4226
4227         * format-spec.el (format-spec): Propagate text properties of % spec.
4228
4229 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4230
4231         * gnus-art.el (gnus-treat-predicate): Add `first'.
4232
4233 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4234
4235         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4236         (mm-charset-override-alist): New variable.
4237         (mm-charset-to-coding-system): Use it.
4238         (mm-codepage-setup): New helper function.
4239         (mm-charset-eval-alist): New variable.
4240         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4241         about unknown charsets.
4242
4243         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4244
4245 2005-10-04  David Hansen  <david.hansen@gmx.net>
4246
4247         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4248         (nnrss-check-group): Ditto.
4249
4250 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4251
4252         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4253         Rename x-gnus-verbatim to x-verbatim.
4254         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4255
4256         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4257         x-verbatim.
4258
4259         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4260
4261         * gnus-util.el (gnus-remove-duplicates): Remove.
4262
4263         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4264         instead of gnus-remove-duplicates.
4265
4266         * message.el (message-remove-duplicates): Remove.
4267         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4268         message-remove-duplicates.
4269
4270         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4271         available, else use implementation from `delete-dups'.
4272
4273         * message.el (message-insert-expires): New function.
4274         (message-mode-map): Add key binding.
4275         (message-mode-field-menu): Add menu entry.
4276         (message-mode): Document it.
4277         (message-make-expires-date): Use `message-make-date'.
4278
4279 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4280
4281         * message.el (message-make-expires-date): New function.
4282
4283 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * Makefile.in (list-installed-shadows): New entry.
4286         (install): Use it.
4287         (remove-installed-shadows): New entry.
4288
4289         * dgnushack.el (dgnushack-default-load-path): New variable.
4290         (dgnushack-find-lisp-shadows): New function.
4291         (dgnushack-remove-lisp-shadows): New function.
4292
4293 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * Makefile.in (install-el-elc): New entry.
4296         (install): Use it so that .el files are necessarily installed.
4297
4298 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4301
4302 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4303
4304         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4305         function rather than the diff-mode.el package.
4306         (mm-display-external): Use with-current-buffer.
4307         (mm-viewer-completion-map, mm-viewer-completion-map):
4308         Move initialization inside declaration.
4309
4310 2005-09-29  Simon Josefsson  <jas@extundo.com>
4311
4312         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4313         autoload mail-check-payment.
4314         (spam-check-hashcash): Define unconditionally, since hashcash.el
4315         is part of Gnus now.  Ignore errors from payment checking.
4316
4317 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4318
4319         * message.el (message-bold-region, message-unbold-region): Rename
4320         from `bold-region' and `unbold-region'.
4321
4322         * message.el: Remove useless autoloads.
4323
4324 2005-09-28  Simon Josefsson  <jas@extundo.com>
4325
4326         * message.el (message-use-idna): Default to t.
4327         (message-use-idna): Test whether encoding works too.  Doc fix.
4328
4329 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * nntp.el (nntp-warn-about-losing-connection): Remove.
4332
4333 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4334
4335         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4336         customizable.  Change default value.
4337         (mm-uu-diff-groups-regexp): Change default value.
4338         (mm-uu-type-alist): Add doc string.
4339         (mm-uu-configure): Add doc string.  Make it interactive.
4340         (mm-uu-tex-groups-regexp): New variable.
4341         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4342         (mm-uu-type-alist): Add LaTeX documents.
4343         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4344         of "text/verbatim".
4345         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4346
4347         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4348         instead of "text/verbatim".
4349
4350         * message.el (message-mark-inserted-region)
4351         (message-mark-insert-file): Use slrn style marks when called with
4352         prefix argument.
4353
4354 2005-09-27  Simon Josefsson  <jas@extundo.com>
4355
4356         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4357
4358 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4359
4360         * message.el (message-remove-duplicates): New function.
4361         Implementation borrowed from `gnus-remove-duplicates'.
4362         (message-idna-to-ascii-rhs): Also encode idna addresses in
4363         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4364         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4365         only ask about the same idna domain once per header and also tell
4366         in what header to replace the idna domain.
4367
4368         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4369         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4370         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4371         a header is decoded and not just the last one.
4372
4373 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4376         has been decoded.
4377
4378         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4379         (mm-insert-part): Don't modify text if it has been decoded.
4380
4381         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4382         decoded.
4383
4384         * mm-view.el (mm-inline-text): Don't strip text props unless
4385         decoding enriched or richtext parts.
4386
4387 2005-09-25  Romain Francoise  <romain@orebokech.com>
4388
4389         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4390         * gnus-start.el (gnus-subscribe-interactively):
4391         * gnus-uu.el (gnus-uu-grab-articles):
4392         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4393         space.
4394
4395 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4396
4397         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4398         * mm-view.el (mm-view-pkcs7-decrypt):
4399         * gnus-sum.el (gnus-summary-limit-to-extra)
4400         (gnus-summary-respool-article, gnus-read-move-group-name):
4401         * gnus-score.el (gnus-summary-increase-score):
4402         * gnus-util.el (gnus-completing-read-with-default):
4403         * gnus-art.el (gnus-read-save-file-name)
4404         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4405         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4406         * message.el (message-check-news-header-syntax):
4407         Follow convention for reading with the minibuffer.
4408
4409 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4410
4411         * spam-report.el (spam-report-url-ping-plain):
4412         Use gnus-extended-version as User-Agent.
4413
4414         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4415         default value is nil.
4416
4417         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4418         (mm-uu-verbatim-marks-extract): New function.
4419         (mm-uu-extract): New face.
4420         (mm-uu-copy-to-buffer): Use it.
4421
4422         * spam-report.el (spam-report-gmane-ham): Renamed from
4423         `spam-report-gmane-unspam'.
4424         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4425         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4426
4427         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4428         Autoload.
4429         (spam-report-gmane-unregister-routine): Renamed
4430         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4431
4432 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4435         (spam-report-gmane-unregister-routine): Add support for gmane
4436         unregistration.
4437
4438         * spam-report.el (spam-report-gmane-unspam)
4439         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4440         (spam-report-gmane): Change to take a single article and do unspam
4441         registration.
4442
4443 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4444
4445         * mm-url.el (mm-url-decode-entities): Fix regexp.
4446
4447 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4448
4449         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4450         default to nil, to be able to use Gnus at all.  If the default
4451         switches to something else, then the function should be fixed not
4452         be exceedingly slow.
4453
4454 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4455
4456         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4457         fail hard.
4458
4459         * spam-report.el: Add better Keywords line.
4460
4461         * spam.el: Add Maintainer and better Keywords line.
4462
4463 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4464
4465         * gnus-art.el (gnus-article-replace-part)
4466         (gnus-mime-replace-part): New functions.
4467         (gnus-mime-action-alist, gnus-mime-button-commands)
4468         (gnus-mime-save-part-and-strip): Added file argument.
4469         (gnus-article-part-wrapper): Added interactive argument.
4470
4471         * gnus-sum.el (gnus-summary-mime-map): Add
4472         `gnus-article-replace-part'.
4473
4474 2005-09-19  Didier Verna  <didier@xemacs.org>
4475
4476         The nnml compaction feature:
4477         * nnml.el (nnml-request-compact-group): New function.
4478         * nnml.el (nnml-request-compact): New function.
4479         * gnus-int.el (gnus-request-compact-group): New function.
4480         * gnus-int.el (gnus-request-compact): New function.
4481         * gnus-group.el (gnus-group-compact-group): New function.
4482         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4483         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4484         * gnus-srvr.el (gnus-server-compact-server): New function.
4485         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4486         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4487
4488 2005-09-18  Deepak Goel  <deego@gnufans.org>
4489
4490         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4491         format spec.
4492
4493 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4496
4497 2005-09-15  Romain Francoise  <romain@orebokech.com>
4498
4499         * message.el (message-fill-paragraph): Clarify docstring.
4500
4501 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus-art.el (gnus-mime-display-part): Protect against broken
4504         MIME messages.
4505
4506 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4509         before parsing header.
4510
4511 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4512
4513         * html2text.el: (html2text-replace-list): Add new entities.
4514
4515 2005-09-11  Romain Francoise  <romain@orebokech.com>
4516
4517         * message.el (message-alternative-emails): Improve docstring.
4518         (message-setup-1): Call `message-use-alternative-email-as-from'
4519         after `message-setup-hook' to give it precedence over posting
4520         styles, etc.
4521         (message-use-alternative-email-as-from): Add docstring.  Remove
4522         the original From header if present.
4523
4524         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4525         (nnml-save-mail): Use it.
4526
4527         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4528         articles.  Add new argument `silent'.
4529         (gnus-uu-mark-all): Report the total number of marked articles.
4530
4531 2005-09-10  Romain Francoise  <romain@orebokech.com>
4532
4533         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4534         (gnus-uu-mark-series): Likewise.
4535
4536 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4537
4538         * spam-report.el (spam-report-gmane): Fix generation of spam
4539         report URL.
4540
4541 2005-09-10  Simon Josefsson  <jas@extundo.com>
4542
4543         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4544         t, based on discussion on the ding list with Robert Epprecht
4545         <epprecht@solnet.ch>.
4546
4547 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4548
4549         * spam-report.el (spam-report-gmane): Make it work without
4550         X-Report-Spam header.  Gmane now only provides Archived-At.
4551         This is only used if `spam-report-gmane-use-article-number' is nil.
4552         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4553
4554         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4555         make `gnus-summary-sort-by-recipient' work with threading.
4556
4557         * nnweb.el (nnweb-google-wash-article): Print a message if article
4558         is not available.
4559
4560 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4561
4562         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4563         change.  Decode text/* parts content before displaying.
4564
4565 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4566
4567         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4568
4569 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4572
4573         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4574         url-package-name, url-package-version,
4575         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4576         w3m-display-inline-images, and w3m-minor-mode-map.
4577
4578 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4579
4580         * message.el (message-tab-body-function): Fixed mismatched custom
4581         type.
4582
4583         * gnus.el (gnus-group-change-level-function): Ditto.
4584
4585         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4586
4587         * gnus-art.el (gnus-signature-limit)
4588         (gnus-article-mime-part-function): Ditto.
4589
4590 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * mml.el (mml-mode): Silence the byte compiler.
4593
4594         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4595         using `(sit-for 0)' before moving the point to the specified part;
4596         skip unbuttonized parts.
4597         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4598         return to the summary window if gnus-auto-select-part is non-nil.
4599
4600 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4601
4602         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4603         variables.
4604         (mml-dnd-attach-file, mml-mode): Use them.
4605
4606         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4607         Make fetching article by MID work again for Google Groups.  Added
4608         FIXME concerning gnus-group-make-web-group.
4609
4610         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4611         Don't depend on Gnus by using mail-extract-address-components if
4612         gnus-extract-address-components is not bound.
4613
4614 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * gnus-art.el (gnus-mime-display-security): Don't display the
4617         signature, but only the signed part.
4618
4619 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4622
4623         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4624         list, not listp.
4625
4626 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4627
4628         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4629         when encoding.
4630
4631         * mm-bodies.el (mm-decode-content-transfer-encoding):
4632         De-canonicalize CRLF for all text content types, not just
4633         text/plain.
4634
4635 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4638         valid article; point arrow and cursor at the MIME button.
4639
4640 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4643         Suggested by Dan Christensen <jdc@uwo.ca>.
4644
4645         * mm-decode.el (mm-save-part): Enable change of prompt.
4646
4647 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4648
4649         * gnus-msg.el (gnus-inews-add-send-actions): Made
4650         `message-post-method' lambda parameter ARG `&optional'.
4651
4652 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4653
4654         * gnus-sum.el (gnus-summary-mime-map): Added
4655         gnus-article-save-part-and-strip, gnus-article-delete-part and
4656         gnus-article-jump-to-part.
4657
4658         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4659         (gnus-article-edit-part): Use it.
4660         (gnus-article-part-wrapper): Added no-handle argument.
4661         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4662         functions.
4663
4664 2005-08-29  Romain Francoise  <romain@orebokech.com>
4665
4666         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4667         docstring.
4668         (gnus-face-from-file): Likewise.
4669
4670 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4671
4672         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4673         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4674         non-nil.
4675         (gnus-auto-select-part): New variable.
4676         (gnus-article-jump-to-part): New function.
4677         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4678         (gnus-mime-delete-part): Allow selecting specified part after
4679         deleting or stripping parts.
4680         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4681         part if argument is bogus.
4682
4683 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4684
4685         * gnus-art.el (w3m-minor-mode-map):
4686         * gnus-spec.el (gnus-newsrc-file-version):
4687         * gnus-util.el (nnmail-active-file-coding-system)
4688         (gnus-original-article-buffer, gnus-user-agent):
4689         * gnus.el (gnus-ham-process-destinations)
4690         (gnus-parameter-ham-marks-alist)
4691         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4692         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4693         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4694         * mm-decode.el (gnus-current-window-configuration):
4695         * mm-extern.el (gnus-article-mime-handles):
4696         * mm-url.el (url-current-object, url-package-name)
4697         (url-package-version):
4698         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4699         (smime-keys, w3m-cid-retrieve-function-alist)
4700         (w3m-current-buffer, w3m-display-inline-images)
4701         (w3m-minor-mode-map):
4702         * mml-smime.el (gnus-extract-address-components):
4703         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4704         (gnus-newsrc-hashtb, message-default-charset)
4705         (message-deletable-headers, message-options)
4706         (message-posting-charset, message-required-mail-headers)
4707         (message-required-news-headers):
4708         * mml1991.el (mc-pgp-always-sign):
4709         * mml2015.el (mc-pgp-always-sign):
4710         * nnheader.el (nnmail-extra-headers):
4711         * rfc1843.el (gnus-decode-encoded-word-function)
4712         (gnus-decode-header-function, gnus-newsgroup-name):
4713         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4714
4715 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4716
4717         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4718         the end of the date treatments.
4719
4720 2005-08-15  Simon Josefsson  <jas@extundo.com>
4721
4722         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4723         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4724         Capello and Romain Francoise.
4725         (pgg-fetch-key-function): Removed, not used?
4726         (pgg-insert-url-with-w3): Require url, to get
4727         url-insert-file-contents regardless of where it is defined.
4728
4729 2005-08-13  Romain Francoise  <romain@orebokech.com>
4730
4731         * message.el (message-cite-original-1): New function.
4732         (message-cite-original): Use it.
4733         (message-cite-original-without-signature): Ditto.
4734
4735 2005-08-08  Romain Francoise  <romain@orebokech.com>
4736
4737         * message.el (message-yank-empty-prefix): New variable.
4738         (message-indent-citation): Use it.
4739         (message-cite-original-without-signature): Respect X-No-Archive.
4740
4741 2005-08-08  Simon Josefsson  <jas@extundo.com>
4742
4743         * pgg.el: Autoload url-insert-file-contents instead of loading
4744         w3/url.
4745         (pgg-insert-url-with-w3): Don't load url here.
4746
4747 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4748
4749         * message.el (message-kill-to-signature): Don't insert newline at
4750         bol.
4751         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4752
4753 2005-08-06  Romain Francoise  <romain@orebokech.com>
4754
4755         * message.el (message-user-fqdn): Fix typo in docstring.
4756
4757 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4758
4759         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4760
4761         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4762
4763 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * mm-bodies.el (mm-encode-body): Use coding system rather than
4766         charset to encode text.
4767
4768         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4769         number of charsets if utf-8 is available (XEmacs).
4770
4771 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4772
4773         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4774         taken from `gnus-button-mid-or-mail-regexp'.
4775         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4776         (gnus-button-alist): Improve regexp for domain part of the MIDs
4777         for news:localpart@domain buttons.
4778         (gnus-button-ctan-directory-regexp): Update.
4779
4780 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * sieve-manage.el (sieve-manage-interactive-login): Use
4783         make-local-variable rather than make-variable-buffer-local.
4784         (sieve-manage-open): Ditto.
4785         (sieve-manage-authenticate): Ditto.
4786
4787         * mml.el (mml-generate-mime-1): Make the content type default to
4788         text/plain if the filename is not specified.
4789
4790 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4793         instead of insert-buffer.
4794
4795         * message.el (message-yank-original): Ditto; set the mark at the
4796         end of the yanked message.
4797
4798 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4801         lines to scroll rather than to stop it.
4802
4803         * mml.el (mml-generate-default-type): Add doc string.
4804         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4805         default to application/octet-stream when determining the content
4806         type if it is not specified for the part or the mml contents; add
4807         a comment about mml-generate-default-type.
4808
4809 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4810
4811         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4812         make it default to application/octet-stream when determining the
4813         content type if it is not specified for the external contents.
4814
4815 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4818         segmented parameter but also other parameters might be there.
4819
4820 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * mm-decode.el (mm-display-external): Delete temp file, directory
4823         and buffer immediately if the external process is exited.
4824
4825 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4828         fewer lines than that of scroll-margin.
4829         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4830
4831 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * gnus-art.el (gnus-article-next-page): Revert.
4834         (gnus-article-beginning-of-window): New macro.
4835         (gnus-article-next-page-1): Use it.
4836         (gnus-article-prev-page): Ditto.
4837         (gnus-article-edit-part): Use insert-buffer-substring instead of
4838         insert-buffer.
4839         (gnus-article-edit-exit): Ditto.
4840
4841         * gnus-util.el (gnus-beginning-of-window): Remove.
4842         (gnus-end-of-window): Remove.
4843
4844         * lpath.el: Don't bind header-line-format and scroll-margin.
4845
4846 2005-07-25  Simon Josefsson  <jas@extundo.com>
4847
4848         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4849         to have the url package without w3.  Reported by Daiki Ueno
4850         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4851
4852 2005-07-20  Didier Verna  <didier@xemacs.org>
4853
4854         * gnus-diary.el: Remove the description comment (nndiary is now
4855         properly documented in the Gnus manual).
4856         Fix the spelling of "Back End".
4857         * nndiary.el: Ditto.
4858         Fix the copyright notice.
4859
4860 2005-07-18  Romain Francoise  <romain@orebokech.com>
4861
4862         * gnus-sum.el (gnus-summary-to-prefix,
4863         gnus-summary-newsgroup-prefix): New variables.
4864         (gnus-summary-from-or-to-or-newsgroups): Use them.
4865
4866 2005-07-17  Romain Francoise  <romain@orebokech.com>
4867
4868         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4869         space as it's generally not especially interesting to the user.
4870
4871 2005-07-16  Romain Francoise  <romain@orebokech.com>
4872
4873         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4874         nil to avoid prompting and file modification if one of the
4875         messages at the top of the nnfolder file contains a copyright
4876         notice.
4877         Update copyright notice.
4878
4879         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4880         instead of `current-time-string' as the latter creates a time
4881         string that is not RFC 2822 compliant (it lacks the zone).
4882         Update copyright notice.
4883
4884 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4885
4886         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4887         for text/rtf.  Display default in prompt.  Pass default for M-n.
4888
4889         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4890
4891 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * gnus-msg.el (gnus-button-mailto): Remove
4894         save-selected-window-window hackery because it relies on
4895         save-selected-window internals.
4896
4897 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4900         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4901         (gnus-article-prev-page): Ditto.
4902
4903         * gnus-util.el (gnus-beginning-of-window): New function.
4904         (gnus-end-of-window): New function.
4905
4906         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4907
4908 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4909
4910         * gnus-score.el (gnus-score-edit-all-score): Set
4911         gnus-score-edit-exit-function to gnus-score-edit-done and call
4912         gnus-message.
4913
4914 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915
4916         * gnus-msg.el (gnus-button-mailto): Remove
4917         save-selected-window-window hackery because it relies on
4918         save-selected-window internals.
4919
4920 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4923         add-minor-mode.
4924         (gnus-binary-mode): Ditto.
4925
4926         * gnus-topic.el (gnus-topic-mode): Ditto.
4927
4928 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4929
4930         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4931         (gnus-article-prev-page): Take scroll-margin into consideration.
4932
4933 2005-07-04  Lute Kamstra  <lute@gnu.org>
4934
4935         Update FSF's address in GPL notices.
4936
4937 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4938
4939         * gnus.el (gnus-exit):
4940         * gnus-group.el (gnus-group-icons):
4941         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4942
4943         * gnus-nocem.el (gnus-nocem):
4944         * message.el (message-various, message-buffers, message-sending)
4945         (message-interface, message-forwarding, message-insertion)
4946         (message-headers, message-news, message-mail):
4947         * pgg-gpg.el (pgg-gpg):
4948         * pgg-parse.el (pgg-parse):
4949         * pgg-pgp.el (pgg-pgp):
4950         * pgg-pgp5.el (pgg-pgp5):
4951         * pop3.el (pop3): Finish `defgroup' description with period.
4952
4953 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-art.el (article-display-face): Improve the efficiency.
4956         (article-display-x-face): Ditto; remove grey x-face stuff.
4957
4958 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * gnus-art.el (article-display-face): Correct the position in
4961         which Faces are inserted.
4962
4963 2005-06-29  Didier Verna  <didier@xemacs.org>
4964
4965         * gnus-art.el (article-display-face): Display faces in correct
4966         order.
4967
4968 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4971         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4972         (gnus-nocem-check-article): Fetch the Type header.
4973         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4974         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4975         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4976         make sure gnus-nocem-hashtb is initialized.
4977         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4978         (gnus-nocem-unwanted-article-p): Ditto.
4979
4980         * pgg.el (pgg-verify): Return the verification result.
4981
4982 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983
4984         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4985         is ascii.
4986
4987 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4988
4989         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4990         `show-nonbreak-escape'.
4991
4992 2005-06-23  Lute Kamstra  <lute@gnu.org>
4993
4994         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4995
4996         * dig.el (dig-mode):
4997         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4998
4999 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5000
5001         * nnimap.el (nnimap-split-download-body): Fix spellings.
5002
5003 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5004
5005         * gnus-art.el (gnus-article-encrypt-body):
5006         * gnus-cus.el (gnus-score-customize):
5007         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5008         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5009
5010 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5011
5012         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5013         header by looking for magic "MII" at the beginnig.
5014
5015 2005-06-16  Miles Bader  <miles@gnu.org>
5016
5017         * gnus-xmas.el (gnus-xmas-group-startup-message):
5018         Use renamed gnus-splash face.
5019
5020         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5021         (assistant-field-face): New backward-compatibility alias for renamed
5022         face.
5023         (assistant-render-text): Use renamed assistant-field face.
5024
5025         * spam.el (spam): Remove "-face" suffix from face name.
5026         (spam-face): New backward-compatibility alias for renamed face.
5027         (spam-face, spam-initialize): Use renamed spam face.
5028
5029         * message.el (message-header-to, message-header-cc)
5030         (message-header-subject, message-header-newsgroups)
5031         (message-header-other, message-header-name)
5032         (message-header-xheader, message-separator, message-cited-text)
5033         (message-mml): Remove "-face" suffix from face names.
5034         (message-header-to-face, message-header-cc-face)
5035         (message-header-subject-face, message-header-newsgroups-face)
5036         (message-header-other-face, message-header-name-face)
5037         (message-header-xheader-face, message-separator-face)
5038         (message-cited-text-face, message-mml-face):
5039         New backward-compatibility aliases for renamed faces.
5040         (message-font-lock-keywords): Use renamed message faces.
5041
5042         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5043         (sieve-test-commands, sieve-tagged-arguments):
5044         Remove "-face" suffix from face names.
5045         (sieve-control-commands-face, sieve-action-commands-face)
5046         (sieve-test-commands-face, sieve-tagged-arguments-face):
5047         New backward-compatibility aliases for renamed faces.
5048         (sieve-control-commands-face, sieve-action-commands-face)
5049         (sieve-test-commands-face, sieve-tagged-arguments-face):
5050         Use renamed sieve faces.
5051
5052         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5053         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5054         (gnus-group-news-3-empty, gnus-group-news-4)
5055         (gnus-group-news-4-empty, gnus-group-news-5)
5056         (gnus-group-news-5-empty, gnus-group-news-6)
5057         (gnus-group-news-6-empty, gnus-group-news-low)
5058         (gnus-group-news-low-empty, gnus-group-mail-1)
5059         (gnus-group-mail-1-empty, gnus-group-mail-2)
5060         (gnus-group-mail-2-empty, gnus-group-mail-3)
5061         (gnus-group-mail-3-empty, gnus-group-mail-low)
5062         (gnus-group-mail-low-empty, gnus-summary-selected)
5063         (gnus-summary-cancelled, gnus-summary-high-ticked)
5064         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5065         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5066         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5067         (gnus-summary-low-undownloaded)
5068         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5069         (gnus-summary-low-unread, gnus-summary-normal-unread)
5070         (gnus-summary-high-read, gnus-summary-low-read)
5071         (gnus-summary-normal-read, gnus-splash):
5072         Remove "-face" suffix from face names.
5073         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5074         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5075         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5076         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5077         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5078         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5079         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5080         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5081         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5082         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5083         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5084         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5085         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5086         (gnus-summary-normal-ticked-face)
5087         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5088         (gnus-summary-normal-ancient-face)
5089         (gnus-summary-high-undownloaded-face)
5090         (gnus-summary-low-undownloaded-face)
5091         (gnus-summary-normal-undownloaded-face)
5092         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5093         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5094         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5095         (gnus-splash-face):
5096         New backward-compatibility aliases for renamed faces.
5097         (gnus-group-startup-message): Use renamed gnus faces.
5098
5099         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5100         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5101         (gnus-server-agent): Remove "-face" suffix from face names.
5102         (gnus-server-agent-face, gnus-server-opened-face)
5103         (gnus-server-closed-face, gnus-server-denied-face)
5104         (gnus-server-offline-face):
5105         New backward-compatibility aliases for renamed faces.
5106         (gnus-server-agent-face, gnus-server-opened-face)
5107         (gnus-server-closed-face, gnus-server-denied-face)
5108         (gnus-server-offline-face): Use renamed gnus faces.
5109
5110         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5111         Remove "-face" suffix from face names.
5112         (gnus-picon-xbm-face, gnus-picon-face):
5113         New backward-compatibility aliases for renamed faces.
5114
5115         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5116         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5117         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5118         (gnus-cite-11): Remove "-face" suffix from face names.
5119         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5120         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5121         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5122         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5123         New backward-compatibility aliases for renamed faces.
5124         (gnus-cite-attribution-face, gnus-cite-face-list)
5125         (gnus-article-boring-faces): Use renamed gnus faces.
5126
5127         * gnus-art.el (gnus-signature, gnus-header-from)
5128         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5129         (gnus-header-content): Remove "-face" suffix from face names.
5130         (gnus-signature-face, gnus-header-from-face)
5131         (gnus-header-subject-face, gnus-header-newsgroups-face)
5132         (gnus-header-name-face, gnus-header-content-face):
5133         New backward-compatibility aliases for renamed faces.
5134         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5135
5136         * gnus-sum.el (gnus-summary-selected-face)
5137         (gnus-summary-highlight): Use renamed gnus faces.
5138         * gnus-group.el (gnus-group-highlight): Likewise.
5139
5140 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5141
5142         * gnus-sieve.el (gnus-sieve-article-add-rule):
5143         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5144         * spam-stat.el (spam-stat-buffer-change-to-spam)
5145         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5146
5147         * message.el (message-is-yours-p):
5148         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5149
5150 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * mm-view.el (mm-inline-text): Withdraw the last change.
5153
5154 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5157         executing enriched-decode.
5158
5159 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5162         charset of tar files.
5163
5164 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5165
5166         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5167
5168 2005-06-04  Lute Kamstra  <lute@gnu.org>
5169
5170         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5171         information is never recorded.
5172
5173 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5174
5175         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5176
5177 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * pop3.el (pop3-apop): Run md5 in the binary mode.
5180
5181         * starttls.el (starttls-set-process-query-on-exit-flag):
5182         Use eval-and-compile.
5183
5184 2005-05-31  Simon Josefsson  <jas@extundo.com>
5185
5186         * smime.el (smime-replace-in-string): Define.
5187         (smime-cert-by-ldap-1): Use it.
5188
5189 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * gnus-art.el (article-display-x-face): Replace
5192         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5193
5194         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5195         set-process-query-on-exit-flag or process-kill-without-query.
5196
5197         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5198         loop instead of replace-regexp.
5199
5200         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5201         instead of process-kill-without-query if it is available.
5202
5203         * lpath.el: Fbind ldap-search-entries.
5204
5205         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5206         instead of find-file-hooks if it is available.
5207
5208         * mml1991.el: Bind pgg-default-user-id when compiling.
5209
5210         * mml2015.el: Bind pgg-default-user-id when compiling.
5211
5212         * nndraft.el (nndraft-request-associate-buffer):
5213         Use write-contents-functions instead of write-contents-hooks if it is
5214         available.
5215
5216         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5217         instead of find-file-hooks if it is available.
5218
5219         * nntp.el (nntp-open-connection): Replace
5220         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5221         (nntp-open-ssl-stream): Ditto.
5222         (nntp-open-tls-stream): Ditto.
5223
5224         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5225         set-process-query-on-exit-flag or process-kill-without-query.
5226         (starttls-open-stream-gnutls): Use it instead of
5227         process-kill-without-query.
5228         (starttls-open-stream): Ditto.
5229
5230 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5231
5232         * smime.el (smime-cert-by-ldap-1): Don't use
5233         replace-regexp-in-string.
5234
5235 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5236
5237         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5238
5239         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5240         in PEM format. Adjust to the XEmacs compability.
5241
5242 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5243
5244         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5245         by `string-to-number'.
5246         * gnus-agent.el (gnus-agent-regenerate-group)
5247         (gnus-agent-fetch-articles): Ditto.
5248         * gnus-art.el (gnus-button-fetch-group): Ditto.
5249         * gnus-cache.el (gnus-cache-generate-active)
5250         (gnus-cache-articles-in-group): Ditto.
5251         * gnus-group.el (gnus-group-set-current-level)
5252         (gnus-group-insert-group-line): Ditto.
5253         * gnus-score.el (gnus-score-set-expunge-below)
5254         (gnus-score-set-mark-below, gnus-summary-score-effect)
5255         (gnus-summary-score-entry): Ditto.
5256         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5257         (gnus-soup-pack): Ditto.
5258         * gnus-spec.el (gnus-xmas-format): Ditto.
5259         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5260         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5261         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5262         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5263         * nndb.el (nndb-get-remote-expire-response): Ditto.
5264         * nndiary.el (nndiary-parse-schedule-value)
5265         (nndiary-string-to-number, nndiary-request-replace-article)
5266         (nndiary-request-article): Ditto.
5267         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5268         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5269         * nneething.el (nneething-make-head): Ditto.
5270         * nnfolder.el (nnfolder-request-article)
5271         (nnfolder-retrieve-headers): Ditto.
5272         * nnheader.el (nnheader-file-to-number): Ditto.
5273         * nnkiboze.el (nnkiboze-request-article): Ditto.
5274         * nnmail.el (nnmail-process-unix-mail-format)
5275         (nnmail-process-babyl-mail-format): Ditto.
5276         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5277         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5278         (nnmh-request-create-group, nnmh-request-list-1)
5279         (nnmh-request-group, nnmh-request-article): Ditto.
5280         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5281         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5282         * nnsoup.el (nnsoup-make-active): Ditto.
5283         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5284         * nntp.el (nntp-find-group-and-number)
5285         (nntp-retrieve-headers-with-xover): Ditto.
5286         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5287         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5288         (pgg-format-key-identifier): Ditto.
5289         * pop3.el (pop3-last, pop3-stat): Ditto.
5290         * qp.el (quoted-printable-decode-region): Ditto.
5291
5292         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5293         of concat.
5294
5295 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5298
5299         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5300
5301         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5302
5303         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5304
5305         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5306
5307         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5308
5309         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5310         (gnus-carpal-mode): Ditto.
5311
5312         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5313         (gnus-browse-mode): Ditto.
5314
5315         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5316
5317         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5318
5319 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5320
5321         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5322
5323 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * gnus-util.el (gnus-run-mode-hooks): New function.
5326
5327         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5328
5329         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5330         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5331
5332 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5333
5334         * gnus-agent.el (gnus-agent-make-mode-line-string):
5335         Use mode-line-highlight as mouse-face.
5336
5337 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * canlock.el (canlock): Change the parent group to news.
5340
5341         * deuglify.el (gnus-outlook-deuglify): Add :group.
5342
5343         * dig.el (dig): Add :group.
5344
5345         * dns-mode.el (dns-mode): Add :group.
5346
5347         * encrypt.el (encrypt): Add :group.
5348
5349         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5350         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5351         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5352         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5353         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5354
5355         * gnus-diary.el (gnus-diary): Add :group.
5356
5357         * gnus.el (gnus-group-news-1-face): Add :group.
5358         (gnus-group-news-1-empty-face): Ditto.
5359         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5360         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5361         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5362         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5363         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5364         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5365         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5366         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5367         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5368         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5369         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5370         (gnus-summary-high-ticked-face): Ditto.
5371         (gnus-summary-low-ticked-face): Ditto.
5372         (gnus-summary-normal-ticked-face): Ditto.
5373         (gnus-summary-high-ancient-face): Ditto.
5374         (gnus-summary-low-ancient-face): Ditto.
5375         (gnus-summary-normal-ancient-face): Ditto.
5376         (gnus-summary-high-undownloaded-face): Ditto.
5377         (gnus-summary-low-undownloaded-face): Ditto.
5378         (gnus-summary-normal-undownloaded-face): Ditto.
5379         (gnus-summary-high-unread-face): Ditto.
5380         (gnus-summary-low-unread-face): Ditto.
5381         (gnus-summary-normal-unread-face): Ditto.
5382         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5383         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5384
5385         * hashcash.el (hashcash): New custom group.
5386         (hashcash-default-payment): Add :group.
5387         (hashcash-payment-alist): Ditto.
5388         (hashcash-default-accept-payment): Ditto.
5389         (hashcash-accept-resources): Ditto.
5390         (hashcash-path): Ditto.
5391         (hashcash-extra-generate-parameters): Ditto.
5392         (hashcash-double-spend-database): Ditto.
5393         (hashcash-in-news): Ditto.
5394
5395         * message.el (message-minibuffer-local-map): Add :group.
5396
5397         * netrc.el (netrc): Add :group.
5398
5399         * sieve-manage.el (sieve-manage-log): Add :group.
5400         (sieve-manage-default-user): Diito.
5401         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5402         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5403         (sieve-manage-authenticators): Ditto.
5404         (sieve-manage-authenticator-alist): Ditto.
5405         (sieve-manage-default-port): Ditto.
5406
5407         * sieve-mode.el (sieve-control-commands-face): Add :group.
5408         (sieve-action-commands-face): Ditto.
5409         (sieve-test-commands-face): Ditto.
5410         (sieve-tagged-arguments-face): Ditto.
5411
5412         * smime.el (smime): Add :group.
5413
5414         * spam-report.el (spam-report): Add :group.
5415
5416         * spam.el (spam, spam-face): Add :group.
5417
5418 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419
5420         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5421         return \n.\n.\n at the end of articles.  Protect against that.
5422         (nntp-with-open-group): Allow debugging.
5423
5424         * nnheader.el (mail-header-set-extra): Make into a function
5425         because I just could't understand how to quote the list properly.
5426
5427         * dns.el (query-dns-cached): New function.
5428
5429 2005-05-26  Lute Kamstra  <lute@gnu.org>
5430
5431         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5432
5433 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5436
5437         * gnus-art.el: Don't autoload mail-extract-address-components.
5438
5439         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5440         eval-and-compile to evaluate it.
5441
5442         * hashcash.el: Don't autoload executable-find.
5443
5444         * nndb.el: Don't declare the nndb back end two or more times; don't
5445         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5446
5447         * nntp.el: Autoload format-spec instead of format; use
5448         eval-and-compile to evaluate autoload forms.
5449
5450 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5451
5452         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5453
5454 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455
5456         * gnus.el (gnus-version-number): Bump version.
5457
5458 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5459
5460         * gnus.el: No Gnus v0.3 is released.
5461
5462 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * lpath.el (featurep): Bind show-nonbreak-escape.
5465
5466 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-art.el (gnus-article-edit-part): Disable undo.
5469
5470 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5473         gnus-article-date-lapsed-new-header is t if date timer is active;
5474         skip headers in which the original date value is empty.
5475         (gnus-article-save-original-date): Redefine it as a macro.
5476         (gnus-display-mime): Use it.
5477
5478 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-art.el (article-date-ut): Support converting date in
5481         forwarded parts as well.
5482         (gnus-article-save-original-date): New function.
5483         (gnus-display-mime): Use it.
5484
5485 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5486
5487         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5488         enclosure element of <item>.
5489
5490 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5491
5492         * message.el (message-kill-buffer-query): Renamed from
5493         `message-kill-buffer-query-if-modified'.  Added :version.
5494
5495 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5498         window layout.
5499
5500 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * mml.el: Autoload dnd when compiling.
5503
5504 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5505
5506         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5507         x-dnd-*.
5508
5509 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * qp.el (quoted-printable-encode-region): Save excursion.
5512
5513 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5514
5515         * message.el (message-kill-buffer-query-if-modified): Add new variable
5516         so the user can kill a modified message buffer quickly.
5517         (message-kill-buffer): Use it.
5518
5519 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * lpath.el: Fbind display-time-event-handler; don't fbind
5522         string-to-multibyte.
5523
5524         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5525
5526 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5529         contained in text because xml.el decodes entities) with LFs.
5530
5531 2005-04-11  Lute Kamstra  <lute@gnu.org>
5532
5533         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5534         differently.
5535
5536 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5537
5538         * mm-util.el (mm-detect-coding-region): Typo.
5539
5540 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5543
5544 2005-04-06  D Goel  <deego@gnufans.org>
5545
5546         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5547         user-function allow user modifications of the scores.
5548         (spam-stat-score-buffer-user): New function, to allow
5549         user-computed modifications to the score.
5550         (spam-stat-score-buffer-user-functions): list of additional
5551         scoring functions
5552         (spam-stat-error-holder): global temporary error holder
5553         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5554         variable
5555
5556 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * gnus-registry.el (gnus-registry-clean-empty-function)
5559         (gnus-registry-trim, gnus-registry-fetch-groups)
5560         (gnus-registry-delete-group): Groups that match
5561         `gnus-registry-ignored-groups' are removed from the registry
5562         entries, not just ignored for splitting.  This helps clean up the
5563         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5564         to get all the groups a message ID is in.
5565
5566         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5567         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5568         (spam-stat-score-buffer-user-functions): Add :number custom type.
5569
5570 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5573         argument in XEmacs.
5574
5575         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5576         (nnrss-request-group): Decode group name first.
5577         (nnrss-request-article): Make a text/plain article if mml-to-mime
5578         failed.
5579         (nnrss-get-encoding): Return a compatible encoding according to
5580         nnrss-compatible-encoding-alist.
5581         (nnrss-find-el): Use consp instead of listp.
5582         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5583
5584 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5587         which Emacs 20 doesn't support.
5588         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5589
5590 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5591
5592         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5593         silence the byte compiler inside the defun
5594
5595         * gnus-demon.el (parse-time-string): Add autoload.
5596
5597         * gnus-delay.el (parse-time-string): Add autoload.
5598
5599         * gnus-art.el (parse-time-string): Add autoload.
5600
5601         * nnultimate.el (parse-time): Require for `parse-time-string'.
5602
5603 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5604
5605         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5606
5607         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5608
5609         * smime.el (smime-ldap-host-list): Add :version.
5610
5611 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5612
5613         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5614         pass it to `gnus-browse-read-group'.
5615         (gnus-browse-read-group): Add NUMBER argument and pass it to
5616         `gnus-group-read-ephemeral-group'.
5617
5618         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5619         argument and pass it to `gnus-group-read-group'.
5620
5621 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5622
5623         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5624         mm-xemacs-find-mime-charset-1 if we have the mule feature
5625         available at runtime.
5626
5627 2005-03-25  Werner Lemberg  <wl@gnu.org>
5628
5629         * nnmaildir.el: Replace `illegal' with `invalid'.
5630
5631 2005-03-23  Lute Kamstra  <lute@gnu.org>
5632
5633         * time-date.el: Add comment on time value formats.
5634         Don't require parse-time.
5635         (with-decoded-time-value): New macro.
5636         (encode-time-value): New function.
5637         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5638         (days-to-time): Return a valid time value when arg is huge.
5639         (time-since): Use time-subtract.
5640         (time-to-number-of-days): Use time-to-seconds.
5641
5642 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5643
5644         * gnus-start.el (gnus-display-time-event-handler):
5645         Check display-time-timer at runtime rather than only at load time
5646         in case display-time-mode is turned off in the mean time.
5647
5648 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5649
5650         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5651         used.
5652
5653         * nneething.el (nneething-map-file-directory): Derive from
5654         `gnus-directory'.
5655
5656         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5657         the To/Cc button.
5658
5659 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * nnmaildir.el (nnmaildir-request-accept-article):
5662         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5663
5664 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5665
5666         * gnus-async.el: Require timer-funcs at compile time when in
5667         XEmacs for `run-with-idle-timer'.
5668
5669 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5670
5671         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5672         autoloaded function.
5673
5674 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5675
5676         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5677
5678 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5679
5680         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5681
5682 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5683
5684         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5685         gnus-expert-user to default.
5686
5687 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5688
5689         * nnimap.el (nnimap-open-server): Ditto.
5690
5691         * imap.el (imap-authenticate): Fix typo.
5692
5693 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5694
5695         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5696         buffer (since IMAP server might return FETCH response out of
5697         order, and the nntp buffer must be sorted).
5698
5699 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5700
5701         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5702         comparison on string.
5703
5704         * gnus-agent.el (gnus-agent-long-article,
5705         gnus-agent-short-article, gnus-agent-score): Renamed category
5706         keywords to match gnus-cus.
5707         (gnus-agent-summary-fetch-series): Modified to protect against
5708         gnus-agent-summary-fetch-group clearing processable flags.
5709         (gnus-agent-synchronize-group-flags): Update live group buffer as
5710         synchronization may occur due to the user toggle the plugged
5711         status.
5712         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5713         successfully downloaded.
5714         (gnus-agent-expire-group-1): Avoid using markers when the overview
5715         is in ascending order; greatly improves performance.
5716         (gnus-agent-regenerate-group): Use
5717         gnus-agent-synchronize-group-flags to reset read status in both
5718         gnus and server.
5719         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5720
5721 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5722
5723         * message.el: Don't autoload former message-utils variables.
5724         (message-strip-subject-trailing-was): Change doc string.
5725
5726         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5727         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5728         (nnweb-google-search): Add "hl=en" here.
5729         (nnweb-google-parse-1, nnweb-google-create-mapping):
5730         Don't hardcode URL.
5731
5732 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5733
5734         * message.el (message-get-reply-headers, message-followup):
5735         Mention related variables `message-use-followup-to' and
5736         `message-use-mail-followup-to', in the information buffer.
5737
5738         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5739         of broken groups(-beta).google.com.
5740
5741 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5742
5743         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5744         parameter to invoked gnus-request-move-article; remove the
5745         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5746         all at once instead of once per article.
5747         (gnus-summary-remove-process-mark): Accept a list of articles as
5748         well as a single article for processing.
5749
5750         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5751         parameter.
5752
5753         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5754
5755         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5756
5757         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5758         parameter.
5759
5760         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5761         parameter.
5762
5763         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5764         parameter and remove the gnus-sum-hint-move-is-internal variable.
5765
5766         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5767         parameter.
5768
5769         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5770         parameter.
5771
5772         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5773         parameter.
5774
5775         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5776
5777         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5778         parameter.
5779
5780         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5781         parameter.
5782
5783 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5784
5785         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5786         a more conservative way.
5787
5788 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5789
5790         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5791         buffer, so it moves the window's cursor.
5792
5793 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5794
5795         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5796         `mm-dissect-multipart' and receive the from field as an (optional)
5797         argument from `mm-dissect-multipart'.
5798         (mm-dissect-multipart): Receive the from field as an argument and
5799         pass it on when we call `mm-dissect-buffer' on MIME parts.
5800         Fixes verification/decryption of signed/encrypted MIME parts.
5801
5802 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5803
5804         * gnus-sum.el (gnus-summary-move-article): Set
5805         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5806         whatever it calls (right now, only nnimap-request-move article
5807         respects it).
5808
5809         * nnimap.el (nnimap-request-move-article): When
5810         gnus-sum-hint-move-is-internal is set, don't do the extra
5811         nnimap-request-article.
5812
5813 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5816
5817         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5818         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5819
5820         * gnus-sum.el (gnus-summary-caesar-message):
5821         Apply `gnus-treat-article' after rotation.
5822
5823         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5824         doc string.
5825
5826 2005-02-22  Simon Josefsson  <jas@extundo.com>
5827
5828         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5829         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5830         <arne@arnested.dk>.
5831         (encrypt): Add password-cache and password-cache-expiry as group
5832         members.
5833
5834 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5835
5836         * smime.el (smime-ldap-host-list): Doc fix.
5837         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5838         cache) password.
5839         (smime-sign-region): Use it.
5840         (smime-decrypt-region): Use it.
5841         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5842         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5843         fails.
5844         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5845         certificate from DER to PEM format rather than calling openssl.
5846
5847         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5848
5849         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5850         for signing/encryption.
5851
5852         * mml.el (mml-parse-1): Use them.
5853
5854 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5855
5856         * nnrss.el (nnrss-verbose): Removed.
5857         (nnrss-request-group): Use `nnheader-message' instead.
5858
5859 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5860
5861         * nnrss.el (nnrss-verbose): New variable.
5862         (nnrss-request-group): Make it say nnrss is requesting a group.
5863
5864 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5867         Handle news URL with given port correctly.
5868
5869 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5872         containing special characters.
5873
5874         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5875
5876         * mml.el (mime-to-mml): Ditto.
5877
5878         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5879         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5880         (rfc2047-decode-region): Quote decoded words containing special
5881         characters when rfc2047-quote-decoded-words-containing-tspecials
5882         is non-nil.
5883
5884 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5885
5886         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5887
5888         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5889
5890 2005-02-15  Simon Josefsson  <jas@extundo.com>
5891
5892         * nnimap.el (nnimap-debug): Doc fix.
5893
5894         * imap.el (imap-debug): Doc fix.
5895
5896 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5899
5900 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5901
5902         * gnus.el (spam-contents): Improve docs for spam-contents
5903         parameter in its variable incarnation.
5904
5905 2005-02-14  Simon Josefsson  <jas@extundo.com>
5906
5907         * smime-ldap.el: Use require instead of load-library for ldap.
5908         (smime-ldap-search): Indent.
5909         (smime-ldap-search-internal): Shorten line.
5910
5911         * smime.el (smime-cert-by-dns): Add doc-string.
5912         (smime-cert-by-ldap-1): Indent.
5913
5914         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5915         mml-smime-get-dns-ldap.
5916         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5917
5918 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5919
5920         * smime.el: Require smime-ldap.
5921         (smime-ldap-host-list): New variable.
5922         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5923
5924         * mml-smime.el (mml-smime-encrypt-query): New function.
5925         (mml-smime-encrypt-query): Use it.
5926
5927         * smime-ldap.el: New file.
5928
5929 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5932
5933 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5934
5935         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5936         argument in doc string.  Make query for type more clear.
5937
5938 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * gnus.el (gnus-group-startup-message): Search for gnus images in
5941         etc/images/gnus.
5942         * mm-util.el (mm-image-load-path): Likewise.
5943         * smiley.el (smiley-data-directory): Search for smilies in
5944         etc/images/smilies.
5945
5946 2005-02-09  Kim F. Storm  <storm@cua.dk>
5947
5948         Change Emacs release version from 21.4 to 22.1 throughout.
5949         Change Emacs development version from 21.3.50 to 22.0.50.
5950
5951 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5954
5955         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5956         non-Mule XEmacs as well.
5957         (mm-decompress-buffer): Signal an error intentionally if it does
5958         not decompress compressed data because auto-compression-mode is
5959         disabled.
5960
5961 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5962
5963         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5964         an ID in the registry even if it has no groups.
5965
5966 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5969         merge it into mm-decompress-buffer.
5970         (gnus-mime-copy-part): Use the MIME part charset, the value which
5971         a user specified or gnus-newsgroup-charset for decoding, like
5972         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5973         save-buffer what was used.  Suggested by Kevin Ryde
5974         <user42@zip.com.au>.
5975         (gnus-mime-inline-part): Allow the name parameter as well as the
5976         filename parameter; force decompressing of compressed data; always
5977         display contents being not decoded as unibyte.
5978
5979         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5980         as well as the filename parameter.
5981
5982         * mm-util.el (mm-decompress-buffer): Merge
5983         gnus-mime-jka-compr-maybe-uncompress.
5984         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5985         of compressed data.
5986
5987 2005-02-08  Simon Josefsson  <jas@extundo.com>
5988
5989         * imap.el (imap-log): Doc fix.
5990
5991 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5994         the coding cookies; decompress compressed parts.
5995
5996         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5997         to the value which a user specified manually or the coding cookie.
5998
5999         * mm-util.el (mm-string-to-multibyte): New function.
6000         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6001         (mm-coding-system-to-mime-charset): New function.
6002         (mm-decompress-buffer): New function.
6003         (mm-find-buffer-file-coding-system): New function.
6004
6005         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6006         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6007         parts.
6008
6009 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6010
6011         * mm-view.el (mm-display-inline-fontify): Decode a part according
6012         to the charset parameter.
6013
6014 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6017         prefix arg is neither nil nor a number, as info specifies.
6018
6019 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6022         timestamps.
6023
6024 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6025
6026         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6027         groups error checking and notify user.
6028
6029 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6030
6031         * message.el (message-send-mail-function): Check existence of
6032         sendmail-program first before using default value
6033         `message-send-mail-with-sendmail'.  Otherwise use more generic
6034         `smtpmail-send-it'.
6035
6036 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * nntp.el (nntp-request-update-info): Always return nil.
6039
6040 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6041
6042         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6043
6044 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6045
6046         * message.el (message-beginning-of-line): Change the behavior when
6047         invoked between BOL and : so that it first moves backward.
6048
6049 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6052         article buffer when editing of the article is discarded.
6053         (gnus-article-prepare): Revert.
6054
6055 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus-art.el (gnus-article-prepare):
6058         Remove message-strip-forbidden-properties from the local hook.
6059
6060 2005-01-27  Simon Josefsson  <jas@extundo.com>
6061
6062         * password.el (password-cache-add): Only start one timer per key.
6063         Reported by Derek Atkins <warlord@MIT.EDU>.
6064
6065 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6066
6067         * run-at-time.el: Removed.  It is no longer needed as
6068         timer-funcs.el in the xemacs-base package has a working version of
6069         `run-at-time'.
6070
6071         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6072
6073         * password.el: Require timer-funcs instead of run-at-time in
6074         XEmacs.
6075         Remove `password-run-at-time' macro.
6076         (password-cache-add): Use `run-at-time' instead of
6077         `password-run-at-time'.
6078
6079         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6080         Remove `nnheader-cancel-function-timers' alias,
6081         `cancel-function-timers' exists in XEmacs in timer-funcs.
6082
6083         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6084         for `run-with-idle-timer'.
6085
6086         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6087         for `run-at-time'.
6088
6089         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6090         for `with-timeout'.
6091
6092         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6093         the same as for XEmacs 21.4.
6094         No need to ignore `run-with-idle-timer', this function exists in
6095         XEmacs now in timer-funcs.el in the xemacs-base package.
6096         (dgnushack-compile): No need to delete
6097         run-at-time.el from the list of files to compile because it
6098         doesn't exist anymore.
6099
6100 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6103         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6104
6105 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6106
6107         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6108         sensitively.
6109
6110 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6111
6112         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6113
6114 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6115
6116         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6117         which will be inserted according to the multibyteness of a buffer
6118         rather than the type of contents.  Suggested by ARISAWA Akihiro
6119         <ari@mbf.ocn.ne.jp>.
6120
6121         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6122         of string which old xml.el may return rather than a string.
6123
6124 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6127
6128 2005-01-16  Simon Josefsson  <jas@extundo.com>
6129
6130         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6131         idn/idna.el isn't available.
6132         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6133         <michael@waxrat.com>.
6134
6135         * hashcash.el: Remove non-FSF copyright header.
6136
6137         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6138         (hashcash-generate-payment): Use it.
6139         (hashcash-generate-payment-async): Use it.
6140
6141 2005-01-15  Simon Josefsson  <jas@extundo.com>
6142
6143         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6144         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6145
6146         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6147         gnus-summary-idna-message.
6148         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6149         (gnus-summary-idna-message): New function.
6150
6151 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6152
6153         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6154         gnus-novice-user.
6155
6156 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * nnrss.el (nnrss-request-delete-group): Delete entries in
6159         nnrss-group-alist as well.
6160         (nnrss-save-server-data): Insert newline.
6161
6162 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6163
6164         * gnus.el (gnus-user-agent): Use list of symbols instead of
6165         symbols.  Display full version number for (S)XEmacs.  Optionally
6166         display (S)XEmacs codename.
6167
6168         * gnus-util.el (gnus-emacs-version): Update for new
6169         `gnus-user-agent'.
6170
6171         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6172         Gnus version.
6173
6174 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6177         which is unreadable in some setups.
6178
6179 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-spec.el (gnus-update-format-specifications): Flush the
6182         group format spec cache if it doesn't support decoded group names.
6183
6184 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6185
6186         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6187         to apply decay on score files matching a regexp.
6188
6189 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6192         compatibility in %g and %c.
6193
6194 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6197         name for only %g and %c.
6198         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6199         of gnus-tmp-group to decoded group name.
6200         (gnus-group-make-rss-group): Exclude `/'s from group names.
6201
6202 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * nnrss.el (nnrss-get-encoding): Fix regexp.
6205
6206 2004-12-27  Simon Josefsson  <jas@extundo.com>
6207
6208         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6209         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6210         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6211
6212 2004-12-17  Kim F. Storm  <storm@cua.dk>
6213
6214         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6215
6216         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6217
6218 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6219
6220         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6221
6222 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * nnrss.el: Require rfc2047 and mml.
6225         (nnrss-file-coding-system): New variable.
6226         (nnrss-format-string): Redefine it as an inline function.
6227         (nnrss-decode-group-name): New function.
6228         (nnrss-string-as-multibyte): Remove.
6229         (nnrss-retrieve-headers): Decode group name; don't use
6230         nnrss-format-string.
6231         (nnrss-request-group): Decode group name.
6232         (nnrss-request-article): Decode group name; allow a Message-ID as
6233         well as an article number; don't use nnrss-format-string; encode a
6234         Message-ID string which may contain non-ASCII characters; use
6235         mml-to-mime to compose a MIME article.
6236         (nnrss-request-expire-articles): Decode group name.
6237         (nnrss-request-delete-group): Decode group name.
6238         (nnrss-fetch): Clarify error message.
6239         (nnrss-read-server-data): Use insert-file-contents instead of load;
6240         bind file-name-coding-system; use multibyte buffer.
6241         (nnrss-save-server-data): Bind coding-system-for-write to the
6242         value of nnrss-file-coding-system; bind file-name-coding-system;
6243         add coding cookie.
6244         (nnrss-read-group-data): Use insert-file-contents instead of load;
6245         bind file-name-coding-system; use multibyte buffer.
6246         (nnrss-save-group-data): Bind coding-system-for-write to the
6247         value of nnrss-file-coding-system; bind file-name-coding-system.
6248         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6249         make it work with non-ASCII text.
6250         (nnrss-find-el): Make it work with old xml.el as well.
6251
6252 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6253
6254         * nnrss.el (nnrss-get-encoding): New function.
6255         (nnrss-fetch): Use unibyte buffer initially; bind
6256         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6257         decode contents according to the encoding attribute.
6258         (nnrss-save-group-data): Add coding cookie.
6259         (nnrss-mime-encode-string): New function.
6260         (nnrss-check-group): Use it to encode subject and author.
6261
6262 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6263
6264         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6265         imaginary variable.
6266
6267 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6270         correctly even if there are wide characters.
6271
6272 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6273
6274         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6275         downcased symbol names; make a new cache instead of reusing
6276         bbdb-hashtable.
6277
6278 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6281         concatenating segments rather than before concatenating them.
6282         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6283
6284         * message.el (message-get-reply-headers): Bind `extra'.
6285
6286 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287
6288         * message.el (message-extra-wide-headers): New variable.
6289         (message-get-reply-headers): Use it.
6290
6291 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6294         (gnus-agent-group-pathname): Ditto.
6295
6296         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6297
6298         * gnus-group.el (gnus-group-make-group): Decode group name.
6299         (gnus-group-make-rss-group): Register the group data after opening
6300         the nnrss group.
6301
6302 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6303
6304         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6305         by expiry now get marked as read.
6306
6307 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6310
6311 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6312
6313         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6314         unify Latin characters in XEmacs.
6315         (mm-find-mime-charset-region): Use it.
6316
6317 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * gnus-util.el (gnus-delete-directory): New function.
6320
6321         * gnus-agent.el (gnus-agent-delete-group): Use it.
6322
6323         * gnus-cache.el (gnus-cache-delete-group): Use it.
6324
6325 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6328         names.
6329
6330 2004-12-16  Simon Josefsson  <jas@extundo.com>
6331
6332         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6333
6334 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6337
6338         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6339         (gnus-group-set-current-level): Decode group name.
6340
6341 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6342
6343         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6344         failed.
6345
6346 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * gnus-group.el (gnus-group-delete-group): Decode group name.
6349         (gnus-group-make-rss-group): Encode group name.
6350         (gnus-group-catchup-current): Decode group name.
6351         (gnus-group-kill-group): Decode group name.
6352
6353 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6354
6355         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6356
6357 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-group.el (gnus-group-make-rss-group):
6360         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6361
6362         * gnus-start.el (gnus-setup-news): Honor user's setting to
6363         gnus-message-archive-method.  Suggested by Lute Kamstra
6364         <lute@gnu.org>.
6365
6366 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6367
6368         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6369         global counterparts of the buffer-local variables.
6370
6371 2004-11-16  Romain Francoise  <romain@orebokech.com>
6372
6373         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6374         counterparts of the buffer-local variables.
6375
6376 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6377
6378         * message.el (message-forbidden-properties): Fixed typo in doc
6379         string.
6380
6381 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6382
6383         * gnus-util.el (gnus-replace-in-string): Added doc string.
6384
6385         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6386         to avoid problems when splitting mails with many recipients.
6387
6388 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6389
6390         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6391         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6392
6393 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6394
6395         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6396         if there is no hashtable in memory or file modification time is
6397         newer than cached timestamp.
6398
6399 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6402         not-matching option.
6403
6404 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6407         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6408         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6409         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6410         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6411         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6412
6413 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * message.el (message-forward-make-body-mml): Remove headers
6416         according to message-forward-ignored-headers if a message is decoded.
6417
6418 2004-12-02  Romain Francoise  <romain@orebokech.com>
6419
6420         * message.el (message-forward-make-body-plain): Always remove
6421         headers according to message-forward-ignored-headers.
6422
6423 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6424
6425         * spam.el (spam-summary-prepare-exit): Remove the
6426         gnus-summary-limit pop for now, it has problems with ham marks for
6427         me.
6428
6429 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6430
6431         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6432         correctly.
6433
6434 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6435
6436         * format-spec.el (format-spec): Message the char.
6437
6438 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6439
6440         * gnus-art.el (gnus-split-methods): Reformat comments.
6441
6442         * spam.el (spam-summary-prepare-exit): Remove article limits
6443         before exiting the summary buffer.
6444
6445 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6448         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6449
6450         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6451         order to silence the byte compiler.
6452
6453         * spam.el: Fix the way to silence the byte compiler, which
6454         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6455         bbdb-search-simple, spam-BBDB-register-routine,
6456         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6457         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6458         spam-stat-buffer-is-spam, spam-stat-load,
6459         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6460         spam-stat-save and spam-stat-split-fancy.
6461
6462 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6465         which may confuse users.
6466         (canlock-password-for-verify): Ditto.
6467
6468         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6469
6470         * gnus-art.el (gnus-emphasis-alist): Ditto.
6471
6472         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6473
6474         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6475
6476         * gnus-start.el (gnus-save-killed-list): Ditto.
6477
6478         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6479         (gnus-sum-thread-tree-root): Ditto.
6480         (gnus-sum-thread-tree-false-root): Ditto.
6481         (gnus-sum-thread-tree-single-indent): Ditto.
6482
6483         * message.el (message-courtesy-message): Ditto.
6484         (message-archive-note): Ditto.
6485         (message-subscribed-address-file): Ditto.
6486         (message-user-fqdn): Ditto.
6487
6488         * spam-report.el (spam-report-gmane-regex): Ditto.
6489
6490         * spam.el (spam-blackhole-good-server-regex): Ditto.
6491
6492 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * mml.el (mml-preview): Widen the message buffer before copying
6495         the contents to the preview buffer; sort headers before previewing.
6496
6497         * message.el (message-hidden-headers): Fix the way to avoid a bug
6498         in the `repeat' widget in Emacs 21.3 or earlier.
6499
6500 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * message.el (message-hidden-headers): Default to "^References:".
6503         Improve customization type.  Suggested by Reiner Steib
6504         <Reiner.Steib@gmx.de>.
6505
6506 2004-11-25  Romain Francoise  <romain@orebokech.com>
6507
6508         * message.el (message-strip-forbidden-properties): Remove check for
6509         obsolete `message-hidden' text property, hidden headers are not
6510         accessible in the buffer anymore.
6511
6512 2004-11-22  Romain Francoise  <romain@orebokech.com>
6513
6514         * message.el (message-header-format-alist): Add `From' in list
6515         so that it can be sorted.
6516         (message-fix-before-sending): Widen and sort headers before
6517         sending.
6518         (message-hide-headers): Use narrowing to hide headers by moving
6519         them to the top of the buffer and narrowing to the region
6520         underneath.
6521
6522 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6523
6524         * message.el (message-strip-forbidden-properties): Bind
6525         buffer-read-only (etc) to nil.
6526
6527 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6530         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6531
6532 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6533
6534         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6535
6536 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6537
6538         * dns.el (query-dns): Use sit-for to time instead of
6539         accept-process-output, since that doesn't seem to work on udp
6540         sockets.
6541
6542 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6545
6546 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6547
6548         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6549         doc string.  Improve doc string.
6550
6551 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * nntp.el (nntp-request-update-info): Return nil if
6554         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6555         may not call gnus-activate-group which uselessly issues the GROUP
6556         commands for all nntp groups and wastes time.  Reported by Romain
6557         Francoise <romain@orebokech.com>.
6558
6559         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6560
6561 2004-11-15  Simon Josefsson  <jas@extundo.com>
6562
6563         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6564         headers separately.
6565         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6566         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6567
6568 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6569
6570         * gnus-start.el (gnus-convert-old-newsrc):
6571         Assign legacy-gnus-agent to 5.10.7.
6572
6573 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6574
6575         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6576         start of the lines.
6577
6578 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6579
6580         * hashcash.el (hashcash-default-payment): Change default to 20
6581         (hashcash-default-accept-payment): Change default to 20
6582         (hashcash-process-alist): New variable
6583         (hashcash-generate-payment-async): Add
6584         (hashcash-already-paid-p): Add
6585         (hashcash-insert-payment): Don't generate payments twice
6586         (hashcash-insert-payment-async): Add
6587         (hashcash-insert-payment-async-2): Add
6588         (hashcash-cancel-async): Add
6589         (hashcash-wait-async): Add
6590         (hashcash-processes-running-p): Add
6591         (hashcash-wait-or-cancel): Add
6592         (mail-add-payment): New optional argument.  Conditionally start
6593         asynchronous calculation.
6594         (mail-add-payment-async): Add
6595
6596         * message.el (message-send-mail): Wait for asynchronous hashcash
6597         results.  Don't clobber existing X-Hashcash headers.
6598         (message-setup-1): Call mail-add-payment-async when
6599         message-generate-hashcash is non-nil.
6600
6601 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6602
6603         * message.el (message-use-alternative-email-as-from): Examine the
6604         From header as well; use message-make-from in order to include a
6605         user's full name.
6606
6607 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6610         default; improve customization type.
6611         (gnus-emphasis-custom-with-format): New macro.
6612         (gnus-emphasis-custom-value-to-external): New function.
6613         (gnus-emphasis-custom-value-to-internal): New function.
6614
6615 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6616
6617         * dns.el (query-dns): Resolve reverse addresses.
6618
6619 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6620
6621         * gnus-group.el (gnus-group-get-new-news): Use it.
6622
6623         * gnus-start.el (gnus-check-reasonable-setup): New function.
6624
6625 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6628         "Args out of range" error.  Reported by Arnaud Giersch
6629         <arnaud.giersch@free.fr>.
6630
6631 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6632
6633         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6634
6635 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6636
6637         * spam.el (spam group): Add :version.
6638
6639         * pgg-def.el (pgg group): Add :version.
6640
6641 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * gnus-art.el (gnus-article-edit-article): Don't associate the
6644         article buffer with a draft file.  This is a temporary measure
6645         against the 2004-08-22 change to gnus-article-edit-mode.
6646
6647 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6650         (html2text-format-tags): Remove unused variable `attr'.
6651
6652 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6655
6656         * tls.el (tls-process-connection-type, tls-success)
6657         (tls-certtool-program): Add :version.
6658
6659         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6660         (starttls-extra-arguments, starttls-process-connection-type)
6661         (starttls-connect, starttls-failure, starttls-success):
6662
6663         * spam-stat.el (spam-stat): Add :version.
6664
6665         * sieve.el (sieve): Add :version.
6666
6667         * sha1.el (sha1): Add :version.
6668         (sha1-use-external): Remove redundant version.
6669
6670         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6671         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6672         (nnmail-split-fancy-match-partial-words)
6673         (nnmail-split-lowercase-expanded):
6674
6675         * nndiary.el (nndiary): Add :version.
6676
6677         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6678
6679         * mml-sec.el (mml-default-sign-method)
6680         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6681         Add :version.
6682
6683         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6684
6685         * mm-url.el (mm-url-use-external, mm-url-program)
6686         (mm-url-arguments): Add :version.
6687
6688         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6689         (mm-attachment-file-modes, mm-decrypt-option)
6690         (mm-w3m-safe-url-regexp): Add :version.
6691
6692         * message.el (message-cite-prefix-regexp)
6693         (message-sendmail-envelope-from, message-minibuffer-local-map)
6694         (message-user-fqdn, message-completion-alist): Add :version.
6695
6696         * gnus-win.el (gnus-configure-windows-hook)
6697         (gnus-use-frames-on-any-display): Add :version.
6698
6699         * gnus-art.el (gnus-article-address-banner-alist)
6700         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6701         (gnus-treat-from-picon, gnus-treat-mail-picon)
6702         (gnus-treat-x-pgp-sig): Add :version.
6703
6704         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6705         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6706         (gnus-summary-article-delete-hook)
6707         (gnus-summary-display-while-building): Add :version.
6708
6709         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6710         (gnus-get-top-new-news-hook):Add :version.
6711
6712         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6713         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6714
6715         * gnus-registry.el (gnus-registry): Add :version.
6716
6717         * gnus-spec.el (gnus-use-correct-string-widths)
6718         (gnus-make-format-preserve-properties): Add :version.
6719
6720         * gnus.el (gnus-group-charter-alist)
6721         (gnus-group-fetch-control-use-browse-url)
6722         (gnus-install-group-spam-parameters): Add :version.
6723
6724         * gnus-diary.el (gnus-diary): Add :version.
6725
6726         * gnus-delay.el (gnus-delay): Add :version.
6727
6728         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6729         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6730         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6731         Add :version.
6732
6733         * gnus-agent.el (gnus-agent-max-fetch-size)
6734         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6735         (gnus-agent-prompt-send-queue): Add :version.
6736
6737         * deuglify.el (gnus-outlook-deuglify): Add :version.
6738
6739         * html2text.el: Beautify code.  Improve doc strings.  Some
6740         checkdoc cleanup.
6741         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6742
6743 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6744
6745         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6746
6747 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6750         when package is loaded.
6751
6752         * spam.el (spam-summary-score-preferred-header): Add global preference
6753         for people who want to override the default SpamAssassin over
6754         Bogofilter preference (when both are set).
6755         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6756         (spam-user-format-function-S): Check
6757         spam-summary-score-preferred-header.
6758         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6759         (spam-user-format-function-S): Format the score correctly.
6760
6761 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6764         signature file.  Suggested by Manoj Srivastava
6765         <srivasta@golden-gryphon.com>.
6766
6767         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6768         iso-2022-jp even in the Japanese language environment.
6769         Suggested by Jason Rumney <jasonr@gnu.org>.
6770
6771 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6774         use the same characters as the dummy marks; make it free from
6775         getting affected by the language environment.
6776         (gnus-summary-read-group-1): Update mark positions only when the
6777         format spec is updated.
6778
6779         * gnus-spec.el (gnus-update-format-specifications): Return a list
6780         of updated types.
6781
6782 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6785         of boundp to check if display-warning is available.
6786
6787 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6788
6789         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6790
6791 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * nnspool.el (nnspool-spool-directory): Use news-path if the
6794         news-directory variable is not bound.
6795
6796         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6797         function instead of display-warning if it is not available.
6798
6799 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6800
6801         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6802         v5-10: Use `point-at-bol'.
6803
6804 2004-10-26  Simon Josefsson  <jas@extundo.com>
6805
6806         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6807         <chenggao@gmail.com>.
6808
6809 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6810
6811         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6812         instead.
6813
6814 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6815
6816         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6817         to remove a server from the nnimap-server-buffer-alist.
6818         (nnimap-open-connection, nnimap-close-server): Use it.
6819
6820         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6821
6822 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6825         running the major-mode function.
6826
6827 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6830         dummy marks in the right way.
6831
6832 2004-10-18  David Edmondson  <dme@dme.org>
6833
6834         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6835         excessively.
6836
6837 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6838
6839         * gnus-util.el (gnus-split-references): Accept a nil references
6840         string and go on blissfully.
6841
6842         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6843         cases where the references string is non-nil but has no references.
6844
6845         * encrypt.el: Add autoload tags.
6846
6847         * spam.el (spam-resolve-registrations-routine): Remove article
6848         from unregistration list too.  Reported by David Hanak
6849         <dhanak@isis.vanderbilt.edu>
6850
6851 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6854         nil.  Changed custom type.
6855
6856 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6857
6858         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6859
6860         * gnus-sum.el (gnus-summary-move-article): Use it.
6861
6862 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6863
6864         * encrypt.el: Add autoload cookies.
6865
6866         * spam.el (spam-backend-article-list-property)
6867         (spam-backend-get-article-todo-list)
6868         (spam-backend-put-article-todo-list, )
6869         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6870         Resolve registrations separately.
6871         (spam-register-routine): Format comments.
6872         (spam-unregister-routine, spam-register-routine): Always call with
6873         specific-articles, no default list.
6874         (spam-summary-prepare-exit): Use the spam-classifications function.
6875
6876         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6877         gnus-encrypt.el.
6878
6879         * encrypt.el: copied from gnus-encrypt.el
6880
6881         * gnus-encrypt.el: commented that it's obsolete
6882
6883 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6886         (gnus-score-save): Use it.
6887
6888         * message.el (message-bury): Use `window-dedicated-p'.
6889
6890 2004-10-15  Simon Josefsson  <jas@extundo.com>
6891
6892         * pop3.el (top-level): Don't require nnheader.
6893         (pop3-read-timeout): Add.
6894         (pop3-accept-process-output): Add.
6895         (pop3-read-response, pop3-retr): Use it.
6896
6897 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6898
6899         * spam.el (spam-register-routine): Move comment.
6900         (spam-verify-bogofilter): Use 'unknown for the initial
6901         spam-bogofilter-valid state, not 'never.
6902
6903         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6904         for netrc-machine.
6905
6906         * nnimap.el (nnimap-open-connection): Use
6907         netrc-machine-user-or-password.
6908
6909 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6910
6911         * gnus-registry.el (gnus-registry-unload-hook):
6912         Set as a variable with add-hook.
6913
6914         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6915         of news-path.
6916
6917         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6918
6919         * spam.el: Delete duplicate `provide'.
6920         (spam-unload-hook): Set as a variable with add-hook.
6921
6922 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6925         in the doc string.
6926
6927         * message.el (message-ignored-news-headers)
6928         (message-ignored-supersedes-headers)
6929         (message-ignored-resent-headers)
6930         (message-forward-ignored-headers): Improve custom type.
6931
6932 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * message.el (message-tokenize-header): Fix 2004-09-06 change
6935         which used point-min in the wrong place.
6936
6937 2004-10-12  Simon Josefsson  <jas@extundo.com>
6938
6939         * tls.el (tls-certtool-program): New variable.
6940         (tls-certificate-information): New function, based on
6941         ssl-certificate-information.
6942
6943 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * compface.el: Move the version of ELisp-based uncompface program
6946         to the contrib directory because of the copyright problem.
6947
6948 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6949
6950         * message.el (message-kill-buffer): Raise the current frame.
6951
6952 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6955
6956         * gnus.el (message-y-or-n-p): Autoload.
6957
6958         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6959         (pop3-password-required, pop3-authentication-scheme)
6960         (pop3-leave-mail-on-server): Made customizable.
6961         (pop3): New custom group.
6962         (pop3-retr): Remove `sleep-for' statements.
6963         Suggested by Dave Love <fx@gnu.org>.
6964
6965         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6966         Windows/DOS.
6967
6968         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6969         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6970         Dave Love <fx@gnu.org>.
6971
6972         * mml.el (mml-minibuffer-read-disposition): Require match.
6973         Suggested by Dave Love <fx@gnu.org>.
6974
6975 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6978         doc string.
6979
6980 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6983
6984 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6985
6986         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6987         instead of calling `mm-insert-inline', to decode text/* parts
6988         before displaying them.
6989
6990 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * mm-uu.el (mm-uu-text-plain-type): New variable.
6993         (mm-uu-pgp-signed-extract-1): Use it.
6994         (mm-uu-pgp-encrypted-extract-1): Use it.
6995         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6996         bind mm-uu-text-plain-type with that value.
6997         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6998         mm-uu-dissect.
6999
7000 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * gnus-group.el (gnus-update-group-mark-positions):
7003         * gnus-sum.el (gnus-update-summary-mark-positions):
7004         * message.el (message-check-news-body-syntax):
7005         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7006         of string-as-multibyte.
7007
7008 2004-10-05  Juri Linkov  <juri@jurta.org>
7009
7010         * gnus-group.el (gnus-update-group-mark-positions):
7011         * gnus-sum.el (gnus-update-summary-mark-positions):
7012         * message.el (message-check-news-body-syntax):
7013         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7014         8-bit unibyte values to a multibyte string for search functions.
7015
7016 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7019         (mm-uu-dissect-text-parts): New function.
7020
7021         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7022         dissect text parts.
7023
7024         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7025         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7026
7027         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7028
7029         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7030         gnus-current-topics instead of gnus-current-topic.
7031
7032 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7033
7034         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7035
7036 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7037
7038         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7039         where approriate.
7040
7041         * nnml.el (nnml-generate-active-info): do.
7042
7043         * nndiary.el (nndiary-generate-active-info): do.
7044
7045         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7046         (gnus-topic-move): do.
7047
7048         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7049         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7050
7051         * gnus-srvr.el (gnus-server-prepare)
7052         (gnus-server-open-all-servers): do.
7053
7054         * gnus-msg.el (gnus-summary-cancel-article)
7055         (gnus-summary-resend-message)
7056         (gnus-summary-mail-crosspost-complaint): do.
7057
7058         * gnus-move.el (gnus-change-server): do.
7059
7060         * gnus-group.el (gnus-group-unmark-all-groups)
7061         (gnus-group-set-current-level): do.
7062
7063 2004-10-04  Simon Josefsson  <jas@extundo.com>
7064
7065         * message.el (message-generate-hashcash): Doc fix.
7066
7067 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7068
7069         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7070         avoid infinite recursion via gnus-get-function.
7071
7072 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7073
7074         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7075
7076         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7077
7078         * nnmail.el (nnmail-split-history): do.
7079
7080         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7081         (nnml-request-delete-group): do.
7082
7083         * nnslashdot.el (nnslashdot-read-groups): do.
7084
7085         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7086         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7087
7088         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7089         (nnspool-sift-nov-with-sed): Use last
7090         (nnspool-retrieve-headers-with-nov): Use mapc.
7091         (nnspool-request-newgroups): Use dolist.
7092         (nnspool-request-group): Use last.
7093
7094         * nntp.el (nntp-read-server-type): Use dolist.
7095
7096         * nnvirtual.el (nnvirtual-create-mapping)
7097         (nnvirtual-update-read-and-marked): Use dolist.
7098         (nnvirtual-convert-headers): Simplify.
7099
7100 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7101
7102         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7103         support for sync'ing tick marks.
7104
7105 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7108         there's no visible header.
7109
7110 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7111
7112         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7113         necessary, pass full group name to gnus-request-set-marks.
7114
7115 2004-10-01  Simon Josefsson  <jas@extundo.com>
7116
7117         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7118         acroread.
7119
7120 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7121
7122         * spam-report.el (spam-report-gmane): Fix interactive.
7123
7124         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7125
7126         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7127         when writing file.
7128         (gnus-agent-synchronize-flags): Don't default to being
7129         interactive.
7130
7131 2004-09-30  Simon Josefsson  <jas@extundo.com>
7132
7133         * message.el (message-generate-hashcash): Add.
7134         (message-send-mail): Use it, call mail-add-payment.
7135
7136 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7137
7138         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7139
7140 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7141
7142         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7143         gnus-requst-update-info with explicit code to sync the in-memory
7144         info read flags with the marks being sync'd to the backend.
7145
7146         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7147
7148 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7149
7150         * spam.el (spam-verify-bogofilter): Add new function.
7151         (spam-check-bogofilter)
7152         (spam-bogofilter-register-with-bogofilter): Use it.
7153         (spam-verify-bogofilter): Add small fixes.
7154
7155 2004-09-28  Simon Josefsson  <jas@extundo.com>
7156
7157         * hashcash.el (hashcash-generate-payment): Revert.
7158
7159 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7160
7161         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7162         gnus-extract-references instead of gnus-split-references.
7163
7164         * gnus-util.el (gnus-extract-references): Add new function, analogous
7165         to gnus-split-references but extracts only the message-ID without
7166         anything extra.
7167
7168         * hashcash.el (hashcash-generate-payment)
7169         (hashcash-check-payment): Do the right thing if hashcash-path is
7170         nil (because the hashcash program could not be found).
7171
7172         * spam.el (spam-use-hashcash): Remove comment.
7173
7174 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7175
7176         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7177         (gnus-cache-enter-article, gnus-cache-remove-article)
7178         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7179
7180         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7181
7182         * gnus-art.el (article-hide-boring-headers)
7183         (article-translate-strings, article-display-face)
7184         (gnus-article-mime-match-handle-first)
7185         (gnus-article-highlight-headers)
7186         (gnus-article-add-buttons-to-head): do.
7187
7188 2004-09-27  Simon Josefsson  <jas@extundo.com>
7189
7190         * hashcash.el: New version, from
7191         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7192         ../contrib/.
7193
7194 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7197
7198 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7199
7200         * gnus-dup.el (gnus-dup-open): Use mapc.
7201         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7202
7203         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7204         Reported by Stefan Wiens <s.wi@gmx.net>.
7205
7206         * gnus.el (gnus-shutdown): Use dolist.
7207
7208         * gnus-undo.el (gnus-undo): Use mapc.
7209
7210         * nnrss.el (nnrss-generate-active): do.
7211
7212         * message.el (message-cite-original-without-signature)
7213         (message-cite-original): Use mapc.
7214         (message-do-actions, message-make-forward-subject): Use dolist.
7215
7216 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7217
7218         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7219         deletion to remove entire duplicate line.  Fixes merged article
7220         number bug.
7221
7222 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7223
7224         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7225         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7226         first ask if you want to open a server and then, even when you
7227         responded with no, asking if you want to synchronize the server's
7228         flags.
7229         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7230         multi-line expressions.
7231         (gnus-agent-synchronize-group-flags): New internal function.
7232         Updates marks in memory (in the info structure) AND in the
7233         backend.
7234
7235         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7236
7237         * nnagent.el (nnagent-request-set-mark): Use
7238         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7239         method, to ensure that synchronization updates marks in the
7240         backend and in the info (in memory) structure.
7241
7242 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7245         convention fully; don't miss the root article of a thread; make
7246         the X-Draft-From header with correct article numbers.
7247
7248 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7249
7250         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7251         unless plugged.  Disable the agent so that an open failure causes
7252         an error.
7253
7254         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7255         Reverted 2004-09-21 change.  The backend must be opened while
7256         synchronizing flags even when the backend stores the flags
7257         locally.
7258
7259 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7260
7261         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7262         in `header' match.  Reported by Svend Tollak Munkejord.
7263
7264         * message.el (message-cite-original): Fix use of
7265         `message-cite-articles-with-x-no-archive'.
7266
7267 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7270         (gnus-window-to-buffer): Ditto.
7271
7272         * mml.el (mml-preview-buffer): New variable.
7273         (mml-preview): Manage window layout with gnus-buffer-configuration.
7274
7275         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7276         X-Draft-From header even if those articles aren't quoted.
7277
7278 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7279
7280         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7281         (gnus-request-set-mark, gnus-request-update-mark): Use new
7282         g-s-t-u-l-m to decide to use backend even when unplugged.
7283
7284 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7287         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7288
7289 2004-09-20  Simon Josefsson  <jas@extundo.com>
7290
7291         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7292         "utf-16-le".
7293
7294 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7295
7296         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7297
7298 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * uudecode.el (uudecode-use-external): Add :version.
7301
7302         * smime.el (smime-CA-file, smime-encrypt-cipher)
7303         (smime-dns-server): Add :version.
7304
7305         * smiley.el (gnus-smiley-file-types): Add :version.
7306
7307         * sha1.el (sha1-use-external): Add :version.
7308
7309         * pgg-def.el (pgg-query-keyserver): Add :version.
7310
7311         * nnmail.el (nnmail-fancy-expiry-targets)
7312         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7313
7314         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7315         (nnimap-retrieve-groups-asynchronous): Add :version.
7316         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7317
7318         * mml.el (mml-content-disposition-parameters)
7319         (mml-insert-mime-headers-always): Add :version.
7320
7321         * mm-util.el (mm-coding-system-priorities):
7322
7323         * mm-decode.el (mm-inline-text-html-with-images)
7324         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7325         (mm-verify-option): Add :version.
7326         (mm-text-html-renderer): Change :version.
7327
7328         * message.el (message-fcc-externalize-attachments)
7329         (message-required-headers, message-draft-headers)
7330         (message-subject-trailing-was-query)
7331         (message-subject-trailing-was-ask-regexp)
7332         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7333         (message-mark-insert-end, message-archive-header)
7334         (message-archive-note, message-cross-post-default)
7335         (message-cross-post-note, message-followup-to-note)
7336         (message-cross-post-note-function, message-use-mail-followup-to)
7337         (message-subscribed-address-functions)
7338         (message-subscribed-address-file, message-subscribed-addresses)
7339         (message-subscribed-regexps, message-allow-no-recipients)
7340         (message-yank-cited-prefix, message-signature-insert-empty-line)
7341         (message-hidden-headers, message-hierarchical-addresses)
7342         (message-mail-user-agent, message-use-idna)
7343         (message-valid-fqdn-regexp)
7344         (message-strip-special-text-properties, message-header-synonyms)
7345         (message-beginning-of-line, message-tab-body-function): Add :version.
7346         (message-insert-canlock, message-wide-reply-confirm-recipients):
7347         Change :version.
7348
7349         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7350         and :version.
7351         (mail-source-delete-old-incoming-confirm)
7352         (mail-source-movemail-program): Add :version.
7353
7354         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7355         (gnus-agent-cache, gnus-agent): Change :version.
7356
7357         * gnus-util.el (gnus-use-byte-compile): Change :version.
7358
7359         * gnus-sum.el (gnus-summary-make-false-root-always)
7360         (gnus-summary-default-high-score)
7361         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7362         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7363         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7364         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7365         (gnus-sum-thread-tree-single-indent)
7366         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7367         (gnus-sum-thread-tree-leaf-with-other)
7368         (gnus-sum-thread-tree-single-leaf): Add :version.
7369         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7370         (gnus-article-loose-mime): Change :version.
7371
7372         * gnus-start.el (gnus-backup-startup-file)
7373         (gnus-save-startup-file-via-temp-buffer): Add :version.
7374
7375         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7376         (gnus-server-offline-face): Add :version.
7377
7378         * gnus-score.el (gnus-adaptive-word-length-limit):
7379
7380         * gnus-msg.el (gnus-gcc-externalize-attachments)
7381         (gnus-debug-files, gnus-debug-exclude-variables)
7382         (gnus-discouraged-post-methods): Change :version.
7383         (gnus-confirm-mail-reply-to-news)
7384         (gnus-confirm-treat-mail-like-news): Add :version.
7385
7386         * gnus-int.el (gnus-server-unopen-status): Add :version.
7387
7388         * gnus-group.el (gnus-group-jump-to-group-prompt)
7389         (gnus-large-ephemeral-newsgroup)
7390         (gnus-fetch-old-ephemeral-headers): Add :version.
7391
7392         * gnus-fun.el (gnus-x-face-directory)
7393         (gnus-convert-pbm-to-x-face-command)
7394         (gnus-convert-image-to-x-face-command)
7395         (gnus-convert-image-to-face-command): Add :version.
7396
7397         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7398
7399         * gnus-cite.el (gnus-cite-blank-line-after-header)
7400         (gnus-article-boring-faces):
7401
7402         * gnus-art.el (gnus-buttonized-mime-types)
7403         (gnus-inhibit-mime-unbuttonizing)
7404         (gnus-treat-display-face)
7405         (gnus-treat-body-boundary): Change :version.
7406         (gnus-body-boundary-delimiter, gnus-picon-databases)
7407         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7408         (gnus-treat-date-english, gnus-treat-fold-headers)
7409         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7410         (gnus-treat-mail-picon, gnus-treat-wash-html)
7411         (gnus-article-encrypt-protocol)
7412         (gnus-use-idna, gnus-article-over-scroll)
7413         (gnus-mime-display-multipart-alternative-as-mixed)
7414         (gnus-mime-display-multipart-related-as-mixed)
7415         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7416         (gnus-ctan-url, gnus-button-ctan-handler)
7417         (gnus-button-handle-ctan-bogus-regexp)
7418         (gnus-button-ctan-directory-regexp)
7419         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7420         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7421         (gnus-button-man-level, gnus-button-emacs-level)
7422         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7423
7424         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7425         (gnus-agent-go-online): Change :version.
7426         (gnus-agent-expire-unagentized-dirs)
7427         (gnus-agent-auto-agentize-methods): Add :version.
7428
7429         * flow-fill.el (fill-flowed-display-column)
7430         (fill-flowed-encode-column): Add :version.
7431
7432         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7433         (gnus-outlook-deuglify-unwrap-max)
7434         (gnus-outlook-deuglify-cite-marks)
7435         (gnus-outlook-deuglify-unwrap-stop-chars)
7436         (gnus-outlook-deuglify-no-wrap-chars)
7437         (gnus-outlook-deuglify-attrib-cut-regexp)
7438         (gnus-outlook-deuglify-attrib-verb-regexp)
7439         (gnus-outlook-deuglify-attrib-end-regexp)
7440         (gnus-outlook-display-hook): Add :version.
7441
7442         * binhex.el (binhex-use-external): Add :version.
7443
7444 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7447         and `invisible'.
7448
7449 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7450
7451         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7452         in gnus-registry-trim.
7453
7454 2004-09-13  Simon Josefsson  <jas@extundo.com>
7455
7456         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7457
7458         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7459
7460         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7461         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7462         <yamaoka@jpl.org>.
7463         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7464         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7465         <yamaoka@jpl.org>.
7466
7467         * sieve.el (sieve-manage-mode): Ditto.
7468
7469 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7472
7473 2004-09-11  Simon Josefsson  <jas@extundo.com>
7474
7475         * dns-mode.el: Add.
7476
7477         * mm-view.el (mm-display-dns-inline): Add.
7478
7479         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7480         (mm-automatic-display): Ditto.
7481
7482         * mailcap.el (mailcap-mime-data): Add text/dns.
7483         (mailcap-mime-extensions): Map .soa to text/dns.
7484
7485 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7486
7487         * gnus-art.el (article-decode-mime-words, article-babel)
7488         (gnus-article-highlight-signature, gnus-article-add-buttons)
7489         (gnus-signature-toggle): Remove unnecessary bindings of
7490         `inhibit-read-only' inherited from v5.10 merge.
7491
7492 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7493
7494         * nntp.el (nntp): New customization group.
7495         (nntp-authinfo-file): Add customization group.
7496
7497         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7498
7499         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7500
7501         * gnus.el (to-address, to-list, subscribed)
7502         (large-newsgroup-initial): Ditto.
7503
7504         * flow-fill.el (fill-flowed-display-column)
7505         (fill-flowed-encode-column): Ditto.
7506
7507 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7508
7509         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7510         Use point-min rather than 1.
7511         (message-send-mail): Use buffer-size rather than point-max.
7512
7513         * gnus-sum.el (gnus-summary-search-article-forward):
7514         Signal a specific `search-failed' rather than a generic `error'.
7515
7516         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7517         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7518         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7519
7520 2004-09-10  Simon Josefsson  <jas@extundo.com>
7521
7522         * nndb.el (require): Remove tcp and duplicate cl.
7523
7524 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-agent.el (directory-files-and-attributes): Move forward.
7527
7528 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7529
7530         * gnus-agent.el (directory-files-and-attributes): Optionally
7531         defined to support XEmacs.
7532
7533 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7534
7535         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7536         to avoid run-time CL dependencies.
7537         (gnus-agent-unfetch-articles): New function.
7538         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7539         article numbers even when local .overview file is missing.
7540         (gnus-agent-read-article-number): New function. Only accepts
7541         27-bit article numbers.
7542         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7543         gnus-agent-read-article-number.
7544         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7545         from backend while recognizing that article numbers in .overview
7546         must be valid.
7547         (gnus-agent-update-files-total-fetched-for): Use
7548         directory-files-and-attributes to improve performance.
7549         * gnus-int.el (gnus-request-move-article): Use
7550         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7551         improve performance.
7552
7553         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7554         some users confused by references to .newsrc when they only have a
7555         .newsrc.eld file.
7556         (gnus-convert-mark-converter-prompt,
7557         gnus-convert-converter-needs-prompt): Fixed use of property list.
7558         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7559         New function. Used internally to only display 'gnus converting
7560         files' message when actually necessary.
7561
7562         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7563         methods now autoloaded.
7564
7565 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7568         identifiers.
7569
7570 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7571
7572         * gnus-picon.el: Fix indentation and closing parenthesis.
7573
7574 2004-09-01  Simon Josefsson  <jas@extundo.com>
7575
7576         * message.el (message-canlock-generate): Require sha1, not
7577         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7578         to require within a function.  Sadly, if sha1.el isn't loaded, the
7579         let binding in m-c-g will hide the defcustom definition, which is
7580         bad.)
7581
7582         * canlock.el: Require sha1, not sha1-el.
7583
7584         * message.el: Don't autoload sha1 (there is a autoload cookie in
7585         sha1.el).
7586
7587         * sha1-el.el: Renamed to sha1.el.
7588
7589 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7590
7591         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7592
7593 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7594
7595         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7596
7597 2004-08-30  Kim F. Storm  <storm@cua.dk>
7598
7599         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7600
7601         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7602         Add :group 'nnimap.
7603
7604 2004-08-30  Andreas Schwab  <schwab@suse.de>
7605
7606         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7607         ?* and ?\;.
7608
7609         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7610         and ?\' to symbol instead of whitespace.
7611
7612 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7615
7616         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7617         instead of re-search-forward.
7618
7619         * gnus-uu.el (gnus-uu-save-article): Ditto.
7620         (gnus-uu-post-encode-uuencode): Ditto.
7621
7622         * html2text.el (html2text-clean-list-items): Ditto.
7623         (html2text-clean-dtdd): Ditto.
7624         (html2text-format-tags): Ditto.
7625
7626         * message.el (message-send-mail-with-sendmail): Fix regexp.
7627         (message-fill-field-general): Use search-forward instead of
7628         re-search-forward.
7629         (unbold-region): Ditto.
7630
7631         * nnrss.el (nnrss-request-article): Ditto.
7632
7633         * nnslashdot.el (nnslashdot-request-article): Ditto.
7634
7635         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7636
7637         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7638         "Unrecognized menu descriptor" error in XEmacs.
7639
7640 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7641
7642         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7643         parent article of a sparse article in the thread hashtb.
7644
7645 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7646
7647         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7648         (nnmail-expand-newtext): Lowercase expanded entries if
7649         nnmail-split-lowercase-expanded is non-nil.
7650
7651 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7654         entry.
7655
7656         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7657         of gnus-tmp-news-method into string under XEmacs.  It will be
7658         passed to gnus-correct-length which takes only a string argument.
7659
7660 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * gnus-util.el (gnus-bind-print-variables): New macro.
7663         (gnus-prin1): Use it.
7664         (gnus-prin1-to-string): Use it.
7665         (gnus-pp): New function.
7666         (gnus-pp-to-string): New function.
7667
7668         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7669         pp-to-string with gnus-pp-to-string.
7670         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7671         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7672         * gnus-msg.el (gnus-debug): Ditto.
7673         * gnus-score.el (gnus-score-save): Ditto.
7674         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7675         gnus-pp-to-string.
7676         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7677         with gnus-pp.
7678         * score-mode.el (gnus-score-pretty-print): Ditto.
7679         * webmail.el (webmail-debug): Ditto.
7680
7681 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-art.el (article-display-face, article-display-x-face): Use
7684         buffer-read-only.
7685
7686 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * gnus-art.el (article-hide-list-identifiers): Bind
7689         inhibit-read-only as t.
7690
7691 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7694
7695 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7696
7697         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7698         (gnus-narrow-to-page): Don't assume point-min == 1.
7699         (gnus-article-edit-mode): Derive from message-mode.
7700
7701         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7702         point-min == 1.
7703
7704         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7705         Disable incorrect use of `assert'.
7706
7707         * message.el (message-mode): Set comment-start-skip.
7708
7709
7710 2004-08-22  Sam Steingold  <sds@gnu.org>
7711
7712         * pop3.el (pop3-leave-mail-on-server): New user variable.
7713         (pop3-movemail): Delete mail only when it is nil.
7714
7715 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7718
7719         * mml.el (mml-preview): Use `pop-to-buffer'.
7720
7721         * message.el (message-goto-mail-followup-to): Insert after "To".
7722         (message-carefully-insert-headers): Add comment.
7723
7724         * gnus.el: Remove unused variable `gnus-article-check-size'.
7725
7726         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7727
7728         * gnus-art.el (gnus-button-alist): Improve
7729         `gnus-button-handle-library' entry.
7730
7731 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7732
7733         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7734         downcase, since XEmacs capitalizes error messages differently.
7735
7736 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7737
7738         * nntp.el: Add (require 'gnus) due to reference to
7739         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7740
7741 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7742
7743         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7744         `mm-fill-flowed'.
7745
7746         * mm-decode.el (mm-dissect-singlepart): Check it.
7747
7748 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7749
7750         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7751         'imap' for netrc parsing.
7752
7753 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * mailcap.el (mailcap-mime-data): Mark as risky.
7756
7757 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7760         may be included in the encoded word.
7761         (rfc2047-encode): Don't append a space if the encoded word
7762         includes close parenthesis.
7763
7764 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7767         of text within parentheses.
7768
7769 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7770
7771         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7772         (gnus-encrypt-write-file-contents): Make the password key the file
7773         name PLUS the cipher, not just the cipher.  Also remove failed
7774         passwords from the cache.
7775
7776 2004-08-06  Simon Josefsson  <jas@extundo.com>
7777
7778         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7779         fix.
7780
7781 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7784         LWSP.
7785
7786 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7787
7788         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7789         to append in-reply-to: data to the references: header.
7790
7791         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7792         (netrc-parse): Use gnus-encrypt.el functions.
7793
7794         * gnus-encrypt.el: Add new file for encryption support; currently
7795         does only a few GPG ciphers and an internal XOR cipher.
7796
7797         * password.el: Add comments on using password-read-and-add.
7798         (password-read-and-add): Add function to read and add the
7799         password to the cache at once.
7800
7801 2004-07-28  Simon Josefsson  <jas@extundo.com>
7802
7803         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7804         parameter (but don't use it, for now).
7805
7806         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7807         instead of hard coding to nil.
7808
7809 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7812         as mm-inline-image-xemacs does.
7813
7814 2004-07-26  Simon Josefsson  <jas@extundo.com>
7815
7816         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7817         Revert part of 2004-07-17 change below.
7818
7819 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7822         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7823
7824 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825
7826         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7827         quotes that actually start with ">" at the beginning of the
7828         lines.
7829
7830 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * rfc2047.el (rfc2047-encode-region): Fix last change.
7833         (rfc2047-encode-parameter): Remove useless concat.
7834
7835 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7838         encode special characters; fix some kind of misconfigured headers;
7839         signal a real error if debug-on-quit or debug-on-error is non-nil.
7840         (rfc2047-encode-max-chars): New variable.
7841         (rfc2047-encode-1): Use it.
7842         (rfc2047-encode-parameter): New function.
7843
7844         * mml.el (mml-insert-parameter): Remove an excessive space.
7845
7846 2004-07-17  Simon Josefsson  <jas@extundo.com>
7847
7848         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7849         Kai Grossjohann <kai@emptydomain.de>.
7850         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7851         (gnus-group-make-menu-bar): Ditto.
7852
7853         * gnus-util.el (gnus-group-server): Add.
7854
7855 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7856
7857         * message.el (message-clone-locals): Clone sendmail and smtp
7858         variables.
7859
7860 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * rfc2047.el (rfc2047-encode-region): Fix last change.
7863
7864 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7867         characters as non-special.
7868
7869 2004-07-09  Simon Josefsson  <jas@extundo.com>
7870
7871         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7872         Users will lose all flag changes made while unplugged with
7873         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7874         good default.  See numerous reports on ding mailing list.
7875
7876 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7879         add generate-head-function and generate-article-function to the
7880         rfc822-forward entry.
7881         (nndoc-rfc822-forward-generate-article): New function.
7882         (nndoc-rfc822-forward-generate-head): New function.
7883
7884         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7885
7886 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7887
7888         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7889         respect display group parameter and gnus-summary-expunge-below.
7890         (gnus-articles-to-read): Remove unused reference to display group
7891         parameter.
7892
7893 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * nnheader.el (nnheader-uniquify-message-id): New experimental
7896         variable.
7897         (nnheader-nov-read-message-id): Use it.
7898
7899         * spam-report.el (spam-report-gmane): Add interactive.
7900
7901 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7904         qp-or-base64 for the application/* types.
7905
7906 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7907
7908         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7909
7910 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7911
7912         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7913         trim value.
7914
7915 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7916
7917         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7918         New macro and function.
7919         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7920
7921 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7924         after-load-alist.
7925
7926 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7929         update info that isn't there.
7930
7931 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7932
7933         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7934         entry.
7935
7936 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * mm-view.el (mm-inline-render-with-function): Use multibyte
7939         buffer; decode html source by charset.
7940
7941         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7942
7943         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7944         Mule-UCS is loaded under XEmacs.
7945         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7946
7947 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7948
7949         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7950
7951 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * mm-util.el (mm-coding-system-p): Return a coding-system.
7954         (mm-mime-mule-charset-alist): Use shift_jis instead of
7955         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7956         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7957         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7958         instead of japanese-shift-jis and iso-latin-1 respectively in
7959         order to share the default value with both Emacs and XEmacs-mule.
7960         (mm-mule-charset-to-mime-charset): Make
7961         mm-coding-system-priorities effective.
7962         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7963         while predicating of candidates upon the priorities.
7964
7965 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7966
7967         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7968         gnus-uu-invert-processable.
7969
7970         * gnus.el: Autoload gnus-uu-invert-processable.
7971
7972 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * mm-util.el (mm-with-multibyte-buffer): New macro.
7975
7976         * rfc2047.el (rfc2047-encode-string): Use it.
7977         (rfc2047-encode-region): Move point to the end of the region after
7978         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7979
7980 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7983         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7984
7985 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7988         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7989         Karl Chen <quarl@nospam.quarl.org>.
7990
7991 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7992
7993         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7994         invalid addresses.
7995
7996 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7997
7998         * spam.el: Change section markers, revise TODO list.
7999         (spam-backends): Make new master list of all installed backends.
8000         (spam-summary-exit-behavior): Add new variable to determine how
8001         messages moves are done at summary exit.
8002         (spam-move-spam-nonspam-groups-only)
8003         (spam-process-ham-in-nonham-groups)
8004         (spam-process-ham-in-spam-groups): Remove variables, the
8005         spam-summary-exit-behavior variable should be used to manage this
8006         behavior.
8007         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8008         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8009         and spam-old-spam-articles.
8010         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8011         Add empty variables, placeholders for the backends they represent.
8012         (spam-set-difference): Move, unchanged.
8013         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8014         unless the user has a processor variable.
8015         (spam-classifications, spam-classification-valid-p)
8016         (spam-backend-properties, spam-backend-property-valid-p)
8017         (spam-backend-function-type-valid-p)
8018         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8019         (spam-report-articles-gmane, spam-report-articles-resend):
8020         Remove functions, they are not needed.
8021         (spam-install-backend-super, spam-backend-list)
8022         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8023         (spam-backend-function, spam-backend-ham-registration-function)
8024         (spam-backend-spam-registration-function)
8025         (spam-backend-ham-unregistration-function)
8026         (spam-backend-spam-unregistration-function)
8027         (spam-backend-statistical-p, spam-backend-mover-p)
8028         (spam-install-backend-alias, spam-install-checkonly-backend)
8029         (spam-install-mover-backend, spam-install-nocheck-backend)
8030         (spam-install-backend, spam-install-statistical-backend)
8031         (spam-install-statistical-checkonly-backend): Add backend installation
8032         support.
8033         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8034         (spam-group-processor-p): Use the new backend code and respect the
8035         summary exit behavior.
8036         (spam-mark-spam-as-expired-and-move-routine): Remove.
8037         (spam-summary-prepare): Change to use the new spam-old-articles
8038         variable.
8039         (spam-copy-or-move-routine, spam-copy-spam-routine)
8040         (spam-move-spam-routine, spam-copy-ham-routine)
8041         (spam-move-ham-routine): Add code to copy/move ham or spam.
8042         (spam-fetch-field-fast): Improve doc and code, plus allow the
8043         'number request.
8044         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8045         variables.
8046         (spam-split, spam-find-spam): Use the new backend code.
8047         (spam-registration-functions): Remove variable.
8048         (spam-unregister-routine): Add convenience wrapper.
8049         (spam-log-undo-registration, spam-register-routine)
8050         (spam-log-processing-to-registry)
8051         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8052         where possible.
8053         (spam-check-gmane-xref, spam-check-regex-headers)
8054         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8055         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8056         (spam-check-bogofilter-headers, spam-check-spamoracle)
8057         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8058         (spam-check-crm114-headers): Use the spam-split-group that
8059         spam-split prepares, no need to determine it every time.
8060
8061         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8062         to the nnheader-parse-naked-head call.
8063
8064         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8065
8066         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8067         the nnheader-nov-read-message-id call.
8068
8069 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8072         gnus-activate-group twice.  Suggested by Markus Peter
8073         <warp@spin.de>.
8074
8075 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * gnus-art.el (gnus-article-time-format): Exchange the order of
8078         day and month in the default value; fix customization type.
8079         (article-date-ut): Use add-text-properties.
8080         (article-make-date-line): Use message-make-date instead of
8081         current-time-string.
8082
8083         * message.el (message-fetch-field): Don't use set-text-properties.
8084         (message-make-date): Simplify.
8085
8086         * messagexmas.el (message-xmas-make-date): New function.
8087         (message-xmas-redefine): Defalias message-make-date to it.
8088
8089 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8092         (rfc2047-encode-region): Treat text within parentheses as special;
8093         show the original text when error has occurred.
8094
8095         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8096         already-computed method to gnus-activate-group.
8097
8098         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8099         same select-methods identical Lisp objects.
8100
8101         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8102         object when modifying the info.
8103
8104 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8107         gnus-opened-servers since it has never been opened with the new
8108         configuration yet.
8109
8110 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8113         arg to nnheader-generate-fake-message-id.
8114
8115 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8116
8117         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8118         number and build a fake message ID localized to a group and
8119         article number (so it's repeatable from that point on).
8120         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8121         ID format.
8122
8123         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8124         nnheader-generate-fake-message-id with the article number.
8125
8126 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8127
8128         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8129         end-of-buffer.
8130
8131 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * message.el (message-ignored-supersedes-headers): Add Approved.
8134
8135 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8138         goto-char.
8139         (rfc2047-encode): Fold the line before encoding.
8140
8141 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8142
8143         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8144         folding -- not all headers can be folded, and this should be done
8145         by the message composition mode.  Probably.  I think.
8146
8147 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8150         fast.
8151
8152         * gnus-ems.el (gnus-remove-image): Don't use
8153         message-text-with-property; remove only the image found first.
8154
8155         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8156         found first.
8157
8158 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8159
8160         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8161
8162 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * message.el (message-text-with-property): Make it fast and accept
8165         optional arguments.
8166         (message-strip-forbidden-properties): Use it.
8167         (message-fix-before-sending): Follow the m-t-w-p change.
8168
8169         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8170
8171 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * gnus-art.el (article-hide-headers): Don't change the buffer
8174         mistakenly when performing mml-preview even if
8175         gnus-single-article-buffer is nil.
8176
8177 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8178
8179         * message.el (message-expand-name-databases): New user option.
8180         (message-expand-name): Use it.
8181
8182 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8183
8184         * spam.el (spam-report-articles-resend)
8185         (spam-report-resend-register-routine): Allow ham reporting.
8186         (spam-report-resend-register-ham-routine): Add wrapper.
8187         (spam-registration-functions): Add ham resending functions.
8188         (spam-list-of-processors): Add ham resend processor.
8189
8190         * gnus.el (ham-resend-to): Add new group parameter.
8191         (spam-process): Add ham resend option.
8192
8193         * spam-report.el (spam-report-resend): Allow reporting ham.
8194         (spam-report-resend-ham): Add wrapper.
8195
8196 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8197
8198         * message.el (message-cite-articles-with-x-no-archive): New
8199         variable.
8200         (message-cite-original): Use it.
8201
8202 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8203
8204         * message.el (message-cite-original): Respect X-No-Archive.
8205
8206 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-art.el (article-hide-headers): Refer to the values for
8209         gnus-ignored-headers and gnus-visible-headers in the summary
8210         buffer since a user may have set them as group parameters.
8211
8212 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8213
8214         * assistant.el (assistant-node-name): Add convenience function.
8215         (assistant-render-text, assistant-render-node): Add error handling,
8216         plus handle multiple next nodes.
8217         (assistant-find-next-node): Comment out for now.
8218         (assistant-find-next-nodes): Add function, returns list of next
8219         nodes.
8220
8221 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * mail-source.el (mail-source-directory): Fix doc-string.
8224
8225 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * assistant.el (assistant-render-text, assistant-eval): Add :set
8228         widget type, which is different because it takes and returns a
8229         list.  Much hilarity ensues.
8230
8231 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8234
8235         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8236         doc-string.
8237
8238         * gnus-start.el (gnus-activate-group): Added doc-string.
8239
8240 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8243
8244 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8245
8246         * assistant.el (assistant-render-text): Try to add a :set
8247         widget, more to come.
8248
8249         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8250         strings.
8251         (spam-report-articles-resend)
8252         (spam-register-routine): Do registration iff any articles warrant
8253         it.
8254         (spam-summary-prepare-exit): Change log message for nil group
8255         destinations.
8256
8257 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8258
8259         * spam.el (spam-report-resend-register-routine): Allow
8260         spam-report-resend-to to be a group parameter or a global value.
8261
8262 2004-05-26  Simon Josefsson  <jas@extundo.com>
8263
8264         * starttls.el: Merge with my GNUTLS based starttls.el.
8265         (starttls-gnutls-program, starttls-use-gnutls)
8266         (starttls-extra-arguments, starttls-process-connection-type)
8267         (starttls-connect, starttls-failure, starttls-success): New
8268         variables.
8269         (starttls-program, starttls-extra-args): Doc fix.
8270         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8271         functions.
8272         (starttls-negotiate, starttls-open-stream): Check
8273         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8274         function if it is set.
8275
8276 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8279         structured fields.
8280
8281 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8284
8285 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8286
8287         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8288         variable.
8289         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8290         assigning the spam-mark to new messages.
8291
8292 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8293
8294         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8295
8296 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8299
8300         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8301         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8302         default.
8303
8304 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8305
8306         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8307         correct data.
8308
8309 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8310
8311         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8312         (spam-group-processor-p): Fix function.
8313         (spam-group-processor-multiple-p)
8314         (spam-group-spam-processor-report-gmane-p)
8315         (spam-group-spam-processor-report-resend-p)
8316         (spam-group-spam-processor-bogofilter-p)
8317         (spam-group-spam-processor-blacklist-p)
8318         (spam-group-spam-processor-ifile-p)
8319         (spam-group-ham-processor-ifile-p)
8320         (spam-group-spam-processor-spamoracle-p)
8321         (spam-group-spam-processor-crm114-p)
8322         (spam-group-ham-processor-bogofilter-p)
8323         (spam-group-spam-processor-stat-p)
8324         (spam-group-ham-processor-stat-p)
8325         (spam-group-ham-processor-whitelist-p)
8326         (spam-group-ham-processor-BBDB-p)
8327         (spam-group-ham-processor-spamoracle-p)
8328         (spam-group-ham-processor-copy-p): Remove functions with some
8329         prejudice against unneeded code.
8330         (spam-report-articles-resend)
8331         (spam-report-resend-register-routine): Allow the group/topic
8332         spam-resend-to value to override spam-report-resend-to.
8333         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8334         properly now.
8335
8336         * gnus.el (spam-resend-to): Add group/topic parameter.
8337         (spam-process): Move the OBSOLETE processors to the end of the
8338         choices.
8339
8340 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8341
8342         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8343         with resend-to set to nil, and then ask the user if necessary.
8344         (spam-report-resend): spam-report-resend takes a list of articles, not
8345         separate article numbers.
8346
8347 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8350         addition to emacs-w3m.
8351
8352 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8353
8354         * assistant.el (assistant-authinfo-data): New function.
8355         (assistant-eval): Eval for entire assistant.
8356
8357         * netrc.el (netrc-services-file): New variable.
8358         (netrc-parse-services): New function.
8359         (netrc-find-service-name): New function.
8360         (netrc-find-service-number): New function.
8361         (netrc-port-equal): New function.
8362         (netrc-machine): Use it.
8363
8364         * nnimap.el (nnimap-open-connection): Use netrc.
8365
8366         * gnus-util.el (gnus-netrc-get): Remove aliases.
8367
8368         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8369
8370         * assistant.el (wid-edit): Fix compilation.
8371
8372         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8373
8374 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8375
8376         * gnus-util.el (gnus-set-file-modes): New function.  (small
8377         patch).
8378
8379 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8380
8381         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8382
8383         * assistant.el (assistant-render-node): Fix up rendering and
8384         read-only text.
8385         (assistant-render-node): Reset.
8386         (assistant-make-read-only): Not sticky.
8387
8388 2004-05-20  Danny Siu  <dsiu@adobe.com>
8389
8390         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8391         centered even when gnus-auto-center-summary is t
8392
8393 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * dns.el (dns-get-txt-answer): New function.
8396         (dns-read-txt): Ditto.
8397         (query-dns): Use it.
8398
8399 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8402         active for foreign groups even if the group level is higher than
8403         the specified value.
8404
8405 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8408         non-active groups.
8409
8410         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8411
8412 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8413
8414         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8415
8416 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8417
8418         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8419         (spam-crm114-header, spam-crm114-spam-switch)
8420         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8421         (spam-crm114-positive-spam-header)
8422         (spam-crm114-database-directory, spam-list-of-processors)
8423         (spam-group-spam-processor-crm114-p)
8424         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8425         (spam-generic-score, spam-list-of-checks)
8426         (spam-list-of-statistical-checks, spam-registration-functions)
8427         (spam-check-crm114-headers, spam-crm114-score)
8428         (spam-check-crm114, spam-crm114-register-with-crm114)
8429         (spam-crm114-register-spam-routine)
8430         (spam-crm114-unregister-spam-routine)
8431         (spam-crm114-register-ham-routine)
8432         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8433         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8434
8435         * gnus.el: Add spam-use-crm114.
8436
8437         * spam.el (spam-list-of-processors, spam-registration-functions):
8438         Add spam-use-resend.
8439         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8440         (spam-report-articles-gmane): Add doc fix.
8441         (spam-report-articles-resend,
8442         spam-report-resend-register-routine): Add wrappers around
8443         spam-report-resend-to.
8444
8445         * spam-report.el (spam-report-resend-to, spam-report-resend):
8446         Add support for resending spam.
8447         (spam-report-gmane): Fix line length >80.
8448
8449         * gnus.el (spam-process): Add spam-use-resend.
8450
8451 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8452
8453         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8454         number of processed spam messages.
8455         (spam-ham-copy-or-move-routine): Return the number of processed
8456         ham messages.
8457         (spam-summary-prepare-exit): Use the above values to decide
8458         whether status messages shouled be displayed.
8459
8460 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8463         `rfc2047-encoding-function-alist' in order to avoid conflicting
8464         with the old version.
8465         (rfc2047-encode-region): Concatenate words containing non-ASCII
8466         characters in structured fields; don't encode space-delimited
8467         ASCII words even in unstructured fields; don't break words at
8468         char-category boundaries.
8469         (rfc2047-encode-1): New function.
8470         (rfc2047-encode): Use it; encode text so that it occupies the
8471         maximum width within 76-column; work correctly on Q encoding for
8472         iso-2022-* charsets.
8473         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8474         sure not to break a line just after the header name.
8475         (rfc2047-b-encode-region): Removed.
8476         (rfc2047-b-encode-string): New function.
8477         (rfc2047-q-encode-region): Removed.
8478         (rfc2047-q-encode-string): New function.
8479
8480         * mm-util.el (mm-replace-in-string): New function.
8481
8482 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483
8484         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8485         get it right.
8486         (gnus-inews-make-draft): Really.
8487
8488 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8489
8490         * nnmh.el (nnmh-request-list-1): Don't check the link count
8491         before descending.  (small patch)
8492
8493 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8494
8495         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8496         stuff.
8497
8498         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8499         on real group name.
8500
8501         * gnus-art.el (gnus-signature-limit): Doc fix.
8502
8503         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8504
8505         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8506
8507 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8508
8509         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8510         isn't a string.
8511
8512 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8513
8514         * gnus-draft.el (gnus-draft-send): Bind
8515         rfc2047-encode-encoded-words.
8516
8517         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8518         (rfc2047-encodable-p): Say that =? needs encoding.
8519         (rfc2047-encode-encoded-words): New variable.
8520
8521         * gnus-group.el (gnus-group-select-group): Doc fix.
8522
8523         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8524
8525         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8526         to nil.
8527
8528         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8529
8530         * nnheader.el (nnheader-get-lines-and-char): New function.
8531
8532 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * gnus-msg.el (gnus-summary-followup-with-original): Document
8535         yanking of region when active.
8536
8537 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8540         groups if the group level is higher than the specified value.
8541
8542 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8545         (gnus-group-jump-to-group): Added prefix argument using
8546         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8547         non-active group.
8548
8549         * compface.el (uncompface): Be verbose when changing
8550         `uncompface-use-external'.
8551
8552         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8553         handle manual section.
8554
8555 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * gnus-art.el (gnus-button-alist): Revert previous change.
8558
8559 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8560
8561         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8562
8563 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8564
8565         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8566         whether backend can accept message.
8567
8568         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8569
8570 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8571
8572         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8573         Avoid creating directory when nntp-marks-is-evil is true.
8574         Reported by Reiner Steib.
8575
8576 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * gnus-picon.el (gnus-picon-style): New variable.
8579         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8580         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8581         Jesper Harder <harder@ifa.au.dk>.
8582
8583 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8584
8585         * message.el (message-fill-field): Return point.
8586         (message-generate-headers): Go to end of field.
8587
8588         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8589         stuff for non-living groups.
8590
8591 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8592
8593         * gnus-art.el (gnus-article-followup-with-original)
8594         (gnus-article-reply-with-original): gnus-mark-active-p ->
8595         gnus-region-active-p.
8596
8597 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8598
8599         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8600         only when there is spam or ham to be processed.
8601
8602 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603
8604         * mail-source.el (mail-source-delete-crash-box): Refactor.
8605         (mail-source-fetch): Use it.
8606         (mail-source-fetch-file): Ditto.
8607         (mail-source-fetch-directory): Run postscript in loop.
8608         (mail-source-fetch-pop): Delete.
8609         (mail-source-fetch-maildir): Ditto.
8610         (mail-source-fetch-imap): Ditto.
8611
8612         * imap.el (imap-authenticators): Comment out sasl.
8613
8614         * message.el (message-skip-to-next-address): New function.
8615         (message-fill-header-address): Refactor.
8616         (message-fill-address): Use it.
8617         (message-delete-address): Use it.
8618         (message-fill-header-general): Refactor.
8619         (message-fill-field-address): Rename.
8620         (message-narrow-to-field): Find the start of the header.
8621         (message-header-format-alist): Don't pre-fill.
8622         (message-fill-header): Removed.
8623         (message-insert-header): New function.
8624         (message-shorten-references): Use it.
8625
8626         * rfc2047.el (rfc2047-field-value): Strip props.
8627
8628         * mail-parse.el (mail-header-make-address): New alias.
8629
8630         * ietf-drums.el (ietf-drums-make-address): New function.
8631
8632         * imap.el: Add compiler directives.
8633
8634         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8635
8636         * gnus-art.el (article-decode-idna-rhs): Don't use
8637         message-idna-inside-rhs-p.
8638
8639 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8640
8641         * message.el (message-idna-inside-rhs-p): Removed.
8642         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8643
8644         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8645         false positives.
8646
8647 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8648
8649         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8650
8651 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8652
8653         * nneething.el (nneething-file-name): Don't create spurions
8654         files.
8655
8656         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8657         (gnus-inews-do-gcc): Remove sleep.
8658
8659         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8660         part under point.
8661
8662         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8663         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8664
8665 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8666
8667         * spam.el (spam-summary-prepare-exit): Fixed (length).
8668
8669 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8670
8671         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8672         as expired without moving it" message when there are spam
8673         messages left.
8674
8675 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8676
8677         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8678         header is not nil.
8679
8680 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8681
8682         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8683         nntp-possibly-create-directory, not nntp-possibly-change-group.
8684         (nntp-marks-changed-p): New arg SERVER.
8685         (nntp-request-update-info): Adjust caller.
8686
8687 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8688
8689         * nntp.el (nntp-save-marks): Pass missing arg.
8690
8691 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8692
8693         * nntp.el: Support marks.
8694         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8695         (nntp-marks-modtime, nntp-marks-directory): New variables.
8696         (nntp-request-set-mark, nntp-request-update-info)
8697         (nntp-possibly-create-directory, nntp-marks-changed-p)
8698         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8699         functions.
8700
8701 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8702
8703         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8704         (gnus-xmas-redefine): Rename.
8705
8706         * gnus-score.el (gnus-score-insert-help): Use
8707         gnus-select-lowest-window.
8708
8709         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8710         appt-select-lowest-window and rename to gnus-select-lowest-window.
8711
8712         * gnus.el: do.
8713
8714 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8715
8716         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8717         encodings of MIME-encoded words, in order to improve
8718         interoperability with several broken MUAs.
8719
8720 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8721
8722         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8723         tags, only when charsets are not specified in headers.
8724         (mm-inline-text-html-render-with-w3m): Ditto.
8725
8726         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8727         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8728
8729 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8730
8731         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8732         instead of MIME-decoded from fields when checking
8733         `gnus-article-address-banner-alist'.
8734
8735 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8736
8737         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8738         description rather than subject.
8739
8740 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8741
8742         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8743
8744 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * gnus.el (gnus-version-number): Bump.
8747
8748 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8749
8750         * gnus.el: No Gnus v0.2 is released.
8751
8752 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * gnus-agent.el (gnus-agent-read-agentview): Inline
8755         gnus-uncompress-range.
8756
8757 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8758
8759         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8760         `exec-installed-p'.
8761
8762 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8763
8764         * gnus.el (spam-process, spam-autodetect-methods): Add
8765         bsfilter and bsfilter-headers.
8766
8767         * spam.el (spam-bsfilter): New customize group.
8768         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8769         (spam-bsfilter-header, spam-bsfilter-probability-header)
8770         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8771         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8772         (spam-bsfilter-database-directory): New options.
8773         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8774         (spam-list-of-statistical-checks, spam-registration-functions):
8775         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8776         (spam-bsfilter-score): New command.
8777         (spam-check-bsfilter-headers, spam-check-bsfilter)
8778         (spam-bsfilter-register-with-bsfilter)
8779         (spam-bsfilter-register-spam-routine)
8780         (spam-bsfilter-unregister-spam-routine)
8781         (spam-bsfilter-register-ham-routine)
8782         (spam-bsfilter-unregister-ham-routine): New functions.
8783         (spam-generic-score): Support bsfilter; Accept an optional argument
8784         to recalcurate spam score even if scoring header has already been
8785         added.
8786         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8787         optional argument to recalcurate spam score even if scoring header
8788         has already been added.
8789
8790 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8791
8792         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8793         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8794         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8795         link is missing.
8796
8797 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8798
8799         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8800         (html2text-get-attr): Rewrite.
8801
8802         * message.el (message-setup-1): Remove redundant put-text-property
8803         on mail-header-separator.
8804
8805 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8806
8807         * gnus-registry.el (gnus-registry-cache-whitespace)
8808         (gnus-registry-action, gnus-registry-spool-action)
8809         (gnus-registry-split-fancy-with-parent): Change message levels
8810         from 5 to 3 or 7, as needed.
8811
8812         * spam.el (spam-summary-prepare-exit)
8813         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8814         (spam-split, spam-find-spam, spam-log-undo-registration)
8815         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8816         level from 5 to 6.
8817
8818 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8821         2004-03-04 change).
8822
8823 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8824
8825         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8826         Use mapc when appropriate.
8827
8828         * sieve-manage.el (sieve-manage-open): do.
8829
8830         * nnweb.el (nnweb-insert-html): do.
8831
8832         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8833         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8834
8835         * nnspool.el (nnspool-request-group): do.
8836
8837         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8838         do.
8839
8840         * nnml.el (nnml-request-update-info): do.
8841
8842         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8843         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8844
8845         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8846         (nnimap-request-set-mark): do.
8847
8848         * nnfolder.el (nnfolder-request-update-info): do.
8849
8850         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8851         do.
8852
8853         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8854
8855         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8856
8857         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8858         do.
8859
8860         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8861         do.
8862
8863         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8864
8865         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8866
8867         * gnus-int.el (gnus-start-news-server): do.
8868
8869         * gnus-group.el (gnus-group-make-kiboze-group)
8870         (gnus-group-browse-foreign-server): do.
8871
8872 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8873
8874         FIXME: Make separate entries for each person.
8875
8876         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8877         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8878         <shields@msrl.com>:
8879
8880         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8881         may need for spam sorting and scoring.
8882         (spam-user-format-function-S): Add user format function suitable for
8883         general use.
8884         (spam-article-sort-by-spam-status): Add sorting function for summary
8885         sorting.
8886         (spam-extra-header-to-number): Add function to get a score from a
8887         header.
8888         (spam-summary-score): Add function to  get a numeric score from the
8889         headers.
8890         (spam-generic-score): Fixed function doc, was in wrong place.
8891         (spam-initialize): Take symbols when it's run, and install the
8892         extra headers that spam-necessary-extra-headers thinks we need.
8893
8894 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8895
8896         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8897         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8898
8899 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8900
8901         * gnus-sum.el (gnus-set-global-variables)
8902         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8903         (gnus-article-get-xrefs, gnus-summary-best-group)
8904         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8905         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8906         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8907         with-current-buffer.
8908
8909 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8910
8911         * spam.el (spam-summary-prepare-exit): Simplify logic.
8912         (spam-fetch-article-header): Read the article header if it's not
8913         available.
8914         (spam-list-articles): Simplify logic.
8915         (spam-filelist-register-routine): Fix bug with unregister-list.
8916
8917         * gnus-registry.el: Fix comments at beginning.
8918
8919 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8920
8921         * message.el (message-cater-to-broken-inn): Remove.
8922         (message-shorten-references): Make sure the total folded length of
8923         References is shorter than 998 characters to cater to a bug in INN
8924         2.3.  Also, don't pretend that references aren't folded -- this
8925         hasn't worked for a while.
8926
8927 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8928
8929         * gnus-agent.el (gnus-agentize):
8930         gnus-agent-send-mail-real-function no longer set to current value
8931         of message-send-mail-function but rather a lambda that calls
8932         message-send-mail-function.  The change makes the agent real-time
8933         responsive to user changes to message-send-mail-function.
8934
8935 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8936
8937         * legacy-gnus-agent.el
8938         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8939         help from Florian Weimer <fw@deneb.enyo.de>
8940
8941 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * nnmail.el (nnmail-cache-insert): Revert last change.
8944
8945 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * nnmail.el (nnmail-cache-insert): Always check whether
8948         nnmail-cache-ignore-groups matches a group name.
8949
8950 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8951
8952         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8953         (spam-find-spam, spam-log-processing-to-registry)
8954         (spam-log-registered-p, spam-log-unregistration-needed-p)
8955         (spam-log-undo-registration): Use gnus-message instead of
8956         gnus-error, none of these errors are fatal.
8957
8958         * gnus-registry.el (gnus-registry-clean-empty-function)
8959         (gnus-registry-clean-empty): Remove only empty entries without
8960         extra data.
8961
8962 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8963
8964         * spam-stat.el (spam-stat-buffer-change-to-spam)
8965         (spam-stat-buffer-change-to-non-spam): Change (error) to
8966         (gnus-message 8) invocation.
8967
8968 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * nntp.el (nntp-via-netcat-command): New variable.
8971         (nntp-via-netcat-switches): New variable.
8972         (nntp-open-via-rlogin-and-netcat): New function.
8973         (nntp-open-connection-function): Doc fix.
8974         (nntp-telnet-command): Doc fix.
8975         (nntp-end-of-line): Doc fix.
8976         (nntp-via-rlogin-command): Doc fix.
8977         (nntp-via-user-name): Doc fix.
8978         (nntp-via-address): Doc fix.
8979
8980 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8983         error in Emacs 21.1.
8984
8985 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8988
8989 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8990         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8991         (gnus-agent-with-refreshed-group): New macro.
8992         (gnus-agent-rename-group): New function.
8993         (gnus-agent-delete-group): New function.
8994         (gnus-agent-save-group-info): Use gnus-command-method when
8995         `method' parameter is nil.  Don't write nil entries into the
8996         active file.
8997         (gnus-agent-get-group-info): New function.
8998         (gnus-agent-fetch-articles): Use
8999         gnus-agent-update-files-total-fetched-for to increment disk space
9000         used.
9001         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9002         gnus-agent-update-view-total-fetched-for to increment disk space
9003         used.
9004         (gnus-agent-get-local): Added optional parameters to avoid calling
9005         gnus-group-real-name and gnus-find-method-for-group.
9006         (gnus-agent-set-local): Delete stored entry if either min, or max,
9007         are nil.
9008         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9009         quit, use gnus-agent-regenerate-group to record existance of any
9010         articles fetched to disk before the quit occurred.
9011         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9012         gnus-agent-update-view-total-fetched-for, and
9013         gnus-agent-update-files-total-fetched-for to decrement disk space
9014         used.
9015         (gnus-agent-retrieve-headers): Use
9016         gnus-agent-update-view-total-fetched-for to increment disk space
9017         used.
9018         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9019         with gnus-agent-update-files-total-fetched-for to decrement disk
9020         space and fresh group buffer.
9021         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9022         (gnus-agent-need-update-total-fetched-for): New variable.
9023         (gnus-agent-update-files-total-fetched-for): New function.
9024         (gnus-agent-update-view-total-fetched-for): New function.
9025         (gnus-agent-total-fetched-for): New function.
9026
9027         * gnus-cache.el (gnus-cache-save-buffers): Use
9028         gnus-cache-update-overview-total-fetched-for to change disk space
9029         used by this group.
9030         (gnus-cache-possibly-enter-article): Use
9031         gnus-cache-update-file-total-fetched-for to increment disk space
9032         used by this group.
9033         (gnus-cache-possibly-remove-article): Use
9034         gnus-cache-update-file-total-fetched-for to decrement disk space
9035         used by this group.
9036         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9037         (gnus-cache-rename-group): New function.
9038         (gnus-cache-delete-group): New function.
9039         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9040         (gnus-cache-need-update-total-fetched-for): New variable.
9041         (gnus-cache-with-refreshed-group): New macro.
9042         (gnus-cache-update-file-total-fetched-for): New function.
9043         (gnus-cache-update-overview-total-fetched-for): New function.
9044         (gnus-cache-rename-group-total-fetched-for): New function.
9045         (gnus-cache-delete-group-total-fetched-for): New function.
9046         (gnus-cache-total-fetched-for): New function.
9047
9048         * gnus-group.el: Require gnus-sum and autoload functions to
9049         resolve warnings when gnus-group.el compiled alone.
9050         (gnus-group-line-format): Documented new %F
9051         (size of Fetched data) group line format; identifies disk space
9052         used by agent and cache.
9053         (gnus-group-line-format-alist): Defined new F format.
9054         (gnus-total-fetched-for): New function.
9055         (gnus-group-delete-group): No longer update
9056         gnus-cache-active-altered as gnus-request-delete-group now keeps
9057         the cache in sync.
9058         (gnus-group-list-active): Let the agent store a server's active
9059         list if currently plugged.
9060
9061         * gnus-int.el (gnus-request-delete-group): Use
9062         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9063         local disk in sync with the server.
9064          (gnus-request-rename-group): Use
9065         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9066         local disk in sync with the server.
9067
9068         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9069         simplification to logic.
9070
9071         * gnus-util.el (gnus-rename-file): New function.
9072
9073 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9074
9075         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9076
9077 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9078
9079         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9080         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9081
9082 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9083
9084         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9085         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9086
9087 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9088
9089         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9090
9091 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9092
9093         * spam.el (spam-set-difference): Add function to replace
9094         gnus-set-difference in spam.el.
9095         (spam-summary-prepare-exit): Use spam-set-difference.
9096
9097 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9098
9099         * gnus-registry.el (gnus-registry-cache-file): Update to use
9100         gnus-dribble-directory OR gnus-home-directory OR ~.
9101         (gnus-registry-split-fancy-with-parent): Fix doc.
9102
9103 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * message.el (message-exchange-point-and-mark): Use
9106         message-mark-active-p.  Suggested by Jesper Harder
9107         <harder@ifa.au.dk>.
9108
9109 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * message.el (message-exchange-point-and-mark): Don't activate
9112         region if it was inactive.  Suggested by Hiroshi Fujishima
9113         <pooh@nature.tsukuba.ac.jp>.
9114
9115 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * gnus-art.el (article-display-face): Display Faces in the same
9118         order as X-Faces.
9119
9120 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9123
9124 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9127         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9128         (gnus-article-mime-hierarchy): Remove.
9129         (gnus-article-mime-hierarchy-next): Remove.
9130         (gnus-article-mode): Revert 2004-03-19 change.
9131         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9132         (gnus-insert-mime-button): Revert 2004-03-19 change.
9133         (gnus-mime-accumulate-hierarchy): Remove.
9134         (gnus-mime-enter-multipart): Remove.
9135         (gnus-mime-leave-multipart): Remove,
9136         (gnus-mime-display-part): Revert 2004-03-19 change.
9137         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9138
9139         * mml.el (mml-preview): Revert 2004-03-19 change.
9140
9141 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9142
9143         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9144
9145 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9148         t while entering a file name using the mm-with-multibyte macro.
9149         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9150
9151         * mm-util.el (mm-with-multibyte): New macro.
9152
9153 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9156         user option.
9157         (gnus-mime-multipart-functions): Doc and customization fix.
9158         (gnus-article-mime-hierarchy): New variable.
9159         (gnus-article-mime-hierarchy-next): New variable.
9160         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9161         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9162         gnus-article-mime-hierarchy-next to nil.
9163         (gnus-insert-mime-button): Show hierarchy numbers.
9164         (gnus-mime-accumulate-hierarchy): New function.
9165         (gnus-mime-enter-multipart): New function.
9166         (gnus-mime-leave-multipart): New function.
9167         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9168         (gnus-mime-display-alternative): Show hierarchy numbers.
9169
9170         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9171         gnus-article-mime-hierarchy-next to nil.
9172
9173 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9174
9175         * dns.el: Don't require gnus-xmas.
9176
9177 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9178
9179         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9180         inline PGP.
9181         (mml-menu): Disable mml-quote-region if mark is inactive.
9182
9183 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9186         when the group's active is not available.
9187
9188 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9191         error.
9192
9193 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * imap.el (imap-store-password): New variable.
9196         (imap-interactive-login): Use it.
9197         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9198
9199 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9202         window-start and hscroll to summary window.
9203
9204 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9205
9206         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9207         conversion message to newsrc-dribble when an actual conversion is
9208         performed.
9209
9210 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9211
9212         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9213
9214 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * mm-decode.el (mm-complicated-handles): New function reviving
9217         former definition of mm-multiple-handles.
9218
9219         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9220         (gnus-mime-delete-part): Use it.
9221
9222 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9223
9224         * gnus-agent.el (gnus-agent-read-local): Bind
9225         nnheader-file-coding-system to gnus-agent-file-coding-system to
9226         avoid the implicit assumption that they will always be equal.
9227         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9228         coding-system-for-write, as the with-temp-file macro first prints
9229         to a buffer then saves the buffer.
9230
9231 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9232
9233         * gnus-art.el (gnus-article-edit-part): New function.
9234         (gnus-mime-save-part-and-strip): Use it; do query instead of
9235         signaling an error; don't use mm-multiple-handles.
9236         (gnus-mime-delete-part): Ditto.
9237
9238 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9239
9240         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9241         old file versions.
9242         (gnus-group-prepare-hook): Removed function that converted list
9243         form of gnus-agent-expire-days to group properties.
9244
9245         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9246         (gnus-request-accept-article): Re-indented.
9247
9248         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9249         converters to handle old agent file formats.  Added logic for a
9250         "backup before upgrading warning".
9251         (gnus-convert-mark-converter-prompt): Developers can mark
9252         functions as needing (default), or not needing,
9253         gnus-convert-old-newsrc's "backup before upgrading warning".
9254         (gnus-convert-converter-needs-prompt): Tests whether the user
9255         should be protected from potentially irreversable changes by the
9256         function.
9257
9258         * legacy-gnus-agent.el (): New. Provides converters that are only
9259         loaded when gnus-convert-old-newsrc needs to call them.
9260
9261 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * mail-source.el (mail-source-touch-pop): Doc fix.
9264
9265         * message.el (message-smtpmail-send-it): Doc fix.
9266
9267 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9268
9269         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9270
9271         * nnmail.el (nnmail-split-fancy): do.
9272
9273         * gnus-kill.el (gnus-kill, gnus-execute): do.
9274
9275 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9276
9277         * gnus-sum.el (gnus-widget-reversible-match)
9278         (gnus-widget-reversible-to-internal)
9279         (gnus-widget-reversible-to-external): New functions.
9280         (gnus-widget-reversible): New widget.
9281         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9282
9283 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9284
9285         * gnus-sum.el (gnus-thread-sort-functions)
9286         (gnus-article-sort-functions): Document `(not F)' items.
9287
9288 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9289
9290         * spam.el (spam-use-gmane-xref): Add new backend.
9291         (spam-gmane-xref-spam-group): Add variable to control the name of the
9292         Gmane spam group.
9293         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9294         (spam-regex-headers-spam, spam-regex-headers-ham)
9295         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9296         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9297         backends and checks.
9298         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9299
9300         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9301         an autodetect method.
9302
9303 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9304
9305         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9306         articles are being added to a group.
9307         (gnus-request-replace-article): Inform the agent that articles
9308         need to be uncached as the cached contents are no longer valid.
9309
9310 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * binhex.el: Don't autoload executable-find.
9313
9314         * canlock.el: Don't autoload mail-fetch-field.
9315
9316         * dgnushack.el: Autoload c-mode for XEmacs.
9317
9318         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9319
9320         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9321         rmail-dont-reply-to and rmail-output.
9322
9323         * gnus-score.el: Don't autoload ffap-string-at-point.
9324
9325         * gnus-setup.el: Don't autoload sc-cite-original.
9326
9327         * imap.el: Don't autoload base64-decode-string,
9328         base64-encode-string and md5.
9329
9330         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9331         and rmail-msg-restore-non-pruned-header.
9332
9333         * mm-decode.el: Don't autoload executable-find.
9334
9335         * mm-url.el: Don't autoload executable-find.
9336
9337         * mm-view.el: Don't autoload diff-mode.
9338
9339         * nndb.el: Don't autoload news-reply-mode, news-setup,
9340         cancel-timer and telnet.
9341
9342         * password.el: Don't autoload run-at-time for Emacs.
9343
9344         * sha1-el.el: Don't autoload executable-find.
9345
9346         * sieve-mode.el: Don't autoload c-mode.
9347
9348         * uudecode.el: Don't autoload executable-find.
9349
9350 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9351
9352         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9353         (gnus-agent-possibly-alter-active): Avoid null in numeric
9354         comparison.
9355         (gnus-agent-set-local): Refuse to save null in local object table.
9356         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9357         list of articles that will be marked as unread.
9358
9359 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9362
9363 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9364
9365         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9366         language tags.
9367
9368 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9369
9370         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9371         Don't bind "obarray".
9372
9373         * gnus-sum.el (gnus-thread-sort-functions): Added
9374         `gnus-thread-sort-by-most-recent-number' and
9375         `gnus-thread-sort-by-most-recent-date'.
9376         Reported by Kai Grossjohann <kai@emptydomain.de>.
9377
9378 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9381
9382 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9383
9384         * gnus-cus.el (gnus-agent-customize-category): Removed
9385         ignore-errors macro reference that required cl to be loaded at
9386         run-time.
9387
9388         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9389         single-interval range of the form (min . max).  Previously the
9390         range had to look like ((min . max)).  Likewise, return
9391         (min . max) rather than ((min . max)).
9392         (gnus-range-map): Use gnus-range-normalize to accept
9393         single-interval range.
9394
9395         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9396         the cache, but not the agent, now appear with their usual face.
9397
9398         * dgnushack.el (loaddir): New variable that is bound to the
9399         directory containing the dgnushack.el file. Use loaddir, rather
9400         than srcdir, to update load-path. Change lets dgnushack compile
9401         code in directories other than GNUS/lisp.
9402
9403 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * lpath.el: Don't bind w3m-safe-url-regexp.
9406
9407         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9408         w3m-safe-url-regexp variable buffer-local.
9409
9410         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9411
9412 2004-02-27  Simon Josefsson  <jas@extundo.com>
9413
9414         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9415         gnus-group-real-prefix.
9416         (gnus-summary-move-article): Use it, instead of
9417         gnus-group-real-prefix.
9418
9419 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * lpath.el: Bind w3m-safe-url-regexp.
9422
9423         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9424         w3m-safe-url-regexp variable buffer-local and set it as the value
9425         of mm-w3m-safe-url-regexp.
9426
9427         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9428
9429         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9430         parsing gnus-posting-styles when the message is not for replying.
9431
9432         * dgnushack.el: Autoload sgml-mode for XEmacs.
9433
9434         * nnrss.el (nnrss-opml-export): Use
9435         mm-set-buffer-file-coding-system instead of
9436         set-buffer-file-coding-system.
9437
9438 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9439
9440         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9441         of checkdoc.el).
9442         * nnrss.el: do.
9443         * gnus-mlspl.el: do.
9444         * gnus-ml.el: do.
9445         * gnus-srvr.el: do.
9446
9447         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9448
9449 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9450
9451         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9452         Corrections to custom-manual links.
9453
9454         * gnus-art.el (gnus-article): Ditto.
9455
9456         * mm-decode.el (mime-display, mime-security): Ditto.
9457
9458 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9459
9460         * flow-fill.el: Typo.
9461
9462 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9463
9464         * spam-wash.el: New file.
9465
9466 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9467
9468         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9469
9470 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9471
9472         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9473         to be run with new-articles as LIST1, not LIST2.
9474         (spam-registration-functions): Add spam-use-ham-copy as a nil
9475         registration backend.
9476
9477 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9478
9479         * spam-stat.el (spam-stat-washing-hook): New option.
9480         (spam-stat-buffer-words): Use it.
9481         (spam-stat-process-directory, spam-stat-test-directory): Use
9482         insert-file-contents-literally.
9483         (spam-stat-coding-system): New variable.
9484         (spam-stat-load, spam-stat-save): Use it.
9485
9486 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * spam-report.el (spam-report-plug-agent): Quote
9489         spam-report-url-to-file and spam-report-url-ping-plain.
9490
9491 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9494         / in mailto URLs.
9495
9496 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * spam-report.el (spam-report-process-queue): Fix interactive use.
9499         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9500         (spam-report-unplug-agent): Doc fixes.
9501         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9502         (spam-report-agentize, spam-report-deagentize): Autoload
9503
9504 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9507
9508         * message.el (message-setup-fill-variables): Add mml tags to
9509         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9510         <ajk@iu.edu>.
9511         (message-mode): Don't modify paragraph-separate there.
9512
9513 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * compface.el (uncompface-use-external): Default to undecided.
9516         (uncompface-use-external-threshold): New variable.
9517         (uncompface-float-time): New macro.
9518         (uncompface): Determine whether to use the external decoder if
9519         uncompface-use-external is undecided.
9520
9521 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9522
9523         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9524         after images.
9525
9526         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9527
9528 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9529
9530         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9531
9532         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9533
9534         * gnus-sum.el (gnus-summary-limit-to-age)
9535         (gnus-summary-limit-children): do.
9536
9537         * gnus-int.el (gnus-request-scan): do.
9538
9539         * gnus-group.el (gnus-group-suspend): do.
9540
9541         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9542
9543         * gnus-cite.el (gnus-cite-parse-attributions): do.
9544
9545         * gnus-agent.el (gnus-summary-set-agent-mark)
9546         (gnus-agent-regenerate-group): do.
9547
9548         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9549
9550         * binhex.el (binhex-decode-region-internal): do.
9551
9552 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus-fun.el (gnus-face-properties-alist): New user option.
9555         (gnus-display-x-face-in-from): Use it.
9556
9557         * gnus-art.el (article-display-face): Ditto.
9558
9559         * compface.el (uncompface-use-external): Default to nil.
9560
9561 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9562
9563         * nntp.el (nntp-erase-buffer): New function.
9564         (nntp-retrieve-data, nntp-send-command)
9565         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9566         (nntp-possibly-change-group): Use it.
9567
9568         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9569         with-current-buffer.
9570
9571 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9572
9573         * compface.el: Merge the ELisp-based uncompface program.
9574         (compface): New customization group.
9575         (uncompface-use-external): New user option.
9576         (uncompface): Call uncompface-internal if uncompface-use-external
9577         is nil.
9578         (uncompface-internal): New function.  Note that there are also
9579         some other functions and variables added for this function.
9580
9581 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9582
9583         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9584         if necessary.
9585
9586 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9587
9588         * spam-report.el (spam-report-unplug-agent)
9589         (spam-report-plug-agent, spam-report-deagentize)
9590         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9591         Add support for the Agent in spam-report: when unplugged, report to a
9592         file; when plugged, submit all the requests.
9593
9594         * spam.el (spam-register-routine): Fix message about
9595         registration.
9596
9597 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9598
9599         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9600         dependencies.
9601         (rfc2047-encode): Use it.
9602
9603         * gnus-art.el (gnus-button-marker-list): Move before first
9604         reference.
9605
9606         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9607         (imap-parse-body): Fix format string mismatch.
9608
9609         * gnus-score.el (gnus-summary-increase-score): do.
9610
9611         * nnrss.el (nnrss-close): New function.
9612
9613 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9614
9615         * nnrss.el (nnrss-make-filename): New function.
9616         (nnrss-request-delete-group, nnrss-read-server-data)
9617         (nnrss-save-server-data, nnrss-read-group-data)
9618         (nnrss-save-group-data): Use it.
9619         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9620         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9621         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9622
9623 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9624
9625         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9626
9627 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9628
9629         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9630         files.
9631
9632         * message.el (message-generate-headers-first): Don't quote nil
9633         and t in docstrings.
9634
9635         * imap.el (imap-id): do.
9636
9637         * gnus-agent.el (gnus-agent-consider-all-articles)
9638         (gnus-agent-queue-mail): do.
9639
9640 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * spam-report.el (spam-report-process-queue): New function.
9643         Process requests from `spam-report-requests-file'.
9644         (spam-report-process-queue): Doc fix.
9645
9646 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9647
9648         * spam.el (spam-register-routine)
9649         (spam-log-processing-to-registry, spam-log-registered-p)
9650         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9651         Change "check" to "spam-check" for semi-clarity.
9652
9653 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9654
9655         * pop3.el: Require nnheader.
9656
9657         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9658
9659         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9660
9661         * gnus-picon.el: Require cl.
9662
9663         * gnus-fun.el: Require gnus-ems and gnus-util.
9664
9665         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9666
9667         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9668
9669         * gnus-art.el (gnus-article-edit-mode): Define before first
9670         reference.
9671
9672 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9673
9674         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9675         (gnus-uu-post-encoded): Use point-at-bol.
9676
9677         * gnus-topic.el (gnus-group-active-topic-p): do.
9678
9679         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9680
9681         * gnus-group.el (gnus-group-kill-region): do.
9682
9683         * gnus-art.el (article-date-ut): do.
9684
9685         * message.el (message-fetch-field): Remove redundant
9686         case-fold-search binding.
9687         (message-narrow-to-field): Simplify.
9688
9689 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * spam.el (spam-directory): Derive from `gnus-directory'.
9692
9693         * spam-report.el (spam-report-url-to-file)
9694         (spam-report-requests-file): New function and variable for offline
9695         reporting.
9696         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9697         and user defined function.
9698         (spam-report-url-ping-mm-url): Remove doubled slash.
9699
9700 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9701
9702         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9703
9704 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9705
9706         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9707         format string mismatch.
9708
9709         * sieve.el (sieve-deactivate-all): do.
9710
9711         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9712
9713         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9714
9715         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9716
9717         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9718
9719 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9720
9721         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9722         the list of checks.
9723
9724 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9725
9726         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9727         padding.
9728
9729 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9730
9731         * mm-view.el (mm-fill-flowed): New variable.
9732         (mm-inline-text): Use it.
9733
9734 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9735
9736         * spam.el (spam-spamassassin-register-ham-routine)
9737         (spam-spamassassin-register-spam-routine): Fix function names.
9738
9739 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gnus.el (gnus-tmp-grouplens): Remove.
9742         (gnus-summary-line-format): Remove grouplens.
9743
9744         * gnus-group.el (gnus-group-line-format): Ditto.
9745
9746         * gnus-spec.el (gnus-format-specs): Ditto.
9747         (gnus-update-format-specifications): Flush the group format spec
9748         cache if there's the grouplens stuff.
9749         (gnus-parse-simple-format): Replace %l with the empty string.
9750
9751 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9752
9753         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9754         omission.
9755
9756 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9759         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9760
9761 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9762
9763         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9764         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9765         New macros and functions.
9766         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9767         Handle > NLINK_MAX messages.
9768         * nnmaildir.el (nnmaildir-request-set-mark): Use
9769         nnmaildir--emlink-p and nnmaildir--eexist-p.
9770
9771 2004-01-25  Alex Schroeder  <alex@gnu.org>
9772
9773         * spam-stat.el (spam-stat-process-directory-age): New option.
9774         (spam-stat-process-directory): Use it.
9775
9776 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9777
9778         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9779         (spam-stat-save): Accept prefix argument.
9780
9781 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9782
9783         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9784         links" error.
9785
9786 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9789         the rest of the and/or forms.
9790
9791 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9792
9793         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9794         compatibility with old .newsrc.eld files.
9795
9796         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9797
9798         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9799
9800         * gnus-start.el (gnus-1): do.
9801
9802         * gnus-group.el (gnus-group-line-format-alist): do.
9803
9804         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9805
9806         * gnus-gl.el: Remove.
9807
9808 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9809
9810         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9811         marks consisting of a single range {for example, (3 . 5)} rather
9812         than a list of a single range { ((3 . 5)) }.
9813
9814 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9815
9816         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9817         with-current-buffer.
9818         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9819         avoid consing a string.
9820
9821         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9822         Remove obsolete entries for big5 and gb2312.
9823
9824 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9825
9826         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9827         uncompressed list.
9828
9829 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9830
9831         * spam-stat.el (spam-stat-strip-xref): New function.
9832         (spam-stat-process-directory): Use it.
9833
9834         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9835         here -- it's done in message-fetch-field.
9836
9837 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9838
9839         * gnus-agent.el (gnus-agent-queue-mail,
9840         gnus-agent-prompt-send-queue): New variables.
9841         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9842         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9843         "nndraft:queue" along to gnus-draft-send.  Use
9844         gnus-agent-prompt-send-queue.
9845         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9846         is "nndraft:queue".  Suggested by Gaute Strokkenes
9847         <gs234@srcf.ucam.org>
9848
9849         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9850         (agent-enable-undownloaded-faces): Added
9851         (gnus-agent-cat-groups): Use eval-and-compile, not
9852         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9853         method of gnus-agent-cat-groups even when the buffer has been
9854         evaled.
9855         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9856         delete gnus-agent-save-active-1.
9857         (gnus-agent-save-groups): Deleted. Identical to
9858         gnus-agent-save-active.
9859         (gnus-agent-write-active): No longer adjust agent's copy of active
9860         file as agent's adjustments are now stored in their own
9861         file. Removed optional parameter.
9862         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9863         servers.  Add use of min/max range limits from server's local
9864         file.
9865         (gnus-agent-save-alist): Removed unused optional argument.
9866         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9867         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9868         (gnus-agent-set-local): A per-server file that keeps min/max range
9869         limits for articles known to the agent.  Provides a fast mechanism
9870         for altering many active ranges.
9871         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9872         active file (local makes it unnecessary).
9873         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9874
9875         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9876         (agent-enable-undownloaded-faces): Added
9877
9878         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9879         disable it when sending to "nndraft:queue".
9880         (gnus-group-send-queue): Add safety check to avoid sending queue
9881         when unplugged.
9882
9883         * gnus-group.el (gnus-group-catchup): Use new
9884         gnus-sequence-of-unread-articles, not
9885         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9886         numbers of articles.  Use gnus-range-map to avoid having to
9887         uncompress the unread list.
9888         (gnus-group-archive-directory,
9889         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9890         reference.
9891
9892         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9893         (gnus-sorted-range-intersection): Intersection of two ranges
9894         without requiring that they first be uncompressed.
9895
9896         * gnus-start.el (gnus-activate-group): Unless blocked by the
9897         caller, possibly expand the active range to include both cached
9898         and agentized articles.
9899         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9900         multiple version-dependent converters.
9901         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9902         gnus-agent-save-active.
9903         (gnus-save-newsrc-file): Save dirty agent range limits.
9904
9905         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9906         gnus-agent-possibly-alter-active.
9907         (gnus-adjust-marked-articles): Faster handling of simple lists
9908
9909 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9910
9911         * spam-stat.el (spam-stat-test-directory): New optional argument
9912         displays a list of files detected.  Suggested by Andrew Cohen
9913         <cohen@andy.bu.edu>.
9914         (spam-stat-buffer-words-with-scores): Don't narrow and change
9915         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9916
9917 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9918
9919         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9920         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9921         (spam-spamassassin-arguments)
9922         (spam-spamassassin-spam-flag-header)
9923         (spam-spamassassin-positive-spam-flag-header)
9924         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9925         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9926         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9927         (spam-list-of-processors, spam-list-of-checks)
9928         (spam-list-of-statistical-checks, spam-registration-functions)
9929         (spam-check-spamassassin-headers, spam-check-spamassassin)
9930         (spam-spamassassin-score)
9931         (spam-spamassassin-register-with-sa-learn)
9932         (spam-spamassassin-register-spam-routine)
9933         (spam-spamassassin-register-ham-routine)
9934         (spam-assassin-register-spam-routine)
9935         (spam-assassin-register-ham-routine): add SpamAssassin support
9936         (spam-bogofilter-score): fix to show article before scoring
9937
9938 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9939
9940         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9941         default scoring function.
9942         (spam-generic-score): Call spam-spamassassin-score if
9943         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9944         spam-bogofilter-score otherwise.
9945
9946         * gnus.el (spam-process, spam-autodetect-methods): Add
9947         spamassassin and spamassassin-headers.
9948
9949 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9950
9951         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9952         Suppress unnecessary messages.
9953
9954 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9955
9956         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9957         make-hash-table.
9958
9959 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * canlock.el (base64-encode-string): Don't autoload it.
9962
9963 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * run-at-time.el: Remove useless (require 'itimer),
9966         eval-and-compile and (featurep 'xemacs).
9967
9968 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9969
9970         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9971         GROUP is a virtual group.
9972
9973 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9974
9975         * gnus.el: Autoload `message-y-or-n-p'.
9976
9977 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9978
9979         * pgg-parse.el: Remove unnecessary (require 'custom).
9980
9981         * pgg-def.el: do.
9982
9983         * nnmail.el: do.
9984
9985         * gnus-undo.el: do.
9986
9987         * gnus-picon.el: do.
9988
9989         * gnus-util.el: do.
9990
9991 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9992
9993         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9994
9995 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9998         handle, as well as a list.
9999
10000         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10001         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10002         (mm-w3m-cid-retrieve): Simplify.
10003
10004 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10005
10006         * message.el (message-kill-to-signature): Allow prefix arg to
10007         specify number of lines to keep before signature.
10008
10009 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10010
10011         (message-kill-to-signature): Change docstring.
10012
10013 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * canlock.el: Always require sha1-el.
10016         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10017
10018         * message.el: Autoload sha1 only when compiling.
10019
10020         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10021         eudc-expand-inline for XEmacs.
10022
10023 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * message.el (message-canlock-generate): Require sha1-el.
10026
10027 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10028
10029         * message.el (message-expand-name): Silence the byte compiler.
10030
10031         * lpath.el: Add detect-coding-system.
10032
10033         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10034         cus-edit.
10035
10036 2004-01-13  Simon Josefsson  <jas@extundo.com>
10037
10038         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10039         Invoke gnus-score-mode.  Reported by
10040         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10041
10042         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10043         Jim Blandy <jimb@redhat.com> (tiny change).
10044
10045 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10046
10047         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10048
10049 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10050
10051         * spam.el (spam-get-article-as-string): Update to use
10052         gnus-request-article-this-buffer, much simpler.
10053         (spam-get-article-as-buffer): Remove.
10054
10055 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10056
10057         * message.el (message-expand-name): Use EUDC if the user uses
10058         that.
10059
10060 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10061
10062         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10063         character for the encoding to avoid consing a string.
10064
10065         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10066         unnecessarily.
10067
10068         * mm-util.el (mm-replace-chars-in-string): Remove.
10069
10070         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10071         of mm-replace-chars-in-string.
10072
10073 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10074
10075         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10076         strings.
10077
10078         * mm-util.el (mm-subst-char-in-string): Support inplace.
10079
10080         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10081         a new string in every iteration.  Use shy groups.
10082
10083 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10084
10085         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10086         (gnus-group-change-level, gnus-kill-newsgroup)
10087         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10088         (gnus-get-unread-articles, gnus-make-articles-unread)
10089         (gnus-make-ascending-articles-unread): Use accessor
10090         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10091         to get group information for improved readability.
10092
10093         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10094
10095         * gnus-soup.el (gnus-soup-group-brew): do.
10096
10097         * gnus-msg.el (gnus-put-message): do.
10098
10099         * gnus-move.el (gnus-group-move-group-to-server): do.
10100
10101         * gnus-kill.el (gnus-batch-score): do.
10102
10103         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10104         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10105         (gnus-group-update-group, gnus-group-read-group)
10106         (gnus-group-make-group, gnus-group-make-help-group)
10107         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10108         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10109         (gnus-group-sort-by-unread, gnus-group-catchup)
10110         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10111         (gnus-group-yank-group, gnus-group-set-info)
10112         (gnus-group-list-groups): do.
10113
10114         * gnus.el (gnus-generate-new-group-name): do.
10115
10116         * gnus-delay.el (gnus-delay-send-queue): do.
10117
10118         * nnvirtual.el (nnvirtual-catchup-group): do.
10119
10120         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10121         do.
10122
10123         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10124         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10125
10126         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10127         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10128         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10129         (gnus-group-make-articles-read): do.
10130
10131 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10132
10133         * gnus-art.el (article-decode-mime-words, article-babel)
10134         (gnus-article-highlight-signature, gnus-article-add-buttons)
10135         (gnus-signature-toggle): Use gnus-with-article-buffer.
10136
10137         * gnus-art.el (gnus-article-highlight-headers)
10138         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10139
10140         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10141         (gnus-article-set-globals, gnus-request-article-this-buffer)
10142         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10143         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10144         (gnus-mime-display-alternative): Use with-current-buffer.
10145
10146 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10147
10148         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10149         also under 80 char limit, and call gnus-error if needed.
10150         (spam-fetch-article-header): Fix - it was a
10151         buffer-local variable (gnus-newsgroup-data).
10152         (spam-find-spam): Use spam-generate-fake-headers, forget about
10153         spam-insert-fake-headers.
10154         (spam-insert-fake-headers): Remove.
10155
10156 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10157
10158         * deuglify.el (gnus-article-outlook-unwrap-lines)
10159         (gnus-outlook-rearrange-article)
10160         (gnus-outlook-repair-attribution-outlook)
10161         (gnus-outlook-repair-attribution-block)
10162         (gnus-outlook-repair-attribution-other): Remove redundant
10163         save-excursion.
10164
10165 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10166
10167         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10168         (spam-fetch-field-subject-fast)
10169         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10170         (spam-fetch-article-header): Add functions to deal with Gnus
10171         internals for fast retrieval of article header data.
10172         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10173
10174 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10175
10176         * pop3.el (pop3-md5): Remove.
10177         (pop3-apop): Replace pop3-md5 with md5.
10178
10179         * mm-bodies.el: base64 is always built-in.
10180
10181         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10182         with-current-buffer.
10183
10184 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * canlock.el (canlock-insert-header): Remove excessive grouping in
10187         regexp.
10188
10189         * gnus-sum.el (gnus-summary-read-document): Ditto.
10190
10191         * gnus-uu.el (gnus-uu-part-number): Ditto.
10192
10193         * html2text.el (html2text-remove-tags): Ditto.
10194         (html2text-format-tags): Ditto.
10195         (html2text-format-single-elements): Ditto.
10196
10197         * mml.el (mml-parse-1): Ditto.
10198
10199 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10200
10201         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10202
10203         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10204
10205         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10206
10207         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10208
10209 2003-11-15  Simon Josefsson  <jas@extundo.com>
10210
10211         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10212         (pgg-gpg-lookup-key): Use regexp match instead of
10213         split-string (split-string is different between emacs 21.2 and
10214         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10215
10216 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10217
10218         * gnus-art.el (gnus-mime-view-all-parts)
10219         (gnus-article-part-wrapper, gnus-article-view-part): Use
10220         with-current-buffer.
10221
10222 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10223
10224         * spam.el (spam-disable-spam-split-during-ham-respool)
10225         (spam-spamoracle-database, spam-cache-lookups)
10226         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10227         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10228         (spam-group-ham-marks, spam-group-spam-marks)
10229         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10230         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10231         also add spam-use-blackholes to the statistical checks.
10232         (spam-fetch-field-fast): Add interface to fetching fields, may
10233         become a macro.
10234         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10235         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10236         (spam-insert-fake-headers): Fake an article when needed.
10237         (spam-find-spam): Fake article when possible.
10238         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10239         (spam-check-bogofilter-headers): Use message-fetch-field instead
10240         of nnmail-fetch-field.
10241
10242 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10243
10244         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10245
10246 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10247
10248         * spam.el (spam-split): Do not require spam-use-CHECK to be
10249         enabled if that check is passed to spam-split explicitly; also
10250         fix so 'spam doesn't get converted to spam-split-group when
10251         spam-split-symbolic-return is t.
10252         (spam-find-spam): Find registrations of the article and use those
10253         instead of re-running spam-split to find the spam/ham
10254         classification of the article.
10255         (spam-log-processing-to-registry, spam-log-registered-p)
10256         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10257         Use gnus-error instead of gnus-message.
10258         (spam-log-registration-type): Add function to determine the
10259         classification of a message based on registry entries; will
10260         return nil if both 'spam and 'ham are found.
10261         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10262         a reasonably fast local cache without the loading errors.
10263         (spam-cache-lookups): Set to t by default.
10264         (spam-find-spam): Don't try to guess spam-cache-lookups.
10265         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10266         spam-caches entry.
10267         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10268         caching of whitelist/blacklist entries.
10269         (spam-check-whitelist, spam-check-blacklist): Invoke
10270         spam-from-listed-p with a type, not a cache variable.
10271         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10272
10273 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10274
10275         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10276
10277         * nnmail.el (nnmail-split-fancy): do.
10278
10279         * mml.el (mml-parse): do.
10280
10281         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10282         (gnus-score-adaptive): do.
10283
10284 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10287         (gnus-mime-button-map): Don't set keymap parent.
10288         (gnus-button-ctan-directory-regexp): Use shy grouping.
10289         (gnus-prev-page-map): Don't set keymap parent.
10290         (gnus-prev-page-map): Remove duplicated one.
10291         (gnus-next-page-map): Don't set keymap parent.
10292         (gnus-mime-security-button-map): Ditto.
10293
10294         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10295         version number.
10296
10297         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10298
10299 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * canlock.el (canlock-sha1-function): Remove.
10302         (canlock-sha1-function-for-verify): Remove.
10303         (canlock-openssl-program): Remove.
10304         (canlock-openssl-args): Remove.
10305         (canlock-ignore-errors): Remove.
10306         (canlock-sha1-with-openssl): Remove.
10307         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10308         (canlock-verify): Don't use canlock-ignore-errors.
10309
10310         * sha1-el.el (sha1-string-external): Make it can return a string
10311         in binary form.
10312         (sha1-region-external): Ditto.
10313         (sha1-string-internal): Ditto.
10314         (sha1-region-internal): Ditto.
10315         (sha1-region): Ditto.
10316         (sha1-string): Ditto.
10317         (sha1): Ditto.
10318
10319 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10320
10321         * spam.el (spam-report-articles-gmane): New command.
10322
10323 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10326
10327         * run-at-time.el (run-at-time-saved): Remove.
10328         (run-at-time): Doc fix.
10329
10330 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10331
10332         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10333         (gnus-summary-limit-map): Add it.
10334         (gnus-summary-make-menu-bar): do.
10335
10336 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10337
10338         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10339         Make attempt at some caching support (done for BBDB only now).
10340         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10341         addresses to be checked.
10342         (spam-clear-cache-BBDB): Add function, to be invoked by
10343         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10344         (spam-check-BBDB): Check and use the caches, if
10345         spam-cache-lookups is on, remove superfluous (provide).
10346
10347 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10350
10351 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10352
10353         * run-at-time.el (run-at-time-saved): Move to after the definition
10354         of `run-at-time'.
10355
10356         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10357
10358 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10361         mm-w3m-local-map-property.
10362
10363         * mm-view.el (mm-w3m-mode-map): Remove.
10364         (mm-w3m-local-map-property): Remove.
10365         (mm-inline-text-html-render-with-w3m): Don't use
10366         mm-w3m-local-map-property.
10367
10368 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369
10370         * run-at-time.el: New file.
10371
10372         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10373         under Emacs.
10374
10375         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10376         of gnus-set-text-properties.
10377
10378         * gnus-uu.el (gnus-uu-save-article): Ditto.
10379
10380         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10381
10382         * gnus-cite.el (gnus-cite-parse): Ditto.
10383
10384         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10385         of gnus-.
10386
10387         * gnus-xmas.el (run-at-time): Require run-at-time.
10388
10389         * gnus.el: Changed calls to nnheader-run-at-time and
10390         password-run-at-time throughout to use run-at-time directly.
10391
10392         * password.el: Removed definition of run-at-time.
10393
10394         * nnheaderxm.el: Remove definition of run-at-time.
10395
10396 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10397
10398         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10399         in prompt.
10400
10401 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10402
10403         * messagexmas.el (message-xmas-redefine): Alias
10404         `message-make-caesar-translation-table' to
10405         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10406         version.
10407
10408         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10409         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10410         `gnus-xmas-set-text-properties'.
10411         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10412         `gnus-xmas-completing-read'.
10413         (gnus-xmas-completing-read): Removed.
10414         (gnus-xmas-open-network-stream): Removed.
10415
10416         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10417         XEmacs version.
10418
10419         * dns.el (dns-make-network-process): Use `open-network-stream'
10420         instead of `gnus-xmas-open-network-stream'.
10421
10422         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10423
10424         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10425
10426 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10427
10428         * gnus-art.el (gnus-mime-display-alternative)
10429         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10430         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10431         Don't use gnus-local-map-property.
10432
10433         * gnus-util.el (gnus-local-map-property): Remove.
10434
10435         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10436         gnus-completing-read-maybe-default with completing-read.
10437
10438         * gnus-util.el (gnus-completing-read): do.
10439         (gnus-completing-read-maybe-default): Remove.
10440
10441 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10442
10443         * password.el: Only autoload `run-at-time' if not XEmacs.
10444         Only autoload the itimer functions if XEmacs.
10445
10446 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10449         XEmacsen.
10450
10451         * dgnushack.el: Autoload executable-find for XEmacs.
10452
10453 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10454
10455         * gnus-art.el (gnus-read-string): Remove.
10456         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10457         read-string.
10458
10459 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10460
10461         * netrc.el: Autoload password-read.
10462         (netrc): Add configuration group.
10463         (netrc-encoding-method, netrc-openssl-path): Add
10464         variables for encoding and decoding of files with symmetric
10465         ciphers.
10466         (netrc-encode): Add assistant function to encode a file with
10467         netrc-encoding-method.
10468         (netrc-parse): Add interactive parameter, added optional
10469         decoding if netrc-encoding-method is non-nil but otherwise
10470         behavior is standard.
10471         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10472         Do s/encode/encrypt/ everywhere.
10473
10474         * spam.el: Remove executable-find autoload.
10475
10476 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10477
10478         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10479
10480         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10481
10482 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * gnus-art.el (gnus-treat-ansi-sequences,
10485         article-treat-ansi-sequences): New variable and function.
10486         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10487
10488         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10489         Use it.
10490
10491 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10492
10493         * mm-util.el (mm-quote-arg): Remove.
10494
10495         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10496         shell-quote-argument.
10497
10498         * gnus-uu.el (gnus-uu-command): do.
10499
10500         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10501
10502         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10503         with make-char.
10504
10505         * mm-util.el (mm-make-char): Remove.
10506
10507         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10508         add-minor-mode.
10509
10510         * gnus-undo.el (gnus-undo-mode): do.
10511
10512         * gnus-topic.el (gnus-topic-mode): do.
10513
10514         * gnus-sum.el (gnus-dead-summary-mode): do.
10515
10516         * gnus-start.el (gnus-slave-mode): do.
10517
10518         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10519
10520         * gnus-ml.el (gnus-mailing-list-mode): do.
10521
10522         * gnus-gl.el (gnus-grouplens-mode): do.
10523
10524         * gnus-draft.el (gnus-draft-mode): do.
10525
10526         * gnus-dired.el (gnus-dired-mode): do.
10527
10528         * gnus-ems.el (gnus-add-minor-mode): Remove.
10529
10530         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10531         Replace gnus-char-width with char-width.
10532
10533         * gnus-ems.el (gnus-char-width): Remove.
10534
10535         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10536         Replace gnus-char-width with char-width.
10537
10538         * gnus-ems.el (gnus-char-width): Remove.
10539
10540         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10541         definition.
10542         Remove Emacs 20 hash table compatibility code.
10543
10544         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10545         20 compatibility code.
10546
10547         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10548
10549         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10550
10551         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10552         with point-at-{eol,bol}.
10553
10554         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10555
10556         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10557
10558         * flow-fill.el (fill-flowed-point-at-bol,
10559         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10560
10561         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10562         Replace with point-at-{eol,bol} throughout all files.
10563
10564 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * ntlm.el (ntlm-string-as-unibyte): New macro.
10567         (ntlm-build-auth-response): Use it.
10568
10569         Remove Emacs 20 stuff:
10570         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10571         (butlast, mapc, remove): Remove the compiler macros.
10572         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10573         of delq and copy-sequence.
10574         * gnus-art.el (popup-menu): Remove the compiler macro.
10575         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10576         Emacs 20.
10577
10578 2004-01-05  Simon Josefsson  <jas@extundo.com>
10579
10580         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10581         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10582         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10583         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10584         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10585         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10586         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10587         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10588         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10589         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10590         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10591         string-xor into ntlm-string-xor.  Suggested by
10592         Jesper Harder <harder@myrealbox.com>.
10593
10594         * ntlm.el: Don't include poem.
10595
10596         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10597         Jesper Harder <harder@myrealbox.com>.
10598
10599         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10600
10601         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10602         probably breaks emacs with DL patch, but do we care? Is anyone
10603         still using the DL stuff?)
10604
10605         * sieve-manage.el: Use the password package.
10606         (sieve-manage-read-passwd): Remove.
10607         (sieve-manage-interactive-login): Use password.  Re-add
10608         condition-case around loop.
10609
10610         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10611         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10612         the password package.
10613
10614 2003-02-19  Simon Josefsson  <jas@extundo.com>
10615
10616         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10617         token.
10618
10619 2002-08-07  Simon Josefsson  <jas@extundo.com>
10620
10621         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10622         (sieve-manage-authenticators):
10623         (sieve-manage-authenticator-alist): Add some SASL mechs.
10624         (sieve-sasl-auth): New function.
10625         (sieve-manage-cram-md5-auth):
10626         (sieve-manage-plain-auth): Rewrite using SASL library.
10627         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10628         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10629         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10630         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10631
10632 2004-01-05  Simon Josefsson  <jas@extundo.com>
10633
10634         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10635         New files.
10636
10637 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638
10639         * gnus-group.el (gnus-no-groups-message): Update.
10640
10641         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10642
10643 2003-11-09  Simon Josefsson  <jas@extundo.com>
10644
10645         * imap.el: Support for ID IMAP extension (RFC 2971).
10646         (imap-local-variables): Add imap-id.
10647         (imap-id): New variable.
10648         (imap-id): New function.
10649         (imap-parse-response): Parse untagged ID response.
10650         * nnimap.el (nnimap-id): New variable.
10651         (nnimap-open-connection): Use it.
10652
10653 2003-12-28  Simon Josefsson  <jas@extundo.com>
10654
10655         * gnus-score.el (gnus-score-edit-all-score): New.
10656         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10657
10658 2004-01-04  Simon Josefsson  <jas@extundo.com>
10659
10660         * password.el: Add.
10661
10662 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10663
10664         * dns.el: Add support for AAAA records (see RFC 3596)
10665
10666         * Fix typo PRT -> PTR
10667
10668         * Parse MX, PTR and SOA replies (see RFC 1035)
10669
10670 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10671
10672         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10673
10674         * Moved to Changelog.2.
10675
10676 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677
10678         * gnus.el (gnus-version-number): Bump version.
10679
10680 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10681
10682         * gnus.el: No Gnus v0.1 is released.
10683
10684 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10685
10686         * gnus.el: No Gnus v0.0 is released.
10687
10688 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689
10690         * gnus.el (gnus-version-number): Bump.
10691         (gnus-version): No.
10692
10693 See ChangeLog.2 for earlier changes.
10694
10695     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10696
10697   This file is part of GNU Emacs.
10698
10699   GNU Emacs is free software; you can redistribute it and/or modify
10700   it under the terms of the GNU General Public License as published by
10701   the Free Software Foundation; either version 2, or (at your option)
10702   any later version.
10703
10704   GNU Emacs is distributed in the hope that it will be useful,
10705   but WITHOUT ANY WARRANTY; without even the implied warranty of
10706   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10707   GNU General Public License for more details.
10708
10709   You should have received a copy of the GNU General Public License
10710   along with GNU Emacs; see the file COPYING.  If not, write to the
10711   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10712   Boston, MA 02110-1301, USA.
10713
10714 ;; Local Variables:
10715 ;; coding: iso-2022-7bit
10716 ;; fill-column: 79
10717 ;; add-log-time-zone-rule: t
10718 ;; End:
10719
10720 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4