(gnus-insert-mime-button): Make a button overlay without the front stickiness.
[gnus] / lisp / ChangeLog
1 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4         the front stickiness.
5         (gnus-article-summary-command-nosave): Correct the order of the
6         arguments passed to pop-to-buffer.
7         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8         summary command ends up with the article buffer.
9
10         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11         the same faces.
12
13 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         * gnus-art.el (gnus-mime-view-part-externally)
16         (gnus-mime-view-part-internally): Fix predicate function passed to
17         completing-read.
18
19         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
20
21         * gnus.el (gnus-update-message-archive-method): Add :version.
22
23 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * gnus.el (gnus-update-message-archive-method): New variable.
26
27         * gnus-start.el (gnus-setup-news): Update saved "archive" method
28         according to gnus-message-archive-method if
29         gnus-update-message-archive-method is non-nil.
30
31 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
34         by Loic Dachary <loic@dachary.org>.
35         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
36
37 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * message.el (message-pop-to-buffer): Add switch-function argument.
40         (message-mail): Pass switch-function argument to it.
41
42 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
43
44         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
45         Improve doc string.
46
47 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
50         (gnus-header-content)
51         * gnus-cite.el (gnus-cite-10)
52         * gnus-srvr.el (gnus-server-closed)
53         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
54         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
55         (gnus-group-mail-3-empty, gnus-group-mail-low)
56         (gnus-group-mail-low-empty, gnus-splash)
57         * message.el (message-header-to, message-header-cc)
58         (message-header-subject, message-header-other, message-header-name)
59         (message-header-xheader, message-separator, message-cited-text)
60         (message-mml): Lighten colors of faces used for dark background.
61
62 2007-05-24  Simon Josefsson  <simon@josefsson.org>
63
64         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
65         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
66
67 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * message.el (message-narrow-to-headers-or-head): Ignore
70         mail-header-separator in the body.
71
72 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
75         same as window size.
76
77 2007-05-22  Kevin Ryde  <user42@zip.com.au>
78
79         * message.el (message-font-lock-keywords): Use message-header-xheader
80         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
81         ahead of the anything pattern, to get it recognised.
82
83 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
86         spam.el loads uses it in the compiled defadvice form.
87
88 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
89
90         * gnus-sum.el (gnus-articles-to-read)
91         (gnus-summary-insert-old-articles): Don't truncate group name for
92         `read-string'.
93
94         * gnus-util.el (gnus-limit-string): Delete this function.
95
96         * gnus-sum.el (gnus-simplify-subject-fully): Use
97         `truncate-string-to-width' instead.
98
99 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
100
101         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
102         summary exit, the next group has to be selected.
103         (gnus-summary-exit): Use it.
104
105 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
106
107         * gnus-art.el (gnus-article-mode): Fix comment about displaying
108         non-break space.
109
110 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
113         Check if group is not a directory.
114         (nnfolder-request-expire-articles): Don't delete articles if the target
115         group is not available.
116
117         * nnml.el (nnml-request-create-group): Properly check if group is not a
118         file.
119         (nnml-request-expire-articles): Don't delete articles if the target
120         group is not available.
121
122         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
123         Don't quote characters that are within parentheses.
124
125 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
128         (gnus-handle-ephemeral-exit): Select article according to it.
129
130 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
131
132         * message.el (message-insert-formated-citation-line): Remove newline.
133         (message-citation-line-format): Add final \n here so that the user can
134         avoid a blank line.
135
136 2007-05-03  Dan Christensen  <jdc@uwo.ca>
137
138         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
139         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
140         Update lanl/arXiv support.
141
142 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
143
144         * gnus.el: Bump version number.
145
146 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * gnus.el (gnus-version-number): Bump version.
149
150 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
151
152         * gnus.el: No Gnus v0.6 is released.
153
154 2007-04-27  Didier Verna  <didier@xemacs.org>
155
156         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
157         * gmm-utils.el (gmm-regexp-concat): here.
158         * message.el: Don't require 'gnus-util.
159         (message-dont-reply-to-names): Handle name change above.
160         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
161
162 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
165         since the initial value varies according to the system.
166
167 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * mm-util.el (mm-charset-synonym-alist): Defcustom.
170
171 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
172
173         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
174
175 2007-04-24  Didier Verna  <didier@xemacs.org>
176
177         Improve the type of gnus-ignored-from-addresses.
178         * gnus-util.el (gnus-orify-regexp): New function.
179         * message.el (gnus-util): Require it.
180         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
181         * gnus-sum.el (gnus-ignored-from-addresses): New function.
182         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
183
184 2007-04-24  Didier Verna  <didier@xemacs.org>
185
186         * gnus-sum.el:
187         * gnus-utils.el: Fix some trailing whitespaces.
188
189 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
190
191         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
192         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
193         article's Message-ID; refer parent article in summary buffer.
194
195         * message.el (message-bounce): Call mime-to-mml.
196
197         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
198         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
199         optimize and/or forms properly.
200
201 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
202
203         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
204         URL.
205
206 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
209
210 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
213         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
214         displayed of multipart/alternative part if it is invoked from summary
215         buffer.
216
217         * mm-view.el (mm-inline-text-html-render-with-w3m)
218         (mm-inline-text-html-render-with-w3m-standalone)
219         (mm-inline-render-with-function): Use mail-parse-charset by default.
220
221 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
222
223         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
224         is less than the length of parse-time-syntax.
225
226 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
229         from gnus-newsgroup-processable.
230
231 2007-04-16  Didier Verna  <didier@xemacs.org>
232
233         * gnus-msg.el (gnus-configure-posting-styles): Handle
234         message-signature-directory properly with :file syntax. Reported by
235         "Leo".
236
237 2007-04-11  Didier Verna  <didier@xemacs.org>
238
239         New user option: message-signature-directory.
240         * gnus-msg.el (gnus-configure-posting-styles): Support it.
241         * message.el (message-insert-signature): Ditto.
242         * message.el (message-signature-file): Doc update.
243         * message.el (message-signature-directory): New.
244
245 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * gnus-msg.el (gnus-inews-yank-articles): Use
248         message-exchange-point-and-mark instead of exchange-point-and-mark.
249
250 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * message.el (message-yank-original): Make sure cited text ends with
253         newline; don't exchange point and mark.
254
255 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
256
257         * tls.el (open-tls-stream): Properly handle case where there
258         is no associated buffer.
259
260 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
261
262         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
263         message-yank-original, make sure (< mark TEXT point).
264
265 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
266
267         * message.el (message-fill-column): New variable.
268         (message-mode): Use it.  Add comment on a possible new hook.
269
270         * nnmail.el (nnmail-spool-file): Mark as obsolete.
271         (nnmail-get-new-mail): Reformat.
272
273         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
274
275         * gmm-utils.el: Fix Commentary.
276         (gmm-tool-bar-from-list): Fix typo in doc string.
277
278 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
279
280         * message.el (message-yank-original): Don't switch point and mark
281         unnecessarily to put point and mark as documented.
282
283 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
286         from the message heads.
287
288 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
289
290         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
291         article buffer does not have a window.  This may not be the best
292         solution but is certainly better than setting the start of the null,
293         that is the current, window.
294
295 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
296
297         * gnus-draft.el (gnus-draft-setup-hook): New hook.
298         (gnus-draft-setup): Run it.
299
300         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
301         gnus-score-fast-scoring.  Allow regexp.
302         (gnus-score-headers): Use it.
303
304         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
305         XEmacs.
306
307         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
308         string.
309         (gnus-button-alist): Also catch `<f1> k ...'.
310         (gnus-treat-display-x-face): Fix doc string.
311
312 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
313
314         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
315         evaluation of gnus-extended-version to ensure correct generation of the
316         User-Agent header when message-generate-headers-first is used.
317
318 2007-03-24  Simon Josefsson  <simon@josefsson.org>
319
320         * hashcash.el (hashcash-generate-payment-async): Don't crash if
321         hashcash-path is nil.  Don't call callback with incorrect number of
322         parameters if val is 0.
323
324 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
325
326         * message.el (message-required-news-headers):
327         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
328
329 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
330
331         * tls.el (open-tls-stream): In handshake-waiting loop,
332         don't wait more if there is output available to process.
333
334 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
335
336         * tls.el (tls-program): Doc fix.
337
338 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * message.el (message-generate-new-buffers): Change the meaning of the
341         nil value; add `standard' to the choices; treat t as `unique'; improve
342         doc string.
343         (gnus-select-frame-set-input-focus): Autoload.
344         (message-buffer-name): Search for the existing message buffer if
345         message-generate-new-buffers is nil or `standard'; treat the value t of
346         message-generate-new-buffers as `unique'.
347         (message-pop-to-buffer): Raise the frame already displaying the message
348         buffer; clear the echo area after querying.
349         (message-setup): Pass the `continue' argument to compose-mail.
350         (message-mail): Prefer `switch-function' if it is given; search for the
351         existing message buffer if the `continue' argument is non-nil; pass
352         continue and switch-function arguments to compose-mail by way of
353         message-setup.
354         (message-mail-other-window): Adjust argument of message-setup.
355         (message-mail-other-frame): Ditto.
356
357 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
360         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
361         to turn font-lock on when turning gnus-message-citation-mode on.
362
363 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
364
365         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
366         (mml-smime-function-alist): New variable; add epg as the backend.
367         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
368         mml-smime- functions instead.
369         * mm-view.el: Require smime.
370
371 2007-03-05  Didier Verna  <didier@xemacs.org>
372
373         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
374         instead of just inheritance for posting styles.
375         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
376
377 2007-02-24  Chris Moore  <dooglus@gmail.com>
378
379         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
380         * pgg-pgp.el (pgg-pgp-encrypt-region):
381         * pgg-gpg.el (pgg-gpg-encrypt-region):
382         Check pgg-encrypt-for-me if no other recipients.
383
384 2007-02-24  John Paul Wallington  <jpw@pobox.com>
385
386         * tls.el (tls-certtool-program): Fix custom type.
387
388 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
391         and point-at-eol instead of line-(beginning|end)-position.
392
393         * assistant.el (assistant-parse-buffer): Ditto.
394
395         * netrc.el (netrc-parse-services): Ditto.
396
397 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
398
399         * mml2015.el (mml2015-epg-find-usable-key): New function.
400         (mml2015-epg-sign): Use it.
401         (mml2015-epg-encrypt): Use it.
402
403 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * message.el (message-make-in-reply-to): Quote name containing
406         non-ASCII characters.  It will make the RFC2047 encoder cause an error
407         if there are special characters.  Reported by NAKAJI Hiroyuki
408         <nakaji@kankyo-u.ac.jp>.
409
410 2007-02-27  Didier Verna  <didier@xemacs.org>
411
412         Include the group parameters as well as the topic ones in the
413         inheritance filter process.
414         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
415         argument GROUP-PARAMS-LIST.
416         * gnus-topic.el (gnus-group-topic-parameters): Use it.
417
418 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * nntp.el (nntp-never-echoes-commands)
421         (nntp-open-connection-functions-never-echo-commands): New variables.
422         (nntp-send-command): Use them.
423
424 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
425
426         * mml2015.el (mml2015-epg-verify): Simplified.
427
428 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * mml.el (mml-content-disposition-alist): New user option.
431         (mml-content-disposition): New function.
432         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
433         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
434
435 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
436
437         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
438         verification.
439
440 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
441
442         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
443         articles posted in the last 24 hours.
444
445 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
446
447         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
448
449 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
450
451         * nntp.el (nntp-send-command): Don't wait for echoes when
452         nntp-open-ssl-stream is used.
453
454 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * gnus-cite.el (gnus-test-font-lock-add-keywords)
457         (gnus-message-add-citation-keywords)
458         (gnus-message-remove-citation-keywords): Remove.
459         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
460         directly, make the variables in font-lock-defaults buffer-local, add
461         gnus-message-citation-keywords to them and then update the value of
462         font-lock-keywords.
463
464 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * message.el (message-cite-original-1): Don't call
467         gnus-article-highlight-citation.
468
469         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
470         citations; fix line count.
471
472 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
475         (gnus-message-add-citation-keywords)
476         (gnus-message-remove-citation-keywords): Use it; fix the emulating
477         versions of font-lock-add-keywords and font-lock-remove-keywords to
478         work with XEmacs correctly.
479
480 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * gnus-cite.el (gnus-cite-face-list): Set the values of
483         gnus-message-max-citation-depth and gnus-message-citation-keywords.
484         (gnus-message-max-citation-depth): Use defvar rather than defconst.
485         (gnus-message-cite-prefix-regexp): New variable.
486         (gnus-message-search-citation-line): Use it; protect against long
487         citation prefix; fill match data with nil rather than 0 for XEmacs; set
488         the 0th match data for Emacs.
489         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
490         (gnus-message-add-citation-keywords): Append keywords rather than
491         prepending; emulate font-lock-add-keywords if it is not available.
492         (gnus-message-remove-citation-keywords): Emulate
493         font-lock-remove-keywords if it is not available.
494
495         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
496
497         * message.el (message-cite-prefix-regexp): Set the value of
498         gnus-message-cite-prefix-regexp.
499
500 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
501
502         * nnweb.el (nnweb-google-parse-1): Update parser.
503
504 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
505
506         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
507
508 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
509
510         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
511         regexp.
512
513 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * uudecode.el (uudecode-string-to-multibyte): New function emulating
516         string-to-multibyte.
517         (uudecode-decode-region-internal): Use it.
518
519         * lpath.el: Fbind string-as-multibyte for XEmacs.
520
521 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
522
523         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
524         custom choice.
525
526         * gnus-art.el (gnus-signature-limit): Fix custom choice.
527
528 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
529
530         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
531
532         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
533         `write-region' to respect `mm-inhibit-file-name-handlers'.
534
535 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
536
537         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
538         Use gnus-home-directory instead of "~/" or "$HOME".
539
540 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
541
542         * encrypt.el (encrypt-insert-file-contents): Add better prompt
543         to mention filename.
544         Add comments at beginning regarding usage.
545         (encrypt-write-file-contents): Change interactive so a string is
546         acceptable.  If the file has no associated model, show an error instead
547         of a nonsense prompt.
548
549 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
550
551         * spam.el (spam-bsfilter-ham-switch): Fix typo.
552         Thanks to Yoshihiko Yamada for kind notification of this typo.
553
554 2007-01-12  Kenichi Handa  <handa@m17n.org>
555
556         * uudecode.el (uudecode-decode-region-internal): Make it work in a
557         multibyte buffer.
558
559 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
560
561         * gnus-score.el (gnus-score-fast-scoring): New variable.
562         (gnus-score-headers): Use it.
563
564         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
565
566         * message.el (message-cite-original-1): Call
567         gnus-article-highlight-citation if requested.
568
569         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
570
571         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
572         bugs to doc string.
573         (gnus-button-alist): Add mid\\|message-id.
574         (gnus-button-fetch-group): Extend for use in
575         `browse-url-browser-function'.
576         (gnus-button-url-regexp): Try to catch paired parentheses like in
577         Wikipedia URLs.
578
579         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
580         Suggested by Simon Krahnke <overlord@gmx.li>.
581
582 2007-01-13  Romain Francoise  <romain@orebokech.com>
583
584         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
585         Update copyright.
586
587 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
588
589         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
590
591 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
592
593         * gnus-registry.el (gnus-registry-unfollowed-groups)
594         (gnus-registry-split-fancy-with-parent): Fix documentation.
595
596 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
599         from nnweb groups.
600
601 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
602
603         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
604         Xref urls.  Erase buffer before requesting head.
605
606 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
607
608         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
609         customizable.
610
611 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
612
613         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
614         no signing key is found.
615         (mml2015-epg-encrypt): Ask user whether to skip or abort if
616         no encrypting and/or signing key is found.
617
618 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
619
620         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
621
622 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
623
624         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
625         headers read from disk with the ones newly found in the current search.
626         This should no longer cause problems, because the article numbers in
627         Gmane's `nov.php' output are ignored since the previous change.
628
629 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
630
631         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
632
633 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
636         replace-regexp-in-string; bind url-version; fbind display-images-p and
637         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
638         find-face and set-itimer-function for Emacs; bind itimer-list for
639         Emacs.
640
641         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
642
643 2007-01-01  Romain Francoise  <romain@orebokech.com>
644
645         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
646
647 2006-12-31  Steve Youngs  <steve@sxemacs.org>
648
649         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
650         `define-minor-mode' macro definition expanded properly.
651         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
652         exclude it there.
653
654         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
655         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
656         `fboundp' test.
657         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
658         This is OK to autoload in (S)XEmacs now.
659
660 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
663         keystroke.
664         (gnus-summary-limit-to-singletons): Fix typo.
665
666         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
667         else fails.
668
669 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
670
671         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
672         docstring.
673
674         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
675         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
676         (gnus-summary-insert-dormant-articles): Fix typo in message.
677
678 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
679
680         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
681         nil for XEmacs.
682         (gnus-message-citation-mode): Don't autoload in XEmacs.
683
684         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
685
686 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
687
688         * nnimap.el (nnimap-expunge-search-string): Mention
689         nnimap-search-uids-not-since-is-evil in docstring.
690
691 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
692
693         * spam.el: Revert to make-obsolete-variable because
694         define-obsolete-variable-alias is not supported in Emacs 21.
695
696         * spam.el (spam-ifile-path, spam-ifile-database-path)
697         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
698         make-obsolete-variable.
699         (spam-bsfilter-path, spam-bsfilter-program)
700         (spam-spamassassin-path, spam-spamassassin-program)
701         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
702         use "path" inappropriately.
703         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
704         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
705         variable names.
706
707 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
708
709         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
710         summary buffer.
711
712         * password.el (password-cache-remove): Use clear-string to burn
713         password, if available.
714
715 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
716
717         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
718
719         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
720
721         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
722         (gnus-message-highlight-citation): Move defcustom here from
723         gnus-cite.el.
724         (gnus-message-citation-mode): Autoload.
725
726         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
727         checks to make it compile with XEmacs.
728         (gnus-message-citation-mode): New minor mode.
729         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
730         (gnus-message-highlight-citation): New variables.
731         (gnus-message-search-citation-line)
732         (gnus-message-add-citation-keywords)
733         (gnus-message-remove-citation-keywords)
734         (turn-on-gnus-message-citation-mode)
735         (turn-off-gnus-message-citation-mode): New functions.
736
737 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
738
739         * gnus-cite.el: Enable highlighting of different citation levels in
740         message-mode.
741
742 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
743
744         * message.el (message-make-fqdn): Fix comment.
745         (message-bogus-system-names): Add ".local".
746
747         * spam.el (spam-ifile-path, spam-ifile-program)
748         (spam-ifile-database-path, spam-ifile-database)
749         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
750         Don't use "path" inappropriately.
751         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
752         strings.
753         (spam-check-ifile, spam-ifile-register-with-ifile)
754         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
755         new variable names.
756
757         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
758         (gnus-treat-display-smileys): Simplify using
759         gnus-image-type-available-p.
760
761         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
762         available.
763
764         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
765         `display-images-p' if available.
766
767 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
770         one after turning on the buffer's multibyteness instead of decoding
771         them directly in the unibyte buffer that causes unexpected conversion
772         in Emacs 23 (unicode).
773
774 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
775
776         * message.el (message-generate-hashcash): Fix custom type.
777
778 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
779
780         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
781
782 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
783
784         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
785         disconnect icons.  Add help text.
786
787 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
788
789         * spam.el (spam-extra-header-to-number): CRM114 spam score is
790         negated to be consistent with the others we handle.
791
792 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
795         version of gnus-summary-buffer to something, so that we can use two
796         article buffers at the same time.
797
798 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
799
800         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
801         trigger all the extra headers.
802         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
803         sorting.
804
805 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
806
807         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
808         solid groups.
809
810 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
811
812         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
813
814 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
815
816         * legacy-gnus-agent.el: Add Copyright notice.
817
818 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
819
820         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
821
822 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
825
826         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
827         to make it work reliably in CVS Emacs.
828         (gnus-summary-limit-strange-charsets-predicate)
829         (gnus-summary-limit-to-predicate): New functions.
830
831 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
832
833         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
834         specifying array size.
835         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
836         array if it is too small.
837         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
838         (gnus-sort-threads-loop): New function.
839
840 2006-12-06  Chris Moore  <dooglus@gmail.com>
841
842         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
843         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
844
845 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
846
847         * mm-url.el (mm-url-predefined-programs): Call curl with correct
848         options.
849
850 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
851
852         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
853         DOS-ing the recipient.
854
855         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
856         the headers when creating the mapping to avoid mismappings.
857         (nnweb-gmane-create-mapping): Always nix out old mapping.
858
859 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
862         and mm-verify-option to never.
863
864 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * message.el (message-signed-or-encrypted-p): New function.
867         (message-forward-make-body): Use it.
868
869         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
870         Replace encode-coding-string with mm-encode-coding-string.
871
872 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * nneething.el (nneething-decode-file-name): Replace
875         decode-coding-string with mm-decode-coding-string.
876
877         * gnus-int.el (gnus-open-server): Say failed server's name.
878
879 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
880
881         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
882         strings to a single string.  Quote `errors-file-name'.
883         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
884         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
885         Adjust calls.  Use `shell-quote-argument'.
886
887 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
888
889         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
890         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
891
892         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
893         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
894         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
895         (gnus-group-make-directory-group, gnus-group-transpose-groups):
896         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
897         (gnus-subscribe-newsgroup, gnus-1):
898         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
899         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
900         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
901         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
902
903 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
906         keystroke.
907         (gnus-summary-limit-to-bodies): Implement headersp.
908
909 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * dns.el (query-dns): Protect against "Process dns deleted" strings.
912
913 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
916
917 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * message.el (message-generate-hashcash): Expand range of values to
920         include `opportunistic'.
921         (message-send-mail): Use it.
922
923 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
924
925         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
926         and comment it.
927
928         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
929
930 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
931
932         * gnus-util.el (gnus-extract-address-components): Improve comment.
933
934 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * gnus-util.el (gnus-extract-address-components): Work with address in
937         which the name portion contains @.
938
939         * lpath.el: Fbind custom-autoload.
940
941 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
942
943         * gnus.el (gnus-start): Move custom group up.
944         (gnus-select-method): Don't autoload, but make it available for
945         `customize-variable'.
946         (gnus-getenv-nntpserver): Don't autoload.
947
948 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
949
950         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
951
952 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
953
954         * message.el (message-sendmail-extra-arguments): New variable.
955         (message-send-mail-with-sendmail): Use it.
956
957 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
960         mm-with-unibyte-current-buffer to make string unibyte.
961
962         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
963         mm-string-as-multibyte.
964
965 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
966
967         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
968         Reported by Werner Koch <wk@gnupg.org>.
969
970 2006-11-14  Daiki Ueno  <ueno@p360>
971
972         * mml2015.el: Autoload epa-select-keys when compiling.
973
974 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
975
976         * mml2015.el (mml2015-epg-sign): Save the signing keys in
977         message-options.
978         (mml2015-epg-encrypt): Save the recipient keys in message-options.
979
980 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
981
982         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
983         EasyPG (< 0.0.6).
984         (mml2015-always-trust): New user option.
985         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
986         prompt.
987
988 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * nntp.el (nntp-authinfo-force): New variable.
991         (nntp-send-authinfo): Use it.
992
993 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
994
995         * message.el (message-strip-subject-encoded-words): Allow _not_ to
996         decode encoded words.  Improve prompt.  Add comment about forwarding.
997         (message-replacement-char): Move up.
998
999 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1000
1001         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1002         instead of gnus-intersection because arguments of gnus-sorted-nunion
1003         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1004
1005 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1006
1007         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1008         (message-simplify-subject-functions): Enable
1009         message-strip-subject-encoded-words by default.
1010
1011 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1012
1013         * message.el (message-strip-subject-encoded-words): New function
1014         (message-simplify-subject-functions): New variable.
1015         (message-simplify-subject): Use it.  Fix typo in doc string.
1016         Support message-strip-subject-encoded-words.
1017
1018 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1019
1020         * gnus-diary.el (gnus-diary-delay-format-function):
1021         * nndiary.el (nndiary-reminders):
1022         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1023
1024 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1025
1026         * gnus-art.el (article-hide-boring-headers): Fetch date from
1027         gnus-original-article-buffer to avoid problems with localized date
1028         strings.
1029
1030 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1033
1034 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1035
1036         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1037         New variables.
1038         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1039         (mm-charset-synonym-alist): Move some entries to
1040         mm-codepage-iso-8859-list.
1041         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1042         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1043
1044 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1047
1048 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1049
1050         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1051         with Emacs 21 and XEmacs.
1052
1053 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1054
1055         * spam.el (spam-parse-address): New function for better parsing,
1056         catching errors, etc.
1057         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1058
1059 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1060
1061         * mm-view.el: Add interactive arg to html2text autoload.
1062
1063 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1066
1067 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1068
1069         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1070         variables.
1071         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1072         (mm-charset-synonym-alist): Move some entries to
1073         mm-codepage-iso-8859-list.
1074
1075         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1076
1077 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1078
1079         * message.el (message-citation-line-format)
1080         (message-insert-formated-citation-line): Fix implementation of %E, %N
1081         and %n according to the doc string.
1082
1083 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1084
1085         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1086         car-safe to avoid bad parses.
1087
1088 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1091         names.
1092
1093         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1094
1095 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1098         header.
1099
1100         * message.el (message-draft-headers): Add Date.
1101         (message-headers-to-generate): Fix typo in docstring.
1102
1103         * nndraft.el (nndraft-required-headers): New variable.
1104         (nndraft-generate-headers): Use it.
1105
1106         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1107
1108 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1109
1110         * gnus-registry.el (gnus-registry-wash-for-keywords)
1111         (gnus-registry-find-keywords): New functions to allow easy searching of
1112         articles that are in the registry.
1113
1114 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1115
1116         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1117         ietf-drums-parse-address instead of gnus-extract-address-components.
1118         Reported by Damien Elmes <damien@repose.cx>.
1119
1120 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1121
1122         * gnus.el (gnus-mime): Remove unused custom group.
1123
1124 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1125
1126         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1127         "blank line" when searching for end of armor headers.
1128
1129 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * gmm-utils.el (gmm-write-region): Fix variable name.
1132
1133 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1134
1135         * gmm-utils.el (gmm-write-region): New function based on compatibility
1136         code from `mm-make-temp-file'.
1137
1138         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1139
1140         * nnmaildir.el (nnmaildir--update-nov)
1141         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1142         Use `gmm-write-region'.
1143
1144 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1145
1146         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1147         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1148
1149         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1150
1151         * message.el (message-replacement-char): New variable.
1152         (message-fix-before-sending): Use it.
1153         (message-simplify-subject): New function to remove duplicate code.
1154         (message-reply, message-followup): Use it.
1155
1156         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1157         gnus-summary-limit-to-articles.
1158
1159 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1160
1161         * gnus-util.el (gnus-with-local-quit): New macro.
1162
1163         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1164
1165 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1166
1167         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1168         ignore non-string data.
1169
1170 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1171
1172         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1173         non-string data (needs to be done in the registry too).
1174
1175 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1176
1177         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1178         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1179         (gnus-registry-split-fancy-with-parent)
1180         (gnus-registry-fetch-simplified-message-subject-fast)
1181         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1182         Remove text properties on ingress into the registry and when it's saved.
1183         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1184         registry from entries with no groups.
1185
1186 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1187
1188         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1189         function to remove string properties.
1190
1191 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1192
1193         * gmm-utils.el (gmm): Adjust custom version.
1194
1195         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1196         custom version.
1197
1198         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1199
1200 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1201
1202         * gnus-art.el (gnus-insert-prev-page-button)
1203         (gnus-insert-next-page-button): Simplify.  Reformat.
1204
1205 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1206
1207         * gnus-art.el (gnus-insert-prev-page-button)
1208         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1209
1210 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1211
1212         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1213
1214 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1215
1216         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1217         gnus-article-button-face to MIME and security buttons.
1218
1219 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1220
1221         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1222         readable.
1223
1224 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1227
1228 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1229
1230         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1231         `browse-url-of-file' instead of `browse-url'.
1232
1233 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1234
1235         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1236         regexp.  Articles containing quotation were cut prematurely.
1237
1238 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * message.el (message-cite-original-1): Use nobody by default for the
1241         value of From header.
1242         (message-reply): Ditto.
1243
1244 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1245
1246         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1247         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1248         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1249
1250 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1251
1252         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1253         mails in the doc string.  Add some URLs in comment.
1254         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1255
1256 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1259         backslashes handling and the way to find boundaries of quoted strings.
1260
1261 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1262
1263         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1264         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1265         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1266         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1267
1268 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1269
1270         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1271         doc string.
1272         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1273
1274 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * lpath.el: Fbind epg-check-configuration.
1277
1278 2006-09-06  Simon Josefsson  <jas@extundo.com>
1279
1280         * mml2015.el (mml2015-use): Doc fix, mention epg.
1281
1282 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1283
1284         * mml2015.el (mml2015-use): Default to epg, if available.
1285
1286 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1287
1288         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1289         message-sender.
1290         (mml1991-epg-encrypt): Ditto.
1291         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1292         message-sender.
1293         (mml2015-epg-encrypt): Ditto.
1294
1295 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1296
1297         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1298         several common directories.
1299
1300 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1301
1302         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1303         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1304
1305 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * gnus-art.el (article-decode-encoded-words): Make it fast.
1308
1309 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1312
1313         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1314         in quoted string into `\'.
1315
1316 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1319         Use standard-syntax-table.
1320
1321 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * gnus-art.el (gnus-decode-address-function): New variable.
1324         (article-decode-encoded-words): Use it to decode headers which are
1325         assumed to contain addresses.
1326         (gnus-mime-delete-part): Remove useless `or'.
1327
1328         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1329         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1330         (gnus-nov-parse-line): Use it to decode From header.
1331         (gnus-get-newsgroup-headers): Ditto.
1332         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1333
1334         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1335         (mail-decode-encoded-address-string): New alias.
1336
1337         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1338         New function.
1339         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1340         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1341         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1342         (rfc2047-decode-string): Ditto.
1343         (rfc2047-decode-address-region): New function.
1344         (rfc2047-decode-address-string): New function.
1345
1346 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1347
1348         * message.el (message-caesar-buffer-body): Allow rotating headers.
1349
1350         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1351
1352         * message.el (message-insert-formated-citation-line): Fix %f.
1353         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1354
1355 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1358         (gnus-bookmark-mouse-available-p): New macro.
1359         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1360         (gnus-bookmark-bmenu-show-infos): Use it.
1361         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1362         (gnus-bookmark-bmenu-hide-infos): Ditto.
1363         (gnus-bookmark-remove-properties): New function.
1364         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1365         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1366         (gnus-bookmark-write-file): Bind coding-system-for-write.
1367         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1368         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1369         group before selecting it.
1370         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1371         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1372         quit-window if it is not available; use gnus-mouse-2 and bind it to
1373         gnus-bookmark-bmenu-select-by-mouse.
1374         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1375         (gnus-bookmark-bmenu-select-by-mouse): New function.
1376
1377 2006-08-13  Romain Francoise  <romain@orebokech.com>
1378
1379         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1380         space.
1381
1382 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * compface.el (uncompface): Use binary rather than raw-text-unix.
1385
1386 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * compface.el (uncompface): Make sure the eol conversion doesn't take
1389         place when communicating with the external programs.  Reported by
1390         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1391
1392 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1395
1396 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1397
1398         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1399         Make it more robust by parsing author and date independently.
1400
1401 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1404
1405 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1406
1407         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1408         first matching secret key.
1409         (mml2015-epg-encrypt): Ditto.
1410
1411         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1412         first matching secret key.
1413         (mml1991-epg-encrypt): Ditto.
1414
1415         * mml2015.el (mml2015-encrypt-to-self): New user option.
1416         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1417         mml2015-epg-encrypt-to-self is set.
1418
1419         * mml1991.el (mml1991-encrypt-to-self): New variable.
1420         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1421         mml1991-epg-encrypt-to-self is set.
1422
1423         * mml2015.el (mml2015-signers): New user option.
1424         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1425         (mml2015-epg-encrypt): Allow to select signing keys.
1426
1427         * mml1991.el (mml1991-signers): New variable.
1428         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1429         (mml1991-epg-encrypt): Allow to select signing keys.
1430
1431 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * nnheader.el (nnheader-insert-head): Make it work even if the file
1434         uses CRLF for the line-break code.
1435
1436 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1437
1438         * mml2015.el: Require mml-sec instead of password.
1439         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1440         (mml2015-cache-passphrase): Inherit the default value from
1441         mml-secure-cache-passphrase.
1442         (mml2015-passphrase-cache-expiry): Inherit the default value from
1443         mml-secure-passphrase-cache-expiry.
1444
1445         * mml1991.el: Require mml-sec instead of password.
1446         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1447         (mml1991-cache-passphrase): Inherit the default value from
1448         mml-secure-cache-passphrase.
1449         (mml1991-passphrase-cache-expiry): Inherit the default value from
1450         mml-secure-passphrase-cache-expiry.
1451
1452         * mml-sec.el: Require password.
1453         (mml-secure-verbose): New user option.
1454         (mml-secure-cache-passphrase): New user option.
1455         (mml-secure-passphrase-cache-expiry): New user option.
1456
1457 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1458
1459         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1460         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1461         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1462
1463         FIXME: Use `tiny change'?
1464
1465 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1466
1467         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1468         workaround for the url package included with Emacs.
1469
1470         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1471
1472 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1475         correctly.  This fixes a bug caused by the 2006-05-12 change.
1476
1477 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1478
1479         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1480         some information about the error when saying that the `bogus' mail
1481         group will be used.
1482
1483 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1484
1485         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1486         string.
1487
1488 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1489
1490         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1491
1492 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1493
1494         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1495
1496 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1497
1498         * mml1991.el (mml1991-function-alist): Add epg.
1499         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1500         (mml1991-epg-encrypt): New functions.
1501
1502 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1503
1504         * mml2015.el (mml2015-verbose): New variable.
1505         (mml2015-cache-passphrase): Ditto.
1506         (mml2015-passphrase-cache-expiry): Ditto.
1507         (mml2015-function-alist): Add epg.
1508         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1509         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1510         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1511         functions.
1512
1513 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1514
1515         * message.el (message-cite-original-1): Preserve region when removing
1516         quoted text due to X-No-Archive in order to avoid bogus attribution
1517         when citing multiple messages.
1518
1519 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1520
1521         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1522         Kenneth Jacker <khj@be.cs.appstate.edu>.
1523
1524 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1525
1526         * gnus-diary.el (gnus-user-format-function-d)
1527         (gnus-user-format-function-D): Autoload.
1528
1529         * imap.el (Commentary): Fix typo.
1530
1531         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1532         2006-04-22 contribution.
1533
1534 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1535
1536         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1537         It didn't really fix the bogosity I'm seeing with solid web groups.
1538
1539 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1540
1541         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1542         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1543         created using server names.  If we use the feature without declaring
1544         it, Gnus does not properly manage server and group state.
1545
1546         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1547         bound.
1548
1549 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1550
1551         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1552         looking up the method using GROUP's prefix before inventing a new one.
1553         It is used on killed/unknown groups in various places where returning
1554         an all-new method isn't expected by the caller.
1555
1556         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1557         and match semantics of gnus-group-real-prefix.
1558
1559 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1560
1561         * nnmail.el (nnmail-broken-references-mailers): New variable.
1562         (nnmail-ignore-broken-references): New function generalizing
1563         nnmail-fix-eudora-headers.
1564         (nnmail-fix-eudora-headers): Now obsolete.
1565
1566         * gnus-art.el (gnus-button-handle-custom): Support
1567         `customize-apropos*'.
1568
1569 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1572
1573         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1574         articles.
1575
1576 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1577
1578         * message.el (message-cite-reply-above): New variable.
1579         (message-yank-original): Use it.
1580
1581 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1584
1585 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1586
1587         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1588         as read.
1589
1590         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1591
1592 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1593
1594         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1595         (gnus-bookmark-default-file): Use gnus-directory.
1596         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1597         Remove "*" in doc string.
1598         (gnus-bookmark-write-file): Simplify.
1599         (gnus-bookmark-maybe-sort-alist): Use `when'.
1600         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1601         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1602         FIXME about Emacs 21 and XEmacs compatibility.
1603         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1604         compatibility.
1605         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1606         compatibility.
1607         (gnus-bookmark-menu-heading): Fix version.
1608
1609 2006-06-19  Bastien Guerry  <bzg@altern.org>
1610
1611         * gnus-bookmark.el: New file.
1612
1613 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * message.el (message-syntax-checks): Doc fix.
1616
1617 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1618
1619         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1620         unsubscribed groups as if they were killed ones.  It causes duplicate
1621         entries in gnus-newsrc-alist.
1622
1623 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * message.el (message-syntax-checks): Doc fix.
1626         (message-send-mail): Add check for continuation headers.
1627         (message-check-news-header-syntax): Fix regexp used to check for
1628         continuation headers.
1629
1630 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1633
1634 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1635
1636         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1637
1638 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1641         default-truncate-lines.
1642
1643 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1646         to fill the utf-8 entry.
1647
1648         * lpath.el: Fbind unicode-precedence-list.
1649
1650 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1651
1652         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1653
1654 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1655
1656         * gnus-agent.el (directory-files-and-attributes): Move all the way
1657         forward (the third and final move).
1658         (gnus-agent-read-agentview): Trap reconstruction errors due to
1659         nonexistant directory.  Handle by returning nil.
1660
1661 2006-05-30  Didier Verna  <didier@xemacs.org>
1662
1663         * message.el (message-dont-reply-to-names): Update the custom type.
1664         * message.el (message-dont-reply-to-names): New defsubst: potentially
1665         convert a list of regexps into a single one.
1666         * message.el (message-get-reply-headers): Use it.
1667         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1668
1669 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * gnus-agent.el (directory-files-and-attributes): Move forward.
1672
1673 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1674
1675         * gnus-ml.el (gnus-mailing-list-subscribe)
1676         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1677         (gnus-mailing-list-message): Fix doc strings.
1678
1679 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1680
1681         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1682         of doing it manually.
1683
1684 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1685
1686         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1687         comment.
1688
1689 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1690
1691         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1692         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1693         (gnus-agent-read-local): All symbols allocated in my-obarray
1694         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1695         (gnus-agent-regenerate-group): Check numeric names to see if they are
1696         messages or groups.
1697         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1698         better way of do this...)
1699
1700         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1701         'dummy.group' (there should be a better way of do this...)
1702
1703 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1706         (gnus-saved-headers): Ditto.
1707         (gnus-default-article-saver): Mention functions may have properties.
1708         (gnus-article-save): Override gnus-save-all-headers and
1709         gnus-saved-headers by :headers property which saver function may have.
1710         (gnus-summary-save-in-file): Add :headers property.
1711         (gnus-summary-write-to-file): Ditto.
1712
1713         * gnus-sum.el (gnus-summary-save-article): Bind
1714         gnus-prompt-before-saving to t when saving many articles in a file;
1715         always show all headers.
1716
1717         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1718
1719 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1720
1721         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1722         marks.
1723
1724         * message.el (message-indent-citation): Add optional arguments to allow
1725         using it outside of message buffers.
1726
1727         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1728         (gnus-article-treat-unfold-headers): Use it.
1729         (gnus-article-truncate-lines): New variable.
1730         (gnus-article-mode): Use it.
1731         (gnus-article-toggle-truncate-lines): New function.
1732
1733         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1734         gnus-article-toggle-truncate-lines.
1735
1736         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1737         coding system in XEmacs, use binary.
1738
1739 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1742         after-load-alist.
1743
1744         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1745         this function should save decoded articles.
1746         (gnus-summary-write-to-file): Use property to specify this function
1747         should save decoded articles and specify gnus-summary-save-in-file
1748         should be used to save articles other than the first one when saving
1749         many articles.
1750         (gnus-summary-save-body-in-file): Use property to specify this
1751         function should save decoded articles.
1752         (gnus-summary-write-body-to-file): Use property to specify this
1753         function should save decoded articles and specify
1754         gnus-summary-save-body-in-file should be used to save articles other
1755         than the first one when saving many articles.
1756
1757         * gnus-sum.el (gnus-summary-save-article): Simplify.
1758
1759 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus-art.el (gnus-default-article-saver): Add
1762         gnus-summary-write-body-to-file.
1763         (gnus-article-save-coding-system): Don't use coding system object
1764         in XEmacs.
1765         (gnus-read-save-file-name): Add optional `dir-var' argument which
1766         specifies directory in which files are saved; work even if optional
1767         `variable' argument is not specified.
1768         (gnus-summary-write-to-file): Read file name.
1769         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1770         (gnus-summary-write-body-to-file): New function.
1771
1772         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1773         (gnus-summary-local-variables): Add it.
1774         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1775         (gnus-summary-save-article): Remove optional `decode' argument;
1776         determine whether to decode articles by the value of
1777         gnus-default-article-saver; when saving many files using
1778         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1779         it first and use gnus-summary-save-in-file or
1780         gnus-summary-save-body-in-file thereafter unless
1781         gnus-prompt-before-saving is always; move point to article which
1782         will be saved.
1783         (gnus-summary-save-article-file): Revert.
1784         (gnus-summary-write-article-file): Revert.
1785         (gnus-summary-save-article-body-file): Revert.
1786         (gnus-summary-write-article-body-file): New function.
1787
1788 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * gnus-art.el (gnus-default-article-saver): Doc fix.
1791         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1792         from gnus-summary-save-article-coding-system, and default to a
1793         certain coding system.
1794         (gnus-output-to-file): Add coding cookie and encode text according
1795         to gnus-article-save-coding-system; don't use mm-append-to-file.
1796
1797         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1798         gnus-art.el and rename to gnus-article-save-coding-system.
1799         (gnus-summary-save-article): Require gnus-art; don't show all
1800         headers if it decodes articles; don't add coding cookie here;
1801         don't bind mm-text-coding-system-for-write.
1802         (gnus-summary-save-article-file): Save decoded articles.
1803         (gnus-summary-write-article-file): When saving many files, use
1804         gnus-summary-write-to-file first and gnus-summary-save-in-file
1805         thereafter unless gnus-prompt-before-saving is always.
1806         (gnus-summary-save-article-body-file): Save decoded articles.
1807
1808         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1809
1810 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1811
1812         * nnrss.el (nnrss-check-group): Bind hash-index.
1813
1814 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1815
1816         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1817         its hash index.  Store this hash in `nnrss-group-data'.
1818         (nnrss-read-group-data): Update accordingly.
1819
1820 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1821
1822         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1823         entry.
1824
1825         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1826         gnus-article-browse-html-article.
1827
1828 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1829
1830         * gnus-sum.el (gnus-summary-mime-map): Add
1831         gnus-article-browse-html-article.
1832
1833         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1834
1835 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1836
1837         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1838         suitable coding systems in customize.
1839
1840 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1841
1842         * mail-source.el (mail-sources): Fix custom type.
1843
1844 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1845
1846         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1847         (gnus-summary-expire-articles-now): Shorten prompt.
1848
1849         * gmm-utils.el (wid-edit): Require.
1850         (defun-gmm): Renamed from `gmm-defun-compat'.
1851         (gmm-image-search-load-path): Use it.
1852         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1853
1854 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1857         variable.
1858         (gnus-summary-save-article): Add optional `decode' argument.  If
1859         it is set and gnus-summary-save-article-coding-system is non-nil,
1860         save decoded article.
1861         (gnus-summary-write-article-file): Save decoded article if
1862         gnus-summary-save-article-coding-system is non-nil.
1863
1864         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1865         type.
1866
1867 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1870
1871 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1874         first to test gnus-single-article-buffer which may be buffer-local.
1875
1876         * gnus-sum.el (gnus-summary-setup-buffer): Make
1877         gnus-single-article-buffer buffer-local and nil in ephemeral
1878         group; make gnus-article-buffer, gnus-article-current, and
1879         gnus-original-article-buffer always buffer-local.
1880         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1881         group.
1882         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1883
1884 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1885
1886         * nnml.el (nnml-request-compact-group): Compressed files might not
1887         have .gz extension.
1888
1889 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1890
1891         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1892         (mm-copy-to-buffer): Use with-current-buffer.
1893         (mm-display-part): Simplify.
1894         (mm-inlinable-p): Add optional arg `type'.
1895
1896 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1897
1898         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1899         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1900         Try harder to show the attachment internally or externally using
1901         gnus-mime-view-part-as-type.
1902
1903 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1904
1905         * message.el (message-from-style, message-signature-separator)
1906         (message-user-organization-file, message-send-mail-function)
1907         (message-citation-line-function, message-yank-prefix)
1908         (message-indent-citation-function, message-signature)
1909         (message-signature-file, message-signature-insert-empty-line):
1910         Remove autoloads.
1911
1912         * gnus-art.el (gnus-buttonized-mime-types): Remove
1913         "multipart/signed".  Revert 2006-04-26 change.
1914
1915 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * gnus.el (gnus-version-number): Bump version.
1918
1919 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1920
1921         * gnus.el: No Gnus v0.5 is released.
1922
1923 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1924
1925         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1926         fetching articles by message-id.
1927
1928 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * message.el (hashcash): Require hashcash as normal.
1931
1932         * ecomplete.el (ecomplete-highlight-match-line): Use
1933         point-at-eol.
1934         (ecomplete-highlight-match-line): Use `highlight', because that
1935         face exists in both Emacs and XEmacs.
1936
1937         * message.el (message-display-abbrev): Use point-at-bol.
1938
1939         * mail-source.el: Don't require timer/timer-funcs.
1940
1941         * gnus-async.el: Ditto.
1942
1943         * password.el: Ditto.
1944
1945         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1946
1947         * mm-url.el: Ditto.
1948
1949         * gnus-xmas.el: Don't require timer-funcs.
1950
1951         * mm-util.el: Require timer/timer-funcs.
1952
1953 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1954
1955         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1956         Close.
1957
1958 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1961         unibyte after clear-decrypt function runs.
1962
1963         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1964         returns as a unibyte string.
1965
1966 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * lpath.el: Revert.
1969
1970         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1971         (pgg-gpg-process-sentinel): Revert.
1972
1973         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1974         (pgg-pgp-lookup-key): Revert.
1975
1976         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1977         (pgg-pgp5-lookup-key): Revert.
1978
1979         * pgg.el (pgg-fetch-key): Revert.
1980
1981 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * lpath.el: Fbind string-as-multibyte for XEmacs.
1984
1985         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1986         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1987         (mml1991-pgg-encrypt): Ditto.
1988
1989         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1990         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1991         a multibyte buffer.
1992
1993         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1994         (pgg-pgp-lookup-key): Ditto.
1995
1996         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1997         (pgg-pgp5-lookup-key): Ditto.
1998
1999         * pgg.el (pgg-fetch-key): Ditto.
2000
2001 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2002
2003         * message.el (message-user-organization-file): Check several
2004         locations of the organization file.
2005
2006         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2007         Add gnus-article-view-part-as-type.
2008
2009         * gnus-art.el (gnus-article-view-part-as-type): New function.
2010
2011         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2012         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2013
2014         * mml.el: Simplify autoload.
2015         (mml-mode): defvar dnd-protocol-alist instead of using
2016         symbol-value.
2017         (mml-default-directory): New variable.
2018         (mml-minibuffer-read-file): Use it.
2019         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2020
2021         * message.el (message-citation-line-format): New variable.
2022         (message-insert-formated-citation-line): New function.
2023         (message-citation-line-function): Add
2024         `message-insert-formated-citation-line' to custom type.
2025
2026         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2027         to doc string.
2028
2029         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2030         depending on mm-verify-option.
2031
2032 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2035         binding pgg-* variables; reimplement the section which prevents
2036         MIME header from being signed.
2037         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2038         pgg-text-mode; remove a blank line at the top of body.
2039
2040         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2041         lines at the top of body; use gnus-newsgroup-charset if there's no
2042         Charset header.
2043
2044 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * message.el (message-self-insert-commands): Doc fix.
2047
2048         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2049         (mm-uu-pgp-encrypted-test): Ditto.
2050         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2051         between header and body; return application/pgp-encrypted handle
2052         if decryption failed; decode decrypted body by charset.
2053
2054         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2055         element match to application/pgp-*.
2056
2057 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2058
2059         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2060         HTML.
2061
2062 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * mail-source.el (mail-source-call-script): Message the error
2065         string.
2066
2067 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * gnus-util.el (gnus-byte-compile): Use it.
2070
2071 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2072
2073         * gnus-util.el (kill-empty-logs): New function.
2074
2075 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * message.el (message-mail-alias-type): Doc fix.
2078         (message-mail-alias-type-p): New function.
2079         (message-send): Use it.
2080         (message-mode): Ditto.
2081         (message-strip-forbidden-properties): Ditto.
2082
2083         * ecomplete.el (ecomplete-database-file-coding-system): New
2084         variable.
2085         (ecomplete-save): Use it.
2086         (ecomplete-setup): Use it.
2087
2088 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * message.el (message-self-insert-commands): New variable.
2091         (message-strip-forbidden-properties): Use it.
2092
2093 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2096         that doesn't make XEmacs choke.
2097
2098 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2099
2100         * gnus-util.el (gnus-replace-in-string):
2101         Prefer replace-regexp-in-string over of replace-in-string.
2102
2103 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * gnus-util.el (gnus-select-frame-set-input-focus):
2106         Use select-frame-set-input-focus if it is available in XEmacs; use
2107         definition defined in Emacs 22 for old Emacsen.
2108
2109         * dgnushack.el: Autoload unmorse-region for XEmacs.
2110
2111         * lpath.el: Bind cursor-in-non-selected-windows and
2112         select-frame-set-input-focus for XEmacs.
2113
2114 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2117
2118 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2119
2120         * gnus-registry.el (gnus-registry-cache-save): Remove text
2121         properties when saving via the temp buffer.
2122
2123 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2124
2125         * message.el (message-generate-hashcash): Honor custom type.
2126
2127 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * message.el (message-generate-hashcash): Default to non-nil when
2130         hashcash is found.
2131
2132         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2133         (gnus-refer-thread-limit): Increase default to 500.
2134
2135         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2136
2137         * flow-fill.el (fill-flowed): Allow delete-space.
2138
2139 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2140
2141         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2142         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2143         Remove autoloads.
2144
2145 2006-04-18  Simon Josefsson  <jas@extundo.com>
2146
2147         * message.el (message-generate-hashcash): Default to.
2148
2149 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2152         concatenating segments rather than before concatenating them.
2153
2154 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2155
2156         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2157
2158 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2161
2162         * message.el (message-forward-make-body-plain): Allow
2163         message-forward-ignored-headers to be a list.
2164         (message-remove-ignored-headers): Factor out into function.
2165         (message-forward-make-body-mml): Use it.
2166
2167         * imap.el (imap-quote-specials): New function.
2168         (imap-login-auth): Quote specials.
2169
2170         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2171         (rfc2231-parse-string): Allow concatanation of parameters that
2172         aren't contiguous.  The test case is
2173           (mail-header-parse-content-type "message/external-body;
2174             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2175             access-type=LOCAL-FILE;
2176             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2177
2178 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2179
2180         * nntp.el (nntp-accept-process-output): Return the value of
2181         `nnheader-accept-process-output'.
2182
2183 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2186         (gnus-button-alist): Recognize more diff formats.
2187         (gnus-button-patch): Strip directory.
2188
2189 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2190
2191         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2192         Emacs 22 when setting focus.
2193
2194 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * gnus-art.el (gnus-article-treat-types): Do treatment of
2197         text/x-verbatim parts.
2198         (gnus-button-patch): New command.
2199
2200         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2201         addresses that contain invalid characters.
2202
2203 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * message.el (message-put-addresses-in-ecomplete): Use
2206         gnus-replace-in-string.
2207         (message-is-yours-p): Use the more correct
2208         mail-header-parse-address instead of
2209         mail-extract-address-components.
2210         (message-put-addresses-in-ecomplete): Fix typo.
2211
2212         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2213         keystroke.
2214
2215         * gnus-art.el (gnus-treatment-function-alist): Change order of
2216         newsgroups/generic header folding to avoid double-folding.
2217
2218         * message.el (message-hidden-headers): Add X-Draft-From.
2219
2220         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2221         command.
2222         (gnus-summary-repeat-search-article-backward): New command.
2223
2224         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2225         groups in the parent topic.
2226
2227 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2228
2229         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2230         (spam-extra-header-to-number): Return the CRM114 number as a
2231         number instead of a string.
2232
2233 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * gnus-art.el (gnus-face-properties-alist): Moved here from
2236         gnus-fun.
2237
2238         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2239
2240 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * message.el (message-strip-forbidden-properties): Only display on
2243         self-insert-command.
2244
2245         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2246         reindent.
2247         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2248
2249 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2250
2251         * smiley.el (smiley-style): Fix typo.
2252
2253 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * hashcash.el (hashcash-insert-payment-async-2): Use
2256         message-goto-eoh instead of doing it manually.
2257         (mail-add-payment): Use message-narrow-to-header instead of trying
2258         to do the same itself.
2259
2260         * message.el (message-hidden-headers): Add Face.
2261
2262         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2263         reparenting code.
2264         (gnus-summary-reparent-children): Refactored out code.
2265         (gnus-summary-thread-map): New keystroke.
2266         (gnus-summary-reparent-children): Make into command.
2267
2268         * smiley.el (smiley-style): Default to `medium' if using a large
2269         font.
2270
2271         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2272         does it itself.
2273
2274         * message.el (message-point-in-header-p): Simplify definition.
2275
2276 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * nnagent.el (nnagent-request-set-mark): Silence log file
2279         writing.
2280         (nnagent-request-set-mark): Use write-region instead of
2281         append-to-file.
2282
2283         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2284         strange select method.
2285
2286         * ecomplete.el (ecomplete-display-matches): Get highlightling
2287         right.
2288         (ecomplete-display-matches): Use literals.
2289         (ecomplete-display-matches): Disable message logging.
2290
2291         * message.el (message-display-abbrev): Small optimization.
2292
2293         * ecomplete.el (ecomplete-display-matches): Allow automatic
2294         display.
2295
2296         * message.el (message-strip-forbidden-properties): Display
2297         abbrevs.
2298         (message-display-abbrev): Get automatic display right.
2299
2300         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2301         keystrokes.
2302
2303 2006-04-13  Romain Francoise  <romain@orebokech.com>
2304
2305         TODO: Backport to v5-10!
2306
2307         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2308         Moved here (and renamed) from gnus-registry.el.
2309
2310         * gnus-registry.el: Require gnus-util.
2311         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2312
2313 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus-group.el (gnus-group-catchup-current): Change
2316         if-then-else-if-then-else into cond.
2317         (gnus-group-catchup): Indent.
2318         (group-name-at-point): New function.
2319         (gnus-fetch-group): Provide default from thing at point.
2320
2321 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * message.el (message-display-abbrev): Fix regexp.
2324
2325         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2326         choosing.
2327         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2328         dead variables.
2329
2330         * message.el (message-newline-and-indent): Remove debugging.
2331         (message-display-abbrev): Use new implementation.
2332
2333 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2334
2335         * gnus-art.el (gnus-article-mode): Set
2336         cursor-in-non-selected-windows to nil.
2337
2338         * smiley.el: Revert previous change.
2339         (smiley-data-directory): defvar it before using it in the
2340         defcustom of `smiley-style'.
2341
2342 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * message.el (message-newline-and-indent): New function.
2345
2346         * ecomplete.el: Implement more bits.
2347
2348         * message.el (message-put-addresses-in-ecomplete): Clean up the
2349         string.
2350
2351         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2352
2353         * gnus-sum.el (gnus-summary-save-parts): Bind
2354         gnus-summary-save-parts-counter and use it to make unique file
2355         names.
2356
2357         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2358
2359         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2360         parameter to say whether to actually parse the individual
2361         addresses.
2362
2363         * message.el (message-put-addresses-in-ecomplete): New function.
2364         (ecomplete): Require.
2365         (message-mail-alias-type): Add ecomplete as an option.
2366
2367 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2368
2369         * flow-fill.el (fill-flowed): Remove trailing space from blank
2370         quoted lines.
2371
2372 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * smiley.el (smiley-style): Move definition later to avoid a
2375         compilation warning.
2376
2377 2006-04-12  Kenichi Handa  <handa@m17n.org>
2378
2379         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2380         buffer and then decode the buffer text if necessary.
2381         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2382         first, and after mm-encode-body, change the buffer to unibyte.
2383         Use mm-disable-multibyte instead of set-buffer-multibyte.
2384
2385 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2388         Content-Type header instead of Content-Disposition header.
2389         (gnus-mime-inline-part): Ditto.
2390         (gnus-mime-view-part-as-charset): Ignore charset that the part
2391         specifies.
2392
2393         * mm-decode.el (mm-display-part): Work with external parts and
2394         usual parts similarly.
2395
2396         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2397         instead of gnus-display-mime.
2398
2399         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2400         instead of with-temp-buffer.
2401
2402         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2403         tag to summarized topics part in order to encode non-ASCII text.
2404
2405 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2406
2407         * smiley.el (smiley-style): New variable.
2408         (smiley-directory): New function.
2409         (smiley-data-directory): Derive from `smiley-style' using
2410         `smiley-directory'.
2411         (smiley-regexp-alist): Add new entries.
2412
2413         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2414         (gnus-article-browse-delete-temp): Add :version.
2415
2416 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2417
2418         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2419         the sieve region.
2420
2421 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * gnus.el (gnus-version-number): Bump version.
2424
2425 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2426
2427         * gnus.el: No Gnus v0.4 is released.
2428
2429 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2432         layout.
2433
2434         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2435         unknown charset.
2436
2437         * message.el (message-header-synonyms): Add Original-To to the
2438         default.
2439
2440         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2441         optional parameter.
2442
2443 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2444
2445         * gnus-fun.el (gnus): Require it for gnus-directory.
2446
2447 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2450
2451 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2452
2453         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2454
2455 2006-04-05  Simon Josefsson  <jas@extundo.com>
2456
2457         * password.el (password-reset): New function.
2458
2459 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2460
2461         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2462         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2463
2464 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2465
2466         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2467         Some whitespace was matched into the url, which broke browsing hits
2468         > 100 when mm-url-use-external was nil.
2469
2470 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2471
2472         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2473         gnus-extra-headers for 'Newsgroups.
2474
2475         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2476         bound.
2477
2478 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2479
2480         * pgg-gpg.el: Clean up process buffers every time gpg processes
2481         complete.
2482
2483 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2484
2485         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2486         doc string.
2487
2488 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2489
2490         * pgg-gpg.el (pgg-gpg-process-filter)
2491         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2492
2493         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2494         lines, temporary fix.
2495
2496 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2497
2498         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2499
2500 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2501
2502         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2503         default-enable-multibyte-characters.  This reverts the change from
2504         revision 6.17 which is no longer necessary because the passphrase
2505         is sent separately now.  GnuPG messages are unreadable under
2506         multibyte locales with default-enable-multibyte-characters set to
2507         nil.
2508
2509 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2510
2511         * message.el (message-tool-bar-gnome): Move "spell".
2512
2513 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2514
2515         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2516         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2517         instead.
2518
2519 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2520
2521         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2522         newsgroups handling for NNTP overviews which don't include
2523         Newsgroups.
2524
2525 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2526
2527         * message.el (message-resend): Bind message-generate-hashcash to nil.
2528
2529 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2530
2531         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2532         when searching for already-paid recipients.
2533
2534 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2535
2536         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2537         passphrases when it is not needed.
2538         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2539         passphrase stuff from gpg, should only be necessary when you use
2540         gpg with a smartcard.
2541
2542 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * mml.el (mml-insert-mime): Ignore cached contents of
2545         message/external-body part.
2546
2547         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2548         (mm-insert-part): Ditto.
2549
2550 2006-03-23  Simon Josefsson  <jas@extundo.com>
2551
2552         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2553         Reiner.
2554         (pgg-gpg-use-agent-p): Use it again.
2555
2556 2006-03-23  Simon Josefsson  <jas@extundo.com>
2557
2558         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2559         older emacsen.
2560         (pgg-gpg-use-agent-p): Don't use it.
2561
2562 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2563
2564         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2565         if we can.
2566
2567 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2568
2569         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2570         (pgg-gpg-update-agent): New function.
2571         (pgg-gpg-use-agent-p): New function.
2572         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2573         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2574         (pgg-gpg-sign-region): Use it.
2575
2576 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2579         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2580
2581 2006-03-21  Simon Josefsson  <jas@extundo.com>
2582
2583         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2584         <wilde@sha-bang.de>.
2585         (pgg-gpg-use-agent): New variable.
2586         (pgg-gpg-process-region): Use it.
2587         (pgg-gpg-encrypt-region): Likewise.
2588         (pgg-gpg-encrypt-symmetric-region): Likewise.
2589         (pgg-gpg-decrypt-region): Likewise.
2590         (pgg-gpg-sign-region): Likewise.
2591         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2592
2593 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2594
2595         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2596
2597         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2598         Add comment on version.
2599
2600 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2601
2602         * smiley.el: Add missing test smiley.
2603
2604 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * mm-decode.el (mm-with-part): New macro.
2607         (mm-get-part): Use it; work with message/external-body as well.
2608         (mm-save-part): Treat name and filename equally.
2609
2610         * mm-extern.el (mm-extern-cache-contents): New function.
2611         (mm-inline-external-body): Use it; force the part to be displayed;
2612         move undisplayer added to the cached handle to the parent.
2613
2614         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2615         (gnus-mime-view-part-as-type): Work with message/external-body.
2616
2617         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2618
2619 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2620
2621         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2622         images in image-load-path.  [Sync with image.el, revision 1.60, in
2623         Emacs.]
2624
2625 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2626
2627         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2628         path rather than symbol.  Always return list of directories.
2629         Guarantee that image directory comes first.  [Sync with image.el,
2630         revision 1.59, in Emacs.]
2631
2632         * message.el (message-make-tool-bar): Adjust to new API of
2633         `gmm-image-load-path-for-library'.
2634
2635         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2636
2637         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2638
2639 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2640
2641         * gnus-art.el (gnus-article-only-boring-p):
2642         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2643         intangible text.
2644         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2645
2646 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2647
2648         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2649         `defun' instead of `gmm-defun-compat'.
2650
2651 2006-03-14  Simon Josefsson  <jas@extundo.com>
2652
2653         * message.el (message-unique-id): Don't use message-number-base36
2654         if (user-uid) is a float.
2655         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2656
2657 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2660
2661         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2662         empty line between a part and a message part.
2663
2664 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2665
2666         * smiley.el: Add more test smileys.
2667         (smiley-data-directory, smiley-regexp-alist)
2668         (gnus-smiley-file-types): Fix doc strings.
2669         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2670         adding new elements.
2671         (smiley-mouse-map): Unused code.  Make it a comment.
2672
2673 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2676         scan latest NoCeM messages instead of old ones.
2677         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2678         delimiters that are recently used.
2679         (gnus-nocem-load-cache): Add autoload cookie.
2680
2681         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2682
2683         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2684         level which is larger than gnus-use-nocem is specified.
2685
2686         * gnus-group.el (gnus-group-get-new-news): Ditto.
2687
2688 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2689
2690         * gnus-util.el (gnus-tool-bar-update): New function.
2691
2692         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2693         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2694
2695         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2696
2697         * gnus-group.el (gnus-group-redraw-when-idle)
2698         (gnus-group-redraw-check): Remove.
2699         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2700
2701 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2704         if optional last element is specified in splits (FIELD VALUE...).
2705
2706 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2707
2708         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2709         to gmm-image-load-path-for-library.  Call with no-error argument.
2710         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2711
2712         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2713
2714         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2715
2716         * gmm-utils.el (gmm-image-load-path): Remove alias.
2717
2718 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2719
2720         * gmm-utils.el (gmm-image-load-path): Add alias.
2721
2722         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2723         nnml-generate-nov-databases-1.
2724         (nnml-generate-nov-databases): Use it.
2725         (nnml-generate-nov-databases-directory): Document no-active
2726         argument.
2727
2728         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2729         directory if path is t.  Add no-error.
2730
2731         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2732         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2733
2734         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2735         resetting gnus-article-browse-html-temp-list.
2736
2737         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2738         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2739         Add example to docstring.  Rename local variables.  Move error
2740         checks to default case in cond and simplify.
2741
2742 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2745         handle is multipart when calling it recursively.
2746         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2747
2748 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2749
2750         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2751         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2752
2753 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2756         is loaded.
2757
2758         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2759         loaded.
2760
2761 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2762
2763         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2764         to "Emacs 23 (unicode)" in doc string.
2765
2766         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2767         "Emacs 23 (unicode)" in comment.
2768
2769 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2772
2773         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2774         characters 160 through 255 in Emacs 23.
2775
2776 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2777
2778         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2779         gnus-article-browse-html-temp.
2780         (gnus-article-browse-delete-temp): Make it customizable.  Add
2781         `file'.  Adjust doc string.
2782         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2783         query for each file.  Adjust doc string.
2784         (gnus-article-browse-html-parts): Add
2785         `gnus-article-browse-delete-temp-files' to
2786         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2787
2788 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2789
2790         * gnus-art.el (gnus-article-browse-html-temp)
2791         (gnus-article-browse-delete-temp): New variables.
2792         (gnus-article-browse-delete-temp-files): New function.
2793         (gnus-article-browse-html-parts): Use it.
2794
2795 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2796
2797         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2798
2799         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2800         string.
2801
2802         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2803         gnus-summary-insert-new-articles when unplugged.  Remove
2804         gnus-summary-search-article-forward.
2805
2806         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2807         display-visual-class instead of display-color-cells.
2808
2809 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * dgnushack.el: Autoload customize-group for XEmacs.
2812
2813         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2814         message/* containing non-ASCII text properly.
2815
2816 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * message.el: Require gmm-utils, remove autoloads.
2819         (message-tool-bar): Set default based on
2820         gmm-tool-bar-style.
2821         (message-tool-bar-gnome): Add gmm-customize-mode.
2822
2823         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2824         gmm-tool-bar-style.
2825         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2826
2827         * gnus-group.el (gnus-group-tool-bar): Set default based on
2828         gmm-tool-bar-style.
2829         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2830
2831         * gmm-utils.el (gmm-image-directory): Rename variable from
2832         gmm-image-load-path.
2833         (gmm-image-load-path): Use gmm-image-directory.
2834         (gmm-customize-mode): New function.
2835         (gmm-tool-bar-style): New variable.
2836
2837         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2838         gnus-group-redraw-line-number.
2839         (gnus-group-redraw-check): Simplify.
2840         (gnus-group-tool-bar-update): Remove redraw check.
2841         (gnus-group-make-tool-bar): Add redraw check.
2842
2843 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2844
2845         * gnus-art.el (gnus-button): Add missing parentheses.
2846
2847 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * lpath.el: Fbind line-number-at-pos.
2850
2851 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2854
2855 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2856
2857         * gnus-art.el (gnus-button): New face.
2858         (gnus-article-button-face): Use it.
2859
2860         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2861         gnus-summary-next-page.  Re-order.
2862
2863         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2864         next-node are now included.
2865         (gnus-group-redraw-line-number): New internal variable.
2866         (gnus-group-redraw-check): Helper function for updating the tool
2867         bar.
2868         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2869
2870         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2871
2872         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2873         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2874         Use it to match format of Spamassassin 3.0 and later.  Reported by
2875         IRIE Tetsuya <irie@t.email.ne.jp>.
2876         (spam-check-bogofilter)
2877         (spam-bogofilter-register-with-bogofilter): Fix args of
2878         `gnus-error' calls.
2879
2880 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2881
2882         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2883         unnecessary interaction when sending queued mails.  Reported by
2884         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2885
2886 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2887
2888         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2889         first or last are nil.
2890
2891 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2892
2893         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2894
2895 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2898
2899 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900
2901         * dns.el (query-dns): Protect more against buggy tcp output.
2902
2903 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2904
2905         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2906         nov.php.
2907
2908 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2909
2910         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2911         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2912         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2913         output on the server side.
2914         (nnweb-google-create-mapping): Update regexps and add some
2915         progress indication.
2916
2917 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2918
2919         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2920         gnus-agent-toggle-plugged.  Re-order icons.
2921         (gnus-group-tool-bar-gnome): Add
2922         gnus-group-{prev,next}-unread-group.
2923         (gnus-group-tool-bar-gnome): Re-order icons.
2924
2925         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2926         gnus-summary-insert-new-articles.
2927
2928         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2929         comments.
2930
2931         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2932         also available in Emacs 21.3.
2933
2934         * message.el (message-fix-before-sending): Change "Emacs 22" to
2935         "Emacs 23 (unicode)" in comment.
2936
2937         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2938         "Emacs 23 (unicode)" in comment.
2939
2940         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2941         comment.
2942         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2943
2944         * mm-view.el (mm-fill-flowed): Add :version.
2945
2946 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2949         and load-path.
2950
2951 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2952
2953         * message.el: Autoload gmm-image-load-path.
2954         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2955         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2956         consitency.
2957
2958         * gmm-utils.el (gmm-image-load-path): Also search in
2959         "../etc/images".  Don't set gmm-image-load-path if we don't find
2960         the image.
2961
2962 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * gmm-utils.el (gmm-image-load-path): Don't make
2965         `gmm-image-load-path' include subdirectories which the second arg
2966         `image' might specify.
2967
2968         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2969         subdirectory to icon file names.
2970
2971         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2972
2973 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2974
2975         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2976         gmm-image-load-path calls.
2977
2978         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2979
2980         * message.el (message-make-tool-bar): Ditto.
2981
2982         * mml.el (mml-preview): Added comment concerning tool bar icons.
2983
2984         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2985         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2986
2987         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2988         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2989
2990         * message.el (message-tool-bar-gnome): Use new icon names.
2991         (message-make-tool-bar): Use `gmm-image-load-path'.
2992
2993         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2994         functions from MH-E.
2995         (gmm-image-load-path): New variable from MH-E.
2996         (gmm-image-load-path): New function from MH-E.  Added arguments
2997         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2998         *-image-load-path-called-flag.
2999
3000 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3001
3002         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3003
3004 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
3005         (tiny change)
3006
3007         * nnimap.el (nnimap-request-move-article): Change folder back to
3008         source group before deleting.
3009
3010 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3011
3012         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3013
3014         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3015         mm-url.
3016
3017         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3018
3019 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3022         coding system which mm-charset-to-coding-system returns for a
3023         given charset is valid.
3024
3025 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3026
3027         * html2text.el (html2text-remove-tag-list):
3028         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3029
3030 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3031
3032         * gnus-cus.el: Revert 2005-10-17 change.
3033
3034 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * gnus-art.el (article-strip-banner): Call
3037         article-really-strip-banner only when the regexp match is made.
3038
3039 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * gnus-art.el (article-strip-banner): Use
3042         gnus-extract-address-components instead of
3043         mail-header-parse-addresses to make it work with non-ASCII text;
3044         remove mail-encode-encoded-word-string.
3045
3046         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3047         values which are surrounded with \"...\"; make it never cause a
3048         Lisp error; give up parsing of parameters if it failed in
3049         extracting type.
3050
3051 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3052
3053         * smime.el (smime-cert-by-ldap-1): Fix bug where
3054         `smime-ldap-search' returns results without userCertificates.
3055
3056 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3059
3060 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3061
3062         * spam.el (spam-check-spamassassin-headers): Adapt format for
3063         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3064         <ari@mbf.ocn.ne.jp>.
3065         (spam-list-of-processors): Add spam-use-gmane.
3066
3067 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3070         make-temp-file; make it work with XEmacs as well.
3071
3072         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3073         mm-make-temp-file.
3074
3075         * mm-decode.el (mm-display-external): Use the 3rd arg of
3076         mm-make-temp-file.
3077         (mm-create-image-xemacs): Ditto.
3078
3079 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3082         with message-narrow-to-headers.
3083         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3084         (gnus-draft-check-draft-articles): New function.
3085         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3086
3087 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3088
3089         * gnus-art.el (gnus-article-browse-html-parts):
3090         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3091         Don't use suffix argument for mm-make-temp-file for Emacs 21
3092         compatibility.  Remove useless `format'.
3093
3094 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3095
3096         * nnweb.el (nnweb-google-wash-article): Update regexps.
3097         (nnweb-group-alist): Use defvoo instead of defvar.
3098
3099 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3102         re-loading nn* modules.
3103
3104 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3105
3106         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3107         for `tool-bar-mode' and don't check it's default-value.
3108
3109         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3110
3111         * message.el (message-make-tool-bar): Ditto.
3112
3113         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3114         `substring'.  Shorten tmp-file name.
3115
3116         * gnus.el: Remove bogus comment.
3117
3118 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3119
3120         * gnus-art.el (gnus-article-browse-html-parts): New function.
3121         (gnus-article-browse-html-article): New function for viewing html
3122         articles with a browser.
3123
3124 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3125
3126         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3127         in elisp.
3128         (pgg-gpg-encrypt-symmetric-region): Ditto.
3129         (pgg-gpg-sign-region): Ditto.
3130
3131         * pgg-def.el (pgg-text-mode): New variable.
3132
3133         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3134         (mml2015-pgg-encrypt): Ditto.
3135
3136         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3137         (mml1991-pgg-encrypt): Ditto.
3138
3139 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3142         message-make-date instead of current-time-string.
3143
3144         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3145         to gnus-decoded which mm-uu might set.
3146
3147 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3150         don't decode quoted parameters; remove misimported Emacs code.
3151         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3152         (rfc2231-decode-encoded-string): Don't use split-string which
3153         behaves differently according to Emacs version; use
3154         mm-decode-coding-region to convert charset to coding-system.
3155         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3156         (rfc2231-encode-string): Remove misimported Emacs code.
3157
3158 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3161         when calling mail-header-parse-content-type.
3162         (article-de-quoted-unreadable): Ditto.
3163         (article-de-base64-unreadable): Ditto.
3164         (article-wash-html): Ditto.
3165
3166         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3167         calling mail-header-parse-content-type and
3168         mail-header-parse-content-disposition.
3169         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3170         mail-header-parse-content-type.
3171
3172         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3173         insert charset and format parameters; encode description after
3174         inserting it to buffer.
3175         (mml-insert-parameter): Fold lines properly even if a parameter is
3176         segmented into two or more lines; change the max column to 76.
3177
3178         * rfc1843.el (rfc1843-decode-article-body): Don't use
3179         ignore-errors when calling mail-header-parse-content-type.
3180
3181         * rfc2231.el (rfc2231-parse-string): Return at least type if
3182         possible; don't cause an error even if it fails in parsing of
3183         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3184         (rfc2231-encode-string): Don't break lines at the beginning, leave
3185         it to mml-insert-parameter.
3186
3187         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3188         calling mail-header-parse-content-type.
3189
3190 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3191
3192         * spam-report.el (spam-report-gmane-use-article-number):
3193         Improve doc string.
3194         (spam-report-gmane-internal): Check if a suitable header was found
3195         in the article.
3196
3197 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3200         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3201
3202 2006-02-05  Romain Francoise  <romain@orebokech.com>
3203
3204         Update copyright notices of all files in the gnus directory.
3205
3206 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3207
3208         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3209
3210 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3213         segmented lines of parameter value to cope with Thunderbird 1.5
3214         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3215         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3216         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3217
3218 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3219
3220         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3221         parts.
3222
3223 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3224
3225         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3226         there's only one active file for all servers.
3227         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3228         solid groups.  Gnus might have used a FAST request to select the group.
3229         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3230         and nnweb-search redundantly in the active file.
3231         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3232         (nnweb-request-create-group): Don't use ARGS.
3233         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3234         initialisations.  Let nnoo do the work.
3235
3236 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3239         Say the part has been decoded.
3240
3241         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3242
3243 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3244
3245         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3246         mailcap-viewer-test-cache when there's no 'test clause, since that
3247         will invert the meaning of a "nil" test previously determined by
3248         mailcap-mailcap-entry-passes-test.
3249
3250 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3253         compiling.
3254
3255         * gnus-sum.el: Ditto.
3256
3257         * message.el: Don't bind tool-bar-map when compiling.
3258
3259 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3260
3261         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3262
3263 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3264
3265         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3266         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3267         current Google Groups.
3268
3269 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3270
3271         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3272         and tool-bar-mode.
3273
3274         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3275         and tool-bar-mode.
3276
3277         * message.el (message-tool-bar-update): Simplify.
3278         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3279
3280         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3281         gnus-summary-buffer.
3282         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3283         gnus-summary-reply.
3284
3285         * gmm-utils.el (gmm): Add :version.
3286
3287 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * Makefile.in (clean): New rule.
3290         (distclean): Use it.
3291
3292 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3293
3294         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3295         autoload.
3296
3297 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3298
3299         * gmm-utils.el (gmm-verbose): Add :group.
3300
3301 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3302
3303         * message.el: Change some comments WRT tool-bars.
3304
3305         * gnus-sum.el (gnus-summary-tool-bar)
3306         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3307         (gnus-summary-tool-bar-zap-list): New variables.
3308         (gnus-summary-make-tool-bar): Complete rewrite using
3309         `gmm-tool-bar-from-list'.
3310
3311         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3312         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3313         variables.
3314         (gnus-group-make-tool-bar): Complete rewrite using
3315         `gmm-tool-bar-from-list'.
3316         (gnus-group-tool-bar-update): New function.
3317
3318         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3319
3320 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3323         is dissected into a single part of which the type is the same as
3324         the given one; decode charset.
3325
3326 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3327
3328         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3329         into alists as symbol not string, since that's what
3330         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3331         look for.
3332
3333 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3334
3335         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3336         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3337
3338         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3339
3340 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3343         (gnus-xmas-mime-security-button-menu): New function.
3344
3345         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3346         (gnus-mime-security-button-menu): New definition.
3347         (gnus-mime-security-button-map): Use them.
3348         (gnus-mime-security-button-menu): New function.
3349         (gnus-insert-mime-security-button): Addition to help echo.
3350         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3351         (gnus-mime-security-pipe-part): New functions.
3352
3353         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3354         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3355
3356         * mm-decode.el (mm-handle-set-disposition): Remove.
3357         (mm-handle-set-description): Remove.
3358
3359 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3362         (mm-w3m-standalone-supports-m17n-p): New function.
3363         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3364         w3m usage.
3365
3366         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3367         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3368
3369 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3370
3371         * message.el (message-tool-bar-zap-list): Use
3372         gmm-tool-bar-zap-list as custom type.
3373         (message-tool-bar-update): New function.
3374         (message-tool-bar, message-tool-bar-gnome)
3375         (message-tool-bar-retro): Add message-tool-bar-update.
3376         (message-tool-bar-gnome): Add flyspell-buffer.
3377
3378         * gnus-util.el (gnus-error): Describe `args'.
3379
3380         * gmm-utils.el (gmm-error): Describe `args'.
3381         (gmm-tool-bar-zap-list): New widget.
3382         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3383
3384 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3387         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3388         the number of recursive calls.
3389
3390         * mm-decode.el (mm-handle-set-disposition): New macro.
3391         (mm-handle-set-description): New macro.
3392
3393 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3396         encoding.
3397
3398 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3399
3400         * message.el (message-tool-bar-zap-list, message-tool-bar)
3401         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3402         (message-tool-bar-local-item-from-menu): Remove.
3403         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3404         (message-make-tool-bar): New function.
3405         (message-mode): Use `message-make-tool-bar'.
3406
3407         * gmm-utils.el: New file.
3408         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3409         (gmm-lazy): New widget copied from `nnmail.el'.
3410         (gmm-tool-bar-from-list): New function for creating customizable
3411         tool bars.
3412         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3413         output.
3414         (gmm): Add :prefix to defgroup.
3415
3416 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3417
3418         * gmm-utils.el (gmm-widget-p): New function.
3419
3420 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3421
3422         * mml.el (mml-attach-file): Describe `description' in doc string.
3423         (mml-menu): Add Emacs MIME manual and PGG manual.
3424
3425 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3426
3427         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3428
3429 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3430
3431         * nntp.el (nntp-end-of-line): Doc fix.
3432
3433 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3434
3435         * imap.el (imap-open): Handle case where buffer is a buffer
3436         object.
3437
3438 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3439
3440         * gnus-delay.el (gnus-delay): Don't autoload.
3441         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3442         to be re-loaded when customizing the `gnus-delay' group.
3443
3444 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3445
3446         * message.el (message-insert-citation-line): Use newlines.
3447
3448 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3449
3450         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3451         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3452         these routines, so the passphrase can be managed externally and
3453         passed in to the system.
3454         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3455         pgg-add-passphrase-to-cache function.
3456
3457         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3458         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3459         these routines, so the passphrase can be managed externally and
3460         passed in to the system.
3461         (pgg-pgp5-sign-region): Use new name of
3462         pgg-add-passphrase-to-cache function.
3463
3464 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3465
3466         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3467         part of the decoded armor to find the key-identifier.
3468         (pgg-gpg-lookup-key-owner): New function to return the
3469         human-readable identifier of a key owner.
3470         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3471         itself.
3472         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3473         the key value) if we have a key and can match it against a secret
3474         key.  Also, added a note pointing out fact that the prompt only
3475         indicates the first matching key.
3476
3477         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3478         pgg-decrypt-region.
3479         (pgg-add-passphrase-to-cache): Rename from
3480         `pgg-add-passphrase-cache' to reduce confusion (all callers
3481         changed).
3482         (pgg-remove-passphrase-from-cache): Rename from
3483         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3484         changed).
3485         (pgg-read-passphrase, pgg-add-passphrase-cache)
3486         (pgg-remove-passphrase-cache): Add informative docstrings.
3487         (pgg-decrypt): Convey provided passphrase in subordinate call to
3488         pgg-decrypt-region.
3489
3490 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3491
3492         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3493         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3494         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3495         'passphrase' argument, so the passphrase can be managed externally
3496         and then passed in to the system.
3497
3498         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3499         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3500         so the passphrase cache can be used reliably with identifiers
3501         besides a pgp packet's key id.
3502
3503         * pgg-gpg.el (pgg-gpg-encrypt-region)
3504         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3505         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3506         these routines, so the passphrase can be managed externally and
3507         passed in to the system.
3508
3509         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3510         'notruncate' argument, so the passphrase cache can be used
3511         reliably with identifiers besides a pgp packet's key id.
3512
3513 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3514
3515         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3516         symmetric encryption.
3517         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3518         encrypted session key.
3519         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3520         message ask for the passphrase in a proper way.
3521
3522         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3523         New user commands for symmetric encryption.
3524
3525 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3528
3529         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3530
3531 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3532
3533         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3534
3535 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * mm-decode.el (mm-inlined-types): Add application/pgp.
3538         (mm-automatic-display): Ditto.
3539
3540         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3541         part as text.
3542
3543 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * nnrss.el: Update copyright.
3546         (nnrss-opml-import): Query whether to subscribe to each entry.
3547
3548         * gnus-art.el:
3549         * gnus-sum.el:
3550         * gnus-xmas.el:
3551         * messagexmas.el:
3552         * mm-uu.el:
3553         * mm-view.el: Update copyright.
3554
3555 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3556
3557         * message.el (message-info): New function.
3558         (message-mode-menu): Add it.
3559         Update copyright.
3560
3561         * ChangeLog: Fix and update copyright.
3562
3563 2006-01-13  Romain Francoise  <romain@orebokech.com>
3564
3565         * message.el (message-forward-subject-name-subject): Prefer the
3566         address to 'nowhere' if the sender has no name.
3567         Fix typo.  Update copyright year.
3568
3569 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * gnus-art.el (article-wash-html): Use
3572         gnus-summary-show-article-charset-alist if a numeric arg is given.
3573         (gnus-article-wash-html-with-w3m-standalone): New function.
3574
3575         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3576         mm-inline-text-html-render-with-w3m-standalone.
3577         (mm-text-html-washer-alist): Map w3m-standalone to
3578         gnus-article-wash-html-with-w3m-standalone.
3579         (mm-inline-text-html-render-with-w3m-standalone): New function.
3580
3581 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3582
3583         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3584         Improve LaTeX.
3585
3586 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3589         (nnrss-request-article): Render text/plain parts as HTML.
3590
3591         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3592         the buffer.
3593
3594 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3595
3596         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3597         custom definition of `gnus-posting-styles'.
3598
3599         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3600         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3601
3602 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3603
3604         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3605         Use nntp for bug archive.
3606
3607 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3610         parts.
3611         (nnrss-normalize-date): New function converts ISO 8601 date into
3612         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3613         (nnrss-check-group): Use it.
3614
3615 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3618
3619         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3620         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3621         (nnrss-insert-w3): Ditto.
3622
3623 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3626         the articles to be forwarded including the case where neither a
3627         number of articles nor a region is specified.
3628
3629 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * nnrss.el (nnrss-request-article): Fix last change; fill
3632         text/plain parts.
3633
3634 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3637         in text/plain part.
3638         (nnrss-check-group): Don't add excessive newline to dc:subject.
3639
3640 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3641
3642         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3643         article.
3644
3645 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3646
3647         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3648         (nnml-use-compressed-files, nnml-save-mail): Support other
3649         comression programs such as bzip2.
3650
3651 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3652
3653         * dns.el (query-dns): Make sure we check the buffer size before
3654         removing tcp headers.
3655
3656 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3659         remove MIME buttons associated with multipart/alternative parts.
3660         (gnus-mime-display-alternative): Tag buttons using `article-type'
3661         text property.
3662
3663         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3664         associated with multipart/alternative parts.
3665
3666         * gnus-art.el (gnus-signature-separator): Fix custom type.
3667
3668         * mm-decode.el (mm-inlined-types): Fix custom type.
3669         (mm-keep-viewer-alive-types): Ditto.
3670         (mm-automatic-display): Ditto.
3671         (mm-attachment-override-types): Ditto.
3672         (mm-inline-override-types): Ditto.
3673         (mm-automatic-external-display): Ditto.
3674
3675 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3676
3677         * spam-report.el (spam-report-user-mail-address)
3678         (spam-report-user-agent): New variables.
3679         (spam-report-url-ping-plain): Use spam-report-user-agent.
3680
3681 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3682
3683         * gnus-art.el (gnus-button-handle-custom): Do not just use
3684         `customize-apropos' for any "M-x customize-*" button but the
3685         function called for.  Accept both the function name and its
3686         argument in order to achieve this.
3687         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3688         function name to `gnus-button-handle-custom' in case of "M-x
3689         customize-*" buttons.
3690
3691 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3694         multipart/alternative and add xref to mm-discouraged-alternatives
3695         in doc string.
3696
3697         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3698         gnus-buttonized-mime-types in doc string.
3699
3700 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3701
3702         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3703         Suggest image/.* in the doc string.
3704
3705 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3706
3707         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3708         message-marks (Debian bug #342521).
3709
3710 2005-12-12  Simon Josefsson  <jas@extundo.com>
3711
3712         * password.el (password-read-from-cache): Add.
3713         (password-read): Use it.
3714
3715 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3718         us-ascii as a MIME charset.
3719
3720         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3721         against the case where the 2nd arg TYPE is nil.
3722
3723 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * pop3.el (pop3-stream-type): Fix custom version.
3726
3727         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3728
3729 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3730
3731         * mm-decode.el (mm-display-external): Add missing cdr.
3732
3733 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3736         RFC1524) if it is in mailcap or add a suffix according to
3737         mailcap-mime-extensions when generating a temp filename; postpone
3738         deleting a temp file for 2 seconds for some wrappers, shell
3739         scripts, and so on, which might exit right after having started a
3740         viewer command as a background job.
3741
3742 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3743
3744         * nntp.el (nntp-marks-directory): Fix custom group.
3745
3746         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3747         steps when < 10.
3748
3749         * gnus-start.el (gnus-no-server-1): Mention
3750         `gnus-level-default-subscribed' in doc string.
3751
3752 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3753
3754         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3755         parens.
3756
3757 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * gnus-xmas.el (gnus-use-toolbar): Revert.
3760         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3761         gnus-use-toolbar is default.
3762
3763         * messagexmas.el (message-use-toolbar): Revert.
3764         (message-setup-toolbar): Use global default-toolbar if
3765         message-use-toolbar is default.
3766
3767 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3770         according to default-toolbar-visible-p.
3771
3772         * messagexmas.el (message-use-toolbar): Ditto.
3773
3774 2005-11-26  Dave Love  <fx@gnu.org>
3775
3776         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3777         (tls-program, tls-success): Provide openssl alternative.
3778
3779         * starttls.el: Doc fixes.
3780         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3781         SERVICE to PORT.
3782
3783         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3784         port null or service name.
3785         (starttls-negotiate): Autoload.
3786
3787 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * message.el (message-kill-to-signature): Fix interactive spec.
3790
3791 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * pop3.el (pop3-open-server): Recognize a string as a service name.
3794
3795 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3796
3797         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3798
3799 2005-11-23  Dave Love  <fx@gnu.org>
3800
3801         Add pop3s, pop3/starttls.
3802
3803         * pop3.el (pop3-authentication-scheme): Clarify doc.
3804         (open-tls-stream, starttls-open-stream): Autoload.
3805         (pop3-stream-type): New.
3806         (pop3-open-server): Use it.
3807
3808         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3809         for POP.
3810         (mail-source-keyword-map): Add :stream for POP.
3811         (mail-source-fetch-pop): Use pop3-stream-type.
3812
3813 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3816         of current-time-string.
3817
3818 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3819
3820         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3821         date header.
3822
3823 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3824
3825         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3826         it can seriously impact performance as it bypasses the agent's
3827         local caches.
3828
3829 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3830
3831         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3832         must be explicitly online rather than "not explicitly offline" for
3833         its flags to be synchronized.
3834
3835         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3836         that gnus-uu-unmark-thread will function correctly.
3837
3838         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3839         1024K is instead displayed as 1M.
3840
3841 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3842
3843         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3844
3845 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3846
3847         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3848
3849 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3850
3851         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3852         error message to display actual error condition.
3853         (gnus-agent-save-local): Avoid saving symbols that are bound to
3854         nil as they simply result in a warning message in
3855         gnus-agent-read-local.
3856
3857 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3860         rather than make-variable-buffer-local for file-precious-flag.
3861
3862 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3863
3864         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3865         for duplicates which are removed.  The invalid sort check then
3866         triggers a rescan after the sort as sorting may have moved
3867         duplicate entries such that they can be cheaply detected.
3868
3869 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3872
3873 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3874
3875         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3876         internal variable to a custom variable.  Changed default value
3877         from compressed(2) to uncompressed(1).
3878         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3879         support for uncompressed agentview files.  Taken together, reading
3880         the agentview file should now be 6-7 times faster.
3881
3882 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3883
3884         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3885         as a buffer-local variable.  This avoids creating truncated
3886         dribble files as a result of a hang up, eg.
3887
3888 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3889
3890         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3891         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3892         XEmacs.
3893
3894 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3895
3896         * gnus-start.el (gnus-start-draft-setup): Enforce
3897         `gnus-draft-mode' for nndraft:drafts at startup.
3898
3899         * gnus.el (gnus-splash): Change custom group.
3900         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3901         allow-list argument.
3902
3903         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3904         string.
3905
3906 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3907
3908         * gnus-art.el (gnus-default-article-saver): Add user-defined
3909         `function' to custom type.
3910
3911 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3912
3913         * imap.el (imap-open): Handle case where buffer is a buffer
3914         object.
3915
3916 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3917
3918         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3919         long lines.
3920         (gnus-cache-delete-group): Wrap doc strings.
3921
3922         * gnus-agent.el (gnus-agent-rename-group)
3923         (gnus-agent-delete-group): Wrap doc strings.
3924
3925
3926 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * messagexmas.el (message-use-toolbar): Change the valid values
3929         into default, top, bottom, left, and right.
3930         (message-toolbar-thickness): New variable.
3931         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3932         well.
3933         (message-setup-toolbar): Make it work.
3934
3935         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3936         (gnus-use-toolbar): Change the valid values into default, top,
3937         bottom, left, and right.
3938         (gnus-toolbar-thickness): New variable.
3939         (gnus-xmas-setup-toolbar): New function.
3940         (gnus-xmas-setup-group-toolbar): Use it.
3941         (gnus-xmas-setup-summary-toolbar): Use it.
3942
3943 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * gnus-start.el (gnus-1): Add "native" to
3946         gnus-predefined-server-alist.
3947
3948         * gnus.el (gnus-method-to-server): Don't add "native" to the
3949         lists here, because that leads to problems when
3950         gnus-select-method is bound.
3951
3952 2005-11-09  Simon Josefsson  <jas@extundo.com>
3953
3954         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3955         use (not sort-by-date) instead.
3956
3957 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3958
3959         * gnus-delay.el (gnus-delay-group): Don't autoload.
3960         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3961         to be re-loaded when customizing the `gnus-delay' group.
3962
3963 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3964
3965         * message.el: Revert last changes.
3966         (message-insert-citation-line): Use newlines.
3967
3968 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3969
3970         * message.el (message-courtesy-message)
3971         (message-mark-insert-begin, message-mark-insert-end)
3972         (message-elide-ellipsis, message-cancel-message)
3973         (message-add-header, message-change-subject)
3974         (message-cross-post-followup-to-header)
3975         (message-cross-post-insert-note, message-reduce-to-to-cc)
3976         (message-widen-reply, message-delete-not-region)
3977         (message-kill-to-signature, message-insert-signature)
3978         (message-insert-importance-high, message-insert-importance-low)
3979         (message-insert-or-toggle-importance)
3980         (message-insert-disposition-notification-to)
3981         (message-indent-citation, message-yank-original)
3982         (message-cite-original-without-signature, message-cite-original)
3983         (message-insert-citation-line, message-position-on-field)
3984         (message-fix-before-sending, message-send-mail-partially)
3985         (message-send-mail, message-send-mail-with-sendmail)
3986         (message-send-mail-with-qmail, message-send-news)
3987         (message-check-news-header-syntax, message-generate-headers)
3988         (message-insert-courtesy-copy, message-fill-address)
3989         (message-fill-header, message-shorten-references)
3990         (message-setup-1, message-cancel-news)
3991         (message-forward-make-body-plain, message-forward-make-body-mime)
3992         (message-forward-make-body-mml, message-encode-message-body)
3993         (message-forward-make-body-digest-plain)
3994         (message-forward-make-body-digest-mime)
3995         (message-use-alternative-email-as-from): Insert `hard-newline'
3996         instead of ordinary newlines.
3997
3998 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * message.el (message-generate-headers): Downcase the argument
4001         given to message-check-element.
4002
4003 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4004
4005         * nntp.el (nntp-authinfo-rejected): New error condition.
4006         (nntp-wait-for): Use new error condition to signal authentication
4007         error.
4008         (nntp-retrieve-data): Rethrow new error condition to break out of
4009         recursive call to nntp-send-authinfo.
4010
4011 2005-11-08  Romain Francoise  <romain@orebokech.com>
4012
4013         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4014         (gnus-summary-exit-map): Bind to `Z p'.
4015         (gnus-summary-make-menu-bar): Add menu item.
4016
4017 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4018
4019         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4020         (gnus-treat-*): Add `first' in all doc strings.
4021
4022         * gnus-group.el (gnus-group-compact-group): Fix typo.
4023
4024 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * gnus.el (gnus-parameters-case-fold-search): New variable.
4027         (gnus-parameters-get-parameter): Use it.
4028
4029         * gnus-score.el (gnus-home-score-file): Doc fix.
4030
4031 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4032
4033         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4034
4035 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * mm-util.el (mm-special-display-p): New function.
4038
4039         * mml.el (mml-preview): Use it; doc fix.
4040
4041 2005-10-29  Romain Francoise  <romain@orebokech.com>
4042
4043         * message.el (message-fix-before-sending): Fix comment.
4044
4045 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4046
4047         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4048
4049 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4050
4051         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4052         Used in gnus-score.el.
4053
4054 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4057
4058 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4059
4060         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4061         whitespace removed in revision 7.8.  Use concatenated string to
4062         protect trailing whitespace.
4063
4064 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4065
4066         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4067         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4068         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4069         Courier IMAP ("some version from 2004").  Mostly based on similar
4070         code in the same function.
4071
4072 2005-10-26  Didier Verna  <didier@xemacs.org>
4073
4074         * gnus-group.el (gnus-group-compact-group): invalidate original
4075         article buffer.
4076         * gnus-srvr.el (gnus-server-compact-server): ditto.
4077         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4078         NOV database and in article itself.
4079         Invalidate article backlog.
4080
4081 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4082
4083         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4084
4085 2005-10-26  Simon Josefsson  <jas@extundo.com>
4086
4087         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4088         part of 2004-07-25 change.
4089
4090 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * message.el (message-display-completion-list): New function.
4093         (message-expand-group): Use it; make sure the Completions buffer
4094         is modifiable.
4095
4096 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4097
4098         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4099         user-mail-name is an empty string.
4100
4101 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4104         depending on gnus-score-decay-constant.
4105
4106         * encrypt.el (encrypt-insert-file-contents)
4107         (encrypt-write-file-contents): Don't use `gnus-message'.
4108
4109         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4110         arguments.
4111         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4112         arguments to mm-uu-verbatim-marks-extract.
4113         (mm-uu-hide-markers): New variable.
4114         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4115
4116         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4117         (gnus-convert-image-to-face-command): Use "convert" by default to
4118         allow other input image formats.
4119         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4120         accordingly.
4121
4122 2005-10-23  Simon Josefsson  <jas@extundo.com>
4123
4124         * imap.el (imap-gssapi-program): Align command line parameters
4125         with latest GNU SASL.
4126         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4127
4128 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4131         HTML.
4132         (nnslashdot-request-article): Ditto.
4133
4134         * lpath.el (featurep): Add nobreak-char-display.
4135
4136 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4137
4138         * mail-source.el (mail-source-fetch-pop): Require pop3.
4139         (mail-source-check-pop): Ditto.
4140
4141 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4144         errors.
4145
4146 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4147
4148         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4149         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4150
4151         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4152
4153         * mm-bodies.el (mm-decode-string): Call
4154         `mm-charset-to-coding-system' with allow-override argument.
4155
4156 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4159         (rfc2047-charset-to-coding-system): New function.
4160         (rfc2047-decode-encoded-words): New function.
4161         (rfc2047-decode-region): Use them.
4162         (rfc2047-decode-cte): Remove.
4163         (rfc2047-parse-and-decode): Remove.
4164         (rfc2047-decode): Remove.
4165
4166 2005-10-15  Kenichi Handa  <handa@m17n.org>
4167
4168         * rfc2047.el (rfc2047-decode-cte): New function.
4169         (rfc2047-decode-region): Change the way to decode successive
4170         encoded-words: decode B- or Q-encoding in each encoded-word,
4171         concatenate them, and decode it as charset.
4172
4173 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * lpath.el: Fbind codepage-setup for XEmacs.
4176
4177 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4178
4179         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4180         widget-move-and-invoke.
4181         (gnus-custom-mode): Use gnus-custom-map.
4182
4183 2005-10-15  Bill Wohler  <wohler@newt.com>
4184
4185         * message.el (message-tool-bar-map): Renamed image file from
4186         mail_send to mail/send.
4187
4188 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4189
4190         * message.el (message-expand-group): Pass the common
4191         prefix substring of completion to `display-completion-list'.
4192
4193 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4194
4195         * mml-sec.el (mml-secure-method): New internal variable.
4196         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4197         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4198         functions using mml-secure-method.
4199
4200         * mml.el (mml-mode-map): Add key bindings for those functions.
4201         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4202         Harder <harder@myrealbox.com>.
4203         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4204         end of message if point is the headers of the message.
4205
4206         * message.el (message-in-body-p): New function.
4207
4208         * assistant.el: Autoload gnus-util and netrc.
4209
4210         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4211         Use `mm-charset-override-alist' only when decoding.
4212
4213         * mm-bodies.el (mm-decode-body): Call
4214         `mm-charset-to-coding-system' with allow-override argument.
4215
4216         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4217         `filename' from Content-Disposition if Content-Type doesn't
4218         provide `name'.
4219         (gnus-mime-view-part-as-type): Set default instead of
4220         initial-input.
4221
4222 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4223
4224         * format-spec.el (format-spec): Propagate text properties of % spec.
4225
4226 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4227
4228         * gnus-art.el (gnus-treat-predicate): Add `first'.
4229
4230 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4231
4232         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4233         (mm-charset-override-alist): New variable.
4234         (mm-charset-to-coding-system): Use it.
4235         (mm-codepage-setup): New helper function.
4236         (mm-charset-eval-alist): New variable.
4237         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4238         about unknown charsets.
4239
4240         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4241
4242 2005-10-04  David Hansen  <david.hansen@gmx.net>
4243
4244         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4245         (nnrss-check-group): Ditto.
4246
4247 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4248
4249         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4250         Rename x-gnus-verbatim to x-verbatim.
4251         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4252
4253         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4254         x-verbatim.
4255
4256         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4257
4258         * gnus-util.el (gnus-remove-duplicates): Remove.
4259
4260         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4261         instead of gnus-remove-duplicates.
4262
4263         * message.el (message-remove-duplicates): Remove.
4264         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4265         message-remove-duplicates.
4266
4267         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4268         available, else use implementation from `delete-dups'.
4269
4270         * message.el (message-insert-expires): New function.
4271         (message-mode-map): Add key binding.
4272         (message-mode-field-menu): Add menu entry.
4273         (message-mode): Document it.
4274         (message-make-expires-date): Use `message-make-date'.
4275
4276 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4277
4278         * message.el (message-make-expires-date): New function.
4279
4280 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * Makefile.in (list-installed-shadows): New entry.
4283         (install): Use it.
4284         (remove-installed-shadows): New entry.
4285
4286         * dgnushack.el (dgnushack-default-load-path): New variable.
4287         (dgnushack-find-lisp-shadows): New function.
4288         (dgnushack-remove-lisp-shadows): New function.
4289
4290 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * Makefile.in (install-el-elc): New entry.
4293         (install): Use it so that .el files are necessarily installed.
4294
4295 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4298
4299 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4300
4301         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4302         function rather than the diff-mode.el package.
4303         (mm-display-external): Use with-current-buffer.
4304         (mm-viewer-completion-map, mm-viewer-completion-map):
4305         Move initialization inside declaration.
4306
4307 2005-09-29  Simon Josefsson  <jas@extundo.com>
4308
4309         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4310         autoload mail-check-payment.
4311         (spam-check-hashcash): Define unconditionally, since hashcash.el
4312         is part of Gnus now.  Ignore errors from payment checking.
4313
4314 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4315
4316         * message.el (message-bold-region, message-unbold-region): Rename
4317         from `bold-region' and `unbold-region'.
4318
4319         * message.el: Remove useless autoloads.
4320
4321 2005-09-28  Simon Josefsson  <jas@extundo.com>
4322
4323         * message.el (message-use-idna): Default to t.
4324         (message-use-idna): Test whether encoding works too.  Doc fix.
4325
4326 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * nntp.el (nntp-warn-about-losing-connection): Remove.
4329
4330 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4331
4332         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4333         customizable.  Change default value.
4334         (mm-uu-diff-groups-regexp): Change default value.
4335         (mm-uu-type-alist): Add doc string.
4336         (mm-uu-configure): Add doc string.  Make it interactive.
4337         (mm-uu-tex-groups-regexp): New variable.
4338         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4339         (mm-uu-type-alist): Add LaTeX documents.
4340         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4341         of "text/verbatim".
4342         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4343
4344         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4345         instead of "text/verbatim".
4346
4347         * message.el (message-mark-inserted-region)
4348         (message-mark-insert-file): Use slrn style marks when called with
4349         prefix argument.
4350
4351 2005-09-27  Simon Josefsson  <jas@extundo.com>
4352
4353         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4354
4355 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4356
4357         * message.el (message-remove-duplicates): New function.
4358         Implementation borrowed from `gnus-remove-duplicates'.
4359         (message-idna-to-ascii-rhs): Also encode idna addresses in
4360         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4361         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4362         only ask about the same idna domain once per header and also tell
4363         in what header to replace the idna domain.
4364
4365         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4366         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4367         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4368         a header is decoded and not just the last one.
4369
4370 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4373         has been decoded.
4374
4375         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4376         (mm-insert-part): Don't modify text if it has been decoded.
4377
4378         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4379         decoded.
4380
4381         * mm-view.el (mm-inline-text): Don't strip text props unless
4382         decoding enriched or richtext parts.
4383
4384 2005-09-25  Romain Francoise  <romain@orebokech.com>
4385
4386         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4387         * gnus-start.el (gnus-subscribe-interactively):
4388         * gnus-uu.el (gnus-uu-grab-articles):
4389         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4390         space.
4391
4392 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4393
4394         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4395         * mm-view.el (mm-view-pkcs7-decrypt):
4396         * gnus-sum.el (gnus-summary-limit-to-extra)
4397         (gnus-summary-respool-article, gnus-read-move-group-name):
4398         * gnus-score.el (gnus-summary-increase-score):
4399         * gnus-util.el (gnus-completing-read-with-default):
4400         * gnus-art.el (gnus-read-save-file-name)
4401         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4402         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4403         * message.el (message-check-news-header-syntax):
4404         Follow convention for reading with the minibuffer.
4405
4406 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4407
4408         * spam-report.el (spam-report-url-ping-plain):
4409         Use gnus-extended-version as User-Agent.
4410
4411         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4412         default value is nil.
4413
4414         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4415         (mm-uu-verbatim-marks-extract): New function.
4416         (mm-uu-extract): New face.
4417         (mm-uu-copy-to-buffer): Use it.
4418
4419         * spam-report.el (spam-report-gmane-ham): Renamed from
4420         `spam-report-gmane-unspam'.
4421         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4422         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4423
4424         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4425         Autoload.
4426         (spam-report-gmane-unregister-routine): Renamed
4427         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4428
4429 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4430
4431         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4432         (spam-report-gmane-unregister-routine): Add support for gmane
4433         unregistration.
4434
4435         * spam-report.el (spam-report-gmane-unspam)
4436         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4437         (spam-report-gmane): Change to take a single article and do unspam
4438         registration.
4439
4440 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4441
4442         * mm-url.el (mm-url-decode-entities): Fix regexp.
4443
4444 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4447         default to nil, to be able to use Gnus at all.  If the default
4448         switches to something else, then the function should be fixed not
4449         be exceedingly slow.
4450
4451 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4454         fail hard.
4455
4456         * spam-report.el: Add better Keywords line.
4457
4458         * spam.el: Add Maintainer and better Keywords line.
4459
4460 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4461
4462         * gnus-art.el (gnus-article-replace-part)
4463         (gnus-mime-replace-part): New functions.
4464         (gnus-mime-action-alist, gnus-mime-button-commands)
4465         (gnus-mime-save-part-and-strip): Added file argument.
4466         (gnus-article-part-wrapper): Added interactive argument.
4467
4468         * gnus-sum.el (gnus-summary-mime-map): Add
4469         `gnus-article-replace-part'.
4470
4471 2005-09-19  Didier Verna  <didier@xemacs.org>
4472
4473         The nnml compaction feature:
4474         * nnml.el (nnml-request-compact-group): New function.
4475         * nnml.el (nnml-request-compact): New function.
4476         * gnus-int.el (gnus-request-compact-group): New function.
4477         * gnus-int.el (gnus-request-compact): New function.
4478         * gnus-group.el (gnus-group-compact-group): New function.
4479         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4480         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4481         * gnus-srvr.el (gnus-server-compact-server): New function.
4482         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4483         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4484
4485 2005-09-18  Deepak Goel  <deego@gnufans.org>
4486
4487         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4488         format spec.
4489
4490 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4493
4494 2005-09-15  Romain Francoise  <romain@orebokech.com>
4495
4496         * message.el (message-fill-paragraph): Clarify docstring.
4497
4498 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-art.el (gnus-mime-display-part): Protect against broken
4501         MIME messages.
4502
4503 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4506         before parsing header.
4507
4508 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4509
4510         * html2text.el: (html2text-replace-list): Add new entities.
4511
4512 2005-09-11  Romain Francoise  <romain@orebokech.com>
4513
4514         * message.el (message-alternative-emails): Improve docstring.
4515         (message-setup-1): Call `message-use-alternative-email-as-from'
4516         after `message-setup-hook' to give it precedence over posting
4517         styles, etc.
4518         (message-use-alternative-email-as-from): Add docstring.  Remove
4519         the original From header if present.
4520
4521         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4522         (nnml-save-mail): Use it.
4523
4524         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4525         articles.  Add new argument `silent'.
4526         (gnus-uu-mark-all): Report the total number of marked articles.
4527
4528 2005-09-10  Romain Francoise  <romain@orebokech.com>
4529
4530         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4531         (gnus-uu-mark-series): Likewise.
4532
4533 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4534
4535         * spam-report.el (spam-report-gmane): Fix generation of spam
4536         report URL.
4537
4538 2005-09-10  Simon Josefsson  <jas@extundo.com>
4539
4540         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4541         t, based on discussion on the ding list with Robert Epprecht
4542         <epprecht@solnet.ch>.
4543
4544 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4545
4546         * spam-report.el (spam-report-gmane): Make it work without
4547         X-Report-Spam header.  Gmane now only provides Archived-At.
4548         This is only used if `spam-report-gmane-use-article-number' is nil.
4549         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4550
4551         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4552         make `gnus-summary-sort-by-recipient' work with threading.
4553
4554         * nnweb.el (nnweb-google-wash-article): Print a message if article
4555         is not available.
4556
4557 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4558
4559         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4560         change.  Decode text/* parts content before displaying.
4561
4562 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4565
4566 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4569
4570         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4571         url-package-name, url-package-version,
4572         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4573         w3m-display-inline-images, and w3m-minor-mode-map.
4574
4575 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4576
4577         * message.el (message-tab-body-function): Fixed mismatched custom
4578         type.
4579
4580         * gnus.el (gnus-group-change-level-function): Ditto.
4581
4582         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4583
4584         * gnus-art.el (gnus-signature-limit)
4585         (gnus-article-mime-part-function): Ditto.
4586
4587 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * mml.el (mml-mode): Silence the byte compiler.
4590
4591         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4592         using `(sit-for 0)' before moving the point to the specified part;
4593         skip unbuttonized parts.
4594         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4595         return to the summary window if gnus-auto-select-part is non-nil.
4596
4597 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4600         variables.
4601         (mml-dnd-attach-file, mml-mode): Use them.
4602
4603         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4604         Make fetching article by MID work again for Google Groups.  Added
4605         FIXME concerning gnus-group-make-web-group.
4606
4607         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4608         Don't depend on Gnus by using mail-extract-address-components if
4609         gnus-extract-address-components is not bound.
4610
4611 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * gnus-art.el (gnus-mime-display-security): Don't display the
4614         signature, but only the signed part.
4615
4616 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4619
4620         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4621         list, not listp.
4622
4623 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4624
4625         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4626         when encoding.
4627
4628         * mm-bodies.el (mm-decode-content-transfer-encoding):
4629         De-canonicalize CRLF for all text content types, not just
4630         text/plain.
4631
4632 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4635         valid article; point arrow and cursor at the MIME button.
4636
4637 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4640         Suggested by Dan Christensen <jdc@uwo.ca>.
4641
4642         * mm-decode.el (mm-save-part): Enable change of prompt.
4643
4644 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4645
4646         * gnus-msg.el (gnus-inews-add-send-actions): Made
4647         `message-post-method' lambda parameter ARG `&optional'.
4648
4649 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4650
4651         * gnus-sum.el (gnus-summary-mime-map): Added
4652         gnus-article-save-part-and-strip, gnus-article-delete-part and
4653         gnus-article-jump-to-part.
4654
4655         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4656         (gnus-article-edit-part): Use it.
4657         (gnus-article-part-wrapper): Added no-handle argument.
4658         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4659         functions.
4660
4661 2005-08-29  Romain Francoise  <romain@orebokech.com>
4662
4663         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4664         docstring.
4665         (gnus-face-from-file): Likewise.
4666
4667 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4668
4669         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4670         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4671         non-nil.
4672         (gnus-auto-select-part): New variable.
4673         (gnus-article-jump-to-part): New function.
4674         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4675         (gnus-mime-delete-part): Allow selecting specified part after
4676         deleting or stripping parts.
4677         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4678         part if argument is bogus.
4679
4680 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4681
4682         * gnus-art.el (w3m-minor-mode-map):
4683         * gnus-spec.el (gnus-newsrc-file-version):
4684         * gnus-util.el (nnmail-active-file-coding-system)
4685         (gnus-original-article-buffer, gnus-user-agent):
4686         * gnus.el (gnus-ham-process-destinations)
4687         (gnus-parameter-ham-marks-alist)
4688         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4689         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4690         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4691         * mm-decode.el (gnus-current-window-configuration):
4692         * mm-extern.el (gnus-article-mime-handles):
4693         * mm-url.el (url-current-object, url-package-name)
4694         (url-package-version):
4695         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4696         (smime-keys, w3m-cid-retrieve-function-alist)
4697         (w3m-current-buffer, w3m-display-inline-images)
4698         (w3m-minor-mode-map):
4699         * mml-smime.el (gnus-extract-address-components):
4700         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4701         (gnus-newsrc-hashtb, message-default-charset)
4702         (message-deletable-headers, message-options)
4703         (message-posting-charset, message-required-mail-headers)
4704         (message-required-news-headers):
4705         * mml1991.el (mc-pgp-always-sign):
4706         * mml2015.el (mc-pgp-always-sign):
4707         * nnheader.el (nnmail-extra-headers):
4708         * rfc1843.el (gnus-decode-encoded-word-function)
4709         (gnus-decode-header-function, gnus-newsgroup-name):
4710         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4711
4712 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4713
4714         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4715         the end of the date treatments.
4716
4717 2005-08-15  Simon Josefsson  <jas@extundo.com>
4718
4719         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4720         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4721         Capello and Romain Francoise.
4722         (pgg-fetch-key-function): Removed, not used?
4723         (pgg-insert-url-with-w3): Require url, to get
4724         url-insert-file-contents regardless of where it is defined.
4725
4726 2005-08-13  Romain Francoise  <romain@orebokech.com>
4727
4728         * message.el (message-cite-original-1): New function.
4729         (message-cite-original): Use it.
4730         (message-cite-original-without-signature): Ditto.
4731
4732 2005-08-08  Romain Francoise  <romain@orebokech.com>
4733
4734         * message.el (message-yank-empty-prefix): New variable.
4735         (message-indent-citation): Use it.
4736         (message-cite-original-without-signature): Respect X-No-Archive.
4737
4738 2005-08-08  Simon Josefsson  <jas@extundo.com>
4739
4740         * pgg.el: Autoload url-insert-file-contents instead of loading
4741         w3/url.
4742         (pgg-insert-url-with-w3): Don't load url here.
4743
4744 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4745
4746         * message.el (message-kill-to-signature): Don't insert newline at
4747         bol.
4748         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4749
4750 2005-08-06  Romain Francoise  <romain@orebokech.com>
4751
4752         * message.el (message-user-fqdn): Fix typo in docstring.
4753
4754 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4755
4756         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4757
4758         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4759
4760 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * mm-bodies.el (mm-encode-body): Use coding system rather than
4763         charset to encode text.
4764
4765         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4766         number of charsets if utf-8 is available (XEmacs).
4767
4768 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4769
4770         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4771         taken from `gnus-button-mid-or-mail-regexp'.
4772         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4773         (gnus-button-alist): Improve regexp for domain part of the MIDs
4774         for news:localpart@domain buttons.
4775         (gnus-button-ctan-directory-regexp): Update.
4776
4777 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * sieve-manage.el (sieve-manage-interactive-login): Use
4780         make-local-variable rather than make-variable-buffer-local.
4781         (sieve-manage-open): Ditto.
4782         (sieve-manage-authenticate): Ditto.
4783
4784         * mml.el (mml-generate-mime-1): Make the content type default to
4785         text/plain if the filename is not specified.
4786
4787 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4790         instead of insert-buffer.
4791
4792         * message.el (message-yank-original): Ditto; set the mark at the
4793         end of the yanked message.
4794
4795 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4798         lines to scroll rather than to stop it.
4799
4800         * mml.el (mml-generate-default-type): Add doc string.
4801         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4802         default to application/octet-stream when determining the content
4803         type if it is not specified for the part or the mml contents; add
4804         a comment about mml-generate-default-type.
4805
4806 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4807
4808         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4809         make it default to application/octet-stream when determining the
4810         content type if it is not specified for the external contents.
4811
4812 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4815         segmented parameter but also other parameters might be there.
4816
4817 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * mm-decode.el (mm-display-external): Delete temp file, directory
4820         and buffer immediately if the external process is exited.
4821
4822 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4825         fewer lines than that of scroll-margin.
4826         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4827
4828 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * gnus-art.el (gnus-article-next-page): Revert.
4831         (gnus-article-beginning-of-window): New macro.
4832         (gnus-article-next-page-1): Use it.
4833         (gnus-article-prev-page): Ditto.
4834         (gnus-article-edit-part): Use insert-buffer-substring instead of
4835         insert-buffer.
4836         (gnus-article-edit-exit): Ditto.
4837
4838         * gnus-util.el (gnus-beginning-of-window): Remove.
4839         (gnus-end-of-window): Remove.
4840
4841         * lpath.el: Don't bind header-line-format and scroll-margin.
4842
4843 2005-07-25  Simon Josefsson  <jas@extundo.com>
4844
4845         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4846         to have the url package without w3.  Reported by Daiki Ueno
4847         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4848
4849 2005-07-20  Didier Verna  <didier@xemacs.org>
4850
4851         * gnus-diary.el: Remove the description comment (nndiary is now
4852         properly documented in the Gnus manual).
4853         Fix the spelling of "Back End".
4854         * nndiary.el: Ditto.
4855         Fix the copyright notice.
4856
4857 2005-07-18  Romain Francoise  <romain@orebokech.com>
4858
4859         * gnus-sum.el (gnus-summary-to-prefix,
4860         gnus-summary-newsgroup-prefix): New variables.
4861         (gnus-summary-from-or-to-or-newsgroups): Use them.
4862
4863 2005-07-17  Romain Francoise  <romain@orebokech.com>
4864
4865         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4866         space as it's generally not especially interesting to the user.
4867
4868 2005-07-16  Romain Francoise  <romain@orebokech.com>
4869
4870         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4871         nil to avoid prompting and file modification if one of the
4872         messages at the top of the nnfolder file contains a copyright
4873         notice.
4874         Update copyright notice.
4875
4876         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4877         instead of `current-time-string' as the latter creates a time
4878         string that is not RFC 2822 compliant (it lacks the zone).
4879         Update copyright notice.
4880
4881 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4882
4883         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4884         for text/rtf.  Display default in prompt.  Pass default for M-n.
4885
4886         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4887
4888 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889
4890         * gnus-msg.el (gnus-button-mailto): Remove
4891         save-selected-window-window hackery because it relies on
4892         save-selected-window internals.
4893
4894 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4897         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4898         (gnus-article-prev-page): Ditto.
4899
4900         * gnus-util.el (gnus-beginning-of-window): New function.
4901         (gnus-end-of-window): New function.
4902
4903         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4904
4905 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4906
4907         * gnus-score.el (gnus-score-edit-all-score): Set
4908         gnus-score-edit-exit-function to gnus-score-edit-done and call
4909         gnus-message.
4910
4911 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * gnus-msg.el (gnus-button-mailto): Remove
4914         save-selected-window-window hackery because it relies on
4915         save-selected-window internals.
4916
4917 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4920         add-minor-mode.
4921         (gnus-binary-mode): Ditto.
4922
4923         * gnus-topic.el (gnus-topic-mode): Ditto.
4924
4925 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4926
4927         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4928         (gnus-article-prev-page): Take scroll-margin into consideration.
4929
4930 2005-07-04  Lute Kamstra  <lute@gnu.org>
4931
4932         Update FSF's address in GPL notices.
4933
4934 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4935
4936         * gnus.el (gnus-exit):
4937         * gnus-group.el (gnus-group-icons):
4938         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4939
4940         * gnus-nocem.el (gnus-nocem):
4941         * message.el (message-various, message-buffers, message-sending)
4942         (message-interface, message-forwarding, message-insertion)
4943         (message-headers, message-news, message-mail):
4944         * pgg-gpg.el (pgg-gpg):
4945         * pgg-parse.el (pgg-parse):
4946         * pgg-pgp.el (pgg-pgp):
4947         * pgg-pgp5.el (pgg-pgp5):
4948         * pop3.el (pop3): Finish `defgroup' description with period.
4949
4950 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * gnus-art.el (article-display-face): Improve the efficiency.
4953         (article-display-x-face): Ditto; remove grey x-face stuff.
4954
4955 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-art.el (article-display-face): Correct the position in
4958         which Faces are inserted.
4959
4960 2005-06-29  Didier Verna  <didier@xemacs.org>
4961
4962         * gnus-art.el (article-display-face): Display faces in correct
4963         order.
4964
4965 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4968         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4969         (gnus-nocem-check-article): Fetch the Type header.
4970         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4971         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4972         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4973         make sure gnus-nocem-hashtb is initialized.
4974         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4975         (gnus-nocem-unwanted-article-p): Ditto.
4976
4977         * pgg.el (pgg-verify): Return the verification result.
4978
4979 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4982         is ascii.
4983
4984 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4985
4986         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4987         `show-nonbreak-escape'.
4988
4989 2005-06-23  Lute Kamstra  <lute@gnu.org>
4990
4991         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4992
4993         * dig.el (dig-mode):
4994         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4995
4996 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4997
4998         * nnimap.el (nnimap-split-download-body): Fix spellings.
4999
5000 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5001
5002         * gnus-art.el (gnus-article-encrypt-body):
5003         * gnus-cus.el (gnus-score-customize):
5004         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5005         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5006
5007 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5008
5009         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5010         header by looking for magic "MII" at the beginnig.
5011
5012 2005-06-16  Miles Bader  <miles@gnu.org>
5013
5014         * gnus-xmas.el (gnus-xmas-group-startup-message):
5015         Use renamed gnus-splash face.
5016
5017         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5018         (assistant-field-face): New backward-compatibility alias for renamed
5019         face.
5020         (assistant-render-text): Use renamed assistant-field face.
5021
5022         * spam.el (spam): Remove "-face" suffix from face name.
5023         (spam-face): New backward-compatibility alias for renamed face.
5024         (spam-face, spam-initialize): Use renamed spam face.
5025
5026         * message.el (message-header-to, message-header-cc)
5027         (message-header-subject, message-header-newsgroups)
5028         (message-header-other, message-header-name)
5029         (message-header-xheader, message-separator, message-cited-text)
5030         (message-mml): Remove "-face" suffix from face names.
5031         (message-header-to-face, message-header-cc-face)
5032         (message-header-subject-face, message-header-newsgroups-face)
5033         (message-header-other-face, message-header-name-face)
5034         (message-header-xheader-face, message-separator-face)
5035         (message-cited-text-face, message-mml-face):
5036         New backward-compatibility aliases for renamed faces.
5037         (message-font-lock-keywords): Use renamed message faces.
5038
5039         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5040         (sieve-test-commands, sieve-tagged-arguments):
5041         Remove "-face" suffix from face names.
5042         (sieve-control-commands-face, sieve-action-commands-face)
5043         (sieve-test-commands-face, sieve-tagged-arguments-face):
5044         New backward-compatibility aliases for renamed faces.
5045         (sieve-control-commands-face, sieve-action-commands-face)
5046         (sieve-test-commands-face, sieve-tagged-arguments-face):
5047         Use renamed sieve faces.
5048
5049         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5050         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5051         (gnus-group-news-3-empty, gnus-group-news-4)
5052         (gnus-group-news-4-empty, gnus-group-news-5)
5053         (gnus-group-news-5-empty, gnus-group-news-6)
5054         (gnus-group-news-6-empty, gnus-group-news-low)
5055         (gnus-group-news-low-empty, gnus-group-mail-1)
5056         (gnus-group-mail-1-empty, gnus-group-mail-2)
5057         (gnus-group-mail-2-empty, gnus-group-mail-3)
5058         (gnus-group-mail-3-empty, gnus-group-mail-low)
5059         (gnus-group-mail-low-empty, gnus-summary-selected)
5060         (gnus-summary-cancelled, gnus-summary-high-ticked)
5061         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5062         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5063         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5064         (gnus-summary-low-undownloaded)
5065         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5066         (gnus-summary-low-unread, gnus-summary-normal-unread)
5067         (gnus-summary-high-read, gnus-summary-low-read)
5068         (gnus-summary-normal-read, gnus-splash):
5069         Remove "-face" suffix from face names.
5070         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5071         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5072         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5073         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5074         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5075         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5076         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5077         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5078         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5079         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5080         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5081         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5082         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5083         (gnus-summary-normal-ticked-face)
5084         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5085         (gnus-summary-normal-ancient-face)
5086         (gnus-summary-high-undownloaded-face)
5087         (gnus-summary-low-undownloaded-face)
5088         (gnus-summary-normal-undownloaded-face)
5089         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5090         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5091         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5092         (gnus-splash-face):
5093         New backward-compatibility aliases for renamed faces.
5094         (gnus-group-startup-message): Use renamed gnus faces.
5095
5096         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5097         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5098         (gnus-server-agent): Remove "-face" suffix from face names.
5099         (gnus-server-agent-face, gnus-server-opened-face)
5100         (gnus-server-closed-face, gnus-server-denied-face)
5101         (gnus-server-offline-face):
5102         New backward-compatibility aliases for renamed faces.
5103         (gnus-server-agent-face, gnus-server-opened-face)
5104         (gnus-server-closed-face, gnus-server-denied-face)
5105         (gnus-server-offline-face): Use renamed gnus faces.
5106
5107         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5108         Remove "-face" suffix from face names.
5109         (gnus-picon-xbm-face, gnus-picon-face):
5110         New backward-compatibility aliases for renamed faces.
5111
5112         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5113         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5114         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5115         (gnus-cite-11): Remove "-face" suffix from face names.
5116         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5117         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5118         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5119         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5120         New backward-compatibility aliases for renamed faces.
5121         (gnus-cite-attribution-face, gnus-cite-face-list)
5122         (gnus-article-boring-faces): Use renamed gnus faces.
5123
5124         * gnus-art.el (gnus-signature, gnus-header-from)
5125         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5126         (gnus-header-content): Remove "-face" suffix from face names.
5127         (gnus-signature-face, gnus-header-from-face)
5128         (gnus-header-subject-face, gnus-header-newsgroups-face)
5129         (gnus-header-name-face, gnus-header-content-face):
5130         New backward-compatibility aliases for renamed faces.
5131         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5132
5133         * gnus-sum.el (gnus-summary-selected-face)
5134         (gnus-summary-highlight): Use renamed gnus faces.
5135         * gnus-group.el (gnus-group-highlight): Likewise.
5136
5137 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5138
5139         * gnus-sieve.el (gnus-sieve-article-add-rule):
5140         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5141         * spam-stat.el (spam-stat-buffer-change-to-spam)
5142         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5143
5144         * message.el (message-is-yours-p):
5145         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5146
5147 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * mm-view.el (mm-inline-text): Withdraw the last change.
5150
5151 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5154         executing enriched-decode.
5155
5156 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5159         charset of tar files.
5160
5161 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5162
5163         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5164
5165 2005-06-04  Lute Kamstra  <lute@gnu.org>
5166
5167         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5168         information is never recorded.
5169
5170 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5171
5172         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5173
5174 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * pop3.el (pop3-apop): Run md5 in the binary mode.
5177
5178         * starttls.el (starttls-set-process-query-on-exit-flag):
5179         Use eval-and-compile.
5180
5181 2005-05-31  Simon Josefsson  <jas@extundo.com>
5182
5183         * smime.el (smime-replace-in-string): Define.
5184         (smime-cert-by-ldap-1): Use it.
5185
5186 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-art.el (article-display-x-face): Replace
5189         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5190
5191         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5192         set-process-query-on-exit-flag or process-kill-without-query.
5193
5194         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5195         loop instead of replace-regexp.
5196
5197         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5198         instead of process-kill-without-query if it is available.
5199
5200         * lpath.el: Fbind ldap-search-entries.
5201
5202         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5203         instead of find-file-hooks if it is available.
5204
5205         * mml1991.el: Bind pgg-default-user-id when compiling.
5206
5207         * mml2015.el: Bind pgg-default-user-id when compiling.
5208
5209         * nndraft.el (nndraft-request-associate-buffer):
5210         Use write-contents-functions instead of write-contents-hooks if it is
5211         available.
5212
5213         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5214         instead of find-file-hooks if it is available.
5215
5216         * nntp.el (nntp-open-connection): Replace
5217         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5218         (nntp-open-ssl-stream): Ditto.
5219         (nntp-open-tls-stream): Ditto.
5220
5221         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5222         set-process-query-on-exit-flag or process-kill-without-query.
5223         (starttls-open-stream-gnutls): Use it instead of
5224         process-kill-without-query.
5225         (starttls-open-stream): Ditto.
5226
5227 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5228
5229         * smime.el (smime-cert-by-ldap-1): Don't use
5230         replace-regexp-in-string.
5231
5232 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5233
5234         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5235
5236         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5237         in PEM format. Adjust to the XEmacs compability.
5238
5239 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5240
5241         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5242         by `string-to-number'.
5243         * gnus-agent.el (gnus-agent-regenerate-group)
5244         (gnus-agent-fetch-articles): Ditto.
5245         * gnus-art.el (gnus-button-fetch-group): Ditto.
5246         * gnus-cache.el (gnus-cache-generate-active)
5247         (gnus-cache-articles-in-group): Ditto.
5248         * gnus-group.el (gnus-group-set-current-level)
5249         (gnus-group-insert-group-line): Ditto.
5250         * gnus-score.el (gnus-score-set-expunge-below)
5251         (gnus-score-set-mark-below, gnus-summary-score-effect)
5252         (gnus-summary-score-entry): Ditto.
5253         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5254         (gnus-soup-pack): Ditto.
5255         * gnus-spec.el (gnus-xmas-format): Ditto.
5256         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5257         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5258         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5259         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5260         * nndb.el (nndb-get-remote-expire-response): Ditto.
5261         * nndiary.el (nndiary-parse-schedule-value)
5262         (nndiary-string-to-number, nndiary-request-replace-article)
5263         (nndiary-request-article): Ditto.
5264         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5265         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5266         * nneething.el (nneething-make-head): Ditto.
5267         * nnfolder.el (nnfolder-request-article)
5268         (nnfolder-retrieve-headers): Ditto.
5269         * nnheader.el (nnheader-file-to-number): Ditto.
5270         * nnkiboze.el (nnkiboze-request-article): Ditto.
5271         * nnmail.el (nnmail-process-unix-mail-format)
5272         (nnmail-process-babyl-mail-format): Ditto.
5273         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5274         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5275         (nnmh-request-create-group, nnmh-request-list-1)
5276         (nnmh-request-group, nnmh-request-article): Ditto.
5277         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5278         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5279         * nnsoup.el (nnsoup-make-active): Ditto.
5280         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5281         * nntp.el (nntp-find-group-and-number)
5282         (nntp-retrieve-headers-with-xover): Ditto.
5283         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5284         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5285         (pgg-format-key-identifier): Ditto.
5286         * pop3.el (pop3-last, pop3-stat): Ditto.
5287         * qp.el (quoted-printable-decode-region): Ditto.
5288
5289         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5290         of concat.
5291
5292 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5295
5296         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5297
5298         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5299
5300         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5301
5302         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5303
5304         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5305
5306         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5307         (gnus-carpal-mode): Ditto.
5308
5309         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5310         (gnus-browse-mode): Ditto.
5311
5312         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5313
5314         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5315
5316 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5317
5318         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5319
5320 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * gnus-util.el (gnus-run-mode-hooks): New function.
5323
5324         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5325
5326         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5327         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5328
5329 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5330
5331         * gnus-agent.el (gnus-agent-make-mode-line-string):
5332         Use mode-line-highlight as mouse-face.
5333
5334 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * canlock.el (canlock): Change the parent group to news.
5337
5338         * deuglify.el (gnus-outlook-deuglify): Add :group.
5339
5340         * dig.el (dig): Add :group.
5341
5342         * dns-mode.el (dns-mode): Add :group.
5343
5344         * encrypt.el (encrypt): Add :group.
5345
5346         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5347         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5348         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5349         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5350         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5351
5352         * gnus-diary.el (gnus-diary): Add :group.
5353
5354         * gnus.el (gnus-group-news-1-face): Add :group.
5355         (gnus-group-news-1-empty-face): Ditto.
5356         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5357         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5358         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5359         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5360         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5361         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5362         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5363         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5364         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5365         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5366         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5367         (gnus-summary-high-ticked-face): Ditto.
5368         (gnus-summary-low-ticked-face): Ditto.
5369         (gnus-summary-normal-ticked-face): Ditto.
5370         (gnus-summary-high-ancient-face): Ditto.
5371         (gnus-summary-low-ancient-face): Ditto.
5372         (gnus-summary-normal-ancient-face): Ditto.
5373         (gnus-summary-high-undownloaded-face): Ditto.
5374         (gnus-summary-low-undownloaded-face): Ditto.
5375         (gnus-summary-normal-undownloaded-face): Ditto.
5376         (gnus-summary-high-unread-face): Ditto.
5377         (gnus-summary-low-unread-face): Ditto.
5378         (gnus-summary-normal-unread-face): Ditto.
5379         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5380         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5381
5382         * hashcash.el (hashcash): New custom group.
5383         (hashcash-default-payment): Add :group.
5384         (hashcash-payment-alist): Ditto.
5385         (hashcash-default-accept-payment): Ditto.
5386         (hashcash-accept-resources): Ditto.
5387         (hashcash-path): Ditto.
5388         (hashcash-extra-generate-parameters): Ditto.
5389         (hashcash-double-spend-database): Ditto.
5390         (hashcash-in-news): Ditto.
5391
5392         * message.el (message-minibuffer-local-map): Add :group.
5393
5394         * netrc.el (netrc): Add :group.
5395
5396         * sieve-manage.el (sieve-manage-log): Add :group.
5397         (sieve-manage-default-user): Diito.
5398         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5399         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5400         (sieve-manage-authenticators): Ditto.
5401         (sieve-manage-authenticator-alist): Ditto.
5402         (sieve-manage-default-port): Ditto.
5403
5404         * sieve-mode.el (sieve-control-commands-face): Add :group.
5405         (sieve-action-commands-face): Ditto.
5406         (sieve-test-commands-face): Ditto.
5407         (sieve-tagged-arguments-face): Ditto.
5408
5409         * smime.el (smime): Add :group.
5410
5411         * spam-report.el (spam-report): Add :group.
5412
5413         * spam.el (spam, spam-face): Add :group.
5414
5415 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5416
5417         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5418         return \n.\n.\n at the end of articles.  Protect against that.
5419         (nntp-with-open-group): Allow debugging.
5420
5421         * nnheader.el (mail-header-set-extra): Make into a function
5422         because I just could't understand how to quote the list properly.
5423
5424         * dns.el (query-dns-cached): New function.
5425
5426 2005-05-26  Lute Kamstra  <lute@gnu.org>
5427
5428         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5429
5430 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5433
5434         * gnus-art.el: Don't autoload mail-extract-address-components.
5435
5436         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5437         eval-and-compile to evaluate it.
5438
5439         * hashcash.el: Don't autoload executable-find.
5440
5441         * nndb.el: Don't declare the nndb back end two or more times; don't
5442         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5443
5444         * nntp.el: Autoload format-spec instead of format; use
5445         eval-and-compile to evaluate autoload forms.
5446
5447 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5448
5449         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5450
5451 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452
5453         * gnus.el (gnus-version-number): Bump version.
5454
5455 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5456
5457         * gnus.el: No Gnus v0.3 is released.
5458
5459 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * lpath.el (featurep): Bind show-nonbreak-escape.
5462
5463 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * gnus-art.el (gnus-article-edit-part): Disable undo.
5466
5467 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5470         gnus-article-date-lapsed-new-header is t if date timer is active;
5471         skip headers in which the original date value is empty.
5472         (gnus-article-save-original-date): Redefine it as a macro.
5473         (gnus-display-mime): Use it.
5474
5475 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * gnus-art.el (article-date-ut): Support converting date in
5478         forwarded parts as well.
5479         (gnus-article-save-original-date): New function.
5480         (gnus-display-mime): Use it.
5481
5482 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5483
5484         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5485         enclosure element of <item>.
5486
5487 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5488
5489         * message.el (message-kill-buffer-query): Renamed from
5490         `message-kill-buffer-query-if-modified'.  Added :version.
5491
5492 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5495         window layout.
5496
5497 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * mml.el: Autoload dnd when compiling.
5500
5501 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5502
5503         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5504         x-dnd-*.
5505
5506 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * qp.el (quoted-printable-encode-region): Save excursion.
5509
5510 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5511
5512         * message.el (message-kill-buffer-query-if-modified): Add new variable
5513         so the user can kill a modified message buffer quickly.
5514         (message-kill-buffer): Use it.
5515
5516 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * lpath.el: Fbind display-time-event-handler; don't fbind
5519         string-to-multibyte.
5520
5521         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5522
5523 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5526         contained in text because xml.el decodes entities) with LFs.
5527
5528 2005-04-11  Lute Kamstra  <lute@gnu.org>
5529
5530         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5531         differently.
5532
5533 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5534
5535         * mm-util.el (mm-detect-coding-region): Typo.
5536
5537 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5540
5541 2005-04-06  D Goel  <deego@gnufans.org>
5542
5543         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5544         user-function allow user modifications of the scores.
5545         (spam-stat-score-buffer-user): New function, to allow
5546         user-computed modifications to the score.
5547         (spam-stat-score-buffer-user-functions): list of additional
5548         scoring functions
5549         (spam-stat-error-holder): global temporary error holder
5550         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5551         variable
5552
5553 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         * gnus-registry.el (gnus-registry-clean-empty-function)
5556         (gnus-registry-trim, gnus-registry-fetch-groups)
5557         (gnus-registry-delete-group): Groups that match
5558         `gnus-registry-ignored-groups' are removed from the registry
5559         entries, not just ignored for splitting.  This helps clean up the
5560         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5561         to get all the groups a message ID is in.
5562
5563         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5564         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5565         (spam-stat-score-buffer-user-functions): Add :number custom type.
5566
5567 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5570         argument in XEmacs.
5571
5572         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5573         (nnrss-request-group): Decode group name first.
5574         (nnrss-request-article): Make a text/plain article if mml-to-mime
5575         failed.
5576         (nnrss-get-encoding): Return a compatible encoding according to
5577         nnrss-compatible-encoding-alist.
5578         (nnrss-find-el): Use consp instead of listp.
5579         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5580
5581 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5584         which Emacs 20 doesn't support.
5585         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5586
5587 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5590         silence the byte compiler inside the defun
5591
5592         * gnus-demon.el (parse-time-string): Add autoload.
5593
5594         * gnus-delay.el (parse-time-string): Add autoload.
5595
5596         * gnus-art.el (parse-time-string): Add autoload.
5597
5598         * nnultimate.el (parse-time): Require for `parse-time-string'.
5599
5600 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5601
5602         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5603
5604         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5605
5606         * smime.el (smime-ldap-host-list): Add :version.
5607
5608 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5611         pass it to `gnus-browse-read-group'.
5612         (gnus-browse-read-group): Add NUMBER argument and pass it to
5613         `gnus-group-read-ephemeral-group'.
5614
5615         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5616         argument and pass it to `gnus-group-read-group'.
5617
5618 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5619
5620         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5621         mm-xemacs-find-mime-charset-1 if we have the mule feature
5622         available at runtime.
5623
5624 2005-03-25  Werner Lemberg  <wl@gnu.org>
5625
5626         * nnmaildir.el: Replace `illegal' with `invalid'.
5627
5628 2005-03-23  Lute Kamstra  <lute@gnu.org>
5629
5630         * time-date.el: Add comment on time value formats.
5631         Don't require parse-time.
5632         (with-decoded-time-value): New macro.
5633         (encode-time-value): New function.
5634         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5635         (days-to-time): Return a valid time value when arg is huge.
5636         (time-since): Use time-subtract.
5637         (time-to-number-of-days): Use time-to-seconds.
5638
5639 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5640
5641         * gnus-start.el (gnus-display-time-event-handler):
5642         Check display-time-timer at runtime rather than only at load time
5643         in case display-time-mode is turned off in the mean time.
5644
5645 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5648         used.
5649
5650         * nneething.el (nneething-map-file-directory): Derive from
5651         `gnus-directory'.
5652
5653         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5654         the To/Cc button.
5655
5656 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5657
5658         * nnmaildir.el (nnmaildir-request-accept-article):
5659         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5660
5661 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5662
5663         * gnus-async.el: Require timer-funcs at compile time when in
5664         XEmacs for `run-with-idle-timer'.
5665
5666 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5667
5668         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5669         autoloaded function.
5670
5671 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5672
5673         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5674
5675 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5676
5677         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5678
5679 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5680
5681         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5682         gnus-expert-user to default.
5683
5684 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5685
5686         * nnimap.el (nnimap-open-server): Ditto.
5687
5688         * imap.el (imap-authenticate): Fix typo.
5689
5690 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5691
5692         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5693         buffer (since IMAP server might return FETCH response out of
5694         order, and the nntp buffer must be sorted).
5695
5696 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5697
5698         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5699         comparison on string.
5700
5701         * gnus-agent.el (gnus-agent-long-article,
5702         gnus-agent-short-article, gnus-agent-score): Renamed category
5703         keywords to match gnus-cus.
5704         (gnus-agent-summary-fetch-series): Modified to protect against
5705         gnus-agent-summary-fetch-group clearing processable flags.
5706         (gnus-agent-synchronize-group-flags): Update live group buffer as
5707         synchronization may occur due to the user toggle the plugged
5708         status.
5709         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5710         successfully downloaded.
5711         (gnus-agent-expire-group-1): Avoid using markers when the overview
5712         is in ascending order; greatly improves performance.
5713         (gnus-agent-regenerate-group): Use
5714         gnus-agent-synchronize-group-flags to reset read status in both
5715         gnus and server.
5716         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5717
5718 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * message.el: Don't autoload former message-utils variables.
5721         (message-strip-subject-trailing-was): Change doc string.
5722
5723         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5724         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5725         (nnweb-google-search): Add "hl=en" here.
5726         (nnweb-google-parse-1, nnweb-google-create-mapping):
5727         Don't hardcode URL.
5728
5729 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5730
5731         * message.el (message-get-reply-headers, message-followup):
5732         Mention related variables `message-use-followup-to' and
5733         `message-use-mail-followup-to', in the information buffer.
5734
5735         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5736         of broken groups(-beta).google.com.
5737
5738 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5739
5740         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5741         parameter to invoked gnus-request-move-article; remove the
5742         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5743         all at once instead of once per article.
5744         (gnus-summary-remove-process-mark): Accept a list of articles as
5745         well as a single article for processing.
5746
5747         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5748         parameter.
5749
5750         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5751
5752         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5753
5754         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5755         parameter.
5756
5757         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5758         parameter.
5759
5760         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5761         parameter and remove the gnus-sum-hint-move-is-internal variable.
5762
5763         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5764         parameter.
5765
5766         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5767         parameter.
5768
5769         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5770         parameter.
5771
5772         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5773
5774         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5775         parameter.
5776
5777         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5778         parameter.
5779
5780 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5781
5782         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5783         a more conservative way.
5784
5785 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5786
5787         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5788         buffer, so it moves the window's cursor.
5789
5790 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5791
5792         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5793         `mm-dissect-multipart' and receive the from field as an (optional)
5794         argument from `mm-dissect-multipart'.
5795         (mm-dissect-multipart): Receive the from field as an argument and
5796         pass it on when we call `mm-dissect-buffer' on MIME parts.
5797         Fixes verification/decryption of signed/encrypted MIME parts.
5798
5799 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5800
5801         * gnus-sum.el (gnus-summary-move-article): Set
5802         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5803         whatever it calls (right now, only nnimap-request-move article
5804         respects it).
5805
5806         * nnimap.el (nnimap-request-move-article): When
5807         gnus-sum-hint-move-is-internal is set, don't do the extra
5808         nnimap-request-article.
5809
5810 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5813
5814         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5815         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5816
5817         * gnus-sum.el (gnus-summary-caesar-message):
5818         Apply `gnus-treat-article' after rotation.
5819
5820         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5821         doc string.
5822
5823 2005-02-22  Simon Josefsson  <jas@extundo.com>
5824
5825         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5826         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5827         <arne@arnested.dk>.
5828         (encrypt): Add password-cache and password-cache-expiry as group
5829         members.
5830
5831 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5832
5833         * smime.el (smime-ldap-host-list): Doc fix.
5834         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5835         cache) password.
5836         (smime-sign-region): Use it.
5837         (smime-decrypt-region): Use it.
5838         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5839         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5840         fails.
5841         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5842         certificate from DER to PEM format rather than calling openssl.
5843
5844         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5845
5846         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5847         for signing/encryption.
5848
5849         * mml.el (mml-parse-1): Use them.
5850
5851 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5852
5853         * nnrss.el (nnrss-verbose): Removed.
5854         (nnrss-request-group): Use `nnheader-message' instead.
5855
5856 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5857
5858         * nnrss.el (nnrss-verbose): New variable.
5859         (nnrss-request-group): Make it say nnrss is requesting a group.
5860
5861 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5864         Handle news URL with given port correctly.
5865
5866 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5869         containing special characters.
5870
5871         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5872
5873         * mml.el (mime-to-mml): Ditto.
5874
5875         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5876         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5877         (rfc2047-decode-region): Quote decoded words containing special
5878         characters when rfc2047-quote-decoded-words-containing-tspecials
5879         is non-nil.
5880
5881 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5882
5883         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5884
5885         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5886
5887 2005-02-15  Simon Josefsson  <jas@extundo.com>
5888
5889         * nnimap.el (nnimap-debug): Doc fix.
5890
5891         * imap.el (imap-debug): Doc fix.
5892
5893 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5896
5897 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5898
5899         * gnus.el (spam-contents): Improve docs for spam-contents
5900         parameter in its variable incarnation.
5901
5902 2005-02-14  Simon Josefsson  <jas@extundo.com>
5903
5904         * smime-ldap.el: Use require instead of load-library for ldap.
5905         (smime-ldap-search): Indent.
5906         (smime-ldap-search-internal): Shorten line.
5907
5908         * smime.el (smime-cert-by-dns): Add doc-string.
5909         (smime-cert-by-ldap-1): Indent.
5910
5911         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5912         mml-smime-get-dns-ldap.
5913         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5914
5915 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5916
5917         * smime.el: Require smime-ldap.
5918         (smime-ldap-host-list): New variable.
5919         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5920
5921         * mml-smime.el (mml-smime-encrypt-query): New function.
5922         (mml-smime-encrypt-query): Use it.
5923
5924         * smime-ldap.el: New file.
5925
5926 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5929
5930 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5933         argument in doc string.  Make query for type more clear.
5934
5935 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5936
5937         * gnus.el (gnus-group-startup-message): Search for gnus images in
5938         etc/images/gnus.
5939         * mm-util.el (mm-image-load-path): Likewise.
5940         * smiley.el (smiley-data-directory): Search for smilies in
5941         etc/images/smilies.
5942
5943 2005-02-09  Kim F. Storm  <storm@cua.dk>
5944
5945         Change Emacs release version from 21.4 to 22.1 throughout.
5946         Change Emacs development version from 21.3.50 to 22.0.50.
5947
5948 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5951
5952         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5953         non-Mule XEmacs as well.
5954         (mm-decompress-buffer): Signal an error intentionally if it does
5955         not decompress compressed data because auto-compression-mode is
5956         disabled.
5957
5958 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5959
5960         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5961         an ID in the registry even if it has no groups.
5962
5963 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5966         merge it into mm-decompress-buffer.
5967         (gnus-mime-copy-part): Use the MIME part charset, the value which
5968         a user specified or gnus-newsgroup-charset for decoding, like
5969         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5970         save-buffer what was used.  Suggested by Kevin Ryde
5971         <user42@zip.com.au>.
5972         (gnus-mime-inline-part): Allow the name parameter as well as the
5973         filename parameter; force decompressing of compressed data; always
5974         display contents being not decoded as unibyte.
5975
5976         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5977         as well as the filename parameter.
5978
5979         * mm-util.el (mm-decompress-buffer): Merge
5980         gnus-mime-jka-compr-maybe-uncompress.
5981         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5982         of compressed data.
5983
5984 2005-02-08  Simon Josefsson  <jas@extundo.com>
5985
5986         * imap.el (imap-log): Doc fix.
5987
5988 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5991         the coding cookies; decompress compressed parts.
5992
5993         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5994         to the value which a user specified manually or the coding cookie.
5995
5996         * mm-util.el (mm-string-to-multibyte): New function.
5997         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5998         (mm-coding-system-to-mime-charset): New function.
5999         (mm-decompress-buffer): New function.
6000         (mm-find-buffer-file-coding-system): New function.
6001
6002         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6003         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6004         parts.
6005
6006 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6007
6008         * mm-view.el (mm-display-inline-fontify): Decode a part according
6009         to the charset parameter.
6010
6011 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6014         prefix arg is neither nil nor a number, as info specifies.
6015
6016 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6019         timestamps.
6020
6021 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6022
6023         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6024         groups error checking and notify user.
6025
6026 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6027
6028         * message.el (message-send-mail-function): Check existence of
6029         sendmail-program first before using default value
6030         `message-send-mail-with-sendmail'.  Otherwise use more generic
6031         `smtpmail-send-it'.
6032
6033 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * nntp.el (nntp-request-update-info): Always return nil.
6036
6037 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6038
6039         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6040
6041 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6042
6043         * message.el (message-beginning-of-line): Change the behavior when
6044         invoked between BOL and : so that it first moves backward.
6045
6046 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6049         article buffer when editing of the article is discarded.
6050         (gnus-article-prepare): Revert.
6051
6052 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * gnus-art.el (gnus-article-prepare):
6055         Remove message-strip-forbidden-properties from the local hook.
6056
6057 2005-01-27  Simon Josefsson  <jas@extundo.com>
6058
6059         * password.el (password-cache-add): Only start one timer per key.
6060         Reported by Derek Atkins <warlord@MIT.EDU>.
6061
6062 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6063
6064         * run-at-time.el: Removed.  It is no longer needed as
6065         timer-funcs.el in the xemacs-base package has a working version of
6066         `run-at-time'.
6067
6068         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6069
6070         * password.el: Require timer-funcs instead of run-at-time in
6071         XEmacs.
6072         Remove `password-run-at-time' macro.
6073         (password-cache-add): Use `run-at-time' instead of
6074         `password-run-at-time'.
6075
6076         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6077         Remove `nnheader-cancel-function-timers' alias,
6078         `cancel-function-timers' exists in XEmacs in timer-funcs.
6079
6080         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6081         for `run-with-idle-timer'.
6082
6083         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6084         for `run-at-time'.
6085
6086         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6087         for `with-timeout'.
6088
6089         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6090         the same as for XEmacs 21.4.
6091         No need to ignore `run-with-idle-timer', this function exists in
6092         XEmacs now in timer-funcs.el in the xemacs-base package.
6093         (dgnushack-compile): No need to delete
6094         run-at-time.el from the list of files to compile because it
6095         doesn't exist anymore.
6096
6097 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6100         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6101
6102 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6103
6104         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6105         sensitively.
6106
6107 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6108
6109         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6110
6111 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6114         which will be inserted according to the multibyteness of a buffer
6115         rather than the type of contents.  Suggested by ARISAWA Akihiro
6116         <ari@mbf.ocn.ne.jp>.
6117
6118         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6119         of string which old xml.el may return rather than a string.
6120
6121 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6124
6125 2005-01-16  Simon Josefsson  <jas@extundo.com>
6126
6127         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6128         idn/idna.el isn't available.
6129         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6130         <michael@waxrat.com>.
6131
6132         * hashcash.el: Remove non-FSF copyright header.
6133
6134         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6135         (hashcash-generate-payment): Use it.
6136         (hashcash-generate-payment-async): Use it.
6137
6138 2005-01-15  Simon Josefsson  <jas@extundo.com>
6139
6140         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6141         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6142
6143         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6144         gnus-summary-idna-message.
6145         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6146         (gnus-summary-idna-message): New function.
6147
6148 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6149
6150         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6151         gnus-novice-user.
6152
6153 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * nnrss.el (nnrss-request-delete-group): Delete entries in
6156         nnrss-group-alist as well.
6157         (nnrss-save-server-data): Insert newline.
6158
6159 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * gnus.el (gnus-user-agent): Use list of symbols instead of
6162         symbols.  Display full version number for (S)XEmacs.  Optionally
6163         display (S)XEmacs codename.
6164
6165         * gnus-util.el (gnus-emacs-version): Update for new
6166         `gnus-user-agent'.
6167
6168         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6169         Gnus version.
6170
6171 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6174         which is unreadable in some setups.
6175
6176 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-spec.el (gnus-update-format-specifications): Flush the
6179         group format spec cache if it doesn't support decoded group names.
6180
6181 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6182
6183         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6184         to apply decay on score files matching a regexp.
6185
6186 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6189         compatibility in %g and %c.
6190
6191 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6194         name for only %g and %c.
6195         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6196         of gnus-tmp-group to decoded group name.
6197         (gnus-group-make-rss-group): Exclude `/'s from group names.
6198
6199 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * nnrss.el (nnrss-get-encoding): Fix regexp.
6202
6203 2004-12-27  Simon Josefsson  <jas@extundo.com>
6204
6205         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6206         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6207         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6208
6209 2004-12-17  Kim F. Storm  <storm@cua.dk>
6210
6211         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6212
6213         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6214
6215 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6216
6217         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6218
6219 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * nnrss.el: Require rfc2047 and mml.
6222         (nnrss-file-coding-system): New variable.
6223         (nnrss-format-string): Redefine it as an inline function.
6224         (nnrss-decode-group-name): New function.
6225         (nnrss-string-as-multibyte): Remove.
6226         (nnrss-retrieve-headers): Decode group name; don't use
6227         nnrss-format-string.
6228         (nnrss-request-group): Decode group name.
6229         (nnrss-request-article): Decode group name; allow a Message-ID as
6230         well as an article number; don't use nnrss-format-string; encode a
6231         Message-ID string which may contain non-ASCII characters; use
6232         mml-to-mime to compose a MIME article.
6233         (nnrss-request-expire-articles): Decode group name.
6234         (nnrss-request-delete-group): Decode group name.
6235         (nnrss-fetch): Clarify error message.
6236         (nnrss-read-server-data): Use insert-file-contents instead of load;
6237         bind file-name-coding-system; use multibyte buffer.
6238         (nnrss-save-server-data): Bind coding-system-for-write to the
6239         value of nnrss-file-coding-system; bind file-name-coding-system;
6240         add coding cookie.
6241         (nnrss-read-group-data): Use insert-file-contents instead of load;
6242         bind file-name-coding-system; use multibyte buffer.
6243         (nnrss-save-group-data): Bind coding-system-for-write to the
6244         value of nnrss-file-coding-system; bind file-name-coding-system.
6245         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6246         make it work with non-ASCII text.
6247         (nnrss-find-el): Make it work with old xml.el as well.
6248
6249 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6250
6251         * nnrss.el (nnrss-get-encoding): New function.
6252         (nnrss-fetch): Use unibyte buffer initially; bind
6253         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6254         decode contents according to the encoding attribute.
6255         (nnrss-save-group-data): Add coding cookie.
6256         (nnrss-mime-encode-string): New function.
6257         (nnrss-check-group): Use it to encode subject and author.
6258
6259 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6260
6261         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6262         imaginary variable.
6263
6264 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6267         correctly even if there are wide characters.
6268
6269 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6270
6271         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6272         downcased symbol names; make a new cache instead of reusing
6273         bbdb-hashtable.
6274
6275 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6278         concatenating segments rather than before concatenating them.
6279         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6280
6281         * message.el (message-get-reply-headers): Bind `extra'.
6282
6283 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284
6285         * message.el (message-extra-wide-headers): New variable.
6286         (message-get-reply-headers): Use it.
6287
6288 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6291         (gnus-agent-group-pathname): Ditto.
6292
6293         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6294
6295         * gnus-group.el (gnus-group-make-group): Decode group name.
6296         (gnus-group-make-rss-group): Register the group data after opening
6297         the nnrss group.
6298
6299 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6300
6301         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6302         by expiry now get marked as read.
6303
6304 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6307
6308 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6309
6310         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6311         unify Latin characters in XEmacs.
6312         (mm-find-mime-charset-region): Use it.
6313
6314 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus-util.el (gnus-delete-directory): New function.
6317
6318         * gnus-agent.el (gnus-agent-delete-group): Use it.
6319
6320         * gnus-cache.el (gnus-cache-delete-group): Use it.
6321
6322 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6325         names.
6326
6327 2004-12-16  Simon Josefsson  <jas@extundo.com>
6328
6329         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6330
6331 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6334
6335         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6336         (gnus-group-set-current-level): Decode group name.
6337
6338 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6339
6340         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6341         failed.
6342
6343 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * gnus-group.el (gnus-group-delete-group): Decode group name.
6346         (gnus-group-make-rss-group): Encode group name.
6347         (gnus-group-catchup-current): Decode group name.
6348         (gnus-group-kill-group): Decode group name.
6349
6350 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6351
6352         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6353
6354 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * gnus-group.el (gnus-group-make-rss-group):
6357         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6358
6359         * gnus-start.el (gnus-setup-news): Honor user's setting to
6360         gnus-message-archive-method.  Suggested by Lute Kamstra
6361         <lute@gnu.org>.
6362
6363 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6364
6365         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6366         global counterparts of the buffer-local variables.
6367
6368 2004-11-16  Romain Francoise  <romain@orebokech.com>
6369
6370         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6371         counterparts of the buffer-local variables.
6372
6373 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6374
6375         * message.el (message-forbidden-properties): Fixed typo in doc
6376         string.
6377
6378 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6379
6380         * gnus-util.el (gnus-replace-in-string): Added doc string.
6381
6382         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6383         to avoid problems when splitting mails with many recipients.
6384
6385 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6386
6387         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6388         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6389
6390 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6391
6392         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6393         if there is no hashtable in memory or file modification time is
6394         newer than cached timestamp.
6395
6396 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6399         not-matching option.
6400
6401 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6404         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6405         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6406         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6407         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6408         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6409
6410 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * message.el (message-forward-make-body-mml): Remove headers
6413         according to message-forward-ignored-headers if a message is decoded.
6414
6415 2004-12-02  Romain Francoise  <romain@orebokech.com>
6416
6417         * message.el (message-forward-make-body-plain): Always remove
6418         headers according to message-forward-ignored-headers.
6419
6420 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * spam.el (spam-summary-prepare-exit): Remove the
6423         gnus-summary-limit pop for now, it has problems with ham marks for
6424         me.
6425
6426 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6429         correctly.
6430
6431 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6432
6433         * format-spec.el (format-spec): Message the char.
6434
6435 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6436
6437         * gnus-art.el (gnus-split-methods): Reformat comments.
6438
6439         * spam.el (spam-summary-prepare-exit): Remove article limits
6440         before exiting the summary buffer.
6441
6442 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6445         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6446
6447         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6448         order to silence the byte compiler.
6449
6450         * spam.el: Fix the way to silence the byte compiler, which
6451         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6452         bbdb-search-simple, spam-BBDB-register-routine,
6453         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6454         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6455         spam-stat-buffer-is-spam, spam-stat-load,
6456         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6457         spam-stat-save and spam-stat-split-fancy.
6458
6459 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6462         which may confuse users.
6463         (canlock-password-for-verify): Ditto.
6464
6465         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6466
6467         * gnus-art.el (gnus-emphasis-alist): Ditto.
6468
6469         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6470
6471         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6472
6473         * gnus-start.el (gnus-save-killed-list): Ditto.
6474
6475         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6476         (gnus-sum-thread-tree-root): Ditto.
6477         (gnus-sum-thread-tree-false-root): Ditto.
6478         (gnus-sum-thread-tree-single-indent): Ditto.
6479
6480         * message.el (message-courtesy-message): Ditto.
6481         (message-archive-note): Ditto.
6482         (message-subscribed-address-file): Ditto.
6483         (message-user-fqdn): Ditto.
6484
6485         * spam-report.el (spam-report-gmane-regex): Ditto.
6486
6487         * spam.el (spam-blackhole-good-server-regex): Ditto.
6488
6489 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * mml.el (mml-preview): Widen the message buffer before copying
6492         the contents to the preview buffer; sort headers before previewing.
6493
6494         * message.el (message-hidden-headers): Fix the way to avoid a bug
6495         in the `repeat' widget in Emacs 21.3 or earlier.
6496
6497 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * message.el (message-hidden-headers): Default to "^References:".
6500         Improve customization type.  Suggested by Reiner Steib
6501         <Reiner.Steib@gmx.de>.
6502
6503 2004-11-25  Romain Francoise  <romain@orebokech.com>
6504
6505         * message.el (message-strip-forbidden-properties): Remove check for
6506         obsolete `message-hidden' text property, hidden headers are not
6507         accessible in the buffer anymore.
6508
6509 2004-11-22  Romain Francoise  <romain@orebokech.com>
6510
6511         * message.el (message-header-format-alist): Add `From' in list
6512         so that it can be sorted.
6513         (message-fix-before-sending): Widen and sort headers before
6514         sending.
6515         (message-hide-headers): Use narrowing to hide headers by moving
6516         them to the top of the buffer and narrowing to the region
6517         underneath.
6518
6519 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6520
6521         * message.el (message-strip-forbidden-properties): Bind
6522         buffer-read-only (etc) to nil.
6523
6524 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6527         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6528
6529 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6530
6531         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6532
6533 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * dns.el (query-dns): Use sit-for to time instead of
6536         accept-process-output, since that doesn't seem to work on udp
6537         sockets.
6538
6539 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6542
6543 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6544
6545         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6546         doc string.  Improve doc string.
6547
6548 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * nntp.el (nntp-request-update-info): Return nil if
6551         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6552         may not call gnus-activate-group which uselessly issues the GROUP
6553         commands for all nntp groups and wastes time.  Reported by Romain
6554         Francoise <romain@orebokech.com>.
6555
6556         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6557
6558 2004-11-15  Simon Josefsson  <jas@extundo.com>
6559
6560         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6561         headers separately.
6562         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6563         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6564
6565 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6566
6567         * gnus-start.el (gnus-convert-old-newsrc):
6568         Assign legacy-gnus-agent to 5.10.7.
6569
6570 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6573         start of the lines.
6574
6575 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6576
6577         * hashcash.el (hashcash-default-payment): Change default to 20
6578         (hashcash-default-accept-payment): Change default to 20
6579         (hashcash-process-alist): New variable
6580         (hashcash-generate-payment-async): Add
6581         (hashcash-already-paid-p): Add
6582         (hashcash-insert-payment): Don't generate payments twice
6583         (hashcash-insert-payment-async): Add
6584         (hashcash-insert-payment-async-2): Add
6585         (hashcash-cancel-async): Add
6586         (hashcash-wait-async): Add
6587         (hashcash-processes-running-p): Add
6588         (hashcash-wait-or-cancel): Add
6589         (mail-add-payment): New optional argument.  Conditionally start
6590         asynchronous calculation.
6591         (mail-add-payment-async): Add
6592
6593         * message.el (message-send-mail): Wait for asynchronous hashcash
6594         results.  Don't clobber existing X-Hashcash headers.
6595         (message-setup-1): Call mail-add-payment-async when
6596         message-generate-hashcash is non-nil.
6597
6598 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6599
6600         * message.el (message-use-alternative-email-as-from): Examine the
6601         From header as well; use message-make-from in order to include a
6602         user's full name.
6603
6604 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6607         default; improve customization type.
6608         (gnus-emphasis-custom-with-format): New macro.
6609         (gnus-emphasis-custom-value-to-external): New function.
6610         (gnus-emphasis-custom-value-to-internal): New function.
6611
6612 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6613
6614         * dns.el (query-dns): Resolve reverse addresses.
6615
6616 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * gnus-group.el (gnus-group-get-new-news): Use it.
6619
6620         * gnus-start.el (gnus-check-reasonable-setup): New function.
6621
6622 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6625         "Args out of range" error.  Reported by Arnaud Giersch
6626         <arnaud.giersch@free.fr>.
6627
6628 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6629
6630         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6631
6632 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6633
6634         * spam.el (spam group): Add :version.
6635
6636         * pgg-def.el (pgg group): Add :version.
6637
6638 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-art.el (gnus-article-edit-article): Don't associate the
6641         article buffer with a draft file.  This is a temporary measure
6642         against the 2004-08-22 change to gnus-article-edit-mode.
6643
6644 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6647         (html2text-format-tags): Remove unused variable `attr'.
6648
6649 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6652
6653         * tls.el (tls-process-connection-type, tls-success)
6654         (tls-certtool-program): Add :version.
6655
6656         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6657         (starttls-extra-arguments, starttls-process-connection-type)
6658         (starttls-connect, starttls-failure, starttls-success):
6659
6660         * spam-stat.el (spam-stat): Add :version.
6661
6662         * sieve.el (sieve): Add :version.
6663
6664         * sha1.el (sha1): Add :version.
6665         (sha1-use-external): Remove redundant version.
6666
6667         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6668         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6669         (nnmail-split-fancy-match-partial-words)
6670         (nnmail-split-lowercase-expanded):
6671
6672         * nndiary.el (nndiary): Add :version.
6673
6674         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6675
6676         * mml-sec.el (mml-default-sign-method)
6677         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6678         Add :version.
6679
6680         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6681
6682         * mm-url.el (mm-url-use-external, mm-url-program)
6683         (mm-url-arguments): Add :version.
6684
6685         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6686         (mm-attachment-file-modes, mm-decrypt-option)
6687         (mm-w3m-safe-url-regexp): Add :version.
6688
6689         * message.el (message-cite-prefix-regexp)
6690         (message-sendmail-envelope-from, message-minibuffer-local-map)
6691         (message-user-fqdn, message-completion-alist): Add :version.
6692
6693         * gnus-win.el (gnus-configure-windows-hook)
6694         (gnus-use-frames-on-any-display): Add :version.
6695
6696         * gnus-art.el (gnus-article-address-banner-alist)
6697         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6698         (gnus-treat-from-picon, gnus-treat-mail-picon)
6699         (gnus-treat-x-pgp-sig): Add :version.
6700
6701         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6702         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6703         (gnus-summary-article-delete-hook)
6704         (gnus-summary-display-while-building): Add :version.
6705
6706         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6707         (gnus-get-top-new-news-hook):Add :version.
6708
6709         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6710         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6711
6712         * gnus-registry.el (gnus-registry): Add :version.
6713
6714         * gnus-spec.el (gnus-use-correct-string-widths)
6715         (gnus-make-format-preserve-properties): Add :version.
6716
6717         * gnus.el (gnus-group-charter-alist)
6718         (gnus-group-fetch-control-use-browse-url)
6719         (gnus-install-group-spam-parameters): Add :version.
6720
6721         * gnus-diary.el (gnus-diary): Add :version.
6722
6723         * gnus-delay.el (gnus-delay): Add :version.
6724
6725         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6726         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6727         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6728         Add :version.
6729
6730         * gnus-agent.el (gnus-agent-max-fetch-size)
6731         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6732         (gnus-agent-prompt-send-queue): Add :version.
6733
6734         * deuglify.el (gnus-outlook-deuglify): Add :version.
6735
6736         * html2text.el: Beautify code.  Improve doc strings.  Some
6737         checkdoc cleanup.
6738         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6739
6740 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6741
6742         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6743
6744 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6745
6746         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6747         when package is loaded.
6748
6749         * spam.el (spam-summary-score-preferred-header): Add global preference
6750         for people who want to override the default SpamAssassin over
6751         Bogofilter preference (when both are set).
6752         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6753         (spam-user-format-function-S): Check
6754         spam-summary-score-preferred-header.
6755         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6756         (spam-user-format-function-S): Format the score correctly.
6757
6758 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6761         signature file.  Suggested by Manoj Srivastava
6762         <srivasta@golden-gryphon.com>.
6763
6764         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6765         iso-2022-jp even in the Japanese language environment.
6766         Suggested by Jason Rumney <jasonr@gnu.org>.
6767
6768 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6771         use the same characters as the dummy marks; make it free from
6772         getting affected by the language environment.
6773         (gnus-summary-read-group-1): Update mark positions only when the
6774         format spec is updated.
6775
6776         * gnus-spec.el (gnus-update-format-specifications): Return a list
6777         of updated types.
6778
6779 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6782         of boundp to check if display-warning is available.
6783
6784 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6785
6786         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6787
6788 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * nnspool.el (nnspool-spool-directory): Use news-path if the
6791         news-directory variable is not bound.
6792
6793         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6794         function instead of display-warning if it is not available.
6795
6796 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6799         v5-10: Use `point-at-bol'.
6800
6801 2004-10-26  Simon Josefsson  <jas@extundo.com>
6802
6803         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6804         <chenggao@gmail.com>.
6805
6806 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6809         instead.
6810
6811 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6814         to remove a server from the nnimap-server-buffer-alist.
6815         (nnimap-open-connection, nnimap-close-server): Use it.
6816
6817         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6818
6819 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6822         running the major-mode function.
6823
6824 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6827         dummy marks in the right way.
6828
6829 2004-10-18  David Edmondson  <dme@dme.org>
6830
6831         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6832         excessively.
6833
6834 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6835
6836         * gnus-util.el (gnus-split-references): Accept a nil references
6837         string and go on blissfully.
6838
6839         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6840         cases where the references string is non-nil but has no references.
6841
6842         * encrypt.el: Add autoload tags.
6843
6844         * spam.el (spam-resolve-registrations-routine): Remove article
6845         from unregistration list too.  Reported by David Hanak
6846         <dhanak@isis.vanderbilt.edu>
6847
6848 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6851         nil.  Changed custom type.
6852
6853 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6856
6857         * gnus-sum.el (gnus-summary-move-article): Use it.
6858
6859 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6860
6861         * encrypt.el: Add autoload cookies.
6862
6863         * spam.el (spam-backend-article-list-property)
6864         (spam-backend-get-article-todo-list)
6865         (spam-backend-put-article-todo-list, )
6866         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6867         Resolve registrations separately.
6868         (spam-register-routine): Format comments.
6869         (spam-unregister-routine, spam-register-routine): Always call with
6870         specific-articles, no default list.
6871         (spam-summary-prepare-exit): Use the spam-classifications function.
6872
6873         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6874         gnus-encrypt.el.
6875
6876         * encrypt.el: copied from gnus-encrypt.el
6877
6878         * gnus-encrypt.el: commented that it's obsolete
6879
6880 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6883         (gnus-score-save): Use it.
6884
6885         * message.el (message-bury): Use `window-dedicated-p'.
6886
6887 2004-10-15  Simon Josefsson  <jas@extundo.com>
6888
6889         * pop3.el (top-level): Don't require nnheader.
6890         (pop3-read-timeout): Add.
6891         (pop3-accept-process-output): Add.
6892         (pop3-read-response, pop3-retr): Use it.
6893
6894 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6895
6896         * spam.el (spam-register-routine): Move comment.
6897         (spam-verify-bogofilter): Use 'unknown for the initial
6898         spam-bogofilter-valid state, not 'never.
6899
6900         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6901         for netrc-machine.
6902
6903         * nnimap.el (nnimap-open-connection): Use
6904         netrc-machine-user-or-password.
6905
6906 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6907
6908         * gnus-registry.el (gnus-registry-unload-hook):
6909         Set as a variable with add-hook.
6910
6911         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6912         of news-path.
6913
6914         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6915
6916         * spam.el: Delete duplicate `provide'.
6917         (spam-unload-hook): Set as a variable with add-hook.
6918
6919 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6922         in the doc string.
6923
6924         * message.el (message-ignored-news-headers)
6925         (message-ignored-supersedes-headers)
6926         (message-ignored-resent-headers)
6927         (message-forward-ignored-headers): Improve custom type.
6928
6929 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * message.el (message-tokenize-header): Fix 2004-09-06 change
6932         which used point-min in the wrong place.
6933
6934 2004-10-12  Simon Josefsson  <jas@extundo.com>
6935
6936         * tls.el (tls-certtool-program): New variable.
6937         (tls-certificate-information): New function, based on
6938         ssl-certificate-information.
6939
6940 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * compface.el: Move the version of ELisp-based uncompface program
6943         to the contrib directory because of the copyright problem.
6944
6945 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6946
6947         * message.el (message-kill-buffer): Raise the current frame.
6948
6949 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6952
6953         * gnus.el (message-y-or-n-p): Autoload.
6954
6955         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6956         (pop3-password-required, pop3-authentication-scheme)
6957         (pop3-leave-mail-on-server): Made customizable.
6958         (pop3): New custom group.
6959         (pop3-retr): Remove `sleep-for' statements.
6960         Suggested by Dave Love <fx@gnu.org>.
6961
6962         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6963         Windows/DOS.
6964
6965         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6966         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6967         Dave Love <fx@gnu.org>.
6968
6969         * mml.el (mml-minibuffer-read-disposition): Require match.
6970         Suggested by Dave Love <fx@gnu.org>.
6971
6972 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6975         doc string.
6976
6977 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6980
6981 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6982
6983         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6984         instead of calling `mm-insert-inline', to decode text/* parts
6985         before displaying them.
6986
6987 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * mm-uu.el (mm-uu-text-plain-type): New variable.
6990         (mm-uu-pgp-signed-extract-1): Use it.
6991         (mm-uu-pgp-encrypted-extract-1): Use it.
6992         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6993         bind mm-uu-text-plain-type with that value.
6994         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6995         mm-uu-dissect.
6996
6997 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-group.el (gnus-update-group-mark-positions):
7000         * gnus-sum.el (gnus-update-summary-mark-positions):
7001         * message.el (message-check-news-body-syntax):
7002         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7003         of string-as-multibyte.
7004
7005 2004-10-05  Juri Linkov  <juri@jurta.org>
7006
7007         * gnus-group.el (gnus-update-group-mark-positions):
7008         * gnus-sum.el (gnus-update-summary-mark-positions):
7009         * message.el (message-check-news-body-syntax):
7010         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7011         8-bit unibyte values to a multibyte string for search functions.
7012
7013 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7016         (mm-uu-dissect-text-parts): New function.
7017
7018         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7019         dissect text parts.
7020
7021         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7022         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7023
7024         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7025
7026         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7027         gnus-current-topics instead of gnus-current-topic.
7028
7029 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7030
7031         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7032
7033 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7034
7035         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7036         where approriate.
7037
7038         * nnml.el (nnml-generate-active-info): do.
7039
7040         * nndiary.el (nndiary-generate-active-info): do.
7041
7042         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7043         (gnus-topic-move): do.
7044
7045         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7046         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7047
7048         * gnus-srvr.el (gnus-server-prepare)
7049         (gnus-server-open-all-servers): do.
7050
7051         * gnus-msg.el (gnus-summary-cancel-article)
7052         (gnus-summary-resend-message)
7053         (gnus-summary-mail-crosspost-complaint): do.
7054
7055         * gnus-move.el (gnus-change-server): do.
7056
7057         * gnus-group.el (gnus-group-unmark-all-groups)
7058         (gnus-group-set-current-level): do.
7059
7060 2004-10-04  Simon Josefsson  <jas@extundo.com>
7061
7062         * message.el (message-generate-hashcash): Doc fix.
7063
7064 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7065
7066         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7067         avoid infinite recursion via gnus-get-function.
7068
7069 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7070
7071         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7072
7073         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7074
7075         * nnmail.el (nnmail-split-history): do.
7076
7077         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7078         (nnml-request-delete-group): do.
7079
7080         * nnslashdot.el (nnslashdot-read-groups): do.
7081
7082         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7083         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7084
7085         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7086         (nnspool-sift-nov-with-sed): Use last
7087         (nnspool-retrieve-headers-with-nov): Use mapc.
7088         (nnspool-request-newgroups): Use dolist.
7089         (nnspool-request-group): Use last.
7090
7091         * nntp.el (nntp-read-server-type): Use dolist.
7092
7093         * nnvirtual.el (nnvirtual-create-mapping)
7094         (nnvirtual-update-read-and-marked): Use dolist.
7095         (nnvirtual-convert-headers): Simplify.
7096
7097 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7098
7099         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7100         support for sync'ing tick marks.
7101
7102 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7105         there's no visible header.
7106
7107 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7108
7109         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7110         necessary, pass full group name to gnus-request-set-marks.
7111
7112 2004-10-01  Simon Josefsson  <jas@extundo.com>
7113
7114         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7115         acroread.
7116
7117 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118
7119         * spam-report.el (spam-report-gmane): Fix interactive.
7120
7121         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7122
7123         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7124         when writing file.
7125         (gnus-agent-synchronize-flags): Don't default to being
7126         interactive.
7127
7128 2004-09-30  Simon Josefsson  <jas@extundo.com>
7129
7130         * message.el (message-generate-hashcash): Add.
7131         (message-send-mail): Use it, call mail-add-payment.
7132
7133 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7134
7135         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7136
7137 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7138
7139         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7140         gnus-requst-update-info with explicit code to sync the in-memory
7141         info read flags with the marks being sync'd to the backend.
7142
7143         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7144
7145 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7146
7147         * spam.el (spam-verify-bogofilter): Add new function.
7148         (spam-check-bogofilter)
7149         (spam-bogofilter-register-with-bogofilter): Use it.
7150         (spam-verify-bogofilter): Add small fixes.
7151
7152 2004-09-28  Simon Josefsson  <jas@extundo.com>
7153
7154         * hashcash.el (hashcash-generate-payment): Revert.
7155
7156 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7157
7158         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7159         gnus-extract-references instead of gnus-split-references.
7160
7161         * gnus-util.el (gnus-extract-references): Add new function, analogous
7162         to gnus-split-references but extracts only the message-ID without
7163         anything extra.
7164
7165         * hashcash.el (hashcash-generate-payment)
7166         (hashcash-check-payment): Do the right thing if hashcash-path is
7167         nil (because the hashcash program could not be found).
7168
7169         * spam.el (spam-use-hashcash): Remove comment.
7170
7171 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7172
7173         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7174         (gnus-cache-enter-article, gnus-cache-remove-article)
7175         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7176
7177         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7178
7179         * gnus-art.el (article-hide-boring-headers)
7180         (article-translate-strings, article-display-face)
7181         (gnus-article-mime-match-handle-first)
7182         (gnus-article-highlight-headers)
7183         (gnus-article-add-buttons-to-head): do.
7184
7185 2004-09-27  Simon Josefsson  <jas@extundo.com>
7186
7187         * hashcash.el: New version, from
7188         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7189         ../contrib/.
7190
7191 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7194
7195 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7196
7197         * gnus-dup.el (gnus-dup-open): Use mapc.
7198         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7199
7200         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7201         Reported by Stefan Wiens <s.wi@gmx.net>.
7202
7203         * gnus.el (gnus-shutdown): Use dolist.
7204
7205         * gnus-undo.el (gnus-undo): Use mapc.
7206
7207         * nnrss.el (nnrss-generate-active): do.
7208
7209         * message.el (message-cite-original-without-signature)
7210         (message-cite-original): Use mapc.
7211         (message-do-actions, message-make-forward-subject): Use dolist.
7212
7213 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7214
7215         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7216         deletion to remove entire duplicate line.  Fixes merged article
7217         number bug.
7218
7219 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7220
7221         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7222         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7223         first ask if you want to open a server and then, even when you
7224         responded with no, asking if you want to synchronize the server's
7225         flags.
7226         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7227         multi-line expressions.
7228         (gnus-agent-synchronize-group-flags): New internal function.
7229         Updates marks in memory (in the info structure) AND in the
7230         backend.
7231
7232         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7233
7234         * nnagent.el (nnagent-request-set-mark): Use
7235         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7236         method, to ensure that synchronization updates marks in the
7237         backend and in the info (in memory) structure.
7238
7239 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7242         convention fully; don't miss the root article of a thread; make
7243         the X-Draft-From header with correct article numbers.
7244
7245 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7246
7247         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7248         unless plugged.  Disable the agent so that an open failure causes
7249         an error.
7250
7251         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7252         Reverted 2004-09-21 change.  The backend must be opened while
7253         synchronizing flags even when the backend stores the flags
7254         locally.
7255
7256 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7257
7258         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7259         in `header' match.  Reported by Svend Tollak Munkejord.
7260
7261         * message.el (message-cite-original): Fix use of
7262         `message-cite-articles-with-x-no-archive'.
7263
7264 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7267         (gnus-window-to-buffer): Ditto.
7268
7269         * mml.el (mml-preview-buffer): New variable.
7270         (mml-preview): Manage window layout with gnus-buffer-configuration.
7271
7272         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7273         X-Draft-From header even if those articles aren't quoted.
7274
7275 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7276
7277         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7278         (gnus-request-set-mark, gnus-request-update-mark): Use new
7279         g-s-t-u-l-m to decide to use backend even when unplugged.
7280
7281 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7284         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7285
7286 2004-09-20  Simon Josefsson  <jas@extundo.com>
7287
7288         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7289         "utf-16-le".
7290
7291 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7292
7293         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7294
7295 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7296
7297         * uudecode.el (uudecode-use-external): Add :version.
7298
7299         * smime.el (smime-CA-file, smime-encrypt-cipher)
7300         (smime-dns-server): Add :version.
7301
7302         * smiley.el (gnus-smiley-file-types): Add :version.
7303
7304         * sha1.el (sha1-use-external): Add :version.
7305
7306         * pgg-def.el (pgg-query-keyserver): Add :version.
7307
7308         * nnmail.el (nnmail-fancy-expiry-targets)
7309         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7310
7311         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7312         (nnimap-retrieve-groups-asynchronous): Add :version.
7313         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7314
7315         * mml.el (mml-content-disposition-parameters)
7316         (mml-insert-mime-headers-always): Add :version.
7317
7318         * mm-util.el (mm-coding-system-priorities):
7319
7320         * mm-decode.el (mm-inline-text-html-with-images)
7321         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7322         (mm-verify-option): Add :version.
7323         (mm-text-html-renderer): Change :version.
7324
7325         * message.el (message-fcc-externalize-attachments)
7326         (message-required-headers, message-draft-headers)
7327         (message-subject-trailing-was-query)
7328         (message-subject-trailing-was-ask-regexp)
7329         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7330         (message-mark-insert-end, message-archive-header)
7331         (message-archive-note, message-cross-post-default)
7332         (message-cross-post-note, message-followup-to-note)
7333         (message-cross-post-note-function, message-use-mail-followup-to)
7334         (message-subscribed-address-functions)
7335         (message-subscribed-address-file, message-subscribed-addresses)
7336         (message-subscribed-regexps, message-allow-no-recipients)
7337         (message-yank-cited-prefix, message-signature-insert-empty-line)
7338         (message-hidden-headers, message-hierarchical-addresses)
7339         (message-mail-user-agent, message-use-idna)
7340         (message-valid-fqdn-regexp)
7341         (message-strip-special-text-properties, message-header-synonyms)
7342         (message-beginning-of-line, message-tab-body-function): Add :version.
7343         (message-insert-canlock, message-wide-reply-confirm-recipients):
7344         Change :version.
7345
7346         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7347         and :version.
7348         (mail-source-delete-old-incoming-confirm)
7349         (mail-source-movemail-program): Add :version.
7350
7351         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7352         (gnus-agent-cache, gnus-agent): Change :version.
7353
7354         * gnus-util.el (gnus-use-byte-compile): Change :version.
7355
7356         * gnus-sum.el (gnus-summary-make-false-root-always)
7357         (gnus-summary-default-high-score)
7358         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7359         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7360         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7361         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7362         (gnus-sum-thread-tree-single-indent)
7363         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7364         (gnus-sum-thread-tree-leaf-with-other)
7365         (gnus-sum-thread-tree-single-leaf): Add :version.
7366         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7367         (gnus-article-loose-mime): Change :version.
7368
7369         * gnus-start.el (gnus-backup-startup-file)
7370         (gnus-save-startup-file-via-temp-buffer): Add :version.
7371
7372         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7373         (gnus-server-offline-face): Add :version.
7374
7375         * gnus-score.el (gnus-adaptive-word-length-limit):
7376
7377         * gnus-msg.el (gnus-gcc-externalize-attachments)
7378         (gnus-debug-files, gnus-debug-exclude-variables)
7379         (gnus-discouraged-post-methods): Change :version.
7380         (gnus-confirm-mail-reply-to-news)
7381         (gnus-confirm-treat-mail-like-news): Add :version.
7382
7383         * gnus-int.el (gnus-server-unopen-status): Add :version.
7384
7385         * gnus-group.el (gnus-group-jump-to-group-prompt)
7386         (gnus-large-ephemeral-newsgroup)
7387         (gnus-fetch-old-ephemeral-headers): Add :version.
7388
7389         * gnus-fun.el (gnus-x-face-directory)
7390         (gnus-convert-pbm-to-x-face-command)
7391         (gnus-convert-image-to-x-face-command)
7392         (gnus-convert-image-to-face-command): Add :version.
7393
7394         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7395
7396         * gnus-cite.el (gnus-cite-blank-line-after-header)
7397         (gnus-article-boring-faces):
7398
7399         * gnus-art.el (gnus-buttonized-mime-types)
7400         (gnus-inhibit-mime-unbuttonizing)
7401         (gnus-treat-display-face)
7402         (gnus-treat-body-boundary): Change :version.
7403         (gnus-body-boundary-delimiter, gnus-picon-databases)
7404         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7405         (gnus-treat-date-english, gnus-treat-fold-headers)
7406         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7407         (gnus-treat-mail-picon, gnus-treat-wash-html)
7408         (gnus-article-encrypt-protocol)
7409         (gnus-use-idna, gnus-article-over-scroll)
7410         (gnus-mime-display-multipart-alternative-as-mixed)
7411         (gnus-mime-display-multipart-related-as-mixed)
7412         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7413         (gnus-ctan-url, gnus-button-ctan-handler)
7414         (gnus-button-handle-ctan-bogus-regexp)
7415         (gnus-button-ctan-directory-regexp)
7416         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7417         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7418         (gnus-button-man-level, gnus-button-emacs-level)
7419         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7420
7421         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7422         (gnus-agent-go-online): Change :version.
7423         (gnus-agent-expire-unagentized-dirs)
7424         (gnus-agent-auto-agentize-methods): Add :version.
7425
7426         * flow-fill.el (fill-flowed-display-column)
7427         (fill-flowed-encode-column): Add :version.
7428
7429         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7430         (gnus-outlook-deuglify-unwrap-max)
7431         (gnus-outlook-deuglify-cite-marks)
7432         (gnus-outlook-deuglify-unwrap-stop-chars)
7433         (gnus-outlook-deuglify-no-wrap-chars)
7434         (gnus-outlook-deuglify-attrib-cut-regexp)
7435         (gnus-outlook-deuglify-attrib-verb-regexp)
7436         (gnus-outlook-deuglify-attrib-end-regexp)
7437         (gnus-outlook-display-hook): Add :version.
7438
7439         * binhex.el (binhex-use-external): Add :version.
7440
7441 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7442
7443         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7444         and `invisible'.
7445
7446 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7447
7448         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7449         in gnus-registry-trim.
7450
7451 2004-09-13  Simon Josefsson  <jas@extundo.com>
7452
7453         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7454
7455         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7456
7457         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7458         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7459         <yamaoka@jpl.org>.
7460         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7461         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7462         <yamaoka@jpl.org>.
7463
7464         * sieve.el (sieve-manage-mode): Ditto.
7465
7466 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7469
7470 2004-09-11  Simon Josefsson  <jas@extundo.com>
7471
7472         * dns-mode.el: Add.
7473
7474         * mm-view.el (mm-display-dns-inline): Add.
7475
7476         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7477         (mm-automatic-display): Ditto.
7478
7479         * mailcap.el (mailcap-mime-data): Add text/dns.
7480         (mailcap-mime-extensions): Map .soa to text/dns.
7481
7482 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7483
7484         * gnus-art.el (article-decode-mime-words, article-babel)
7485         (gnus-article-highlight-signature, gnus-article-add-buttons)
7486         (gnus-signature-toggle): Remove unnecessary bindings of
7487         `inhibit-read-only' inherited from v5.10 merge.
7488
7489 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * nntp.el (nntp): New customization group.
7492         (nntp-authinfo-file): Add customization group.
7493
7494         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7495
7496         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7497
7498         * gnus.el (to-address, to-list, subscribed)
7499         (large-newsgroup-initial): Ditto.
7500
7501         * flow-fill.el (fill-flowed-display-column)
7502         (fill-flowed-encode-column): Ditto.
7503
7504 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7505
7506         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7507         Use point-min rather than 1.
7508         (message-send-mail): Use buffer-size rather than point-max.
7509
7510         * gnus-sum.el (gnus-summary-search-article-forward):
7511         Signal a specific `search-failed' rather than a generic `error'.
7512
7513         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7514         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7515         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7516
7517 2004-09-10  Simon Josefsson  <jas@extundo.com>
7518
7519         * nndb.el (require): Remove tcp and duplicate cl.
7520
7521 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-agent.el (directory-files-and-attributes): Move forward.
7524
7525 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7526
7527         * gnus-agent.el (directory-files-and-attributes): Optionally
7528         defined to support XEmacs.
7529
7530 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7531
7532         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7533         to avoid run-time CL dependencies.
7534         (gnus-agent-unfetch-articles): New function.
7535         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7536         article numbers even when local .overview file is missing.
7537         (gnus-agent-read-article-number): New function. Only accepts
7538         27-bit article numbers.
7539         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7540         gnus-agent-read-article-number.
7541         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7542         from backend while recognizing that article numbers in .overview
7543         must be valid.
7544         (gnus-agent-update-files-total-fetched-for): Use
7545         directory-files-and-attributes to improve performance.
7546         * gnus-int.el (gnus-request-move-article): Use
7547         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7548         improve performance.
7549
7550         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7551         some users confused by references to .newsrc when they only have a
7552         .newsrc.eld file.
7553         (gnus-convert-mark-converter-prompt,
7554         gnus-convert-converter-needs-prompt): Fixed use of property list.
7555         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7556         New function. Used internally to only display 'gnus converting
7557         files' message when actually necessary.
7558
7559         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7560         methods now autoloaded.
7561
7562 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7565         identifiers.
7566
7567 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * gnus-picon.el: Fix indentation and closing parenthesis.
7570
7571 2004-09-01  Simon Josefsson  <jas@extundo.com>
7572
7573         * message.el (message-canlock-generate): Require sha1, not
7574         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7575         to require within a function.  Sadly, if sha1.el isn't loaded, the
7576         let binding in m-c-g will hide the defcustom definition, which is
7577         bad.)
7578
7579         * canlock.el: Require sha1, not sha1-el.
7580
7581         * message.el: Don't autoload sha1 (there is a autoload cookie in
7582         sha1.el).
7583
7584         * sha1-el.el: Renamed to sha1.el.
7585
7586 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7587
7588         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7589
7590 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7591
7592         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7593
7594 2004-08-30  Kim F. Storm  <storm@cua.dk>
7595
7596         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7597
7598         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7599         Add :group 'nnimap.
7600
7601 2004-08-30  Andreas Schwab  <schwab@suse.de>
7602
7603         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7604         ?* and ?\;.
7605
7606         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7607         and ?\' to symbol instead of whitespace.
7608
7609 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7612
7613         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7614         instead of re-search-forward.
7615
7616         * gnus-uu.el (gnus-uu-save-article): Ditto.
7617         (gnus-uu-post-encode-uuencode): Ditto.
7618
7619         * html2text.el (html2text-clean-list-items): Ditto.
7620         (html2text-clean-dtdd): Ditto.
7621         (html2text-format-tags): Ditto.
7622
7623         * message.el (message-send-mail-with-sendmail): Fix regexp.
7624         (message-fill-field-general): Use search-forward instead of
7625         re-search-forward.
7626         (unbold-region): Ditto.
7627
7628         * nnrss.el (nnrss-request-article): Ditto.
7629
7630         * nnslashdot.el (nnslashdot-request-article): Ditto.
7631
7632         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7633
7634         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7635         "Unrecognized menu descriptor" error in XEmacs.
7636
7637 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7638
7639         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7640         parent article of a sparse article in the thread hashtb.
7641
7642 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7643
7644         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7645         (nnmail-expand-newtext): Lowercase expanded entries if
7646         nnmail-split-lowercase-expanded is non-nil.
7647
7648 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7651         entry.
7652
7653         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7654         of gnus-tmp-news-method into string under XEmacs.  It will be
7655         passed to gnus-correct-length which takes only a string argument.
7656
7657 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * gnus-util.el (gnus-bind-print-variables): New macro.
7660         (gnus-prin1): Use it.
7661         (gnus-prin1-to-string): Use it.
7662         (gnus-pp): New function.
7663         (gnus-pp-to-string): New function.
7664
7665         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7666         pp-to-string with gnus-pp-to-string.
7667         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7668         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7669         * gnus-msg.el (gnus-debug): Ditto.
7670         * gnus-score.el (gnus-score-save): Ditto.
7671         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7672         gnus-pp-to-string.
7673         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7674         with gnus-pp.
7675         * score-mode.el (gnus-score-pretty-print): Ditto.
7676         * webmail.el (webmail-debug): Ditto.
7677
7678 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-art.el (article-display-face, article-display-x-face): Use
7681         buffer-read-only.
7682
7683 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * gnus-art.el (article-hide-list-identifiers): Bind
7686         inhibit-read-only as t.
7687
7688 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7691
7692 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7693
7694         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7695         (gnus-narrow-to-page): Don't assume point-min == 1.
7696         (gnus-article-edit-mode): Derive from message-mode.
7697
7698         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7699         point-min == 1.
7700
7701         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7702         Disable incorrect use of `assert'.
7703
7704         * message.el (message-mode): Set comment-start-skip.
7705
7706
7707 2004-08-22  Sam Steingold  <sds@gnu.org>
7708
7709         * pop3.el (pop3-leave-mail-on-server): New user variable.
7710         (pop3-movemail): Delete mail only when it is nil.
7711
7712 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7715
7716         * mml.el (mml-preview): Use `pop-to-buffer'.
7717
7718         * message.el (message-goto-mail-followup-to): Insert after "To".
7719         (message-carefully-insert-headers): Add comment.
7720
7721         * gnus.el: Remove unused variable `gnus-article-check-size'.
7722
7723         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7724
7725         * gnus-art.el (gnus-button-alist): Improve
7726         `gnus-button-handle-library' entry.
7727
7728 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7729
7730         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7731         downcase, since XEmacs capitalizes error messages differently.
7732
7733 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7734
7735         * nntp.el: Add (require 'gnus) due to reference to
7736         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7737
7738 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7739
7740         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7741         `mm-fill-flowed'.
7742
7743         * mm-decode.el (mm-dissect-singlepart): Check it.
7744
7745 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7746
7747         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7748         'imap' for netrc parsing.
7749
7750 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * mailcap.el (mailcap-mime-data): Mark as risky.
7753
7754 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7757         may be included in the encoded word.
7758         (rfc2047-encode): Don't append a space if the encoded word
7759         includes close parenthesis.
7760
7761 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7764         of text within parentheses.
7765
7766 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7767
7768         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7769         (gnus-encrypt-write-file-contents): Make the password key the file
7770         name PLUS the cipher, not just the cipher.  Also remove failed
7771         passwords from the cache.
7772
7773 2004-08-06  Simon Josefsson  <jas@extundo.com>
7774
7775         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7776         fix.
7777
7778 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7781         LWSP.
7782
7783 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7784
7785         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7786         to append in-reply-to: data to the references: header.
7787
7788         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7789         (netrc-parse): Use gnus-encrypt.el functions.
7790
7791         * gnus-encrypt.el: Add new file for encryption support; currently
7792         does only a few GPG ciphers and an internal XOR cipher.
7793
7794         * password.el: Add comments on using password-read-and-add.
7795         (password-read-and-add): Add function to read and add the
7796         password to the cache at once.
7797
7798 2004-07-28  Simon Josefsson  <jas@extundo.com>
7799
7800         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7801         parameter (but don't use it, for now).
7802
7803         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7804         instead of hard coding to nil.
7805
7806 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7809         as mm-inline-image-xemacs does.
7810
7811 2004-07-26  Simon Josefsson  <jas@extundo.com>
7812
7813         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7814         Revert part of 2004-07-17 change below.
7815
7816 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7819         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7820
7821 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7822
7823         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7824         quotes that actually start with ">" at the beginning of the
7825         lines.
7826
7827 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * rfc2047.el (rfc2047-encode-region): Fix last change.
7830         (rfc2047-encode-parameter): Remove useless concat.
7831
7832 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7835         encode special characters; fix some kind of misconfigured headers;
7836         signal a real error if debug-on-quit or debug-on-error is non-nil.
7837         (rfc2047-encode-max-chars): New variable.
7838         (rfc2047-encode-1): Use it.
7839         (rfc2047-encode-parameter): New function.
7840
7841         * mml.el (mml-insert-parameter): Remove an excessive space.
7842
7843 2004-07-17  Simon Josefsson  <jas@extundo.com>
7844
7845         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7846         Kai Grossjohann <kai@emptydomain.de>.
7847         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7848         (gnus-group-make-menu-bar): Ditto.
7849
7850         * gnus-util.el (gnus-group-server): Add.
7851
7852 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7853
7854         * message.el (message-clone-locals): Clone sendmail and smtp
7855         variables.
7856
7857 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * rfc2047.el (rfc2047-encode-region): Fix last change.
7860
7861 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7864         characters as non-special.
7865
7866 2004-07-09  Simon Josefsson  <jas@extundo.com>
7867
7868         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7869         Users will lose all flag changes made while unplugged with
7870         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7871         good default.  See numerous reports on ding mailing list.
7872
7873 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7876         add generate-head-function and generate-article-function to the
7877         rfc822-forward entry.
7878         (nndoc-rfc822-forward-generate-article): New function.
7879         (nndoc-rfc822-forward-generate-head): New function.
7880
7881         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7882
7883 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7884
7885         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7886         respect display group parameter and gnus-summary-expunge-below.
7887         (gnus-articles-to-read): Remove unused reference to display group
7888         parameter.
7889
7890 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * nnheader.el (nnheader-uniquify-message-id): New experimental
7893         variable.
7894         (nnheader-nov-read-message-id): Use it.
7895
7896         * spam-report.el (spam-report-gmane): Add interactive.
7897
7898 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7901         qp-or-base64 for the application/* types.
7902
7903 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7904
7905         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7906
7907 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7908
7909         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7910         trim value.
7911
7912 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7913
7914         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7915         New macro and function.
7916         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7917
7918 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7921         after-load-alist.
7922
7923 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7926         update info that isn't there.
7927
7928 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7929
7930         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7931         entry.
7932
7933 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * mm-view.el (mm-inline-render-with-function): Use multibyte
7936         buffer; decode html source by charset.
7937
7938         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7939
7940         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7941         Mule-UCS is loaded under XEmacs.
7942         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7943
7944 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7945
7946         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7947
7948 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * mm-util.el (mm-coding-system-p): Return a coding-system.
7951         (mm-mime-mule-charset-alist): Use shift_jis instead of
7952         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7953         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7954         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7955         instead of japanese-shift-jis and iso-latin-1 respectively in
7956         order to share the default value with both Emacs and XEmacs-mule.
7957         (mm-mule-charset-to-mime-charset): Make
7958         mm-coding-system-priorities effective.
7959         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7960         while predicating of candidates upon the priorities.
7961
7962 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7963
7964         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7965         gnus-uu-invert-processable.
7966
7967         * gnus.el: Autoload gnus-uu-invert-processable.
7968
7969 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * mm-util.el (mm-with-multibyte-buffer): New macro.
7972
7973         * rfc2047.el (rfc2047-encode-string): Use it.
7974         (rfc2047-encode-region): Move point to the end of the region after
7975         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7976
7977 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7980         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7981
7982 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7985         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7986         Karl Chen <quarl@nospam.quarl.org>.
7987
7988 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7989
7990         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7991         invalid addresses.
7992
7993 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7994
7995         * spam.el: Change section markers, revise TODO list.
7996         (spam-backends): Make new master list of all installed backends.
7997         (spam-summary-exit-behavior): Add new variable to determine how
7998         messages moves are done at summary exit.
7999         (spam-move-spam-nonspam-groups-only)
8000         (spam-process-ham-in-nonham-groups)
8001         (spam-process-ham-in-spam-groups): Remove variables, the
8002         spam-summary-exit-behavior variable should be used to manage this
8003         behavior.
8004         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8005         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8006         and spam-old-spam-articles.
8007         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8008         Add empty variables, placeholders for the backends they represent.
8009         (spam-set-difference): Move, unchanged.
8010         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8011         unless the user has a processor variable.
8012         (spam-classifications, spam-classification-valid-p)
8013         (spam-backend-properties, spam-backend-property-valid-p)
8014         (spam-backend-function-type-valid-p)
8015         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8016         (spam-report-articles-gmane, spam-report-articles-resend):
8017         Remove functions, they are not needed.
8018         (spam-install-backend-super, spam-backend-list)
8019         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8020         (spam-backend-function, spam-backend-ham-registration-function)
8021         (spam-backend-spam-registration-function)
8022         (spam-backend-ham-unregistration-function)
8023         (spam-backend-spam-unregistration-function)
8024         (spam-backend-statistical-p, spam-backend-mover-p)
8025         (spam-install-backend-alias, spam-install-checkonly-backend)
8026         (spam-install-mover-backend, spam-install-nocheck-backend)
8027         (spam-install-backend, spam-install-statistical-backend)
8028         (spam-install-statistical-checkonly-backend): Add backend installation
8029         support.
8030         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8031         (spam-group-processor-p): Use the new backend code and respect the
8032         summary exit behavior.
8033         (spam-mark-spam-as-expired-and-move-routine): Remove.
8034         (spam-summary-prepare): Change to use the new spam-old-articles
8035         variable.
8036         (spam-copy-or-move-routine, spam-copy-spam-routine)
8037         (spam-move-spam-routine, spam-copy-ham-routine)
8038         (spam-move-ham-routine): Add code to copy/move ham or spam.
8039         (spam-fetch-field-fast): Improve doc and code, plus allow the
8040         'number request.
8041         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8042         variables.
8043         (spam-split, spam-find-spam): Use the new backend code.
8044         (spam-registration-functions): Remove variable.
8045         (spam-unregister-routine): Add convenience wrapper.
8046         (spam-log-undo-registration, spam-register-routine)
8047         (spam-log-processing-to-registry)
8048         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8049         where possible.
8050         (spam-check-gmane-xref, spam-check-regex-headers)
8051         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8052         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8053         (spam-check-bogofilter-headers, spam-check-spamoracle)
8054         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8055         (spam-check-crm114-headers): Use the spam-split-group that
8056         spam-split prepares, no need to determine it every time.
8057
8058         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8059         to the nnheader-parse-naked-head call.
8060
8061         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8062
8063         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8064         the nnheader-nov-read-message-id call.
8065
8066 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8069         gnus-activate-group twice.  Suggested by Markus Peter
8070         <warp@spin.de>.
8071
8072 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-art.el (gnus-article-time-format): Exchange the order of
8075         day and month in the default value; fix customization type.
8076         (article-date-ut): Use add-text-properties.
8077         (article-make-date-line): Use message-make-date instead of
8078         current-time-string.
8079
8080         * message.el (message-fetch-field): Don't use set-text-properties.
8081         (message-make-date): Simplify.
8082
8083         * messagexmas.el (message-xmas-make-date): New function.
8084         (message-xmas-redefine): Defalias message-make-date to it.
8085
8086 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8089         (rfc2047-encode-region): Treat text within parentheses as special;
8090         show the original text when error has occurred.
8091
8092         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8093         already-computed method to gnus-activate-group.
8094
8095         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8096         same select-methods identical Lisp objects.
8097
8098         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8099         object when modifying the info.
8100
8101 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8104         gnus-opened-servers since it has never been opened with the new
8105         configuration yet.
8106
8107 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8110         arg to nnheader-generate-fake-message-id.
8111
8112 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8113
8114         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8115         number and build a fake message ID localized to a group and
8116         article number (so it's repeatable from that point on).
8117         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8118         ID format.
8119
8120         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8121         nnheader-generate-fake-message-id with the article number.
8122
8123 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8124
8125         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8126         end-of-buffer.
8127
8128 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * message.el (message-ignored-supersedes-headers): Add Approved.
8131
8132 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8135         goto-char.
8136         (rfc2047-encode): Fold the line before encoding.
8137
8138 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8139
8140         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8141         folding -- not all headers can be folded, and this should be done
8142         by the message composition mode.  Probably.  I think.
8143
8144 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8147         fast.
8148
8149         * gnus-ems.el (gnus-remove-image): Don't use
8150         message-text-with-property; remove only the image found first.
8151
8152         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8153         found first.
8154
8155 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8156
8157         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8158
8159 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * message.el (message-text-with-property): Make it fast and accept
8162         optional arguments.
8163         (message-strip-forbidden-properties): Use it.
8164         (message-fix-before-sending): Follow the m-t-w-p change.
8165
8166         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8167
8168 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-art.el (article-hide-headers): Don't change the buffer
8171         mistakenly when performing mml-preview even if
8172         gnus-single-article-buffer is nil.
8173
8174 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8175
8176         * message.el (message-expand-name-databases): New user option.
8177         (message-expand-name): Use it.
8178
8179 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8180
8181         * spam.el (spam-report-articles-resend)
8182         (spam-report-resend-register-routine): Allow ham reporting.
8183         (spam-report-resend-register-ham-routine): Add wrapper.
8184         (spam-registration-functions): Add ham resending functions.
8185         (spam-list-of-processors): Add ham resend processor.
8186
8187         * gnus.el (ham-resend-to): Add new group parameter.
8188         (spam-process): Add ham resend option.
8189
8190         * spam-report.el (spam-report-resend): Allow reporting ham.
8191         (spam-report-resend-ham): Add wrapper.
8192
8193 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194
8195         * message.el (message-cite-articles-with-x-no-archive): New
8196         variable.
8197         (message-cite-original): Use it.
8198
8199 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * message.el (message-cite-original): Respect X-No-Archive.
8202
8203 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-art.el (article-hide-headers): Refer to the values for
8206         gnus-ignored-headers and gnus-visible-headers in the summary
8207         buffer since a user may have set them as group parameters.
8208
8209 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8210
8211         * assistant.el (assistant-node-name): Add convenience function.
8212         (assistant-render-text, assistant-render-node): Add error handling,
8213         plus handle multiple next nodes.
8214         (assistant-find-next-node): Comment out for now.
8215         (assistant-find-next-nodes): Add function, returns list of next
8216         nodes.
8217
8218 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * mail-source.el (mail-source-directory): Fix doc-string.
8221
8222 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8223
8224         * assistant.el (assistant-render-text, assistant-eval): Add :set
8225         widget type, which is different because it takes and returns a
8226         list.  Much hilarity ensues.
8227
8228 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8229
8230         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8231
8232         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8233         doc-string.
8234
8235         * gnus-start.el (gnus-activate-group): Added doc-string.
8236
8237 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8240
8241 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8242
8243         * assistant.el (assistant-render-text): Try to add a :set
8244         widget, more to come.
8245
8246         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8247         strings.
8248         (spam-report-articles-resend)
8249         (spam-register-routine): Do registration iff any articles warrant
8250         it.
8251         (spam-summary-prepare-exit): Change log message for nil group
8252         destinations.
8253
8254 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8255
8256         * spam.el (spam-report-resend-register-routine): Allow
8257         spam-report-resend-to to be a group parameter or a global value.
8258
8259 2004-05-26  Simon Josefsson  <jas@extundo.com>
8260
8261         * starttls.el: Merge with my GNUTLS based starttls.el.
8262         (starttls-gnutls-program, starttls-use-gnutls)
8263         (starttls-extra-arguments, starttls-process-connection-type)
8264         (starttls-connect, starttls-failure, starttls-success): New
8265         variables.
8266         (starttls-program, starttls-extra-args): Doc fix.
8267         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8268         functions.
8269         (starttls-negotiate, starttls-open-stream): Check
8270         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8271         function if it is set.
8272
8273 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8276         structured fields.
8277
8278 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8281
8282 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8283
8284         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8285         variable.
8286         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8287         assigning the spam-mark to new messages.
8288
8289 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8290
8291         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8292
8293 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8296
8297         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8298         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8299         default.
8300
8301 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8302
8303         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8304         correct data.
8305
8306 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8307
8308         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8309         (spam-group-processor-p): Fix function.
8310         (spam-group-processor-multiple-p)
8311         (spam-group-spam-processor-report-gmane-p)
8312         (spam-group-spam-processor-report-resend-p)
8313         (spam-group-spam-processor-bogofilter-p)
8314         (spam-group-spam-processor-blacklist-p)
8315         (spam-group-spam-processor-ifile-p)
8316         (spam-group-ham-processor-ifile-p)
8317         (spam-group-spam-processor-spamoracle-p)
8318         (spam-group-spam-processor-crm114-p)
8319         (spam-group-ham-processor-bogofilter-p)
8320         (spam-group-spam-processor-stat-p)
8321         (spam-group-ham-processor-stat-p)
8322         (spam-group-ham-processor-whitelist-p)
8323         (spam-group-ham-processor-BBDB-p)
8324         (spam-group-ham-processor-spamoracle-p)
8325         (spam-group-ham-processor-copy-p): Remove functions with some
8326         prejudice against unneeded code.
8327         (spam-report-articles-resend)
8328         (spam-report-resend-register-routine): Allow the group/topic
8329         spam-resend-to value to override spam-report-resend-to.
8330         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8331         properly now.
8332
8333         * gnus.el (spam-resend-to): Add group/topic parameter.
8334         (spam-process): Move the OBSOLETE processors to the end of the
8335         choices.
8336
8337 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8338
8339         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8340         with resend-to set to nil, and then ask the user if necessary.
8341         (spam-report-resend): spam-report-resend takes a list of articles, not
8342         separate article numbers.
8343
8344 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8347         addition to emacs-w3m.
8348
8349 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8350
8351         * assistant.el (assistant-authinfo-data): New function.
8352         (assistant-eval): Eval for entire assistant.
8353
8354         * netrc.el (netrc-services-file): New variable.
8355         (netrc-parse-services): New function.
8356         (netrc-find-service-name): New function.
8357         (netrc-find-service-number): New function.
8358         (netrc-port-equal): New function.
8359         (netrc-machine): Use it.
8360
8361         * nnimap.el (nnimap-open-connection): Use netrc.
8362
8363         * gnus-util.el (gnus-netrc-get): Remove aliases.
8364
8365         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8366
8367         * assistant.el (wid-edit): Fix compilation.
8368
8369         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8370
8371 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8372
8373         * gnus-util.el (gnus-set-file-modes): New function.  (small
8374         patch).
8375
8376 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8379
8380         * assistant.el (assistant-render-node): Fix up rendering and
8381         read-only text.
8382         (assistant-render-node): Reset.
8383         (assistant-make-read-only): Not sticky.
8384
8385 2004-05-20  Danny Siu  <dsiu@adobe.com>
8386
8387         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8388         centered even when gnus-auto-center-summary is t
8389
8390 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8391
8392         * dns.el (dns-get-txt-answer): New function.
8393         (dns-read-txt): Ditto.
8394         (query-dns): Use it.
8395
8396 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8399         active for foreign groups even if the group level is higher than
8400         the specified value.
8401
8402 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403
8404         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8405         non-active groups.
8406
8407         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8408
8409 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8410
8411         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8412
8413 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8414
8415         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8416         (spam-crm114-header, spam-crm114-spam-switch)
8417         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8418         (spam-crm114-positive-spam-header)
8419         (spam-crm114-database-directory, spam-list-of-processors)
8420         (spam-group-spam-processor-crm114-p)
8421         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8422         (spam-generic-score, spam-list-of-checks)
8423         (spam-list-of-statistical-checks, spam-registration-functions)
8424         (spam-check-crm114-headers, spam-crm114-score)
8425         (spam-check-crm114, spam-crm114-register-with-crm114)
8426         (spam-crm114-register-spam-routine)
8427         (spam-crm114-unregister-spam-routine)
8428         (spam-crm114-register-ham-routine)
8429         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8430         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8431
8432         * gnus.el: Add spam-use-crm114.
8433
8434         * spam.el (spam-list-of-processors, spam-registration-functions):
8435         Add spam-use-resend.
8436         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8437         (spam-report-articles-gmane): Add doc fix.
8438         (spam-report-articles-resend,
8439         spam-report-resend-register-routine): Add wrappers around
8440         spam-report-resend-to.
8441
8442         * spam-report.el (spam-report-resend-to, spam-report-resend):
8443         Add support for resending spam.
8444         (spam-report-gmane): Fix line length >80.
8445
8446         * gnus.el (spam-process): Add spam-use-resend.
8447
8448 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8449
8450         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8451         number of processed spam messages.
8452         (spam-ham-copy-or-move-routine): Return the number of processed
8453         ham messages.
8454         (spam-summary-prepare-exit): Use the above values to decide
8455         whether status messages shouled be displayed.
8456
8457 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8460         `rfc2047-encoding-function-alist' in order to avoid conflicting
8461         with the old version.
8462         (rfc2047-encode-region): Concatenate words containing non-ASCII
8463         characters in structured fields; don't encode space-delimited
8464         ASCII words even in unstructured fields; don't break words at
8465         char-category boundaries.
8466         (rfc2047-encode-1): New function.
8467         (rfc2047-encode): Use it; encode text so that it occupies the
8468         maximum width within 76-column; work correctly on Q encoding for
8469         iso-2022-* charsets.
8470         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8471         sure not to break a line just after the header name.
8472         (rfc2047-b-encode-region): Removed.
8473         (rfc2047-b-encode-string): New function.
8474         (rfc2047-q-encode-region): Removed.
8475         (rfc2047-q-encode-string): New function.
8476
8477         * mm-util.el (mm-replace-in-string): New function.
8478
8479 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8482         get it right.
8483         (gnus-inews-make-draft): Really.
8484
8485 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8486
8487         * nnmh.el (nnmh-request-list-1): Don't check the link count
8488         before descending.  (small patch)
8489
8490 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8493         stuff.
8494
8495         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8496         on real group name.
8497
8498         * gnus-art.el (gnus-signature-limit): Doc fix.
8499
8500         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8501
8502         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8503
8504 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8505
8506         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8507         isn't a string.
8508
8509 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8510
8511         * gnus-draft.el (gnus-draft-send): Bind
8512         rfc2047-encode-encoded-words.
8513
8514         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8515         (rfc2047-encodable-p): Say that =? needs encoding.
8516         (rfc2047-encode-encoded-words): New variable.
8517
8518         * gnus-group.el (gnus-group-select-group): Doc fix.
8519
8520         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8521
8522         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8523         to nil.
8524
8525         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8526
8527         * nnheader.el (nnheader-get-lines-and-char): New function.
8528
8529 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * gnus-msg.el (gnus-summary-followup-with-original): Document
8532         yanking of region when active.
8533
8534 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8537         groups if the group level is higher than the specified value.
8538
8539 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8542         (gnus-group-jump-to-group): Added prefix argument using
8543         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8544         non-active group.
8545
8546         * compface.el (uncompface): Be verbose when changing
8547         `uncompface-use-external'.
8548
8549         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8550         handle manual section.
8551
8552 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * gnus-art.el (gnus-button-alist): Revert previous change.
8555
8556 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8557
8558         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8559
8560 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8563         whether backend can accept message.
8564
8565         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8566
8567 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8568
8569         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8570         Avoid creating directory when nntp-marks-is-evil is true.
8571         Reported by Reiner Steib.
8572
8573 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * gnus-picon.el (gnus-picon-style): New variable.
8576         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8577         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8578         Jesper Harder <harder@ifa.au.dk>.
8579
8580 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * message.el (message-fill-field): Return point.
8583         (message-generate-headers): Go to end of field.
8584
8585         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8586         stuff for non-living groups.
8587
8588 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8589
8590         * gnus-art.el (gnus-article-followup-with-original)
8591         (gnus-article-reply-with-original): gnus-mark-active-p ->
8592         gnus-region-active-p.
8593
8594 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8595
8596         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8597         only when there is spam or ham to be processed.
8598
8599 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600
8601         * mail-source.el (mail-source-delete-crash-box): Refactor.
8602         (mail-source-fetch): Use it.
8603         (mail-source-fetch-file): Ditto.
8604         (mail-source-fetch-directory): Run postscript in loop.
8605         (mail-source-fetch-pop): Delete.
8606         (mail-source-fetch-maildir): Ditto.
8607         (mail-source-fetch-imap): Ditto.
8608
8609         * imap.el (imap-authenticators): Comment out sasl.
8610
8611         * message.el (message-skip-to-next-address): New function.
8612         (message-fill-header-address): Refactor.
8613         (message-fill-address): Use it.
8614         (message-delete-address): Use it.
8615         (message-fill-header-general): Refactor.
8616         (message-fill-field-address): Rename.
8617         (message-narrow-to-field): Find the start of the header.
8618         (message-header-format-alist): Don't pre-fill.
8619         (message-fill-header): Removed.
8620         (message-insert-header): New function.
8621         (message-shorten-references): Use it.
8622
8623         * rfc2047.el (rfc2047-field-value): Strip props.
8624
8625         * mail-parse.el (mail-header-make-address): New alias.
8626
8627         * ietf-drums.el (ietf-drums-make-address): New function.
8628
8629         * imap.el: Add compiler directives.
8630
8631         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8632
8633         * gnus-art.el (article-decode-idna-rhs): Don't use
8634         message-idna-inside-rhs-p.
8635
8636 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8637
8638         * message.el (message-idna-inside-rhs-p): Removed.
8639         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8640
8641         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8642         false positives.
8643
8644 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8645
8646         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8647
8648 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * nneething.el (nneething-file-name): Don't create spurions
8651         files.
8652
8653         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8654         (gnus-inews-do-gcc): Remove sleep.
8655
8656         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8657         part under point.
8658
8659         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8660         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8661
8662 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8663
8664         * spam.el (spam-summary-prepare-exit): Fixed (length).
8665
8666 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8667
8668         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8669         as expired without moving it" message when there are spam
8670         messages left.
8671
8672 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8673
8674         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8675         header is not nil.
8676
8677 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8678
8679         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8680         nntp-possibly-create-directory, not nntp-possibly-change-group.
8681         (nntp-marks-changed-p): New arg SERVER.
8682         (nntp-request-update-info): Adjust caller.
8683
8684 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8685
8686         * nntp.el (nntp-save-marks): Pass missing arg.
8687
8688 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8689
8690         * nntp.el: Support marks.
8691         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8692         (nntp-marks-modtime, nntp-marks-directory): New variables.
8693         (nntp-request-set-mark, nntp-request-update-info)
8694         (nntp-possibly-create-directory, nntp-marks-changed-p)
8695         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8696         functions.
8697
8698 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8699
8700         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8701         (gnus-xmas-redefine): Rename.
8702
8703         * gnus-score.el (gnus-score-insert-help): Use
8704         gnus-select-lowest-window.
8705
8706         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8707         appt-select-lowest-window and rename to gnus-select-lowest-window.
8708
8709         * gnus.el: do.
8710
8711 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8712
8713         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8714         encodings of MIME-encoded words, in order to improve
8715         interoperability with several broken MUAs.
8716
8717 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8718
8719         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8720         tags, only when charsets are not specified in headers.
8721         (mm-inline-text-html-render-with-w3m): Ditto.
8722
8723         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8724         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8725
8726 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8727
8728         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8729         instead of MIME-decoded from fields when checking
8730         `gnus-article-address-banner-alist'.
8731
8732 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8733
8734         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8735         description rather than subject.
8736
8737 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8738
8739         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8740
8741 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * gnus.el (gnus-version-number): Bump.
8744
8745 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8746
8747         * gnus.el: No Gnus v0.2 is released.
8748
8749 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8750
8751         * gnus-agent.el (gnus-agent-read-agentview): Inline
8752         gnus-uncompress-range.
8753
8754 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8755
8756         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8757         `exec-installed-p'.
8758
8759 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8760
8761         * gnus.el (spam-process, spam-autodetect-methods): Add
8762         bsfilter and bsfilter-headers.
8763
8764         * spam.el (spam-bsfilter): New customize group.
8765         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8766         (spam-bsfilter-header, spam-bsfilter-probability-header)
8767         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8768         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8769         (spam-bsfilter-database-directory): New options.
8770         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8771         (spam-list-of-statistical-checks, spam-registration-functions):
8772         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8773         (spam-bsfilter-score): New command.
8774         (spam-check-bsfilter-headers, spam-check-bsfilter)
8775         (spam-bsfilter-register-with-bsfilter)
8776         (spam-bsfilter-register-spam-routine)
8777         (spam-bsfilter-unregister-spam-routine)
8778         (spam-bsfilter-register-ham-routine)
8779         (spam-bsfilter-unregister-ham-routine): New functions.
8780         (spam-generic-score): Support bsfilter; Accept an optional argument
8781         to recalcurate spam score even if scoring header has already been
8782         added.
8783         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8784         optional argument to recalcurate spam score even if scoring header
8785         has already been added.
8786
8787 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8788
8789         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8790         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8791         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8792         link is missing.
8793
8794 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8795
8796         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8797         (html2text-get-attr): Rewrite.
8798
8799         * message.el (message-setup-1): Remove redundant put-text-property
8800         on mail-header-separator.
8801
8802 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8803
8804         * gnus-registry.el (gnus-registry-cache-whitespace)
8805         (gnus-registry-action, gnus-registry-spool-action)
8806         (gnus-registry-split-fancy-with-parent): Change message levels
8807         from 5 to 3 or 7, as needed.
8808
8809         * spam.el (spam-summary-prepare-exit)
8810         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8811         (spam-split, spam-find-spam, spam-log-undo-registration)
8812         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8813         level from 5 to 6.
8814
8815 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8818         2004-03-04 change).
8819
8820 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8821
8822         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8823         Use mapc when appropriate.
8824
8825         * sieve-manage.el (sieve-manage-open): do.
8826
8827         * nnweb.el (nnweb-insert-html): do.
8828
8829         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8830         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8831
8832         * nnspool.el (nnspool-request-group): do.
8833
8834         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8835         do.
8836
8837         * nnml.el (nnml-request-update-info): do.
8838
8839         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8840         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8841
8842         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8843         (nnimap-request-set-mark): do.
8844
8845         * nnfolder.el (nnfolder-request-update-info): do.
8846
8847         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8848         do.
8849
8850         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8851
8852         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8853
8854         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8855         do.
8856
8857         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8858         do.
8859
8860         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8861
8862         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8863
8864         * gnus-int.el (gnus-start-news-server): do.
8865
8866         * gnus-group.el (gnus-group-make-kiboze-group)
8867         (gnus-group-browse-foreign-server): do.
8868
8869 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8870
8871         FIXME: Make separate entries for each person.
8872
8873         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8874         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8875         <shields@msrl.com>:
8876
8877         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8878         may need for spam sorting and scoring.
8879         (spam-user-format-function-S): Add user format function suitable for
8880         general use.
8881         (spam-article-sort-by-spam-status): Add sorting function for summary
8882         sorting.
8883         (spam-extra-header-to-number): Add function to get a score from a
8884         header.
8885         (spam-summary-score): Add function to  get a numeric score from the
8886         headers.
8887         (spam-generic-score): Fixed function doc, was in wrong place.
8888         (spam-initialize): Take symbols when it's run, and install the
8889         extra headers that spam-necessary-extra-headers thinks we need.
8890
8891 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8892
8893         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8894         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8895
8896 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8897
8898         * gnus-sum.el (gnus-set-global-variables)
8899         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8900         (gnus-article-get-xrefs, gnus-summary-best-group)
8901         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8902         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8903         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8904         with-current-buffer.
8905
8906 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8907
8908         * spam.el (spam-summary-prepare-exit): Simplify logic.
8909         (spam-fetch-article-header): Read the article header if it's not
8910         available.
8911         (spam-list-articles): Simplify logic.
8912         (spam-filelist-register-routine): Fix bug with unregister-list.
8913
8914         * gnus-registry.el: Fix comments at beginning.
8915
8916 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8917
8918         * message.el (message-cater-to-broken-inn): Remove.
8919         (message-shorten-references): Make sure the total folded length of
8920         References is shorter than 998 characters to cater to a bug in INN
8921         2.3.  Also, don't pretend that references aren't folded -- this
8922         hasn't worked for a while.
8923
8924 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8925
8926         * gnus-agent.el (gnus-agentize):
8927         gnus-agent-send-mail-real-function no longer set to current value
8928         of message-send-mail-function but rather a lambda that calls
8929         message-send-mail-function.  The change makes the agent real-time
8930         responsive to user changes to message-send-mail-function.
8931
8932 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8933
8934         * legacy-gnus-agent.el
8935         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8936         help from Florian Weimer <fw@deneb.enyo.de>
8937
8938 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * nnmail.el (nnmail-cache-insert): Revert last change.
8941
8942 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * nnmail.el (nnmail-cache-insert): Always check whether
8945         nnmail-cache-ignore-groups matches a group name.
8946
8947 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8948
8949         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8950         (spam-find-spam, spam-log-processing-to-registry)
8951         (spam-log-registered-p, spam-log-unregistration-needed-p)
8952         (spam-log-undo-registration): Use gnus-message instead of
8953         gnus-error, none of these errors are fatal.
8954
8955         * gnus-registry.el (gnus-registry-clean-empty-function)
8956         (gnus-registry-clean-empty): Remove only empty entries without
8957         extra data.
8958
8959 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8960
8961         * spam-stat.el (spam-stat-buffer-change-to-spam)
8962         (spam-stat-buffer-change-to-non-spam): Change (error) to
8963         (gnus-message 8) invocation.
8964
8965 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * nntp.el (nntp-via-netcat-command): New variable.
8968         (nntp-via-netcat-switches): New variable.
8969         (nntp-open-via-rlogin-and-netcat): New function.
8970         (nntp-open-connection-function): Doc fix.
8971         (nntp-telnet-command): Doc fix.
8972         (nntp-end-of-line): Doc fix.
8973         (nntp-via-rlogin-command): Doc fix.
8974         (nntp-via-user-name): Doc fix.
8975         (nntp-via-address): Doc fix.
8976
8977 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8980         error in Emacs 21.1.
8981
8982 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8985
8986 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8987         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8988         (gnus-agent-with-refreshed-group): New macro.
8989         (gnus-agent-rename-group): New function.
8990         (gnus-agent-delete-group): New function.
8991         (gnus-agent-save-group-info): Use gnus-command-method when
8992         `method' parameter is nil.  Don't write nil entries into the
8993         active file.
8994         (gnus-agent-get-group-info): New function.
8995         (gnus-agent-fetch-articles): Use
8996         gnus-agent-update-files-total-fetched-for to increment disk space
8997         used.
8998         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8999         gnus-agent-update-view-total-fetched-for to increment disk space
9000         used.
9001         (gnus-agent-get-local): Added optional parameters to avoid calling
9002         gnus-group-real-name and gnus-find-method-for-group.
9003         (gnus-agent-set-local): Delete stored entry if either min, or max,
9004         are nil.
9005         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9006         quit, use gnus-agent-regenerate-group to record existance of any
9007         articles fetched to disk before the quit occurred.
9008         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9009         gnus-agent-update-view-total-fetched-for, and
9010         gnus-agent-update-files-total-fetched-for to decrement disk space
9011         used.
9012         (gnus-agent-retrieve-headers): Use
9013         gnus-agent-update-view-total-fetched-for to increment disk space
9014         used.
9015         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9016         with gnus-agent-update-files-total-fetched-for to decrement disk
9017         space and fresh group buffer.
9018         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9019         (gnus-agent-need-update-total-fetched-for): New variable.
9020         (gnus-agent-update-files-total-fetched-for): New function.
9021         (gnus-agent-update-view-total-fetched-for): New function.
9022         (gnus-agent-total-fetched-for): New function.
9023
9024         * gnus-cache.el (gnus-cache-save-buffers): Use
9025         gnus-cache-update-overview-total-fetched-for to change disk space
9026         used by this group.
9027         (gnus-cache-possibly-enter-article): Use
9028         gnus-cache-update-file-total-fetched-for to increment disk space
9029         used by this group.
9030         (gnus-cache-possibly-remove-article): Use
9031         gnus-cache-update-file-total-fetched-for to decrement disk space
9032         used by this group.
9033         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9034         (gnus-cache-rename-group): New function.
9035         (gnus-cache-delete-group): New function.
9036         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9037         (gnus-cache-need-update-total-fetched-for): New variable.
9038         (gnus-cache-with-refreshed-group): New macro.
9039         (gnus-cache-update-file-total-fetched-for): New function.
9040         (gnus-cache-update-overview-total-fetched-for): New function.
9041         (gnus-cache-rename-group-total-fetched-for): New function.
9042         (gnus-cache-delete-group-total-fetched-for): New function.
9043         (gnus-cache-total-fetched-for): New function.
9044
9045         * gnus-group.el: Require gnus-sum and autoload functions to
9046         resolve warnings when gnus-group.el compiled alone.
9047         (gnus-group-line-format): Documented new %F
9048         (size of Fetched data) group line format; identifies disk space
9049         used by agent and cache.
9050         (gnus-group-line-format-alist): Defined new F format.
9051         (gnus-total-fetched-for): New function.
9052         (gnus-group-delete-group): No longer update
9053         gnus-cache-active-altered as gnus-request-delete-group now keeps
9054         the cache in sync.
9055         (gnus-group-list-active): Let the agent store a server's active
9056         list if currently plugged.
9057
9058         * gnus-int.el (gnus-request-delete-group): Use
9059         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9060         local disk in sync with the server.
9061          (gnus-request-rename-group): Use
9062         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9063         local disk in sync with the server.
9064
9065         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9066         simplification to logic.
9067
9068         * gnus-util.el (gnus-rename-file): New function.
9069
9070 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9071
9072         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9073
9074 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9075
9076         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9077         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9078
9079 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9080
9081         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9082         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9083
9084 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9085
9086         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9087
9088 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9089
9090         * spam.el (spam-set-difference): Add function to replace
9091         gnus-set-difference in spam.el.
9092         (spam-summary-prepare-exit): Use spam-set-difference.
9093
9094 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9095
9096         * gnus-registry.el (gnus-registry-cache-file): Update to use
9097         gnus-dribble-directory OR gnus-home-directory OR ~.
9098         (gnus-registry-split-fancy-with-parent): Fix doc.
9099
9100 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * message.el (message-exchange-point-and-mark): Use
9103         message-mark-active-p.  Suggested by Jesper Harder
9104         <harder@ifa.au.dk>.
9105
9106 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * message.el (message-exchange-point-and-mark): Don't activate
9109         region if it was inactive.  Suggested by Hiroshi Fujishima
9110         <pooh@nature.tsukuba.ac.jp>.
9111
9112 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-art.el (article-display-face): Display Faces in the same
9115         order as X-Faces.
9116
9117 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9120
9121 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9124         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9125         (gnus-article-mime-hierarchy): Remove.
9126         (gnus-article-mime-hierarchy-next): Remove.
9127         (gnus-article-mode): Revert 2004-03-19 change.
9128         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9129         (gnus-insert-mime-button): Revert 2004-03-19 change.
9130         (gnus-mime-accumulate-hierarchy): Remove.
9131         (gnus-mime-enter-multipart): Remove.
9132         (gnus-mime-leave-multipart): Remove,
9133         (gnus-mime-display-part): Revert 2004-03-19 change.
9134         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9135
9136         * mml.el (mml-preview): Revert 2004-03-19 change.
9137
9138 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9139
9140         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9141
9142 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9145         t while entering a file name using the mm-with-multibyte macro.
9146         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9147
9148         * mm-util.el (mm-with-multibyte): New macro.
9149
9150 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9153         user option.
9154         (gnus-mime-multipart-functions): Doc and customization fix.
9155         (gnus-article-mime-hierarchy): New variable.
9156         (gnus-article-mime-hierarchy-next): New variable.
9157         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9158         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9159         gnus-article-mime-hierarchy-next to nil.
9160         (gnus-insert-mime-button): Show hierarchy numbers.
9161         (gnus-mime-accumulate-hierarchy): New function.
9162         (gnus-mime-enter-multipart): New function.
9163         (gnus-mime-leave-multipart): New function.
9164         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9165         (gnus-mime-display-alternative): Show hierarchy numbers.
9166
9167         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9168         gnus-article-mime-hierarchy-next to nil.
9169
9170 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9171
9172         * dns.el: Don't require gnus-xmas.
9173
9174 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9175
9176         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9177         inline PGP.
9178         (mml-menu): Disable mml-quote-region if mark is inactive.
9179
9180 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9183         when the group's active is not available.
9184
9185 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9188         error.
9189
9190 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * imap.el (imap-store-password): New variable.
9193         (imap-interactive-login): Use it.
9194         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9195
9196 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9199         window-start and hscroll to summary window.
9200
9201 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9202
9203         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9204         conversion message to newsrc-dribble when an actual conversion is
9205         performed.
9206
9207 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9208
9209         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9210
9211 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * mm-decode.el (mm-complicated-handles): New function reviving
9214         former definition of mm-multiple-handles.
9215
9216         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9217         (gnus-mime-delete-part): Use it.
9218
9219 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9220
9221         * gnus-agent.el (gnus-agent-read-local): Bind
9222         nnheader-file-coding-system to gnus-agent-file-coding-system to
9223         avoid the implicit assumption that they will always be equal.
9224         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9225         coding-system-for-write, as the with-temp-file macro first prints
9226         to a buffer then saves the buffer.
9227
9228 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-art.el (gnus-article-edit-part): New function.
9231         (gnus-mime-save-part-and-strip): Use it; do query instead of
9232         signaling an error; don't use mm-multiple-handles.
9233         (gnus-mime-delete-part): Ditto.
9234
9235 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9236
9237         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9238         old file versions.
9239         (gnus-group-prepare-hook): Removed function that converted list
9240         form of gnus-agent-expire-days to group properties.
9241
9242         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9243         (gnus-request-accept-article): Re-indented.
9244
9245         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9246         converters to handle old agent file formats.  Added logic for a
9247         "backup before upgrading warning".
9248         (gnus-convert-mark-converter-prompt): Developers can mark
9249         functions as needing (default), or not needing,
9250         gnus-convert-old-newsrc's "backup before upgrading warning".
9251         (gnus-convert-converter-needs-prompt): Tests whether the user
9252         should be protected from potentially irreversable changes by the
9253         function.
9254
9255         * legacy-gnus-agent.el (): New. Provides converters that are only
9256         loaded when gnus-convert-old-newsrc needs to call them.
9257
9258 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * mail-source.el (mail-source-touch-pop): Doc fix.
9261
9262         * message.el (message-smtpmail-send-it): Doc fix.
9263
9264 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9265
9266         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9267
9268         * nnmail.el (nnmail-split-fancy): do.
9269
9270         * gnus-kill.el (gnus-kill, gnus-execute): do.
9271
9272 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9273
9274         * gnus-sum.el (gnus-widget-reversible-match)
9275         (gnus-widget-reversible-to-internal)
9276         (gnus-widget-reversible-to-external): New functions.
9277         (gnus-widget-reversible): New widget.
9278         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9279
9280 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9281
9282         * gnus-sum.el (gnus-thread-sort-functions)
9283         (gnus-article-sort-functions): Document `(not F)' items.
9284
9285 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9286
9287         * spam.el (spam-use-gmane-xref): Add new backend.
9288         (spam-gmane-xref-spam-group): Add variable to control the name of the
9289         Gmane spam group.
9290         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9291         (spam-regex-headers-spam, spam-regex-headers-ham)
9292         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9293         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9294         backends and checks.
9295         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9296
9297         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9298         an autodetect method.
9299
9300 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9301
9302         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9303         articles are being added to a group.
9304         (gnus-request-replace-article): Inform the agent that articles
9305         need to be uncached as the cached contents are no longer valid.
9306
9307 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * binhex.el: Don't autoload executable-find.
9310
9311         * canlock.el: Don't autoload mail-fetch-field.
9312
9313         * dgnushack.el: Autoload c-mode for XEmacs.
9314
9315         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9316
9317         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9318         rmail-dont-reply-to and rmail-output.
9319
9320         * gnus-score.el: Don't autoload ffap-string-at-point.
9321
9322         * gnus-setup.el: Don't autoload sc-cite-original.
9323
9324         * imap.el: Don't autoload base64-decode-string,
9325         base64-encode-string and md5.
9326
9327         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9328         and rmail-msg-restore-non-pruned-header.
9329
9330         * mm-decode.el: Don't autoload executable-find.
9331
9332         * mm-url.el: Don't autoload executable-find.
9333
9334         * mm-view.el: Don't autoload diff-mode.
9335
9336         * nndb.el: Don't autoload news-reply-mode, news-setup,
9337         cancel-timer and telnet.
9338
9339         * password.el: Don't autoload run-at-time for Emacs.
9340
9341         * sha1-el.el: Don't autoload executable-find.
9342
9343         * sieve-mode.el: Don't autoload c-mode.
9344
9345         * uudecode.el: Don't autoload executable-find.
9346
9347 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9348
9349         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9350         (gnus-agent-possibly-alter-active): Avoid null in numeric
9351         comparison.
9352         (gnus-agent-set-local): Refuse to save null in local object table.
9353         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9354         list of articles that will be marked as unread.
9355
9356 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9359
9360 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9361
9362         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9363         language tags.
9364
9365 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9366
9367         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9368         Don't bind "obarray".
9369
9370         * gnus-sum.el (gnus-thread-sort-functions): Added
9371         `gnus-thread-sort-by-most-recent-number' and
9372         `gnus-thread-sort-by-most-recent-date'.
9373         Reported by Kai Grossjohann <kai@emptydomain.de>.
9374
9375 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9378
9379 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9380
9381         * gnus-cus.el (gnus-agent-customize-category): Removed
9382         ignore-errors macro reference that required cl to be loaded at
9383         run-time.
9384
9385         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9386         single-interval range of the form (min . max).  Previously the
9387         range had to look like ((min . max)).  Likewise, return
9388         (min . max) rather than ((min . max)).
9389         (gnus-range-map): Use gnus-range-normalize to accept
9390         single-interval range.
9391
9392         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9393         the cache, but not the agent, now appear with their usual face.
9394
9395         * dgnushack.el (loaddir): New variable that is bound to the
9396         directory containing the dgnushack.el file. Use loaddir, rather
9397         than srcdir, to update load-path. Change lets dgnushack compile
9398         code in directories other than GNUS/lisp.
9399
9400 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * lpath.el: Don't bind w3m-safe-url-regexp.
9403
9404         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9405         w3m-safe-url-regexp variable buffer-local.
9406
9407         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9408
9409 2004-02-27  Simon Josefsson  <jas@extundo.com>
9410
9411         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9412         gnus-group-real-prefix.
9413         (gnus-summary-move-article): Use it, instead of
9414         gnus-group-real-prefix.
9415
9416 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * lpath.el: Bind w3m-safe-url-regexp.
9419
9420         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9421         w3m-safe-url-regexp variable buffer-local and set it as the value
9422         of mm-w3m-safe-url-regexp.
9423
9424         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9425
9426         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9427         parsing gnus-posting-styles when the message is not for replying.
9428
9429         * dgnushack.el: Autoload sgml-mode for XEmacs.
9430
9431         * nnrss.el (nnrss-opml-export): Use
9432         mm-set-buffer-file-coding-system instead of
9433         set-buffer-file-coding-system.
9434
9435 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9436
9437         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9438         of checkdoc.el).
9439         * nnrss.el: do.
9440         * gnus-mlspl.el: do.
9441         * gnus-ml.el: do.
9442         * gnus-srvr.el: do.
9443
9444         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9445
9446 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9447
9448         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9449         Corrections to custom-manual links.
9450
9451         * gnus-art.el (gnus-article): Ditto.
9452
9453         * mm-decode.el (mime-display, mime-security): Ditto.
9454
9455 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9456
9457         * flow-fill.el: Typo.
9458
9459 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9460
9461         * spam-wash.el: New file.
9462
9463 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9464
9465         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9466
9467 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9468
9469         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9470         to be run with new-articles as LIST1, not LIST2.
9471         (spam-registration-functions): Add spam-use-ham-copy as a nil
9472         registration backend.
9473
9474 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9475
9476         * spam-stat.el (spam-stat-washing-hook): New option.
9477         (spam-stat-buffer-words): Use it.
9478         (spam-stat-process-directory, spam-stat-test-directory): Use
9479         insert-file-contents-literally.
9480         (spam-stat-coding-system): New variable.
9481         (spam-stat-load, spam-stat-save): Use it.
9482
9483 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * spam-report.el (spam-report-plug-agent): Quote
9486         spam-report-url-to-file and spam-report-url-ping-plain.
9487
9488 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9491         / in mailto URLs.
9492
9493 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * spam-report.el (spam-report-process-queue): Fix interactive use.
9496         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9497         (spam-report-unplug-agent): Doc fixes.
9498         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9499         (spam-report-agentize, spam-report-deagentize): Autoload
9500
9501 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9504
9505         * message.el (message-setup-fill-variables): Add mml tags to
9506         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9507         <ajk@iu.edu>.
9508         (message-mode): Don't modify paragraph-separate there.
9509
9510 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * compface.el (uncompface-use-external): Default to undecided.
9513         (uncompface-use-external-threshold): New variable.
9514         (uncompface-float-time): New macro.
9515         (uncompface): Determine whether to use the external decoder if
9516         uncompface-use-external is undecided.
9517
9518 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9519
9520         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9521         after images.
9522
9523         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9524
9525 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9526
9527         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9528
9529         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9530
9531         * gnus-sum.el (gnus-summary-limit-to-age)
9532         (gnus-summary-limit-children): do.
9533
9534         * gnus-int.el (gnus-request-scan): do.
9535
9536         * gnus-group.el (gnus-group-suspend): do.
9537
9538         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9539
9540         * gnus-cite.el (gnus-cite-parse-attributions): do.
9541
9542         * gnus-agent.el (gnus-summary-set-agent-mark)
9543         (gnus-agent-regenerate-group): do.
9544
9545         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9546
9547         * binhex.el (binhex-decode-region-internal): do.
9548
9549 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-fun.el (gnus-face-properties-alist): New user option.
9552         (gnus-display-x-face-in-from): Use it.
9553
9554         * gnus-art.el (article-display-face): Ditto.
9555
9556         * compface.el (uncompface-use-external): Default to nil.
9557
9558 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9559
9560         * nntp.el (nntp-erase-buffer): New function.
9561         (nntp-retrieve-data, nntp-send-command)
9562         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9563         (nntp-possibly-change-group): Use it.
9564
9565         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9566         with-current-buffer.
9567
9568 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9569
9570         * compface.el: Merge the ELisp-based uncompface program.
9571         (compface): New customization group.
9572         (uncompface-use-external): New user option.
9573         (uncompface): Call uncompface-internal if uncompface-use-external
9574         is nil.
9575         (uncompface-internal): New function.  Note that there are also
9576         some other functions and variables added for this function.
9577
9578 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9579
9580         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9581         if necessary.
9582
9583 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9584
9585         * spam-report.el (spam-report-unplug-agent)
9586         (spam-report-plug-agent, spam-report-deagentize)
9587         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9588         Add support for the Agent in spam-report: when unplugged, report to a
9589         file; when plugged, submit all the requests.
9590
9591         * spam.el (spam-register-routine): Fix message about
9592         registration.
9593
9594 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9595
9596         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9597         dependencies.
9598         (rfc2047-encode): Use it.
9599
9600         * gnus-art.el (gnus-button-marker-list): Move before first
9601         reference.
9602
9603         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9604         (imap-parse-body): Fix format string mismatch.
9605
9606         * gnus-score.el (gnus-summary-increase-score): do.
9607
9608         * nnrss.el (nnrss-close): New function.
9609
9610 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9611
9612         * nnrss.el (nnrss-make-filename): New function.
9613         (nnrss-request-delete-group, nnrss-read-server-data)
9614         (nnrss-save-server-data, nnrss-read-group-data)
9615         (nnrss-save-group-data): Use it.
9616         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9617         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9618         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9619
9620 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9621
9622         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9623
9624 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9625
9626         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9627         files.
9628
9629         * message.el (message-generate-headers-first): Don't quote nil
9630         and t in docstrings.
9631
9632         * imap.el (imap-id): do.
9633
9634         * gnus-agent.el (gnus-agent-consider-all-articles)
9635         (gnus-agent-queue-mail): do.
9636
9637 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9638
9639         * spam-report.el (spam-report-process-queue): New function.
9640         Process requests from `spam-report-requests-file'.
9641         (spam-report-process-queue): Doc fix.
9642
9643 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9644
9645         * spam.el (spam-register-routine)
9646         (spam-log-processing-to-registry, spam-log-registered-p)
9647         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9648         Change "check" to "spam-check" for semi-clarity.
9649
9650 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9651
9652         * pop3.el: Require nnheader.
9653
9654         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9655
9656         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9657
9658         * gnus-picon.el: Require cl.
9659
9660         * gnus-fun.el: Require gnus-ems and gnus-util.
9661
9662         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9663
9664         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9665
9666         * gnus-art.el (gnus-article-edit-mode): Define before first
9667         reference.
9668
9669 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9670
9671         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9672         (gnus-uu-post-encoded): Use point-at-bol.
9673
9674         * gnus-topic.el (gnus-group-active-topic-p): do.
9675
9676         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9677
9678         * gnus-group.el (gnus-group-kill-region): do.
9679
9680         * gnus-art.el (article-date-ut): do.
9681
9682         * message.el (message-fetch-field): Remove redundant
9683         case-fold-search binding.
9684         (message-narrow-to-field): Simplify.
9685
9686 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * spam.el (spam-directory): Derive from `gnus-directory'.
9689
9690         * spam-report.el (spam-report-url-to-file)
9691         (spam-report-requests-file): New function and variable for offline
9692         reporting.
9693         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9694         and user defined function.
9695         (spam-report-url-ping-mm-url): Remove doubled slash.
9696
9697 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9698
9699         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9700
9701 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9702
9703         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9704         format string mismatch.
9705
9706         * sieve.el (sieve-deactivate-all): do.
9707
9708         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9709
9710         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9711
9712         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9713
9714         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9715
9716 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9717
9718         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9719         the list of checks.
9720
9721 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9722
9723         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9724         padding.
9725
9726 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9727
9728         * mm-view.el (mm-fill-flowed): New variable.
9729         (mm-inline-text): Use it.
9730
9731 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9732
9733         * spam.el (spam-spamassassin-register-ham-routine)
9734         (spam-spamassassin-register-spam-routine): Fix function names.
9735
9736 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * gnus.el (gnus-tmp-grouplens): Remove.
9739         (gnus-summary-line-format): Remove grouplens.
9740
9741         * gnus-group.el (gnus-group-line-format): Ditto.
9742
9743         * gnus-spec.el (gnus-format-specs): Ditto.
9744         (gnus-update-format-specifications): Flush the group format spec
9745         cache if there's the grouplens stuff.
9746         (gnus-parse-simple-format): Replace %l with the empty string.
9747
9748 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9749
9750         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9751         omission.
9752
9753 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9756         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9757
9758 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9759
9760         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9761         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9762         New macros and functions.
9763         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9764         Handle > NLINK_MAX messages.
9765         * nnmaildir.el (nnmaildir-request-set-mark): Use
9766         nnmaildir--emlink-p and nnmaildir--eexist-p.
9767
9768 2004-01-25  Alex Schroeder  <alex@gnu.org>
9769
9770         * spam-stat.el (spam-stat-process-directory-age): New option.
9771         (spam-stat-process-directory): Use it.
9772
9773 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9774
9775         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9776         (spam-stat-save): Accept prefix argument.
9777
9778 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9779
9780         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9781         links" error.
9782
9783 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9786         the rest of the and/or forms.
9787
9788 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9789
9790         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9791         compatibility with old .newsrc.eld files.
9792
9793         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9794
9795         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9796
9797         * gnus-start.el (gnus-1): do.
9798
9799         * gnus-group.el (gnus-group-line-format-alist): do.
9800
9801         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9802
9803         * gnus-gl.el: Remove.
9804
9805 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9806
9807         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9808         marks consisting of a single range {for example, (3 . 5)} rather
9809         than a list of a single range { ((3 . 5)) }.
9810
9811 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9812
9813         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9814         with-current-buffer.
9815         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9816         avoid consing a string.
9817
9818         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9819         Remove obsolete entries for big5 and gb2312.
9820
9821 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9822
9823         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9824         uncompressed list.
9825
9826 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9827
9828         * spam-stat.el (spam-stat-strip-xref): New function.
9829         (spam-stat-process-directory): Use it.
9830
9831         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9832         here -- it's done in message-fetch-field.
9833
9834 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9835
9836         * gnus-agent.el (gnus-agent-queue-mail,
9837         gnus-agent-prompt-send-queue): New variables.
9838         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9839         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9840         "nndraft:queue" along to gnus-draft-send.  Use
9841         gnus-agent-prompt-send-queue.
9842         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9843         is "nndraft:queue".  Suggested by Gaute Strokkenes
9844         <gs234@srcf.ucam.org>
9845
9846         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9847         (agent-enable-undownloaded-faces): Added
9848         (gnus-agent-cat-groups): Use eval-and-compile, not
9849         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9850         method of gnus-agent-cat-groups even when the buffer has been
9851         evaled.
9852         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9853         delete gnus-agent-save-active-1.
9854         (gnus-agent-save-groups): Deleted. Identical to
9855         gnus-agent-save-active.
9856         (gnus-agent-write-active): No longer adjust agent's copy of active
9857         file as agent's adjustments are now stored in their own
9858         file. Removed optional parameter.
9859         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9860         servers.  Add use of min/max range limits from server's local
9861         file.
9862         (gnus-agent-save-alist): Removed unused optional argument.
9863         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9864         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9865         (gnus-agent-set-local): A per-server file that keeps min/max range
9866         limits for articles known to the agent.  Provides a fast mechanism
9867         for altering many active ranges.
9868         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9869         active file (local makes it unnecessary).
9870         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9871
9872         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9873         (agent-enable-undownloaded-faces): Added
9874
9875         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9876         disable it when sending to "nndraft:queue".
9877         (gnus-group-send-queue): Add safety check to avoid sending queue
9878         when unplugged.
9879
9880         * gnus-group.el (gnus-group-catchup): Use new
9881         gnus-sequence-of-unread-articles, not
9882         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9883         numbers of articles.  Use gnus-range-map to avoid having to
9884         uncompress the unread list.
9885         (gnus-group-archive-directory,
9886         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9887         reference.
9888
9889         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9890         (gnus-sorted-range-intersection): Intersection of two ranges
9891         without requiring that they first be uncompressed.
9892
9893         * gnus-start.el (gnus-activate-group): Unless blocked by the
9894         caller, possibly expand the active range to include both cached
9895         and agentized articles.
9896         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9897         multiple version-dependent converters.
9898         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9899         gnus-agent-save-active.
9900         (gnus-save-newsrc-file): Save dirty agent range limits.
9901
9902         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9903         gnus-agent-possibly-alter-active.
9904         (gnus-adjust-marked-articles): Faster handling of simple lists
9905
9906 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9907
9908         * spam-stat.el (spam-stat-test-directory): New optional argument
9909         displays a list of files detected.  Suggested by Andrew Cohen
9910         <cohen@andy.bu.edu>.
9911         (spam-stat-buffer-words-with-scores): Don't narrow and change
9912         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9913
9914 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9915
9916         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9917         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9918         (spam-spamassassin-arguments)
9919         (spam-spamassassin-spam-flag-header)
9920         (spam-spamassassin-positive-spam-flag-header)
9921         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9922         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9923         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9924         (spam-list-of-processors, spam-list-of-checks)
9925         (spam-list-of-statistical-checks, spam-registration-functions)
9926         (spam-check-spamassassin-headers, spam-check-spamassassin)
9927         (spam-spamassassin-score)
9928         (spam-spamassassin-register-with-sa-learn)
9929         (spam-spamassassin-register-spam-routine)
9930         (spam-spamassassin-register-ham-routine)
9931         (spam-assassin-register-spam-routine)
9932         (spam-assassin-register-ham-routine): add SpamAssassin support
9933         (spam-bogofilter-score): fix to show article before scoring
9934
9935 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9936
9937         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9938         default scoring function.
9939         (spam-generic-score): Call spam-spamassassin-score if
9940         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9941         spam-bogofilter-score otherwise.
9942
9943         * gnus.el (spam-process, spam-autodetect-methods): Add
9944         spamassassin and spamassassin-headers.
9945
9946 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9947
9948         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9949         Suppress unnecessary messages.
9950
9951 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9952
9953         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9954         make-hash-table.
9955
9956 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * canlock.el (base64-encode-string): Don't autoload it.
9959
9960 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * run-at-time.el: Remove useless (require 'itimer),
9963         eval-and-compile and (featurep 'xemacs).
9964
9965 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9966
9967         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9968         GROUP is a virtual group.
9969
9970 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9971
9972         * gnus.el: Autoload `message-y-or-n-p'.
9973
9974 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9975
9976         * pgg-parse.el: Remove unnecessary (require 'custom).
9977
9978         * pgg-def.el: do.
9979
9980         * nnmail.el: do.
9981
9982         * gnus-undo.el: do.
9983
9984         * gnus-picon.el: do.
9985
9986         * gnus-util.el: do.
9987
9988 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9991
9992 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9995         handle, as well as a list.
9996
9997         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9998         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9999         (mm-w3m-cid-retrieve): Simplify.
10000
10001 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10002
10003         * message.el (message-kill-to-signature): Allow prefix arg to
10004         specify number of lines to keep before signature.
10005
10006 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10007
10008         (message-kill-to-signature): Change docstring.
10009
10010 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * canlock.el: Always require sha1-el.
10013         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10014
10015         * message.el: Autoload sha1 only when compiling.
10016
10017         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10018         eudc-expand-inline for XEmacs.
10019
10020 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * message.el (message-canlock-generate): Require sha1-el.
10023
10024 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10025
10026         * message.el (message-expand-name): Silence the byte compiler.
10027
10028         * lpath.el: Add detect-coding-system.
10029
10030         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10031         cus-edit.
10032
10033 2004-01-13  Simon Josefsson  <jas@extundo.com>
10034
10035         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10036         Invoke gnus-score-mode.  Reported by
10037         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10038
10039         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10040         Jim Blandy <jimb@redhat.com> (tiny change).
10041
10042 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10043
10044         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10045
10046 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10047
10048         * spam.el (spam-get-article-as-string): Update to use
10049         gnus-request-article-this-buffer, much simpler.
10050         (spam-get-article-as-buffer): Remove.
10051
10052 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10053
10054         * message.el (message-expand-name): Use EUDC if the user uses
10055         that.
10056
10057 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10058
10059         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10060         character for the encoding to avoid consing a string.
10061
10062         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10063         unnecessarily.
10064
10065         * mm-util.el (mm-replace-chars-in-string): Remove.
10066
10067         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10068         of mm-replace-chars-in-string.
10069
10070 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10071
10072         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10073         strings.
10074
10075         * mm-util.el (mm-subst-char-in-string): Support inplace.
10076
10077         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10078         a new string in every iteration.  Use shy groups.
10079
10080 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10081
10082         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10083         (gnus-group-change-level, gnus-kill-newsgroup)
10084         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10085         (gnus-get-unread-articles, gnus-make-articles-unread)
10086         (gnus-make-ascending-articles-unread): Use accessor
10087         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10088         to get group information for improved readability.
10089
10090         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10091
10092         * gnus-soup.el (gnus-soup-group-brew): do.
10093
10094         * gnus-msg.el (gnus-put-message): do.
10095
10096         * gnus-move.el (gnus-group-move-group-to-server): do.
10097
10098         * gnus-kill.el (gnus-batch-score): do.
10099
10100         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10101         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10102         (gnus-group-update-group, gnus-group-read-group)
10103         (gnus-group-make-group, gnus-group-make-help-group)
10104         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10105         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10106         (gnus-group-sort-by-unread, gnus-group-catchup)
10107         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10108         (gnus-group-yank-group, gnus-group-set-info)
10109         (gnus-group-list-groups): do.
10110
10111         * gnus.el (gnus-generate-new-group-name): do.
10112
10113         * gnus-delay.el (gnus-delay-send-queue): do.
10114
10115         * nnvirtual.el (nnvirtual-catchup-group): do.
10116
10117         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10118         do.
10119
10120         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10121         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10122
10123         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10124         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10125         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10126         (gnus-group-make-articles-read): do.
10127
10128 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10129
10130         * gnus-art.el (article-decode-mime-words, article-babel)
10131         (gnus-article-highlight-signature, gnus-article-add-buttons)
10132         (gnus-signature-toggle): Use gnus-with-article-buffer.
10133
10134         * gnus-art.el (gnus-article-highlight-headers)
10135         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10136
10137         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10138         (gnus-article-set-globals, gnus-request-article-this-buffer)
10139         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10140         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10141         (gnus-mime-display-alternative): Use with-current-buffer.
10142
10143 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10144
10145         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10146         also under 80 char limit, and call gnus-error if needed.
10147         (spam-fetch-article-header): Fix - it was a
10148         buffer-local variable (gnus-newsgroup-data).
10149         (spam-find-spam): Use spam-generate-fake-headers, forget about
10150         spam-insert-fake-headers.
10151         (spam-insert-fake-headers): Remove.
10152
10153 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10154
10155         * deuglify.el (gnus-article-outlook-unwrap-lines)
10156         (gnus-outlook-rearrange-article)
10157         (gnus-outlook-repair-attribution-outlook)
10158         (gnus-outlook-repair-attribution-block)
10159         (gnus-outlook-repair-attribution-other): Remove redundant
10160         save-excursion.
10161
10162 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10163
10164         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10165         (spam-fetch-field-subject-fast)
10166         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10167         (spam-fetch-article-header): Add functions to deal with Gnus
10168         internals for fast retrieval of article header data.
10169         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10170
10171 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10172
10173         * pop3.el (pop3-md5): Remove.
10174         (pop3-apop): Replace pop3-md5 with md5.
10175
10176         * mm-bodies.el: base64 is always built-in.
10177
10178         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10179         with-current-buffer.
10180
10181 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * canlock.el (canlock-insert-header): Remove excessive grouping in
10184         regexp.
10185
10186         * gnus-sum.el (gnus-summary-read-document): Ditto.
10187
10188         * gnus-uu.el (gnus-uu-part-number): Ditto.
10189
10190         * html2text.el (html2text-remove-tags): Ditto.
10191         (html2text-format-tags): Ditto.
10192         (html2text-format-single-elements): Ditto.
10193
10194         * mml.el (mml-parse-1): Ditto.
10195
10196 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10197
10198         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10199
10200         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10201
10202         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10203
10204         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10205
10206 2003-11-15  Simon Josefsson  <jas@extundo.com>
10207
10208         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10209         (pgg-gpg-lookup-key): Use regexp match instead of
10210         split-string (split-string is different between emacs 21.2 and
10211         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10212
10213 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10214
10215         * gnus-art.el (gnus-mime-view-all-parts)
10216         (gnus-article-part-wrapper, gnus-article-view-part): Use
10217         with-current-buffer.
10218
10219 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10220
10221         * spam.el (spam-disable-spam-split-during-ham-respool)
10222         (spam-spamoracle-database, spam-cache-lookups)
10223         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10224         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10225         (spam-group-ham-marks, spam-group-spam-marks)
10226         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10227         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10228         also add spam-use-blackholes to the statistical checks.
10229         (spam-fetch-field-fast): Add interface to fetching fields, may
10230         become a macro.
10231         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10232         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10233         (spam-insert-fake-headers): Fake an article when needed.
10234         (spam-find-spam): Fake article when possible.
10235         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10236         (spam-check-bogofilter-headers): Use message-fetch-field instead
10237         of nnmail-fetch-field.
10238
10239 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10240
10241         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10242
10243 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10244
10245         * spam.el (spam-split): Do not require spam-use-CHECK to be
10246         enabled if that check is passed to spam-split explicitly; also
10247         fix so 'spam doesn't get converted to spam-split-group when
10248         spam-split-symbolic-return is t.
10249         (spam-find-spam): Find registrations of the article and use those
10250         instead of re-running spam-split to find the spam/ham
10251         classification of the article.
10252         (spam-log-processing-to-registry, spam-log-registered-p)
10253         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10254         Use gnus-error instead of gnus-message.
10255         (spam-log-registration-type): Add function to determine the
10256         classification of a message based on registry entries; will
10257         return nil if both 'spam and 'ham are found.
10258         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10259         a reasonably fast local cache without the loading errors.
10260         (spam-cache-lookups): Set to t by default.
10261         (spam-find-spam): Don't try to guess spam-cache-lookups.
10262         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10263         spam-caches entry.
10264         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10265         caching of whitelist/blacklist entries.
10266         (spam-check-whitelist, spam-check-blacklist): Invoke
10267         spam-from-listed-p with a type, not a cache variable.
10268         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10269
10270 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10271
10272         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10273
10274         * nnmail.el (nnmail-split-fancy): do.
10275
10276         * mml.el (mml-parse): do.
10277
10278         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10279         (gnus-score-adaptive): do.
10280
10281 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10284         (gnus-mime-button-map): Don't set keymap parent.
10285         (gnus-button-ctan-directory-regexp): Use shy grouping.
10286         (gnus-prev-page-map): Don't set keymap parent.
10287         (gnus-prev-page-map): Remove duplicated one.
10288         (gnus-next-page-map): Don't set keymap parent.
10289         (gnus-mime-security-button-map): Ditto.
10290
10291         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10292         version number.
10293
10294         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10295
10296 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * canlock.el (canlock-sha1-function): Remove.
10299         (canlock-sha1-function-for-verify): Remove.
10300         (canlock-openssl-program): Remove.
10301         (canlock-openssl-args): Remove.
10302         (canlock-ignore-errors): Remove.
10303         (canlock-sha1-with-openssl): Remove.
10304         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10305         (canlock-verify): Don't use canlock-ignore-errors.
10306
10307         * sha1-el.el (sha1-string-external): Make it can return a string
10308         in binary form.
10309         (sha1-region-external): Ditto.
10310         (sha1-string-internal): Ditto.
10311         (sha1-region-internal): Ditto.
10312         (sha1-region): Ditto.
10313         (sha1-string): Ditto.
10314         (sha1): Ditto.
10315
10316 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10317
10318         * spam.el (spam-report-articles-gmane): New command.
10319
10320 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10323
10324         * run-at-time.el (run-at-time-saved): Remove.
10325         (run-at-time): Doc fix.
10326
10327 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10328
10329         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10330         (gnus-summary-limit-map): Add it.
10331         (gnus-summary-make-menu-bar): do.
10332
10333 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10334
10335         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10336         Make attempt at some caching support (done for BBDB only now).
10337         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10338         addresses to be checked.
10339         (spam-clear-cache-BBDB): Add function, to be invoked by
10340         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10341         (spam-check-BBDB): Check and use the caches, if
10342         spam-cache-lookups is on, remove superfluous (provide).
10343
10344 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10345
10346         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10347
10348 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10349
10350         * run-at-time.el (run-at-time-saved): Move to after the definition
10351         of `run-at-time'.
10352
10353         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10354
10355 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10358         mm-w3m-local-map-property.
10359
10360         * mm-view.el (mm-w3m-mode-map): Remove.
10361         (mm-w3m-local-map-property): Remove.
10362         (mm-inline-text-html-render-with-w3m): Don't use
10363         mm-w3m-local-map-property.
10364
10365 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10366
10367         * run-at-time.el: New file.
10368
10369         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10370         under Emacs.
10371
10372         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10373         of gnus-set-text-properties.
10374
10375         * gnus-uu.el (gnus-uu-save-article): Ditto.
10376
10377         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10378
10379         * gnus-cite.el (gnus-cite-parse): Ditto.
10380
10381         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10382         of gnus-.
10383
10384         * gnus-xmas.el (run-at-time): Require run-at-time.
10385
10386         * gnus.el: Changed calls to nnheader-run-at-time and
10387         password-run-at-time throughout to use run-at-time directly.
10388
10389         * password.el: Removed definition of run-at-time.
10390
10391         * nnheaderxm.el: Remove definition of run-at-time.
10392
10393 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10394
10395         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10396         in prompt.
10397
10398 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10399
10400         * messagexmas.el (message-xmas-redefine): Alias
10401         `message-make-caesar-translation-table' to
10402         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10403         version.
10404
10405         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10406         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10407         `gnus-xmas-set-text-properties'.
10408         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10409         `gnus-xmas-completing-read'.
10410         (gnus-xmas-completing-read): Removed.
10411         (gnus-xmas-open-network-stream): Removed.
10412
10413         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10414         XEmacs version.
10415
10416         * dns.el (dns-make-network-process): Use `open-network-stream'
10417         instead of `gnus-xmas-open-network-stream'.
10418
10419         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10420
10421         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10422
10423 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10424
10425         * gnus-art.el (gnus-mime-display-alternative)
10426         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10427         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10428         Don't use gnus-local-map-property.
10429
10430         * gnus-util.el (gnus-local-map-property): Remove.
10431
10432         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10433         gnus-completing-read-maybe-default with completing-read.
10434
10435         * gnus-util.el (gnus-completing-read): do.
10436         (gnus-completing-read-maybe-default): Remove.
10437
10438 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10439
10440         * password.el: Only autoload `run-at-time' if not XEmacs.
10441         Only autoload the itimer functions if XEmacs.
10442
10443 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10446         XEmacsen.
10447
10448         * dgnushack.el: Autoload executable-find for XEmacs.
10449
10450 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10451
10452         * gnus-art.el (gnus-read-string): Remove.
10453         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10454         read-string.
10455
10456 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10457
10458         * netrc.el: Autoload password-read.
10459         (netrc): Add configuration group.
10460         (netrc-encoding-method, netrc-openssl-path): Add
10461         variables for encoding and decoding of files with symmetric
10462         ciphers.
10463         (netrc-encode): Add assistant function to encode a file with
10464         netrc-encoding-method.
10465         (netrc-parse): Add interactive parameter, added optional
10466         decoding if netrc-encoding-method is non-nil but otherwise
10467         behavior is standard.
10468         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10469         Do s/encode/encrypt/ everywhere.
10470
10471         * spam.el: Remove executable-find autoload.
10472
10473 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10474
10475         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10476
10477         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10478
10479 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * gnus-art.el (gnus-treat-ansi-sequences,
10482         article-treat-ansi-sequences): New variable and function.
10483         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10484
10485         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10486         Use it.
10487
10488 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10489
10490         * mm-util.el (mm-quote-arg): Remove.
10491
10492         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10493         shell-quote-argument.
10494
10495         * gnus-uu.el (gnus-uu-command): do.
10496
10497         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10498
10499         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10500         with make-char.
10501
10502         * mm-util.el (mm-make-char): Remove.
10503
10504         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10505         add-minor-mode.
10506
10507         * gnus-undo.el (gnus-undo-mode): do.
10508
10509         * gnus-topic.el (gnus-topic-mode): do.
10510
10511         * gnus-sum.el (gnus-dead-summary-mode): do.
10512
10513         * gnus-start.el (gnus-slave-mode): do.
10514
10515         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10516
10517         * gnus-ml.el (gnus-mailing-list-mode): do.
10518
10519         * gnus-gl.el (gnus-grouplens-mode): do.
10520
10521         * gnus-draft.el (gnus-draft-mode): do.
10522
10523         * gnus-dired.el (gnus-dired-mode): do.
10524
10525         * gnus-ems.el (gnus-add-minor-mode): Remove.
10526
10527         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10528         Replace gnus-char-width with char-width.
10529
10530         * gnus-ems.el (gnus-char-width): Remove.
10531
10532         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10533         Replace gnus-char-width with char-width.
10534
10535         * gnus-ems.el (gnus-char-width): Remove.
10536
10537         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10538         definition.
10539         Remove Emacs 20 hash table compatibility code.
10540
10541         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10542         20 compatibility code.
10543
10544         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10545
10546         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10547
10548         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10549         with point-at-{eol,bol}.
10550
10551         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10552
10553         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10554
10555         * flow-fill.el (fill-flowed-point-at-bol,
10556         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10557
10558         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10559         Replace with point-at-{eol,bol} throughout all files.
10560
10561 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * ntlm.el (ntlm-string-as-unibyte): New macro.
10564         (ntlm-build-auth-response): Use it.
10565
10566         Remove Emacs 20 stuff:
10567         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10568         (butlast, mapc, remove): Remove the compiler macros.
10569         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10570         of delq and copy-sequence.
10571         * gnus-art.el (popup-menu): Remove the compiler macro.
10572         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10573         Emacs 20.
10574
10575 2004-01-05  Simon Josefsson  <jas@extundo.com>
10576
10577         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10578         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10579         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10580         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10581         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10582         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10583         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10584         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10585         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10586         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10587         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10588         string-xor into ntlm-string-xor.  Suggested by
10589         Jesper Harder <harder@myrealbox.com>.
10590
10591         * ntlm.el: Don't include poem.
10592
10593         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10594         Jesper Harder <harder@myrealbox.com>.
10595
10596         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10597
10598         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10599         probably breaks emacs with DL patch, but do we care? Is anyone
10600         still using the DL stuff?)
10601
10602         * sieve-manage.el: Use the password package.
10603         (sieve-manage-read-passwd): Remove.
10604         (sieve-manage-interactive-login): Use password.  Re-add
10605         condition-case around loop.
10606
10607         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10608         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10609         the password package.
10610
10611 2003-02-19  Simon Josefsson  <jas@extundo.com>
10612
10613         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10614         token.
10615
10616 2002-08-07  Simon Josefsson  <jas@extundo.com>
10617
10618         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10619         (sieve-manage-authenticators):
10620         (sieve-manage-authenticator-alist): Add some SASL mechs.
10621         (sieve-sasl-auth): New function.
10622         (sieve-manage-cram-md5-auth):
10623         (sieve-manage-plain-auth): Rewrite using SASL library.
10624         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10625         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10626         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10627         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10628
10629 2004-01-05  Simon Josefsson  <jas@extundo.com>
10630
10631         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10632         New files.
10633
10634 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10635
10636         * gnus-group.el (gnus-no-groups-message): Update.
10637
10638         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10639
10640 2003-11-09  Simon Josefsson  <jas@extundo.com>
10641
10642         * imap.el: Support for ID IMAP extension (RFC 2971).
10643         (imap-local-variables): Add imap-id.
10644         (imap-id): New variable.
10645         (imap-id): New function.
10646         (imap-parse-response): Parse untagged ID response.
10647         * nnimap.el (nnimap-id): New variable.
10648         (nnimap-open-connection): Use it.
10649
10650 2003-12-28  Simon Josefsson  <jas@extundo.com>
10651
10652         * gnus-score.el (gnus-score-edit-all-score): New.
10653         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10654
10655 2004-01-04  Simon Josefsson  <jas@extundo.com>
10656
10657         * password.el: Add.
10658
10659 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10660
10661         * dns.el: Add support for AAAA records (see RFC 3596)
10662
10663         * Fix typo PRT -> PTR
10664
10665         * Parse MX, PTR and SOA replies (see RFC 1035)
10666
10667 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10668
10669         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10670
10671         * Moved to Changelog.2.
10672
10673 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674
10675         * gnus.el (gnus-version-number): Bump version.
10676
10677 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10678
10679         * gnus.el: No Gnus v0.1 is released.
10680
10681 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10682
10683         * gnus.el: No Gnus v0.0 is released.
10684
10685 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686
10687         * gnus.el (gnus-version-number): Bump.
10688         (gnus-version): No.
10689
10690 See ChangeLog.2 for earlier changes.
10691
10692     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10693
10694   This file is part of GNU Emacs.
10695
10696   GNU Emacs is free software; you can redistribute it and/or modify
10697   it under the terms of the GNU General Public License as published by
10698   the Free Software Foundation; either version 2, or (at your option)
10699   any later version.
10700
10701   GNU Emacs is distributed in the hope that it will be useful,
10702   but WITHOUT ANY WARRANTY; without even the implied warranty of
10703   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10704   GNU General Public License for more details.
10705
10706   You should have received a copy of the GNU General Public License
10707   along with GNU Emacs; see the file COPYING.  If not, write to the
10708   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10709   Boston, MA 02110-1301, USA.
10710
10711 ;; Local Variables:
10712 ;; coding: iso-2022-7bit
10713 ;; fill-column: 79
10714 ;; add-log-time-zone-rule: t
10715 ;; End:
10716
10717 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4