(gnus-summary-limit-to-address): New function. Suggested by Loic Dachary.
[gnus] / lisp / ChangeLog
1 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4         by Loic Dachary <loic@dachary.org>.
5         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6
7 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * message.el (message-pop-to-buffer): Add switch-function argument.
10         (message-mail): Pass switch-function argument to it.
11
12 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13
14         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15         Improve doc string.
16
17 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
20         (gnus-header-content)
21         * gnus-cite.el (gnus-cite-10)
22         * gnus-srvr.el (gnus-server-closed)
23         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
24         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
25         (gnus-group-mail-3-empty, gnus-group-mail-low)
26         (gnus-group-mail-low-empty, gnus-splash)
27         * message.el (message-header-to, message-header-cc)
28         (message-header-subject, message-header-other, message-header-name)
29         (message-header-xheader, message-separator, message-cited-text)
30         (message-mml): Lighten colors of faces used for dark background.
31
32 2007-05-24  Simon Josefsson  <simon@josefsson.org>
33
34         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
35         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
36
37 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * message.el (message-narrow-to-headers-or-head): Ignore
40         mail-header-separator in the body.
41
42 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
45         same as window size.
46
47 2007-05-22  Kevin Ryde  <user42@zip.com.au>
48
49         * message.el (message-font-lock-keywords): Use message-header-xheader
50         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
51         ahead of the anything pattern, to get it recognised.
52
53 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
56         spam.el loads uses it in the compiled defadvice form.
57
58 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
59
60         * gnus-sum.el (gnus-articles-to-read)
61         (gnus-summary-insert-old-articles): Don't truncate group name for
62         `read-string'.
63
64         * gnus-util.el (gnus-limit-string): Delete this function.
65
66         * gnus-sum.el (gnus-simplify-subject-fully): Use
67         `truncate-string-to-width' instead.
68
69 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
70
71         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
72         summary exit, the next group has to be selected.
73         (gnus-summary-exit): Use it.
74
75 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
76
77         * gnus-art.el (gnus-article-mode): Fix comment about displaying
78         non-break space.
79
80 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
81
82         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
83         Check if group is not a directory.
84         (nnfolder-request-expire-articles): Don't delete articles if the target
85         group is not available.
86
87         * nnml.el (nnml-request-create-group): Properly check if group is not a
88         file.
89         (nnml-request-expire-articles): Don't delete articles if the target
90         group is not available.
91
92         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
93         Don't quote characters that are within parentheses.
94
95 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
98         (gnus-handle-ephemeral-exit): Select article according to it.
99
100 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
101
102         * message.el (message-insert-formated-citation-line): Remove newline.
103         (message-citation-line-format): Add final \n here so that the user can
104         avoid a blank line.
105
106 2007-05-03  Dan Christensen  <jdc@uwo.ca>
107
108         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
109         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
110         Update lanl/arXiv support.
111
112 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
113
114         * gnus.el: Bump version number.
115
116 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus.el (gnus-version-number): Bump version.
119
120 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
121
122         * gnus.el: No Gnus v0.6 is released.
123
124 2007-04-27  Didier Verna  <didier@xemacs.org>
125
126         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
127         * gmm-utils.el (gmm-regexp-concat): here.
128         * message.el: Don't require 'gnus-util.
129         (message-dont-reply-to-names): Handle name change above.
130         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
131
132 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
133
134         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
135         since the initial value varies according to the system.
136
137 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * mm-util.el (mm-charset-synonym-alist): Defcustom.
140
141 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
142
143         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
144
145 2007-04-24  Didier Verna  <didier@xemacs.org>
146
147         Improve the type of gnus-ignored-from-addresses.
148         * gnus-util.el (gnus-orify-regexp): New function.
149         * message.el (gnus-util): Require it.
150         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
151         * gnus-sum.el (gnus-ignored-from-addresses): New function.
152         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
153
154 2007-04-24  Didier Verna  <didier@xemacs.org>
155
156         * gnus-sum.el:
157         * gnus-utils.el: Fix some trailing whitespaces.
158
159 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
162         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
163         article's Message-ID; refer parent article in summary buffer.
164
165         * message.el (message-bounce): Call mime-to-mml.
166
167         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
168         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
169         optimize and/or forms properly.
170
171 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
172
173         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
174         URL.
175
176 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
179
180 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
183         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
184         displayed of multipart/alternative part if it is invoked from summary
185         buffer.
186
187         * mm-view.el (mm-inline-text-html-render-with-w3m)
188         (mm-inline-text-html-render-with-w3m-standalone)
189         (mm-inline-render-with-function): Use mail-parse-charset by default.
190
191 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
192
193         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
194         is less than the length of parse-time-syntax.
195
196 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
199         from gnus-newsgroup-processable.
200
201 2007-04-16  Didier Verna  <didier@xemacs.org>
202
203         * gnus-msg.el (gnus-configure-posting-styles): Handle
204         message-signature-directory properly with :file syntax. Reported by
205         "Leo".
206
207 2007-04-11  Didier Verna  <didier@xemacs.org>
208
209         New user option: message-signature-directory.
210         * gnus-msg.el (gnus-configure-posting-styles): Support it.
211         * message.el (message-insert-signature): Ditto.
212         * message.el (message-signature-file): Doc update.
213         * message.el (message-signature-directory): New.
214
215 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * gnus-msg.el (gnus-inews-yank-articles): Use
218         message-exchange-point-and-mark instead of exchange-point-and-mark.
219
220 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * message.el (message-yank-original): Make sure cited text ends with
223         newline; don't exchange point and mark.
224
225 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
226
227         * tls.el (open-tls-stream): Properly handle case where there
228         is no associated buffer.
229
230 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
231
232         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
233         message-yank-original, make sure (< mark TEXT point).
234
235 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
236
237         * message.el (message-fill-column): New variable.
238         (message-mode): Use it.  Add comment on a possible new hook.
239
240         * nnmail.el (nnmail-spool-file): Mark as obsolete.
241         (nnmail-get-new-mail): Reformat.
242
243         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
244
245         * gmm-utils.el: Fix Commentary.
246         (gmm-tool-bar-from-list): Fix typo in doc string.
247
248 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
249
250         * message.el (message-yank-original): Don't switch point and mark
251         unnecessarily to put point and mark as documented.
252
253 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
256         from the message heads.
257
258 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
259
260         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
261         article buffer does not have a window.  This may not be the best
262         solution but is certainly better than setting the start of the null,
263         that is the current, window.
264
265 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
266
267         * gnus-draft.el (gnus-draft-setup-hook): New hook.
268         (gnus-draft-setup): Run it.
269
270         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
271         gnus-score-fast-scoring.  Allow regexp.
272         (gnus-score-headers): Use it.
273
274         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
275         XEmacs.
276
277         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
278         string.
279         (gnus-button-alist): Also catch `<f1> k ...'.
280         (gnus-treat-display-x-face): Fix doc string.
281
282 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
283
284         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
285         evaluation of gnus-extended-version to ensure correct generation of the
286         User-Agent header when message-generate-headers-first is used.
287
288 2007-03-24  Simon Josefsson  <simon@josefsson.org>
289
290         * hashcash.el (hashcash-generate-payment-async): Don't crash if
291         hashcash-path is nil.  Don't call callback with incorrect number of
292         parameters if val is 0.
293
294 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
295
296         * message.el (message-required-news-headers):
297         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
298
299 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
300
301         * tls.el (open-tls-stream): In handshake-waiting loop,
302         don't wait more if there is output available to process.
303
304 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
305
306         * tls.el (tls-program): Doc fix.
307
308 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * message.el (message-generate-new-buffers): Change the meaning of the
311         nil value; add `standard' to the choices; treat t as `unique'; improve
312         doc string.
313         (gnus-select-frame-set-input-focus): Autoload.
314         (message-buffer-name): Search for the existing message buffer if
315         message-generate-new-buffers is nil or `standard'; treat the value t of
316         message-generate-new-buffers as `unique'.
317         (message-pop-to-buffer): Raise the frame already displaying the message
318         buffer; clear the echo area after querying.
319         (message-setup): Pass the `continue' argument to compose-mail.
320         (message-mail): Prefer `switch-function' if it is given; search for the
321         existing message buffer if the `continue' argument is non-nil; pass
322         continue and switch-function arguments to compose-mail by way of
323         message-setup.
324         (message-mail-other-window): Adjust argument of message-setup.
325         (message-mail-other-frame): Ditto.
326
327 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
330         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
331         to turn font-lock on when turning gnus-message-citation-mode on.
332
333 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
334
335         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
336         (mml-smime-function-alist): New variable; add epg as the backend.
337         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
338         mml-smime- functions instead.
339         * mm-view.el: Require smime.
340
341 2007-03-05  Didier Verna  <didier@xemacs.org>
342
343         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
344         instead of just inheritance for posting styles.
345         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
346
347 2007-02-24  Chris Moore  <dooglus@gmail.com>
348
349         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
350         * pgg-pgp.el (pgg-pgp-encrypt-region):
351         * pgg-gpg.el (pgg-gpg-encrypt-region):
352         Check pgg-encrypt-for-me if no other recipients.
353
354 2007-02-24  John Paul Wallington  <jpw@pobox.com>
355
356         * tls.el (tls-certtool-program): Fix custom type.
357
358 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
361         and point-at-eol instead of line-(beginning|end)-position.
362
363         * assistant.el (assistant-parse-buffer): Ditto.
364
365         * netrc.el (netrc-parse-services): Ditto.
366
367 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
368
369         * mml2015.el (mml2015-epg-find-usable-key): New function.
370         (mml2015-epg-sign): Use it.
371         (mml2015-epg-encrypt): Use it.
372
373 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * message.el (message-make-in-reply-to): Quote name containing
376         non-ASCII characters.  It will make the RFC2047 encoder cause an error
377         if there are special characters.  Reported by NAKAJI Hiroyuki
378         <nakaji@kankyo-u.ac.jp>.
379
380 2007-02-27  Didier Verna  <didier@xemacs.org>
381
382         Include the group parameters as well as the topic ones in the
383         inheritance filter process.
384         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
385         argument GROUP-PARAMS-LIST.
386         * gnus-topic.el (gnus-group-topic-parameters): Use it.
387
388 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * nntp.el (nntp-never-echoes-commands)
391         (nntp-open-connection-functions-never-echo-commands): New variables.
392         (nntp-send-command): Use them.
393
394 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
395
396         * mml2015.el (mml2015-epg-verify): Simplified.
397
398 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * mml.el (mml-content-disposition-alist): New user option.
401         (mml-content-disposition): New function.
402         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
403         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
404
405 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
406
407         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
408         verification.
409
410 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
411
412         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
413         articles posted in the last 24 hours.
414
415 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
416
417         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
418
419 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
420
421         * nntp.el (nntp-send-command): Don't wait for echoes when
422         nntp-open-ssl-stream is used.
423
424 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * gnus-cite.el (gnus-test-font-lock-add-keywords)
427         (gnus-message-add-citation-keywords)
428         (gnus-message-remove-citation-keywords): Remove.
429         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
430         directly, make the variables in font-lock-defaults buffer-local, add
431         gnus-message-citation-keywords to them and then update the value of
432         font-lock-keywords.
433
434 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * message.el (message-cite-original-1): Don't call
437         gnus-article-highlight-citation.
438
439         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
440         citations; fix line count.
441
442 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
443
444         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
445         (gnus-message-add-citation-keywords)
446         (gnus-message-remove-citation-keywords): Use it; fix the emulating
447         versions of font-lock-add-keywords and font-lock-remove-keywords to
448         work with XEmacs correctly.
449
450 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * gnus-cite.el (gnus-cite-face-list): Set the values of
453         gnus-message-max-citation-depth and gnus-message-citation-keywords.
454         (gnus-message-max-citation-depth): Use defvar rather than defconst.
455         (gnus-message-cite-prefix-regexp): New variable.
456         (gnus-message-search-citation-line): Use it; protect against long
457         citation prefix; fill match data with nil rather than 0 for XEmacs; set
458         the 0th match data for Emacs.
459         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
460         (gnus-message-add-citation-keywords): Append keywords rather than
461         prepending; emulate font-lock-add-keywords if it is not available.
462         (gnus-message-remove-citation-keywords): Emulate
463         font-lock-remove-keywords if it is not available.
464
465         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
466
467         * message.el (message-cite-prefix-regexp): Set the value of
468         gnus-message-cite-prefix-regexp.
469
470 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
471
472         * nnweb.el (nnweb-google-parse-1): Update parser.
473
474 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
475
476         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
477
478 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
479
480         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
481         regexp.
482
483 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * uudecode.el (uudecode-string-to-multibyte): New function emulating
486         string-to-multibyte.
487         (uudecode-decode-region-internal): Use it.
488
489         * lpath.el: Fbind string-as-multibyte for XEmacs.
490
491 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
492
493         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
494         custom choice.
495
496         * gnus-art.el (gnus-signature-limit): Fix custom choice.
497
498 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
499
500         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
501
502         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
503         `write-region' to respect `mm-inhibit-file-name-handlers'.
504
505 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
506
507         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
508         Use gnus-home-directory instead of "~/" or "$HOME".
509
510 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
511
512         * encrypt.el (encrypt-insert-file-contents): Add better prompt
513         to mention filename.
514         Add comments at beginning regarding usage.
515         (encrypt-write-file-contents): Change interactive so a string is
516         acceptable.  If the file has no associated model, show an error instead
517         of a nonsense prompt.
518
519 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
520
521         * spam.el (spam-bsfilter-ham-switch): Fix typo.
522         Thanks to Yoshihiko Yamada for kind notification of this typo.
523
524 2007-01-12  Kenichi Handa  <handa@m17n.org>
525
526         * uudecode.el (uudecode-decode-region-internal): Make it work in a
527         multibyte buffer.
528
529 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
530
531         * gnus-score.el (gnus-score-fast-scoring): New variable.
532         (gnus-score-headers): Use it.
533
534         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
535
536         * message.el (message-cite-original-1): Call
537         gnus-article-highlight-citation if requested.
538
539         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
540
541         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
542         bugs to doc string.
543         (gnus-button-alist): Add mid\\|message-id.
544         (gnus-button-fetch-group): Extend for use in
545         `browse-url-browser-function'.
546         (gnus-button-url-regexp): Try to catch paired parentheses like in
547         Wikipedia URLs.
548
549         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
550         Suggested by Simon Krahnke <overlord@gmx.li>.
551
552 2007-01-13  Romain Francoise  <romain@orebokech.com>
553
554         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
555         Update copyright.
556
557 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
558
559         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
560
561 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
562
563         * gnus-registry.el (gnus-registry-unfollowed-groups)
564         (gnus-registry-split-fancy-with-parent): Fix documentation.
565
566 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
569         from nnweb groups.
570
571 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
574         Xref urls.  Erase buffer before requesting head.
575
576 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
577
578         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
579         customizable.
580
581 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
582
583         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
584         no signing key is found.
585         (mml2015-epg-encrypt): Ask user whether to skip or abort if
586         no encrypting and/or signing key is found.
587
588 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
589
590         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
591
592 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
593
594         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
595         headers read from disk with the ones newly found in the current search.
596         This should no longer cause problems, because the article numbers in
597         Gmane's `nov.php' output are ignored since the previous change.
598
599 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
600
601         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
602
603 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
606         replace-regexp-in-string; bind url-version; fbind display-images-p and
607         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
608         find-face and set-itimer-function for Emacs; bind itimer-list for
609         Emacs.
610
611         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
612
613 2007-01-01  Romain Francoise  <romain@orebokech.com>
614
615         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
616
617 2006-12-31  Steve Youngs  <steve@sxemacs.org>
618
619         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
620         `define-minor-mode' macro definition expanded properly.
621         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
622         exclude it there.
623
624         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
625         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
626         `fboundp' test.
627         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
628         This is OK to autoload in (S)XEmacs now.
629
630 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
633         keystroke.
634         (gnus-summary-limit-to-singletons): Fix typo.
635
636         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
637         else fails.
638
639 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
640
641         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
642         docstring.
643
644         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
645         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
646         (gnus-summary-insert-dormant-articles): Fix typo in message.
647
648 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
649
650         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
651         nil for XEmacs.
652         (gnus-message-citation-mode): Don't autoload in XEmacs.
653
654         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
655
656 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
657
658         * nnimap.el (nnimap-expunge-search-string): Mention
659         nnimap-search-uids-not-since-is-evil in docstring.
660
661 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
662
663         * spam.el: Revert to make-obsolete-variable because
664         define-obsolete-variable-alias is not supported in Emacs 21.
665
666         * spam.el (spam-ifile-path, spam-ifile-database-path)
667         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
668         make-obsolete-variable.
669         (spam-bsfilter-path, spam-bsfilter-program)
670         (spam-spamassassin-path, spam-spamassassin-program)
671         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
672         use "path" inappropriately.
673         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
674         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
675         variable names.
676
677 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
678
679         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
680         summary buffer.
681
682         * password.el (password-cache-remove): Use clear-string to burn
683         password, if available.
684
685 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
686
687         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
688
689         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
690
691         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
692         (gnus-message-highlight-citation): Move defcustom here from
693         gnus-cite.el.
694         (gnus-message-citation-mode): Autoload.
695
696         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
697         checks to make it compile with XEmacs.
698         (gnus-message-citation-mode): New minor mode.
699         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
700         (gnus-message-highlight-citation): New variables.
701         (gnus-message-search-citation-line)
702         (gnus-message-add-citation-keywords)
703         (gnus-message-remove-citation-keywords)
704         (turn-on-gnus-message-citation-mode)
705         (turn-off-gnus-message-citation-mode): New functions.
706
707 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
708
709         * gnus-cite.el: Enable highlighting of different citation levels in
710         message-mode.
711
712 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
713
714         * message.el (message-make-fqdn): Fix comment.
715         (message-bogus-system-names): Add ".local".
716
717         * spam.el (spam-ifile-path, spam-ifile-program)
718         (spam-ifile-database-path, spam-ifile-database)
719         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
720         Don't use "path" inappropriately.
721         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
722         strings.
723         (spam-check-ifile, spam-ifile-register-with-ifile)
724         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
725         new variable names.
726
727         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
728         (gnus-treat-display-smileys): Simplify using
729         gnus-image-type-available-p.
730
731         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
732         available.
733
734         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
735         `display-images-p' if available.
736
737 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
740         one after turning on the buffer's multibyteness instead of decoding
741         them directly in the unibyte buffer that causes unexpected conversion
742         in Emacs 23 (unicode).
743
744 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
745
746         * message.el (message-generate-hashcash): Fix custom type.
747
748 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
749
750         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
751
752 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
753
754         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
755         disconnect icons.  Add help text.
756
757 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
758
759         * spam.el (spam-extra-header-to-number): CRM114 spam score is
760         negated to be consistent with the others we handle.
761
762 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763
764         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
765         version of gnus-summary-buffer to something, so that we can use two
766         article buffers at the same time.
767
768 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
769
770         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
771         trigger all the extra headers.
772         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
773         sorting.
774
775 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
776
777         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
778         solid groups.
779
780 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
781
782         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
783
784 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
785
786         * legacy-gnus-agent.el: Add Copyright notice.
787
788 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
789
790         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
791
792 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
795
796         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
797         to make it work reliably in CVS Emacs.
798         (gnus-summary-limit-strange-charsets-predicate)
799         (gnus-summary-limit-to-predicate): New functions.
800
801 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
802
803         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
804         specifying array size.
805         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
806         array if it is too small.
807         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
808         (gnus-sort-threads-loop): New function.
809
810 2006-12-06  Chris Moore  <dooglus@gmail.com>
811
812         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
813         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
814
815 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
816
817         * mm-url.el (mm-url-predefined-programs): Call curl with correct
818         options.
819
820 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
823         DOS-ing the recipient.
824
825         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
826         the headers when creating the mapping to avoid mismappings.
827         (nnweb-gmane-create-mapping): Always nix out old mapping.
828
829 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
832         and mm-verify-option to never.
833
834 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * message.el (message-signed-or-encrypted-p): New function.
837         (message-forward-make-body): Use it.
838
839         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
840         Replace encode-coding-string with mm-encode-coding-string.
841
842 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * nneething.el (nneething-decode-file-name): Replace
845         decode-coding-string with mm-decode-coding-string.
846
847         * gnus-int.el (gnus-open-server): Say failed server's name.
848
849 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
850
851         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
852         strings to a single string.  Quote `errors-file-name'.
853         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
854         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
855         Adjust calls.  Use `shell-quote-argument'.
856
857 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
858
859         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
860         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
861
862         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
863         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
864         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
865         (gnus-group-make-directory-group, gnus-group-transpose-groups):
866         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
867         (gnus-subscribe-newsgroup, gnus-1):
868         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
869         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
870         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
871         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
872
873 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
876         keystroke.
877         (gnus-summary-limit-to-bodies): Implement headersp.
878
879 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * dns.el (query-dns): Protect against "Process dns deleted" strings.
882
883 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
886
887 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * message.el (message-generate-hashcash): Expand range of values to
890         include `opportunistic'.
891         (message-send-mail): Use it.
892
893 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
894
895         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
896         and comment it.
897
898         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
899
900 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
901
902         * gnus-util.el (gnus-extract-address-components): Improve comment.
903
904 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-util.el (gnus-extract-address-components): Work with address in
907         which the name portion contains @.
908
909         * lpath.el: Fbind custom-autoload.
910
911 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
912
913         * gnus.el (gnus-start): Move custom group up.
914         (gnus-select-method): Don't autoload, but make it available for
915         `customize-variable'.
916         (gnus-getenv-nntpserver): Don't autoload.
917
918 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
919
920         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
921
922 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
923
924         * message.el (message-sendmail-extra-arguments): New variable.
925         (message-send-mail-with-sendmail): Use it.
926
927 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
930         mm-with-unibyte-current-buffer to make string unibyte.
931
932         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
933         mm-string-as-multibyte.
934
935 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
936
937         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
938         Reported by Werner Koch <wk@gnupg.org>.
939
940 2006-11-14  Daiki Ueno  <ueno@p360>
941
942         * mml2015.el: Autoload epa-select-keys when compiling.
943
944 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
945
946         * mml2015.el (mml2015-epg-sign): Save the signing keys in
947         message-options.
948         (mml2015-epg-encrypt): Save the recipient keys in message-options.
949
950 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
951
952         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
953         EasyPG (< 0.0.6).
954         (mml2015-always-trust): New user option.
955         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
956         prompt.
957
958 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
959
960         * nntp.el (nntp-authinfo-force): New variable.
961         (nntp-send-authinfo): Use it.
962
963 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
964
965         * message.el (message-strip-subject-encoded-words): Allow _not_ to
966         decode encoded words.  Improve prompt.  Add comment about forwarding.
967         (message-replacement-char): Move up.
968
969 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
970
971         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
972         instead of gnus-intersection because arguments of gnus-sorted-nunion
973         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
974
975 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
976
977         * message.el (message-strip-subject-encoded-words): Reformat prompt.
978         (message-simplify-subject-functions): Enable
979         message-strip-subject-encoded-words by default.
980
981 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
982
983         * message.el (message-strip-subject-encoded-words): New function
984         (message-simplify-subject-functions): New variable.
985         (message-simplify-subject): Use it.  Fix typo in doc string.
986         Support message-strip-subject-encoded-words.
987
988 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
989
990         * gnus-diary.el (gnus-diary-delay-format-function):
991         * nndiary.el (nndiary-reminders):
992         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
993
994 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
995
996         * gnus-art.el (article-hide-boring-headers): Fetch date from
997         gnus-original-article-buffer to avoid problems with localized date
998         strings.
999
1000 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1003
1004 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1005
1006         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1007         New variables.
1008         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1009         (mm-charset-synonym-alist): Move some entries to
1010         mm-codepage-iso-8859-list.
1011         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1012         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1013
1014 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1017
1018 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1019
1020         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1021         with Emacs 21 and XEmacs.
1022
1023 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1024
1025         * spam.el (spam-parse-address): New function for better parsing,
1026         catching errors, etc.
1027         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1028
1029 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1030
1031         * mm-view.el: Add interactive arg to html2text autoload.
1032
1033 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1036
1037 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1038
1039         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1040         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
1045         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1046
1047 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1048
1049         * message.el (message-citation-line-format)
1050         (message-insert-formated-citation-line): Fix implementation of %E, %N
1051         and %n according to the doc string.
1052
1053 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1054
1055         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1056         car-safe to avoid bad parses.
1057
1058 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1061         names.
1062
1063         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1064
1065 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1068         header.
1069
1070         * message.el (message-draft-headers): Add Date.
1071         (message-headers-to-generate): Fix typo in docstring.
1072
1073         * nndraft.el (nndraft-required-headers): New variable.
1074         (nndraft-generate-headers): Use it.
1075
1076         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1077
1078 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1079
1080         * gnus-registry.el (gnus-registry-wash-for-keywords)
1081         (gnus-registry-find-keywords): New functions to allow easy searching of
1082         articles that are in the registry.
1083
1084 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1085
1086         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1087         ietf-drums-parse-address instead of gnus-extract-address-components.
1088         Reported by Damien Elmes <damien@repose.cx>.
1089
1090 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1091
1092         * gnus.el (gnus-mime): Remove unused custom group.
1093
1094 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1095
1096         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1097         "blank line" when searching for end of armor headers.
1098
1099 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * gmm-utils.el (gmm-write-region): Fix variable name.
1102
1103 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1104
1105         * gmm-utils.el (gmm-write-region): New function based on compatibility
1106         code from `mm-make-temp-file'.
1107
1108         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1109
1110         * nnmaildir.el (nnmaildir--update-nov)
1111         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1112         Use `gmm-write-region'.
1113
1114 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1115
1116         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1117         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1118
1119         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1120
1121         * message.el (message-replacement-char): New variable.
1122         (message-fix-before-sending): Use it.
1123         (message-simplify-subject): New function to remove duplicate code.
1124         (message-reply, message-followup): Use it.
1125
1126         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1127         gnus-summary-limit-to-articles.
1128
1129 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * gnus-util.el (gnus-with-local-quit): New macro.
1132
1133         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1134
1135 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1136
1137         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1138         ignore non-string data.
1139
1140 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1141
1142         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1143         non-string data (needs to be done in the registry too).
1144
1145 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1146
1147         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1148         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1149         (gnus-registry-split-fancy-with-parent)
1150         (gnus-registry-fetch-simplified-message-subject-fast)
1151         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1152         Remove text properties on ingress into the registry and when it's saved.
1153         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1154         registry from entries with no groups.
1155
1156 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1157
1158         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1159         function to remove string properties.
1160
1161 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1162
1163         * gmm-utils.el (gmm): Adjust custom version.
1164
1165         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1166         custom version.
1167
1168         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1169
1170 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1171
1172         * gnus-art.el (gnus-insert-prev-page-button)
1173         (gnus-insert-next-page-button): Simplify.  Reformat.
1174
1175 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1176
1177         * gnus-art.el (gnus-insert-prev-page-button)
1178         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1179
1180 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1181
1182         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1183
1184 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1185
1186         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1187         gnus-article-button-face to MIME and security buttons.
1188
1189 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1190
1191         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1192         readable.
1193
1194 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1197
1198 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1199
1200         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1201         `browse-url-of-file' instead of `browse-url'.
1202
1203 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1204
1205         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1206         regexp.  Articles containing quotation were cut prematurely.
1207
1208 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * message.el (message-cite-original-1): Use nobody by default for the
1211         value of From header.
1212         (message-reply): Ditto.
1213
1214 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1215
1216         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1217         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1218         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1219
1220 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1221
1222         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1223         mails in the doc string.  Add some URLs in comment.
1224         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1225
1226 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1229         backslashes handling and the way to find boundaries of quoted strings.
1230
1231 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1232
1233         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1234         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1235         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1236         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1237
1238 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1239
1240         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1241         doc string.
1242         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1243
1244 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * lpath.el: Fbind epg-check-configuration.
1247
1248 2006-09-06  Simon Josefsson  <jas@extundo.com>
1249
1250         * mml2015.el (mml2015-use): Doc fix, mention epg.
1251
1252 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1253
1254         * mml2015.el (mml2015-use): Default to epg, if available.
1255
1256 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1257
1258         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1259         message-sender.
1260         (mml1991-epg-encrypt): Ditto.
1261         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1262         message-sender.
1263         (mml2015-epg-encrypt): Ditto.
1264
1265 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1266
1267         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1268         several common directories.
1269
1270 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1271
1272         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1273         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1274
1275 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus-art.el (article-decode-encoded-words): Make it fast.
1278
1279 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1282
1283         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1284         in quoted string into `\'.
1285
1286 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1289         Use standard-syntax-table.
1290
1291 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * gnus-art.el (gnus-decode-address-function): New variable.
1294         (article-decode-encoded-words): Use it to decode headers which are
1295         assumed to contain addresses.
1296         (gnus-mime-delete-part): Remove useless `or'.
1297
1298         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1299         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1300         (gnus-nov-parse-line): Use it to decode From header.
1301         (gnus-get-newsgroup-headers): Ditto.
1302         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1303
1304         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1305         (mail-decode-encoded-address-string): New alias.
1306
1307         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1308         New function.
1309         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1310         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1311         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1312         (rfc2047-decode-string): Ditto.
1313         (rfc2047-decode-address-region): New function.
1314         (rfc2047-decode-address-string): New function.
1315
1316 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1317
1318         * message.el (message-caesar-buffer-body): Allow rotating headers.
1319
1320         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1321
1322         * message.el (message-insert-formated-citation-line): Fix %f.
1323         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1324
1325 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1328         (gnus-bookmark-mouse-available-p): New macro.
1329         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1330         (gnus-bookmark-bmenu-show-infos): Use it.
1331         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1332         (gnus-bookmark-bmenu-hide-infos): Ditto.
1333         (gnus-bookmark-remove-properties): New function.
1334         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1335         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1336         (gnus-bookmark-write-file): Bind coding-system-for-write.
1337         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1338         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1339         group before selecting it.
1340         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1341         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1342         quit-window if it is not available; use gnus-mouse-2 and bind it to
1343         gnus-bookmark-bmenu-select-by-mouse.
1344         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1345         (gnus-bookmark-bmenu-select-by-mouse): New function.
1346
1347 2006-08-13  Romain Francoise  <romain@orebokech.com>
1348
1349         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1350         space.
1351
1352 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * compface.el (uncompface): Use binary rather than raw-text-unix.
1355
1356 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * compface.el (uncompface): Make sure the eol conversion doesn't take
1359         place when communicating with the external programs.  Reported by
1360         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1361
1362 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1365
1366 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1367
1368         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1369         Make it more robust by parsing author and date independently.
1370
1371 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1374
1375 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1376
1377         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1378         first matching secret key.
1379         (mml2015-epg-encrypt): Ditto.
1380
1381         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1382         first matching secret key.
1383         (mml1991-epg-encrypt): Ditto.
1384
1385         * mml2015.el (mml2015-encrypt-to-self): New user option.
1386         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1387         mml2015-epg-encrypt-to-self is set.
1388
1389         * mml1991.el (mml1991-encrypt-to-self): New variable.
1390         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1391         mml1991-epg-encrypt-to-self is set.
1392
1393         * mml2015.el (mml2015-signers): New user option.
1394         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1395         (mml2015-epg-encrypt): Allow to select signing keys.
1396
1397         * mml1991.el (mml1991-signers): New variable.
1398         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1399         (mml1991-epg-encrypt): Allow to select signing keys.
1400
1401 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * nnheader.el (nnheader-insert-head): Make it work even if the file
1404         uses CRLF for the line-break code.
1405
1406 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1407
1408         * mml2015.el: Require mml-sec instead of password.
1409         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1410         (mml2015-cache-passphrase): Inherit the default value from
1411         mml-secure-cache-passphrase.
1412         (mml2015-passphrase-cache-expiry): Inherit the default value from
1413         mml-secure-passphrase-cache-expiry.
1414
1415         * mml1991.el: Require mml-sec instead of password.
1416         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1417         (mml1991-cache-passphrase): Inherit the default value from
1418         mml-secure-cache-passphrase.
1419         (mml1991-passphrase-cache-expiry): Inherit the default value from
1420         mml-secure-passphrase-cache-expiry.
1421
1422         * mml-sec.el: Require password.
1423         (mml-secure-verbose): New user option.
1424         (mml-secure-cache-passphrase): New user option.
1425         (mml-secure-passphrase-cache-expiry): New user option.
1426
1427 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1428
1429         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1430         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1431         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1432
1433         FIXME: Use `tiny change'?
1434
1435 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1436
1437         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1438         workaround for the url package included with Emacs.
1439
1440         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1441
1442 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1445         correctly.  This fixes a bug caused by the 2006-05-12 change.
1446
1447 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1448
1449         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1450         some information about the error when saying that the `bogus' mail
1451         group will be used.
1452
1453 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1454
1455         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1456         string.
1457
1458 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1459
1460         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1461
1462 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1463
1464         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1465
1466 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1467
1468         * mml1991.el (mml1991-function-alist): Add epg.
1469         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1470         (mml1991-epg-encrypt): New functions.
1471
1472 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1473
1474         * mml2015.el (mml2015-verbose): New variable.
1475         (mml2015-cache-passphrase): Ditto.
1476         (mml2015-passphrase-cache-expiry): Ditto.
1477         (mml2015-function-alist): Add epg.
1478         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1479         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1480         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1481         functions.
1482
1483 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1484
1485         * message.el (message-cite-original-1): Preserve region when removing
1486         quoted text due to X-No-Archive in order to avoid bogus attribution
1487         when citing multiple messages.
1488
1489 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1490
1491         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1492         Kenneth Jacker <khj@be.cs.appstate.edu>.
1493
1494 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1495
1496         * gnus-diary.el (gnus-user-format-function-d)
1497         (gnus-user-format-function-D): Autoload.
1498
1499         * imap.el (Commentary): Fix typo.
1500
1501         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1502         2006-04-22 contribution.
1503
1504 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1505
1506         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1507         It didn't really fix the bogosity I'm seeing with solid web groups.
1508
1509 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1510
1511         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1512         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1513         created using server names.  If we use the feature without declaring
1514         it, Gnus does not properly manage server and group state.
1515
1516         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1517         bound.
1518
1519 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1520
1521         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1522         looking up the method using GROUP's prefix before inventing a new one.
1523         It is used on killed/unknown groups in various places where returning
1524         an all-new method isn't expected by the caller.
1525
1526         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1527         and match semantics of gnus-group-real-prefix.
1528
1529 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1530
1531         * nnmail.el (nnmail-broken-references-mailers): New variable.
1532         (nnmail-ignore-broken-references): New function generalizing
1533         nnmail-fix-eudora-headers.
1534         (nnmail-fix-eudora-headers): Now obsolete.
1535
1536         * gnus-art.el (gnus-button-handle-custom): Support
1537         `customize-apropos*'.
1538
1539 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1542
1543         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1544         articles.
1545
1546 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1547
1548         * message.el (message-cite-reply-above): New variable.
1549         (message-yank-original): Use it.
1550
1551 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1554
1555 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1556
1557         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1558         as read.
1559
1560         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1561
1562 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1563
1564         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1565         (gnus-bookmark-default-file): Use gnus-directory.
1566         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1567         Remove "*" in doc string.
1568         (gnus-bookmark-write-file): Simplify.
1569         (gnus-bookmark-maybe-sort-alist): Use `when'.
1570         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1571         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1572         FIXME about Emacs 21 and XEmacs compatibility.
1573         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1574         compatibility.
1575         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1576         compatibility.
1577         (gnus-bookmark-menu-heading): Fix version.
1578
1579 2006-06-19  Bastien Guerry  <bzg@altern.org>
1580
1581         * gnus-bookmark.el: New file.
1582
1583 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * message.el (message-syntax-checks): Doc fix.
1586
1587 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1588
1589         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1590         unsubscribed groups as if they were killed ones.  It causes duplicate
1591         entries in gnus-newsrc-alist.
1592
1593 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * message.el (message-syntax-checks): Doc fix.
1596         (message-send-mail): Add check for continuation headers.
1597         (message-check-news-header-syntax): Fix regexp used to check for
1598         continuation headers.
1599
1600 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1603
1604 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1605
1606         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1607
1608 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1611         default-truncate-lines.
1612
1613 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1616         to fill the utf-8 entry.
1617
1618         * lpath.el: Fbind unicode-precedence-list.
1619
1620 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1621
1622         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1623
1624 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1625
1626         * gnus-agent.el (directory-files-and-attributes): Move all the way
1627         forward (the third and final move).
1628         (gnus-agent-read-agentview): Trap reconstruction errors due to
1629         nonexistant directory.  Handle by returning nil.
1630
1631 2006-05-30  Didier Verna  <didier@xemacs.org>
1632
1633         * message.el (message-dont-reply-to-names): Update the custom type.
1634         * message.el (message-dont-reply-to-names): New defsubst: potentially
1635         convert a list of regexps into a single one.
1636         * message.el (message-get-reply-headers): Use it.
1637         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1638
1639 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-agent.el (directory-files-and-attributes): Move forward.
1642
1643 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1644
1645         * gnus-ml.el (gnus-mailing-list-subscribe)
1646         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1647         (gnus-mailing-list-message): Fix doc strings.
1648
1649 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1650
1651         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1652         of doing it manually.
1653
1654 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1655
1656         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1657         comment.
1658
1659 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1660
1661         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1662         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1663         (gnus-agent-read-local): All symbols allocated in my-obarray
1664         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1665         (gnus-agent-regenerate-group): Check numeric names to see if they are
1666         messages or groups.
1667         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1668         better way of do this...)
1669
1670         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1671         'dummy.group' (there should be a better way of do this...)
1672
1673 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1676         (gnus-saved-headers): Ditto.
1677         (gnus-default-article-saver): Mention functions may have properties.
1678         (gnus-article-save): Override gnus-save-all-headers and
1679         gnus-saved-headers by :headers property which saver function may have.
1680         (gnus-summary-save-in-file): Add :headers property.
1681         (gnus-summary-write-to-file): Ditto.
1682
1683         * gnus-sum.el (gnus-summary-save-article): Bind
1684         gnus-prompt-before-saving to t when saving many articles in a file;
1685         always show all headers.
1686
1687         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1688
1689 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1690
1691         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1692         marks.
1693
1694         * message.el (message-indent-citation): Add optional arguments to allow
1695         using it outside of message buffers.
1696
1697         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1698         (gnus-article-treat-unfold-headers): Use it.
1699         (gnus-article-truncate-lines): New variable.
1700         (gnus-article-mode): Use it.
1701         (gnus-article-toggle-truncate-lines): New function.
1702
1703         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1704         gnus-article-toggle-truncate-lines.
1705
1706         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1707         coding system in XEmacs, use binary.
1708
1709 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1712         after-load-alist.
1713
1714         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1715         this function should save decoded articles.
1716         (gnus-summary-write-to-file): Use property to specify this function
1717         should save decoded articles and specify gnus-summary-save-in-file
1718         should be used to save articles other than the first one when saving
1719         many articles.
1720         (gnus-summary-save-body-in-file): Use property to specify this
1721         function should save decoded articles.
1722         (gnus-summary-write-body-to-file): Use property to specify this
1723         function should save decoded articles and specify
1724         gnus-summary-save-body-in-file should be used to save articles other
1725         than the first one when saving many articles.
1726
1727         * gnus-sum.el (gnus-summary-save-article): Simplify.
1728
1729 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * gnus-art.el (gnus-default-article-saver): Add
1732         gnus-summary-write-body-to-file.
1733         (gnus-article-save-coding-system): Don't use coding system object
1734         in XEmacs.
1735         (gnus-read-save-file-name): Add optional `dir-var' argument which
1736         specifies directory in which files are saved; work even if optional
1737         `variable' argument is not specified.
1738         (gnus-summary-write-to-file): Read file name.
1739         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1740         (gnus-summary-write-body-to-file): New function.
1741
1742         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1743         (gnus-summary-local-variables): Add it.
1744         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1745         (gnus-summary-save-article): Remove optional `decode' argument;
1746         determine whether to decode articles by the value of
1747         gnus-default-article-saver; when saving many files using
1748         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1749         it first and use gnus-summary-save-in-file or
1750         gnus-summary-save-body-in-file thereafter unless
1751         gnus-prompt-before-saving is always; move point to article which
1752         will be saved.
1753         (gnus-summary-save-article-file): Revert.
1754         (gnus-summary-write-article-file): Revert.
1755         (gnus-summary-save-article-body-file): Revert.
1756         (gnus-summary-write-article-body-file): New function.
1757
1758 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gnus-art.el (gnus-default-article-saver): Doc fix.
1761         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1762         from gnus-summary-save-article-coding-system, and default to a
1763         certain coding system.
1764         (gnus-output-to-file): Add coding cookie and encode text according
1765         to gnus-article-save-coding-system; don't use mm-append-to-file.
1766
1767         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1768         gnus-art.el and rename to gnus-article-save-coding-system.
1769         (gnus-summary-save-article): Require gnus-art; don't show all
1770         headers if it decodes articles; don't add coding cookie here;
1771         don't bind mm-text-coding-system-for-write.
1772         (gnus-summary-save-article-file): Save decoded articles.
1773         (gnus-summary-write-article-file): When saving many files, use
1774         gnus-summary-write-to-file first and gnus-summary-save-in-file
1775         thereafter unless gnus-prompt-before-saving is always.
1776         (gnus-summary-save-article-body-file): Save decoded articles.
1777
1778         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1779
1780 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1781
1782         * nnrss.el (nnrss-check-group): Bind hash-index.
1783
1784 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1785
1786         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1787         its hash index.  Store this hash in `nnrss-group-data'.
1788         (nnrss-read-group-data): Update accordingly.
1789
1790 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1791
1792         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1793         entry.
1794
1795         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1796         gnus-article-browse-html-article.
1797
1798 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1799
1800         * gnus-sum.el (gnus-summary-mime-map): Add
1801         gnus-article-browse-html-article.
1802
1803         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1804
1805 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1806
1807         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1808         suitable coding systems in customize.
1809
1810 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1811
1812         * mail-source.el (mail-sources): Fix custom type.
1813
1814 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1815
1816         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1817         (gnus-summary-expire-articles-now): Shorten prompt.
1818
1819         * gmm-utils.el (wid-edit): Require.
1820         (defun-gmm): Renamed from `gmm-defun-compat'.
1821         (gmm-image-search-load-path): Use it.
1822         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1823
1824 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1827         variable.
1828         (gnus-summary-save-article): Add optional `decode' argument.  If
1829         it is set and gnus-summary-save-article-coding-system is non-nil,
1830         save decoded article.
1831         (gnus-summary-write-article-file): Save decoded article if
1832         gnus-summary-save-article-coding-system is non-nil.
1833
1834         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1835         type.
1836
1837 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1840
1841 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1844         first to test gnus-single-article-buffer which may be buffer-local.
1845
1846         * gnus-sum.el (gnus-summary-setup-buffer): Make
1847         gnus-single-article-buffer buffer-local and nil in ephemeral
1848         group; make gnus-article-buffer, gnus-article-current, and
1849         gnus-original-article-buffer always buffer-local.
1850         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1851         group.
1852         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1853
1854 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1855
1856         * nnml.el (nnml-request-compact-group): Compressed files might not
1857         have .gz extension.
1858
1859 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1860
1861         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1862         (mm-copy-to-buffer): Use with-current-buffer.
1863         (mm-display-part): Simplify.
1864         (mm-inlinable-p): Add optional arg `type'.
1865
1866 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1867
1868         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1869         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1870         Try harder to show the attachment internally or externally using
1871         gnus-mime-view-part-as-type.
1872
1873 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1874
1875         * message.el (message-from-style, message-signature-separator)
1876         (message-user-organization-file, message-send-mail-function)
1877         (message-citation-line-function, message-yank-prefix)
1878         (message-indent-citation-function, message-signature)
1879         (message-signature-file, message-signature-insert-empty-line):
1880         Remove autoloads.
1881
1882         * gnus-art.el (gnus-buttonized-mime-types): Remove
1883         "multipart/signed".  Revert 2006-04-26 change.
1884
1885 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * gnus.el (gnus-version-number): Bump version.
1888
1889 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1890
1891         * gnus.el: No Gnus v0.5 is released.
1892
1893 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1894
1895         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1896         fetching articles by message-id.
1897
1898 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * message.el (hashcash): Require hashcash as normal.
1901
1902         * ecomplete.el (ecomplete-highlight-match-line): Use
1903         point-at-eol.
1904         (ecomplete-highlight-match-line): Use `highlight', because that
1905         face exists in both Emacs and XEmacs.
1906
1907         * message.el (message-display-abbrev): Use point-at-bol.
1908
1909         * mail-source.el: Don't require timer/timer-funcs.
1910
1911         * gnus-async.el: Ditto.
1912
1913         * password.el: Ditto.
1914
1915         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1916
1917         * mm-url.el: Ditto.
1918
1919         * gnus-xmas.el: Don't require timer-funcs.
1920
1921         * mm-util.el: Require timer/timer-funcs.
1922
1923 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1924
1925         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1926         Close.
1927
1928 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1931         unibyte after clear-decrypt function runs.
1932
1933         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1934         returns as a unibyte string.
1935
1936 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * lpath.el: Revert.
1939
1940         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1941         (pgg-gpg-process-sentinel): Revert.
1942
1943         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1944         (pgg-pgp-lookup-key): Revert.
1945
1946         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1947         (pgg-pgp5-lookup-key): Revert.
1948
1949         * pgg.el (pgg-fetch-key): Revert.
1950
1951 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * lpath.el: Fbind string-as-multibyte for XEmacs.
1954
1955         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1956         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1957         (mml1991-pgg-encrypt): Ditto.
1958
1959         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1960         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1961         a multibyte buffer.
1962
1963         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1964         (pgg-pgp-lookup-key): Ditto.
1965
1966         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1967         (pgg-pgp5-lookup-key): Ditto.
1968
1969         * pgg.el (pgg-fetch-key): Ditto.
1970
1971 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1972
1973         * message.el (message-user-organization-file): Check several
1974         locations of the organization file.
1975
1976         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1977         Add gnus-article-view-part-as-type.
1978
1979         * gnus-art.el (gnus-article-view-part-as-type): New function.
1980
1981         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1982         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1983
1984         * mml.el: Simplify autoload.
1985         (mml-mode): defvar dnd-protocol-alist instead of using
1986         symbol-value.
1987         (mml-default-directory): New variable.
1988         (mml-minibuffer-read-file): Use it.
1989         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1990
1991         * message.el (message-citation-line-format): New variable.
1992         (message-insert-formated-citation-line): New function.
1993         (message-citation-line-function): Add
1994         `message-insert-formated-citation-line' to custom type.
1995
1996         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1997         to doc string.
1998
1999         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2000         depending on mm-verify-option.
2001
2002 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2005         binding pgg-* variables; reimplement the section which prevents
2006         MIME header from being signed.
2007         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2008         pgg-text-mode; remove a blank line at the top of body.
2009
2010         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2011         lines at the top of body; use gnus-newsgroup-charset if there's no
2012         Charset header.
2013
2014 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * message.el (message-self-insert-commands): Doc fix.
2017
2018         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2019         (mm-uu-pgp-encrypted-test): Ditto.
2020         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2021         between header and body; return application/pgp-encrypted handle
2022         if decryption failed; decode decrypted body by charset.
2023
2024         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2025         element match to application/pgp-*.
2026
2027 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2028
2029         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2030         HTML.
2031
2032 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * mail-source.el (mail-source-call-script): Message the error
2035         string.
2036
2037 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * gnus-util.el (gnus-byte-compile): Use it.
2040
2041 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2042
2043         * gnus-util.el (kill-empty-logs): New function.
2044
2045 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * message.el (message-mail-alias-type): Doc fix.
2048         (message-mail-alias-type-p): New function.
2049         (message-send): Use it.
2050         (message-mode): Ditto.
2051         (message-strip-forbidden-properties): Ditto.
2052
2053         * ecomplete.el (ecomplete-database-file-coding-system): New
2054         variable.
2055         (ecomplete-save): Use it.
2056         (ecomplete-setup): Use it.
2057
2058 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * message.el (message-self-insert-commands): New variable.
2061         (message-strip-forbidden-properties): Use it.
2062
2063 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2066         that doesn't make XEmacs choke.
2067
2068 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2069
2070         * gnus-util.el (gnus-replace-in-string):
2071         Prefer replace-regexp-in-string over of replace-in-string.
2072
2073 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * gnus-util.el (gnus-select-frame-set-input-focus):
2076         Use select-frame-set-input-focus if it is available in XEmacs; use
2077         definition defined in Emacs 22 for old Emacsen.
2078
2079         * dgnushack.el: Autoload unmorse-region for XEmacs.
2080
2081         * lpath.el: Bind cursor-in-non-selected-windows and
2082         select-frame-set-input-focus for XEmacs.
2083
2084 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2087
2088 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2089
2090         * gnus-registry.el (gnus-registry-cache-save): Remove text
2091         properties when saving via the temp buffer.
2092
2093 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2094
2095         * message.el (message-generate-hashcash): Honor custom type.
2096
2097 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * message.el (message-generate-hashcash): Default to non-nil when
2100         hashcash is found.
2101
2102         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2103         (gnus-refer-thread-limit): Increase default to 500.
2104
2105         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2106
2107         * flow-fill.el (fill-flowed): Allow delete-space.
2108
2109 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2110
2111         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2112         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2113         Remove autoloads.
2114
2115 2006-04-18  Simon Josefsson  <jas@extundo.com>
2116
2117         * message.el (message-generate-hashcash): Default to.
2118
2119 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2122         concatenating segments rather than before concatenating them.
2123
2124 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2125
2126         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2127
2128 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2131
2132         * message.el (message-forward-make-body-plain): Allow
2133         message-forward-ignored-headers to be a list.
2134         (message-remove-ignored-headers): Factor out into function.
2135         (message-forward-make-body-mml): Use it.
2136
2137         * imap.el (imap-quote-specials): New function.
2138         (imap-login-auth): Quote specials.
2139
2140         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2141         (rfc2231-parse-string): Allow concatanation of parameters that
2142         aren't contiguous.  The test case is
2143           (mail-header-parse-content-type "message/external-body;
2144             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2145             access-type=LOCAL-FILE;
2146             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2147
2148 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2149
2150         * nntp.el (nntp-accept-process-output): Return the value of
2151         `nnheader-accept-process-output'.
2152
2153 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2156         (gnus-button-alist): Recognize more diff formats.
2157         (gnus-button-patch): Strip directory.
2158
2159 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2160
2161         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2162         Emacs 22 when setting focus.
2163
2164 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * gnus-art.el (gnus-article-treat-types): Do treatment of
2167         text/x-verbatim parts.
2168         (gnus-button-patch): New command.
2169
2170         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2171         addresses that contain invalid characters.
2172
2173 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * message.el (message-put-addresses-in-ecomplete): Use
2176         gnus-replace-in-string.
2177         (message-is-yours-p): Use the more correct
2178         mail-header-parse-address instead of
2179         mail-extract-address-components.
2180         (message-put-addresses-in-ecomplete): Fix typo.
2181
2182         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2183         keystroke.
2184
2185         * gnus-art.el (gnus-treatment-function-alist): Change order of
2186         newsgroups/generic header folding to avoid double-folding.
2187
2188         * message.el (message-hidden-headers): Add X-Draft-From.
2189
2190         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2191         command.
2192         (gnus-summary-repeat-search-article-backward): New command.
2193
2194         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2195         groups in the parent topic.
2196
2197 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2198
2199         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2200         (spam-extra-header-to-number): Return the CRM114 number as a
2201         number instead of a string.
2202
2203 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * gnus-art.el (gnus-face-properties-alist): Moved here from
2206         gnus-fun.
2207
2208         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2209
2210 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * message.el (message-strip-forbidden-properties): Only display on
2213         self-insert-command.
2214
2215         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2216         reindent.
2217         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2218
2219 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2220
2221         * smiley.el (smiley-style): Fix typo.
2222
2223 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * hashcash.el (hashcash-insert-payment-async-2): Use
2226         message-goto-eoh instead of doing it manually.
2227         (mail-add-payment): Use message-narrow-to-header instead of trying
2228         to do the same itself.
2229
2230         * message.el (message-hidden-headers): Add Face.
2231
2232         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2233         reparenting code.
2234         (gnus-summary-reparent-children): Refactored out code.
2235         (gnus-summary-thread-map): New keystroke.
2236         (gnus-summary-reparent-children): Make into command.
2237
2238         * smiley.el (smiley-style): Default to `medium' if using a large
2239         font.
2240
2241         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2242         does it itself.
2243
2244         * message.el (message-point-in-header-p): Simplify definition.
2245
2246 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2247
2248         * nnagent.el (nnagent-request-set-mark): Silence log file
2249         writing.
2250         (nnagent-request-set-mark): Use write-region instead of
2251         append-to-file.
2252
2253         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2254         strange select method.
2255
2256         * ecomplete.el (ecomplete-display-matches): Get highlightling
2257         right.
2258         (ecomplete-display-matches): Use literals.
2259         (ecomplete-display-matches): Disable message logging.
2260
2261         * message.el (message-display-abbrev): Small optimization.
2262
2263         * ecomplete.el (ecomplete-display-matches): Allow automatic
2264         display.
2265
2266         * message.el (message-strip-forbidden-properties): Display
2267         abbrevs.
2268         (message-display-abbrev): Get automatic display right.
2269
2270         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2271         keystrokes.
2272
2273 2006-04-13  Romain Francoise  <romain@orebokech.com>
2274
2275         TODO: Backport to v5-10!
2276
2277         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2278         Moved here (and renamed) from gnus-registry.el.
2279
2280         * gnus-registry.el: Require gnus-util.
2281         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2282
2283 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * gnus-group.el (gnus-group-catchup-current): Change
2286         if-then-else-if-then-else into cond.
2287         (gnus-group-catchup): Indent.
2288         (group-name-at-point): New function.
2289         (gnus-fetch-group): Provide default from thing at point.
2290
2291 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * message.el (message-display-abbrev): Fix regexp.
2294
2295         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2296         choosing.
2297         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2298         dead variables.
2299
2300         * message.el (message-newline-and-indent): Remove debugging.
2301         (message-display-abbrev): Use new implementation.
2302
2303 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2304
2305         * gnus-art.el (gnus-article-mode): Set
2306         cursor-in-non-selected-windows to nil.
2307
2308         * smiley.el: Revert previous change.
2309         (smiley-data-directory): defvar it before using it in the
2310         defcustom of `smiley-style'.
2311
2312 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * message.el (message-newline-and-indent): New function.
2315
2316         * ecomplete.el: Implement more bits.
2317
2318         * message.el (message-put-addresses-in-ecomplete): Clean up the
2319         string.
2320
2321         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2322
2323         * gnus-sum.el (gnus-summary-save-parts): Bind
2324         gnus-summary-save-parts-counter and use it to make unique file
2325         names.
2326
2327         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2328
2329         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2330         parameter to say whether to actually parse the individual
2331         addresses.
2332
2333         * message.el (message-put-addresses-in-ecomplete): New function.
2334         (ecomplete): Require.
2335         (message-mail-alias-type): Add ecomplete as an option.
2336
2337 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2338
2339         * flow-fill.el (fill-flowed): Remove trailing space from blank
2340         quoted lines.
2341
2342 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * smiley.el (smiley-style): Move definition later to avoid a
2345         compilation warning.
2346
2347 2006-04-12  Kenichi Handa  <handa@m17n.org>
2348
2349         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2350         buffer and then decode the buffer text if necessary.
2351         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2352         first, and after mm-encode-body, change the buffer to unibyte.
2353         Use mm-disable-multibyte instead of set-buffer-multibyte.
2354
2355 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2358         Content-Type header instead of Content-Disposition header.
2359         (gnus-mime-inline-part): Ditto.
2360         (gnus-mime-view-part-as-charset): Ignore charset that the part
2361         specifies.
2362
2363         * mm-decode.el (mm-display-part): Work with external parts and
2364         usual parts similarly.
2365
2366         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2367         instead of gnus-display-mime.
2368
2369         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2370         instead of with-temp-buffer.
2371
2372         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2373         tag to summarized topics part in order to encode non-ASCII text.
2374
2375 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2376
2377         * smiley.el (smiley-style): New variable.
2378         (smiley-directory): New function.
2379         (smiley-data-directory): Derive from `smiley-style' using
2380         `smiley-directory'.
2381         (smiley-regexp-alist): Add new entries.
2382
2383         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2384         (gnus-article-browse-delete-temp): Add :version.
2385
2386 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2387
2388         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2389         the sieve region.
2390
2391 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * gnus.el (gnus-version-number): Bump version.
2394
2395 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2396
2397         * gnus.el: No Gnus v0.4 is released.
2398
2399 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2402         layout.
2403
2404         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2405         unknown charset.
2406
2407         * message.el (message-header-synonyms): Add Original-To to the
2408         default.
2409
2410         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2411         optional parameter.
2412
2413 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2414
2415         * gnus-fun.el (gnus): Require it for gnus-directory.
2416
2417 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2420
2421 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2422
2423         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2424
2425 2006-04-05  Simon Josefsson  <jas@extundo.com>
2426
2427         * password.el (password-reset): New function.
2428
2429 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2430
2431         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2432         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2433
2434 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2435
2436         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2437         Some whitespace was matched into the url, which broke browsing hits
2438         > 100 when mm-url-use-external was nil.
2439
2440 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2441
2442         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2443         gnus-extra-headers for 'Newsgroups.
2444
2445         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2446         bound.
2447
2448 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2449
2450         * pgg-gpg.el: Clean up process buffers every time gpg processes
2451         complete.
2452
2453 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2454
2455         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2456         doc string.
2457
2458 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2459
2460         * pgg-gpg.el (pgg-gpg-process-filter)
2461         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2462
2463         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2464         lines, temporary fix.
2465
2466 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2467
2468         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2469
2470 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2471
2472         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2473         default-enable-multibyte-characters.  This reverts the change from
2474         revision 6.17 which is no longer necessary because the passphrase
2475         is sent separately now.  GnuPG messages are unreadable under
2476         multibyte locales with default-enable-multibyte-characters set to
2477         nil.
2478
2479 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2480
2481         * message.el (message-tool-bar-gnome): Move "spell".
2482
2483 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2484
2485         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2486         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2487         instead.
2488
2489 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2490
2491         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2492         newsgroups handling for NNTP overviews which don't include
2493         Newsgroups.
2494
2495 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2496
2497         * message.el (message-resend): Bind message-generate-hashcash to nil.
2498
2499 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2500
2501         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2502         when searching for already-paid recipients.
2503
2504 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2505
2506         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2507         passphrases when it is not needed.
2508         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2509         passphrase stuff from gpg, should only be necessary when you use
2510         gpg with a smartcard.
2511
2512 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * mml.el (mml-insert-mime): Ignore cached contents of
2515         message/external-body part.
2516
2517         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2518         (mm-insert-part): Ditto.
2519
2520 2006-03-23  Simon Josefsson  <jas@extundo.com>
2521
2522         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2523         Reiner.
2524         (pgg-gpg-use-agent-p): Use it again.
2525
2526 2006-03-23  Simon Josefsson  <jas@extundo.com>
2527
2528         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2529         older emacsen.
2530         (pgg-gpg-use-agent-p): Don't use it.
2531
2532 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2533
2534         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2535         if we can.
2536
2537 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2538
2539         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2540         (pgg-gpg-update-agent): New function.
2541         (pgg-gpg-use-agent-p): New function.
2542         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2543         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2544         (pgg-gpg-sign-region): Use it.
2545
2546 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2549         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2550
2551 2006-03-21  Simon Josefsson  <jas@extundo.com>
2552
2553         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2554         <wilde@sha-bang.de>.
2555         (pgg-gpg-use-agent): New variable.
2556         (pgg-gpg-process-region): Use it.
2557         (pgg-gpg-encrypt-region): Likewise.
2558         (pgg-gpg-encrypt-symmetric-region): Likewise.
2559         (pgg-gpg-decrypt-region): Likewise.
2560         (pgg-gpg-sign-region): Likewise.
2561         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2562
2563 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2564
2565         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2566
2567         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2568         Add comment on version.
2569
2570 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2571
2572         * smiley.el: Add missing test smiley.
2573
2574 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * mm-decode.el (mm-with-part): New macro.
2577         (mm-get-part): Use it; work with message/external-body as well.
2578         (mm-save-part): Treat name and filename equally.
2579
2580         * mm-extern.el (mm-extern-cache-contents): New function.
2581         (mm-inline-external-body): Use it; force the part to be displayed;
2582         move undisplayer added to the cached handle to the parent.
2583
2584         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2585         (gnus-mime-view-part-as-type): Work with message/external-body.
2586
2587         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2588
2589 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2590
2591         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2592         images in image-load-path.  [Sync with image.el, revision 1.60, in
2593         Emacs.]
2594
2595 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2596
2597         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2598         path rather than symbol.  Always return list of directories.
2599         Guarantee that image directory comes first.  [Sync with image.el,
2600         revision 1.59, in Emacs.]
2601
2602         * message.el (message-make-tool-bar): Adjust to new API of
2603         `gmm-image-load-path-for-library'.
2604
2605         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2606
2607         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2608
2609 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2610
2611         * gnus-art.el (gnus-article-only-boring-p):
2612         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2613         intangible text.
2614         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2615
2616 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2617
2618         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2619         `defun' instead of `gmm-defun-compat'.
2620
2621 2006-03-14  Simon Josefsson  <jas@extundo.com>
2622
2623         * message.el (message-unique-id): Don't use message-number-base36
2624         if (user-uid) is a float.
2625         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2626
2627 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2630
2631         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2632         empty line between a part and a message part.
2633
2634 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2635
2636         * smiley.el: Add more test smileys.
2637         (smiley-data-directory, smiley-regexp-alist)
2638         (gnus-smiley-file-types): Fix doc strings.
2639         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2640         adding new elements.
2641         (smiley-mouse-map): Unused code.  Make it a comment.
2642
2643 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2646         scan latest NoCeM messages instead of old ones.
2647         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2648         delimiters that are recently used.
2649         (gnus-nocem-load-cache): Add autoload cookie.
2650
2651         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2652
2653         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2654         level which is larger than gnus-use-nocem is specified.
2655
2656         * gnus-group.el (gnus-group-get-new-news): Ditto.
2657
2658 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2659
2660         * gnus-util.el (gnus-tool-bar-update): New function.
2661
2662         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2663         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2664
2665         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2666
2667         * gnus-group.el (gnus-group-redraw-when-idle)
2668         (gnus-group-redraw-check): Remove.
2669         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2670
2671 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2674         if optional last element is specified in splits (FIELD VALUE...).
2675
2676 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2677
2678         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2679         to gmm-image-load-path-for-library.  Call with no-error argument.
2680         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2681
2682         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2683
2684         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2685
2686         * gmm-utils.el (gmm-image-load-path): Remove alias.
2687
2688 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2689
2690         * gmm-utils.el (gmm-image-load-path): Add alias.
2691
2692         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2693         nnml-generate-nov-databases-1.
2694         (nnml-generate-nov-databases): Use it.
2695         (nnml-generate-nov-databases-directory): Document no-active
2696         argument.
2697
2698         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2699         directory if path is t.  Add no-error.
2700
2701         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2702         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2703
2704         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2705         resetting gnus-article-browse-html-temp-list.
2706
2707         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2708         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2709         Add example to docstring.  Rename local variables.  Move error
2710         checks to default case in cond and simplify.
2711
2712 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2715         handle is multipart when calling it recursively.
2716         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2717
2718 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2719
2720         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2721         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2722
2723 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2726         is loaded.
2727
2728         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2729         loaded.
2730
2731 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2732
2733         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2734         to "Emacs 23 (unicode)" in doc string.
2735
2736         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2737         "Emacs 23 (unicode)" in comment.
2738
2739 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2742
2743         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2744         characters 160 through 255 in Emacs 23.
2745
2746 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2747
2748         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2749         gnus-article-browse-html-temp.
2750         (gnus-article-browse-delete-temp): Make it customizable.  Add
2751         `file'.  Adjust doc string.
2752         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2753         query for each file.  Adjust doc string.
2754         (gnus-article-browse-html-parts): Add
2755         `gnus-article-browse-delete-temp-files' to
2756         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2757
2758 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2759
2760         * gnus-art.el (gnus-article-browse-html-temp)
2761         (gnus-article-browse-delete-temp): New variables.
2762         (gnus-article-browse-delete-temp-files): New function.
2763         (gnus-article-browse-html-parts): Use it.
2764
2765 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2766
2767         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2768
2769         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2770         string.
2771
2772         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2773         gnus-summary-insert-new-articles when unplugged.  Remove
2774         gnus-summary-search-article-forward.
2775
2776         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2777         display-visual-class instead of display-color-cells.
2778
2779 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * dgnushack.el: Autoload customize-group for XEmacs.
2782
2783         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2784         message/* containing non-ASCII text properly.
2785
2786 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2787
2788         * message.el: Require gmm-utils, remove autoloads.
2789         (message-tool-bar): Set default based on
2790         gmm-tool-bar-style.
2791         (message-tool-bar-gnome): Add gmm-customize-mode.
2792
2793         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2794         gmm-tool-bar-style.
2795         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2796
2797         * gnus-group.el (gnus-group-tool-bar): Set default based on
2798         gmm-tool-bar-style.
2799         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2800
2801         * gmm-utils.el (gmm-image-directory): Rename variable from
2802         gmm-image-load-path.
2803         (gmm-image-load-path): Use gmm-image-directory.
2804         (gmm-customize-mode): New function.
2805         (gmm-tool-bar-style): New variable.
2806
2807         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2808         gnus-group-redraw-line-number.
2809         (gnus-group-redraw-check): Simplify.
2810         (gnus-group-tool-bar-update): Remove redraw check.
2811         (gnus-group-make-tool-bar): Add redraw check.
2812
2813 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2814
2815         * gnus-art.el (gnus-button): Add missing parentheses.
2816
2817 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * lpath.el: Fbind line-number-at-pos.
2820
2821 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2824
2825 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2826
2827         * gnus-art.el (gnus-button): New face.
2828         (gnus-article-button-face): Use it.
2829
2830         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2831         gnus-summary-next-page.  Re-order.
2832
2833         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2834         next-node are now included.
2835         (gnus-group-redraw-line-number): New internal variable.
2836         (gnus-group-redraw-check): Helper function for updating the tool
2837         bar.
2838         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2839
2840         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2841
2842         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2843         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2844         Use it to match format of Spamassassin 3.0 and later.  Reported by
2845         IRIE Tetsuya <irie@t.email.ne.jp>.
2846         (spam-check-bogofilter)
2847         (spam-bogofilter-register-with-bogofilter): Fix args of
2848         `gnus-error' calls.
2849
2850 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2851
2852         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2853         unnecessary interaction when sending queued mails.  Reported by
2854         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2855
2856 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2857
2858         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2859         first or last are nil.
2860
2861 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2862
2863         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2864
2865 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2868
2869 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * dns.el (query-dns): Protect more against buggy tcp output.
2872
2873 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2874
2875         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2876         nov.php.
2877
2878 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2879
2880         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2881         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2882         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2883         output on the server side.
2884         (nnweb-google-create-mapping): Update regexps and add some
2885         progress indication.
2886
2887 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2888
2889         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2890         gnus-agent-toggle-plugged.  Re-order icons.
2891         (gnus-group-tool-bar-gnome): Add
2892         gnus-group-{prev,next}-unread-group.
2893         (gnus-group-tool-bar-gnome): Re-order icons.
2894
2895         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2896         gnus-summary-insert-new-articles.
2897
2898         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2899         comments.
2900
2901         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2902         also available in Emacs 21.3.
2903
2904         * message.el (message-fix-before-sending): Change "Emacs 22" to
2905         "Emacs 23 (unicode)" in comment.
2906
2907         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2908         "Emacs 23 (unicode)" in comment.
2909
2910         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2911         comment.
2912         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2913
2914         * mm-view.el (mm-fill-flowed): Add :version.
2915
2916 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2919         and load-path.
2920
2921 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2922
2923         * message.el: Autoload gmm-image-load-path.
2924         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2925         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2926         consitency.
2927
2928         * gmm-utils.el (gmm-image-load-path): Also search in
2929         "../etc/images".  Don't set gmm-image-load-path if we don't find
2930         the image.
2931
2932 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gmm-utils.el (gmm-image-load-path): Don't make
2935         `gmm-image-load-path' include subdirectories which the second arg
2936         `image' might specify.
2937
2938         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2939         subdirectory to icon file names.
2940
2941         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2942
2943 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2944
2945         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2946         gmm-image-load-path calls.
2947
2948         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2949
2950         * message.el (message-make-tool-bar): Ditto.
2951
2952         * mml.el (mml-preview): Added comment concerning tool bar icons.
2953
2954         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2955         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2956
2957         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2958         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2959
2960         * message.el (message-tool-bar-gnome): Use new icon names.
2961         (message-make-tool-bar): Use `gmm-image-load-path'.
2962
2963         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2964         functions from MH-E.
2965         (gmm-image-load-path): New variable from MH-E.
2966         (gmm-image-load-path): New function from MH-E.  Added arguments
2967         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2968         *-image-load-path-called-flag.
2969
2970 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2971
2972         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2973
2974 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2975         (tiny change)
2976
2977         * nnimap.el (nnimap-request-move-article): Change folder back to
2978         source group before deleting.
2979
2980 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2981
2982         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2983
2984         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2985         mm-url.
2986
2987         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2988
2989 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2992         coding system which mm-charset-to-coding-system returns for a
2993         given charset is valid.
2994
2995 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2996
2997         * html2text.el (html2text-remove-tag-list):
2998         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2999
3000 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3001
3002         * gnus-cus.el: Revert 2005-10-17 change.
3003
3004 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * gnus-art.el (article-strip-banner): Call
3007         article-really-strip-banner only when the regexp match is made.
3008
3009 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         * gnus-art.el (article-strip-banner): Use
3012         gnus-extract-address-components instead of
3013         mail-header-parse-addresses to make it work with non-ASCII text;
3014         remove mail-encode-encoded-word-string.
3015
3016         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3017         values which are surrounded with \"...\"; make it never cause a
3018         Lisp error; give up parsing of parameters if it failed in
3019         extracting type.
3020
3021 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3022
3023         * smime.el (smime-cert-by-ldap-1): Fix bug where
3024         `smime-ldap-search' returns results without userCertificates.
3025
3026 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3029
3030 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         * spam.el (spam-check-spamassassin-headers): Adapt format for
3033         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3034         <ari@mbf.ocn.ne.jp>.
3035         (spam-list-of-processors): Add spam-use-gmane.
3036
3037 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3040         make-temp-file; make it work with XEmacs as well.
3041
3042         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3043         mm-make-temp-file.
3044
3045         * mm-decode.el (mm-display-external): Use the 3rd arg of
3046         mm-make-temp-file.
3047         (mm-create-image-xemacs): Ditto.
3048
3049 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3052         with message-narrow-to-headers.
3053         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3054         (gnus-draft-check-draft-articles): New function.
3055         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3056
3057 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3058
3059         * gnus-art.el (gnus-article-browse-html-parts):
3060         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3061         Don't use suffix argument for mm-make-temp-file for Emacs 21
3062         compatibility.  Remove useless `format'.
3063
3064 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3065
3066         * nnweb.el (nnweb-google-wash-article): Update regexps.
3067         (nnweb-group-alist): Use defvoo instead of defvar.
3068
3069 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3072         re-loading nn* modules.
3073
3074 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3075
3076         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3077         for `tool-bar-mode' and don't check it's default-value.
3078
3079         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3080
3081         * message.el (message-make-tool-bar): Ditto.
3082
3083         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3084         `substring'.  Shorten tmp-file name.
3085
3086         * gnus.el: Remove bogus comment.
3087
3088 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3089
3090         * gnus-art.el (gnus-article-browse-html-parts): New function.
3091         (gnus-article-browse-html-article): New function for viewing html
3092         articles with a browser.
3093
3094 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3095
3096         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3097         in elisp.
3098         (pgg-gpg-encrypt-symmetric-region): Ditto.
3099         (pgg-gpg-sign-region): Ditto.
3100
3101         * pgg-def.el (pgg-text-mode): New variable.
3102
3103         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3104         (mml2015-pgg-encrypt): Ditto.
3105
3106         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3107         (mml1991-pgg-encrypt): Ditto.
3108
3109 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3112         message-make-date instead of current-time-string.
3113
3114         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3115         to gnus-decoded which mm-uu might set.
3116
3117 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3120         don't decode quoted parameters; remove misimported Emacs code.
3121         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3122         (rfc2231-decode-encoded-string): Don't use split-string which
3123         behaves differently according to Emacs version; use
3124         mm-decode-coding-region to convert charset to coding-system.
3125         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3126         (rfc2231-encode-string): Remove misimported Emacs code.
3127
3128 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3131         when calling mail-header-parse-content-type.
3132         (article-de-quoted-unreadable): Ditto.
3133         (article-de-base64-unreadable): Ditto.
3134         (article-wash-html): Ditto.
3135
3136         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3137         calling mail-header-parse-content-type and
3138         mail-header-parse-content-disposition.
3139         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3140         mail-header-parse-content-type.
3141
3142         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3143         insert charset and format parameters; encode description after
3144         inserting it to buffer.
3145         (mml-insert-parameter): Fold lines properly even if a parameter is
3146         segmented into two or more lines; change the max column to 76.
3147
3148         * rfc1843.el (rfc1843-decode-article-body): Don't use
3149         ignore-errors when calling mail-header-parse-content-type.
3150
3151         * rfc2231.el (rfc2231-parse-string): Return at least type if
3152         possible; don't cause an error even if it fails in parsing of
3153         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3154         (rfc2231-encode-string): Don't break lines at the beginning, leave
3155         it to mml-insert-parameter.
3156
3157         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3158         calling mail-header-parse-content-type.
3159
3160 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3161
3162         * spam-report.el (spam-report-gmane-use-article-number):
3163         Improve doc string.
3164         (spam-report-gmane-internal): Check if a suitable header was found
3165         in the article.
3166
3167 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3170         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3171
3172 2006-02-05  Romain Francoise  <romain@orebokech.com>
3173
3174         Update copyright notices of all files in the gnus directory.
3175
3176 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3177
3178         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3179
3180 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3183         segmented lines of parameter value to cope with Thunderbird 1.5
3184         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3185         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3186         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3187
3188 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3189
3190         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3191         parts.
3192
3193 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3194
3195         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3196         there's only one active file for all servers.
3197         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3198         solid groups.  Gnus might have used a FAST request to select the group.
3199         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3200         and nnweb-search redundantly in the active file.
3201         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3202         (nnweb-request-create-group): Don't use ARGS.
3203         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3204         initialisations.  Let nnoo do the work.
3205
3206 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3209         Say the part has been decoded.
3210
3211         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3212
3213 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3214
3215         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3216         mailcap-viewer-test-cache when there's no 'test clause, since that
3217         will invert the meaning of a "nil" test previously determined by
3218         mailcap-mailcap-entry-passes-test.
3219
3220 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3223         compiling.
3224
3225         * gnus-sum.el: Ditto.
3226
3227         * message.el: Don't bind tool-bar-map when compiling.
3228
3229 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3230
3231         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3232
3233 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3234
3235         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3236         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3237         current Google Groups.
3238
3239 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3240
3241         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3242         and tool-bar-mode.
3243
3244         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3245         and tool-bar-mode.
3246
3247         * message.el (message-tool-bar-update): Simplify.
3248         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3249
3250         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3251         gnus-summary-buffer.
3252         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3253         gnus-summary-reply.
3254
3255         * gmm-utils.el (gmm): Add :version.
3256
3257 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * Makefile.in (clean): New rule.
3260         (distclean): Use it.
3261
3262 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3263
3264         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3265         autoload.
3266
3267 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * gmm-utils.el (gmm-verbose): Add :group.
3270
3271 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3272
3273         * message.el: Change some comments WRT tool-bars.
3274
3275         * gnus-sum.el (gnus-summary-tool-bar)
3276         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3277         (gnus-summary-tool-bar-zap-list): New variables.
3278         (gnus-summary-make-tool-bar): Complete rewrite using
3279         `gmm-tool-bar-from-list'.
3280
3281         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3282         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3283         variables.
3284         (gnus-group-make-tool-bar): Complete rewrite using
3285         `gmm-tool-bar-from-list'.
3286         (gnus-group-tool-bar-update): New function.
3287
3288         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3289
3290 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3293         is dissected into a single part of which the type is the same as
3294         the given one; decode charset.
3295
3296 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3297
3298         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3299         into alists as symbol not string, since that's what
3300         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3301         look for.
3302
3303 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3304
3305         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3306         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3307
3308         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3309
3310 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3313         (gnus-xmas-mime-security-button-menu): New function.
3314
3315         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3316         (gnus-mime-security-button-menu): New definition.
3317         (gnus-mime-security-button-map): Use them.
3318         (gnus-mime-security-button-menu): New function.
3319         (gnus-insert-mime-security-button): Addition to help echo.
3320         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3321         (gnus-mime-security-pipe-part): New functions.
3322
3323         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3324         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3325
3326         * mm-decode.el (mm-handle-set-disposition): Remove.
3327         (mm-handle-set-description): Remove.
3328
3329 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3332         (mm-w3m-standalone-supports-m17n-p): New function.
3333         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3334         w3m usage.
3335
3336         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3337         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3338
3339 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3340
3341         * message.el (message-tool-bar-zap-list): Use
3342         gmm-tool-bar-zap-list as custom type.
3343         (message-tool-bar-update): New function.
3344         (message-tool-bar, message-tool-bar-gnome)
3345         (message-tool-bar-retro): Add message-tool-bar-update.
3346         (message-tool-bar-gnome): Add flyspell-buffer.
3347
3348         * gnus-util.el (gnus-error): Describe `args'.
3349
3350         * gmm-utils.el (gmm-error): Describe `args'.
3351         (gmm-tool-bar-zap-list): New widget.
3352         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3353
3354 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3357         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3358         the number of recursive calls.
3359
3360         * mm-decode.el (mm-handle-set-disposition): New macro.
3361         (mm-handle-set-description): New macro.
3362
3363 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3366         encoding.
3367
3368 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3369
3370         * message.el (message-tool-bar-zap-list, message-tool-bar)
3371         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3372         (message-tool-bar-local-item-from-menu): Remove.
3373         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3374         (message-make-tool-bar): New function.
3375         (message-mode): Use `message-make-tool-bar'.
3376
3377         * gmm-utils.el: New file.
3378         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3379         (gmm-lazy): New widget copied from `nnmail.el'.
3380         (gmm-tool-bar-from-list): New function for creating customizable
3381         tool bars.
3382         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3383         output.
3384         (gmm): Add :prefix to defgroup.
3385
3386 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3387
3388         * gmm-utils.el (gmm-widget-p): New function.
3389
3390 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3391
3392         * mml.el (mml-attach-file): Describe `description' in doc string.
3393         (mml-menu): Add Emacs MIME manual and PGG manual.
3394
3395 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3396
3397         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3398
3399 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3400
3401         * nntp.el (nntp-end-of-line): Doc fix.
3402
3403 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3404
3405         * imap.el (imap-open): Handle case where buffer is a buffer
3406         object.
3407
3408 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3409
3410         * gnus-delay.el (gnus-delay): Don't autoload.
3411         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3412         to be re-loaded when customizing the `gnus-delay' group.
3413
3414 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3415
3416         * message.el (message-insert-citation-line): Use newlines.
3417
3418 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3419
3420         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3421         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3422         these routines, so the passphrase can be managed externally and
3423         passed in to the system.
3424         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3425         pgg-add-passphrase-to-cache function.
3426
3427         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3428         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3429         these routines, so the passphrase can be managed externally and
3430         passed in to the system.
3431         (pgg-pgp5-sign-region): Use new name of
3432         pgg-add-passphrase-to-cache function.
3433
3434 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3435
3436         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3437         part of the decoded armor to find the key-identifier.
3438         (pgg-gpg-lookup-key-owner): New function to return the
3439         human-readable identifier of a key owner.
3440         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3441         itself.
3442         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3443         the key value) if we have a key and can match it against a secret
3444         key.  Also, added a note pointing out fact that the prompt only
3445         indicates the first matching key.
3446
3447         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3448         pgg-decrypt-region.
3449         (pgg-add-passphrase-to-cache): Rename from
3450         `pgg-add-passphrase-cache' to reduce confusion (all callers
3451         changed).
3452         (pgg-remove-passphrase-from-cache): Rename from
3453         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3454         changed).
3455         (pgg-read-passphrase, pgg-add-passphrase-cache)
3456         (pgg-remove-passphrase-cache): Add informative docstrings.
3457         (pgg-decrypt): Convey provided passphrase in subordinate call to
3458         pgg-decrypt-region.
3459
3460 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3461
3462         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3463         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3464         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3465         'passphrase' argument, so the passphrase can be managed externally
3466         and then passed in to the system.
3467
3468         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3469         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3470         so the passphrase cache can be used reliably with identifiers
3471         besides a pgp packet's key id.
3472
3473         * pgg-gpg.el (pgg-gpg-encrypt-region)
3474         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3475         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3476         these routines, so the passphrase can be managed externally and
3477         passed in to the system.
3478
3479         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3480         'notruncate' argument, so the passphrase cache can be used
3481         reliably with identifiers besides a pgp packet's key id.
3482
3483 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3484
3485         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3486         symmetric encryption.
3487         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3488         encrypted session key.
3489         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3490         message ask for the passphrase in a proper way.
3491
3492         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3493         New user commands for symmetric encryption.
3494
3495 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3498
3499         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3500
3501 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3502
3503         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3504
3505 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * mm-decode.el (mm-inlined-types): Add application/pgp.
3508         (mm-automatic-display): Ditto.
3509
3510         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3511         part as text.
3512
3513 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * nnrss.el: Update copyright.
3516         (nnrss-opml-import): Query whether to subscribe to each entry.
3517
3518         * gnus-art.el:
3519         * gnus-sum.el:
3520         * gnus-xmas.el:
3521         * messagexmas.el:
3522         * mm-uu.el:
3523         * mm-view.el: Update copyright.
3524
3525 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3526
3527         * message.el (message-info): New function.
3528         (message-mode-menu): Add it.
3529         Update copyright.
3530
3531         * ChangeLog: Fix and update copyright.
3532
3533 2006-01-13  Romain Francoise  <romain@orebokech.com>
3534
3535         * message.el (message-forward-subject-name-subject): Prefer the
3536         address to 'nowhere' if the sender has no name.
3537         Fix typo.  Update copyright year.
3538
3539 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * gnus-art.el (article-wash-html): Use
3542         gnus-summary-show-article-charset-alist if a numeric arg is given.
3543         (gnus-article-wash-html-with-w3m-standalone): New function.
3544
3545         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3546         mm-inline-text-html-render-with-w3m-standalone.
3547         (mm-text-html-washer-alist): Map w3m-standalone to
3548         gnus-article-wash-html-with-w3m-standalone.
3549         (mm-inline-text-html-render-with-w3m-standalone): New function.
3550
3551 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3552
3553         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3554         Improve LaTeX.
3555
3556 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3559         (nnrss-request-article): Render text/plain parts as HTML.
3560
3561         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3562         the buffer.
3563
3564 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3565
3566         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3567         custom definition of `gnus-posting-styles'.
3568
3569         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3570         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3571
3572 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3573
3574         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3575         Use nntp for bug archive.
3576
3577 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3580         parts.
3581         (nnrss-normalize-date): New function converts ISO 8601 date into
3582         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3583         (nnrss-check-group): Use it.
3584
3585 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3588
3589         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3590         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3591         (nnrss-insert-w3): Ditto.
3592
3593 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3596         the articles to be forwarded including the case where neither a
3597         number of articles nor a region is specified.
3598
3599 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * nnrss.el (nnrss-request-article): Fix last change; fill
3602         text/plain parts.
3603
3604 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3607         in text/plain part.
3608         (nnrss-check-group): Don't add excessive newline to dc:subject.
3609
3610 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3611
3612         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3613         article.
3614
3615 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3616
3617         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3618         (nnml-use-compressed-files, nnml-save-mail): Support other
3619         comression programs such as bzip2.
3620
3621 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622
3623         * dns.el (query-dns): Make sure we check the buffer size before
3624         removing tcp headers.
3625
3626 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3629         remove MIME buttons associated with multipart/alternative parts.
3630         (gnus-mime-display-alternative): Tag buttons using `article-type'
3631         text property.
3632
3633         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3634         associated with multipart/alternative parts.
3635
3636         * gnus-art.el (gnus-signature-separator): Fix custom type.
3637
3638         * mm-decode.el (mm-inlined-types): Fix custom type.
3639         (mm-keep-viewer-alive-types): Ditto.
3640         (mm-automatic-display): Ditto.
3641         (mm-attachment-override-types): Ditto.
3642         (mm-inline-override-types): Ditto.
3643         (mm-automatic-external-display): Ditto.
3644
3645 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3646
3647         * spam-report.el (spam-report-user-mail-address)
3648         (spam-report-user-agent): New variables.
3649         (spam-report-url-ping-plain): Use spam-report-user-agent.
3650
3651 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3652
3653         * gnus-art.el (gnus-button-handle-custom): Do not just use
3654         `customize-apropos' for any "M-x customize-*" button but the
3655         function called for.  Accept both the function name and its
3656         argument in order to achieve this.
3657         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3658         function name to `gnus-button-handle-custom' in case of "M-x
3659         customize-*" buttons.
3660
3661 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3664         multipart/alternative and add xref to mm-discouraged-alternatives
3665         in doc string.
3666
3667         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3668         gnus-buttonized-mime-types in doc string.
3669
3670 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3671
3672         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3673         Suggest image/.* in the doc string.
3674
3675 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3676
3677         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3678         message-marks (Debian bug #342521).
3679
3680 2005-12-12  Simon Josefsson  <jas@extundo.com>
3681
3682         * password.el (password-read-from-cache): Add.
3683         (password-read): Use it.
3684
3685 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3688         us-ascii as a MIME charset.
3689
3690         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3691         against the case where the 2nd arg TYPE is nil.
3692
3693 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3694
3695         * pop3.el (pop3-stream-type): Fix custom version.
3696
3697         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3698
3699 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3700
3701         * mm-decode.el (mm-display-external): Add missing cdr.
3702
3703 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3706         RFC1524) if it is in mailcap or add a suffix according to
3707         mailcap-mime-extensions when generating a temp filename; postpone
3708         deleting a temp file for 2 seconds for some wrappers, shell
3709         scripts, and so on, which might exit right after having started a
3710         viewer command as a background job.
3711
3712 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3713
3714         * nntp.el (nntp-marks-directory): Fix custom group.
3715
3716         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3717         steps when < 10.
3718
3719         * gnus-start.el (gnus-no-server-1): Mention
3720         `gnus-level-default-subscribed' in doc string.
3721
3722 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3723
3724         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3725         parens.
3726
3727 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * gnus-xmas.el (gnus-use-toolbar): Revert.
3730         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3731         gnus-use-toolbar is default.
3732
3733         * messagexmas.el (message-use-toolbar): Revert.
3734         (message-setup-toolbar): Use global default-toolbar if
3735         message-use-toolbar is default.
3736
3737 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3740         according to default-toolbar-visible-p.
3741
3742         * messagexmas.el (message-use-toolbar): Ditto.
3743
3744 2005-11-26  Dave Love  <fx@gnu.org>
3745
3746         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3747         (tls-program, tls-success): Provide openssl alternative.
3748
3749         * starttls.el: Doc fixes.
3750         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3751         SERVICE to PORT.
3752
3753         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3754         port null or service name.
3755         (starttls-negotiate): Autoload.
3756
3757 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * message.el (message-kill-to-signature): Fix interactive spec.
3760
3761 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * pop3.el (pop3-open-server): Recognize a string as a service name.
3764
3765 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3766
3767         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3768
3769 2005-11-23  Dave Love  <fx@gnu.org>
3770
3771         Add pop3s, pop3/starttls.
3772
3773         * pop3.el (pop3-authentication-scheme): Clarify doc.
3774         (open-tls-stream, starttls-open-stream): Autoload.
3775         (pop3-stream-type): New.
3776         (pop3-open-server): Use it.
3777
3778         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3779         for POP.
3780         (mail-source-keyword-map): Add :stream for POP.
3781         (mail-source-fetch-pop): Use pop3-stream-type.
3782
3783 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3786         of current-time-string.
3787
3788 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3789
3790         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3791         date header.
3792
3793 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3794
3795         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3796         it can seriously impact performance as it bypasses the agent's
3797         local caches.
3798
3799 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3800
3801         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3802         must be explicitly online rather than "not explicitly offline" for
3803         its flags to be synchronized.
3804
3805         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3806         that gnus-uu-unmark-thread will function correctly.
3807
3808         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3809         1024K is instead displayed as 1M.
3810
3811 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3814
3815 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3816
3817         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3818
3819 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3820
3821         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3822         error message to display actual error condition.
3823         (gnus-agent-save-local): Avoid saving symbols that are bound to
3824         nil as they simply result in a warning message in
3825         gnus-agent-read-local.
3826
3827 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3830         rather than make-variable-buffer-local for file-precious-flag.
3831
3832 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3833
3834         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3835         for duplicates which are removed.  The invalid sort check then
3836         triggers a rescan after the sort as sorting may have moved
3837         duplicate entries such that they can be cheaply detected.
3838
3839 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3842
3843 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3844
3845         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3846         internal variable to a custom variable.  Changed default value
3847         from compressed(2) to uncompressed(1).
3848         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3849         support for uncompressed agentview files.  Taken together, reading
3850         the agentview file should now be 6-7 times faster.
3851
3852 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3853
3854         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3855         as a buffer-local variable.  This avoids creating truncated
3856         dribble files as a result of a hang up, eg.
3857
3858 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3859
3860         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3861         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3862         XEmacs.
3863
3864 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3865
3866         * gnus-start.el (gnus-start-draft-setup): Enforce
3867         `gnus-draft-mode' for nndraft:drafts at startup.
3868
3869         * gnus.el (gnus-splash): Change custom group.
3870         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3871         allow-list argument.
3872
3873         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3874         string.
3875
3876 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3877
3878         * gnus-art.el (gnus-default-article-saver): Add user-defined
3879         `function' to custom type.
3880
3881 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3882
3883         * imap.el (imap-open): Handle case where buffer is a buffer
3884         object.
3885
3886 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3887
3888         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3889         long lines.
3890         (gnus-cache-delete-group): Wrap doc strings.
3891
3892         * gnus-agent.el (gnus-agent-rename-group)
3893         (gnus-agent-delete-group): Wrap doc strings.
3894
3895
3896 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * messagexmas.el (message-use-toolbar): Change the valid values
3899         into default, top, bottom, left, and right.
3900         (message-toolbar-thickness): New variable.
3901         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3902         well.
3903         (message-setup-toolbar): Make it work.
3904
3905         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3906         (gnus-use-toolbar): Change the valid values into default, top,
3907         bottom, left, and right.
3908         (gnus-toolbar-thickness): New variable.
3909         (gnus-xmas-setup-toolbar): New function.
3910         (gnus-xmas-setup-group-toolbar): Use it.
3911         (gnus-xmas-setup-summary-toolbar): Use it.
3912
3913 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * gnus-start.el (gnus-1): Add "native" to
3916         gnus-predefined-server-alist.
3917
3918         * gnus.el (gnus-method-to-server): Don't add "native" to the
3919         lists here, because that leads to problems when
3920         gnus-select-method is bound.
3921
3922 2005-11-09  Simon Josefsson  <jas@extundo.com>
3923
3924         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3925         use (not sort-by-date) instead.
3926
3927 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3928
3929         * gnus-delay.el (gnus-delay-group): Don't autoload.
3930         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3931         to be re-loaded when customizing the `gnus-delay' group.
3932
3933 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3934
3935         * message.el: Revert last changes.
3936         (message-insert-citation-line): Use newlines.
3937
3938 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3939
3940         * message.el (message-courtesy-message)
3941         (message-mark-insert-begin, message-mark-insert-end)
3942         (message-elide-ellipsis, message-cancel-message)
3943         (message-add-header, message-change-subject)
3944         (message-cross-post-followup-to-header)
3945         (message-cross-post-insert-note, message-reduce-to-to-cc)
3946         (message-widen-reply, message-delete-not-region)
3947         (message-kill-to-signature, message-insert-signature)
3948         (message-insert-importance-high, message-insert-importance-low)
3949         (message-insert-or-toggle-importance)
3950         (message-insert-disposition-notification-to)
3951         (message-indent-citation, message-yank-original)
3952         (message-cite-original-without-signature, message-cite-original)
3953         (message-insert-citation-line, message-position-on-field)
3954         (message-fix-before-sending, message-send-mail-partially)
3955         (message-send-mail, message-send-mail-with-sendmail)
3956         (message-send-mail-with-qmail, message-send-news)
3957         (message-check-news-header-syntax, message-generate-headers)
3958         (message-insert-courtesy-copy, message-fill-address)
3959         (message-fill-header, message-shorten-references)
3960         (message-setup-1, message-cancel-news)
3961         (message-forward-make-body-plain, message-forward-make-body-mime)
3962         (message-forward-make-body-mml, message-encode-message-body)
3963         (message-forward-make-body-digest-plain)
3964         (message-forward-make-body-digest-mime)
3965         (message-use-alternative-email-as-from): Insert `hard-newline'
3966         instead of ordinary newlines.
3967
3968 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * message.el (message-generate-headers): Downcase the argument
3971         given to message-check-element.
3972
3973 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3974
3975         * nntp.el (nntp-authinfo-rejected): New error condition.
3976         (nntp-wait-for): Use new error condition to signal authentication
3977         error.
3978         (nntp-retrieve-data): Rethrow new error condition to break out of
3979         recursive call to nntp-send-authinfo.
3980
3981 2005-11-08  Romain Francoise  <romain@orebokech.com>
3982
3983         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3984         (gnus-summary-exit-map): Bind to `Z p'.
3985         (gnus-summary-make-menu-bar): Add menu item.
3986
3987 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3988
3989         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3990         (gnus-treat-*): Add `first' in all doc strings.
3991
3992         * gnus-group.el (gnus-group-compact-group): Fix typo.
3993
3994 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * gnus.el (gnus-parameters-case-fold-search): New variable.
3997         (gnus-parameters-get-parameter): Use it.
3998
3999         * gnus-score.el (gnus-home-score-file): Doc fix.
4000
4001 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4002
4003         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4004
4005 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * mm-util.el (mm-special-display-p): New function.
4008
4009         * mml.el (mml-preview): Use it; doc fix.
4010
4011 2005-10-29  Romain Francoise  <romain@orebokech.com>
4012
4013         * message.el (message-fix-before-sending): Fix comment.
4014
4015 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4016
4017         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4018
4019 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4020
4021         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4022         Used in gnus-score.el.
4023
4024 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4025
4026         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4027
4028 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4029
4030         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4031         whitespace removed in revision 7.8.  Use concatenated string to
4032         protect trailing whitespace.
4033
4034 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4035
4036         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4037         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4038         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4039         Courier IMAP ("some version from 2004").  Mostly based on similar
4040         code in the same function.
4041
4042 2005-10-26  Didier Verna  <didier@xemacs.org>
4043
4044         * gnus-group.el (gnus-group-compact-group): invalidate original
4045         article buffer.
4046         * gnus-srvr.el (gnus-server-compact-server): ditto.
4047         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4048         NOV database and in article itself.
4049         Invalidate article backlog.
4050
4051 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4052
4053         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4054
4055 2005-10-26  Simon Josefsson  <jas@extundo.com>
4056
4057         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4058         part of 2004-07-25 change.
4059
4060 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * message.el (message-display-completion-list): New function.
4063         (message-expand-group): Use it; make sure the Completions buffer
4064         is modifiable.
4065
4066 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4067
4068         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4069         user-mail-name is an empty string.
4070
4071 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4072
4073         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4074         depending on gnus-score-decay-constant.
4075
4076         * encrypt.el (encrypt-insert-file-contents)
4077         (encrypt-write-file-contents): Don't use `gnus-message'.
4078
4079         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4080         arguments.
4081         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4082         arguments to mm-uu-verbatim-marks-extract.
4083         (mm-uu-hide-markers): New variable.
4084         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4085
4086         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4087         (gnus-convert-image-to-face-command): Use "convert" by default to
4088         allow other input image formats.
4089         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4090         accordingly.
4091
4092 2005-10-23  Simon Josefsson  <jas@extundo.com>
4093
4094         * imap.el (imap-gssapi-program): Align command line parameters
4095         with latest GNU SASL.
4096         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4097
4098 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4101         HTML.
4102         (nnslashdot-request-article): Ditto.
4103
4104         * lpath.el (featurep): Add nobreak-char-display.
4105
4106 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4107
4108         * mail-source.el (mail-source-fetch-pop): Require pop3.
4109         (mail-source-check-pop): Ditto.
4110
4111 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4114         errors.
4115
4116 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4117
4118         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4119         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4120
4121         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4122
4123         * mm-bodies.el (mm-decode-string): Call
4124         `mm-charset-to-coding-system' with allow-override argument.
4125
4126 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4129         (rfc2047-charset-to-coding-system): New function.
4130         (rfc2047-decode-encoded-words): New function.
4131         (rfc2047-decode-region): Use them.
4132         (rfc2047-decode-cte): Remove.
4133         (rfc2047-parse-and-decode): Remove.
4134         (rfc2047-decode): Remove.
4135
4136 2005-10-15  Kenichi Handa  <handa@m17n.org>
4137
4138         * rfc2047.el (rfc2047-decode-cte): New function.
4139         (rfc2047-decode-region): Change the way to decode successive
4140         encoded-words: decode B- or Q-encoding in each encoded-word,
4141         concatenate them, and decode it as charset.
4142
4143 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * lpath.el: Fbind codepage-setup for XEmacs.
4146
4147 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4148
4149         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4150         widget-move-and-invoke.
4151         (gnus-custom-mode): Use gnus-custom-map.
4152
4153 2005-10-15  Bill Wohler  <wohler@newt.com>
4154
4155         * message.el (message-tool-bar-map): Renamed image file from
4156         mail_send to mail/send.
4157
4158 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4159
4160         * message.el (message-expand-group): Pass the common
4161         prefix substring of completion to `display-completion-list'.
4162
4163 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4164
4165         * mml-sec.el (mml-secure-method): New internal variable.
4166         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4167         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4168         functions using mml-secure-method.
4169
4170         * mml.el (mml-mode-map): Add key bindings for those functions.
4171         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4172         Harder <harder@myrealbox.com>.
4173         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4174         end of message if point is the headers of the message.
4175
4176         * message.el (message-in-body-p): New function.
4177
4178         * assistant.el: Autoload gnus-util and netrc.
4179
4180         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4181         Use `mm-charset-override-alist' only when decoding.
4182
4183         * mm-bodies.el (mm-decode-body): Call
4184         `mm-charset-to-coding-system' with allow-override argument.
4185
4186         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4187         `filename' from Content-Disposition if Content-Type doesn't
4188         provide `name'.
4189         (gnus-mime-view-part-as-type): Set default instead of
4190         initial-input.
4191
4192 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4193
4194         * format-spec.el (format-spec): Propagate text properties of % spec.
4195
4196 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4197
4198         * gnus-art.el (gnus-treat-predicate): Add `first'.
4199
4200 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4201
4202         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4203         (mm-charset-override-alist): New variable.
4204         (mm-charset-to-coding-system): Use it.
4205         (mm-codepage-setup): New helper function.
4206         (mm-charset-eval-alist): New variable.
4207         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4208         about unknown charsets.
4209
4210         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4211
4212 2005-10-04  David Hansen  <david.hansen@gmx.net>
4213
4214         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4215         (nnrss-check-group): Ditto.
4216
4217 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4218
4219         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4220         Rename x-gnus-verbatim to x-verbatim.
4221         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4222
4223         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4224         x-verbatim.
4225
4226         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4227
4228         * gnus-util.el (gnus-remove-duplicates): Remove.
4229
4230         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4231         instead of gnus-remove-duplicates.
4232
4233         * message.el (message-remove-duplicates): Remove.
4234         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4235         message-remove-duplicates.
4236
4237         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4238         available, else use implementation from `delete-dups'.
4239
4240         * message.el (message-insert-expires): New function.
4241         (message-mode-map): Add key binding.
4242         (message-mode-field-menu): Add menu entry.
4243         (message-mode): Document it.
4244         (message-make-expires-date): Use `message-make-date'.
4245
4246 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4247
4248         * message.el (message-make-expires-date): New function.
4249
4250 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * Makefile.in (list-installed-shadows): New entry.
4253         (install): Use it.
4254         (remove-installed-shadows): New entry.
4255
4256         * dgnushack.el (dgnushack-default-load-path): New variable.
4257         (dgnushack-find-lisp-shadows): New function.
4258         (dgnushack-remove-lisp-shadows): New function.
4259
4260 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * Makefile.in (install-el-elc): New entry.
4263         (install): Use it so that .el files are necessarily installed.
4264
4265 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4268
4269 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4270
4271         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4272         function rather than the diff-mode.el package.
4273         (mm-display-external): Use with-current-buffer.
4274         (mm-viewer-completion-map, mm-viewer-completion-map):
4275         Move initialization inside declaration.
4276
4277 2005-09-29  Simon Josefsson  <jas@extundo.com>
4278
4279         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4280         autoload mail-check-payment.
4281         (spam-check-hashcash): Define unconditionally, since hashcash.el
4282         is part of Gnus now.  Ignore errors from payment checking.
4283
4284 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4285
4286         * message.el (message-bold-region, message-unbold-region): Rename
4287         from `bold-region' and `unbold-region'.
4288
4289         * message.el: Remove useless autoloads.
4290
4291 2005-09-28  Simon Josefsson  <jas@extundo.com>
4292
4293         * message.el (message-use-idna): Default to t.
4294         (message-use-idna): Test whether encoding works too.  Doc fix.
4295
4296 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * nntp.el (nntp-warn-about-losing-connection): Remove.
4299
4300 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4301
4302         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4303         customizable.  Change default value.
4304         (mm-uu-diff-groups-regexp): Change default value.
4305         (mm-uu-type-alist): Add doc string.
4306         (mm-uu-configure): Add doc string.  Make it interactive.
4307         (mm-uu-tex-groups-regexp): New variable.
4308         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4309         (mm-uu-type-alist): Add LaTeX documents.
4310         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4311         of "text/verbatim".
4312         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4313
4314         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4315         instead of "text/verbatim".
4316
4317         * message.el (message-mark-inserted-region)
4318         (message-mark-insert-file): Use slrn style marks when called with
4319         prefix argument.
4320
4321 2005-09-27  Simon Josefsson  <jas@extundo.com>
4322
4323         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4324
4325 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4326
4327         * message.el (message-remove-duplicates): New function.
4328         Implementation borrowed from `gnus-remove-duplicates'.
4329         (message-idna-to-ascii-rhs): Also encode idna addresses in
4330         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4331         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4332         only ask about the same idna domain once per header and also tell
4333         in what header to replace the idna domain.
4334
4335         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4336         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4337         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4338         a header is decoded and not just the last one.
4339
4340 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4343         has been decoded.
4344
4345         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4346         (mm-insert-part): Don't modify text if it has been decoded.
4347
4348         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4349         decoded.
4350
4351         * mm-view.el (mm-inline-text): Don't strip text props unless
4352         decoding enriched or richtext parts.
4353
4354 2005-09-25  Romain Francoise  <romain@orebokech.com>
4355
4356         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4357         * gnus-start.el (gnus-subscribe-interactively):
4358         * gnus-uu.el (gnus-uu-grab-articles):
4359         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4360         space.
4361
4362 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4363
4364         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4365         * mm-view.el (mm-view-pkcs7-decrypt):
4366         * gnus-sum.el (gnus-summary-limit-to-extra)
4367         (gnus-summary-respool-article, gnus-read-move-group-name):
4368         * gnus-score.el (gnus-summary-increase-score):
4369         * gnus-util.el (gnus-completing-read-with-default):
4370         * gnus-art.el (gnus-read-save-file-name)
4371         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4372         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4373         * message.el (message-check-news-header-syntax):
4374         Follow convention for reading with the minibuffer.
4375
4376 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4377
4378         * spam-report.el (spam-report-url-ping-plain):
4379         Use gnus-extended-version as User-Agent.
4380
4381         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4382         default value is nil.
4383
4384         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4385         (mm-uu-verbatim-marks-extract): New function.
4386         (mm-uu-extract): New face.
4387         (mm-uu-copy-to-buffer): Use it.
4388
4389         * spam-report.el (spam-report-gmane-ham): Renamed from
4390         `spam-report-gmane-unspam'.
4391         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4392         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4393
4394         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4395         Autoload.
4396         (spam-report-gmane-unregister-routine): Renamed
4397         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4398
4399 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4400
4401         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4402         (spam-report-gmane-unregister-routine): Add support for gmane
4403         unregistration.
4404
4405         * spam-report.el (spam-report-gmane-unspam)
4406         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4407         (spam-report-gmane): Change to take a single article and do unspam
4408         registration.
4409
4410 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4411
4412         * mm-url.el (mm-url-decode-entities): Fix regexp.
4413
4414 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4417         default to nil, to be able to use Gnus at all.  If the default
4418         switches to something else, then the function should be fixed not
4419         be exceedingly slow.
4420
4421 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4422
4423         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4424         fail hard.
4425
4426         * spam-report.el: Add better Keywords line.
4427
4428         * spam.el: Add Maintainer and better Keywords line.
4429
4430 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4431
4432         * gnus-art.el (gnus-article-replace-part)
4433         (gnus-mime-replace-part): New functions.
4434         (gnus-mime-action-alist, gnus-mime-button-commands)
4435         (gnus-mime-save-part-and-strip): Added file argument.
4436         (gnus-article-part-wrapper): Added interactive argument.
4437
4438         * gnus-sum.el (gnus-summary-mime-map): Add
4439         `gnus-article-replace-part'.
4440
4441 2005-09-19  Didier Verna  <didier@xemacs.org>
4442
4443         The nnml compaction feature:
4444         * nnml.el (nnml-request-compact-group): New function.
4445         * nnml.el (nnml-request-compact): New function.
4446         * gnus-int.el (gnus-request-compact-group): New function.
4447         * gnus-int.el (gnus-request-compact): New function.
4448         * gnus-group.el (gnus-group-compact-group): New function.
4449         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4450         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4451         * gnus-srvr.el (gnus-server-compact-server): New function.
4452         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4453         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4454
4455 2005-09-18  Deepak Goel  <deego@gnufans.org>
4456
4457         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4458         format spec.
4459
4460 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4463
4464 2005-09-15  Romain Francoise  <romain@orebokech.com>
4465
4466         * message.el (message-fill-paragraph): Clarify docstring.
4467
4468 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-art.el (gnus-mime-display-part): Protect against broken
4471         MIME messages.
4472
4473 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4476         before parsing header.
4477
4478 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4479
4480         * html2text.el: (html2text-replace-list): Add new entities.
4481
4482 2005-09-11  Romain Francoise  <romain@orebokech.com>
4483
4484         * message.el (message-alternative-emails): Improve docstring.
4485         (message-setup-1): Call `message-use-alternative-email-as-from'
4486         after `message-setup-hook' to give it precedence over posting
4487         styles, etc.
4488         (message-use-alternative-email-as-from): Add docstring.  Remove
4489         the original From header if present.
4490
4491         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4492         (nnml-save-mail): Use it.
4493
4494         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4495         articles.  Add new argument `silent'.
4496         (gnus-uu-mark-all): Report the total number of marked articles.
4497
4498 2005-09-10  Romain Francoise  <romain@orebokech.com>
4499
4500         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4501         (gnus-uu-mark-series): Likewise.
4502
4503 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4504
4505         * spam-report.el (spam-report-gmane): Fix generation of spam
4506         report URL.
4507
4508 2005-09-10  Simon Josefsson  <jas@extundo.com>
4509
4510         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4511         t, based on discussion on the ding list with Robert Epprecht
4512         <epprecht@solnet.ch>.
4513
4514 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4515
4516         * spam-report.el (spam-report-gmane): Make it work without
4517         X-Report-Spam header.  Gmane now only provides Archived-At.
4518         This is only used if `spam-report-gmane-use-article-number' is nil.
4519         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4520
4521         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4522         make `gnus-summary-sort-by-recipient' work with threading.
4523
4524         * nnweb.el (nnweb-google-wash-article): Print a message if article
4525         is not available.
4526
4527 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4528
4529         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4530         change.  Decode text/* parts content before displaying.
4531
4532 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4533
4534         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4535
4536 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4539
4540         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4541         url-package-name, url-package-version,
4542         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4543         w3m-display-inline-images, and w3m-minor-mode-map.
4544
4545 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4546
4547         * message.el (message-tab-body-function): Fixed mismatched custom
4548         type.
4549
4550         * gnus.el (gnus-group-change-level-function): Ditto.
4551
4552         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4553
4554         * gnus-art.el (gnus-signature-limit)
4555         (gnus-article-mime-part-function): Ditto.
4556
4557 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * mml.el (mml-mode): Silence the byte compiler.
4560
4561         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4562         using `(sit-for 0)' before moving the point to the specified part;
4563         skip unbuttonized parts.
4564         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4565         return to the summary window if gnus-auto-select-part is non-nil.
4566
4567 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4568
4569         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4570         variables.
4571         (mml-dnd-attach-file, mml-mode): Use them.
4572
4573         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4574         Make fetching article by MID work again for Google Groups.  Added
4575         FIXME concerning gnus-group-make-web-group.
4576
4577         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4578         Don't depend on Gnus by using mail-extract-address-components if
4579         gnus-extract-address-components is not bound.
4580
4581 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus-art.el (gnus-mime-display-security): Don't display the
4584         signature, but only the signed part.
4585
4586 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4589
4590         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4591         list, not listp.
4592
4593 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4594
4595         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4596         when encoding.
4597
4598         * mm-bodies.el (mm-decode-content-transfer-encoding):
4599         De-canonicalize CRLF for all text content types, not just
4600         text/plain.
4601
4602 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4605         valid article; point arrow and cursor at the MIME button.
4606
4607 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4610         Suggested by Dan Christensen <jdc@uwo.ca>.
4611
4612         * mm-decode.el (mm-save-part): Enable change of prompt.
4613
4614 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4615
4616         * gnus-msg.el (gnus-inews-add-send-actions): Made
4617         `message-post-method' lambda parameter ARG `&optional'.
4618
4619 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4620
4621         * gnus-sum.el (gnus-summary-mime-map): Added
4622         gnus-article-save-part-and-strip, gnus-article-delete-part and
4623         gnus-article-jump-to-part.
4624
4625         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4626         (gnus-article-edit-part): Use it.
4627         (gnus-article-part-wrapper): Added no-handle argument.
4628         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4629         functions.
4630
4631 2005-08-29  Romain Francoise  <romain@orebokech.com>
4632
4633         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4634         docstring.
4635         (gnus-face-from-file): Likewise.
4636
4637 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4638
4639         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4640         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4641         non-nil.
4642         (gnus-auto-select-part): New variable.
4643         (gnus-article-jump-to-part): New function.
4644         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4645         (gnus-mime-delete-part): Allow selecting specified part after
4646         deleting or stripping parts.
4647         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4648         part if argument is bogus.
4649
4650 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4651
4652         * gnus-art.el (w3m-minor-mode-map):
4653         * gnus-spec.el (gnus-newsrc-file-version):
4654         * gnus-util.el (nnmail-active-file-coding-system)
4655         (gnus-original-article-buffer, gnus-user-agent):
4656         * gnus.el (gnus-ham-process-destinations)
4657         (gnus-parameter-ham-marks-alist)
4658         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4659         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4660         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4661         * mm-decode.el (gnus-current-window-configuration):
4662         * mm-extern.el (gnus-article-mime-handles):
4663         * mm-url.el (url-current-object, url-package-name)
4664         (url-package-version):
4665         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4666         (smime-keys, w3m-cid-retrieve-function-alist)
4667         (w3m-current-buffer, w3m-display-inline-images)
4668         (w3m-minor-mode-map):
4669         * mml-smime.el (gnus-extract-address-components):
4670         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4671         (gnus-newsrc-hashtb, message-default-charset)
4672         (message-deletable-headers, message-options)
4673         (message-posting-charset, message-required-mail-headers)
4674         (message-required-news-headers):
4675         * mml1991.el (mc-pgp-always-sign):
4676         * mml2015.el (mc-pgp-always-sign):
4677         * nnheader.el (nnmail-extra-headers):
4678         * rfc1843.el (gnus-decode-encoded-word-function)
4679         (gnus-decode-header-function, gnus-newsgroup-name):
4680         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4681
4682 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4683
4684         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4685         the end of the date treatments.
4686
4687 2005-08-15  Simon Josefsson  <jas@extundo.com>
4688
4689         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4690         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4691         Capello and Romain Francoise.
4692         (pgg-fetch-key-function): Removed, not used?
4693         (pgg-insert-url-with-w3): Require url, to get
4694         url-insert-file-contents regardless of where it is defined.
4695
4696 2005-08-13  Romain Francoise  <romain@orebokech.com>
4697
4698         * message.el (message-cite-original-1): New function.
4699         (message-cite-original): Use it.
4700         (message-cite-original-without-signature): Ditto.
4701
4702 2005-08-08  Romain Francoise  <romain@orebokech.com>
4703
4704         * message.el (message-yank-empty-prefix): New variable.
4705         (message-indent-citation): Use it.
4706         (message-cite-original-without-signature): Respect X-No-Archive.
4707
4708 2005-08-08  Simon Josefsson  <jas@extundo.com>
4709
4710         * pgg.el: Autoload url-insert-file-contents instead of loading
4711         w3/url.
4712         (pgg-insert-url-with-w3): Don't load url here.
4713
4714 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4715
4716         * message.el (message-kill-to-signature): Don't insert newline at
4717         bol.
4718         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4719
4720 2005-08-06  Romain Francoise  <romain@orebokech.com>
4721
4722         * message.el (message-user-fqdn): Fix typo in docstring.
4723
4724 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4725
4726         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4727
4728         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4729
4730 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * mm-bodies.el (mm-encode-body): Use coding system rather than
4733         charset to encode text.
4734
4735         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4736         number of charsets if utf-8 is available (XEmacs).
4737
4738 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4739
4740         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4741         taken from `gnus-button-mid-or-mail-regexp'.
4742         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4743         (gnus-button-alist): Improve regexp for domain part of the MIDs
4744         for news:localpart@domain buttons.
4745         (gnus-button-ctan-directory-regexp): Update.
4746
4747 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * sieve-manage.el (sieve-manage-interactive-login): Use
4750         make-local-variable rather than make-variable-buffer-local.
4751         (sieve-manage-open): Ditto.
4752         (sieve-manage-authenticate): Ditto.
4753
4754         * mml.el (mml-generate-mime-1): Make the content type default to
4755         text/plain if the filename is not specified.
4756
4757 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4760         instead of insert-buffer.
4761
4762         * message.el (message-yank-original): Ditto; set the mark at the
4763         end of the yanked message.
4764
4765 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4768         lines to scroll rather than to stop it.
4769
4770         * mml.el (mml-generate-default-type): Add doc string.
4771         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4772         default to application/octet-stream when determining the content
4773         type if it is not specified for the part or the mml contents; add
4774         a comment about mml-generate-default-type.
4775
4776 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4777
4778         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4779         make it default to application/octet-stream when determining the
4780         content type if it is not specified for the external contents.
4781
4782 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4785         segmented parameter but also other parameters might be there.
4786
4787 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * mm-decode.el (mm-display-external): Delete temp file, directory
4790         and buffer immediately if the external process is exited.
4791
4792 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4795         fewer lines than that of scroll-margin.
4796         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4797
4798 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-art.el (gnus-article-next-page): Revert.
4801         (gnus-article-beginning-of-window): New macro.
4802         (gnus-article-next-page-1): Use it.
4803         (gnus-article-prev-page): Ditto.
4804         (gnus-article-edit-part): Use insert-buffer-substring instead of
4805         insert-buffer.
4806         (gnus-article-edit-exit): Ditto.
4807
4808         * gnus-util.el (gnus-beginning-of-window): Remove.
4809         (gnus-end-of-window): Remove.
4810
4811         * lpath.el: Don't bind header-line-format and scroll-margin.
4812
4813 2005-07-25  Simon Josefsson  <jas@extundo.com>
4814
4815         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4816         to have the url package without w3.  Reported by Daiki Ueno
4817         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4818
4819 2005-07-20  Didier Verna  <didier@xemacs.org>
4820
4821         * gnus-diary.el: Remove the description comment (nndiary is now
4822         properly documented in the Gnus manual).
4823         Fix the spelling of "Back End".
4824         * nndiary.el: Ditto.
4825         Fix the copyright notice.
4826
4827 2005-07-18  Romain Francoise  <romain@orebokech.com>
4828
4829         * gnus-sum.el (gnus-summary-to-prefix,
4830         gnus-summary-newsgroup-prefix): New variables.
4831         (gnus-summary-from-or-to-or-newsgroups): Use them.
4832
4833 2005-07-17  Romain Francoise  <romain@orebokech.com>
4834
4835         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4836         space as it's generally not especially interesting to the user.
4837
4838 2005-07-16  Romain Francoise  <romain@orebokech.com>
4839
4840         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4841         nil to avoid prompting and file modification if one of the
4842         messages at the top of the nnfolder file contains a copyright
4843         notice.
4844         Update copyright notice.
4845
4846         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4847         instead of `current-time-string' as the latter creates a time
4848         string that is not RFC 2822 compliant (it lacks the zone).
4849         Update copyright notice.
4850
4851 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4852
4853         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4854         for text/rtf.  Display default in prompt.  Pass default for M-n.
4855
4856         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4857
4858 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859
4860         * gnus-msg.el (gnus-button-mailto): Remove
4861         save-selected-window-window hackery because it relies on
4862         save-selected-window internals.
4863
4864 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4867         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4868         (gnus-article-prev-page): Ditto.
4869
4870         * gnus-util.el (gnus-beginning-of-window): New function.
4871         (gnus-end-of-window): New function.
4872
4873         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4874
4875 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4876
4877         * gnus-score.el (gnus-score-edit-all-score): Set
4878         gnus-score-edit-exit-function to gnus-score-edit-done and call
4879         gnus-message.
4880
4881 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * gnus-msg.el (gnus-button-mailto): Remove
4884         save-selected-window-window hackery because it relies on
4885         save-selected-window internals.
4886
4887 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4890         add-minor-mode.
4891         (gnus-binary-mode): Ditto.
4892
4893         * gnus-topic.el (gnus-topic-mode): Ditto.
4894
4895 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4896
4897         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4898         (gnus-article-prev-page): Take scroll-margin into consideration.
4899
4900 2005-07-04  Lute Kamstra  <lute@gnu.org>
4901
4902         Update FSF's address in GPL notices.
4903
4904 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4905
4906         * gnus.el (gnus-exit):
4907         * gnus-group.el (gnus-group-icons):
4908         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4909
4910         * gnus-nocem.el (gnus-nocem):
4911         * message.el (message-various, message-buffers, message-sending)
4912         (message-interface, message-forwarding, message-insertion)
4913         (message-headers, message-news, message-mail):
4914         * pgg-gpg.el (pgg-gpg):
4915         * pgg-parse.el (pgg-parse):
4916         * pgg-pgp.el (pgg-pgp):
4917         * pgg-pgp5.el (pgg-pgp5):
4918         * pop3.el (pop3): Finish `defgroup' description with period.
4919
4920 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-art.el (article-display-face): Improve the efficiency.
4923         (article-display-x-face): Ditto; remove grey x-face stuff.
4924
4925 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-art.el (article-display-face): Correct the position in
4928         which Faces are inserted.
4929
4930 2005-06-29  Didier Verna  <didier@xemacs.org>
4931
4932         * gnus-art.el (article-display-face): Display faces in correct
4933         order.
4934
4935 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4938         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4939         (gnus-nocem-check-article): Fetch the Type header.
4940         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4941         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4942         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4943         make sure gnus-nocem-hashtb is initialized.
4944         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4945         (gnus-nocem-unwanted-article-p): Ditto.
4946
4947         * pgg.el (pgg-verify): Return the verification result.
4948
4949 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4952         is ascii.
4953
4954 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4955
4956         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4957         `show-nonbreak-escape'.
4958
4959 2005-06-23  Lute Kamstra  <lute@gnu.org>
4960
4961         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4962
4963         * dig.el (dig-mode):
4964         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4965
4966 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4967
4968         * nnimap.el (nnimap-split-download-body): Fix spellings.
4969
4970 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4971
4972         * gnus-art.el (gnus-article-encrypt-body):
4973         * gnus-cus.el (gnus-score-customize):
4974         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4975         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4976
4977 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4978
4979         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4980         header by looking for magic "MII" at the beginnig.
4981
4982 2005-06-16  Miles Bader  <miles@gnu.org>
4983
4984         * gnus-xmas.el (gnus-xmas-group-startup-message):
4985         Use renamed gnus-splash face.
4986
4987         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4988         (assistant-field-face): New backward-compatibility alias for renamed
4989         face.
4990         (assistant-render-text): Use renamed assistant-field face.
4991
4992         * spam.el (spam): Remove "-face" suffix from face name.
4993         (spam-face): New backward-compatibility alias for renamed face.
4994         (spam-face, spam-initialize): Use renamed spam face.
4995
4996         * message.el (message-header-to, message-header-cc)
4997         (message-header-subject, message-header-newsgroups)
4998         (message-header-other, message-header-name)
4999         (message-header-xheader, message-separator, message-cited-text)
5000         (message-mml): Remove "-face" suffix from face names.
5001         (message-header-to-face, message-header-cc-face)
5002         (message-header-subject-face, message-header-newsgroups-face)
5003         (message-header-other-face, message-header-name-face)
5004         (message-header-xheader-face, message-separator-face)
5005         (message-cited-text-face, message-mml-face):
5006         New backward-compatibility aliases for renamed faces.
5007         (message-font-lock-keywords): Use renamed message faces.
5008
5009         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5010         (sieve-test-commands, sieve-tagged-arguments):
5011         Remove "-face" suffix from face names.
5012         (sieve-control-commands-face, sieve-action-commands-face)
5013         (sieve-test-commands-face, sieve-tagged-arguments-face):
5014         New backward-compatibility aliases for renamed faces.
5015         (sieve-control-commands-face, sieve-action-commands-face)
5016         (sieve-test-commands-face, sieve-tagged-arguments-face):
5017         Use renamed sieve faces.
5018
5019         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5020         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5021         (gnus-group-news-3-empty, gnus-group-news-4)
5022         (gnus-group-news-4-empty, gnus-group-news-5)
5023         (gnus-group-news-5-empty, gnus-group-news-6)
5024         (gnus-group-news-6-empty, gnus-group-news-low)
5025         (gnus-group-news-low-empty, gnus-group-mail-1)
5026         (gnus-group-mail-1-empty, gnus-group-mail-2)
5027         (gnus-group-mail-2-empty, gnus-group-mail-3)
5028         (gnus-group-mail-3-empty, gnus-group-mail-low)
5029         (gnus-group-mail-low-empty, gnus-summary-selected)
5030         (gnus-summary-cancelled, gnus-summary-high-ticked)
5031         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5032         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5033         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5034         (gnus-summary-low-undownloaded)
5035         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5036         (gnus-summary-low-unread, gnus-summary-normal-unread)
5037         (gnus-summary-high-read, gnus-summary-low-read)
5038         (gnus-summary-normal-read, gnus-splash):
5039         Remove "-face" suffix from face names.
5040         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5041         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5042         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5043         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5044         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5045         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5046         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5047         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5048         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5049         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5050         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5051         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5052         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5053         (gnus-summary-normal-ticked-face)
5054         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5055         (gnus-summary-normal-ancient-face)
5056         (gnus-summary-high-undownloaded-face)
5057         (gnus-summary-low-undownloaded-face)
5058         (gnus-summary-normal-undownloaded-face)
5059         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5060         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5061         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5062         (gnus-splash-face):
5063         New backward-compatibility aliases for renamed faces.
5064         (gnus-group-startup-message): Use renamed gnus faces.
5065
5066         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5067         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5068         (gnus-server-agent): Remove "-face" suffix from face names.
5069         (gnus-server-agent-face, gnus-server-opened-face)
5070         (gnus-server-closed-face, gnus-server-denied-face)
5071         (gnus-server-offline-face):
5072         New backward-compatibility aliases for renamed faces.
5073         (gnus-server-agent-face, gnus-server-opened-face)
5074         (gnus-server-closed-face, gnus-server-denied-face)
5075         (gnus-server-offline-face): Use renamed gnus faces.
5076
5077         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5078         Remove "-face" suffix from face names.
5079         (gnus-picon-xbm-face, gnus-picon-face):
5080         New backward-compatibility aliases for renamed faces.
5081
5082         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5083         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5084         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5085         (gnus-cite-11): Remove "-face" suffix from face names.
5086         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5087         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5088         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5089         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5090         New backward-compatibility aliases for renamed faces.
5091         (gnus-cite-attribution-face, gnus-cite-face-list)
5092         (gnus-article-boring-faces): Use renamed gnus faces.
5093
5094         * gnus-art.el (gnus-signature, gnus-header-from)
5095         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5096         (gnus-header-content): Remove "-face" suffix from face names.
5097         (gnus-signature-face, gnus-header-from-face)
5098         (gnus-header-subject-face, gnus-header-newsgroups-face)
5099         (gnus-header-name-face, gnus-header-content-face):
5100         New backward-compatibility aliases for renamed faces.
5101         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5102
5103         * gnus-sum.el (gnus-summary-selected-face)
5104         (gnus-summary-highlight): Use renamed gnus faces.
5105         * gnus-group.el (gnus-group-highlight): Likewise.
5106
5107 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5108
5109         * gnus-sieve.el (gnus-sieve-article-add-rule):
5110         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5111         * spam-stat.el (spam-stat-buffer-change-to-spam)
5112         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5113
5114         * message.el (message-is-yours-p):
5115         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5116
5117 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * mm-view.el (mm-inline-text): Withdraw the last change.
5120
5121 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5124         executing enriched-decode.
5125
5126 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5129         charset of tar files.
5130
5131 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5132
5133         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5134
5135 2005-06-04  Lute Kamstra  <lute@gnu.org>
5136
5137         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5138         information is never recorded.
5139
5140 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5141
5142         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5143
5144 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * pop3.el (pop3-apop): Run md5 in the binary mode.
5147
5148         * starttls.el (starttls-set-process-query-on-exit-flag):
5149         Use eval-and-compile.
5150
5151 2005-05-31  Simon Josefsson  <jas@extundo.com>
5152
5153         * smime.el (smime-replace-in-string): Define.
5154         (smime-cert-by-ldap-1): Use it.
5155
5156 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * gnus-art.el (article-display-x-face): Replace
5159         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5160
5161         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5162         set-process-query-on-exit-flag or process-kill-without-query.
5163
5164         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5165         loop instead of replace-regexp.
5166
5167         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5168         instead of process-kill-without-query if it is available.
5169
5170         * lpath.el: Fbind ldap-search-entries.
5171
5172         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5173         instead of find-file-hooks if it is available.
5174
5175         * mml1991.el: Bind pgg-default-user-id when compiling.
5176
5177         * mml2015.el: Bind pgg-default-user-id when compiling.
5178
5179         * nndraft.el (nndraft-request-associate-buffer):
5180         Use write-contents-functions instead of write-contents-hooks if it is
5181         available.
5182
5183         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5184         instead of find-file-hooks if it is available.
5185
5186         * nntp.el (nntp-open-connection): Replace
5187         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5188         (nntp-open-ssl-stream): Ditto.
5189         (nntp-open-tls-stream): Ditto.
5190
5191         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5192         set-process-query-on-exit-flag or process-kill-without-query.
5193         (starttls-open-stream-gnutls): Use it instead of
5194         process-kill-without-query.
5195         (starttls-open-stream): Ditto.
5196
5197 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5198
5199         * smime.el (smime-cert-by-ldap-1): Don't use
5200         replace-regexp-in-string.
5201
5202 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5203
5204         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5205
5206         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5207         in PEM format. Adjust to the XEmacs compability.
5208
5209 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5212         by `string-to-number'.
5213         * gnus-agent.el (gnus-agent-regenerate-group)
5214         (gnus-agent-fetch-articles): Ditto.
5215         * gnus-art.el (gnus-button-fetch-group): Ditto.
5216         * gnus-cache.el (gnus-cache-generate-active)
5217         (gnus-cache-articles-in-group): Ditto.
5218         * gnus-group.el (gnus-group-set-current-level)
5219         (gnus-group-insert-group-line): Ditto.
5220         * gnus-score.el (gnus-score-set-expunge-below)
5221         (gnus-score-set-mark-below, gnus-summary-score-effect)
5222         (gnus-summary-score-entry): Ditto.
5223         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5224         (gnus-soup-pack): Ditto.
5225         * gnus-spec.el (gnus-xmas-format): Ditto.
5226         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5227         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5228         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5229         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5230         * nndb.el (nndb-get-remote-expire-response): Ditto.
5231         * nndiary.el (nndiary-parse-schedule-value)
5232         (nndiary-string-to-number, nndiary-request-replace-article)
5233         (nndiary-request-article): Ditto.
5234         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5235         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5236         * nneething.el (nneething-make-head): Ditto.
5237         * nnfolder.el (nnfolder-request-article)
5238         (nnfolder-retrieve-headers): Ditto.
5239         * nnheader.el (nnheader-file-to-number): Ditto.
5240         * nnkiboze.el (nnkiboze-request-article): Ditto.
5241         * nnmail.el (nnmail-process-unix-mail-format)
5242         (nnmail-process-babyl-mail-format): Ditto.
5243         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5244         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5245         (nnmh-request-create-group, nnmh-request-list-1)
5246         (nnmh-request-group, nnmh-request-article): Ditto.
5247         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5248         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5249         * nnsoup.el (nnsoup-make-active): Ditto.
5250         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5251         * nntp.el (nntp-find-group-and-number)
5252         (nntp-retrieve-headers-with-xover): Ditto.
5253         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5254         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5255         (pgg-format-key-identifier): Ditto.
5256         * pop3.el (pop3-last, pop3-stat): Ditto.
5257         * qp.el (quoted-printable-decode-region): Ditto.
5258
5259         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5260         of concat.
5261
5262 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5265
5266         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5267
5268         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5269
5270         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5271
5272         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5273
5274         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5275
5276         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5277         (gnus-carpal-mode): Ditto.
5278
5279         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5280         (gnus-browse-mode): Ditto.
5281
5282         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5283
5284         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5285
5286 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5287
5288         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5289
5290 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * gnus-util.el (gnus-run-mode-hooks): New function.
5293
5294         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5295
5296         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5297         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5298
5299 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5300
5301         * gnus-agent.el (gnus-agent-make-mode-line-string):
5302         Use mode-line-highlight as mouse-face.
5303
5304 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * canlock.el (canlock): Change the parent group to news.
5307
5308         * deuglify.el (gnus-outlook-deuglify): Add :group.
5309
5310         * dig.el (dig): Add :group.
5311
5312         * dns-mode.el (dns-mode): Add :group.
5313
5314         * encrypt.el (encrypt): Add :group.
5315
5316         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5317         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5318         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5319         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5320         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5321
5322         * gnus-diary.el (gnus-diary): Add :group.
5323
5324         * gnus.el (gnus-group-news-1-face): Add :group.
5325         (gnus-group-news-1-empty-face): Ditto.
5326         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5327         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5328         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5329         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5330         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5331         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5332         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5333         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5334         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5335         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5336         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5337         (gnus-summary-high-ticked-face): Ditto.
5338         (gnus-summary-low-ticked-face): Ditto.
5339         (gnus-summary-normal-ticked-face): Ditto.
5340         (gnus-summary-high-ancient-face): Ditto.
5341         (gnus-summary-low-ancient-face): Ditto.
5342         (gnus-summary-normal-ancient-face): Ditto.
5343         (gnus-summary-high-undownloaded-face): Ditto.
5344         (gnus-summary-low-undownloaded-face): Ditto.
5345         (gnus-summary-normal-undownloaded-face): Ditto.
5346         (gnus-summary-high-unread-face): Ditto.
5347         (gnus-summary-low-unread-face): Ditto.
5348         (gnus-summary-normal-unread-face): Ditto.
5349         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5350         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5351
5352         * hashcash.el (hashcash): New custom group.
5353         (hashcash-default-payment): Add :group.
5354         (hashcash-payment-alist): Ditto.
5355         (hashcash-default-accept-payment): Ditto.
5356         (hashcash-accept-resources): Ditto.
5357         (hashcash-path): Ditto.
5358         (hashcash-extra-generate-parameters): Ditto.
5359         (hashcash-double-spend-database): Ditto.
5360         (hashcash-in-news): Ditto.
5361
5362         * message.el (message-minibuffer-local-map): Add :group.
5363
5364         * netrc.el (netrc): Add :group.
5365
5366         * sieve-manage.el (sieve-manage-log): Add :group.
5367         (sieve-manage-default-user): Diito.
5368         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5369         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5370         (sieve-manage-authenticators): Ditto.
5371         (sieve-manage-authenticator-alist): Ditto.
5372         (sieve-manage-default-port): Ditto.
5373
5374         * sieve-mode.el (sieve-control-commands-face): Add :group.
5375         (sieve-action-commands-face): Ditto.
5376         (sieve-test-commands-face): Ditto.
5377         (sieve-tagged-arguments-face): Ditto.
5378
5379         * smime.el (smime): Add :group.
5380
5381         * spam-report.el (spam-report): Add :group.
5382
5383         * spam.el (spam, spam-face): Add :group.
5384
5385 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5388         return \n.\n.\n at the end of articles.  Protect against that.
5389         (nntp-with-open-group): Allow debugging.
5390
5391         * nnheader.el (mail-header-set-extra): Make into a function
5392         because I just could't understand how to quote the list properly.
5393
5394         * dns.el (query-dns-cached): New function.
5395
5396 2005-05-26  Lute Kamstra  <lute@gnu.org>
5397
5398         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5399
5400 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5403
5404         * gnus-art.el: Don't autoload mail-extract-address-components.
5405
5406         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5407         eval-and-compile to evaluate it.
5408
5409         * hashcash.el: Don't autoload executable-find.
5410
5411         * nndb.el: Don't declare the nndb back end two or more times; don't
5412         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5413
5414         * nntp.el: Autoload format-spec instead of format; use
5415         eval-and-compile to evaluate autoload forms.
5416
5417 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5418
5419         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5420
5421 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5422
5423         * gnus.el (gnus-version-number): Bump version.
5424
5425 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5426
5427         * gnus.el: No Gnus v0.3 is released.
5428
5429 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5430
5431         * lpath.el (featurep): Bind show-nonbreak-escape.
5432
5433 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-art.el (gnus-article-edit-part): Disable undo.
5436
5437 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5440         gnus-article-date-lapsed-new-header is t if date timer is active;
5441         skip headers in which the original date value is empty.
5442         (gnus-article-save-original-date): Redefine it as a macro.
5443         (gnus-display-mime): Use it.
5444
5445 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * gnus-art.el (article-date-ut): Support converting date in
5448         forwarded parts as well.
5449         (gnus-article-save-original-date): New function.
5450         (gnus-display-mime): Use it.
5451
5452 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5453
5454         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5455         enclosure element of <item>.
5456
5457 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * message.el (message-kill-buffer-query): Renamed from
5460         `message-kill-buffer-query-if-modified'.  Added :version.
5461
5462 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5465         window layout.
5466
5467 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * mml.el: Autoload dnd when compiling.
5470
5471 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5472
5473         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5474         x-dnd-*.
5475
5476 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * qp.el (quoted-printable-encode-region): Save excursion.
5479
5480 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5481
5482         * message.el (message-kill-buffer-query-if-modified): Add new variable
5483         so the user can kill a modified message buffer quickly.
5484         (message-kill-buffer): Use it.
5485
5486 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * lpath.el: Fbind display-time-event-handler; don't fbind
5489         string-to-multibyte.
5490
5491         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5492
5493 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5496         contained in text because xml.el decodes entities) with LFs.
5497
5498 2005-04-11  Lute Kamstra  <lute@gnu.org>
5499
5500         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5501         differently.
5502
5503 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5504
5505         * mm-util.el (mm-detect-coding-region): Typo.
5506
5507 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5510
5511 2005-04-06  D Goel  <deego@gnufans.org>
5512
5513         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5514         user-function allow user modifications of the scores.
5515         (spam-stat-score-buffer-user): New function, to allow
5516         user-computed modifications to the score.
5517         (spam-stat-score-buffer-user-functions): list of additional
5518         scoring functions
5519         (spam-stat-error-holder): global temporary error holder
5520         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5521         variable
5522
5523 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5524
5525         * gnus-registry.el (gnus-registry-clean-empty-function)
5526         (gnus-registry-trim, gnus-registry-fetch-groups)
5527         (gnus-registry-delete-group): Groups that match
5528         `gnus-registry-ignored-groups' are removed from the registry
5529         entries, not just ignored for splitting.  This helps clean up the
5530         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5531         to get all the groups a message ID is in.
5532
5533         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5534         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5535         (spam-stat-score-buffer-user-functions): Add :number custom type.
5536
5537 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5540         argument in XEmacs.
5541
5542         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5543         (nnrss-request-group): Decode group name first.
5544         (nnrss-request-article): Make a text/plain article if mml-to-mime
5545         failed.
5546         (nnrss-get-encoding): Return a compatible encoding according to
5547         nnrss-compatible-encoding-alist.
5548         (nnrss-find-el): Use consp instead of listp.
5549         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5550
5551 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5554         which Emacs 20 doesn't support.
5555         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5556
5557 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5558
5559         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5560         silence the byte compiler inside the defun
5561
5562         * gnus-demon.el (parse-time-string): Add autoload.
5563
5564         * gnus-delay.el (parse-time-string): Add autoload.
5565
5566         * gnus-art.el (parse-time-string): Add autoload.
5567
5568         * nnultimate.el (parse-time): Require for `parse-time-string'.
5569
5570 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5573
5574         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5575
5576         * smime.el (smime-ldap-host-list): Add :version.
5577
5578 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5579
5580         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5581         pass it to `gnus-browse-read-group'.
5582         (gnus-browse-read-group): Add NUMBER argument and pass it to
5583         `gnus-group-read-ephemeral-group'.
5584
5585         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5586         argument and pass it to `gnus-group-read-group'.
5587
5588 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5589
5590         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5591         mm-xemacs-find-mime-charset-1 if we have the mule feature
5592         available at runtime.
5593
5594 2005-03-25  Werner Lemberg  <wl@gnu.org>
5595
5596         * nnmaildir.el: Replace `illegal' with `invalid'.
5597
5598 2005-03-23  Lute Kamstra  <lute@gnu.org>
5599
5600         * time-date.el: Add comment on time value formats.
5601         Don't require parse-time.
5602         (with-decoded-time-value): New macro.
5603         (encode-time-value): New function.
5604         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5605         (days-to-time): Return a valid time value when arg is huge.
5606         (time-since): Use time-subtract.
5607         (time-to-number-of-days): Use time-to-seconds.
5608
5609 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5610
5611         * gnus-start.el (gnus-display-time-event-handler):
5612         Check display-time-timer at runtime rather than only at load time
5613         in case display-time-mode is turned off in the mean time.
5614
5615 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5616
5617         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5618         used.
5619
5620         * nneething.el (nneething-map-file-directory): Derive from
5621         `gnus-directory'.
5622
5623         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5624         the To/Cc button.
5625
5626 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5627
5628         * nnmaildir.el (nnmaildir-request-accept-article):
5629         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5630
5631 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5632
5633         * gnus-async.el: Require timer-funcs at compile time when in
5634         XEmacs for `run-with-idle-timer'.
5635
5636 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5637
5638         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5639         autoloaded function.
5640
5641 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5642
5643         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5644
5645 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5646
5647         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5648
5649 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650
5651         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5652         gnus-expert-user to default.
5653
5654 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5655
5656         * nnimap.el (nnimap-open-server): Ditto.
5657
5658         * imap.el (imap-authenticate): Fix typo.
5659
5660 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5661
5662         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5663         buffer (since IMAP server might return FETCH response out of
5664         order, and the nntp buffer must be sorted).
5665
5666 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5667
5668         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5669         comparison on string.
5670
5671         * gnus-agent.el (gnus-agent-long-article,
5672         gnus-agent-short-article, gnus-agent-score): Renamed category
5673         keywords to match gnus-cus.
5674         (gnus-agent-summary-fetch-series): Modified to protect against
5675         gnus-agent-summary-fetch-group clearing processable flags.
5676         (gnus-agent-synchronize-group-flags): Update live group buffer as
5677         synchronization may occur due to the user toggle the plugged
5678         status.
5679         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5680         successfully downloaded.
5681         (gnus-agent-expire-group-1): Avoid using markers when the overview
5682         is in ascending order; greatly improves performance.
5683         (gnus-agent-regenerate-group): Use
5684         gnus-agent-synchronize-group-flags to reset read status in both
5685         gnus and server.
5686         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5687
5688 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5689
5690         * message.el: Don't autoload former message-utils variables.
5691         (message-strip-subject-trailing-was): Change doc string.
5692
5693         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5694         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5695         (nnweb-google-search): Add "hl=en" here.
5696         (nnweb-google-parse-1, nnweb-google-create-mapping):
5697         Don't hardcode URL.
5698
5699 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5700
5701         * message.el (message-get-reply-headers, message-followup):
5702         Mention related variables `message-use-followup-to' and
5703         `message-use-mail-followup-to', in the information buffer.
5704
5705         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5706         of broken groups(-beta).google.com.
5707
5708 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5709
5710         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5711         parameter to invoked gnus-request-move-article; remove the
5712         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5713         all at once instead of once per article.
5714         (gnus-summary-remove-process-mark): Accept a list of articles as
5715         well as a single article for processing.
5716
5717         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5718         parameter.
5719
5720         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5721
5722         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5723
5724         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5725         parameter.
5726
5727         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5728         parameter.
5729
5730         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5731         parameter and remove the gnus-sum-hint-move-is-internal variable.
5732
5733         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5734         parameter.
5735
5736         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5737         parameter.
5738
5739         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5740         parameter.
5741
5742         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5743
5744         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5745         parameter.
5746
5747         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5748         parameter.
5749
5750 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5751
5752         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5753         a more conservative way.
5754
5755 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5756
5757         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5758         buffer, so it moves the window's cursor.
5759
5760 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5761
5762         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5763         `mm-dissect-multipart' and receive the from field as an (optional)
5764         argument from `mm-dissect-multipart'.
5765         (mm-dissect-multipart): Receive the from field as an argument and
5766         pass it on when we call `mm-dissect-buffer' on MIME parts.
5767         Fixes verification/decryption of signed/encrypted MIME parts.
5768
5769 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5770
5771         * gnus-sum.el (gnus-summary-move-article): Set
5772         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5773         whatever it calls (right now, only nnimap-request-move article
5774         respects it).
5775
5776         * nnimap.el (nnimap-request-move-article): When
5777         gnus-sum-hint-move-is-internal is set, don't do the extra
5778         nnimap-request-article.
5779
5780 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5781
5782         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5783
5784         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5785         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5786
5787         * gnus-sum.el (gnus-summary-caesar-message):
5788         Apply `gnus-treat-article' after rotation.
5789
5790         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5791         doc string.
5792
5793 2005-02-22  Simon Josefsson  <jas@extundo.com>
5794
5795         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5796         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5797         <arne@arnested.dk>.
5798         (encrypt): Add password-cache and password-cache-expiry as group
5799         members.
5800
5801 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5802
5803         * smime.el (smime-ldap-host-list): Doc fix.
5804         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5805         cache) password.
5806         (smime-sign-region): Use it.
5807         (smime-decrypt-region): Use it.
5808         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5809         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5810         fails.
5811         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5812         certificate from DER to PEM format rather than calling openssl.
5813
5814         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5815
5816         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5817         for signing/encryption.
5818
5819         * mml.el (mml-parse-1): Use them.
5820
5821 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5822
5823         * nnrss.el (nnrss-verbose): Removed.
5824         (nnrss-request-group): Use `nnheader-message' instead.
5825
5826 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5827
5828         * nnrss.el (nnrss-verbose): New variable.
5829         (nnrss-request-group): Make it say nnrss is requesting a group.
5830
5831 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5832
5833         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5834         Handle news URL with given port correctly.
5835
5836 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5839         containing special characters.
5840
5841         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5842
5843         * mml.el (mime-to-mml): Ditto.
5844
5845         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5846         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5847         (rfc2047-decode-region): Quote decoded words containing special
5848         characters when rfc2047-quote-decoded-words-containing-tspecials
5849         is non-nil.
5850
5851 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5854
5855         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5856
5857 2005-02-15  Simon Josefsson  <jas@extundo.com>
5858
5859         * nnimap.el (nnimap-debug): Doc fix.
5860
5861         * imap.el (imap-debug): Doc fix.
5862
5863 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5866
5867 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * gnus.el (spam-contents): Improve docs for spam-contents
5870         parameter in its variable incarnation.
5871
5872 2005-02-14  Simon Josefsson  <jas@extundo.com>
5873
5874         * smime-ldap.el: Use require instead of load-library for ldap.
5875         (smime-ldap-search): Indent.
5876         (smime-ldap-search-internal): Shorten line.
5877
5878         * smime.el (smime-cert-by-dns): Add doc-string.
5879         (smime-cert-by-ldap-1): Indent.
5880
5881         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5882         mml-smime-get-dns-ldap.
5883         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5884
5885 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5886
5887         * smime.el: Require smime-ldap.
5888         (smime-ldap-host-list): New variable.
5889         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5890
5891         * mml-smime.el (mml-smime-encrypt-query): New function.
5892         (mml-smime-encrypt-query): Use it.
5893
5894         * smime-ldap.el: New file.
5895
5896 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5899
5900 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5903         argument in doc string.  Make query for type more clear.
5904
5905 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * gnus.el (gnus-group-startup-message): Search for gnus images in
5908         etc/images/gnus.
5909         * mm-util.el (mm-image-load-path): Likewise.
5910         * smiley.el (smiley-data-directory): Search for smilies in
5911         etc/images/smilies.
5912
5913 2005-02-09  Kim F. Storm  <storm@cua.dk>
5914
5915         Change Emacs release version from 21.4 to 22.1 throughout.
5916         Change Emacs development version from 21.3.50 to 22.0.50.
5917
5918 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5921
5922         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5923         non-Mule XEmacs as well.
5924         (mm-decompress-buffer): Signal an error intentionally if it does
5925         not decompress compressed data because auto-compression-mode is
5926         disabled.
5927
5928 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5929
5930         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5931         an ID in the registry even if it has no groups.
5932
5933 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5936         merge it into mm-decompress-buffer.
5937         (gnus-mime-copy-part): Use the MIME part charset, the value which
5938         a user specified or gnus-newsgroup-charset for decoding, like
5939         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5940         save-buffer what was used.  Suggested by Kevin Ryde
5941         <user42@zip.com.au>.
5942         (gnus-mime-inline-part): Allow the name parameter as well as the
5943         filename parameter; force decompressing of compressed data; always
5944         display contents being not decoded as unibyte.
5945
5946         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5947         as well as the filename parameter.
5948
5949         * mm-util.el (mm-decompress-buffer): Merge
5950         gnus-mime-jka-compr-maybe-uncompress.
5951         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5952         of compressed data.
5953
5954 2005-02-08  Simon Josefsson  <jas@extundo.com>
5955
5956         * imap.el (imap-log): Doc fix.
5957
5958 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5961         the coding cookies; decompress compressed parts.
5962
5963         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5964         to the value which a user specified manually or the coding cookie.
5965
5966         * mm-util.el (mm-string-to-multibyte): New function.
5967         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5968         (mm-coding-system-to-mime-charset): New function.
5969         (mm-decompress-buffer): New function.
5970         (mm-find-buffer-file-coding-system): New function.
5971
5972         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5973         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5974         parts.
5975
5976 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5977
5978         * mm-view.el (mm-display-inline-fontify): Decode a part according
5979         to the charset parameter.
5980
5981 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5984         prefix arg is neither nil nor a number, as info specifies.
5985
5986 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5989         timestamps.
5990
5991 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5992
5993         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5994         groups error checking and notify user.
5995
5996 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5997
5998         * message.el (message-send-mail-function): Check existence of
5999         sendmail-program first before using default value
6000         `message-send-mail-with-sendmail'.  Otherwise use more generic
6001         `smtpmail-send-it'.
6002
6003 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * nntp.el (nntp-request-update-info): Always return nil.
6006
6007 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6008
6009         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6010
6011 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6012
6013         * message.el (message-beginning-of-line): Change the behavior when
6014         invoked between BOL and : so that it first moves backward.
6015
6016 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6019         article buffer when editing of the article is discarded.
6020         (gnus-article-prepare): Revert.
6021
6022 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-art.el (gnus-article-prepare):
6025         Remove message-strip-forbidden-properties from the local hook.
6026
6027 2005-01-27  Simon Josefsson  <jas@extundo.com>
6028
6029         * password.el (password-cache-add): Only start one timer per key.
6030         Reported by Derek Atkins <warlord@MIT.EDU>.
6031
6032 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6033
6034         * run-at-time.el: Removed.  It is no longer needed as
6035         timer-funcs.el in the xemacs-base package has a working version of
6036         `run-at-time'.
6037
6038         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6039
6040         * password.el: Require timer-funcs instead of run-at-time in
6041         XEmacs.
6042         Remove `password-run-at-time' macro.
6043         (password-cache-add): Use `run-at-time' instead of
6044         `password-run-at-time'.
6045
6046         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6047         Remove `nnheader-cancel-function-timers' alias,
6048         `cancel-function-timers' exists in XEmacs in timer-funcs.
6049
6050         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6051         for `run-with-idle-timer'.
6052
6053         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6054         for `run-at-time'.
6055
6056         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6057         for `with-timeout'.
6058
6059         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6060         the same as for XEmacs 21.4.
6061         No need to ignore `run-with-idle-timer', this function exists in
6062         XEmacs now in timer-funcs.el in the xemacs-base package.
6063         (dgnushack-compile): No need to delete
6064         run-at-time.el from the list of files to compile because it
6065         doesn't exist anymore.
6066
6067 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6070         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6071
6072 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6073
6074         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6075         sensitively.
6076
6077 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6078
6079         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6080
6081 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6084         which will be inserted according to the multibyteness of a buffer
6085         rather than the type of contents.  Suggested by ARISAWA Akihiro
6086         <ari@mbf.ocn.ne.jp>.
6087
6088         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6089         of string which old xml.el may return rather than a string.
6090
6091 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6094
6095 2005-01-16  Simon Josefsson  <jas@extundo.com>
6096
6097         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6098         idn/idna.el isn't available.
6099         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6100         <michael@waxrat.com>.
6101
6102         * hashcash.el: Remove non-FSF copyright header.
6103
6104         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6105         (hashcash-generate-payment): Use it.
6106         (hashcash-generate-payment-async): Use it.
6107
6108 2005-01-15  Simon Josefsson  <jas@extundo.com>
6109
6110         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6111         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6112
6113         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6114         gnus-summary-idna-message.
6115         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6116         (gnus-summary-idna-message): New function.
6117
6118 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6119
6120         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6121         gnus-novice-user.
6122
6123 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * nnrss.el (nnrss-request-delete-group): Delete entries in
6126         nnrss-group-alist as well.
6127         (nnrss-save-server-data): Insert newline.
6128
6129 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6130
6131         * gnus.el (gnus-user-agent): Use list of symbols instead of
6132         symbols.  Display full version number for (S)XEmacs.  Optionally
6133         display (S)XEmacs codename.
6134
6135         * gnus-util.el (gnus-emacs-version): Update for new
6136         `gnus-user-agent'.
6137
6138         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6139         Gnus version.
6140
6141 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6144         which is unreadable in some setups.
6145
6146 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * gnus-spec.el (gnus-update-format-specifications): Flush the
6149         group format spec cache if it doesn't support decoded group names.
6150
6151 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6152
6153         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6154         to apply decay on score files matching a regexp.
6155
6156 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6159         compatibility in %g and %c.
6160
6161 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6164         name for only %g and %c.
6165         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6166         of gnus-tmp-group to decoded group name.
6167         (gnus-group-make-rss-group): Exclude `/'s from group names.
6168
6169 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * nnrss.el (nnrss-get-encoding): Fix regexp.
6172
6173 2004-12-27  Simon Josefsson  <jas@extundo.com>
6174
6175         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6176         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6177         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6178
6179 2004-12-17  Kim F. Storm  <storm@cua.dk>
6180
6181         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6182
6183         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6184
6185 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6186
6187         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6188
6189 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * nnrss.el: Require rfc2047 and mml.
6192         (nnrss-file-coding-system): New variable.
6193         (nnrss-format-string): Redefine it as an inline function.
6194         (nnrss-decode-group-name): New function.
6195         (nnrss-string-as-multibyte): Remove.
6196         (nnrss-retrieve-headers): Decode group name; don't use
6197         nnrss-format-string.
6198         (nnrss-request-group): Decode group name.
6199         (nnrss-request-article): Decode group name; allow a Message-ID as
6200         well as an article number; don't use nnrss-format-string; encode a
6201         Message-ID string which may contain non-ASCII characters; use
6202         mml-to-mime to compose a MIME article.
6203         (nnrss-request-expire-articles): Decode group name.
6204         (nnrss-request-delete-group): Decode group name.
6205         (nnrss-fetch): Clarify error message.
6206         (nnrss-read-server-data): Use insert-file-contents instead of load;
6207         bind file-name-coding-system; use multibyte buffer.
6208         (nnrss-save-server-data): Bind coding-system-for-write to the
6209         value of nnrss-file-coding-system; bind file-name-coding-system;
6210         add coding cookie.
6211         (nnrss-read-group-data): Use insert-file-contents instead of load;
6212         bind file-name-coding-system; use multibyte buffer.
6213         (nnrss-save-group-data): Bind coding-system-for-write to the
6214         value of nnrss-file-coding-system; bind file-name-coding-system.
6215         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6216         make it work with non-ASCII text.
6217         (nnrss-find-el): Make it work with old xml.el as well.
6218
6219 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6220
6221         * nnrss.el (nnrss-get-encoding): New function.
6222         (nnrss-fetch): Use unibyte buffer initially; bind
6223         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6224         decode contents according to the encoding attribute.
6225         (nnrss-save-group-data): Add coding cookie.
6226         (nnrss-mime-encode-string): New function.
6227         (nnrss-check-group): Use it to encode subject and author.
6228
6229 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6230
6231         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6232         imaginary variable.
6233
6234 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6237         correctly even if there are wide characters.
6238
6239 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6240
6241         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6242         downcased symbol names; make a new cache instead of reusing
6243         bbdb-hashtable.
6244
6245 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6248         concatenating segments rather than before concatenating them.
6249         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6250
6251         * message.el (message-get-reply-headers): Bind `extra'.
6252
6253 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6254
6255         * message.el (message-extra-wide-headers): New variable.
6256         (message-get-reply-headers): Use it.
6257
6258 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6261         (gnus-agent-group-pathname): Ditto.
6262
6263         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6264
6265         * gnus-group.el (gnus-group-make-group): Decode group name.
6266         (gnus-group-make-rss-group): Register the group data after opening
6267         the nnrss group.
6268
6269 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6270
6271         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6272         by expiry now get marked as read.
6273
6274 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6277
6278 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6279
6280         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6281         unify Latin characters in XEmacs.
6282         (mm-find-mime-charset-region): Use it.
6283
6284 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * gnus-util.el (gnus-delete-directory): New function.
6287
6288         * gnus-agent.el (gnus-agent-delete-group): Use it.
6289
6290         * gnus-cache.el (gnus-cache-delete-group): Use it.
6291
6292 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6295         names.
6296
6297 2004-12-16  Simon Josefsson  <jas@extundo.com>
6298
6299         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6300
6301 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6304
6305         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6306         (gnus-group-set-current-level): Decode group name.
6307
6308 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6309
6310         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6311         failed.
6312
6313 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * gnus-group.el (gnus-group-delete-group): Decode group name.
6316         (gnus-group-make-rss-group): Encode group name.
6317         (gnus-group-catchup-current): Decode group name.
6318         (gnus-group-kill-group): Decode group name.
6319
6320 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6321
6322         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6323
6324 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-group.el (gnus-group-make-rss-group):
6327         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6328
6329         * gnus-start.el (gnus-setup-news): Honor user's setting to
6330         gnus-message-archive-method.  Suggested by Lute Kamstra
6331         <lute@gnu.org>.
6332
6333 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6334
6335         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6336         global counterparts of the buffer-local variables.
6337
6338 2004-11-16  Romain Francoise  <romain@orebokech.com>
6339
6340         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6341         counterparts of the buffer-local variables.
6342
6343 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6344
6345         * message.el (message-forbidden-properties): Fixed typo in doc
6346         string.
6347
6348 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6349
6350         * gnus-util.el (gnus-replace-in-string): Added doc string.
6351
6352         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6353         to avoid problems when splitting mails with many recipients.
6354
6355 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6356
6357         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6358         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6359
6360 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6361
6362         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6363         if there is no hashtable in memory or file modification time is
6364         newer than cached timestamp.
6365
6366 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6369         not-matching option.
6370
6371 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6372
6373         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6374         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6375         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6376         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6377         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6378         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6379
6380 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * message.el (message-forward-make-body-mml): Remove headers
6383         according to message-forward-ignored-headers if a message is decoded.
6384
6385 2004-12-02  Romain Francoise  <romain@orebokech.com>
6386
6387         * message.el (message-forward-make-body-plain): Always remove
6388         headers according to message-forward-ignored-headers.
6389
6390 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6391
6392         * spam.el (spam-summary-prepare-exit): Remove the
6393         gnus-summary-limit pop for now, it has problems with ham marks for
6394         me.
6395
6396 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6397
6398         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6399         correctly.
6400
6401 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6402
6403         * format-spec.el (format-spec): Message the char.
6404
6405 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * gnus-art.el (gnus-split-methods): Reformat comments.
6408
6409         * spam.el (spam-summary-prepare-exit): Remove article limits
6410         before exiting the summary buffer.
6411
6412 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6415         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6416
6417         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6418         order to silence the byte compiler.
6419
6420         * spam.el: Fix the way to silence the byte compiler, which
6421         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6422         bbdb-search-simple, spam-BBDB-register-routine,
6423         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6424         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6425         spam-stat-buffer-is-spam, spam-stat-load,
6426         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6427         spam-stat-save and spam-stat-split-fancy.
6428
6429 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6432         which may confuse users.
6433         (canlock-password-for-verify): Ditto.
6434
6435         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6436
6437         * gnus-art.el (gnus-emphasis-alist): Ditto.
6438
6439         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6440
6441         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6442
6443         * gnus-start.el (gnus-save-killed-list): Ditto.
6444
6445         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6446         (gnus-sum-thread-tree-root): Ditto.
6447         (gnus-sum-thread-tree-false-root): Ditto.
6448         (gnus-sum-thread-tree-single-indent): Ditto.
6449
6450         * message.el (message-courtesy-message): Ditto.
6451         (message-archive-note): Ditto.
6452         (message-subscribed-address-file): Ditto.
6453         (message-user-fqdn): Ditto.
6454
6455         * spam-report.el (spam-report-gmane-regex): Ditto.
6456
6457         * spam.el (spam-blackhole-good-server-regex): Ditto.
6458
6459 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * mml.el (mml-preview): Widen the message buffer before copying
6462         the contents to the preview buffer; sort headers before previewing.
6463
6464         * message.el (message-hidden-headers): Fix the way to avoid a bug
6465         in the `repeat' widget in Emacs 21.3 or earlier.
6466
6467 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * message.el (message-hidden-headers): Default to "^References:".
6470         Improve customization type.  Suggested by Reiner Steib
6471         <Reiner.Steib@gmx.de>.
6472
6473 2004-11-25  Romain Francoise  <romain@orebokech.com>
6474
6475         * message.el (message-strip-forbidden-properties): Remove check for
6476         obsolete `message-hidden' text property, hidden headers are not
6477         accessible in the buffer anymore.
6478
6479 2004-11-22  Romain Francoise  <romain@orebokech.com>
6480
6481         * message.el (message-header-format-alist): Add `From' in list
6482         so that it can be sorted.
6483         (message-fix-before-sending): Widen and sort headers before
6484         sending.
6485         (message-hide-headers): Use narrowing to hide headers by moving
6486         them to the top of the buffer and narrowing to the region
6487         underneath.
6488
6489 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6490
6491         * message.el (message-strip-forbidden-properties): Bind
6492         buffer-read-only (etc) to nil.
6493
6494 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6497         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6498
6499 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6500
6501         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6502
6503 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * dns.el (query-dns): Use sit-for to time instead of
6506         accept-process-output, since that doesn't seem to work on udp
6507         sockets.
6508
6509 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6512
6513 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6514
6515         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6516         doc string.  Improve doc string.
6517
6518 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * nntp.el (nntp-request-update-info): Return nil if
6521         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6522         may not call gnus-activate-group which uselessly issues the GROUP
6523         commands for all nntp groups and wastes time.  Reported by Romain
6524         Francoise <romain@orebokech.com>.
6525
6526         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6527
6528 2004-11-15  Simon Josefsson  <jas@extundo.com>
6529
6530         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6531         headers separately.
6532         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6533         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6534
6535 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * gnus-start.el (gnus-convert-old-newsrc):
6538         Assign legacy-gnus-agent to 5.10.7.
6539
6540 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6543         start of the lines.
6544
6545 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6546
6547         * hashcash.el (hashcash-default-payment): Change default to 20
6548         (hashcash-default-accept-payment): Change default to 20
6549         (hashcash-process-alist): New variable
6550         (hashcash-generate-payment-async): Add
6551         (hashcash-already-paid-p): Add
6552         (hashcash-insert-payment): Don't generate payments twice
6553         (hashcash-insert-payment-async): Add
6554         (hashcash-insert-payment-async-2): Add
6555         (hashcash-cancel-async): Add
6556         (hashcash-wait-async): Add
6557         (hashcash-processes-running-p): Add
6558         (hashcash-wait-or-cancel): Add
6559         (mail-add-payment): New optional argument.  Conditionally start
6560         asynchronous calculation.
6561         (mail-add-payment-async): Add
6562
6563         * message.el (message-send-mail): Wait for asynchronous hashcash
6564         results.  Don't clobber existing X-Hashcash headers.
6565         (message-setup-1): Call mail-add-payment-async when
6566         message-generate-hashcash is non-nil.
6567
6568 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6569
6570         * message.el (message-use-alternative-email-as-from): Examine the
6571         From header as well; use message-make-from in order to include a
6572         user's full name.
6573
6574 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6577         default; improve customization type.
6578         (gnus-emphasis-custom-with-format): New macro.
6579         (gnus-emphasis-custom-value-to-external): New function.
6580         (gnus-emphasis-custom-value-to-internal): New function.
6581
6582 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6583
6584         * dns.el (query-dns): Resolve reverse addresses.
6585
6586 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * gnus-group.el (gnus-group-get-new-news): Use it.
6589
6590         * gnus-start.el (gnus-check-reasonable-setup): New function.
6591
6592 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6595         "Args out of range" error.  Reported by Arnaud Giersch
6596         <arnaud.giersch@free.fr>.
6597
6598 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6599
6600         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6601
6602 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6603
6604         * spam.el (spam group): Add :version.
6605
6606         * pgg-def.el (pgg group): Add :version.
6607
6608 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * gnus-art.el (gnus-article-edit-article): Don't associate the
6611         article buffer with a draft file.  This is a temporary measure
6612         against the 2004-08-22 change to gnus-article-edit-mode.
6613
6614 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6617         (html2text-format-tags): Remove unused variable `attr'.
6618
6619 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6620
6621         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6622
6623         * tls.el (tls-process-connection-type, tls-success)
6624         (tls-certtool-program): Add :version.
6625
6626         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6627         (starttls-extra-arguments, starttls-process-connection-type)
6628         (starttls-connect, starttls-failure, starttls-success):
6629
6630         * spam-stat.el (spam-stat): Add :version.
6631
6632         * sieve.el (sieve): Add :version.
6633
6634         * sha1.el (sha1): Add :version.
6635         (sha1-use-external): Remove redundant version.
6636
6637         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6638         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6639         (nnmail-split-fancy-match-partial-words)
6640         (nnmail-split-lowercase-expanded):
6641
6642         * nndiary.el (nndiary): Add :version.
6643
6644         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6645
6646         * mml-sec.el (mml-default-sign-method)
6647         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6648         Add :version.
6649
6650         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6651
6652         * mm-url.el (mm-url-use-external, mm-url-program)
6653         (mm-url-arguments): Add :version.
6654
6655         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6656         (mm-attachment-file-modes, mm-decrypt-option)
6657         (mm-w3m-safe-url-regexp): Add :version.
6658
6659         * message.el (message-cite-prefix-regexp)
6660         (message-sendmail-envelope-from, message-minibuffer-local-map)
6661         (message-user-fqdn, message-completion-alist): Add :version.
6662
6663         * gnus-win.el (gnus-configure-windows-hook)
6664         (gnus-use-frames-on-any-display): Add :version.
6665
6666         * gnus-art.el (gnus-article-address-banner-alist)
6667         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6668         (gnus-treat-from-picon, gnus-treat-mail-picon)
6669         (gnus-treat-x-pgp-sig): Add :version.
6670
6671         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6672         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6673         (gnus-summary-article-delete-hook)
6674         (gnus-summary-display-while-building): Add :version.
6675
6676         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6677         (gnus-get-top-new-news-hook):Add :version.
6678
6679         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6680         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6681
6682         * gnus-registry.el (gnus-registry): Add :version.
6683
6684         * gnus-spec.el (gnus-use-correct-string-widths)
6685         (gnus-make-format-preserve-properties): Add :version.
6686
6687         * gnus.el (gnus-group-charter-alist)
6688         (gnus-group-fetch-control-use-browse-url)
6689         (gnus-install-group-spam-parameters): Add :version.
6690
6691         * gnus-diary.el (gnus-diary): Add :version.
6692
6693         * gnus-delay.el (gnus-delay): Add :version.
6694
6695         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6696         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6697         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6698         Add :version.
6699
6700         * gnus-agent.el (gnus-agent-max-fetch-size)
6701         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6702         (gnus-agent-prompt-send-queue): Add :version.
6703
6704         * deuglify.el (gnus-outlook-deuglify): Add :version.
6705
6706         * html2text.el: Beautify code.  Improve doc strings.  Some
6707         checkdoc cleanup.
6708         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6709
6710 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6711
6712         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6713
6714 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6715
6716         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6717         when package is loaded.
6718
6719         * spam.el (spam-summary-score-preferred-header): Add global preference
6720         for people who want to override the default SpamAssassin over
6721         Bogofilter preference (when both are set).
6722         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6723         (spam-user-format-function-S): Check
6724         spam-summary-score-preferred-header.
6725         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6726         (spam-user-format-function-S): Format the score correctly.
6727
6728 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6731         signature file.  Suggested by Manoj Srivastava
6732         <srivasta@golden-gryphon.com>.
6733
6734         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6735         iso-2022-jp even in the Japanese language environment.
6736         Suggested by Jason Rumney <jasonr@gnu.org>.
6737
6738 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6741         use the same characters as the dummy marks; make it free from
6742         getting affected by the language environment.
6743         (gnus-summary-read-group-1): Update mark positions only when the
6744         format spec is updated.
6745
6746         * gnus-spec.el (gnus-update-format-specifications): Return a list
6747         of updated types.
6748
6749 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6752         of boundp to check if display-warning is available.
6753
6754 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6755
6756         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6757
6758 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * nnspool.el (nnspool-spool-directory): Use news-path if the
6761         news-directory variable is not bound.
6762
6763         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6764         function instead of display-warning if it is not available.
6765
6766 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6769         v5-10: Use `point-at-bol'.
6770
6771 2004-10-26  Simon Josefsson  <jas@extundo.com>
6772
6773         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6774         <chenggao@gmail.com>.
6775
6776 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6777
6778         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6779         instead.
6780
6781 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6782
6783         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6784         to remove a server from the nnimap-server-buffer-alist.
6785         (nnimap-open-connection, nnimap-close-server): Use it.
6786
6787         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6788
6789 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6792         running the major-mode function.
6793
6794 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6797         dummy marks in the right way.
6798
6799 2004-10-18  David Edmondson  <dme@dme.org>
6800
6801         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6802         excessively.
6803
6804 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6805
6806         * gnus-util.el (gnus-split-references): Accept a nil references
6807         string and go on blissfully.
6808
6809         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6810         cases where the references string is non-nil but has no references.
6811
6812         * encrypt.el: Add autoload tags.
6813
6814         * spam.el (spam-resolve-registrations-routine): Remove article
6815         from unregistration list too.  Reported by David Hanak
6816         <dhanak@isis.vanderbilt.edu>
6817
6818 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6821         nil.  Changed custom type.
6822
6823 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6826
6827         * gnus-sum.el (gnus-summary-move-article): Use it.
6828
6829 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6830
6831         * encrypt.el: Add autoload cookies.
6832
6833         * spam.el (spam-backend-article-list-property)
6834         (spam-backend-get-article-todo-list)
6835         (spam-backend-put-article-todo-list, )
6836         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6837         Resolve registrations separately.
6838         (spam-register-routine): Format comments.
6839         (spam-unregister-routine, spam-register-routine): Always call with
6840         specific-articles, no default list.
6841         (spam-summary-prepare-exit): Use the spam-classifications function.
6842
6843         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6844         gnus-encrypt.el.
6845
6846         * encrypt.el: copied from gnus-encrypt.el
6847
6848         * gnus-encrypt.el: commented that it's obsolete
6849
6850 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6851
6852         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6853         (gnus-score-save): Use it.
6854
6855         * message.el (message-bury): Use `window-dedicated-p'.
6856
6857 2004-10-15  Simon Josefsson  <jas@extundo.com>
6858
6859         * pop3.el (top-level): Don't require nnheader.
6860         (pop3-read-timeout): Add.
6861         (pop3-accept-process-output): Add.
6862         (pop3-read-response, pop3-retr): Use it.
6863
6864 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6865
6866         * spam.el (spam-register-routine): Move comment.
6867         (spam-verify-bogofilter): Use 'unknown for the initial
6868         spam-bogofilter-valid state, not 'never.
6869
6870         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6871         for netrc-machine.
6872
6873         * nnimap.el (nnimap-open-connection): Use
6874         netrc-machine-user-or-password.
6875
6876 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6877
6878         * gnus-registry.el (gnus-registry-unload-hook):
6879         Set as a variable with add-hook.
6880
6881         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6882         of news-path.
6883
6884         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6885
6886         * spam.el: Delete duplicate `provide'.
6887         (spam-unload-hook): Set as a variable with add-hook.
6888
6889 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6890
6891         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6892         in the doc string.
6893
6894         * message.el (message-ignored-news-headers)
6895         (message-ignored-supersedes-headers)
6896         (message-ignored-resent-headers)
6897         (message-forward-ignored-headers): Improve custom type.
6898
6899 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * message.el (message-tokenize-header): Fix 2004-09-06 change
6902         which used point-min in the wrong place.
6903
6904 2004-10-12  Simon Josefsson  <jas@extundo.com>
6905
6906         * tls.el (tls-certtool-program): New variable.
6907         (tls-certificate-information): New function, based on
6908         ssl-certificate-information.
6909
6910 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * compface.el: Move the version of ELisp-based uncompface program
6913         to the contrib directory because of the copyright problem.
6914
6915 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6916
6917         * message.el (message-kill-buffer): Raise the current frame.
6918
6919 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6922
6923         * gnus.el (message-y-or-n-p): Autoload.
6924
6925         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6926         (pop3-password-required, pop3-authentication-scheme)
6927         (pop3-leave-mail-on-server): Made customizable.
6928         (pop3): New custom group.
6929         (pop3-retr): Remove `sleep-for' statements.
6930         Suggested by Dave Love <fx@gnu.org>.
6931
6932         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6933         Windows/DOS.
6934
6935         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6936         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6937         Dave Love <fx@gnu.org>.
6938
6939         * mml.el (mml-minibuffer-read-disposition): Require match.
6940         Suggested by Dave Love <fx@gnu.org>.
6941
6942 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6945         doc string.
6946
6947 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6950
6951 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6952
6953         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6954         instead of calling `mm-insert-inline', to decode text/* parts
6955         before displaying them.
6956
6957 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * mm-uu.el (mm-uu-text-plain-type): New variable.
6960         (mm-uu-pgp-signed-extract-1): Use it.
6961         (mm-uu-pgp-encrypted-extract-1): Use it.
6962         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6963         bind mm-uu-text-plain-type with that value.
6964         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6965         mm-uu-dissect.
6966
6967 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-group.el (gnus-update-group-mark-positions):
6970         * gnus-sum.el (gnus-update-summary-mark-positions):
6971         * message.el (message-check-news-body-syntax):
6972         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6973         of string-as-multibyte.
6974
6975 2004-10-05  Juri Linkov  <juri@jurta.org>
6976
6977         * gnus-group.el (gnus-update-group-mark-positions):
6978         * gnus-sum.el (gnus-update-summary-mark-positions):
6979         * message.el (message-check-news-body-syntax):
6980         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6981         8-bit unibyte values to a multibyte string for search functions.
6982
6983 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6986         (mm-uu-dissect-text-parts): New function.
6987
6988         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6989         dissect text parts.
6990
6991         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6992         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6993
6994         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6995
6996         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6997         gnus-current-topics instead of gnus-current-topic.
6998
6999 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7000
7001         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7002
7003 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7004
7005         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7006         where approriate.
7007
7008         * nnml.el (nnml-generate-active-info): do.
7009
7010         * nndiary.el (nndiary-generate-active-info): do.
7011
7012         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7013         (gnus-topic-move): do.
7014
7015         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7016         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7017
7018         * gnus-srvr.el (gnus-server-prepare)
7019         (gnus-server-open-all-servers): do.
7020
7021         * gnus-msg.el (gnus-summary-cancel-article)
7022         (gnus-summary-resend-message)
7023         (gnus-summary-mail-crosspost-complaint): do.
7024
7025         * gnus-move.el (gnus-change-server): do.
7026
7027         * gnus-group.el (gnus-group-unmark-all-groups)
7028         (gnus-group-set-current-level): do.
7029
7030 2004-10-04  Simon Josefsson  <jas@extundo.com>
7031
7032         * message.el (message-generate-hashcash): Doc fix.
7033
7034 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7035
7036         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7037         avoid infinite recursion via gnus-get-function.
7038
7039 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7040
7041         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7042
7043         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7044
7045         * nnmail.el (nnmail-split-history): do.
7046
7047         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7048         (nnml-request-delete-group): do.
7049
7050         * nnslashdot.el (nnslashdot-read-groups): do.
7051
7052         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7053         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7054
7055         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7056         (nnspool-sift-nov-with-sed): Use last
7057         (nnspool-retrieve-headers-with-nov): Use mapc.
7058         (nnspool-request-newgroups): Use dolist.
7059         (nnspool-request-group): Use last.
7060
7061         * nntp.el (nntp-read-server-type): Use dolist.
7062
7063         * nnvirtual.el (nnvirtual-create-mapping)
7064         (nnvirtual-update-read-and-marked): Use dolist.
7065         (nnvirtual-convert-headers): Simplify.
7066
7067 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7068
7069         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7070         support for sync'ing tick marks.
7071
7072 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7075         there's no visible header.
7076
7077 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7078
7079         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7080         necessary, pass full group name to gnus-request-set-marks.
7081
7082 2004-10-01  Simon Josefsson  <jas@extundo.com>
7083
7084         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7085         acroread.
7086
7087 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * spam-report.el (spam-report-gmane): Fix interactive.
7090
7091         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7092
7093         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7094         when writing file.
7095         (gnus-agent-synchronize-flags): Don't default to being
7096         interactive.
7097
7098 2004-09-30  Simon Josefsson  <jas@extundo.com>
7099
7100         * message.el (message-generate-hashcash): Add.
7101         (message-send-mail): Use it, call mail-add-payment.
7102
7103 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7104
7105         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7106
7107 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7108
7109         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7110         gnus-requst-update-info with explicit code to sync the in-memory
7111         info read flags with the marks being sync'd to the backend.
7112
7113         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7114
7115 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7116
7117         * spam.el (spam-verify-bogofilter): Add new function.
7118         (spam-check-bogofilter)
7119         (spam-bogofilter-register-with-bogofilter): Use it.
7120         (spam-verify-bogofilter): Add small fixes.
7121
7122 2004-09-28  Simon Josefsson  <jas@extundo.com>
7123
7124         * hashcash.el (hashcash-generate-payment): Revert.
7125
7126 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7127
7128         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7129         gnus-extract-references instead of gnus-split-references.
7130
7131         * gnus-util.el (gnus-extract-references): Add new function, analogous
7132         to gnus-split-references but extracts only the message-ID without
7133         anything extra.
7134
7135         * hashcash.el (hashcash-generate-payment)
7136         (hashcash-check-payment): Do the right thing if hashcash-path is
7137         nil (because the hashcash program could not be found).
7138
7139         * spam.el (spam-use-hashcash): Remove comment.
7140
7141 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7142
7143         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7144         (gnus-cache-enter-article, gnus-cache-remove-article)
7145         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7146
7147         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7148
7149         * gnus-art.el (article-hide-boring-headers)
7150         (article-translate-strings, article-display-face)
7151         (gnus-article-mime-match-handle-first)
7152         (gnus-article-highlight-headers)
7153         (gnus-article-add-buttons-to-head): do.
7154
7155 2004-09-27  Simon Josefsson  <jas@extundo.com>
7156
7157         * hashcash.el: New version, from
7158         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7159         ../contrib/.
7160
7161 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7164
7165 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7166
7167         * gnus-dup.el (gnus-dup-open): Use mapc.
7168         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7169
7170         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7171         Reported by Stefan Wiens <s.wi@gmx.net>.
7172
7173         * gnus.el (gnus-shutdown): Use dolist.
7174
7175         * gnus-undo.el (gnus-undo): Use mapc.
7176
7177         * nnrss.el (nnrss-generate-active): do.
7178
7179         * message.el (message-cite-original-without-signature)
7180         (message-cite-original): Use mapc.
7181         (message-do-actions, message-make-forward-subject): Use dolist.
7182
7183 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7184
7185         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7186         deletion to remove entire duplicate line.  Fixes merged article
7187         number bug.
7188
7189 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7190
7191         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7192         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7193         first ask if you want to open a server and then, even when you
7194         responded with no, asking if you want to synchronize the server's
7195         flags.
7196         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7197         multi-line expressions.
7198         (gnus-agent-synchronize-group-flags): New internal function.
7199         Updates marks in memory (in the info structure) AND in the
7200         backend.
7201
7202         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7203
7204         * nnagent.el (nnagent-request-set-mark): Use
7205         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7206         method, to ensure that synchronization updates marks in the
7207         backend and in the info (in memory) structure.
7208
7209 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7212         convention fully; don't miss the root article of a thread; make
7213         the X-Draft-From header with correct article numbers.
7214
7215 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7216
7217         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7218         unless plugged.  Disable the agent so that an open failure causes
7219         an error.
7220
7221         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7222         Reverted 2004-09-21 change.  The backend must be opened while
7223         synchronizing flags even when the backend stores the flags
7224         locally.
7225
7226 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7227
7228         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7229         in `header' match.  Reported by Svend Tollak Munkejord.
7230
7231         * message.el (message-cite-original): Fix use of
7232         `message-cite-articles-with-x-no-archive'.
7233
7234 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7237         (gnus-window-to-buffer): Ditto.
7238
7239         * mml.el (mml-preview-buffer): New variable.
7240         (mml-preview): Manage window layout with gnus-buffer-configuration.
7241
7242         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7243         X-Draft-From header even if those articles aren't quoted.
7244
7245 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7246
7247         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7248         (gnus-request-set-mark, gnus-request-update-mark): Use new
7249         g-s-t-u-l-m to decide to use backend even when unplugged.
7250
7251 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7254         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7255
7256 2004-09-20  Simon Josefsson  <jas@extundo.com>
7257
7258         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7259         "utf-16-le".
7260
7261 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7262
7263         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7264
7265 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * uudecode.el (uudecode-use-external): Add :version.
7268
7269         * smime.el (smime-CA-file, smime-encrypt-cipher)
7270         (smime-dns-server): Add :version.
7271
7272         * smiley.el (gnus-smiley-file-types): Add :version.
7273
7274         * sha1.el (sha1-use-external): Add :version.
7275
7276         * pgg-def.el (pgg-query-keyserver): Add :version.
7277
7278         * nnmail.el (nnmail-fancy-expiry-targets)
7279         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7280
7281         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7282         (nnimap-retrieve-groups-asynchronous): Add :version.
7283         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7284
7285         * mml.el (mml-content-disposition-parameters)
7286         (mml-insert-mime-headers-always): Add :version.
7287
7288         * mm-util.el (mm-coding-system-priorities):
7289
7290         * mm-decode.el (mm-inline-text-html-with-images)
7291         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7292         (mm-verify-option): Add :version.
7293         (mm-text-html-renderer): Change :version.
7294
7295         * message.el (message-fcc-externalize-attachments)
7296         (message-required-headers, message-draft-headers)
7297         (message-subject-trailing-was-query)
7298         (message-subject-trailing-was-ask-regexp)
7299         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7300         (message-mark-insert-end, message-archive-header)
7301         (message-archive-note, message-cross-post-default)
7302         (message-cross-post-note, message-followup-to-note)
7303         (message-cross-post-note-function, message-use-mail-followup-to)
7304         (message-subscribed-address-functions)
7305         (message-subscribed-address-file, message-subscribed-addresses)
7306         (message-subscribed-regexps, message-allow-no-recipients)
7307         (message-yank-cited-prefix, message-signature-insert-empty-line)
7308         (message-hidden-headers, message-hierarchical-addresses)
7309         (message-mail-user-agent, message-use-idna)
7310         (message-valid-fqdn-regexp)
7311         (message-strip-special-text-properties, message-header-synonyms)
7312         (message-beginning-of-line, message-tab-body-function): Add :version.
7313         (message-insert-canlock, message-wide-reply-confirm-recipients):
7314         Change :version.
7315
7316         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7317         and :version.
7318         (mail-source-delete-old-incoming-confirm)
7319         (mail-source-movemail-program): Add :version.
7320
7321         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7322         (gnus-agent-cache, gnus-agent): Change :version.
7323
7324         * gnus-util.el (gnus-use-byte-compile): Change :version.
7325
7326         * gnus-sum.el (gnus-summary-make-false-root-always)
7327         (gnus-summary-default-high-score)
7328         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7329         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7330         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7331         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7332         (gnus-sum-thread-tree-single-indent)
7333         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7334         (gnus-sum-thread-tree-leaf-with-other)
7335         (gnus-sum-thread-tree-single-leaf): Add :version.
7336         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7337         (gnus-article-loose-mime): Change :version.
7338
7339         * gnus-start.el (gnus-backup-startup-file)
7340         (gnus-save-startup-file-via-temp-buffer): Add :version.
7341
7342         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7343         (gnus-server-offline-face): Add :version.
7344
7345         * gnus-score.el (gnus-adaptive-word-length-limit):
7346
7347         * gnus-msg.el (gnus-gcc-externalize-attachments)
7348         (gnus-debug-files, gnus-debug-exclude-variables)
7349         (gnus-discouraged-post-methods): Change :version.
7350         (gnus-confirm-mail-reply-to-news)
7351         (gnus-confirm-treat-mail-like-news): Add :version.
7352
7353         * gnus-int.el (gnus-server-unopen-status): Add :version.
7354
7355         * gnus-group.el (gnus-group-jump-to-group-prompt)
7356         (gnus-large-ephemeral-newsgroup)
7357         (gnus-fetch-old-ephemeral-headers): Add :version.
7358
7359         * gnus-fun.el (gnus-x-face-directory)
7360         (gnus-convert-pbm-to-x-face-command)
7361         (gnus-convert-image-to-x-face-command)
7362         (gnus-convert-image-to-face-command): Add :version.
7363
7364         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7365
7366         * gnus-cite.el (gnus-cite-blank-line-after-header)
7367         (gnus-article-boring-faces):
7368
7369         * gnus-art.el (gnus-buttonized-mime-types)
7370         (gnus-inhibit-mime-unbuttonizing)
7371         (gnus-treat-display-face)
7372         (gnus-treat-body-boundary): Change :version.
7373         (gnus-body-boundary-delimiter, gnus-picon-databases)
7374         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7375         (gnus-treat-date-english, gnus-treat-fold-headers)
7376         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7377         (gnus-treat-mail-picon, gnus-treat-wash-html)
7378         (gnus-article-encrypt-protocol)
7379         (gnus-use-idna, gnus-article-over-scroll)
7380         (gnus-mime-display-multipart-alternative-as-mixed)
7381         (gnus-mime-display-multipart-related-as-mixed)
7382         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7383         (gnus-ctan-url, gnus-button-ctan-handler)
7384         (gnus-button-handle-ctan-bogus-regexp)
7385         (gnus-button-ctan-directory-regexp)
7386         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7387         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7388         (gnus-button-man-level, gnus-button-emacs-level)
7389         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7390
7391         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7392         (gnus-agent-go-online): Change :version.
7393         (gnus-agent-expire-unagentized-dirs)
7394         (gnus-agent-auto-agentize-methods): Add :version.
7395
7396         * flow-fill.el (fill-flowed-display-column)
7397         (fill-flowed-encode-column): Add :version.
7398
7399         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7400         (gnus-outlook-deuglify-unwrap-max)
7401         (gnus-outlook-deuglify-cite-marks)
7402         (gnus-outlook-deuglify-unwrap-stop-chars)
7403         (gnus-outlook-deuglify-no-wrap-chars)
7404         (gnus-outlook-deuglify-attrib-cut-regexp)
7405         (gnus-outlook-deuglify-attrib-verb-regexp)
7406         (gnus-outlook-deuglify-attrib-end-regexp)
7407         (gnus-outlook-display-hook): Add :version.
7408
7409         * binhex.el (binhex-use-external): Add :version.
7410
7411 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7414         and `invisible'.
7415
7416 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7417
7418         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7419         in gnus-registry-trim.
7420
7421 2004-09-13  Simon Josefsson  <jas@extundo.com>
7422
7423         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7424
7425         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7426
7427         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7428         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7429         <yamaoka@jpl.org>.
7430         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7431         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7432         <yamaoka@jpl.org>.
7433
7434         * sieve.el (sieve-manage-mode): Ditto.
7435
7436 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7437
7438         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7439
7440 2004-09-11  Simon Josefsson  <jas@extundo.com>
7441
7442         * dns-mode.el: Add.
7443
7444         * mm-view.el (mm-display-dns-inline): Add.
7445
7446         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7447         (mm-automatic-display): Ditto.
7448
7449         * mailcap.el (mailcap-mime-data): Add text/dns.
7450         (mailcap-mime-extensions): Map .soa to text/dns.
7451
7452 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7453
7454         * gnus-art.el (article-decode-mime-words, article-babel)
7455         (gnus-article-highlight-signature, gnus-article-add-buttons)
7456         (gnus-signature-toggle): Remove unnecessary bindings of
7457         `inhibit-read-only' inherited from v5.10 merge.
7458
7459 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * nntp.el (nntp): New customization group.
7462         (nntp-authinfo-file): Add customization group.
7463
7464         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7465
7466         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7467
7468         * gnus.el (to-address, to-list, subscribed)
7469         (large-newsgroup-initial): Ditto.
7470
7471         * flow-fill.el (fill-flowed-display-column)
7472         (fill-flowed-encode-column): Ditto.
7473
7474 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7475
7476         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7477         Use point-min rather than 1.
7478         (message-send-mail): Use buffer-size rather than point-max.
7479
7480         * gnus-sum.el (gnus-summary-search-article-forward):
7481         Signal a specific `search-failed' rather than a generic `error'.
7482
7483         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7484         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7485         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7486
7487 2004-09-10  Simon Josefsson  <jas@extundo.com>
7488
7489         * nndb.el (require): Remove tcp and duplicate cl.
7490
7491 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * gnus-agent.el (directory-files-and-attributes): Move forward.
7494
7495 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7496
7497         * gnus-agent.el (directory-files-and-attributes): Optionally
7498         defined to support XEmacs.
7499
7500 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7501
7502         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7503         to avoid run-time CL dependencies.
7504         (gnus-agent-unfetch-articles): New function.
7505         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7506         article numbers even when local .overview file is missing.
7507         (gnus-agent-read-article-number): New function. Only accepts
7508         27-bit article numbers.
7509         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7510         gnus-agent-read-article-number.
7511         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7512         from backend while recognizing that article numbers in .overview
7513         must be valid.
7514         (gnus-agent-update-files-total-fetched-for): Use
7515         directory-files-and-attributes to improve performance.
7516         * gnus-int.el (gnus-request-move-article): Use
7517         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7518         improve performance.
7519
7520         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7521         some users confused by references to .newsrc when they only have a
7522         .newsrc.eld file.
7523         (gnus-convert-mark-converter-prompt,
7524         gnus-convert-converter-needs-prompt): Fixed use of property list.
7525         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7526         New function. Used internally to only display 'gnus converting
7527         files' message when actually necessary.
7528
7529         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7530         methods now autoloaded.
7531
7532 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7535         identifiers.
7536
7537 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * gnus-picon.el: Fix indentation and closing parenthesis.
7540
7541 2004-09-01  Simon Josefsson  <jas@extundo.com>
7542
7543         * message.el (message-canlock-generate): Require sha1, not
7544         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7545         to require within a function.  Sadly, if sha1.el isn't loaded, the
7546         let binding in m-c-g will hide the defcustom definition, which is
7547         bad.)
7548
7549         * canlock.el: Require sha1, not sha1-el.
7550
7551         * message.el: Don't autoload sha1 (there is a autoload cookie in
7552         sha1.el).
7553
7554         * sha1-el.el: Renamed to sha1.el.
7555
7556 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7557
7558         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7559
7560 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7561
7562         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7563
7564 2004-08-30  Kim F. Storm  <storm@cua.dk>
7565
7566         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7567
7568         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7569         Add :group 'nnimap.
7570
7571 2004-08-30  Andreas Schwab  <schwab@suse.de>
7572
7573         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7574         ?* and ?\;.
7575
7576         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7577         and ?\' to symbol instead of whitespace.
7578
7579 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7582
7583         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7584         instead of re-search-forward.
7585
7586         * gnus-uu.el (gnus-uu-save-article): Ditto.
7587         (gnus-uu-post-encode-uuencode): Ditto.
7588
7589         * html2text.el (html2text-clean-list-items): Ditto.
7590         (html2text-clean-dtdd): Ditto.
7591         (html2text-format-tags): Ditto.
7592
7593         * message.el (message-send-mail-with-sendmail): Fix regexp.
7594         (message-fill-field-general): Use search-forward instead of
7595         re-search-forward.
7596         (unbold-region): Ditto.
7597
7598         * nnrss.el (nnrss-request-article): Ditto.
7599
7600         * nnslashdot.el (nnslashdot-request-article): Ditto.
7601
7602         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7603
7604         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7605         "Unrecognized menu descriptor" error in XEmacs.
7606
7607 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7608
7609         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7610         parent article of a sparse article in the thread hashtb.
7611
7612 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7613
7614         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7615         (nnmail-expand-newtext): Lowercase expanded entries if
7616         nnmail-split-lowercase-expanded is non-nil.
7617
7618 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7621         entry.
7622
7623         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7624         of gnus-tmp-news-method into string under XEmacs.  It will be
7625         passed to gnus-correct-length which takes only a string argument.
7626
7627 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * gnus-util.el (gnus-bind-print-variables): New macro.
7630         (gnus-prin1): Use it.
7631         (gnus-prin1-to-string): Use it.
7632         (gnus-pp): New function.
7633         (gnus-pp-to-string): New function.
7634
7635         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7636         pp-to-string with gnus-pp-to-string.
7637         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7638         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7639         * gnus-msg.el (gnus-debug): Ditto.
7640         * gnus-score.el (gnus-score-save): Ditto.
7641         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7642         gnus-pp-to-string.
7643         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7644         with gnus-pp.
7645         * score-mode.el (gnus-score-pretty-print): Ditto.
7646         * webmail.el (webmail-debug): Ditto.
7647
7648 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * gnus-art.el (article-display-face, article-display-x-face): Use
7651         buffer-read-only.
7652
7653 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-art.el (article-hide-list-identifiers): Bind
7656         inhibit-read-only as t.
7657
7658 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7661
7662 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7663
7664         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7665         (gnus-narrow-to-page): Don't assume point-min == 1.
7666         (gnus-article-edit-mode): Derive from message-mode.
7667
7668         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7669         point-min == 1.
7670
7671         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7672         Disable incorrect use of `assert'.
7673
7674         * message.el (message-mode): Set comment-start-skip.
7675
7676
7677 2004-08-22  Sam Steingold  <sds@gnu.org>
7678
7679         * pop3.el (pop3-leave-mail-on-server): New user variable.
7680         (pop3-movemail): Delete mail only when it is nil.
7681
7682 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7685
7686         * mml.el (mml-preview): Use `pop-to-buffer'.
7687
7688         * message.el (message-goto-mail-followup-to): Insert after "To".
7689         (message-carefully-insert-headers): Add comment.
7690
7691         * gnus.el: Remove unused variable `gnus-article-check-size'.
7692
7693         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7694
7695         * gnus-art.el (gnus-button-alist): Improve
7696         `gnus-button-handle-library' entry.
7697
7698 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7699
7700         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7701         downcase, since XEmacs capitalizes error messages differently.
7702
7703 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7704
7705         * nntp.el: Add (require 'gnus) due to reference to
7706         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7707
7708 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7709
7710         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7711         `mm-fill-flowed'.
7712
7713         * mm-decode.el (mm-dissect-singlepart): Check it.
7714
7715 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7716
7717         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7718         'imap' for netrc parsing.
7719
7720 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * mailcap.el (mailcap-mime-data): Mark as risky.
7723
7724 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7727         may be included in the encoded word.
7728         (rfc2047-encode): Don't append a space if the encoded word
7729         includes close parenthesis.
7730
7731 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7734         of text within parentheses.
7735
7736 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7737
7738         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7739         (gnus-encrypt-write-file-contents): Make the password key the file
7740         name PLUS the cipher, not just the cipher.  Also remove failed
7741         passwords from the cache.
7742
7743 2004-08-06  Simon Josefsson  <jas@extundo.com>
7744
7745         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7746         fix.
7747
7748 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7751         LWSP.
7752
7753 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7754
7755         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7756         to append in-reply-to: data to the references: header.
7757
7758         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7759         (netrc-parse): Use gnus-encrypt.el functions.
7760
7761         * gnus-encrypt.el: Add new file for encryption support; currently
7762         does only a few GPG ciphers and an internal XOR cipher.
7763
7764         * password.el: Add comments on using password-read-and-add.
7765         (password-read-and-add): Add function to read and add the
7766         password to the cache at once.
7767
7768 2004-07-28  Simon Josefsson  <jas@extundo.com>
7769
7770         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7771         parameter (but don't use it, for now).
7772
7773         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7774         instead of hard coding to nil.
7775
7776 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7779         as mm-inline-image-xemacs does.
7780
7781 2004-07-26  Simon Josefsson  <jas@extundo.com>
7782
7783         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7784         Revert part of 2004-07-17 change below.
7785
7786 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7789         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7790
7791 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792
7793         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7794         quotes that actually start with ">" at the beginning of the
7795         lines.
7796
7797 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * rfc2047.el (rfc2047-encode-region): Fix last change.
7800         (rfc2047-encode-parameter): Remove useless concat.
7801
7802 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7805         encode special characters; fix some kind of misconfigured headers;
7806         signal a real error if debug-on-quit or debug-on-error is non-nil.
7807         (rfc2047-encode-max-chars): New variable.
7808         (rfc2047-encode-1): Use it.
7809         (rfc2047-encode-parameter): New function.
7810
7811         * mml.el (mml-insert-parameter): Remove an excessive space.
7812
7813 2004-07-17  Simon Josefsson  <jas@extundo.com>
7814
7815         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7816         Kai Grossjohann <kai@emptydomain.de>.
7817         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7818         (gnus-group-make-menu-bar): Ditto.
7819
7820         * gnus-util.el (gnus-group-server): Add.
7821
7822 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7823
7824         * message.el (message-clone-locals): Clone sendmail and smtp
7825         variables.
7826
7827 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * rfc2047.el (rfc2047-encode-region): Fix last change.
7830
7831 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7834         characters as non-special.
7835
7836 2004-07-09  Simon Josefsson  <jas@extundo.com>
7837
7838         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7839         Users will lose all flag changes made while unplugged with
7840         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7841         good default.  See numerous reports on ding mailing list.
7842
7843 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7846         add generate-head-function and generate-article-function to the
7847         rfc822-forward entry.
7848         (nndoc-rfc822-forward-generate-article): New function.
7849         (nndoc-rfc822-forward-generate-head): New function.
7850
7851         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7852
7853 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7854
7855         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7856         respect display group parameter and gnus-summary-expunge-below.
7857         (gnus-articles-to-read): Remove unused reference to display group
7858         parameter.
7859
7860 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7861
7862         * nnheader.el (nnheader-uniquify-message-id): New experimental
7863         variable.
7864         (nnheader-nov-read-message-id): Use it.
7865
7866         * spam-report.el (spam-report-gmane): Add interactive.
7867
7868 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7871         qp-or-base64 for the application/* types.
7872
7873 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7874
7875         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7876
7877 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7878
7879         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7880         trim value.
7881
7882 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7883
7884         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7885         New macro and function.
7886         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7887
7888 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7891         after-load-alist.
7892
7893 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7896         update info that isn't there.
7897
7898 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7899
7900         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7901         entry.
7902
7903 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * mm-view.el (mm-inline-render-with-function): Use multibyte
7906         buffer; decode html source by charset.
7907
7908         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7909
7910         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7911         Mule-UCS is loaded under XEmacs.
7912         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7913
7914 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7915
7916         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7917
7918 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * mm-util.el (mm-coding-system-p): Return a coding-system.
7921         (mm-mime-mule-charset-alist): Use shift_jis instead of
7922         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7923         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7924         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7925         instead of japanese-shift-jis and iso-latin-1 respectively in
7926         order to share the default value with both Emacs and XEmacs-mule.
7927         (mm-mule-charset-to-mime-charset): Make
7928         mm-coding-system-priorities effective.
7929         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7930         while predicating of candidates upon the priorities.
7931
7932 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7933
7934         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7935         gnus-uu-invert-processable.
7936
7937         * gnus.el: Autoload gnus-uu-invert-processable.
7938
7939 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * mm-util.el (mm-with-multibyte-buffer): New macro.
7942
7943         * rfc2047.el (rfc2047-encode-string): Use it.
7944         (rfc2047-encode-region): Move point to the end of the region after
7945         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7946
7947 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7950         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7951
7952 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7955         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7956         Karl Chen <quarl@nospam.quarl.org>.
7957
7958 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7959
7960         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7961         invalid addresses.
7962
7963 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7964
7965         * spam.el: Change section markers, revise TODO list.
7966         (spam-backends): Make new master list of all installed backends.
7967         (spam-summary-exit-behavior): Add new variable to determine how
7968         messages moves are done at summary exit.
7969         (spam-move-spam-nonspam-groups-only)
7970         (spam-process-ham-in-nonham-groups)
7971         (spam-process-ham-in-spam-groups): Remove variables, the
7972         spam-summary-exit-behavior variable should be used to manage this
7973         behavior.
7974         (spam-old-ham-articles, spam-old-spam-articles): Remove.
7975         (spam-old-articles): Add variable, replacing spam-old-ham-articles
7976         and spam-old-spam-articles.
7977         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7978         Add empty variables, placeholders for the backends they represent.
7979         (spam-set-difference): Move, unchanged.
7980         (spam-list-of-processors): Declare OBSOLETE, not used anymore
7981         unless the user has a processor variable.
7982         (spam-classifications, spam-classification-valid-p)
7983         (spam-backend-properties, spam-backend-property-valid-p)
7984         (spam-backend-function-type-valid-p)
7985         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
7986         (spam-report-articles-gmane, spam-report-articles-resend):
7987         Remove functions, they are not needed.
7988         (spam-install-backend-super, spam-backend-list)
7989         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7990         (spam-backend-function, spam-backend-ham-registration-function)
7991         (spam-backend-spam-registration-function)
7992         (spam-backend-ham-unregistration-function)
7993         (spam-backend-spam-unregistration-function)
7994         (spam-backend-statistical-p, spam-backend-mover-p)
7995         (spam-install-backend-alias, spam-install-checkonly-backend)
7996         (spam-install-mover-backend, spam-install-nocheck-backend)
7997         (spam-install-backend, spam-install-statistical-backend)
7998         (spam-install-statistical-checkonly-backend): Add backend installation
7999         support.
8000         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8001         (spam-group-processor-p): Use the new backend code and respect the
8002         summary exit behavior.
8003         (spam-mark-spam-as-expired-and-move-routine): Remove.
8004         (spam-summary-prepare): Change to use the new spam-old-articles
8005         variable.
8006         (spam-copy-or-move-routine, spam-copy-spam-routine)
8007         (spam-move-spam-routine, spam-copy-ham-routine)
8008         (spam-move-ham-routine): Add code to copy/move ham or spam.
8009         (spam-fetch-field-fast): Improve doc and code, plus allow the
8010         'number request.
8011         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8012         variables.
8013         (spam-split, spam-find-spam): Use the new backend code.
8014         (spam-registration-functions): Remove variable.
8015         (spam-unregister-routine): Add convenience wrapper.
8016         (spam-log-undo-registration, spam-register-routine)
8017         (spam-log-processing-to-registry)
8018         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8019         where possible.
8020         (spam-check-gmane-xref, spam-check-regex-headers)
8021         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8022         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8023         (spam-check-bogofilter-headers, spam-check-spamoracle)
8024         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8025         (spam-check-crm114-headers): Use the spam-split-group that
8026         spam-split prepares, no need to determine it every time.
8027
8028         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8029         to the nnheader-parse-naked-head call.
8030
8031         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8032
8033         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8034         the nnheader-nov-read-message-id call.
8035
8036 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8039         gnus-activate-group twice.  Suggested by Markus Peter
8040         <warp@spin.de>.
8041
8042 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-art.el (gnus-article-time-format): Exchange the order of
8045         day and month in the default value; fix customization type.
8046         (article-date-ut): Use add-text-properties.
8047         (article-make-date-line): Use message-make-date instead of
8048         current-time-string.
8049
8050         * message.el (message-fetch-field): Don't use set-text-properties.
8051         (message-make-date): Simplify.
8052
8053         * messagexmas.el (message-xmas-make-date): New function.
8054         (message-xmas-redefine): Defalias message-make-date to it.
8055
8056 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8059         (rfc2047-encode-region): Treat text within parentheses as special;
8060         show the original text when error has occurred.
8061
8062         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8063         already-computed method to gnus-activate-group.
8064
8065         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8066         same select-methods identical Lisp objects.
8067
8068         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8069         object when modifying the info.
8070
8071 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8074         gnus-opened-servers since it has never been opened with the new
8075         configuration yet.
8076
8077 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8080         arg to nnheader-generate-fake-message-id.
8081
8082 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8083
8084         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8085         number and build a fake message ID localized to a group and
8086         article number (so it's repeatable from that point on).
8087         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8088         ID format.
8089
8090         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8091         nnheader-generate-fake-message-id with the article number.
8092
8093 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8094
8095         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8096         end-of-buffer.
8097
8098 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8099
8100         * message.el (message-ignored-supersedes-headers): Add Approved.
8101
8102 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8105         goto-char.
8106         (rfc2047-encode): Fold the line before encoding.
8107
8108 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8109
8110         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8111         folding -- not all headers can be folded, and this should be done
8112         by the message composition mode.  Probably.  I think.
8113
8114 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8117         fast.
8118
8119         * gnus-ems.el (gnus-remove-image): Don't use
8120         message-text-with-property; remove only the image found first.
8121
8122         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8123         found first.
8124
8125 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8126
8127         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8128
8129 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * message.el (message-text-with-property): Make it fast and accept
8132         optional arguments.
8133         (message-strip-forbidden-properties): Use it.
8134         (message-fix-before-sending): Follow the m-t-w-p change.
8135
8136         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8137
8138 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * gnus-art.el (article-hide-headers): Don't change the buffer
8141         mistakenly when performing mml-preview even if
8142         gnus-single-article-buffer is nil.
8143
8144 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8145
8146         * message.el (message-expand-name-databases): New user option.
8147         (message-expand-name): Use it.
8148
8149 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8150
8151         * spam.el (spam-report-articles-resend)
8152         (spam-report-resend-register-routine): Allow ham reporting.
8153         (spam-report-resend-register-ham-routine): Add wrapper.
8154         (spam-registration-functions): Add ham resending functions.
8155         (spam-list-of-processors): Add ham resend processor.
8156
8157         * gnus.el (ham-resend-to): Add new group parameter.
8158         (spam-process): Add ham resend option.
8159
8160         * spam-report.el (spam-report-resend): Allow reporting ham.
8161         (spam-report-resend-ham): Add wrapper.
8162
8163 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8164
8165         * message.el (message-cite-articles-with-x-no-archive): New
8166         variable.
8167         (message-cite-original): Use it.
8168
8169 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * message.el (message-cite-original): Respect X-No-Archive.
8172
8173 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * gnus-art.el (article-hide-headers): Refer to the values for
8176         gnus-ignored-headers and gnus-visible-headers in the summary
8177         buffer since a user may have set them as group parameters.
8178
8179 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8180
8181         * assistant.el (assistant-node-name): Add convenience function.
8182         (assistant-render-text, assistant-render-node): Add error handling,
8183         plus handle multiple next nodes.
8184         (assistant-find-next-node): Comment out for now.
8185         (assistant-find-next-nodes): Add function, returns list of next
8186         nodes.
8187
8188 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * mail-source.el (mail-source-directory): Fix doc-string.
8191
8192 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8193
8194         * assistant.el (assistant-render-text, assistant-eval): Add :set
8195         widget type, which is different because it takes and returns a
8196         list.  Much hilarity ensues.
8197
8198 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8201
8202         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8203         doc-string.
8204
8205         * gnus-start.el (gnus-activate-group): Added doc-string.
8206
8207 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8210
8211 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8212
8213         * assistant.el (assistant-render-text): Try to add a :set
8214         widget, more to come.
8215
8216         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8217         strings.
8218         (spam-report-articles-resend)
8219         (spam-register-routine): Do registration iff any articles warrant
8220         it.
8221         (spam-summary-prepare-exit): Change log message for nil group
8222         destinations.
8223
8224 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8225
8226         * spam.el (spam-report-resend-register-routine): Allow
8227         spam-report-resend-to to be a group parameter or a global value.
8228
8229 2004-05-26  Simon Josefsson  <jas@extundo.com>
8230
8231         * starttls.el: Merge with my GNUTLS based starttls.el.
8232         (starttls-gnutls-program, starttls-use-gnutls)
8233         (starttls-extra-arguments, starttls-process-connection-type)
8234         (starttls-connect, starttls-failure, starttls-success): New
8235         variables.
8236         (starttls-program, starttls-extra-args): Doc fix.
8237         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8238         functions.
8239         (starttls-negotiate, starttls-open-stream): Check
8240         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8241         function if it is set.
8242
8243 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8246         structured fields.
8247
8248 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8251
8252 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8253
8254         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8255         variable.
8256         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8257         assigning the spam-mark to new messages.
8258
8259 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8260
8261         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8262
8263 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8266
8267         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8268         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8269         default.
8270
8271 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8272
8273         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8274         correct data.
8275
8276 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8277
8278         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8279         (spam-group-processor-p): Fix function.
8280         (spam-group-processor-multiple-p)
8281         (spam-group-spam-processor-report-gmane-p)
8282         (spam-group-spam-processor-report-resend-p)
8283         (spam-group-spam-processor-bogofilter-p)
8284         (spam-group-spam-processor-blacklist-p)
8285         (spam-group-spam-processor-ifile-p)
8286         (spam-group-ham-processor-ifile-p)
8287         (spam-group-spam-processor-spamoracle-p)
8288         (spam-group-spam-processor-crm114-p)
8289         (spam-group-ham-processor-bogofilter-p)
8290         (spam-group-spam-processor-stat-p)
8291         (spam-group-ham-processor-stat-p)
8292         (spam-group-ham-processor-whitelist-p)
8293         (spam-group-ham-processor-BBDB-p)
8294         (spam-group-ham-processor-spamoracle-p)
8295         (spam-group-ham-processor-copy-p): Remove functions with some
8296         prejudice against unneeded code.
8297         (spam-report-articles-resend)
8298         (spam-report-resend-register-routine): Allow the group/topic
8299         spam-resend-to value to override spam-report-resend-to.
8300         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8301         properly now.
8302
8303         * gnus.el (spam-resend-to): Add group/topic parameter.
8304         (spam-process): Move the OBSOLETE processors to the end of the
8305         choices.
8306
8307 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8308
8309         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8310         with resend-to set to nil, and then ask the user if necessary.
8311         (spam-report-resend): spam-report-resend takes a list of articles, not
8312         separate article numbers.
8313
8314 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8317         addition to emacs-w3m.
8318
8319 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8320
8321         * assistant.el (assistant-authinfo-data): New function.
8322         (assistant-eval): Eval for entire assistant.
8323
8324         * netrc.el (netrc-services-file): New variable.
8325         (netrc-parse-services): New function.
8326         (netrc-find-service-name): New function.
8327         (netrc-find-service-number): New function.
8328         (netrc-port-equal): New function.
8329         (netrc-machine): Use it.
8330
8331         * nnimap.el (nnimap-open-connection): Use netrc.
8332
8333         * gnus-util.el (gnus-netrc-get): Remove aliases.
8334
8335         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8336
8337         * assistant.el (wid-edit): Fix compilation.
8338
8339         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8340
8341 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8342
8343         * gnus-util.el (gnus-set-file-modes): New function.  (small
8344         patch).
8345
8346 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8349
8350         * assistant.el (assistant-render-node): Fix up rendering and
8351         read-only text.
8352         (assistant-render-node): Reset.
8353         (assistant-make-read-only): Not sticky.
8354
8355 2004-05-20  Danny Siu  <dsiu@adobe.com>
8356
8357         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8358         centered even when gnus-auto-center-summary is t
8359
8360 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * dns.el (dns-get-txt-answer): New function.
8363         (dns-read-txt): Ditto.
8364         (query-dns): Use it.
8365
8366 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8369         active for foreign groups even if the group level is higher than
8370         the specified value.
8371
8372 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373
8374         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8375         non-active groups.
8376
8377         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8378
8379 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8380
8381         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8382
8383 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8384
8385         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8386         (spam-crm114-header, spam-crm114-spam-switch)
8387         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8388         (spam-crm114-positive-spam-header)
8389         (spam-crm114-database-directory, spam-list-of-processors)
8390         (spam-group-spam-processor-crm114-p)
8391         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8392         (spam-generic-score, spam-list-of-checks)
8393         (spam-list-of-statistical-checks, spam-registration-functions)
8394         (spam-check-crm114-headers, spam-crm114-score)
8395         (spam-check-crm114, spam-crm114-register-with-crm114)
8396         (spam-crm114-register-spam-routine)
8397         (spam-crm114-unregister-spam-routine)
8398         (spam-crm114-register-ham-routine)
8399         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8400         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8401
8402         * gnus.el: Add spam-use-crm114.
8403
8404         * spam.el (spam-list-of-processors, spam-registration-functions):
8405         Add spam-use-resend.
8406         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8407         (spam-report-articles-gmane): Add doc fix.
8408         (spam-report-articles-resend,
8409         spam-report-resend-register-routine): Add wrappers around
8410         spam-report-resend-to.
8411
8412         * spam-report.el (spam-report-resend-to, spam-report-resend):
8413         Add support for resending spam.
8414         (spam-report-gmane): Fix line length >80.
8415
8416         * gnus.el (spam-process): Add spam-use-resend.
8417
8418 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8419
8420         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8421         number of processed spam messages.
8422         (spam-ham-copy-or-move-routine): Return the number of processed
8423         ham messages.
8424         (spam-summary-prepare-exit): Use the above values to decide
8425         whether status messages shouled be displayed.
8426
8427 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8430         `rfc2047-encoding-function-alist' in order to avoid conflicting
8431         with the old version.
8432         (rfc2047-encode-region): Concatenate words containing non-ASCII
8433         characters in structured fields; don't encode space-delimited
8434         ASCII words even in unstructured fields; don't break words at
8435         char-category boundaries.
8436         (rfc2047-encode-1): New function.
8437         (rfc2047-encode): Use it; encode text so that it occupies the
8438         maximum width within 76-column; work correctly on Q encoding for
8439         iso-2022-* charsets.
8440         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8441         sure not to break a line just after the header name.
8442         (rfc2047-b-encode-region): Removed.
8443         (rfc2047-b-encode-string): New function.
8444         (rfc2047-q-encode-region): Removed.
8445         (rfc2047-q-encode-string): New function.
8446
8447         * mm-util.el (mm-replace-in-string): New function.
8448
8449 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450
8451         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8452         get it right.
8453         (gnus-inews-make-draft): Really.
8454
8455 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8456
8457         * nnmh.el (nnmh-request-list-1): Don't check the link count
8458         before descending.  (small patch)
8459
8460 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8463         stuff.
8464
8465         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8466         on real group name.
8467
8468         * gnus-art.el (gnus-signature-limit): Doc fix.
8469
8470         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8471
8472         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8473
8474 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8475
8476         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8477         isn't a string.
8478
8479 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * gnus-draft.el (gnus-draft-send): Bind
8482         rfc2047-encode-encoded-words.
8483
8484         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8485         (rfc2047-encodable-p): Say that =? needs encoding.
8486         (rfc2047-encode-encoded-words): New variable.
8487
8488         * gnus-group.el (gnus-group-select-group): Doc fix.
8489
8490         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8491
8492         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8493         to nil.
8494
8495         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8496
8497         * nnheader.el (nnheader-get-lines-and-char): New function.
8498
8499 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * gnus-msg.el (gnus-summary-followup-with-original): Document
8502         yanking of region when active.
8503
8504 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8507         groups if the group level is higher than the specified value.
8508
8509 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8510
8511         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8512         (gnus-group-jump-to-group): Added prefix argument using
8513         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8514         non-active group.
8515
8516         * compface.el (uncompface): Be verbose when changing
8517         `uncompface-use-external'.
8518
8519         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8520         handle manual section.
8521
8522 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * gnus-art.el (gnus-button-alist): Revert previous change.
8525
8526 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8529
8530 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8533         whether backend can accept message.
8534
8535         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8536
8537 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8538
8539         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8540         Avoid creating directory when nntp-marks-is-evil is true.
8541         Reported by Reiner Steib.
8542
8543 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * gnus-picon.el (gnus-picon-style): New variable.
8546         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8547         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8548         Jesper Harder <harder@ifa.au.dk>.
8549
8550 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * message.el (message-fill-field): Return point.
8553         (message-generate-headers): Go to end of field.
8554
8555         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8556         stuff for non-living groups.
8557
8558 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8559
8560         * gnus-art.el (gnus-article-followup-with-original)
8561         (gnus-article-reply-with-original): gnus-mark-active-p ->
8562         gnus-region-active-p.
8563
8564 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8565
8566         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8567         only when there is spam or ham to be processed.
8568
8569 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8570
8571         * mail-source.el (mail-source-delete-crash-box): Refactor.
8572         (mail-source-fetch): Use it.
8573         (mail-source-fetch-file): Ditto.
8574         (mail-source-fetch-directory): Run postscript in loop.
8575         (mail-source-fetch-pop): Delete.
8576         (mail-source-fetch-maildir): Ditto.
8577         (mail-source-fetch-imap): Ditto.
8578
8579         * imap.el (imap-authenticators): Comment out sasl.
8580
8581         * message.el (message-skip-to-next-address): New function.
8582         (message-fill-header-address): Refactor.
8583         (message-fill-address): Use it.
8584         (message-delete-address): Use it.
8585         (message-fill-header-general): Refactor.
8586         (message-fill-field-address): Rename.
8587         (message-narrow-to-field): Find the start of the header.
8588         (message-header-format-alist): Don't pre-fill.
8589         (message-fill-header): Removed.
8590         (message-insert-header): New function.
8591         (message-shorten-references): Use it.
8592
8593         * rfc2047.el (rfc2047-field-value): Strip props.
8594
8595         * mail-parse.el (mail-header-make-address): New alias.
8596
8597         * ietf-drums.el (ietf-drums-make-address): New function.
8598
8599         * imap.el: Add compiler directives.
8600
8601         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8602
8603         * gnus-art.el (article-decode-idna-rhs): Don't use
8604         message-idna-inside-rhs-p.
8605
8606 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8607
8608         * message.el (message-idna-inside-rhs-p): Removed.
8609         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8610
8611         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8612         false positives.
8613
8614 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8615
8616         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8617
8618 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * nneething.el (nneething-file-name): Don't create spurions
8621         files.
8622
8623         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8624         (gnus-inews-do-gcc): Remove sleep.
8625
8626         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8627         part under point.
8628
8629         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8630         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8631
8632 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8633
8634         * spam.el (spam-summary-prepare-exit): Fixed (length).
8635
8636 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8637
8638         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8639         as expired without moving it" message when there are spam
8640         messages left.
8641
8642 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8643
8644         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8645         header is not nil.
8646
8647 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8648
8649         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8650         nntp-possibly-create-directory, not nntp-possibly-change-group.
8651         (nntp-marks-changed-p): New arg SERVER.
8652         (nntp-request-update-info): Adjust caller.
8653
8654 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8655
8656         * nntp.el (nntp-save-marks): Pass missing arg.
8657
8658 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8659
8660         * nntp.el: Support marks.
8661         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8662         (nntp-marks-modtime, nntp-marks-directory): New variables.
8663         (nntp-request-set-mark, nntp-request-update-info)
8664         (nntp-possibly-create-directory, nntp-marks-changed-p)
8665         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8666         functions.
8667
8668 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8669
8670         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8671         (gnus-xmas-redefine): Rename.
8672
8673         * gnus-score.el (gnus-score-insert-help): Use
8674         gnus-select-lowest-window.
8675
8676         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8677         appt-select-lowest-window and rename to gnus-select-lowest-window.
8678
8679         * gnus.el: do.
8680
8681 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8682
8683         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8684         encodings of MIME-encoded words, in order to improve
8685         interoperability with several broken MUAs.
8686
8687 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8688
8689         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8690         tags, only when charsets are not specified in headers.
8691         (mm-inline-text-html-render-with-w3m): Ditto.
8692
8693         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8694         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8695
8696 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8697
8698         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8699         instead of MIME-decoded from fields when checking
8700         `gnus-article-address-banner-alist'.
8701
8702 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8703
8704         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8705         description rather than subject.
8706
8707 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8708
8709         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8710
8711 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * gnus.el (gnus-version-number): Bump.
8714
8715 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8716
8717         * gnus.el: No Gnus v0.2 is released.
8718
8719 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8720
8721         * gnus-agent.el (gnus-agent-read-agentview): Inline
8722         gnus-uncompress-range.
8723
8724 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8725
8726         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8727         `exec-installed-p'.
8728
8729 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8730
8731         * gnus.el (spam-process, spam-autodetect-methods): Add
8732         bsfilter and bsfilter-headers.
8733
8734         * spam.el (spam-bsfilter): New customize group.
8735         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8736         (spam-bsfilter-header, spam-bsfilter-probability-header)
8737         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8738         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8739         (spam-bsfilter-database-directory): New options.
8740         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8741         (spam-list-of-statistical-checks, spam-registration-functions):
8742         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8743         (spam-bsfilter-score): New command.
8744         (spam-check-bsfilter-headers, spam-check-bsfilter)
8745         (spam-bsfilter-register-with-bsfilter)
8746         (spam-bsfilter-register-spam-routine)
8747         (spam-bsfilter-unregister-spam-routine)
8748         (spam-bsfilter-register-ham-routine)
8749         (spam-bsfilter-unregister-ham-routine): New functions.
8750         (spam-generic-score): Support bsfilter; Accept an optional argument
8751         to recalcurate spam score even if scoring header has already been
8752         added.
8753         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8754         optional argument to recalcurate spam score even if scoring header
8755         has already been added.
8756
8757 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8758
8759         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8760         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8761         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8762         link is missing.
8763
8764 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8765
8766         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8767         (html2text-get-attr): Rewrite.
8768
8769         * message.el (message-setup-1): Remove redundant put-text-property
8770         on mail-header-separator.
8771
8772 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8773
8774         * gnus-registry.el (gnus-registry-cache-whitespace)
8775         (gnus-registry-action, gnus-registry-spool-action)
8776         (gnus-registry-split-fancy-with-parent): Change message levels
8777         from 5 to 3 or 7, as needed.
8778
8779         * spam.el (spam-summary-prepare-exit)
8780         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8781         (spam-split, spam-find-spam, spam-log-undo-registration)
8782         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8783         level from 5 to 6.
8784
8785 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8788         2004-03-04 change).
8789
8790 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8791
8792         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8793         Use mapc when appropriate.
8794
8795         * sieve-manage.el (sieve-manage-open): do.
8796
8797         * nnweb.el (nnweb-insert-html): do.
8798
8799         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8800         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8801
8802         * nnspool.el (nnspool-request-group): do.
8803
8804         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8805         do.
8806
8807         * nnml.el (nnml-request-update-info): do.
8808
8809         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8810         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8811
8812         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8813         (nnimap-request-set-mark): do.
8814
8815         * nnfolder.el (nnfolder-request-update-info): do.
8816
8817         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8818         do.
8819
8820         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8821
8822         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8823
8824         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8825         do.
8826
8827         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8828         do.
8829
8830         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8831
8832         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8833
8834         * gnus-int.el (gnus-start-news-server): do.
8835
8836         * gnus-group.el (gnus-group-make-kiboze-group)
8837         (gnus-group-browse-foreign-server): do.
8838
8839 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8840
8841         FIXME: Make separate entries for each person.
8842
8843         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8844         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8845         <shields@msrl.com>:
8846
8847         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8848         may need for spam sorting and scoring.
8849         (spam-user-format-function-S): Add user format function suitable for
8850         general use.
8851         (spam-article-sort-by-spam-status): Add sorting function for summary
8852         sorting.
8853         (spam-extra-header-to-number): Add function to get a score from a
8854         header.
8855         (spam-summary-score): Add function to  get a numeric score from the
8856         headers.
8857         (spam-generic-score): Fixed function doc, was in wrong place.
8858         (spam-initialize): Take symbols when it's run, and install the
8859         extra headers that spam-necessary-extra-headers thinks we need.
8860
8861 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8862
8863         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8864         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8865
8866 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8867
8868         * gnus-sum.el (gnus-set-global-variables)
8869         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8870         (gnus-article-get-xrefs, gnus-summary-best-group)
8871         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8872         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8873         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8874         with-current-buffer.
8875
8876 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8877
8878         * spam.el (spam-summary-prepare-exit): Simplify logic.
8879         (spam-fetch-article-header): Read the article header if it's not
8880         available.
8881         (spam-list-articles): Simplify logic.
8882         (spam-filelist-register-routine): Fix bug with unregister-list.
8883
8884         * gnus-registry.el: Fix comments at beginning.
8885
8886 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8887
8888         * message.el (message-cater-to-broken-inn): Remove.
8889         (message-shorten-references): Make sure the total folded length of
8890         References is shorter than 998 characters to cater to a bug in INN
8891         2.3.  Also, don't pretend that references aren't folded -- this
8892         hasn't worked for a while.
8893
8894 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8895
8896         * gnus-agent.el (gnus-agentize):
8897         gnus-agent-send-mail-real-function no longer set to current value
8898         of message-send-mail-function but rather a lambda that calls
8899         message-send-mail-function.  The change makes the agent real-time
8900         responsive to user changes to message-send-mail-function.
8901
8902 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8903
8904         * legacy-gnus-agent.el
8905         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8906         help from Florian Weimer <fw@deneb.enyo.de>
8907
8908 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * nnmail.el (nnmail-cache-insert): Revert last change.
8911
8912 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * nnmail.el (nnmail-cache-insert): Always check whether
8915         nnmail-cache-ignore-groups matches a group name.
8916
8917 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8918
8919         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8920         (spam-find-spam, spam-log-processing-to-registry)
8921         (spam-log-registered-p, spam-log-unregistration-needed-p)
8922         (spam-log-undo-registration): Use gnus-message instead of
8923         gnus-error, none of these errors are fatal.
8924
8925         * gnus-registry.el (gnus-registry-clean-empty-function)
8926         (gnus-registry-clean-empty): Remove only empty entries without
8927         extra data.
8928
8929 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8930
8931         * spam-stat.el (spam-stat-buffer-change-to-spam)
8932         (spam-stat-buffer-change-to-non-spam): Change (error) to
8933         (gnus-message 8) invocation.
8934
8935 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * nntp.el (nntp-via-netcat-command): New variable.
8938         (nntp-via-netcat-switches): New variable.
8939         (nntp-open-via-rlogin-and-netcat): New function.
8940         (nntp-open-connection-function): Doc fix.
8941         (nntp-telnet-command): Doc fix.
8942         (nntp-end-of-line): Doc fix.
8943         (nntp-via-rlogin-command): Doc fix.
8944         (nntp-via-user-name): Doc fix.
8945         (nntp-via-address): Doc fix.
8946
8947 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8950         error in Emacs 21.1.
8951
8952 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8955
8956 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8957         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8958         (gnus-agent-with-refreshed-group): New macro.
8959         (gnus-agent-rename-group): New function.
8960         (gnus-agent-delete-group): New function.
8961         (gnus-agent-save-group-info): Use gnus-command-method when
8962         `method' parameter is nil.  Don't write nil entries into the
8963         active file.
8964         (gnus-agent-get-group-info): New function.
8965         (gnus-agent-fetch-articles): Use
8966         gnus-agent-update-files-total-fetched-for to increment disk space
8967         used.
8968         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8969         gnus-agent-update-view-total-fetched-for to increment disk space
8970         used.
8971         (gnus-agent-get-local): Added optional parameters to avoid calling
8972         gnus-group-real-name and gnus-find-method-for-group.
8973         (gnus-agent-set-local): Delete stored entry if either min, or max,
8974         are nil.
8975         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8976         quit, use gnus-agent-regenerate-group to record existance of any
8977         articles fetched to disk before the quit occurred.
8978         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8979         gnus-agent-update-view-total-fetched-for, and
8980         gnus-agent-update-files-total-fetched-for to decrement disk space
8981         used.
8982         (gnus-agent-retrieve-headers): Use
8983         gnus-agent-update-view-total-fetched-for to increment disk space
8984         used.
8985         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8986         with gnus-agent-update-files-total-fetched-for to decrement disk
8987         space and fresh group buffer.
8988         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8989         (gnus-agent-need-update-total-fetched-for): New variable.
8990         (gnus-agent-update-files-total-fetched-for): New function.
8991         (gnus-agent-update-view-total-fetched-for): New function.
8992         (gnus-agent-total-fetched-for): New function.
8993
8994         * gnus-cache.el (gnus-cache-save-buffers): Use
8995         gnus-cache-update-overview-total-fetched-for to change disk space
8996         used by this group.
8997         (gnus-cache-possibly-enter-article): Use
8998         gnus-cache-update-file-total-fetched-for to increment disk space
8999         used by this group.
9000         (gnus-cache-possibly-remove-article): Use
9001         gnus-cache-update-file-total-fetched-for to decrement disk space
9002         used by this group.
9003         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9004         (gnus-cache-rename-group): New function.
9005         (gnus-cache-delete-group): New function.
9006         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9007         (gnus-cache-need-update-total-fetched-for): New variable.
9008         (gnus-cache-with-refreshed-group): New macro.
9009         (gnus-cache-update-file-total-fetched-for): New function.
9010         (gnus-cache-update-overview-total-fetched-for): New function.
9011         (gnus-cache-rename-group-total-fetched-for): New function.
9012         (gnus-cache-delete-group-total-fetched-for): New function.
9013         (gnus-cache-total-fetched-for): New function.
9014
9015         * gnus-group.el: Require gnus-sum and autoload functions to
9016         resolve warnings when gnus-group.el compiled alone.
9017         (gnus-group-line-format): Documented new %F
9018         (size of Fetched data) group line format; identifies disk space
9019         used by agent and cache.
9020         (gnus-group-line-format-alist): Defined new F format.
9021         (gnus-total-fetched-for): New function.
9022         (gnus-group-delete-group): No longer update
9023         gnus-cache-active-altered as gnus-request-delete-group now keeps
9024         the cache in sync.
9025         (gnus-group-list-active): Let the agent store a server's active
9026         list if currently plugged.
9027
9028         * gnus-int.el (gnus-request-delete-group): Use
9029         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9030         local disk in sync with the server.
9031          (gnus-request-rename-group): Use
9032         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9033         local disk in sync with the server.
9034
9035         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9036         simplification to logic.
9037
9038         * gnus-util.el (gnus-rename-file): New function.
9039
9040 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9041
9042         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9043
9044 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9045
9046         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9047         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9048
9049 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9050
9051         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9052         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9053
9054 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9055
9056         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9057
9058 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9059
9060         * spam.el (spam-set-difference): Add function to replace
9061         gnus-set-difference in spam.el.
9062         (spam-summary-prepare-exit): Use spam-set-difference.
9063
9064 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9065
9066         * gnus-registry.el (gnus-registry-cache-file): Update to use
9067         gnus-dribble-directory OR gnus-home-directory OR ~.
9068         (gnus-registry-split-fancy-with-parent): Fix doc.
9069
9070 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * message.el (message-exchange-point-and-mark): Use
9073         message-mark-active-p.  Suggested by Jesper Harder
9074         <harder@ifa.au.dk>.
9075
9076 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * message.el (message-exchange-point-and-mark): Don't activate
9079         region if it was inactive.  Suggested by Hiroshi Fujishima
9080         <pooh@nature.tsukuba.ac.jp>.
9081
9082 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * gnus-art.el (article-display-face): Display Faces in the same
9085         order as X-Faces.
9086
9087 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9090
9091 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9094         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9095         (gnus-article-mime-hierarchy): Remove.
9096         (gnus-article-mime-hierarchy-next): Remove.
9097         (gnus-article-mode): Revert 2004-03-19 change.
9098         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9099         (gnus-insert-mime-button): Revert 2004-03-19 change.
9100         (gnus-mime-accumulate-hierarchy): Remove.
9101         (gnus-mime-enter-multipart): Remove.
9102         (gnus-mime-leave-multipart): Remove,
9103         (gnus-mime-display-part): Revert 2004-03-19 change.
9104         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9105
9106         * mml.el (mml-preview): Revert 2004-03-19 change.
9107
9108 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9109
9110         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9111
9112 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9115         t while entering a file name using the mm-with-multibyte macro.
9116         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9117
9118         * mm-util.el (mm-with-multibyte): New macro.
9119
9120 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9123         user option.
9124         (gnus-mime-multipart-functions): Doc and customization fix.
9125         (gnus-article-mime-hierarchy): New variable.
9126         (gnus-article-mime-hierarchy-next): New variable.
9127         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9128         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9129         gnus-article-mime-hierarchy-next to nil.
9130         (gnus-insert-mime-button): Show hierarchy numbers.
9131         (gnus-mime-accumulate-hierarchy): New function.
9132         (gnus-mime-enter-multipart): New function.
9133         (gnus-mime-leave-multipart): New function.
9134         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9135         (gnus-mime-display-alternative): Show hierarchy numbers.
9136
9137         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9138         gnus-article-mime-hierarchy-next to nil.
9139
9140 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9141
9142         * dns.el: Don't require gnus-xmas.
9143
9144 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9145
9146         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9147         inline PGP.
9148         (mml-menu): Disable mml-quote-region if mark is inactive.
9149
9150 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9153         when the group's active is not available.
9154
9155 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9158         error.
9159
9160 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * imap.el (imap-store-password): New variable.
9163         (imap-interactive-login): Use it.
9164         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9165
9166 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9169         window-start and hscroll to summary window.
9170
9171 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9172
9173         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9174         conversion message to newsrc-dribble when an actual conversion is
9175         performed.
9176
9177 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9178
9179         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9180
9181 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * mm-decode.el (mm-complicated-handles): New function reviving
9184         former definition of mm-multiple-handles.
9185
9186         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9187         (gnus-mime-delete-part): Use it.
9188
9189 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9190
9191         * gnus-agent.el (gnus-agent-read-local): Bind
9192         nnheader-file-coding-system to gnus-agent-file-coding-system to
9193         avoid the implicit assumption that they will always be equal.
9194         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9195         coding-system-for-write, as the with-temp-file macro first prints
9196         to a buffer then saves the buffer.
9197
9198 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * gnus-art.el (gnus-article-edit-part): New function.
9201         (gnus-mime-save-part-and-strip): Use it; do query instead of
9202         signaling an error; don't use mm-multiple-handles.
9203         (gnus-mime-delete-part): Ditto.
9204
9205 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9206
9207         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9208         old file versions.
9209         (gnus-group-prepare-hook): Removed function that converted list
9210         form of gnus-agent-expire-days to group properties.
9211
9212         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9213         (gnus-request-accept-article): Re-indented.
9214
9215         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9216         converters to handle old agent file formats.  Added logic for a
9217         "backup before upgrading warning".
9218         (gnus-convert-mark-converter-prompt): Developers can mark
9219         functions as needing (default), or not needing,
9220         gnus-convert-old-newsrc's "backup before upgrading warning".
9221         (gnus-convert-converter-needs-prompt): Tests whether the user
9222         should be protected from potentially irreversable changes by the
9223         function.
9224
9225         * legacy-gnus-agent.el (): New. Provides converters that are only
9226         loaded when gnus-convert-old-newsrc needs to call them.
9227
9228 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * mail-source.el (mail-source-touch-pop): Doc fix.
9231
9232         * message.el (message-smtpmail-send-it): Doc fix.
9233
9234 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9235
9236         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9237
9238         * nnmail.el (nnmail-split-fancy): do.
9239
9240         * gnus-kill.el (gnus-kill, gnus-execute): do.
9241
9242 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9243
9244         * gnus-sum.el (gnus-widget-reversible-match)
9245         (gnus-widget-reversible-to-internal)
9246         (gnus-widget-reversible-to-external): New functions.
9247         (gnus-widget-reversible): New widget.
9248         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9249
9250 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9251
9252         * gnus-sum.el (gnus-thread-sort-functions)
9253         (gnus-article-sort-functions): Document `(not F)' items.
9254
9255 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9256
9257         * spam.el (spam-use-gmane-xref): Add new backend.
9258         (spam-gmane-xref-spam-group): Add variable to control the name of the
9259         Gmane spam group.
9260         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9261         (spam-regex-headers-spam, spam-regex-headers-ham)
9262         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9263         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9264         backends and checks.
9265         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9266
9267         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9268         an autodetect method.
9269
9270 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9271
9272         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9273         articles are being added to a group.
9274         (gnus-request-replace-article): Inform the agent that articles
9275         need to be uncached as the cached contents are no longer valid.
9276
9277 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * binhex.el: Don't autoload executable-find.
9280
9281         * canlock.el: Don't autoload mail-fetch-field.
9282
9283         * dgnushack.el: Autoload c-mode for XEmacs.
9284
9285         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9286
9287         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9288         rmail-dont-reply-to and rmail-output.
9289
9290         * gnus-score.el: Don't autoload ffap-string-at-point.
9291
9292         * gnus-setup.el: Don't autoload sc-cite-original.
9293
9294         * imap.el: Don't autoload base64-decode-string,
9295         base64-encode-string and md5.
9296
9297         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9298         and rmail-msg-restore-non-pruned-header.
9299
9300         * mm-decode.el: Don't autoload executable-find.
9301
9302         * mm-url.el: Don't autoload executable-find.
9303
9304         * mm-view.el: Don't autoload diff-mode.
9305
9306         * nndb.el: Don't autoload news-reply-mode, news-setup,
9307         cancel-timer and telnet.
9308
9309         * password.el: Don't autoload run-at-time for Emacs.
9310
9311         * sha1-el.el: Don't autoload executable-find.
9312
9313         * sieve-mode.el: Don't autoload c-mode.
9314
9315         * uudecode.el: Don't autoload executable-find.
9316
9317 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9318
9319         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9320         (gnus-agent-possibly-alter-active): Avoid null in numeric
9321         comparison.
9322         (gnus-agent-set-local): Refuse to save null in local object table.
9323         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9324         list of articles that will be marked as unread.
9325
9326 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9329
9330 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9331
9332         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9333         language tags.
9334
9335 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9336
9337         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9338         Don't bind "obarray".
9339
9340         * gnus-sum.el (gnus-thread-sort-functions): Added
9341         `gnus-thread-sort-by-most-recent-number' and
9342         `gnus-thread-sort-by-most-recent-date'.
9343         Reported by Kai Grossjohann <kai@emptydomain.de>.
9344
9345 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9348
9349 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9350
9351         * gnus-cus.el (gnus-agent-customize-category): Removed
9352         ignore-errors macro reference that required cl to be loaded at
9353         run-time.
9354
9355         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9356         single-interval range of the form (min . max).  Previously the
9357         range had to look like ((min . max)).  Likewise, return
9358         (min . max) rather than ((min . max)).
9359         (gnus-range-map): Use gnus-range-normalize to accept
9360         single-interval range.
9361
9362         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9363         the cache, but not the agent, now appear with their usual face.
9364
9365         * dgnushack.el (loaddir): New variable that is bound to the
9366         directory containing the dgnushack.el file. Use loaddir, rather
9367         than srcdir, to update load-path. Change lets dgnushack compile
9368         code in directories other than GNUS/lisp.
9369
9370 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * lpath.el: Don't bind w3m-safe-url-regexp.
9373
9374         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9375         w3m-safe-url-regexp variable buffer-local.
9376
9377         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9378
9379 2004-02-27  Simon Josefsson  <jas@extundo.com>
9380
9381         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9382         gnus-group-real-prefix.
9383         (gnus-summary-move-article): Use it, instead of
9384         gnus-group-real-prefix.
9385
9386 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * lpath.el: Bind w3m-safe-url-regexp.
9389
9390         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9391         w3m-safe-url-regexp variable buffer-local and set it as the value
9392         of mm-w3m-safe-url-regexp.
9393
9394         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9395
9396         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9397         parsing gnus-posting-styles when the message is not for replying.
9398
9399         * dgnushack.el: Autoload sgml-mode for XEmacs.
9400
9401         * nnrss.el (nnrss-opml-export): Use
9402         mm-set-buffer-file-coding-system instead of
9403         set-buffer-file-coding-system.
9404
9405 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9406
9407         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9408         of checkdoc.el).
9409         * nnrss.el: do.
9410         * gnus-mlspl.el: do.
9411         * gnus-ml.el: do.
9412         * gnus-srvr.el: do.
9413
9414         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9415
9416 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9417
9418         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9419         Corrections to custom-manual links.
9420
9421         * gnus-art.el (gnus-article): Ditto.
9422
9423         * mm-decode.el (mime-display, mime-security): Ditto.
9424
9425 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9426
9427         * flow-fill.el: Typo.
9428
9429 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9430
9431         * spam-wash.el: New file.
9432
9433 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9434
9435         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9436
9437 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9438
9439         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9440         to be run with new-articles as LIST1, not LIST2.
9441         (spam-registration-functions): Add spam-use-ham-copy as a nil
9442         registration backend.
9443
9444 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9445
9446         * spam-stat.el (spam-stat-washing-hook): New option.
9447         (spam-stat-buffer-words): Use it.
9448         (spam-stat-process-directory, spam-stat-test-directory): Use
9449         insert-file-contents-literally.
9450         (spam-stat-coding-system): New variable.
9451         (spam-stat-load, spam-stat-save): Use it.
9452
9453 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * spam-report.el (spam-report-plug-agent): Quote
9456         spam-report-url-to-file and spam-report-url-ping-plain.
9457
9458 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9461         / in mailto URLs.
9462
9463 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * spam-report.el (spam-report-process-queue): Fix interactive use.
9466         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9467         (spam-report-unplug-agent): Doc fixes.
9468         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9469         (spam-report-agentize, spam-report-deagentize): Autoload
9470
9471 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9472
9473         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9474
9475         * message.el (message-setup-fill-variables): Add mml tags to
9476         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9477         <ajk@iu.edu>.
9478         (message-mode): Don't modify paragraph-separate there.
9479
9480 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * compface.el (uncompface-use-external): Default to undecided.
9483         (uncompface-use-external-threshold): New variable.
9484         (uncompface-float-time): New macro.
9485         (uncompface): Determine whether to use the external decoder if
9486         uncompface-use-external is undecided.
9487
9488 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9489
9490         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9491         after images.
9492
9493         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9494
9495 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9496
9497         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9498
9499         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9500
9501         * gnus-sum.el (gnus-summary-limit-to-age)
9502         (gnus-summary-limit-children): do.
9503
9504         * gnus-int.el (gnus-request-scan): do.
9505
9506         * gnus-group.el (gnus-group-suspend): do.
9507
9508         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9509
9510         * gnus-cite.el (gnus-cite-parse-attributions): do.
9511
9512         * gnus-agent.el (gnus-summary-set-agent-mark)
9513         (gnus-agent-regenerate-group): do.
9514
9515         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9516
9517         * binhex.el (binhex-decode-region-internal): do.
9518
9519 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * gnus-fun.el (gnus-face-properties-alist): New user option.
9522         (gnus-display-x-face-in-from): Use it.
9523
9524         * gnus-art.el (article-display-face): Ditto.
9525
9526         * compface.el (uncompface-use-external): Default to nil.
9527
9528 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9529
9530         * nntp.el (nntp-erase-buffer): New function.
9531         (nntp-retrieve-data, nntp-send-command)
9532         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9533         (nntp-possibly-change-group): Use it.
9534
9535         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9536         with-current-buffer.
9537
9538 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9539
9540         * compface.el: Merge the ELisp-based uncompface program.
9541         (compface): New customization group.
9542         (uncompface-use-external): New user option.
9543         (uncompface): Call uncompface-internal if uncompface-use-external
9544         is nil.
9545         (uncompface-internal): New function.  Note that there are also
9546         some other functions and variables added for this function.
9547
9548 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9549
9550         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9551         if necessary.
9552
9553 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9554
9555         * spam-report.el (spam-report-unplug-agent)
9556         (spam-report-plug-agent, spam-report-deagentize)
9557         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9558         Add support for the Agent in spam-report: when unplugged, report to a
9559         file; when plugged, submit all the requests.
9560
9561         * spam.el (spam-register-routine): Fix message about
9562         registration.
9563
9564 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9565
9566         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9567         dependencies.
9568         (rfc2047-encode): Use it.
9569
9570         * gnus-art.el (gnus-button-marker-list): Move before first
9571         reference.
9572
9573         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9574         (imap-parse-body): Fix format string mismatch.
9575
9576         * gnus-score.el (gnus-summary-increase-score): do.
9577
9578         * nnrss.el (nnrss-close): New function.
9579
9580 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9581
9582         * nnrss.el (nnrss-make-filename): New function.
9583         (nnrss-request-delete-group, nnrss-read-server-data)
9584         (nnrss-save-server-data, nnrss-read-group-data)
9585         (nnrss-save-group-data): Use it.
9586         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9587         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9588         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9589
9590 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9591
9592         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9593
9594 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9595
9596         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9597         files.
9598
9599         * message.el (message-generate-headers-first): Don't quote nil
9600         and t in docstrings.
9601
9602         * imap.el (imap-id): do.
9603
9604         * gnus-agent.el (gnus-agent-consider-all-articles)
9605         (gnus-agent-queue-mail): do.
9606
9607 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * spam-report.el (spam-report-process-queue): New function.
9610         Process requests from `spam-report-requests-file'.
9611         (spam-report-process-queue): Doc fix.
9612
9613 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9614
9615         * spam.el (spam-register-routine)
9616         (spam-log-processing-to-registry, spam-log-registered-p)
9617         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9618         Change "check" to "spam-check" for semi-clarity.
9619
9620 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9621
9622         * pop3.el: Require nnheader.
9623
9624         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9625
9626         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9627
9628         * gnus-picon.el: Require cl.
9629
9630         * gnus-fun.el: Require gnus-ems and gnus-util.
9631
9632         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9633
9634         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9635
9636         * gnus-art.el (gnus-article-edit-mode): Define before first
9637         reference.
9638
9639 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9640
9641         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9642         (gnus-uu-post-encoded): Use point-at-bol.
9643
9644         * gnus-topic.el (gnus-group-active-topic-p): do.
9645
9646         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9647
9648         * gnus-group.el (gnus-group-kill-region): do.
9649
9650         * gnus-art.el (article-date-ut): do.
9651
9652         * message.el (message-fetch-field): Remove redundant
9653         case-fold-search binding.
9654         (message-narrow-to-field): Simplify.
9655
9656 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * spam.el (spam-directory): Derive from `gnus-directory'.
9659
9660         * spam-report.el (spam-report-url-to-file)
9661         (spam-report-requests-file): New function and variable for offline
9662         reporting.
9663         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9664         and user defined function.
9665         (spam-report-url-ping-mm-url): Remove doubled slash.
9666
9667 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9668
9669         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9670
9671 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9672
9673         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9674         format string mismatch.
9675
9676         * sieve.el (sieve-deactivate-all): do.
9677
9678         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9679
9680         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9681
9682         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9683
9684         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9685
9686 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9687
9688         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9689         the list of checks.
9690
9691 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9692
9693         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9694         padding.
9695
9696 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9697
9698         * mm-view.el (mm-fill-flowed): New variable.
9699         (mm-inline-text): Use it.
9700
9701 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9702
9703         * spam.el (spam-spamassassin-register-ham-routine)
9704         (spam-spamassassin-register-spam-routine): Fix function names.
9705
9706 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus.el (gnus-tmp-grouplens): Remove.
9709         (gnus-summary-line-format): Remove grouplens.
9710
9711         * gnus-group.el (gnus-group-line-format): Ditto.
9712
9713         * gnus-spec.el (gnus-format-specs): Ditto.
9714         (gnus-update-format-specifications): Flush the group format spec
9715         cache if there's the grouplens stuff.
9716         (gnus-parse-simple-format): Replace %l with the empty string.
9717
9718 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9719
9720         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9721         omission.
9722
9723 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9726         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9727
9728 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9729
9730         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9731         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9732         New macros and functions.
9733         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9734         Handle > NLINK_MAX messages.
9735         * nnmaildir.el (nnmaildir-request-set-mark): Use
9736         nnmaildir--emlink-p and nnmaildir--eexist-p.
9737
9738 2004-01-25  Alex Schroeder  <alex@gnu.org>
9739
9740         * spam-stat.el (spam-stat-process-directory-age): New option.
9741         (spam-stat-process-directory): Use it.
9742
9743 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9744
9745         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9746         (spam-stat-save): Accept prefix argument.
9747
9748 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9749
9750         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9751         links" error.
9752
9753 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9756         the rest of the and/or forms.
9757
9758 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9759
9760         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9761         compatibility with old .newsrc.eld files.
9762
9763         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9764
9765         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9766
9767         * gnus-start.el (gnus-1): do.
9768
9769         * gnus-group.el (gnus-group-line-format-alist): do.
9770
9771         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9772
9773         * gnus-gl.el: Remove.
9774
9775 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9776
9777         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9778         marks consisting of a single range {for example, (3 . 5)} rather
9779         than a list of a single range { ((3 . 5)) }.
9780
9781 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9782
9783         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9784         with-current-buffer.
9785         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9786         avoid consing a string.
9787
9788         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9789         Remove obsolete entries for big5 and gb2312.
9790
9791 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9792
9793         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9794         uncompressed list.
9795
9796 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9797
9798         * spam-stat.el (spam-stat-strip-xref): New function.
9799         (spam-stat-process-directory): Use it.
9800
9801         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9802         here -- it's done in message-fetch-field.
9803
9804 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9805
9806         * gnus-agent.el (gnus-agent-queue-mail,
9807         gnus-agent-prompt-send-queue): New variables.
9808         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9809         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9810         "nndraft:queue" along to gnus-draft-send.  Use
9811         gnus-agent-prompt-send-queue.
9812         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9813         is "nndraft:queue".  Suggested by Gaute Strokkenes
9814         <gs234@srcf.ucam.org>
9815
9816         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9817         (agent-enable-undownloaded-faces): Added
9818         (gnus-agent-cat-groups): Use eval-and-compile, not
9819         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9820         method of gnus-agent-cat-groups even when the buffer has been
9821         evaled.
9822         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9823         delete gnus-agent-save-active-1.
9824         (gnus-agent-save-groups): Deleted. Identical to
9825         gnus-agent-save-active.
9826         (gnus-agent-write-active): No longer adjust agent's copy of active
9827         file as agent's adjustments are now stored in their own
9828         file. Removed optional parameter.
9829         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9830         servers.  Add use of min/max range limits from server's local
9831         file.
9832         (gnus-agent-save-alist): Removed unused optional argument.
9833         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9834         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9835         (gnus-agent-set-local): A per-server file that keeps min/max range
9836         limits for articles known to the agent.  Provides a fast mechanism
9837         for altering many active ranges.
9838         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9839         active file (local makes it unnecessary).
9840         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9841
9842         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9843         (agent-enable-undownloaded-faces): Added
9844
9845         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9846         disable it when sending to "nndraft:queue".
9847         (gnus-group-send-queue): Add safety check to avoid sending queue
9848         when unplugged.
9849
9850         * gnus-group.el (gnus-group-catchup): Use new
9851         gnus-sequence-of-unread-articles, not
9852         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9853         numbers of articles.  Use gnus-range-map to avoid having to
9854         uncompress the unread list.
9855         (gnus-group-archive-directory,
9856         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9857         reference.
9858
9859         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9860         (gnus-sorted-range-intersection): Intersection of two ranges
9861         without requiring that they first be uncompressed.
9862
9863         * gnus-start.el (gnus-activate-group): Unless blocked by the
9864         caller, possibly expand the active range to include both cached
9865         and agentized articles.
9866         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9867         multiple version-dependent converters.
9868         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9869         gnus-agent-save-active.
9870         (gnus-save-newsrc-file): Save dirty agent range limits.
9871
9872         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9873         gnus-agent-possibly-alter-active.
9874         (gnus-adjust-marked-articles): Faster handling of simple lists
9875
9876 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9877
9878         * spam-stat.el (spam-stat-test-directory): New optional argument
9879         displays a list of files detected.  Suggested by Andrew Cohen
9880         <cohen@andy.bu.edu>.
9881         (spam-stat-buffer-words-with-scores): Don't narrow and change
9882         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9883
9884 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9885
9886         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9887         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9888         (spam-spamassassin-arguments)
9889         (spam-spamassassin-spam-flag-header)
9890         (spam-spamassassin-positive-spam-flag-header)
9891         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9892         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9893         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9894         (spam-list-of-processors, spam-list-of-checks)
9895         (spam-list-of-statistical-checks, spam-registration-functions)
9896         (spam-check-spamassassin-headers, spam-check-spamassassin)
9897         (spam-spamassassin-score)
9898         (spam-spamassassin-register-with-sa-learn)
9899         (spam-spamassassin-register-spam-routine)
9900         (spam-spamassassin-register-ham-routine)
9901         (spam-assassin-register-spam-routine)
9902         (spam-assassin-register-ham-routine): add SpamAssassin support
9903         (spam-bogofilter-score): fix to show article before scoring
9904
9905 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9906
9907         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9908         default scoring function.
9909         (spam-generic-score): Call spam-spamassassin-score if
9910         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9911         spam-bogofilter-score otherwise.
9912
9913         * gnus.el (spam-process, spam-autodetect-methods): Add
9914         spamassassin and spamassassin-headers.
9915
9916 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9917
9918         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9919         Suppress unnecessary messages.
9920
9921 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9922
9923         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9924         make-hash-table.
9925
9926 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * canlock.el (base64-encode-string): Don't autoload it.
9929
9930 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * run-at-time.el: Remove useless (require 'itimer),
9933         eval-and-compile and (featurep 'xemacs).
9934
9935 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9936
9937         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9938         GROUP is a virtual group.
9939
9940 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9941
9942         * gnus.el: Autoload `message-y-or-n-p'.
9943
9944 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9945
9946         * pgg-parse.el: Remove unnecessary (require 'custom).
9947
9948         * pgg-def.el: do.
9949
9950         * nnmail.el: do.
9951
9952         * gnus-undo.el: do.
9953
9954         * gnus-picon.el: do.
9955
9956         * gnus-util.el: do.
9957
9958 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9961
9962 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9965         handle, as well as a list.
9966
9967         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9968         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9969         (mm-w3m-cid-retrieve): Simplify.
9970
9971 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9972
9973         * message.el (message-kill-to-signature): Allow prefix arg to
9974         specify number of lines to keep before signature.
9975
9976 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9977
9978         (message-kill-to-signature): Change docstring.
9979
9980 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * canlock.el: Always require sha1-el.
9983         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9984
9985         * message.el: Autoload sha1 only when compiling.
9986
9987         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9988         eudc-expand-inline for XEmacs.
9989
9990 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * message.el (message-canlock-generate): Require sha1-el.
9993
9994 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9995
9996         * message.el (message-expand-name): Silence the byte compiler.
9997
9998         * lpath.el: Add detect-coding-system.
9999
10000         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10001         cus-edit.
10002
10003 2004-01-13  Simon Josefsson  <jas@extundo.com>
10004
10005         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10006         Invoke gnus-score-mode.  Reported by
10007         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10008
10009         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10010         Jim Blandy <jimb@redhat.com> (tiny change).
10011
10012 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10013
10014         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10015
10016 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10017
10018         * spam.el (spam-get-article-as-string): Update to use
10019         gnus-request-article-this-buffer, much simpler.
10020         (spam-get-article-as-buffer): Remove.
10021
10022 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10023
10024         * message.el (message-expand-name): Use EUDC if the user uses
10025         that.
10026
10027 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10028
10029         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10030         character for the encoding to avoid consing a string.
10031
10032         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10033         unnecessarily.
10034
10035         * mm-util.el (mm-replace-chars-in-string): Remove.
10036
10037         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10038         of mm-replace-chars-in-string.
10039
10040 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10041
10042         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10043         strings.
10044
10045         * mm-util.el (mm-subst-char-in-string): Support inplace.
10046
10047         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10048         a new string in every iteration.  Use shy groups.
10049
10050 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10051
10052         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10053         (gnus-group-change-level, gnus-kill-newsgroup)
10054         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10055         (gnus-get-unread-articles, gnus-make-articles-unread)
10056         (gnus-make-ascending-articles-unread): Use accessor
10057         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10058         to get group information for improved readability.
10059
10060         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10061
10062         * gnus-soup.el (gnus-soup-group-brew): do.
10063
10064         * gnus-msg.el (gnus-put-message): do.
10065
10066         * gnus-move.el (gnus-group-move-group-to-server): do.
10067
10068         * gnus-kill.el (gnus-batch-score): do.
10069
10070         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10071         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10072         (gnus-group-update-group, gnus-group-read-group)
10073         (gnus-group-make-group, gnus-group-make-help-group)
10074         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10075         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10076         (gnus-group-sort-by-unread, gnus-group-catchup)
10077         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10078         (gnus-group-yank-group, gnus-group-set-info)
10079         (gnus-group-list-groups): do.
10080
10081         * gnus.el (gnus-generate-new-group-name): do.
10082
10083         * gnus-delay.el (gnus-delay-send-queue): do.
10084
10085         * nnvirtual.el (nnvirtual-catchup-group): do.
10086
10087         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10088         do.
10089
10090         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10091         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10092
10093         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10094         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10095         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10096         (gnus-group-make-articles-read): do.
10097
10098 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10099
10100         * gnus-art.el (article-decode-mime-words, article-babel)
10101         (gnus-article-highlight-signature, gnus-article-add-buttons)
10102         (gnus-signature-toggle): Use gnus-with-article-buffer.
10103
10104         * gnus-art.el (gnus-article-highlight-headers)
10105         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10106
10107         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10108         (gnus-article-set-globals, gnus-request-article-this-buffer)
10109         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10110         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10111         (gnus-mime-display-alternative): Use with-current-buffer.
10112
10113 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10114
10115         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10116         also under 80 char limit, and call gnus-error if needed.
10117         (spam-fetch-article-header): Fix - it was a
10118         buffer-local variable (gnus-newsgroup-data).
10119         (spam-find-spam): Use spam-generate-fake-headers, forget about
10120         spam-insert-fake-headers.
10121         (spam-insert-fake-headers): Remove.
10122
10123 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10124
10125         * deuglify.el (gnus-article-outlook-unwrap-lines)
10126         (gnus-outlook-rearrange-article)
10127         (gnus-outlook-repair-attribution-outlook)
10128         (gnus-outlook-repair-attribution-block)
10129         (gnus-outlook-repair-attribution-other): Remove redundant
10130         save-excursion.
10131
10132 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10133
10134         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10135         (spam-fetch-field-subject-fast)
10136         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10137         (spam-fetch-article-header): Add functions to deal with Gnus
10138         internals for fast retrieval of article header data.
10139         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10140
10141 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10142
10143         * pop3.el (pop3-md5): Remove.
10144         (pop3-apop): Replace pop3-md5 with md5.
10145
10146         * mm-bodies.el: base64 is always built-in.
10147
10148         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10149         with-current-buffer.
10150
10151 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * canlock.el (canlock-insert-header): Remove excessive grouping in
10154         regexp.
10155
10156         * gnus-sum.el (gnus-summary-read-document): Ditto.
10157
10158         * gnus-uu.el (gnus-uu-part-number): Ditto.
10159
10160         * html2text.el (html2text-remove-tags): Ditto.
10161         (html2text-format-tags): Ditto.
10162         (html2text-format-single-elements): Ditto.
10163
10164         * mml.el (mml-parse-1): Ditto.
10165
10166 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10167
10168         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10169
10170         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10171
10172         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10173
10174         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10175
10176 2003-11-15  Simon Josefsson  <jas@extundo.com>
10177
10178         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10179         (pgg-gpg-lookup-key): Use regexp match instead of
10180         split-string (split-string is different between emacs 21.2 and
10181         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10182
10183 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10184
10185         * gnus-art.el (gnus-mime-view-all-parts)
10186         (gnus-article-part-wrapper, gnus-article-view-part): Use
10187         with-current-buffer.
10188
10189 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10190
10191         * spam.el (spam-disable-spam-split-during-ham-respool)
10192         (spam-spamoracle-database, spam-cache-lookups)
10193         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10194         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10195         (spam-group-ham-marks, spam-group-spam-marks)
10196         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10197         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10198         also add spam-use-blackholes to the statistical checks.
10199         (spam-fetch-field-fast): Add interface to fetching fields, may
10200         become a macro.
10201         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10202         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10203         (spam-insert-fake-headers): Fake an article when needed.
10204         (spam-find-spam): Fake article when possible.
10205         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10206         (spam-check-bogofilter-headers): Use message-fetch-field instead
10207         of nnmail-fetch-field.
10208
10209 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10210
10211         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10212
10213 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10214
10215         * spam.el (spam-split): Do not require spam-use-CHECK to be
10216         enabled if that check is passed to spam-split explicitly; also
10217         fix so 'spam doesn't get converted to spam-split-group when
10218         spam-split-symbolic-return is t.
10219         (spam-find-spam): Find registrations of the article and use those
10220         instead of re-running spam-split to find the spam/ham
10221         classification of the article.
10222         (spam-log-processing-to-registry, spam-log-registered-p)
10223         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10224         Use gnus-error instead of gnus-message.
10225         (spam-log-registration-type): Add function to determine the
10226         classification of a message based on registry entries; will
10227         return nil if both 'spam and 'ham are found.
10228         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10229         a reasonably fast local cache without the loading errors.
10230         (spam-cache-lookups): Set to t by default.
10231         (spam-find-spam): Don't try to guess spam-cache-lookups.
10232         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10233         spam-caches entry.
10234         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10235         caching of whitelist/blacklist entries.
10236         (spam-check-whitelist, spam-check-blacklist): Invoke
10237         spam-from-listed-p with a type, not a cache variable.
10238         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10239
10240 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10241
10242         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10243
10244         * nnmail.el (nnmail-split-fancy): do.
10245
10246         * mml.el (mml-parse): do.
10247
10248         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10249         (gnus-score-adaptive): do.
10250
10251 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10254         (gnus-mime-button-map): Don't set keymap parent.
10255         (gnus-button-ctan-directory-regexp): Use shy grouping.
10256         (gnus-prev-page-map): Don't set keymap parent.
10257         (gnus-prev-page-map): Remove duplicated one.
10258         (gnus-next-page-map): Don't set keymap parent.
10259         (gnus-mime-security-button-map): Ditto.
10260
10261         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10262         version number.
10263
10264         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10265
10266 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * canlock.el (canlock-sha1-function): Remove.
10269         (canlock-sha1-function-for-verify): Remove.
10270         (canlock-openssl-program): Remove.
10271         (canlock-openssl-args): Remove.
10272         (canlock-ignore-errors): Remove.
10273         (canlock-sha1-with-openssl): Remove.
10274         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10275         (canlock-verify): Don't use canlock-ignore-errors.
10276
10277         * sha1-el.el (sha1-string-external): Make it can return a string
10278         in binary form.
10279         (sha1-region-external): Ditto.
10280         (sha1-string-internal): Ditto.
10281         (sha1-region-internal): Ditto.
10282         (sha1-region): Ditto.
10283         (sha1-string): Ditto.
10284         (sha1): Ditto.
10285
10286 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10287
10288         * spam.el (spam-report-articles-gmane): New command.
10289
10290 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10293
10294         * run-at-time.el (run-at-time-saved): Remove.
10295         (run-at-time): Doc fix.
10296
10297 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10298
10299         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10300         (gnus-summary-limit-map): Add it.
10301         (gnus-summary-make-menu-bar): do.
10302
10303 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10304
10305         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10306         Make attempt at some caching support (done for BBDB only now).
10307         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10308         addresses to be checked.
10309         (spam-clear-cache-BBDB): Add function, to be invoked by
10310         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10311         (spam-check-BBDB): Check and use the caches, if
10312         spam-cache-lookups is on, remove superfluous (provide).
10313
10314 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10317
10318 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10319
10320         * run-at-time.el (run-at-time-saved): Move to after the definition
10321         of `run-at-time'.
10322
10323         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10324
10325 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10328         mm-w3m-local-map-property.
10329
10330         * mm-view.el (mm-w3m-mode-map): Remove.
10331         (mm-w3m-local-map-property): Remove.
10332         (mm-inline-text-html-render-with-w3m): Don't use
10333         mm-w3m-local-map-property.
10334
10335 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10336
10337         * run-at-time.el: New file.
10338
10339         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10340         under Emacs.
10341
10342         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10343         of gnus-set-text-properties.
10344
10345         * gnus-uu.el (gnus-uu-save-article): Ditto.
10346
10347         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10348
10349         * gnus-cite.el (gnus-cite-parse): Ditto.
10350
10351         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10352         of gnus-.
10353
10354         * gnus-xmas.el (run-at-time): Require run-at-time.
10355
10356         * gnus.el: Changed calls to nnheader-run-at-time and
10357         password-run-at-time throughout to use run-at-time directly.
10358
10359         * password.el: Removed definition of run-at-time.
10360
10361         * nnheaderxm.el: Remove definition of run-at-time.
10362
10363 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10364
10365         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10366         in prompt.
10367
10368 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10369
10370         * messagexmas.el (message-xmas-redefine): Alias
10371         `message-make-caesar-translation-table' to
10372         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10373         version.
10374
10375         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10376         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10377         `gnus-xmas-set-text-properties'.
10378         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10379         `gnus-xmas-completing-read'.
10380         (gnus-xmas-completing-read): Removed.
10381         (gnus-xmas-open-network-stream): Removed.
10382
10383         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10384         XEmacs version.
10385
10386         * dns.el (dns-make-network-process): Use `open-network-stream'
10387         instead of `gnus-xmas-open-network-stream'.
10388
10389         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10390
10391         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10392
10393 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10394
10395         * gnus-art.el (gnus-mime-display-alternative)
10396         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10397         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10398         Don't use gnus-local-map-property.
10399
10400         * gnus-util.el (gnus-local-map-property): Remove.
10401
10402         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10403         gnus-completing-read-maybe-default with completing-read.
10404
10405         * gnus-util.el (gnus-completing-read): do.
10406         (gnus-completing-read-maybe-default): Remove.
10407
10408 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10409
10410         * password.el: Only autoload `run-at-time' if not XEmacs.
10411         Only autoload the itimer functions if XEmacs.
10412
10413 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10416         XEmacsen.
10417
10418         * dgnushack.el: Autoload executable-find for XEmacs.
10419
10420 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10421
10422         * gnus-art.el (gnus-read-string): Remove.
10423         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10424         read-string.
10425
10426 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10427
10428         * netrc.el: Autoload password-read.
10429         (netrc): Add configuration group.
10430         (netrc-encoding-method, netrc-openssl-path): Add
10431         variables for encoding and decoding of files with symmetric
10432         ciphers.
10433         (netrc-encode): Add assistant function to encode a file with
10434         netrc-encoding-method.
10435         (netrc-parse): Add interactive parameter, added optional
10436         decoding if netrc-encoding-method is non-nil but otherwise
10437         behavior is standard.
10438         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10439         Do s/encode/encrypt/ everywhere.
10440
10441         * spam.el: Remove executable-find autoload.
10442
10443 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10444
10445         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10446
10447         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10448
10449 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gnus-art.el (gnus-treat-ansi-sequences,
10452         article-treat-ansi-sequences): New variable and function.
10453         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10454
10455         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10456         Use it.
10457
10458 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10459
10460         * mm-util.el (mm-quote-arg): Remove.
10461
10462         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10463         shell-quote-argument.
10464
10465         * gnus-uu.el (gnus-uu-command): do.
10466
10467         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10468
10469         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10470         with make-char.
10471
10472         * mm-util.el (mm-make-char): Remove.
10473
10474         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10475         add-minor-mode.
10476
10477         * gnus-undo.el (gnus-undo-mode): do.
10478
10479         * gnus-topic.el (gnus-topic-mode): do.
10480
10481         * gnus-sum.el (gnus-dead-summary-mode): do.
10482
10483         * gnus-start.el (gnus-slave-mode): do.
10484
10485         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10486
10487         * gnus-ml.el (gnus-mailing-list-mode): do.
10488
10489         * gnus-gl.el (gnus-grouplens-mode): do.
10490
10491         * gnus-draft.el (gnus-draft-mode): do.
10492
10493         * gnus-dired.el (gnus-dired-mode): do.
10494
10495         * gnus-ems.el (gnus-add-minor-mode): Remove.
10496
10497         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10498         Replace gnus-char-width with char-width.
10499
10500         * gnus-ems.el (gnus-char-width): Remove.
10501
10502         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10503         Replace gnus-char-width with char-width.
10504
10505         * gnus-ems.el (gnus-char-width): Remove.
10506
10507         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10508         definition.
10509         Remove Emacs 20 hash table compatibility code.
10510
10511         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10512         20 compatibility code.
10513
10514         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10515
10516         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10517
10518         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10519         with point-at-{eol,bol}.
10520
10521         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10522
10523         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10524
10525         * flow-fill.el (fill-flowed-point-at-bol,
10526         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10527
10528         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10529         Replace with point-at-{eol,bol} throughout all files.
10530
10531 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * ntlm.el (ntlm-string-as-unibyte): New macro.
10534         (ntlm-build-auth-response): Use it.
10535
10536         Remove Emacs 20 stuff:
10537         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10538         (butlast, mapc, remove): Remove the compiler macros.
10539         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10540         of delq and copy-sequence.
10541         * gnus-art.el (popup-menu): Remove the compiler macro.
10542         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10543         Emacs 20.
10544
10545 2004-01-05  Simon Josefsson  <jas@extundo.com>
10546
10547         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10548         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10549         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10550         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10551         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10552         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10553         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10554         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10555         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10556         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10557         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10558         string-xor into ntlm-string-xor.  Suggested by
10559         Jesper Harder <harder@myrealbox.com>.
10560
10561         * ntlm.el: Don't include poem.
10562
10563         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10564         Jesper Harder <harder@myrealbox.com>.
10565
10566         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10567
10568         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10569         probably breaks emacs with DL patch, but do we care? Is anyone
10570         still using the DL stuff?)
10571
10572         * sieve-manage.el: Use the password package.
10573         (sieve-manage-read-passwd): Remove.
10574         (sieve-manage-interactive-login): Use password.  Re-add
10575         condition-case around loop.
10576
10577         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10578         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10579         the password package.
10580
10581 2003-02-19  Simon Josefsson  <jas@extundo.com>
10582
10583         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10584         token.
10585
10586 2002-08-07  Simon Josefsson  <jas@extundo.com>
10587
10588         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10589         (sieve-manage-authenticators):
10590         (sieve-manage-authenticator-alist): Add some SASL mechs.
10591         (sieve-sasl-auth): New function.
10592         (sieve-manage-cram-md5-auth):
10593         (sieve-manage-plain-auth): Rewrite using SASL library.
10594         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10595         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10596         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10597         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10598
10599 2004-01-05  Simon Josefsson  <jas@extundo.com>
10600
10601         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10602         New files.
10603
10604 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605
10606         * gnus-group.el (gnus-no-groups-message): Update.
10607
10608         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10609
10610 2003-11-09  Simon Josefsson  <jas@extundo.com>
10611
10612         * imap.el: Support for ID IMAP extension (RFC 2971).
10613         (imap-local-variables): Add imap-id.
10614         (imap-id): New variable.
10615         (imap-id): New function.
10616         (imap-parse-response): Parse untagged ID response.
10617         * nnimap.el (nnimap-id): New variable.
10618         (nnimap-open-connection): Use it.
10619
10620 2003-12-28  Simon Josefsson  <jas@extundo.com>
10621
10622         * gnus-score.el (gnus-score-edit-all-score): New.
10623         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10624
10625 2004-01-04  Simon Josefsson  <jas@extundo.com>
10626
10627         * password.el: Add.
10628
10629 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10630
10631         * dns.el: Add support for AAAA records (see RFC 3596)
10632
10633         * Fix typo PRT -> PTR
10634
10635         * Parse MX, PTR and SOA replies (see RFC 1035)
10636
10637 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638
10639         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10640
10641         * Moved to Changelog.2.
10642
10643 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * gnus.el (gnus-version-number): Bump version.
10646
10647 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10648
10649         * gnus.el: No Gnus v0.1 is released.
10650
10651 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10652
10653         * gnus.el: No Gnus v0.0 is released.
10654
10655 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656
10657         * gnus.el (gnus-version-number): Bump.
10658         (gnus-version): No.
10659
10660 See ChangeLog.2 for earlier changes.
10661
10662     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10663
10664   This file is part of GNU Emacs.
10665
10666   GNU Emacs is free software; you can redistribute it and/or modify
10667   it under the terms of the GNU General Public License as published by
10668   the Free Software Foundation; either version 2, or (at your option)
10669   any later version.
10670
10671   GNU Emacs is distributed in the hope that it will be useful,
10672   but WITHOUT ANY WARRANTY; without even the implied warranty of
10673   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10674   GNU General Public License for more details.
10675
10676   You should have received a copy of the GNU General Public License
10677   along with GNU Emacs; see the file COPYING.  If not, write to the
10678   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10679   Boston, MA 02110-1301, USA.
10680
10681 ;; Local Variables:
10682 ;; coding: iso-2022-7bit
10683 ;; fill-column: 79
10684 ;; add-log-time-zone-rule: t
10685 ;; End:
10686
10687 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4